/* ============================================================
   FULL-BLEED RESET — يلغي كل هوامش الـ theme (مثل صفحة المحادثة)
   ============================================================ */
.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 (ألوان صفحة Professional كما هي)
   ============================================================ */
:root {
    --navy:   #0A2540;
    --navy2:  #0F3460;
    --gold:   #C49A2A;
    --gold-lt:#E8B84B;
    --teal:   #0D7377;
    --cream:  #FAF8F4;
    --off:    #F2F0EB;
    --white:  #FFFFFF;
    --ink:    #131B24;
    --slate:  #2E3A48;
    --muted:  #5C6878;
    --line:   #E0DDD6;
    --sh-sm:  0 4px 16px rgba(10,37,64,.07);
    --sh-md:  0 12px 36px rgba(10,37,64,.12);
    --sh-lg:  0 24px 56px rgba(10,37,64,.18);
}

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

body {
    font-family: 'Inter', sans-serif;
    background: var(--white);
    color: var(--ink);
    line-height: 1.7;
    font-size: 19px;
    width: 100%;
    overflow-x: hidden;
}

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

/* الشبكات تمتد مع مسافات داخلية */
.pro-entry-grid,
.pro-who-grid,
.pro-tracks-grid,
.pro-modules-grid,
.pro-samples-grid,
.pro-outcomes-grid,
.pro-testi-grid,
.pro-pricing-grid,
.pro-discount-box,
.pro-faq-list,
.pro-comp-table {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem !important;
    }
    .pro-entry-grid,
    .pro-who-grid,
    .pro-tracks-grid,
    .pro-modules-grid,
    .pro-samples-grid,
    .pro-outcomes-grid,
    .pro-testi-grid,
    .pro-pricing-grid,
    .pro-discount-box,
    .pro-faq-list,
    .pro-comp-table {
        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: 'Playfair Display', 'Georgia', serif;
    font-weight: 700;
    line-height: 1.25;
}

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

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

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

.pro-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: rgba(196,154,42,.12);
    color: var(--gold);
    border: 1.5px solid rgba(196,154,42,.35);
    margin-bottom: 1.4rem;
}

/* ===== HERO ===== */
.pro-hero {
    background: linear-gradient(150deg, var(--navy) 0%, #0F3460 50%, #0D4A6B 100%);
    padding: 5rem 0 6.5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro-hero::before {
    content: '';
    position: absolute;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(196,154,42,.12) 0%, transparent 65%);
    top: -200px; right: -150px;
    border-radius: 50%;
    animation: pro-drift 25s ease-in-out infinite;
}

.pro-hero::after {
    content: '';
    position: absolute;
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(13,115,119,.2) 0%, transparent 65%);
    bottom: -100px; left: -80px;
    border-radius: 50%;
    animation: pro-drift 18s ease-in-out infinite reverse;
}

@keyframes pro-drift {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    50%      { transform: translate(-25px,20px) rotate(4deg); }
}

.pro-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.pro-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(196,154,42,.15);
    border: 1.5px solid rgba(196,154,42,.4);
    color: var(--gold-lt);
    padding: .55rem 1.6rem;
    border-radius: 50px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
}

.pro-hero h2 {
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    color: var(--white);
    margin-bottom: 1.4rem;
    letter-spacing: -.5px;
}

.pro-hero h2 em {
    font-style: normal;
    color: var(--gold-lt);
}

.pro-hero-sub {
    font-size: 1.22rem;
    color: rgba(255,255,255,.88);
    line-height: 1.78;
    max-width: 820px;
    margin: 0 auto 2.5rem;
}

.pro-stats {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin-bottom: 2.5rem;
}

.pro-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
}

.pro-stat-num {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gold-lt);
    line-height: 1;
}

.pro-stat-lbl {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .82rem;
    color: rgba(255,255,255,.72);
    letter-spacing: .8px;
    text-transform: uppercase;
}

.pro-ctas {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.pro-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--gold);
    color: var(--navy);
    padding: 1.15rem 2.8rem;
    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(196,154,42,.35);
    border: 2px solid var(--gold);
}

.pro-btn-gold:hover {
    background: var(--gold-lt);
    border-color: var(--gold-lt);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(196,154,42,.5);
}

.pro-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: transparent;
    color: var(--white);
    padding: 1.1rem 2.5rem;
    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);
}

.pro-btn-ghost:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.65);
    transform: translateY(-2px);
}

.pro-hero-fine {
    margin-top: 1.4rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .88rem;
    color: rgba(255,255,255,.6);
    letter-spacing: .5px;
}

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

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

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

/* ===== باقي الأقسام (مع الحفاظ على التصميم الأصلي) ===== */
.pro-entry { background: var(--cream); }
.pro-who { background: var(--white); }
.pro-tracks { background: var(--off); }
.pro-modules { background: var(--cream); }
.pro-samples { background: var(--white); }
.pro-outcomes { background: linear-gradient(150deg, var(--navy) 0%, var(--navy2) 100%); }
.pro-compare { background: var(--off); }
.pro-testi { background: var(--cream); }
.pro-pricing { background: var(--white); }
.pro-faq { background: var(--off); }

.pro-entry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

.pro-entry-col h3 {
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
    color: var(--navy);
}

.pro-req-list {
    list-style: none;
    margin-bottom: 2rem;
}

.pro-req-list li {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding: .85rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.02rem;
    color: var(--slate);
}

.pro-req-list li:last-child { border: none; }

.pro-req-ico {
    flex-shrink: 0;
    width: 26px; height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 900;
    margin-top: 2px;
}

.pro-req-ico.ok  { background: #D1FAE5; color: #065F46; }
.pro-req-ico.no  { background: #FEE2E2; color: #991B1B; }
.pro-req-ico.ask { background: #FEF3C7; color: #92400E; }

.pro-placement-box {
    background: var(--navy);
    color: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--sh-md);
}

.pro-placement-box h3 {
    color: var(--gold-lt);
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.pro-placement-box p {
    color: rgba(255,255,255,.85);
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.pro-placement-steps {
    list-style: none;
    margin-bottom: 2rem;
}

.pro-placement-steps li {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .6rem 0;
    color: rgba(255,255,255,.8);
    font-size: 1rem;
    font-family: 'Trebuchet MS', sans-serif;
}

.pro-placement-steps li::before {
    content: attr(data-step);
    flex-shrink: 0;
    width: 26px; height: 26px;
    background: var(--gold);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    font-weight: 900;
}

/* Who Grid */
.pro-who-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

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

.pro-who-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-md);
    border-color: var(--gold);
    background: var(--white);
}

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

.pro-who-card h3 {
    font-size: 1.4rem;
    margin-bottom: .7rem;
    color: var(--navy);
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

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

/* Tracks Grid */
.pro-tracks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pro-tcard {
    background: var(--white);
    border-radius: 22px;
    padding: 2.5rem;
    border: 2px solid var(--line);
    position: relative;
    transition: all .35s;
    overflow: hidden;
}

.pro-tcard:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: var(--navy2);
}

.pro-tcard-badge {
    position: absolute;
    top: -13px; left: 2.5rem;
    padding: .38rem 1.3rem;
    border-radius: 50px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.pro-tcard:nth-child(1) .pro-tcard-badge { background: var(--navy); color: var(--white); }
.pro-tcard:nth-child(2) .pro-tcard-badge { background: var(--teal); color: var(--white); }
.pro-tcard:nth-child(3) .pro-tcard-badge { background: var(--gold); color: var(--navy); }
.pro-tcard:nth-child(4) .pro-tcard-badge { background: #7B3F94; color: var(--white); }

.pro-tcard h3 {
    font-size: 1.7rem;
    margin: 1.5rem 0 .8rem;
    color: var(--navy);
}

.pro-tcard-desc {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 1.4rem;
    line-height: 1.7;
}

.pro-tcard-items {
    list-style: none;
    margin-bottom: 1.5rem;
}

.pro-tcard-items li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .55rem 0;
    border-bottom: 1px solid var(--off);
    font-size: .97rem;
    color: var(--slate);
}

.pro-tcard-items li:last-child { border: none; }

.pro-tcheck {
    flex-shrink: 0;
    width: 20px; height: 20px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 900;
    margin-top: 2px;
}

.pro-ideal {
    background: var(--off);
    border-radius: 10px;
    padding: .75rem 1.1rem;
    font-size: .9rem;
    color: var(--slate);
    font-family: 'Trebuchet MS', sans-serif;
}

/* Modules Grid */
.pro-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

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

.pro-mcard::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s;
}

.pro-mcard:hover::before { transform: scaleX(1); }
.pro-mcard:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-md);
    border-color: var(--navy2);
}

.pro-mnum {
    font-size: 5rem;
    font-weight: 700;
    color: rgba(10,37,64,.06);
    position: absolute;
    top: .8rem; right: 1.5rem;
    line-height: 1;
    font-family: 'Georgia', serif;
}

.pro-mico {
    font-size: 2.2rem;
    margin-bottom: 1.3rem;
    display: block;
}

.pro-mcard h3 {
    font-size: 1.55rem;
    margin-bottom: 1.2rem;
    color: var(--navy);
}

.pro-mlist {
    list-style: none;
}

.pro-mlist li {
    padding: .55rem 0 .55rem 1.5rem;
    position: relative;
    font-size: .98rem;
    color: var(--muted);
    border-bottom: 1px solid var(--off);
    line-height: 1.6;
}

.pro-mlist li:last-child { border: none; }
.pro-mlist li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
    font-size: 1rem;
}

/* Samples Grid */
.pro-samples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pro-sample-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1.5px solid var(--line);
    transition: all .3s;
}

.pro-sample-card:hover {
    box-shadow: var(--sh-md);
    border-color: var(--navy2);
}

.pro-sample-head {
    padding: 1.2rem 1.8rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pro-sample-card:nth-child(1) .pro-sample-head { background: var(--navy); color: var(--white); }
.pro-sample-card:nth-child(2) .pro-sample-head { background: var(--teal); color: var(--white); }
.pro-sample-card:nth-child(3) .pro-sample-head { background: var(--gold); color: var(--navy); }
.pro-sample-card:nth-child(4) .pro-sample-head { background: #7B3F94; color: var(--white); }

.pro-sample-body {
    padding: 1.8rem;
    background: var(--cream);
}

.pro-sample-label {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted);
    text-transform: uppercase;
    margin-bottom: .6rem;
}

.pro-sample-text {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--slate);
    font-style: italic;
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    background: var(--white);
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
}

.pro-sample-skill {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

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

/* Outcomes */
.pro-outcomes .pro-head h2 { color: var(--white); }
.pro-outcomes .pro-head p { color: rgba(255,255,255,.75); }

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

.pro-outcome-card {
    background: rgba(255,255,255,.07);
    border: 1.5px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 2.2rem;
    transition: all .35s;
}

.pro-outcome-card:hover {
    background: rgba(255,255,255,.12);
    transform: translateY(-5px);
    border-color: rgba(196,154,42,.5);
}

.pro-outcome-ico {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: block;
}

.pro-outcome-card h3 {
    font-size: 1.3rem;
    color: var(--gold-lt);
    margin-bottom: .8rem;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

.pro-outcome-card p {
    font-size: .98rem;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

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

.pro-comp-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);
}

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

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

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

.pro-comp-row:last-child { border: none; }
.pro-comp-row:nth-child(even) .pro-cr-l,
.pro-comp-row:nth-child(even) .pro-cr-r { background: var(--cream); }

.pro-cr-l, .pro-cr-r {
    padding: 1.3rem 2.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--slate);
}

.pro-cr-r { color: var(--teal); font-weight: 600; border-left: 1px solid var(--line); }
.pro-cr-l::before { content: '✗'; color: #DC2626; font-weight: 900; font-size: 1rem; flex-shrink: 0; }
.pro-cr-r::before { content: '✓'; color: var(--teal); font-weight: 900; font-size: 1rem; flex-shrink: 0; }

/* Testimonials */
.pro-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pro-tcard-q {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1.5px solid var(--line);
    transition: all .3s;
    display: flex;
    flex-direction: column;
}

.pro-tcard-q:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: var(--gold);
}

.pro-tq-mark {
    font-size: 3.5rem;
    color: var(--gold);
    opacity: .3;
    line-height: .8;
    margin-bottom: .8rem;
    font-family: Georgia, serif;
}

.pro-tq-text {
    font-size: 1.05rem;
    line-height: 1.78;
    color: var(--slate);
    font-style: italic;
    flex: 1;
    margin-bottom: 1.5rem;
}

.pro-tq-author {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    color: var(--navy);
}

.pro-tq-role {
    font-size: .83rem;
    color: var(--muted);
    font-family: 'Trebuchet MS', sans-serif;
}

.pro-tq-result {
    display: inline-block;
    margin-top: .8rem;
    background: var(--navy);
    color: var(--white);
    padding: .35rem 1rem;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    letter-spacing: .5px;
}

/* Pricing */
.pro-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
    max-width: 1400px;
    margin: 0 auto 2.5rem;
    align-items: start;
}

.pro-pcard {
    background: var(--cream);
    border: 2px solid var(--line);
    border-radius: 22px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all .3s;
    position: relative;
}

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

.pro-pcard.featured {
    background: linear-gradient(150deg, var(--navy) 0%, var(--navy2) 100%);
    border-color: var(--navy);
    color: var(--white);
    transform: scale(1.05);
    box-shadow: 0 16px 44px rgba(10,37,64,.3);
}

.pro-pfeat-badge {
    position: absolute;
    top: -13px; left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy);
    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;
}

.pro-pname {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: 1rem;
    color: inherit;
}

.pro-pprice {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: 'Georgia', serif;
    color: var(--gold);
    line-height: 1;
    margin-bottom: .3rem;
}

.pro-pcard.featured .pro-pprice { color: var(--gold-lt); }

.pro-plessons {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: .4rem;
    color: inherit;
}

.pro-pdetail {
    font-size: .88rem;
    color: var(--muted);
    font-family: 'Trebuchet MS', sans-serif;
    margin-bottom: 1.8rem;
    line-height: 1.6;
}

.pro-pcta {
    display: block;
    padding: .9rem 1.5rem;
    background: var(--navy);
    color: var(--white);
    border-radius: 10px;
    font-weight: 700;
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    transition: all .3s;
    font-size: .95rem;
    border: 2px solid var(--navy);
}

.pro-pcard.featured .pro-pcta {
    background: var(--gold);
    color: var(--navy);
    border-color: var(--gold);
}

.pro-pcta:hover { opacity: .88; transform: scale(1.03); }

.pro-discount-box {
    max-width: 1400px;
    margin: 0 auto;
    background: var(--navy);
    color: var(--white);
    border-radius: 20px;
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.pro-discount-box h3 {
    color: var(--gold-lt);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.pro-discount-box p {
    font-size: 1.1rem;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
}

.pro-discount-items {
    list-style: none;
}

.pro-discount-items li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .8rem 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 1.1rem;
    color: rgba(255,255,255,.85);
    font-family: 'Trebuchet MS', sans-serif;
}

.pro-discount-items li:last-child { border: none; }
.pro-discount-items li strong { color: var(--gold-lt); font-size: 1.3rem; }

.pro-pricing-note {
    max-width: 1400px;
    margin: 2rem auto 0;
    text-align: center;
    font-size: .95rem;
    color: var(--muted);
    font-family: 'Trebuchet MS', sans-serif;
    padding: 0 2rem;
}

/* FAQ */
.pro-faq-list {
    max-width: 1000px;
    margin: 0 auto;
}

.pro-fitem {
    background: var(--white);
    border-radius: 14px;
    margin-bottom: 1.2rem;
    border: 1.5px solid var(--line);
    overflow: hidden;
}

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

.pro-fq {
    padding: 1.5rem 2rem;
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: 'Georgia', serif;
    transition: color .2s;
    border-left: 4px solid transparent;
    transition: all .25s;
}

.pro-fq:hover { color: var(--gold); border-left-color: var(--gold); background: var(--cream); }
.pro-fitem.open .pro-fq { color: var(--navy); border-left-color: var(--gold); background: var(--cream); }

.pro-ftoggle {
    flex-shrink: 0;
    width: 30px; height: 30px;
    background: var(--navy);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    transition: all .3s;
}

.pro-fitem.open .pro-ftoggle {
    background: var(--gold);
    color: var(--navy);
    transform: rotate(45deg);
}

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

.pro-fitem.open .pro-fa {
    max-height: 400px;
    padding-bottom: 1.8rem;
    padding-top: .5rem;
}

/* Final CTA */
.pro-final {
    background: linear-gradient(150deg, var(--navy) 0%, #0A3845 60%, #0A3020 100%);
    padding: 7rem 0 8rem;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro-final::before {
    content: '';
    position: absolute;
    top: -150px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(196,154,42,.12) 0%, transparent 65%);
    border-radius: 50%;
    animation: pro-drift 22s ease-in-out infinite;
}

.pro-final-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}

.pro-final-badge {
    display: inline-block;
    background: rgba(196,154,42,.18);
    border: 1.5px solid rgba(196,154,42,.4);
    color: var(--gold-lt);
    padding: .6rem 2rem;
    border-radius: 50px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.pro-final h2 {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3.4rem);
    margin-bottom: 1.4rem;
}

.pro-final-sub {
    font-size: 1.2rem;
    color: rgba(255,255,255,.88);
    line-height: 1.75;
    margin-bottom: 2.8rem;
}

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

.pro-flg {
    padding: 1.3rem 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;
}

.pro-flg-gold {
    background: var(--gold);
    color: var(--navy);
    border: 2px solid var(--gold);
    box-shadow: 0 8px 24px rgba(196,154,42,.35);
}

.pro-flg-gold:hover {
    background: var(--gold-lt);
    border-color: var(--gold-lt);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(196,154,42,.5);
}

.pro-flg-outline {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,.4);
}

.pro-flg-outline:hover {
    background: rgba(255,255,255,.1);
    border-color: var(--white);
    transform: translateY(-2px);
}

.pro-final-fine {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: .88rem;
    color: rgba(255,255,255,.6);
    letter-spacing: .5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .pro-who-grid { grid-template-columns: repeat(2, 1fr); }
    .pro-modules-grid { grid-template-columns: repeat(2, 1fr); }
    .pro-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .pro-pcard.featured { transform: none; }
    .pro-discount-box { grid-template-columns: 1fr; }
    .pro-outcomes-grid { grid-template-columns: repeat(2, 1fr); }
    .pro-testi-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .section { padding: 3rem 0; }
    .pro-entry-grid { grid-template-columns: 1fr; }
    .pro-tracks-grid { grid-template-columns: 1fr; }
    .pro-samples-grid { grid-template-columns: 1fr; }
    .pro-comp-head > div,
    .pro-cr-l, .pro-cr-r { padding: 1rem 1.2rem; font-size: .9rem; }
    .pro-trust-row { gap: 1.5rem; }
    .pro-testi-grid { grid-template-columns: 1fr; }
    .pro-who-grid { grid-template-columns: 1fr; }
    .pro-modules-grid { grid-template-columns: 1fr; }
    .pro-outcomes-grid { grid-template-columns: 1fr; }
    .pro-pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .pro-entry-grid,
    .pro-who-grid,
    .pro-tracks-grid,
    .pro-modules-grid,
    .pro-samples-grid,
    .pro-outcomes-grid,
    .pro-testi-grid,
    .pro-pricing-grid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .pro-hero-inner,
    .pro-trust-row,
    .pro-final-inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .pro-final-btns { flex-direction: column; }
    .pro-flg { width: 100%; justify-content: center; }
    .pro-stats { gap: 1.5rem; }
    .pro-ctas { flex-direction: column; align-items: center; }
}