:root {
        --egypt-gold: #D4AF37;
        --egypt-red: #B43E3E;
        --egypt-sand: #F5E6D3;
        --egypt-teal: #1C7C7C;
        --egypt-navy: #1A3B4F;
        --egypt-cream: #FFF9F0;
        --egypt-dark: #2C1E1E;
        --egypt-dark2: #3D2A2A;
        --white: #FFFFFF;
        --text-gray: #5A4A4A;
        --border-light: #E8DDD5;
        --shadow-soft: 0 8px 30px rgba(180,62,62,0.07);
        --shadow-gold: 0 8px 30px rgba(212,175,55,0.15);
    }

    .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(--egypt-dark);
        line-height: 1.7;
        font-size: 18px;
        width: 100%;
        overflow-x: hidden;
        margin:0; padding:0;
    }

    /* ===== FULL-WIDTH SYSTEM ===== */
    .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,
    .pain-grid,
    .who-grid,
    .results-grid,
    .teachers-grid,
    .why-grid,
    .compare-table,
    .alphabet-grid,
    .lesson-wrapper,
    .curriculum-grid,
    .testimonials-grid,
    .pricing-grid,
    .guarantee-grid,
    .faq-list {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* الشبكات تمتد بالكامل */
    .who-grid,
    .results-grid,
    .teachers-grid,
    .why-grid,
    .curriculum-grid,
    .testimonials-grid,
    .pricing-grid,
    .guarantee-grid {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }

    @media (max-width: 768px) {
        .container {
            padding: 0 1rem !important;
        }
        .who-grid,
        .results-grid,
        .teachers-grid,
        .why-grid,
        .curriculum-grid,
        .testimonials-grid,
        .pricing-grid,
        .guarantee-grid {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .container > h2,
        .container > p,
        .container > .section-subtitle {
            padding: 0 1rem;
        }
    }

    h2 {
        font-size: 3rem;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 1.2rem;
        font-family: 'Amiri', sans-serif;
    }

    h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 0.8rem;
        line-height: 1.3;
        font-family: 'Amiri', sans-serif;
    }

    .section-label {
        display: inline-block;
        background: var(--egypt-red);
        color: var(--white);
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 1.2rem;
    }

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

    /* ===== HERO ===== */
    .hero {
        background: linear-gradient(145deg, #2C1E1E 0%, #3D2A2A 100%);
        padding: 4rem 2rem 5rem;
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }

    .hero::before {
        content: 'إزيك • يا سلام • ماشي • تمام • يلا';
        position: absolute;
        top: 20px; right: 40px;
        font-size: 3.5rem;
        color: rgba(212,175,55,0.04);
        font-family: 'Amiri', sans-serif;
        white-space: nowrap;
        transform: rotate(4deg);
        pointer-events: none;
    }

    .hero::after {
        content: '🇪🇬 • ☥ • 🏛️ • 🌙';
        position: absolute;
        bottom: 20px; left: 40px;
        font-size: 4rem;
        color: rgba(180,62,62,0.05);
        transform: rotate(-4deg);
        pointer-events: none;
    }

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

    .hero-flag {
        display: inline-block;
        background: rgba(212,175,55,0.12);
        backdrop-filter: blur(4px);
        color: var(--egypt-gold);
        padding: 0.6rem 1.8rem;
        border-radius: 50px;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 1.8rem;
        border: 1px solid rgba(212,175,55,0.3);
        letter-spacing: 1px;
    }

    .hero h2 {
        font-family: 'Amiri', sans-serif;
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 1.1;
        color: white;
        margin-bottom: 1.5rem;
        text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .hero-subtitle {
        font-size: 1.4rem;
        color: rgba(255,255,255,0.92);
        margin-bottom: 2.5rem;
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

    .trust-bar {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-top: 2.5rem;
        flex-wrap: wrap;
    }

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

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

    .cta-primary {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        background: var(--egypt-gold);
        color: var(--egypt-dark);
        padding: 1.4rem 3rem;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(212,175,55,0.4);
        font-family: 'Inter', sans-serif;
    }

    .cta-primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 40px rgba(212,175,55,0.5);
        background: #E5C04B;
    }

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

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

    /* ===== PAIN/SOLUTION ===== */
    .pain-section { background: var(--egypt-cream); }

    .pain-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: start;
    }

    .pain-side h2 {
        font-size: 2.8rem;
        color: var(--egypt-navy);
        margin-bottom: 1.5rem;
    }

    .pain-list { list-style: none; margin: 1.5rem 0; }

    .pain-list li {
        padding: 0.7rem 0 0.7rem 2.2rem;
        position: relative;
        font-size: 17px;
        border-bottom: 1px solid rgba(0,0,0,0.06);
        color: var(--text-gray);
    }

    .pain-list li:last-child { border-bottom: none; }

    .pain-list li::before {
        content: '❌';
        position: absolute;
        left: 0;
    }

    .victory-box {
        background: white;
        padding: 3rem;
        border-radius: 24px;
        border: 2px dashed var(--egypt-gold);
        box-shadow: var(--shadow-gold);
    }

    .victory-list { list-style: none; }

    .victory-list li {
        padding: 0.8rem 0 0.8rem 2.2rem;
        position: relative;
        font-size: 17px;
        font-weight: 500;
        border-bottom: 1px solid rgba(212,175,55,0.15);
    }

    .victory-list li:last-child { border-bottom: none; }

    .victory-list li::before { content: '✅'; position: absolute; left: 0; }

    /* ===== NEW: WHO IS THIS FOR ===== */
    .who-section { background: var(--white); }

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

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

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

    .who-card:nth-child(1)::before { background: #D4AF37; }
    .who-card:nth-child(2)::before { background: #B43E3E; }
    .who-card:nth-child(3)::before { background: #1C7C7C; }
    .who-card:nth-child(4)::before { background: #1A3B4F; }

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

    .who-card:nth-child(1):hover { border-color: #D4AF37; }
    .who-card:nth-child(2):hover { border-color: #B43E3E; }
    .who-card:nth-child(3):hover { border-color: #1C7C7C; }
    .who-card:nth-child(4):hover { border-color: #1A3B4F; }

    .who-emoji { font-size: 2.5rem; display: block; margin-bottom: 0.8rem; }

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

    .who-card:nth-child(1) .who-tag { color: #92400E; }
    .who-card:nth-child(2) .who-tag { color: #991B1B; }
    .who-card:nth-child(3) .who-tag { color: #065F46; }
    .who-card:nth-child(4) .who-tag { color: #1A3B4F; }

    .who-card h3 { font-size: 20px; margin-bottom: 0.8rem; color: var(--egypt-dark); }
    .who-card p { font-size: 16px; color: var(--text-gray); line-height: 1.6; }

    /* ===== REALISTIC RESULTS ===== */
    .results-section { background: var(--egypt-cream); }

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

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

    .result-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }

    .result-week {
        display: inline-block;
        background: var(--egypt-red);
        color: white;
        padding: 0.4rem 1.4rem;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 800;
        margin-bottom: 1.2rem;
    }

    .result-card h3 { font-size: 22px; color: var(--egypt-navy); margin-bottom: 1rem; }

    .result-phrase {
        background: var(--egypt-cream);
        padding: 0.8rem 1rem;
        border-radius: 10px;
        font-family: 'Amiri', sans-serif;
        font-size: 1.2rem;
        color: var(--egypt-red);
        margin: 1rem 0;
        font-weight: 700;
    }

    .result-list { list-style: none; text-align: left; }

    .result-list li {
        padding: 0.5rem 0 0.5rem 1.8rem;
        position: relative;
        font-size: 15px;
        color: var(--text-gray);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .result-list li:last-child { border-bottom: none; }

    .result-list li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: var(--egypt-gold);
        font-weight: 900;
    }

    .results-disclaimer {
        text-align: center;
        margin-top: 2.5rem;
        padding: 1.5rem 2rem;
        background: rgba(212,175,55,0.08);
        border-radius: 14px;
        border: 1px solid rgba(212,175,55,0.2);
        font-size: 15px;
        color: var(--text-gray);
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ===== TEACHERS SECTION ===== */
    .teachers-banner {
        background: linear-gradient(145deg, var(--egypt-dark) 0%, var(--egypt-dark2) 100%);
        padding: 5rem 2rem;
        width: 100%;
    }

    .teachers-inner {
        max-width: 1400px;
        margin: 0 auto;
        width: 100%;
        padding: 0 2rem;
    }

    .teachers-top {
        text-align: center;
        margin-bottom: 3rem;
    }

    .teachers-badge {
        display: inline-block;
        background: var(--egypt-gold);
        color: var(--egypt-dark);
        padding: 0.5rem 1.8rem;
        border-radius: 50px;
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }

    .teachers-banner h2 { color: white; font-size: 3rem; margin-bottom: 1rem; }
    .teachers-banner p { color: rgba(255,255,255,0.88); font-size: 1.1rem; max-width: 700px; margin: 0 auto; }

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

    .teacher-card {
        background: rgba(255,255,255,0.08);
        padding: 2.5rem;
        border-radius: 20px;
        border: 1px solid rgba(255,255,255,0.15);
        backdrop-filter: blur(4px);
        text-align: center;
        transition: all 0.3s ease;
    }

    .teacher-card:hover {
        background: rgba(255,255,255,0.12);
        border-color: rgba(212,175,55,0.4);
    }

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

    .teacher-card h3 { font-size: 22px; color: white; margin-bottom: 0.8rem; }
    .teacher-card p { font-size: 15px; color: rgba(255,255,255,0.82); line-height: 1.6; }

    /* ===== WHY IT WORKS ===== */
    .why-section { background: white; }

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

    .why-card {
        background: var(--egypt-cream);
        padding: 3rem 2.5rem;
        border-radius: 20px;
        border: 2px solid transparent;
        transition: all 0.35s ease;
        text-align: center;
    }

    .why-card:hover {
        border-color: var(--egypt-gold);
        transform: translateY(-7px);
        box-shadow: var(--shadow-gold);
    }

    .why-icon { font-size: 3rem; display: block; margin-bottom: 1.2rem; }
    .why-card h3 { font-size: 22px; color: var(--egypt-navy); margin-bottom: 0.8rem; }
    .why-card p { font-size: 16px; color: var(--text-gray); line-height: 1.6; }

    /* ===== NEW: MSA vs EGYPTIAN ===== */
    .compare-section { background: var(--egypt-cream); }

    .compare-table {
        max-width: 1100px;
        margin: 3rem auto 0;
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: var(--shadow-soft);
        border: 2px solid var(--border-light);
    }

    .compare-header {
        display: grid;
        grid-template-columns: 2fr 1.5fr 1.5fr;
        background: linear-gradient(135deg, var(--egypt-navy), #0F2535);
        color: white;
        padding: 1.5rem 2rem;
        font-weight: 700;
        font-size: 17px;
        gap: 1rem;
    }

    .compare-row {
        display: grid;
        grid-template-columns: 2fr 1.5fr 1.5fr;
        padding: 1.4rem 2rem;
        border-bottom: 1px solid var(--border-light);
        align-items: center;
        gap: 1rem;
        transition: background 0.2s;
    }

    .compare-row:last-child { border-bottom: none; }
    .compare-row:hover { background: #FFFAF5; }

    .compare-feature { font-size: 17px; font-weight: 600; color: var(--egypt-dark); }
    .compare-msa { font-size: 16px; color: var(--text-gray); text-align: center; }
    .compare-eg { font-size: 16px; color: #065F46; font-weight: 700; text-align: center; }

    .compare-check { color: #059669; font-size: 22px; }
    .compare-cross { color: #DC2626; font-size: 20px; }

    .internal-link-box {
        max-width: 1100px;
        margin: 2rem auto 0;
        background: linear-gradient(135deg, var(--egypt-navy), #0F2535);
        border-radius: 16px;
        padding: 2rem 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .internal-link-text h3 { color: white; font-size: 22px; margin-bottom: 0.4rem; }
    .internal-link-text p { color: rgba(255,255,255,0.8); font-size: 15px; }

    .internal-link-cta {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        background: var(--egypt-gold);
        color: var(--egypt-dark);
        padding: 0.9rem 2rem;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 800;
        font-size: 16px;
        white-space: nowrap;
        flex-shrink: 0;
        transition: all 0.3s ease;
        font-family: 'Inter', sans-serif;
    }

    .internal-link-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212,175,55,0.4); }

    /* ===== NEW: DO I NEED THE ALPHABET? ===== */
    .alphabet-section { background: white; }

    .alphabet-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin-top: 3rem;
        align-items: start;
    }

    .alpha-step {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 2rem;
        align-items: flex-start;
    }

    .alpha-num {
        width: 52px;
        height: 52px;
        min-width: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 900;
        font-family: 'Amiri', sans-serif;
        flex-shrink: 0;
    }

    .alpha-step:nth-child(1) .alpha-num { background: #FEF3C7; color: #92400E; border: 2px solid #FCD34D; }
    .alpha-step:nth-child(2) .alpha-num { background: #D1FAE5; color: #065F46; border: 2px solid #6EE7B7; }
    .alpha-step:nth-child(3) .alpha-num { background: #DBEAFE; color: #1E3A8A; border: 2px solid #93C5FD; }
    .alpha-step:nth-child(4) .alpha-num { background: #FCE7F3; color: #9D174D; border: 2px solid #F9A8D4; }

    .alpha-content h3 { font-size: 19px; font-weight: 700; margin-bottom: 0.4rem; color: var(--egypt-dark); }
    .alpha-content p { font-size: 16px; color: var(--text-gray); line-height: 1.6; }

    .alphabet-visual {
        background: var(--egypt-cream);
        border-radius: 20px;
        padding: 3rem;
        border: 2px dashed rgba(212,175,55,0.4);
    }

    .alphabet-visual h3 { font-size: 22px; color: var(--egypt-navy); margin-bottom: 2rem; text-align: center; }

    .transliteration-example {
        background: white;
        border-radius: 14px;
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        border-left: 4px solid var(--egypt-gold);
    }

    .trans-arabic {
        font-family: 'Amiri', sans-serif;
        font-size: 2rem;
        color: var(--egypt-red);
        display: block;
        direction: rtl;
        margin-bottom: 0.3rem;
    }

    .trans-latin { font-size: 1.1rem; font-weight: 700; color: var(--egypt-navy); }
    .trans-meaning { font-size: 15px; color: var(--text-gray); margin-top: 0.2rem; }

    /* ===== SAMPLE LESSON ===== */
    .lesson-section { background: var(--egypt-cream); }

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

    .lesson-step {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 1.8rem;
        align-items: flex-start;
    }

    .lesson-time {
        min-width: 90px;
        background: var(--egypt-red);
        color: white;
        text-align: center;
        padding: 0.7rem;
        border-radius: 10px;
        font-weight: 800;
        font-size: 13px;
        flex-shrink: 0;
        font-family: 'Inter', sans-serif;
    }

    .lesson-step-card {
        background: white;
        border-radius: 14px;
        padding: 1.5rem;
        flex: 1;
        border-left: 4px solid var(--egypt-gold);
        box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    }

    .lesson-step-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 0.4rem; color: var(--egypt-dark); font-family: 'Amiri', sans-serif; }
    .lesson-step-card p { font-size: 15px; color: var(--text-gray); }

    .lesson-info-box {
        background: linear-gradient(145deg, var(--egypt-dark), var(--egypt-dark2));
        color: white;
        border-radius: 24px;
        padding: 3rem;
        position: sticky;
        top: 2rem;
    }

    .lesson-info-box h3 { color: white; font-size: 24px; margin-bottom: 2rem; }

    .lesson-info-item {
        display: flex;
        align-items: flex-start;
        gap: 1.2rem;
        margin-bottom: 1.8rem;
        padding-bottom: 1.8rem;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

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

    .lesson-info-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        background: rgba(212,175,55,0.2);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .lesson-info-text h4 { color: white; font-size: 16px; font-weight: 700; margin-bottom: 0.3rem; font-family: 'Amiri', sans-serif; }
    .lesson-info-text p { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.5; }

    /* ===== CURRICULUM ===== */
    .curriculum-section { background: white; }

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

    .curriculum-card {
        background: var(--egypt-cream);
        padding: 2.5rem;
        border-radius: 20px;
        border: 2px solid var(--border-light);
        transition: all 0.3s ease;
    }

    .curriculum-card:hover {
        border-color: var(--egypt-gold);
        transform: translateY(-5px);
        box-shadow: var(--shadow-gold);
    }

    .level-dot { font-size: 2rem; display: block; margin-bottom: 0.5rem; }

    .curriculum-card h3 { font-size: 22px; color: var(--egypt-navy); margin-bottom: 1rem; }

    .eg-phrase {
        background: white;
        padding: 0.8rem 1rem;
        border-radius: 10px;
        font-family: 'Amiri', sans-serif;
        font-size: 1.2rem;
        color: var(--egypt-red);
        margin-bottom: 1.5rem;
        text-align: center;
        font-weight: 700;
        border: 1px solid rgba(180,62,62,0.15);
    }

    .curriculum-list { list-style: none; }

    .curriculum-list li {
        padding: 0.5rem 0 0.5rem 1.8rem;
        position: relative;
        font-size: 16px;
        color: var(--text-gray);
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    .curriculum-list li:last-child { border-bottom: none; }

    .curriculum-list li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: var(--egypt-gold);
        font-weight: 900;
        font-size: 16px;
    }

    /* ===== TESTIMONIALS ===== */
    .testimonials-section { background: var(--egypt-cream); }

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

    .testimonial-card {
        background: white;
        padding: 2.5rem;
        border-radius: 20px;
        box-shadow: var(--shadow-soft);
        border: 2px solid var(--border-light);
        position: relative;
        transition: all 0.3s ease;
    }

    .testimonial-card:hover { border-color: var(--egypt-gold); transform: translateY(-4px); }

    .testimonial-card::before {
        content: '"';
        font-family: 'Amiri', sans-serif;
        font-size: 7rem;
        color: var(--egypt-gold);
        opacity: 0.15;
        position: absolute;
        top: -15px; left: 15px;
        pointer-events: none;
        line-height: 1;
    }

    .testimonial-text {
        font-size: 16px;
        font-style: italic;
        margin-bottom: 1.5rem;
        color: var(--text-gray);
        line-height: 1.7;
        position: relative;
        z-index: 1;
    }

    .testimonial-meta {
        font-size: 14px;
        color: var(--text-gray);
        background: var(--egypt-cream);
        padding: 0.6rem 1rem;
        border-radius: 8px;
        margin-bottom: 1rem;
        font-style: italic;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .stars { color: var(--egypt-gold); font-size: 16px; letter-spacing: 3px; }

    .stat-highlight {
        text-align: center;
        margin-top: 3rem;
        padding: 2rem 3rem;
        background: white;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        gap: 1.5rem;
        box-shadow: var(--shadow-soft);
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    /* ===== PRICING ===== */
    .pricing-section { background: white; }

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

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

    .pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); }

    .pricing-card.popular {
        border-color: var(--egypt-gold);
        background: linear-gradient(to bottom, #FFFDE7, var(--egypt-cream));
        transform: scale(1.04);
    }

    .popular-badge {
        position: absolute;
        top: -15px; left: 50%;
        transform: translateX(-50%);
        background: var(--egypt-gold);
        color: var(--egypt-dark);
        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(--egypt-navy); margin-bottom: 0.8rem; }
    .pricing-price { font-size: 3rem; font-weight: 900; color: var(--egypt-red); margin-bottom: 0.3rem; line-height: 1; }
    .pricing-period { font-size: 14px; color: var(--text-gray); margin-bottom: 0.5rem; }
    .pricing-desc { font-size: 17px; font-weight: 700; color: var(--egypt-dark); margin-bottom: 1rem; }
    .pricing-detail { font-size: 15px; color: var(--text-gray); margin-bottom: 0.3rem; }

    .pricing-cta {
        display: block;
        padding: 1rem 1.5rem;
        background: var(--egypt-red);
        color: 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: #8F3232; transform: scale(1.03); }
    .pricing-card.popular .pricing-cta { background: var(--egypt-gold); color: var(--egypt-dark); }

    .offer-bar {
        background: linear-gradient(135deg, var(--egypt-gold), #C4A030);
        padding: 2rem 3rem;
        border-radius: 20px;
        margin-top: 3rem;
        text-align: center;
        color: var(--egypt-dark);
    }

    /* ===== GUARANTEE ===== */
    .guarantee-section { background: var(--egypt-cream); }

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

    .guarantee-card {
        background: white;
        padding: 2.5rem;
        border-radius: 20px;
        text-align: center;
        border: 2px dashed rgba(212,175,55,0.4);
        transition: all 0.3s ease;
    }

    .guarantee-card:hover {
        border-style: solid;
        border-color: var(--egypt-gold);
        transform: translateY(-5px);
        box-shadow: var(--shadow-gold);
    }

    .guarantee-icon { font-size: 3rem; display: block; margin-bottom: 1rem; }
    .guarantee-card h3 { font-size: 22px; color: var(--egypt-navy); margin-bottom: 0.8rem; }
    .guarantee-card p { font-size: 16px; color: var(--text-gray); line-height: 1.6; }

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

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

    .faq-item {
        background: var(--egypt-cream);
        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(--egypt-dark); margin-bottom: 0; }
    .faq-question:hover { background: white; }
    .faq-toggle { font-size: 26px; font-weight: 700; color: var(--egypt-gold); flex-shrink: 0; }

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

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

    /* ===== FINAL CTA ===== */
    .final-cta {
        background: linear-gradient(145deg, var(--egypt-dark) 0%, var(--egypt-dark2) 100%);
        padding: 6rem 2rem 8rem;
        text-align: center;
        width: 100%;
    }

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

    .urgency-pill {
        display: inline-block;
        background: var(--egypt-red);
        color: white;
        padding: 0.6rem 2rem;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 2rem;
        letter-spacing: 1px;
    }

    .final-cta h2 { color: white; font-size: 3rem; margin-bottom: 1.2rem; }
    .final-cta p { font-size: 1.2rem; color: rgba(255,255,255,0.9); margin-bottom: 2.5rem; }

    .dialogue-box {
        background: rgba(212,175,55,0.1);
        padding: 2.5rem;
        border-radius: 20px;
        font-family: 'Amiri', sans-serif;
        font-size: 1.4rem;
        margin: 2.5rem 0;
        border: 1px solid rgba(212,175,55,0.25);
        text-align: left;
        direction: ltr;
    }

    .dialogue-line { display: block; margin-bottom: 0.6rem; color: rgba(255,255,255,0.85); }
    .dialogue-line.you { color: var(--egypt-gold); font-weight: 700; font-size: 1.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.7rem;
        background: var(--egypt-gold);
        color: var(--egypt-dark);
        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(212,175,55,0.4);
        font-family: 'Inter', sans-serif;
    }

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

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

    .cta-final-secondary:hover { background: rgba(255,255,255,0.08); border-color: white; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1200px) {
        .curriculum-grid,
        .testimonials-grid,
        .why-grid { grid-template-columns: repeat(2, 1fr); }

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

        .lesson-wrapper,
        .alphabet-grid { grid-template-columns: 1fr; }
    }

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

        .curriculum-grid,
        .testimonials-grid,
        .why-grid,
        .teachers-grid,
        .pricing-grid,
        .results-grid,
        .guarantee-grid,
        .who-grid { grid-template-columns: 1fr; }

        .pain-grid { grid-template-columns: 1fr; }

        .cta-group, .final-cta-buttons { flex-direction: column; align-items: center; }
        .cta-primary, .cta-secondary,
        .cta-final-primary, .cta-final-secondary { width: 100%; justify-content: center; }

        .compare-header,
        .compare-row { grid-template-columns: 1fr; gap: 0.5rem; }

        .compare-msa, .compare-eg { text-align: left; }
        .internal-link-box { flex-direction: column; text-align: center; }

        .trust-bar { flex-direction: column; gap: 1rem; }
        .trust-item { width: 100%; justify-content: center; }

        .pricing-card.popular { transform: scale(1); }
        .section { padding: 3rem 0; }
        .final-cta h2 { font-size: 2.2rem; }
        .stat-highlight { flex-direction: column; gap: 0.5rem; }
    }