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

:root {
    --navy:        #1A2F6E;
    --navy-deep:   #111F50;
    --orange:      #E55A2B;
    --orange-dark: #C04420;
    --gold:        #D4920A;
    --gold-light:  #F5C842;
    --green:       #1A7A55;
    --cream:       #FDFAF4;
    --soft:        #F6F8FC;
    --white:       #FFFFFF;
    --txt:         #0D1B3E;
    --txt-mid:     #3A4A6B;
    --txt-light:   #7080A0;
    --border:      #DDE4F0;
    --shadow-sm:   0 2px 8px rgba(26,47,110,0.08);
    --shadow-md:   0 8px 28px rgba(26,47,110,0.13);
    --shadow-lg:   0 20px 50px rgba(26,47,110,0.18);
    --radius:      18px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    color: var(--txt);
    background: var(--white);
    overflow-x: hidden;
}

/* ===== FULL WIDTH - بدون هوامش ===== */
.hero-inner,
.steps-wrap,
.path-grid,
.courses-grid,
.milestones-grid,
.why-grid,
.testimonials-grid,
.faq-wrap,
.contact-grid,
.team-inner,
.container,
.trust-strip-inner,
.accred-inner,
.features-grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* الأقسام تمتد بالكامل */
.hero,
.trust-strip,
.how-section,
.path-section,
.lessons-section,
.features-section,
.courses-section,
.milestones-section,
.team-section,
.why-section,
.testimonials-section,
.accred-section,
.faq-section,
.contact-section,
.final-cta {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Grids تملأ العرض */
.features-grid,
.courses-grid,
.milestones-grid,
.why-grid,
.testimonials-grid,
.path-grid,
.steps-wrap {
    display: grid;
    width: 100%;
}

/* ضبط الفوتر */
footer {
    width: 100%;
    clear: both;
}

/* ── Accessibility ── */
.skip-link {
    position: absolute; top: -50px; left: 0;
    background: var(--navy); color: #fff;
    padding: 10px 18px; text-decoration: none; z-index: 9999;
    border-radius: 0 0 8px 0;
}
.skip-link:focus { top: 0; }
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 3px solid var(--gold); outline-offset: 2px;
}

/* ── Headings ── */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; }

/* استايل العنوان الرئيسي البديل (بدلاً من H1) */
.hero-title-text {
    display: block;
    font-size: clamp(2.6rem, 5.5vw, 5rem);
    font-weight: 900;
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -1px;
    font-family: 'Playfair Display', Georgia, serif;
}

h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.9rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.18;
}
h3 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    color: var(--navy);
}

/* تكبير النصوص */
p, li, .step p, .path-card p, .feat-card p, .why-card p, .course-desc, .testimonial-text, .faq-a, .team-list li, .contact-info p, .c-detail .c-txt a, .c-detail .c-txt span, .lesson-text p, .lesson-meta span, .ms-body ul li {
    font-size: 1.05rem;
    line-height: 1.65;
}

.section-sub, .hero-sub, .hero-badge, .trust-strip-item, .accred-name, .accred-sub, .lesson-tag, .course-tag, .tp-text, .tp-extra, .rtp-note, .rtp-link, .cta-micro, .c-badge {
    font-size: 0.9rem;
}

/* ═══════ HERO ═══════ */
.hero {
    background: linear-gradient(160deg, #EBF0FF 0%, #FDFAF4 60%, #FFF7ED 100%);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,146,10,0.07) 0%, transparent 70%);
    top: -200px; right: -200px;
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(212,146,10,0.12);
    border: 1.5px solid var(--gold);
    color: #7A5300;
    padding: 0.45rem 1.2rem;
    border-radius: 50px;
    font-size: 13px; font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1.8rem;
}

.hero-title { margin-bottom: 1.5rem; }

.hero-sub {
    font-size: 1.2rem;
    color: var(--txt-mid);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-trust-bar {
    display: flex; flex-wrap: wrap; gap: 1.2rem;
    margin-bottom: 2.2rem;
}
.ht-item {
    display: flex; align-items: center; gap: 0.7rem;
}
.ht-icon {
    width: 38px; height: 38px;
    background: var(--navy);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-light); font-size: 16px; flex-shrink: 0;
}
.ht-label { font-weight: 700; font-size: 16px; line-height: 1.2; }
.ht-sub   { font-size: 13px; color: var(--txt-light); }

.hero-ctas {
    display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.8rem;
}
.btn-primary {
    display: inline-flex; align-items: center; gap: 0.7rem;
    background: var(--orange); color: #fff;
    padding: 1rem 2.2rem; border-radius: 50px;
    font-weight: 700; font-size: 18px;
    border: 2px solid var(--orange);
    text-decoration: none; transition: all .3s;
    cursor: pointer;
}
.btn-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(229,90,43,0.3); }
.btn-secondary {
    display: inline-flex; align-items: center; gap: 0.7rem;
    background: transparent; color: var(--navy);
    padding: 1rem 2.2rem; border-radius: 50px;
    font-weight: 700; font-size: 18px;
    border: 2px solid var(--navy);
    text-decoration: none; transition: all .3s;
}
.btn-secondary:hover { background: var(--navy); color: #fff; }

.hero-tp-row {
    display: flex; align-items: center; gap: 1.4rem;
    padding: 1rem 1.4rem;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid var(--border);
    box-shadow: var(--shadow-sm);
    width: fit-content;
}
.tp-logo-wrap {
    display: flex; align-items: center; gap: 0.4rem;
    font-weight: 800; font-size: 1.1rem; color: #00b67a;
}
.tp-logo-wrap span { font-size: 1.5rem; }
.tp-stars-wrap { display: flex; flex-direction: column; gap: 0.1rem; }
.tp-stars { color: #00b67a; font-size: 1.15rem; letter-spacing: 2px; }
.tp-text { font-size: 13px; color: var(--txt-mid); font-weight: 600; }
.tp-divider { width: 1px; height: 36px; background: var(--border); }
.tp-extra { font-size: 13px; color: var(--txt-light); line-height: 1.4; }
.tp-extra strong { display: block; color: var(--txt); font-size: 15px; font-weight: 700; }

.hero-right { position: relative; }
.hero-img-wrap {
    border-radius: 24px; overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
}
.hero-img-wrap img { width: 100%; display: block; }
.hero-float-badge {
    position: absolute; bottom: -18px; left: -18px;
    background: var(--navy); color: #fff;
    padding: 0.9rem 1.4rem; border-radius: 16px;
    box-shadow: var(--shadow-md);
    font-size: 14px; font-weight: 700;
    display: flex; align-items: center; gap: 0.6rem;
}
.hero-float-badge i { color: var(--gold-light); font-size: 20px; }
.hero-float-badge span { font-size: 13px; opacity: 0.85; display: block; }

/* ═══════ TRUST STRIP ═══════ */
.trust-strip {
    background: var(--navy-deep);
    padding: 0.85rem 0;
}
.trust-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}
.ts-item {
    display: flex; align-items: center; gap: 0.5rem;
    color: rgba(255,255,255,0.88); font-size: 14px; font-weight: 500;
}
.ts-item i { color: var(--gold-light); }

/* ═══════ SECTION HEADER ═══════ */
.section-header { text-align: center; max-width: 820px; margin: 0 auto 3rem; }
.section-label {
    display: inline-block;
    font-size: 12px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: var(--orange); margin-bottom: 0.8rem;
}
.section-header h2 { margin-bottom: 0.8rem; }
.section-sub { font-size: 1.1rem; color: var(--txt-mid); }

/* ═══════ HOW IT WORKS ═══════ */
.how-section {
    padding: 6rem 0;
    background: var(--cream);
}
.steps-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}

.step {
    text-align: center; padding: 2rem 1.5rem;
    background: #fff; border-radius: var(--radius);
    border: 1.5px solid var(--border);
    transition: all .3s; position: relative;
}
.step:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-5px); }
.step-num {
    width: 70px; height: 70px;
    background: var(--navy); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem; font-weight: 900; color: var(--gold-light);
}
.step-connector {
    position: absolute; top: 35px; right: -1.5rem;
    width: 3rem; height: 2px; background: var(--border); z-index: 1;
}
.step:last-child .step-connector { display: none; }
.step h3 { font-size: 1.3rem; margin-bottom: 0.8rem; }
.step p  { font-size: 1rem; color: var(--txt-mid); line-height: 1.6; }

/* ═══════ FIND YOUR PATH ═══════ */
.path-section {
    padding: 6rem 0;
    background: var(--white);
}
.path-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}
.path-card {
    padding: 1.8rem;
    border-radius: var(--radius);
    border: 1.5px solid var(--border);
    background: var(--soft);
    display: flex; align-items: flex-start; gap: 1.2rem;
    transition: all .3s;
}
.path-card:hover { border-color: var(--navy); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.path-icon {
    width: 55px; height: 55px; border-radius: 14px;
    background: var(--navy);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; font-weight: 900; color: var(--gold-light);
    flex-shrink: 0;
}
.path-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.path-card p  { font-size: 1rem; color: var(--txt-mid); line-height: 1.55; }

/* ═══════ REAL LESSONS ═══════ */
.lessons-section {
    padding: 6rem 0;
    background: var(--soft);
}
.lesson-row {
    display: flex; align-items: center; gap: 3.5rem;
    max-width: 1400px;
    margin: 0 auto 2.5rem;
    padding: 2rem;
    background: #fff; border-radius: 24px;
    border: 1.5px solid var(--border);
    transition: all .3s;
}
.lesson-row:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.lesson-row.reverse { flex-direction: row-reverse; }
.lesson-text { flex: 1; }
.lesson-tag {
    display: inline-block;
    background: rgba(229,90,43,0.1); color: var(--orange);
    padding: 0.3rem 0.9rem; border-radius: 50px;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 1px;
    margin-bottom: 0.9rem;
}
.lesson-text h3 { font-size: 1.7rem; margin-bottom: 0.8rem; }
.lesson-text p  { font-size: 1.15rem; color: var(--txt-mid); margin-bottom: 1rem; line-height: 1.7; }
.lesson-meta {
    display: flex; flex-wrap: wrap; gap: 1rem;
}
.lesson-meta span {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.9rem; color: var(--txt-light);
}
.lesson-meta span i { color: var(--gold); }
.lesson-img { flex: 1; }
.img-box {
    border-radius: 18px; overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 16/10; background: #eef2ff; position: relative;
}
.img-box img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.privacy-heart {
    position: absolute; top: 10px; right: 10px;
    background: rgba(255,255,255,0.95); border-radius: 50%;
    width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; box-shadow: 0 2px 8px rgba(0,0,0,0.12); z-index: 2;
    pointer-events: none;
}
.lessons-note {
    text-align: center; margin-top: 2rem;
    font-size: 0.9rem; color: var(--txt-light);
}

/* ═══════ FEATURES ═══════ */
.features-section {
    padding: 6rem 0;
    background: var(--white);
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.8rem;
}
.feat-card {
    background: var(--soft); padding: 2rem 1.8rem;
    border-radius: var(--radius); text-align: center;
    border: 1.5px solid var(--border); transition: all .3s;
}
.feat-card:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feat-icon {
    width: 70px; height: 70px; background: var(--navy); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem; font-size: 1.8rem; color: var(--gold-light);
}
.feat-card h3 { font-size: 1.35rem; margin-bottom: 0.8rem; }
.feat-card p  { font-size: 1rem; color: var(--txt-mid); line-height: 1.6; }

/* ═══════ COURSES ═══════ */
.courses-section {
    padding: 6rem 0;
    background: var(--cream);
}
.courses-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.course-card {
    background: #fff; border-radius: 20px; overflow: hidden;
    border: 1.5px solid var(--border); transition: all .4s;
}
.course-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--gold); }
.course-thumb { width: 100%; height: 210px; overflow: hidden; }
.course-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.course-card:hover .course-thumb img { transform: scale(1.06); }
.course-body { padding: 1.5rem; }
.course-tag {
    display: inline-block; background: var(--orange); color: #fff;
    padding: 0.2rem 0.8rem; border-radius: 50px;
    font-size: 0.75rem; font-weight: 600; margin-bottom: 0.7rem;
}
.course-title { font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: 0.6rem; }
.course-desc  { font-size: 1rem; color: var(--txt-mid); margin-bottom: 1rem; line-height: 1.55; }
.course-feats { list-style: none; margin-bottom: 1.2rem; }
.course-feats li {
    font-size: 0.95rem; padding: 0.3rem 0;
    display: flex; align-items: center; gap: 0.5rem;
}
.course-feats li::before { content: '✓'; color: var(--gold); font-weight: 900; }
.course-link {
    color: var(--orange); font-weight: 700;
    text-decoration: none; font-size: 1rem;
    display: inline-flex; align-items: center; gap: 0.4rem;
}
.course-link:hover { gap: 0.7rem; }
.courses-cta { text-align: center; margin-top: 2.5rem; }

/* ═══════ MILESTONES ═══════ */
.milestones-section {
    padding: 6rem 0;
    background: var(--white);
}
.milestones-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
}
.ms-card {
    background: var(--soft); border-radius: var(--radius);
    border: 1.5px solid var(--border); overflow: hidden;
    transition: all .3s;
}
.ms-card:hover { border-color: var(--navy); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.ms-header {
    background: var(--navy); padding: 1.2rem 1.5rem;
    display: flex; align-items: center; gap: 0.8rem;
}
.ms-header .ms-time { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--gold-light); }
.ms-header .ms-level { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.ms-body { padding: 1.5rem; }
.ms-body ul { list-style: none; }
.ms-body ul li {
    font-size: 1rem; padding: 0.5rem 0;
    display: flex; align-items: center; gap: 0.6rem; color: var(--txt-mid);
}
.ms-body ul li::before { content: '✓'; color: var(--green); font-weight: 900; flex-shrink: 0; }

/* ═══════ TEACHER TEAM - المعدل ═══════ */
.team-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--navy) 0%, #1A2060 100%);
}
.team-section .section-label { color: var(--gold-light); }
.team-section h2 { color: #fff; font-size: 2.8rem; margin-bottom: 1rem; }
.team-section .section-sub { color: rgba(255,255,255,0.8); font-size: 1.1rem; }

.team-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: center;
}

.team-right {
    padding-left: 1rem;
}

.team-stats {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.tstat {
    text-align: left;
}
.tstat-num {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--gold-light);
    display: block;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.tstat-lbl {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

.team-list {
    list-style: none;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 2rem;
}
.team-list li {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.team-list li i {
    color: var(--gold-light);
    font-size: 1.1rem;
    width: 24px;
}

.team-buttons {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all .3s;
}
.btn-white-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: translateY(-2px);
}
.btn-orange-solid {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--orange);
    color: #fff;
    border: 2px solid var(--orange);
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all .3s;
}
.btn-orange-solid:hover {
    background: var(--orange-dark);
    border-color: var(--orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(229,90,43,0.3);
}

/* ═══════ WHY US ═══════ */
.why-section {
    padding: 6rem 0;
    background: var(--cream);
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}
.why-card {
    background: #fff; padding: 2rem 1.5rem;
    border-radius: var(--radius); text-align: center;
    border: 1.5px solid var(--border); transition: all .3s;
}
.why-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-5px); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-card h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.why-card p  { font-size: 1rem; color: var(--txt-mid); line-height: 1.6; }

/* ═══════ TESTIMONIALS ═══════ */
.testimonials-section {
    padding: 6rem 0;
    background: var(--white);
}
.reviews-top {
    display: flex; align-items: center; justify-content: center;
    gap: 1.5rem; margin-bottom: 3rem; flex-wrap: wrap;
}
.reviews-tp-block {
    background: var(--soft); border-radius: 16px; border: 1.5px solid var(--border);
    padding: 1.2rem 2rem; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 0.3rem;
}
.rtp-logo { font-weight: 800; font-size: 1.3rem; color: #00b67a; display: flex; align-items: center; gap: 0.4rem; }
.rtp-rating { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 900; color: var(--navy); }
.rtp-stars  { color: #00b67a; font-size: 1.4rem; letter-spacing: 3px; }
.rtp-note   { font-size: 13px; color: var(--txt-light); font-weight: 500; }
.rtp-link   { color: var(--orange); font-size: 13px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 0.3rem; }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.8rem;
}
.testimonial {
    background: var(--soft); padding: 2rem;
    border-radius: var(--radius); border: 1.5px solid var(--border); transition: all .3s;
}
.testimonial:hover { border-color: var(--gold); transform: translateY(-5px); }
.tes-stars { color: var(--gold); font-size: 1.2rem; margin-bottom: 1rem; letter-spacing: 2px; }
.tes-text  { font-size: 1rem; color: var(--txt); line-height: 1.65; font-style: italic; margin-bottom: 1.2rem; }
.tes-author { font-weight: 700; color: var(--navy); font-size: 1rem; }
.tes-info   { font-size: 0.9rem; color: var(--txt-light); }
.tes-avatar {
    width: 50px; height: 50px; border-radius: 50%;
    background: var(--navy); color: var(--gold-light);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem; font-weight: 900; margin-bottom: 0.8rem;
}

/* ═══════ TEACHING METHODOLOGY SECTION (النسخة المنقولة تحت testimonials) ═══════ */
.accred-section {
    padding: 4rem 0;
    background: var(--soft);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.accred-inner { 
    text-align: center; 
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}
.accred-label {
    font-size: 12px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: var(--txt-light); margin-bottom: 1.5rem;
}
.accred-method-text {
    max-width: 900px; 
    margin: 0 auto 2rem auto;
    font-size: 1rem; 
    color: var(--txt-mid); 
    line-height: 1.7;
}
.accred-grid {
    display: flex; 
    flex-wrap: wrap;
    align-items: center; 
    justify-content: center;
    gap: 1.2rem;
}
.accred-item {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 0.6rem;
    padding: 1rem 1.4rem; 
    background: #fff;
    border-radius: 14px; 
    border: 1.5px solid var(--border);
    min-width: 120px; 
    transition: all .3s;
}
.accred-item:hover { 
    transform: translateY(-4px); 
    box-shadow: var(--shadow-md); 
    border-color: var(--gold); 
}
.accred-item img { 
    height: 44px; 
    width: auto; 
    object-fit: contain; 
}
.accred-name { 
    font-size: 11px; 
    font-weight: 700; 
    color: var(--navy); 
    text-align: center; 
}
.accred-sub  { 
    font-size: 9px; 
    color: var(--txt-light); 
    text-align: center; 
}

/* ═══════ FAQ ═══════ */
.faq-section {
    padding: 6rem 0;
    background: var(--soft);
}
.faq-wrap { max-width: 900px; margin: 0 auto; }
.faq-item {
    background: #fff; border-radius: 16px;
    padding: 1.2rem 1.6rem; margin-bottom: 1rem;
    border: 1.5px solid var(--border); cursor: pointer; transition: all .3s;
}
.faq-item:hover { border-color: var(--gold); }
.faq-q {
    display: flex; justify-content: space-between; align-items: center;
}
.faq-q h4 { font-size: 1.1rem; color: var(--navy); font-weight: 600; margin: 0; }
.faq-q i  { color: var(--gold); transition: transform .3s; }
.faq-a {
    display: none; margin-top: 1rem; padding-top: 1rem;
    border-top: 1px solid var(--border); font-size: 1rem; color: var(--txt-mid);
    line-height: 1.65;
}
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

/* ═══════ CONTACT ═══════ */
.contact-section {
    padding: 6rem 0;
    background: var(--white);
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}
.contact-info {
    background: var(--soft); padding: 2.5rem;
    border-radius: var(--radius); border: 1.5px solid var(--border);
}
.contact-info h3 { margin-bottom: 1rem; font-size: 1.7rem; }
.contact-info p  { color: var(--txt-mid); margin-bottom: 2rem; font-size: 1rem; }
.c-detail {
    display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.3rem;
}
.c-detail .c-icon {
    width: 45px; height: 45px; border-radius: 12px;
    background: #fff; border: 1.5px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    color: var(--orange); font-size: 1.2rem; flex-shrink: 0;
}
.c-detail .c-txt strong { display: block; font-size: 1rem; color: var(--navy); }
.c-detail .c-txt a,
.c-detail .c-txt span { font-size: 1rem; color: var(--txt-mid); text-decoration: none; }
.c-secure { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.7rem; }
.c-badge {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: #fff; border: 1.5px solid var(--border);
    border-radius: 50px; padding: 0.3rem 1rem;
    font-size: 0.85rem; font-weight: 600; color: var(--txt-mid);
}
.c-badge i { color: var(--green); }
.contact-form {
    background: #fff; padding: 2.5rem;
    border-radius: var(--radius); border: 1.5px solid var(--border);
    box-shadow: var(--shadow-lg);
}
.contact-form h3 { margin-bottom: 1.5rem; font-size: 1.7rem; }
.form-group { margin-bottom: 1rem; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 1rem;
    border: 1.5px solid var(--border); border-radius: 12px;
    font-size: 1rem; font-family: 'Inter', sans-serif;
    color: var(--txt); background: var(--soft); transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.form-group textarea { min-height: 120px; resize: vertical; }
.btn-submit {
    width: 100%; background: var(--orange); color: #fff;
    border: none; padding: 1rem; border-radius: 50px;
    font-weight: 700; font-size: 1rem; cursor: pointer;
    font-family: 'Inter', sans-serif; transition: all .3s;
}
.btn-submit:hover { background: var(--orange-dark); transform: translateY(-2px); }

/* ═══════ FINAL CTA ═══════ */
.final-cta {
    padding: 5.5rem 0;
    background: linear-gradient(135deg, var(--orange) 0%, #B03210 100%);
    text-align: center; color: #fff;
}
.final-cta h2 { color: #fff; margin-bottom: 1rem; font-size: 2.8rem; }
.final-cta p  { font-size: 1.2rem; opacity: 0.95; margin-bottom: 2rem; }
.cta-btns { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.btn-white {
    background: #fff; color: var(--navy);
    padding: 1rem 2.2rem; border-radius: 50px;
    font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center; gap: 0.5rem;
    transition: all .3s; font-size: 1rem;
}
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.22); }
.btn-white-border {
    background: transparent; color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 1rem 2.2rem; border-radius: 50px;
    font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center; gap: 0.5rem;
    transition: all .3s; font-size: 1rem;
}
.btn-white-border:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.cta-micro { margin-top: 1.2rem; font-size: 0.9rem; opacity: 0.85; }

/* ═══════ ANIMATIONS ═══════ */
.fade-in {
    opacity: 0; transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1024px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-left  { text-align: center; }
    .hero-trust-bar, .hero-ctas { justify-content: center; }
    .hero-tp-row { margin: 0 auto; }
    .team-inner { grid-template-columns: 1fr; text-align: center; }
    .team-stats { justify-content: center; }
    .team-right { padding-left: 0; }
    .team-list { grid-template-columns: 1fr; text-align: left; }
    .courses-grid, .features-grid, .why-grid, .testimonials-grid, .milestones-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .steps-wrap { grid-template-columns: repeat(2,1fr); }
    .path-grid  { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 768px) {
    body { font-size: 18px; }
    
    .hero-inner,
    .steps-wrap,
    .path-grid,
    .courses-grid,
    .milestones-grid,
    .why-grid,
    .testimonials-grid,
    .faq-wrap,
    .contact-grid,
    .team-inner,
    .features-grid,
    .trust-strip-inner,
    .accred-inner {
        padding: 0 1rem;
    }
    
    .courses-grid, .features-grid, .why-grid, .testimonials-grid,
    .milestones-grid, .steps-wrap, .path-grid { grid-template-columns: 1fr; }
    .step-connector { display: none; }
    .lesson-row, .lesson-row.reverse { flex-direction: column !important; text-align: center; }
    .lesson-meta { justify-content: center; }
    .contact-grid  { grid-template-columns: 1fr; }
    .hero-ctas     { flex-direction: column; }
    .btn-primary,
    .btn-secondary { width: 100%; justify-content: center; }
    .fade-in { opacity: 1 !important; transform: translateY(0) !important; }
    
    .feat-card p,
    .why-card p,
    .path-card p,
    .course-desc,
    .step p,
    .testimonial-text {
        font-size: 0.95rem;
    }
    
    .hero-title-text { font-size: 2.5rem; }
    h2 { font-size: 1.8rem; }
    
    .team-stats {
        justify-content: center;
        gap: 2rem;
    }
    .tstat {
        text-align: center;
    }
    .team-list li {
        justify-content: flex-start;
        text-align: left;
    }
    .team-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-inner,
    .steps-wrap,
    .path-grid,
    .courses-grid,
    .milestones-grid,
    .why-grid,
    .testimonials-grid,
    .faq-wrap,
    .contact-grid,
    .team-inner,
    .features-grid {
        padding: 0 0.75rem;
    }
    
    .hero-tp-row {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .tp-divider { display: none; }
    
    .tstat-num {
        font-size: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .hero-inner,
    .steps-wrap,
    .path-grid,
    .courses-grid,
    .milestones-grid,
    .why-grid,
    .testimonials-grid,
    .faq-wrap,
    .contact-grid,
    .team-inner,
    .features-grid {
        padding: 0 3rem;
    }
}

/* ═══════ TEACHER CAROUSEL ═══════ */
.teacher-carousel {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/5;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.teacher-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: white;
    padding: 2rem 1rem 1rem;
    font-size: 0.85rem;
}

.teacher-caption strong {
    color: var(--gold-light);
    font-weight: 700;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: var(--orange);
    transform: translateY(-50%) scale(1.05);
}

.carousel-prev {
    left: 15px;
}

.carousel-next {
    right: 15px;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: var(--gold);
    width: 25px;
    border-radius: 10px;
}
/* ═══════ QUICK BOOKING BAR (under hero) ═══════ */
.quick-form-section {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    padding: 0 1.5rem 3rem;
    margin-top: -1px;
}
.quick-form-card {
    max-width: 1150px;
    margin: -32px auto 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(30,58,138,0.15);
    border: 1px solid #e5e9f5;
    padding: 1.8rem 2rem;
    position: relative;
    z-index: 5;
}
.qf-text {
    color: var(--navy, #1A2F6E);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    text-align: center;
}
.qf-text i { color: var(--orange, #E55A2B); margin-right: 8px; }
.qf-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.qf-field {
    position: relative;
    flex: 0 1 180px;
    display: flex;
    align-items: center;
}
.qf-field-select { flex: 0 1 190px; }
.qf-ic {
    position: absolute;
    left: 16px;
    color: #94a3b8;
    font-size: 0.95rem;
    pointer-events: none;
}
.qf-input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.6rem;
    font-size: 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
    color: #1e293b;
    transition: border-color 0.2s, background 0.2s;
}
.qf-input:focus {
    outline: none;
    border-color: var(--navy, #1A2F6E);
    background: #fff;
}
.qf-select { cursor: pointer; appearance: none; }
.qf-input::placeholder { color: #94a3b8; }
.qf-btn {
    flex: 0 0 auto;
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
    font-weight: 700;
    background: var(--orange, #E55A2B);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}
.qf-btn:hover { background: var(--orange-dark, #C04420); transform: translateY(-2px); }
#hero-form-message { max-width: 1150px; margin: 0 auto 1rem; text-align: center; }

@media (max-width: 900px) {
    .quick-form-card { margin-top: -20px; padding: 1.4rem 1.2rem; }
    .qf-form { flex-direction: column; align-items: stretch; }
    .qf-field, .qf-field-select, .qf-btn { flex: 1 1 auto; width: 100%; }
}
@media (max-width: 480px) {
    .qf-text { font-size: 1rem; }
}
