/* ============================================================
   FULL-BLEED RESET — يلغي كل هوامش الـ theme (مثل صفحات MSA و Kids)
   ============================================================ */
.site-main, .entry-content, .page-content, .post-content,
.wp-block-group, .wp-block-group__inner-container,
article.page, .entry, #content, #primary, #main,
.site-content, .content-area, .page-wrapper, .main-content,
[class*="page-template"] .entry-content,
[class*="page-template"] article {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.entry-header, .page-header, h1.entry-title, h1.page-title, .site-header + .page-header {
    display: none !important;
}

/* ============================================================
   DESIGN SYSTEM
   ============================================================ */
:root {
    --em:     #065F46;
    --em-mid: #047857;
    --or:     #C2410C;
    --or-lt:  #EA580C;
    --gold:   #B45309;
    --cream:  #FFFBEB;
    --off:    #F9FAFB;
    --white:  #FFFFFF;
    --ink:    #111827;
    --slate:  #374151;
    --muted:  #6B7280;
    --line:   #E5E7EB;
    --sh-sm:  0 2px 8px rgba(0,0,0,.07);
    --sh-md:  0 8px 24px rgba(0,0,0,.10);
    --sh-lg:  0 20px 50px rgba(0,0,0,.13);
}

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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    background: var(--white);
    color: var(--ink);
    line-height: 1.65;
    font-size: 18px;
    width: 100%;
    overflow-x: hidden;
}

/* ===== FULL WIDTH CONTAINER (مثل 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,
.ac-head {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

/* الشبكات تمتد مع مسافات داخلية */
.ac-who-cards,
.ac-method-cards,
.ac-weeks-grid,
.ac-pricing-cards,
.ac-tracks-grid {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem !important;
    }
    .ac-who-cards,
    .ac-method-cards,
    .ac-weeks-grid,
    .ac-pricing-cards,
    .ac-tracks-grid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .container > h2,
    .container > p,
    .container > .section-subtitle {
        padding: 0 1rem;
    }
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    line-height: 1.2;
}

.ac-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 4rem;
}

.ac-head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.ac-head p {
    font-size: 1.15rem;
    color: var(--slate);
    line-height: 1.75;
}

.ac-chip {
    display: inline-block;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: .45rem 1.4rem;
    border-radius: 50px;
    background: var(--cream);
    color: var(--em);
    border: 1.5px solid rgba(4,120,87,.25);
    margin-bottom: 1.4rem;
}

/* ===== HERO ===== */
.ac-hero {
    background: linear-gradient(140deg, var(--em) 0%, #0F766E 55%, #065F46 100%);
    padding: 5rem 0 6.5rem;
    width: 100%;
}

.ac-hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: center;
    padding: 0 2rem;
}

.ac-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(234,88,12,.18);
    border: 1.5px solid rgba(234,88,12,.6);
    color: #FED7AA;
    padding: .5rem 1.4rem;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

/* استايل الـ title البديل (بدلاً من H1) */
.hero-title {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    color: #fff;
    margin-bottom: 1.4rem;
    letter-spacing: -.5px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.hero-title em {
    font-style: normal;
    color: #FCD34D;
}

.ac-hero-sub {
    font-size: 1.2rem;
    color: rgba(255,255,255,.88);
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

.ac-stats {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding-top: .5rem;
    border-top: 1px solid rgba(255,255,255,.15);
}

.ac-stat {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.ac-stat-ico {
    width: 46px; height: 46px;
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.ac-stat-num {
    font-size: 1.8rem;
    font-weight: 700;
    color: #FCD34D;
    line-height: 1;
}

.ac-stat-lbl {
    font-size: .82rem;
    color: rgba(255,255,255,.72);
    font-family: 'Trebuchet MS', sans-serif;
}

.ac-hero-panel {
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ac-hero-panel h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: .5rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 600;
}

.ac-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    background: var(--or-lt);
    color: #fff;
    padding: 1.15rem 2rem;
    font-size: 1.05rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    border-radius: 12px;
    transition: all .3s;
    box-shadow: 0 8px 24px rgba(194,65,12,.45);
    border: 2px solid var(--or-lt);
}

.ac-btn-primary:hover {
    background: var(--or);
    border-color: var(--or);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(194,65,12,.55);
}

.ac-btn-ghost {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    background: transparent;
    color: #fff;
    padding: 1.1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    border-radius: 12px;
    transition: all .3s;
    border: 1.5px solid rgba(255,255,255,.35);
}

.ac-btn-ghost:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.6);
}

.ac-hero-small {
    text-align: center;
    font-size: .85rem;
    color: rgba(255,255,255,.7);
    font-family: 'Trebuchet MS', sans-serif;
}

/* ===== TRUST BAR ===== */
.ac-trust {
    background: var(--ink);
    padding: 1.4rem 0;
}

.ac-trust-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    padding: 0 2rem;
}

.ac-trust-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255,255,255,.8);
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .9rem;
}

/* ===== PROBLEM SECTION ===== */
.ac-problem {
    background: var(--cream);
}

.ac-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ac-vis-box {
    background: linear-gradient(145deg, var(--em) 0%, #0F766E 100%);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    color: #fff;
    box-shadow: var(--sh-lg);
    position: relative;
    overflow: hidden;
}

.ac-vis-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
}

.ac-vis-box h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.ac-prob-tag {
    display: inline-block;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    color: #FCD34D;
    padding: .35rem 1rem;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.ac-problem-list {
    list-style: none;
    margin-bottom: 2.5rem;
}

.ac-problem-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.08rem;
    color: var(--slate);
}

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

.ac-prob-x {
    flex-shrink: 0;
    width: 28px; height: 28px;
    background: #FEE2E2;
    color: #DC2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: .85rem;
}

.ac-insight {
    background: var(--white);
    border-left: 4px solid var(--or-lt);
    border-radius: 12px;
    padding: 1.8rem 2rem;
    box-shadow: var(--sh-sm);
}

.ac-insight h4 {
    font-size: 1.2rem;
    color: var(--em);
    margin-bottom: .7rem;
}

.ac-insight p {
    font-size: 1rem;
    color: var(--slate);
    line-height: 1.7;
}

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

.ac-who-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.ac-who-card {
    border: 2px solid var(--line);
    border-radius: 20px;
    padding: 2.2rem;
    transition: all .35s;
    position: relative;
    overflow: hidden;
}

.ac-who-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-md);
    border-color: var(--em-mid);
}

.ac-who-ico {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: block;
}

.ac-who-card h3 {
    font-size: 1.25rem;
    color: var(--em);
    margin-bottom: .8rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

.ac-who-card p {
    font-size: .98rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ===== METHOD ===== */
.ac-method { background: var(--off); }

.ac-method-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.ac-mcard {
    background: var(--white);
    border-radius: 22px;
    padding: 2.5rem;
    box-shadow: var(--sh-sm);
    border: 1.5px solid var(--line);
    transition: all .35s;
}

.ac-mcard:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-md);
}

.ac-mcard-ico {
    width: 68px; height: 68px;
    background: linear-gradient(135deg, var(--em) 0%, #0F766E 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.6rem;
    box-shadow: 0 6px 18px rgba(4,120,87,.25);
}

.ac-mcard h3 {
    font-size: 1.4rem;
    margin-bottom: .9rem;
    color: var(--ink);
}

.ac-mcard p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.75;
}

/* ===== TRACKS ===== */
.ac-tracks { background: var(--white); }

.ac-tracks-grid {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
}

.ac-tcard {
    border-radius: 24px;
    padding: 3rem 2.5rem;
    position: relative;
}

.ac-tcard.msa {
    background: linear-gradient(160deg, #ECFDF5 0%, #D1FAE5 100%);
    border: 2.5px solid var(--em-mid);
}

.ac-tcard.dialect {
    background: linear-gradient(160deg, #FFF7ED 0%, #FFEDD5 100%);
    border: 2.5px solid var(--or-lt);
}

.ac-track-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: .45rem 1.6rem;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.msa .ac-track-badge { background: var(--em); color: #fff; }
.dialect .ac-track-badge { background: var(--or-lt); color: #fff; }

.ac-tcard h3 {
    font-size: 1.7rem;
    margin: 1.5rem 0 1rem;
    color: var(--ink);
}

.ac-tcard > p {
    font-size: 1rem;
    color: var(--slate);
    line-height: 1.75;
    margin-bottom: 1.8rem;
}

.ac-tfeatures {
    list-style: none;
    margin-bottom: 2rem;
}

.ac-tfeatures li {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: .7rem 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
    font-size: 1rem;
    color: var(--slate);
}

.ac-tfeatures li:last-child { border: none; }

.ac-tf-check {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 900;
}

.msa .ac-tf-check { background: var(--em); color: #fff; }
.dialect .ac-tf-check { background: var(--or-lt); color: #fff; }

.ac-track-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    font-size: 1rem;
    transition: gap .25s;
}

.msa .ac-track-link { color: var(--em); }
.dialect .ac-track-link { color: var(--or-lt); }
.ac-track-link:hover { gap: 1rem; }

.ac-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem;
}

.ac-vs-inner {
    width: 48px; height: 48px;
    background: var(--ink);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 900;
    font-family: 'Trebuchet MS', sans-serif;
    flex-shrink: 0;
    box-shadow: var(--sh-sm);
}

.ac-track-note {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1rem;
    color: var(--muted);
    font-style: italic;
}

/* ===== WEEKLY PLAN ===== */
.ac-weeks { background: var(--cream); }

.ac-weeks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    max-width: 1400px;
    margin: 0 auto;
}

.ac-week-card {
    background: var(--white);
    border-radius: 18px;
    padding: 2rem 1.6rem;
    border: 1.5px solid var(--line);
    position: relative;
    transition: all .3s;
}

.ac-week-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
}

.ac-week-num {
    position: absolute;
    top: -16px;
    left: 1.6rem;
    background: var(--em);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .35rem 1rem;
    border-radius: 50px;
}

.ac-week-card:nth-child(2) .ac-week-num { background: var(--gold); }
.ac-week-card:nth-child(3) .ac-week-num { background: var(--or-lt); }
.ac-week-card:nth-child(4) .ac-week-num { background: var(--or); }

.ac-week-ico {
    font-size: 2rem;
    margin: 1rem 0 .8rem;
    display: block;
}

.ac-week-card h3 {
    font-size: 1.15rem;
    color: var(--em);
    margin-bottom: .8rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

.ac-week-list {
    list-style: none;
}

.ac-week-list li {
    font-size: .95rem;
    color: var(--muted);
    padding: .35rem 0 .35rem 1.4rem;
    position: relative;
}

.ac-week-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: var(--em);
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1.2;
}

/* ===== LEVELS TIMELINE ===== */
.ac-levels { background: var(--white); }

.ac-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-left: 80px;
}

.ac-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, var(--em) 0%, var(--gold) 50%, var(--or-lt) 100%);
    border-radius: 4px;
}

.ac-lvl {
    position: relative;
    margin-bottom: 3rem;
}

.ac-lvl:last-child { margin-bottom: 0; }

.ac-lvl-dot {
    position: absolute;
    left: -80px;
    top: 0;
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    box-shadow: var(--sh-md);
    font-family: 'Georgia', serif;
}

.ac-lvl:nth-child(1) .ac-lvl-dot { background: var(--em); }
.ac-lvl:nth-child(2) .ac-lvl-dot { background: var(--gold); }
.ac-lvl:nth-child(3) .ac-lvl-dot { background: var(--or-lt); }

.ac-lvl-content {
    background: var(--off);
    border-radius: 18px;
    padding: 2rem 2.2rem;
    border-left: 4px solid transparent;
}

.ac-lvl:nth-child(1) .ac-lvl-content { border-color: var(--em); }
.ac-lvl:nth-child(2) .ac-lvl-content { border-color: var(--gold); }
.ac-lvl:nth-child(3) .ac-lvl-content { border-color: var(--or-lt); }

.ac-lvl-content h3 {
    font-size: 1.5rem;
    margin-bottom: .7rem;
}

.ac-lvl-content > p {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.ac-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.ac-tag {
    background: var(--white);
    border: 1px solid var(--line);
    padding: .4rem 1.1rem;
    border-radius: 50px;
    font-size: .87rem;
    color: var(--slate);
    font-family: 'Trebuchet MS', sans-serif;
}

/* ===== COMPARISON ===== */
.ac-compare { background: var(--off); }

.ac-comp-table {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--sh-md);
}

.ac-comp-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(135deg, var(--em) 0%, #0F766E 100%);
    color: #fff;
}

.ac-comp-head > div {
    padding: 1.8rem 2.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
}

.ac-comp-head > div:first-child {
    opacity: .65;
    border-right: 1px solid rgba(255,255,255,.2);
}

.ac-comp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

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

.ac-cr-left,
.ac-cr-right {
    padding: 1.3rem 2.5rem;
    font-size: 1.02rem;
    border-right: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: .8rem;
}

.ac-cr-right { border-right: none; color: var(--em); font-weight: 600; }

.ac-cr-left::before { content: '✗'; color: #DC2626; font-size: 1.1rem; font-weight: 900; }
.ac-cr-right::before { content: '✓'; color: var(--em); font-size: 1.1rem; font-weight: 900; }

/* ===== TESTIMONIAL ===== */
.ac-testi {
    background: linear-gradient(140deg, var(--em) 0%, #0F766E 100%);
    color: #fff;
    text-align: center;
}

.ac-testi h2 { color: #fff; }

.ac-testi-box {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 26px;
    padding: 3.5rem 3rem;
}

.ac-testi-quote {
    font-size: 5rem;
    opacity: .2;
    line-height: .8;
    margin-bottom: 1rem;
    font-family: Georgia, serif;
}

.ac-testi-text {
    font-size: 1.4rem;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.95);
}

.ac-testi-author {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Trebuchet MS', sans-serif;
    opacity: .85;
}

.ac-testi-result {
    display: inline-block;
    background: var(--or-lt);
    color: #fff;
    padding: .7rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .95rem;
    margin-top: 1.5rem;
    box-shadow: 0 4px 14px rgba(234,88,12,.4);
}

/* ===== PRICING ===== */
.ac-pricing { background: var(--white); }

.ac-pricing-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: start;
}

.ac-pcard {
    background: var(--off);
    border: 2px solid var(--line);
    border-radius: 20px;
    padding: 2.2rem 1.8rem;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.ac-pcard:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: var(--em-mid);
}

.ac-pcard.featured {
    background: linear-gradient(145deg, var(--em) 0%, #0F766E 100%);
    border-color: var(--em);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 12px 36px rgba(4,120,87,.35);
}

.ac-pfeatured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--or-lt);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .35rem 1.2rem;
    border-radius: 50px;
    white-space: nowrap;
}

.ac-pname {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: 1.2rem;
}

.ac-pnum {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
    line-height: 1;
    margin-bottom: .3rem;
    color: var(--em);
}

.ac-pcard.featured .ac-pnum { color: #FCD34D; }

.ac-plbl {
    font-size: .85rem;
    color: var(--muted);
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: 1.8rem;
}

.ac-pcard.featured .ac-plbl { color: rgba(255,255,255,.75); }

.ac-pcta {
    display: block;
    padding: .85rem 1.5rem;
    background: var(--em);
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    transition: all .3s;
    font-size: .95rem;
}

.ac-pcard.featured .ac-pcta { background: var(--or-lt); }
.ac-pcta:hover { opacity: .88; transform: scale(1.03); }

.ac-pricing-note {
    text-align: center;
    margin-top: 2rem;
    font-size: .95rem;
    color: var(--muted);
    font-family: 'Trebuchet MS', sans-serif;
}

/* ===== FAQ ===== */
.ac-faq { background: var(--cream); }

.ac-faq-list {
    max-width: 1000px;
    margin: 0 auto;
}

.ac-fitem {
    background: var(--white);
    border-radius: 14px;
    margin-bottom: 1.2rem;
    border: 1.5px solid var(--line);
    overflow: hidden;
    transition: box-shadow .25s;
}

.ac-fitem:hover { box-shadow: var(--sh-sm); }

.ac-fq {
    padding: 1.5rem 2rem;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: 'Georgia', serif;
    transition: color .2s;
    list-style: none;
}

.ac-fq:hover { color: var(--em); }

.ac-ftoggle {
    flex-shrink: 0;
    width: 28px; height: 28px;
    background: var(--em);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all .25s;
}

.ac-fitem.open .ac-ftoggle {
    background: var(--or-lt);
    transform: rotate(45deg);
}

.ac-fa {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    font-size: 1.02rem;
    color: var(--muted);
    line-height: 1.75;
    transition: all .35s ease;
}

.ac-fitem.open .ac-fa {
    max-height: 300px;
    padding-bottom: 1.8rem;
}

/* ===== FINAL CTA ===== */
.ac-final {
    background: linear-gradient(140deg, var(--or-lt) 0%, var(--or) 60%, #B91C1C 100%);
    padding: 7rem 0 8rem;
    text-align: center;
    width: 100%;
}

.ac-final-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.ac-final h2 {
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    margin-bottom: 1.4rem;
}

.ac-final > .ac-final-inner > p {
    font-size: 1.2rem;
    color: rgba(255,255,255,.92);
    margin-bottom: 2.8rem;
    line-height: 1.75;
}

.ac-final-btns {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.ac-flg {
    padding: 1.35rem 2.8rem;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    border-radius: 14px;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
}

.ac-flg-white {
    background: #fff;
    color: var(--or);
    border: 2px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.ac-flg-white:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

.ac-flg-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,.5);
}

.ac-flg-outline:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    transform: translateY(-3px);
}

.ac-final-fine {
    font-size: .9rem;
    color: rgba(255,255,255,.78);
    font-family: 'Trebuchet MS', sans-serif;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .ac-tracks-grid { grid-template-columns: 1fr; gap: 2rem; }
    .ac-vs { display: none; }
    .ac-pricing-cards { grid-template-columns: repeat(2, 1fr); }
    .ac-pcard.featured { transform: none; }
    .ac-weeks-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .ac-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .ac-problem-grid { grid-template-columns: 1fr; }
    .ac-who-cards { grid-template-columns: 1fr; }
    .ac-method-cards { grid-template-columns: 1fr; }
    .section { padding: 3rem 0; }
}

@media (max-width: 768px) {
    .ac-hero-grid,
    .ac-problem-grid,
    .ac-tracks-grid,
    .ac-who-cards,
    .ac-method-cards,
    .ac-weeks-grid,
    .ac-pricing-cards {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ac-who-cards,
    .ac-method-cards,
    .ac-weeks-grid,
    .ac-pricing-cards {
        grid-template-columns: 1fr;
    }
    .ac-timeline { padding-left: 65px; }
    .ac-lvl-dot { left: -65px; width: 44px; height: 44px; font-size: 1.1rem; }
    .ac-timeline::before { left: 22px; }
    .ac-trust-inner { gap: 1.5rem; padding: 0 1rem; }
    .ac-final-btns { flex-direction: column; }
    .ac-flg { width: 100%; justify-content: center; }
    .ac-comp-head > div, .ac-cr-left, .ac-cr-right { padding: 1rem 1.2rem; font-size: .9rem; }
    .ac-testi-box { padding: 2rem; }
    .ac-testi-text { font-size: 1.2rem; }
}

@media (max-width: 480px) {
    .ac-hero-stats { flex-direction: column; gap: 1rem; }
    .ac-stat { justify-content: center; }
    .ac-hero-panel { padding: 1.5rem; }
}