/**
 * MORG Price Page - Styles
 * EVERTONEスタイル準拠
 */

/* ========================================
   Hero Section
   ======================================== */
.price-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%),
                url('../../images/equipment/ssl-mixer.jpg') center/cover no-repeat;
    border-bottom: 1px solid rgba(255, 102, 0, 0.3);
}

.price-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(255, 102, 0, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(255, 102, 0, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.price-hero .hero-content {
    text-align: center;
    z-index: 1;
}

.price-hero h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    margin-bottom: 0.5rem;
}

.price-hero .subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.2em;
}

/* ========================================
   Price Container
   ======================================== */
.price-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

/* ========================================
   Price Section
   ======================================== */
.price-section {
    margin-bottom: 4rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.price-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.price-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF6600 0%, rgba(255, 102, 0, 0.3) 100%);
    z-index: 1;
}

.price-section > * {
    position: relative;
    z-index: 1;
}

/* Section Background Images */
#studio-price::before {
    background-image: url('../../images/equipment/outboard-mixer.jpg');
}

#recording-pack::before {
    background-image: url('../../images/equipment/neve-rack.jpg');
}

#mix-mastering::before {
    background-image: url('../../images/equipment/outboard-comp.jpg');
}

#mastering::before {
    background-image: url('../../images/equipment/outboard-eq.jpg');
}

#special-lesson::before {
    background-image: url('../../images/equipment/elysia.jpg');
}

#cancel-policy::before {
    background-image: none;
    opacity: 0;
}

.section-header {
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: inline-block;
}

.section-header h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 0.3rem;
}

.section-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.1em;
}

/* ========================================
   Price Table
   ======================================== */
.price-table {
    margin: 1.5rem 0;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-row:last-child {
    border-bottom: none;
}

.price-row.large {
    padding: 1.5rem 0;
}

.price-item {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.price-item-block {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.price-label {
    font-size: 0.75rem;
    color: #FF6600;
    letter-spacing: 0.05em;
}

.price-value {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
}

.price-value small {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.price-value.consult {
    font-size: 1rem;
    color: #FF6600;
}

.price-extra {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 1rem;
}

.price-note {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 1.5rem;
    padding: 1rem 1rem 1rem 1.5rem;
    border-left: 2px solid rgba(255, 102, 0, 0.5);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 0;
}

/* ========================================
   Pack Cards
   ======================================== */
.pack-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.pack-card:last-child {
    margin-bottom: 0;
}

.pack-card.featured {
    border-color: rgba(255, 102, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.08) 0%, rgba(255, 102, 0, 0.02) 100%);
}

.pack-card.featured::before {
    content: 'RECOMMEND';
    position: absolute;
    top: -1px;
    right: 2rem;
    background: #FF6600;
    color: #fff;
    font-size: 0.65rem;
    padding: 0.3rem 0.8rem;
    letter-spacing: 0.1em;
    border-radius: 0 0 4px 4px;
}

.pack-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.pack-badge {
    display: inline-block;
    background: rgba(255, 102, 0, 0.2);
    color: #FF6600;
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
}

.pack-notes {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pack-notes p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.pack-notes p.small {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.pack-notes p.highlight {
    color: #FF6600;
}

/* ========================================
   Subsection Title
   ======================================== */
.subsection-title {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 2rem 0 1rem;
    padding: 0.8rem 1rem 0.8rem 1.5rem;
    border-left: 3px solid #FF6600;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 0;
    display: inline-block;
}

/* ========================================
   Info Box
   ======================================== */
.info-box {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 1.2rem 1.5rem;
    margin-top: 1rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.info-box p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.info-box p:last-child {
    margin-bottom: 0;
}

/* ========================================
   Lesson Card
   ======================================== */
.lesson-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 2rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.lesson-card h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    color: #FF6600;
}

.lesson-price {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lesson-price .duration {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
}

.lesson-price .price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.lesson-price .price small {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.lesson-desc p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.8rem;
    line-height: 1.8;
}

.lesson-desc p.highlight {
    color: #FF6600;
    font-weight: 500;
}

.lesson-notes {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lesson-notes p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.3rem;
}

/* ========================================
   Cancel Policy
   ======================================== */
.policy-content {
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.policy-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.cancel-table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cancel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.03);
}

.cancel-row.critical {
    background: rgba(255, 59, 48, 0.15);
    border: 1px solid rgba(255, 59, 48, 0.3);
}

.cancel-row.warning {
    background: rgba(255, 149, 0, 0.12);
    border: 1px solid rgba(255, 149, 0, 0.25);
}

.cancel-row.caution {
    background: rgba(255, 204, 0, 0.1);
    border: 1px solid rgba(255, 204, 0, 0.2);
}

.cancel-period {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.cancel-rate {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.cancel-row.critical .cancel-rate {
    color: #FF3B30;
}

.cancel-row.warning .cancel-rate {
    color: #FF9500;
}

.cancel-row.caution .cancel-rate {
    color: #FFCC00;
}

/* ========================================
   Tax Notice
   ======================================== */
.tax-notice {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 102, 0, 0.1);
    border: 1px solid rgba(255, 102, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 3rem;
}

.tax-notice p {
    font-size: 0.9rem;
    color: #FF6600;
    margin: 0;
}

/* ========================================
   CTA Section
   ======================================== */
.price-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 102, 0, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 102, 0, 0.2);
}

.price-cta p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.price-cta .btn-primary {
    display: inline-block;
    background: #FF6600;
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.price-cta .btn-primary:hover {
    background: #ff7722;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.3);
}

/* ========================================
   Back to Top Button
   ======================================== */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: #FF6600;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    background: #ff7722;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 768px) {
    .price-hero {
        min-height: 40vh;
    }

    .price-hero h1 {
        font-size: 2.5rem;
        letter-spacing: 0.2em;
    }

    .price-container {
        padding: 2rem 1rem;
    }

    .price-section {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .section-header h2 {
        font-size: 1.4rem;
    }

    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1rem 0;
    }

    .price-value {
        font-size: 1.3rem;
    }

    .price-extra {
        margin-left: 0;
        margin-top: 0.3rem;
    }

    .pack-card {
        padding: 1.5rem;
    }

    .pack-card.featured::before {
        right: 1rem;
    }

    .lesson-price {
        flex-direction: column;
        gap: 0.5rem;
    }

    .lesson-price .price {
        font-size: 2rem;
    }

    .cancel-row {
        padding: 0.8rem 1rem;
    }

    .cancel-rate {
        font-size: 1.2rem;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        bottom: 1rem;
        right: 1rem;
    }
}

@media (max-width: 480px) {
    .price-hero h1 {
        font-size: 2rem;
        letter-spacing: 0.15em;
    }

    .price-section {
        padding: 1.2rem;
    }

    .section-header h2 {
        font-size: 1.2rem;
    }

    .pack-title {
        font-size: 1.1rem;
    }

    .price-cta {
        padding: 2rem 1rem;
    }

    .price-cta .btn-primary {
        padding: 0.8rem 2rem;
        font-size: 0.9rem;
    }
}
