:root {
        --primary-blue: #1A3B5C;
        --deep-blue: #0E2A3B;
        --primary-orange: #F3921F;
        --success-green: #059669;
        --light-bg: #F5F9FF;
        --soft-gray: #F1F5F9;
        --light-orange: #FFF0E0;
        --white: #FFFFFF;
        --text-dark: #1E2E3F;
        --text-medium: #334155;
        --text-light: #64748B;
        --border-light: #E2E8F0;
        --border-orange: rgba(243, 146, 31, 0.2);
    }

    .screen-reader-text {
        border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
        height: 1px; margin: -1px; overflow: hidden; padding: 0;
        position: absolute; width: 1px; word-wrap: normal;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
        font-family: 'Inter', sans-serif;
        background: var(--white);
        color: var(--text-dark);
        line-height: 1.7;
        font-size: 18px;
        width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }

    /* ===== FULL-WIDTH SYSTEM (مثل صفحة MSA) ===== */
    .container {
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .section {
        width: 100%;
        padding: 5rem 0;
    }

    /* جعل محتوى النصوص له حد أقصى للعرض مع توسيط */
    .container > h2,
    .container > p,
    .container > .section-subtitle,
    .container > div > h2,
    .container > div > p,
    .container > div > .section-subtitle {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2rem;
    }

    /* الشبكات والعناصر العريضة تمتد مع مسافات داخلية */
    .routing-grid,
    .journey-path,
    .weeks-grid,
    .correction-wrapper,
    .audience-grid,
    .why-grid,
    .program-cards,
    .pricing-cards,
    .reassurance-grid,
    .faq-list {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }

    @media (max-width: 768px) {
        .container {
            padding: 0 1rem !important;
        }
        .routing-grid,
        .journey-path,
        .weeks-grid,
        .correction-wrapper,
        .audience-grid,
        .why-grid,
        .program-cards,
        .pricing-cards,
        .reassurance-grid,
        .faq-list {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .container > h2,
        .container > p,
        .container > .section-subtitle {
            padding: 0 1rem;
        }
    }

    .section-label {
        display: inline-block;
        background: var(--primary-blue);
        color: var(--white);
        padding: 0.6rem 1.8rem;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
    }

    h2 {
        font-size: 3rem;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1.2rem;
        line-height: 1.2;
        text-align: center;
    }

    .section-subtitle {
        font-size: 1.3rem;
        color: var(--text-medium);
        line-height: 1.7;
        margin-bottom: 3rem;
        text-align: center;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    /* ===== HERO ===== */
    .hero {
        background: linear-gradient(165deg, var(--deep-blue) 0%, var(--primary-blue) 100%);
        padding: 4rem 2rem 5rem;
        color: var(--white);
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: -40%;
        right: -15%;
        width: 70%;
        height: 180%;
        background: radial-gradient(circle, rgba(243,146,31,0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .hero-content {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .bismillah {
        font-size: 1.6rem;
        color: var(--primary-orange);
        margin-bottom: 1.8rem;
        font-weight: 400;
        font-family: 'Playfair Display', serif;
        display: block;
    }

    .hero-title {
        font-size: 3.8rem;
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: 1.5rem;
        color: var(--white);
        text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .hero-subtitle {
        font-size: 1.4rem;
        font-weight: 500;
        opacity: 0.95;
        max-width: 860px;
        margin: 0 auto 2.5rem;
        line-height: 1.6;
        color: #A8CFEA;
    }

    .trust-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.5rem;
        margin-top: 2.5rem;
        flex-wrap: wrap;
        width: 100%;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        background: rgba(255,255,255,0.1);
        padding: 0.8rem 1.5rem;
        border-radius: 50px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
        font-size: 16px;
        font-weight: 600;
    }

    .trust-icon {
        width: 28px;
        height: 28px;
        background: var(--primary-orange);
        color: var(--deep-blue);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 14px;
        flex-shrink: 0;
    }

    .cta-primary {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: var(--primary-orange);
        color: var(--deep-blue);
        padding: 1.5rem 3rem;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(243,146,31,0.4);
        border: none;
        font-family: 'Inter', sans-serif;
    }

    .cta-primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 40px rgba(243,146,31,0.5);
    }

    .cta-secondary-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: transparent;
        color: var(--white);
        padding: 1.5rem 3rem;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 12px;
        border: 2px solid var(--white);
        transition: all 0.3s ease;
        font-family: 'Inter', sans-serif;
    }

    .cta-secondary-btn:hover { background: rgba(255,255,255,0.1); }

    .cta-group {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2.5rem;
    }

    /* ===== NEW: WHERE DO YOU START? (DECISION ROUTING) ===== */
    .routing-section { background: var(--white); }

    .routing-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin-top: 3rem;
    }

    .routing-card {
        border-radius: 20px;
        padding: 2.5rem;
        border: 2px solid var(--border-light);
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .routing-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0;
        width: 6px;
        height: 100%;
    }

    .routing-card:nth-child(1)::before { background: #2563EB; }
    .routing-card:nth-child(2)::before { background: var(--primary-orange); }
    .routing-card:nth-child(3)::before { background: var(--success-green); }
    .routing-card:nth-child(4)::before { background: #7C3AED; }

    .routing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    }

    .routing-card:nth-child(1):hover { border-color: #2563EB; }
    .routing-card:nth-child(2):hover { border-color: var(--primary-orange); }
    .routing-card:nth-child(3):hover { border-color: var(--success-green); }
    .routing-card:nth-child(4):hover { border-color: #7C3AED; }

    .routing-emoji { font-size: 2.5rem; display: block; margin-bottom: 1rem; }

    .routing-if {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .routing-card:nth-child(1) .routing-if { color: #2563EB; }
    .routing-card:nth-child(2) .routing-if { color: var(--primary-orange); }
    .routing-card:nth-child(3) .routing-if { color: var(--success-green); }
    .routing-card:nth-child(4) .routing-if { color: #7C3AED; }

    .routing-card h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: var(--text-dark);
    }

    .routing-card p {
        font-size: 16px;
        color: var(--text-medium);
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

    .routing-arrow {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        padding: 0.6rem 1.4rem;
        border-radius: 8px;
        transition: all 0.3s ease;
        border: 2px solid;
    }

    .routing-card:nth-child(1) .routing-arrow { color: #2563EB; border-color: #2563EB; }
    .routing-card:nth-child(2) .routing-arrow { color: var(--primary-orange); border-color: var(--primary-orange); }
    .routing-card:nth-child(3) .routing-arrow { color: var(--success-green); border-color: var(--success-green); }
    .routing-card:nth-child(4) .routing-arrow { color: #7C3AED; border-color: #7C3AED; }

    .routing-card:nth-child(1) .routing-arrow:hover { background: #2563EB; color: white; }
    .routing-card:nth-child(2) .routing-arrow:hover { background: var(--primary-orange); color: var(--deep-blue); }
    .routing-card:nth-child(3) .routing-arrow:hover { background: var(--success-green); color: white; }
    .routing-card:nth-child(4) .routing-arrow:hover { background: #7C3AED; color: white; }

    /* ===== NEW: YOUR FULL LEARNING JOURNEY (ROADMAP) ===== */
    .journey-section { background: var(--light-bg); }

    .journey-path {
        max-width: 1100px;
        margin: 3rem auto 0;
        position: relative;
    }

    .journey-path::before {
        content: '';
        position: absolute;
        left: 40px;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, #2563EB, var(--primary-orange), var(--success-green), #7C3AED);
    }

    .journey-step {
        display: flex;
        gap: 2.5rem;
        margin-bottom: 2.5rem;
        align-items: flex-start;
    }

    .journey-step:last-child { margin-bottom: 0; }

    .journey-num {
        width: 80px;
        height: 80px;
        min-width: 80px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 900;
        border: 4px solid var(--white);
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        position: relative;
        z-index: 1;
        font-family: 'Playfair Display', serif;
    }

    .journey-step:nth-child(1) .journey-num { background: #2563EB; color: white; }
    .journey-step:nth-child(2) .journey-num { background: var(--primary-orange); color: var(--deep-blue); }
    .journey-step:nth-child(3) .journey-num { background: var(--success-green); color: white; }
    .journey-step:nth-child(4) .journey-num { background: #7C3AED; color: white; }

    .journey-card {
        background: var(--white);
        border-radius: 20px;
        padding: 2.5rem;
        flex: 1;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        border: 2px solid var(--border-light);
        transition: all 0.3s ease;
    }

    .journey-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .journey-tag {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 0.6rem;
        display: block;
    }

    .journey-step:nth-child(1) .journey-tag { color: #2563EB; }
    .journey-step:nth-child(2) .journey-tag { color: #B45309; }
    .journey-step:nth-child(3) .journey-tag { color: var(--success-green); }
    .journey-step:nth-child(4) .journey-tag { color: #7C3AED; }

    .journey-card h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: var(--text-dark);
    }

    .journey-card p {
        font-size: 16px;
        color: var(--text-medium);
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

    .journey-outcomes {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .journey-outcomes li {
        font-size: 14px;
        font-weight: 600;
        padding: 0.4rem 1rem;
        border-radius: 50px;
        background: var(--soft-gray);
        color: var(--text-medium);
    }

    /* ===== NEW: FIRST 4 WEEKS TIMELINE ===== */
    .weeks-section { background: var(--white); }

    .weeks-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .week-card {
        border-radius: 20px;
        padding: 2.5rem 2rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .week-card:nth-child(1) { background: #EFF6FF; border: 2px solid #BFDBFE; }
    .week-card:nth-child(2) { background: #FFF7ED; border: 2px solid #FED7AA; }
    .week-card:nth-child(3) { background: #F0FDF4; border: 2px solid #A7F3D0; }
    .week-card:nth-child(4) { background: #F5F3FF; border: 2px solid #DDD6FE; }

    .week-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); }

    .week-label {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 1rem;
        display: block;
    }

    .week-card:nth-child(1) .week-label { color: #2563EB; }
    .week-card:nth-child(2) .week-label { color: #C2410C; }
    .week-card:nth-child(3) .week-label { color: #065F46; }
    .week-card:nth-child(4) .week-label { color: #5B21B6; }

    .week-icon { font-size: 3rem; display: block; margin-bottom: 1rem; }

    .week-card h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--text-dark);
    }

    .week-card p {
        font-size: 16px;
        color: var(--text-medium);
        line-height: 1.6;
    }

    .week-outcome {
        margin-top: 1.5rem;
        padding: 0.8rem 1rem;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .week-card:nth-child(1) .week-outcome { background: #DBEAFE; color: #1E3A8A; }
    .week-card:nth-child(2) .week-outcome { background: #FFEDD5; color: #7C2D12; }
    .week-card:nth-child(3) .week-outcome { background: #D1FAE5; color: #064E3B; }
    .week-card:nth-child(4) .week-outcome { background: #EDE9FE; color: #4C1D95; }

    /* ===== NEW: CORRECTION MODEL ===== */
    .correction-section { background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%); }

    .correction-section h2,
    .correction-section .section-subtitle { color: var(--white); }

    .correction-wrapper {
        max-width: 1100px;
        margin: 3rem auto 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: start;
    }

    .correction-example {
        background: rgba(255,255,255,0.08);
        border: 2px solid rgba(255,255,255,0.15);
        border-radius: 20px;
        padding: 3rem;
    }

    .correction-example h3 {
        color: var(--white);
        font-size: 24px;
        margin-bottom: 2rem;
    }

    .tajweed-rule {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .tajweed-rule:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

    .rule-label {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 0.6rem;
        display: block;
    }

    .rule-label.error { color: #FCA5A5; }
    .rule-label.fix { color: #6EE7B7; }
    .rule-label.result { color: var(--primary-orange); }

    .rule-content {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .rule-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-top: 2px;
    }

    .rule-icon.error { background: rgba(239,68,68,0.2); }
    .rule-icon.fix { background: rgba(16,185,129,0.2); }
    .rule-icon.result { background: rgba(243,146,31,0.2); }

    .rule-text {
        font-size: 16px;
        line-height: 1.6;
        color: rgba(255,255,255,0.9);
    }

    .arabic-rule-example {
        font-family: 'Traditional Arabic', serif;
        font-size: 2.2rem;
        color: var(--primary-orange);
        display: block;
        margin-bottom: 0.5rem;
        direction: rtl;
    }

    .feedback-types {
        background: rgba(255,255,255,0.08);
        border: 2px solid rgba(255,255,255,0.15);
        border-radius: 20px;
        padding: 3rem;
    }

    .feedback-types h3 {
        color: var(--white);
        font-size: 24px;
        margin-bottom: 2rem;
    }

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

    .feedback-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

    .feedback-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        background: rgba(243,146,31,0.2);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
    }

    .feedback-text h4 {
        font-size: 18px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 0.4rem;
        font-family: 'Playfair Display', serif;
    }

    .feedback-text p {
        font-size: 15px;
        color: rgba(255,255,255,0.8);
        line-height: 1.6;
    }

    /* ===== WHO IS THIS FOR (AUDIENCE) ===== */
    .audience-section { background: var(--light-bg); }

    .audience-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 3rem;
    }

    .audience-card {
        background: var(--white);
        border-radius: 20px;
        padding: 2.5rem;
        border: 2px solid var(--border-light);
        transition: all 0.3s ease;
        text-align: center;
    }

    .audience-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
        border-color: var(--primary-orange);
    }

    .audience-emoji { font-size: 3rem; display: block; margin-bottom: 1rem; }

    .audience-card h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: var(--primary-blue);
    }

    .audience-card p {
        font-size: 16px;
        color: var(--text-medium);
        line-height: 1.6;
    }

    .audience-tag {
        display: inline-block;
        background: var(--light-orange);
        color: #92400E;
        padding: 0.3rem 1rem;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }

    /* ===== WHY CHOOSE ===== */
    .why-section { background: var(--white); }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        margin-top: 3rem;
    }

    .why-card {
        background: var(--light-bg);
        padding: 3rem;
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.04);
        border: 2px solid transparent;
        transition: all 0.4s ease;
        text-align: left;
    }

    .why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        border-color: var(--primary-orange);
    }

    .why-icon {
        width: 72px;
        height: 72px;
        background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        margin-bottom: 1.8rem;
    }

    .why-card h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: var(--text-dark);
    }

    .why-card p {
        font-size: 16px;
        color: var(--text-medium);
        line-height: 1.7;
    }

    /* ===== PROGRAMS ===== */
    .programs-section { background: var(--light-bg); }

    .program-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.8rem;
        margin-top: 3rem;
    }

    .program-card {
        background: var(--white);
        border: 2px solid var(--border-light);
        border-radius: 20px;
        padding: 2.5rem 2rem;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .program-card:hover {
        border-color: var(--primary-orange);
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(243,146,31,0.15);
    }

    .program-tag {
        display: inline-block;
        background: var(--primary-blue);
        color: var(--white);
        padding: 0.4rem 1rem;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1.2rem;
        width: fit-content;
    }

    .program-card h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0.8rem;
        color: var(--primary-blue);
    }

    .program-card > p {
        font-size: 15px;
        color: var(--text-medium);
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .program-features {
        list-style: none;
        margin-bottom: 2rem;
        flex-grow: 1;
    }

    .program-features li {
        padding: 0.6rem 0 0.6rem 1.8rem;
        position: relative;
        font-size: 15px;
        color: var(--text-medium);
        border-bottom: 1px solid var(--border-light);
    }

    .program-features li:last-child { border-bottom: none; }

    .program-features li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: var(--primary-orange);
        font-weight: 900;
        font-size: 16px;
    }

    .prog-cta {
        display: block;
        padding: 1rem 1.5rem;
        border-radius: 10px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: all 0.3s ease;
        border: none;
        font-family: 'Inter', sans-serif;
        margin-top: auto;
    }

    .prog-cta.primary { background: var(--primary-orange); color: var(--deep-blue); }
    .prog-cta.primary:hover { background: #E8820F; transform: scale(1.03); }
    .prog-cta.secondary { background: var(--primary-blue); color: var(--white); }
    .prog-cta.secondary:hover { background: var(--deep-blue); transform: scale(1.03); }
    .prog-cta.whatsapp { background: #25D366; color: white; }
    .prog-cta.whatsapp:hover { background: #1EBE5E; transform: scale(1.03); }

    /* ===== HADITH ===== */
    .hadith-section { background: var(--white); }

    .hadith-box {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
        padding: 4rem;
        background: var(--light-bg);
        border-radius: 24px;
        border: 2px solid var(--border-orange);
        position: relative;
    }

    .quote-mark {
        font-size: 8rem;
        color: var(--primary-orange);
        opacity: 0.15;
        line-height: 1;
        font-family: 'Playfair Display', serif;
        display: block;
        margin-bottom: -2rem;
    }

    .hadith-text {
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
        color: var(--primary-blue);
        font-family: 'Playfair Display', serif;
    }

    .hadith-ref {
        font-size: 1.1rem;
        color: var(--primary-orange);
        font-weight: 700;
    }

    /* ===== PRICING ===== */
    .pricing-section { background: var(--light-bg); }

    .pricing-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.8rem;
        margin-top: 3rem;
    }

    .pricing-card {
        background: var(--white);
        padding: 3rem 2rem;
        border-radius: 20px;
        border: 2px solid var(--border-light);
        text-align: center;
        transition: all 0.4s ease;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

    .pricing-card.popular {
        border-color: var(--primary-orange);
        background: linear-gradient(to bottom, #FFF7ED 0%, var(--white) 100%);
        transform: scale(1.04);
    }

    .popular-badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--primary-orange);
        color: var(--deep-blue);
        padding: 0.4rem 1.4rem;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }

    .pricing-name {
        font-size: 22px;
        font-weight: 700;
        color: var(--primary-blue);
        margin-bottom: 1rem;
    }

    .pricing-price {
        font-size: 3rem;
        font-weight: 900;
        color: var(--primary-orange);
        margin-bottom: 0.3rem;
        line-height: 1;
    }

    .pricing-period {
        font-size: 15px;
        color: var(--text-light);
        margin-bottom: 0.5rem;
    }

    .pricing-desc {
        font-size: 17px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 1.5rem;
    }

    .pricing-details {
        font-size: 15px;
        color: var(--text-medium);
        margin-bottom: 0.4rem;
    }

    .pricing-cta {
        display: block;
        padding: 1rem 1.5rem;
        background: var(--primary-blue);
        color: var(--white);
        border-radius: 10px;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        transition: all 0.3s ease;
        margin-top: auto;
        font-family: 'Inter', sans-serif;
        border: none;
    }

    .pricing-cta:hover { background: var(--deep-blue); transform: scale(1.03); }
    .pricing-card.popular .pricing-cta { background: var(--primary-orange); color: var(--deep-blue); }

    .discount-box {
        background: var(--white);
        border-radius: 20px;
        padding: 2.5rem;
        text-align: center;
        margin-top: 3rem;
        border: 2px solid var(--border-orange);
    }

    /* ===== REASSURANCE ===== */
    .reassurance-section {
        background: linear-gradient(135deg, var(--primary-blue) 0%, var(--deep-blue) 100%);
    }

    .reassurance-section h2 { color: var(--white); }
    .reassurance-section .section-subtitle { color: rgba(243,146,31,0.9); }

    .reassurance-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
        margin-top: 3rem;
    }

    .reassurance-item {
        text-align: center;
    }

    .reassurance-icon {
        width: 90px;
        height: 90px;
        background: rgba(243,146,31,0.1);
        border: 3px solid var(--primary-orange);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        font-size: 2.5rem;
    }

    .reassurance-item h3 {
        font-size: 20px;
        color: var(--white);
        margin-bottom: 0.8rem;
    }

    .reassurance-item p {
        font-size: 15px;
        color: rgba(255,255,255,0.85);
        line-height: 1.6;
    }

    /* ===== FAQ ===== */
    .faq-section { background: var(--white); }

    .faq-list {
        max-width: 1000px;
        margin: 3rem auto 0;
        width: 100%;
    }

    .faq-item {
        background: var(--light-bg);
        margin-bottom: 1.2rem;
        border-radius: 16px;
        overflow: hidden;
        border: 2px solid var(--border-light);
    }

    .faq-question {
        padding: 1.8rem 2.5rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
    }

    .faq-question h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); }
    .faq-question:hover { background: var(--white); }
    .faq-toggle { font-size: 26px; font-weight: 700; color: var(--primary-orange); }

    .faq-answer {
        padding: 0 2.5rem 1.8rem;
        font-size: 17px;
        color: var(--text-medium);
        line-height: 1.8;
        display: none;
    }

    .faq-item.active .faq-answer { display: block; }

    /* ===== FINAL CTA ===== */
    .final-cta {
        background: linear-gradient(135deg, #FFF7ED 0%, var(--white) 100%);
        padding: 6rem 2rem 8rem;
        text-align: center;
        width: 100%;
        border-top: 3px solid var(--border-orange);
    }

    .final-content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .urgency-pill {
        display: inline-block;
        background: var(--primary-orange);
        color: var(--deep-blue);
        padding: 0.7rem 2rem;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 2rem;
    }

    .final-cta h2 { font-size: 3rem; color: var(--primary-blue); margin-bottom: 1.2rem; }
    .final-cta p { font-size: 1.2rem; color: var(--text-medium); margin-bottom: 2.5rem; }

    .final-cta-buttons {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

    .cta-final-primary {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: var(--primary-orange);
        color: var(--deep-blue);
        padding: 1.4rem 3rem;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 800;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 8px 25px rgba(243,146,31,0.4);
        font-family: 'Inter', sans-serif;
    }

    .cta-final-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(243,146,31,0.5);
    }

    .cta-final-secondary {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: transparent;
        color: var(--primary-blue);
        padding: 1.4rem 3rem;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        border: 2px solid var(--primary-blue);
        transition: all 0.3s ease;
        font-family: 'Inter', sans-serif;
    }

    .cta-final-secondary:hover { background: var(--primary-blue); color: white; }

    .cta-whatsapp {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        background: #25D366;
        color: white;
        padding: 1.2rem 2.5rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 17px;
        transition: all 0.3s ease;
        font-family: 'Inter', sans-serif;
    }

    .cta-whatsapp:hover { background: #1EBE5E; transform: scale(1.03); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1200px) {
        .program-cards,
        .pricing-cards,
        .reassurance-grid,
        .weeks-grid { grid-template-columns: repeat(2, 1fr); }

        .audience-grid,
        .why-grid { grid-template-columns: repeat(2, 1fr); }

        .correction-wrapper { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
        .hero-title { font-size: 2.5rem; }
        h2 { font-size: 2rem; }
        h3 { font-size: 1.2rem; }

        .program-cards,
        .pricing-cards,
        .reassurance-grid,
        .weeks-grid,
        .routing-grid,
        .audience-grid,
        .why-grid { grid-template-columns: 1fr; }

        .journey-path::before { display: none; }

        .cta-group,
        .final-cta-buttons { flex-direction: column; align-items: center; }

        .cta-primary, .cta-secondary-btn,
        .cta-final-primary, .cta-final-secondary { width: 100%; justify-content: center; }

        .section { padding: 3rem 0; }
        .hadith-text { font-size: 1.5rem; }
        .final-cta h2 { font-size: 2rem; }
        .pricing-card.popular { transform: scale(1); }
    }

    @media (max-width: 480px) {
        .hero-title { font-size: 2rem; }
        h2 { font-size: 1.8rem; }
        .trust-bar { flex-direction: column; gap: 1rem; }
        .trust-item { width: 100%; justify-content: center; }
    }