:root {
    --maroon: #640a02;
    --lime: #dafe78;
    --red: #eb0100;
    --black: #0d0604;
    --white: #ffffff;
    --cream: #faf8f4;
    --font-head: 'Playfair Display', Georgia, serif;
    --font-body: 'Poppins', sans-serif;
    --max: 1160px;
    --nav-h: 68px;
    --banner-h: 48px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { font-family: var(--font-body); background: var(--cream); color: var(--black); line-height: 1.6; overflow-x: hidden; }
  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; display: block; }

  /* ---- COUNTDOWN BANNER ---- */
  .banner {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: var(--lime); height: var(--banner-h);
    display: flex; align-items: center; justify-content: center;
    gap: 16px; padding: 0 16px;
  }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
  .banner-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--maroon); white-space: nowrap; }
  .banner-countdown { display: none; }
  .bcu { display: none; }

  /* ---- HERO COUNTDOWN ---- */
  .hero-countdown { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 24px; }
  .hero-countdown-nums { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .hcu { text-align: center; min-width: 44px; }
  .hcu-n { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: var(--lime); line-height: 1; }
  .hcu-l { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 2px; }
  .hcu-sep { font-size: 22px; font-weight: 700; color: rgba(218,254,120,.4); padding: 0 2px; align-self: flex-start; margin-top: 3px; }
  .hcu-label { font-size: 11px; color: rgba(255,255,255,.3); letter-spacing: .06em; }
  .banner-cta { background: var(--maroon); color: var(--lime); font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px 14px; white-space: nowrap; transition: opacity .2s; }
  .banner-cta:hover { opacity: .85; }
  @media(max-width:600px){ .banner-label { display:none; } .banner { gap:10px; } }

  /* ---- NAV ---- */
  nav {
    position: fixed; top: var(--banner-h); left: 0; right: 0; z-index: 999;
    background: var(--maroon); height: var(--nav-h);
    display: flex; align-items: center;
    border-bottom: 1px solid rgba(218,254,120,.12);
  }
  .nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; }
  .nav-logo { height: 26px; width: auto; fill: #fff; flex-shrink: 0; }
  .nav-links { display: flex; align-items: center; gap: 28px; }
  .nav-links a { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: .06em; color: rgba(255,255,255,.65); transition: color .2s; }
  .nav-links a:hover { color: var(--lime); }
  /* FIX: explicit font-family, color, and no browser default overrides */
  .nav-links .nav-btn {
    background: var(--lime) !important;
    color: #640a02 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 9px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: opacity .2s;
    display: inline-block;
    line-height: 1.4;
    -webkit-text-fill-color: #640a02 !important;
  }
  .nav-links .nav-btn:hover { opacity: .88; color: var(--maroon) !important; }
  .nav-mobile-btn { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
  .nav-mobile-btn span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px 0; transition: .3s; }
  @media(max-width:860px){
    .nav-links { display: none; position: fixed; top: calc(var(--banner-h) + var(--nav-h)); left:0; right:0; background: var(--maroon); flex-direction:column; padding:24px; gap:20px; border-top:1px solid rgba(255,255,255,.1); }
    .nav-links.open { display: flex; }
    .nav-mobile-btn { display: block; }
    .nav-links .nav-btn { width:100%; text-align:center; }
  }

  /* ---- HERO ---- */
  .hero {
    background: var(--maroon);
    padding-top: calc(var(--banner-h) + var(--nav-h) + 80px);
    padding-bottom: 96px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content:''; position:absolute; inset:0;
    background: radial-gradient(ellipse 70% 60% at 75% 50%, rgba(218,254,120,.07) 0%, transparent 70%);
    pointer-events:none;
  }
  /* diagonal slash accent */
  .hero::after {
    content:''; position:absolute; bottom:-2px; left:0; right:0; height:64px;
    background: var(--cream);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    pointer-events:none;
  }
  .hero-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 480px; gap: 56px; align-items: center; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(218,254,120,.1); border: 1px solid rgba(218,254,120,.25); padding: 6px 14px; margin-bottom: 24px; }
  .hero-eyebrow-dot { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
  .hero-eyebrow-text { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); }
  .hero-headline { font-family: var(--font-head); font-size: clamp(32px,4.5vw,56px); font-weight: 900; line-height: 1.08; color: var(--white); margin-bottom: 24px; }
  .hero-headline em { font-style: italic; color: var(--lime); }
  .hero-sub { font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 540px; margin-bottom: 36px; font-weight: 300; }
  .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 0; }
  .btn-primary { background: var(--lime) !important; color: #640a02 !important; -webkit-text-fill-color: #640a02 !important; font-family: 'Poppins', sans-serif !important; padding: 15px 28px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; display: inline-block; transition: transform .2s, box-shadow .2s; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(218,254,120,.35); }
  .btn-ghost { border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); padding: 14px 24px; font-size: 12px; font-weight: 500; letter-spacing: .06em; display: inline-block; transition: border-color .2s, color .2s; }
  .btn-ghost:hover { border-color: rgba(255,255,255,.55); color: #fff; }
  .hero-stats { display: flex; gap: 32px; flex-wrap: wrap; }
  .hero-stat-n { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: var(--lime); line-height: 1; }
  .hero-stat-l { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 3px; font-weight: 400; }
  .hero-card { background: rgba(255,255,255,.06); border: 1px solid rgba(218,254,120,.18); padding: 36px; backdrop-filter: blur(12px); }
  .hero-card-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: 24px; }
  .hero-card-item { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hero-card-item:last-child { border-bottom: none; }
  .hero-card-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
  .hero-card-text { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.6; }
  .hero-card-text strong { color: #fff; font-weight: 600; display: block; margin-bottom: 2px; }
  @media(max-width:900px){ .hero-inner { grid-template-columns:1fr; } .hero-card { display:none; } .hero::after { height:40px; } }
  @media(max-width:600px){ .hero-sub { font-size:14px; } }
  @media(max-width:480px){ .hero-headline { font-size: clamp(28px, 8vw, 40px); } }

  /* Trust bar mobile */
  @media(max-width:580px){
    .trust-inner { gap: 16px; justify-content: flex-start; }
    .trust-item { font-size: 10px; }
  }

  /* Value table mobile */
  @media(max-width:600px){
    .value-row { flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 16px; }
    .value-amt { width: auto; text-align: left; font-size: 13px; }
    .value-row.header-row { display: none; }
    .value-total-row { flex-direction: column; align-items: flex-start; gap: 4px; padding: 16px; }
    .value-total-amt { font-size: 22px; }
  }

  /* FAQ mobile */
  @media(max-width:600px){
    .faq-q { font-size: 14px; padding: 16px 18px; }
    .faq-a { padding: 0 18px 18px; font-size: 13px; }
  }

  /* ---- TRUST BAR ---- */
  .trust-bar { background: var(--cream); border-bottom: 1px solid rgba(100,10,2,.1); padding: 20px 24px; }
  .trust-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
  .trust-item { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; color: rgba(100,10,2,.55); letter-spacing: .06em; text-transform: uppercase; }
  .trust-dot { width: 4px; height: 4px; background: var(--maroon); border-radius: 50%; opacity: .3; }

  /* ---- SECTION UTILITY ---- */
  .max-w { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
  @media(max-width:400px){ .max-w { padding: 0 16px; } .hero-inner { padding: 0 16px; } .enroll-inner { padding: 0 16px; } }
  .section-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); display: block; margin-bottom: 14px; }
  .section-eyebrow.dark { color: var(--maroon); }
  .section-title { font-family: var(--font-head); font-size: clamp(26px,3.5vw,42px); font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
  .section-title.light { color: var(--white); }
  .section-body { font-size: 16px; line-height: 1.75; font-weight: 300; color: rgba(100,10,2,.7); max-width: 640px; }
  .section-body.light { color: rgba(255,255,255,.6); }

  /* ---- DIAGONAL SECTION TRANSITIONS ---- */
  .slash-down { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 0 100%); margin-bottom: -48px; padding-bottom: calc(96px + 48px) !important; }
  .slash-up { clip-path: polygon(0 48px, 100% 0, 100% 100%, 0 100%); padding-top: calc(96px + 48px) !important; }

  /* ---- TRANSFORMATION ---- */
  .transform-sec { background: var(--black); padding: 96px 0; position: relative; }
  .transform-sec::after { content:''; position:absolute; bottom:-2px; left:0; right:0; height:56px; background: var(--cream); clip-path: polygon(0 100%, 100% 40%, 100% 100%); pointer-events:none; }
  .transform-header { text-align: center; margin-bottom: 64px; }
  .transform-header .section-title { color: var(--white); max-width: 680px; margin: 0 auto 20px; }
  .transform-header p { font-size: 16px; color: rgba(255,255,255,.5); max-width: 560px; margin: 0 auto; font-weight: 300; }
  .transform-grid { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 0; align-items: start; }
  .transform-col { display: flex; flex-direction: column; gap: 12px; }
  .transform-item { padding: 16px 20px; display: flex; gap: 14px; align-items: flex-start; transition: transform .2s; }
  .transform-item:hover { transform: translateX(4px); }
  .transform-item.before { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); }
  .transform-item.after { background: rgba(218,254,120,.06); border: 1px solid rgba(218,254,120,.2); }
  .transform-item.after:hover { transform: translateX(-4px); }
  .transform-icon { font-size: 14px; flex-shrink: 0; margin-top: 2px; opacity: .7; }
  .transform-text { font-size: 14px; line-height: 1.6; }
  .transform-text.before-t { color: rgba(255,255,255,.45); }
  .transform-text.after-t { color: rgba(255,255,255,.85); }
  .transform-divider { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 16px 0; }
  .transform-arrow { font-size: 20px; color: var(--lime); opacity: .6; }
  .transform-col-head { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 0 20px 12px; }
  .transform-col-head.bh { color: rgba(255,255,255,.25); }
  .transform-col-head.ah { color: var(--lime); }
  .transform-cta-bar { text-align: center; margin-top: 56px; }
  .transform-cta-label { font-size: 13px; color: rgba(255,255,255,.35); margin-bottom: 16px; }
  @media(max-width:700px){ .transform-grid { grid-template-columns:1fr; } .transform-divider { display:none; } }

  /* ---- WHO IT'S FOR ---- */
  .who-sec { background: var(--cream); padding: 120px 0 96px; }
  .who-header { text-align: center; margin-bottom: 56px; }
  .who-header .section-title { color: var(--maroon); max-width: 680px; margin: 0 auto 16px; }
  .who-header p { font-size: 16px; color: rgba(100,10,2,.55); max-width: 560px; margin: 0 auto; font-weight: 300; }
  .who-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
  .who-card { background: #fff; padding: 32px 28px; transition: background .2s, transform .2s; border-left: 3px solid transparent; }
  .who-card:hover { background: var(--maroon); transform: translateY(-4px); border-left-color: var(--lime); }
  .who-card:hover .who-card-title { color: var(--white); }
  .who-card:hover .who-card-text { color: rgba(255,255,255,.6); }
  .who-card-icon { font-size: 28px; margin-bottom: 16px; }
  .who-card-title { font-family: var(--font-head); font-size: 17px; font-weight: 700; color: var(--maroon); margin-bottom: 10px; transition: color .2s; }
  .who-card-text { font-size: 13px; color: rgba(100,10,2,.6); line-height: 1.7; transition: color .2s; }
  @media(max-width:800px){ .who-grid { grid-template-columns:1fr 1fr; gap:2px; } }
  @media(max-width:520px){ .who-grid { grid-template-columns:1fr; } }

  /* ---- PROGRAM OVERVIEW ---- */
  .overview-sec { background: var(--maroon); padding: 96px 0; position: relative; overflow: hidden; }
  .overview-sec::before { content:''; position:absolute; top:-60px; right:-60px; width:300px; height:300px; border-radius:50%; background:rgba(218,254,120,.04); pointer-events:none; }
  .overview-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .overview-list { list-style: none; margin-top: 28px; }
  .overview-list li { font-size: 14px; color: rgba(255,255,255,.7); padding: 12px 0 12px 28px; border-bottom: 1px solid rgba(255,255,255,.07); position: relative; line-height: 1.5; }
  .overview-list li::before { content: '✦'; position: absolute; left: 0; color: var(--lime); font-size: 10px; top: 15px; }
  .overview-list li strong { color: #fff; font-weight: 600; }
  .format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 28px; }
  @media(max-width:600px){ .format-grid { grid-template-columns: 1fr; } }
  .format-card { background: rgba(255,255,255,.04); border-top: 2px solid rgba(218,254,120,.2); padding: 24px 20px; transition: background .2s; }
  .format-card:hover { background: rgba(255,255,255,.08); }
  .format-icon { font-size: 20px; margin-bottom: 10px; }
  .format-title { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); margin-bottom: 6px; }
  .format-text { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.6; }
  @media(max-width:860px){ .overview-inner { grid-template-columns:1fr; gap:40px; } }

  /* ---- COHORT CALENDAR ---- */
  .calendar-sec { background: var(--cream); padding: 96px 0; }
  .calendar-header { text-align: center; margin-bottom: 64px; }
  .calendar-header .section-title { color: var(--maroon); }
  .calendar-header p { font-size: 16px; color: rgba(100,10,2,.55); max-width: 560px; margin: 16px auto 0; font-weight: 300; }
  .cohort-table { width: 100%; border-collapse: collapse; }
  .cohort-table thead tr { background: var(--maroon); }
  .cohort-table thead th { padding: 14px 20px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); text-align: left; }
  .cohort-table thead th:last-child { text-align: center; }
  .cohort-row { border-bottom: 1px solid rgba(100,10,2,.08); transition: background .2s; }
  .cohort-row:hover { background: rgba(100,10,2,.03); }
  .cohort-row.founding { background: rgba(218,254,120,.08); }
  .cohort-row.founding:hover { background: rgba(218,254,120,.14); }
  .cohort-cell { padding: 18px 20px; vertical-align: middle; }
  .cohort-label { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; background: var(--lime); color: var(--maroon); margin-left: 8px; vertical-align: middle; }
  .cohort-name { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: var(--maroon); }
  .cohort-dates { font-size: 13px; color: rgba(100,10,2,.7); margin-top: 2px; }
  .cohort-pathway { font-size: 12px; color: rgba(100,10,2,.55); }
  .cohort-price { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--maroon); }
  .cohort-price-note { font-size: 11px; color: rgba(100,10,2,.4); margin-top: 2px; }
  .cohort-status { text-align: center; }
  .status-open { display: inline-block; background: var(--lime); color: var(--maroon); font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 7px 16px; transition: opacity .2s; }
  .status-open:hover { opacity: .85; }
  .status-soon { display: inline-block; border: 1px solid rgba(100,10,2,.2); color: rgba(100,10,2,.45); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 7px 16px; }
  .calendar-note { font-size: 12px; color: rgba(100,10,2,.4); text-align: center; margin-top: 24px; font-style: italic; }
  .holiday-notice { margin-top: 32px; background: rgba(100,10,2,.04); border: 1px solid rgba(100,10,2,.1); padding: 20px 28px; display: flex; gap: 16px; align-items: flex-start; }
  .holiday-icon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
  .holiday-text { font-size: 13px; color: rgba(100,10,2,.6); line-height: 1.7; }
  .holiday-text strong { color: var(--maroon); }
  @media(max-width:700px){
    .cohort-table thead { display:none; }
    .cohort-row { display:block; padding:20px; border-bottom: 2px solid rgba(100,10,2,.08); }
    .cohort-cell { display:block; padding: 4px 0; }
    .cohort-status { text-align:left; margin-top:12px; }
  }

  /* ---- CURRICULUM ---- */
  .curriculum-sec { background: var(--black); padding: 96px 0; position: relative; }
  .curriculum-sec::before { content:''; position:absolute; top:0; left:0; right:0; height:56px; background: var(--cream); clip-path: polygon(0 0, 100% 60%, 100% 0); pointer-events:none; }
  .curriculum-header { text-align: center; margin-bottom: 56px; }
  .curriculum-header .section-title { color: var(--white); }
  .curriculum-header p { font-size: 15px; color: rgba(255,255,255,.45); max-width: 540px; margin: 16px auto 0; font-weight: 300; }
  .module-list { display: flex; flex-direction: column; gap: 3px; }
  .module-item { border: 1px solid rgba(255,255,255,.07); overflow: hidden; transition: border-color .3s; }
  .module-item.open { border-color: rgba(218,254,120,.3); }
  .module-header { display: flex; align-items: center; gap: 20px; padding: 22px 24px; cursor: pointer; user-select: none; transition: background .2s; }
  .module-header:hover { background: rgba(255,255,255,.03); }
  .module-num { font-family: var(--font-head); font-size: 32px; font-weight: 700; color: rgba(255,255,255,.1); line-height: 1; flex-shrink: 0; width: 44px; transition: color .3s; }
  .module-item.open .module-num { color: var(--lime); }
  .module-meta { flex: 1; }
  .module-tag { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(218,254,120,.5); opacity: 0; transition: opacity .3s; }
  .module-item.open .module-tag { opacity: 1; color: var(--lime); }
  .module-name { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: rgba(255,255,255,.8); line-height: 1.3; margin-top: 3px; transition: color .2s; }
  .module-item.open .module-name { color: #fff; }
  .module-hrs { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 4px; }
  .module-chevron { font-size: 12px; color: rgba(255,255,255,.25); transition: transform .3s, color .2s; flex-shrink: 0; }
  .module-item.open .module-chevron { transform: rotate(90deg); color: var(--lime); }
  .module-body { display: none; padding: 0 24px 32px 88px; border-top: 1px solid rgba(255,255,255,.05); }
  .module-item.open .module-body { display: block; }
  .module-desc { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.8; margin: 20px 0; font-weight: 300; }
  .module-topics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .module-topic { font-size: 12px; color: rgba(255,255,255,.6); display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
  .topic-dot { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
  @media(max-width:600px){ .module-topics { grid-template-columns:1fr; } .module-body { padding-left:64px; } .module-num { width:34px; font-size:24px; } }

  /* ---- WHY THIS APPROACH ---- */
  .why-sec { background: var(--maroon); padding: 96px 0; }
  .why-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .why-quote { font-family: var(--font-head); font-size: clamp(20px,2.4vw,30px); font-style: italic; line-height: 1.6; color: #fff; font-weight: 400; max-width: 720px; margin: 0 auto; position: relative; padding: 0; }
  .why-quote::before { display: none; }
  .why-sec .section-eyebrow { color: var(--lime); opacity: 1; }
  .why-sec .section-eyebrow::after { background: var(--lime); }
  .why-sec-title { font-family: var(--font-head); font-size: clamp(28px,3.5vw,48px); color: #fff; font-weight: 700; margin: 32px 0 48px; line-height: 1.15; }
  .why-sec-title em { color: var(--lime); font-style: italic; }
  .why-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 56px; width: 100%; }
  .why-point { background: rgba(255,255,255,.05); padding: 36px 28px; text-align: left; border-top: 3px solid transparent; transition: border-color .2s; }
  .why-point:hover { border-top-color: var(--lime); }
  .why-point-icon { font-size: 24px; margin-bottom: 16px; display: block; }
  .why-point-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
  .why-point-text { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.8; }
  @media(max-width:860px){ .why-points { grid-template-columns: 1fr; } .why-inner { gap: 0; } }

  /* ---- OUTCOMES ---- */
  .outcomes-sec { background: var(--maroon); padding: 96px 24px; }
  .outcomes-header { max-width: 720px; margin: 0 auto 80px; text-align: center; padding: 0 24px; }
  .outcomes-header .section-title { color: var(--white); }
  .outcomes-timeline { position: relative; max-width: 860px; margin: 0 auto; padding: 0 24px; }
  .outcomes-timeline::before { content:''; position:absolute; left:50%; top:0; bottom:0; width:1px; background:rgba(218,254,120,.2); transform:translateX(-50%); }
  .outcome-row { display: grid; grid-template-columns: 1fr 48px 1fr; gap: 0; align-items: center; margin-bottom: 64px; }
  .outcome-row:last-child { margin-bottom: 0; }
  .outcome-content { padding: 32px 40px 32px 0; text-align: right; }
  .outcome-content.right { padding: 32px 0 32px 40px; text-align: left; grid-column: 3; }
  .outcome-content.empty { padding: 0; }
  .outcome-node { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--maroon); border: 1px solid rgba(218,254,120,.4); border-radius: 50%; position: relative; z-index: 1; flex-shrink: 0; }
  .outcome-node-num { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--lime); }
  .outcome-title { font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 10px; line-height: 1.3; font-family: var(--font-head); }
  .outcome-text { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.8; }
  @media(max-width:768px){
    .outcomes-sec { padding: 64px 16px; }
    .outcomes-header { margin: 0 auto 48px; padding: 0 16px; }
    .outcomes-timeline { padding-left: 72px; }
    .outcomes-timeline::before { left: 24px; }
    .outcome-row { display: flex; flex-direction: row; align-items: flex-start; gap: 16px; margin-bottom: 32px; margin-left: -72px; }
    .outcome-node { order: 1; flex-shrink: 0; width: 48px; height: 48px; margin-left: 0px; }
    .outcome-content { order: 2; flex: 1; padding: 0; text-align: left; }
    .outcome-content.right { order: 2; padding: 0; text-align: left; }
    .outcome-content.empty { display: none; }
    .outcome-title { font-size: 15px; }
    .outcome-text { font-size: 12px; }
  }
  @media(max-width:480px){
    .outcomes-sec { padding: 48px 12px; }
    .outcomes-timeline { padding-left: 60px; }
    .outcomes-timeline::before { left: 20px; }
    .outcome-row { gap: 12px; margin-bottom: 24px; margin-left: -60px; }
    .outcome-node { width: 40px; height: 40px; }
    .outcome-node-num { font-size: 11px; }
    .outcome-title { font-size: 14px; }
    .outcome-text { font-size: 11px; line-height: 1.6; }
    .outcome-content.right { padding: 0; text-align: left; }
  }
  .outcomes-career { margin-top: 48px; background: rgba(218,254,120,.07); border: 1px solid rgba(218,254,120,.2); padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .outcomes-career-title { font-family: var(--font-head); font-size: 28px; color: var(--white); font-weight: 700; line-height: 1.3; }
  .outcomes-career-title em { font-style: italic; color: var(--lime); }
  .outcomes-career-points { display: flex; flex-direction: column; gap: 18px; }
  .career-point { display: flex; gap: 14px; align-items: flex-start; }
  .career-point-bullet { color: var(--lime); font-size: 14px; flex-shrink: 0; margin-top: 3px; }
  .career-point-text { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.65; }
  @media(max-width:768px){ .outcomes-career { grid-template-columns: 1fr; gap: 32px; padding: 36px 24px; } .outcomes-career-title { font-size: 22px; } }
  @media(max-width:480px){ .outcomes-career { padding: 24px 16px; } .outcomes-career-title { font-size: 18px; } .outcomes-career-points { gap: 14px; } .career-point-text { font-size: 12px; } }

  /* ---- INSTRUCTOR ---- */
  .instructor-sec { background: var(--cream); padding: 96px 0; position: relative; overflow: hidden; }
  .instructor-sec::before { content:''; position:absolute; bottom:0; right:0; width:400px; height:400px; border-radius:50%; background:rgba(100,10,2,.03); pointer-events:none; }
  .instructor-inner { display: grid; grid-template-columns: 340px 1fr; gap: 72px; align-items: start; }
  .instructor-card { background: var(--maroon); padding: 40px 32px; position: sticky; top: calc(var(--banner-h) + var(--nav-h) + 24px); }
  .instructor-avatar { width: 100%; display: flex; align-items: center; justify-content: center; padding: 32px 0 24px; }
  .instructor-name { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
  .instructor-title { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 20px; line-height: 1.6; }
  .instructor-badges { display: flex; flex-wrap: wrap; gap: 6px; }
  .instructor-badge { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 10px; background: rgba(218,254,120,.1); color: var(--lime); border: 1px solid rgba(218,254,120,.2); }
  .instructor-content h2 { font-family: var(--font-head); font-size: clamp(24px,3vw,38px); font-weight: 700; color: var(--maroon); margin-bottom: 24px; line-height: 1.2; }
  .instructor-content h2 em { font-style: italic; }
  .instructor-content p { font-size: 15px; color: rgba(100,10,2,.65); line-height: 1.85; margin-bottom: 18px; font-weight: 300; }
  .instructor-content p strong { color: var(--maroon); font-weight: 600; }
  .instructor-creds { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
  .cred-item { background: rgba(100,10,2,.04); border-left: 3px solid var(--lime); padding: 14px 16px; }
  .cred-title { font-size: 11px; font-weight: 700; color: var(--maroon); margin-bottom: 4px; }
  .cred-text { font-size: 11px; color: rgba(100,10,2,.55); line-height: 1.55; }
  .instructor-book { margin-top: 28px; background: var(--maroon); padding: 22px 24px; display: flex; gap: 16px; align-items: center; }
  .book-icon { font-size: 28px; flex-shrink: 0; }
  .book-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lime); margin-bottom: 4px; }
  .book-title { font-family: var(--font-head); font-size: 15px; font-style: italic; color: var(--white); }
  .book-pub { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 3px; }
  @media(max-width:900px){ .instructor-inner { grid-template-columns:1fr; } .instructor-card { position:static; max-width:420px; } .instructor-creds { grid-template-columns:1fr; } }

  /* ---- PATHWAYS ---- */
  .pathways-sec { background: var(--maroon); padding: 96px 0; }
  .pathways-header { text-align: center; margin-bottom: 56px; }
  .pathways-header .section-title { color: var(--white); }
  .pathways-header p { font-size: 16px; color: rgba(255,255,255,.45); max-width: 560px; margin: 16px auto 0; font-weight: 300; }
  .pathways-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; }
  .pathway-card { border-top: 3px solid rgba(255,255,255,.15); padding: 40px 32px; background: rgba(0,0,0,.2); position: relative; transition: background .2s; }
  .pathway-card:hover { background: rgba(0,0,0,.3); }
  .pathway-card.featured { background: var(--black); border-top-color: var(--lime); }
  .pathway-card.featured:hover { background: rgba(0,0,0,.85); }
  .pathway-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--lime); color: var(--maroon); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 16px; white-space: nowrap; }
  .pathway-tier { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; display: block; color: rgba(255,255,255,.35); }
  .pathway-card.featured .pathway-tier { color: var(--lime); }
  .pathway-name { font-family: var(--font-head); font-size: 20px; font-weight: 700; margin-bottom: 16px; line-height: 1.3; color: var(--white); }
  .pathway-desc { font-size: 13px; line-height: 1.75; margin-bottom: 12px; color: rgba(255,255,255,.5); }
  .pathway-caveat { font-size: 11px; line-height: 1.6; color: rgba(255,255,255,.35); padding: 10px 14px; background: rgba(255,255,255,.04); border-left: 2px solid rgba(255,255,255,.12); margin-bottom: 20px; }
  .pathway-card.featured .pathway-caveat { background: rgba(0,0,0,.15); border-left-color: rgba(218,254,120,.3); color: rgba(255,255,255,.5); }
  .pathway-meta { font-size: 11px; margin-bottom: 20px; color: rgba(255,255,255,.3); }
  .pathway-card.featured .pathway-meta { color: rgba(255,255,255,.45); }
  .pathway-price { font-family: var(--font-head); font-size: 36px; font-weight: 700; line-height: 1; margin-bottom: 4px; color: var(--white); }
  .pathway-card.featured .pathway-price { color: var(--lime); }
  .pathway-price-note { font-size: 11px; margin-bottom: 28px; color: rgba(255,255,255,.3); }
  .pathway-card.featured .pathway-price-note { color: rgba(255,255,255,.45); }
  .pathway-cta { display: block; text-align: center; padding: 13px; font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: opacity .2s; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.6); }
  .pathway-cta:hover { opacity: .85; border-color: rgba(255,255,255,.35); color: #fff; }
  .pathway-card.featured .pathway-cta { background: var(--lime); color: var(--maroon); border-color: var(--lime); }
  .pathway-stackable { font-size: 12px; color: rgba(255,255,255,.25); text-align: center; margin-top: 32px; }
  @media(max-width:800px){ .pathways-grid { grid-template-columns:1fr; } }

  /* ---- BOSS PITCH ---- */
  .boss-sec { background: var(--cream); padding: 96px 0; }
  .boss-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .boss-left h2 { font-family: var(--font-head); font-size: clamp(26px,3vw,38px); color: var(--maroon); font-weight: 700; line-height: 1.35; margin-bottom: 16px; }
  .boss-left p { font-size: 15px; color: rgba(100,10,2,.6); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
  .boss-left .btn-primary { margin-top: 8px; }
  .boss-points { display: flex; flex-direction: column; gap: 16px; }
  .boss-point { background: #fff; border-left: 3px solid var(--lime); padding: 18px 20px; }
  .boss-point-head { font-size: 12px; font-weight: 700; color: var(--maroon); letter-spacing: .04em; margin-bottom: 6px; }
  .boss-point-text { font-size: 12px; color: rgba(100,10,2,.6); line-height: 1.65; }
  .boss-email { margin-top: 32px; background: var(--maroon); padding: 28px 32px; }
  .boss-email-head { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; }
  .boss-email-body { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.8; font-style: italic; }
  .boss-email-body strong { color: rgba(218,254,120,.8); font-style: normal; font-weight: 600; }
  @media(max-width:860px){ .boss-inner { grid-template-columns:1fr; gap:40px; } }

  /* ---- CREDENTIALS ---- */
  .creds-sec { background: var(--maroon); padding: 96px 0; }
  .creds-header { text-align: center; margin-bottom: 64px; }
  .creds-header .section-title { color: var(--white); max-width: 640px; margin: 0 auto 16px; }
  .creds-header p { font-size: 15px; color: rgba(255,255,255,.7); max-width: 520px; margin: 0 auto; font-weight: 300; }
  .creds-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
  .cred-block { background: rgba(255,255,255,.04); padding: 36px; border-top: 2px solid rgba(218,254,120,.2); transition: background .2s; }
  .cred-block:hover { background: rgba(255,255,255,.07); }
  .cred-block-icon { font-size: 28px; margin-bottom: 16px; }
  .cred-block-name { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); margin-bottom: 10px; }
  .cred-block-text { font-size: 13px; color: rgba(255,255,255,.78); line-height: 1.75; }
  .creds-nebosh { margin-top: 32px; border: 1px solid rgba(218,254,120,.2); padding: 36px 44px; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; background: rgba(218,254,120,.04); }
  .nebosh-star { font-family: var(--font-head); font-size: 48px; color: var(--lime); flex-shrink: 0; line-height: 1; }
  .nebosh-content p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.75; margin-top: 8px; }
  .nebosh-content strong { color: var(--white); font-size: 16px; font-weight: 600; display: block; margin-bottom: 6px; }
  .creds-disclaimer { font-size: 11px; color: rgba(255,255,255,.4); text-align: center; margin-top: 28px; font-style: italic; line-height: 1.7; }
  @media(max-width:700px){ .creds-grid { grid-template-columns:1fr; } .creds-nebosh { flex-direction:column; gap:20px; } }

  /* ---- HOW IT WORKS ---- */
  .how-sec { background: var(--black); padding: 96px 0; }
  .how-header { text-align: center; margin-bottom: 64px; }
  .how-header .section-title { color: var(--white); }
  .timeline { position: relative; max-width: 760px; margin: 0 auto; }
  .timeline::before { content:''; position:absolute; left:27px; top:16px; bottom:16px; width:1px; background:rgba(255,255,255,.08); }
  .tl-item { display: flex; gap: 32px; padding-bottom: 52px; position: relative; }
  .tl-item:last-child { padding-bottom: 0; }
  .tl-dot { width: 56px; height: 56px; border-radius: 50%; background: rgba(218,254,120,.08); border: 1px solid rgba(218,254,120,.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--lime); z-index: 1; }
  .tl-content { padding-top: 12px; }
  .tl-weeks { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(218,254,120,.6); margin-bottom: 6px; }
  .tl-title { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
  .tl-desc { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.75; font-weight: 300; }

  /* ---- VALUE STACK ---- */
  .value-sec { background: var(--maroon); padding: 96px 0; }
  .value-header { text-align: center; margin-bottom: 56px; }
  .value-header .section-title { color: var(--white); }
  .value-table { border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
  .value-row { display: flex; align-items: center; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.07); transition: background .2s; }
  .value-row:hover { background: rgba(255,255,255,.05); }
  .value-row:last-of-type { border-bottom: none; }
  .value-row.header-row { background: rgba(0,0,0,.25); padding: 12px 24px; }
  .value-row.header-row:hover { background: rgba(0,0,0,.25); }
  .value-item { flex: 1; font-size: 14px; color: rgba(255,255,255,.75); font-weight: 400; }
  .value-amt { font-size: 14px; font-weight: 600; color: var(--lime); width: 100px; text-align: right; flex-shrink: 0; }
  .value-row.header-row .value-item,
  .value-row.header-row .value-amt { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); }
  .value-total-row { background: rgba(0,0,0,.2); border: 1px solid rgba(218,254,120,.2); border-top: 2px solid var(--lime); padding: 20px 24px; display: flex; align-items: center; }
  .value-total-label { flex: 1; font-size: 14px; font-weight: 700; color: var(--white); }
  .value-total-amt { font-family: var(--font-head); font-size: 28px; font-weight: 700; color: var(--lime); }
  .value-your { text-align: center; margin-top: 32px; }
  .value-your-label { font-size: 12px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
  .value-your-price { font-family: var(--font-head); font-size: 52px; font-weight: 700; color: var(--lime); line-height: 1; }
  .value-your-note { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 10px; }

  /* ---- VALUE BOTTOM ---- */
  .value-bottom { border: 1px solid rgba(218,254,120,.15); overflow: hidden; margin-top: 2px; }
  .value-bottom-total { display: flex; align-items: center; padding: 20px 24px; background: rgba(0,0,0,.2); border-bottom: 1px solid rgba(218,254,120,.15); }
  .value-bottom-total-label { flex: 1; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; }
  .value-bottom-total-amt { font-family: var(--font-head); font-size: 24px; font-weight: 700; color: var(--lime); }
  .value-bottom-divider { height: 0; border-bottom: 2px solid var(--lime); }
  .value-bottom-invest { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; padding: 28px 24px; background: rgba(0,0,0,.25); }
  .value-bottom-invest-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: 8px; }
  .value-bottom-invest-price { font-family: var(--font-head); font-size: 48px; font-weight: 700; color: var(--white); line-height: 1; }
  .value-bottom-invest-note { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 8px; }
  .value-bottom-invest-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
  .value-bottom-invest-start { font-size: 12px; color: rgba(255,255,255,.4); text-align: right; white-space: nowrap; }
  .value-bottom-invest-start strong { color: rgba(255,255,255,.65); }
  .value-bottom-footnote { padding: 12px 24px; font-size: 11px; color: rgba(255,255,255,.25); font-style: italic; border-top: 1px solid rgba(255,255,255,.06); }
  .value-bottom-coaching { padding: 16px 24px; font-size: 13px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.06); background: rgba(218,254,120,.03); }
  .value-bottom-coaching strong { color: rgba(255,255,255,.75); }
  .value-bottom-coaching a { color: var(--lime); text-decoration: none; }
  .value-bottom-coaching a:hover { text-decoration: underline; }
  .btn-mid-cta { background: var(--lime); color: var(--maroon); font-family: var(--font-body); padding: 16px 32px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; display: inline-block; transition: transform .2s, box-shadow .2s; }
  .btn-mid-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(218,254,120,.25); }
  @media(max-width:640px){ .value-bottom-invest { flex-direction: column; align-items: flex-start; } .value-bottom-invest-right { align-items: flex-start; } .value-bottom-invest-price { font-size: 36px; } }

  /* ---- TESTIMONIALS ---- */
  .testi-sec { background: var(--cream); padding: 96px 0; }
  .testi-header { text-align: center; margin-bottom: 56px; }
  .testi-header .section-title { color: var(--maroon); }
  .testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
  .testi-card { background: #fff; padding: 36px; position: relative; border-top: 2px solid transparent; transition: background .2s, border-color .2s; }
  .testi-card:hover { background: rgba(100,10,2,.03); border-top-color: var(--maroon); }
  .testi-card::before { content:'"'; font-family: var(--font-head); font-size: 72px; color: rgba(100,10,2,.08); line-height: 1; position: absolute; top: 16px; left: 24px; }
  .testi-text { font-size: 15px; color: rgba(13,6,4,.7); line-height: 1.85; font-style: italic; font-weight: 300; margin-bottom: 24px; padding-top: 20px; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar { width: 40px; height: 40px; background: rgba(100,10,2,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--maroon); flex-shrink: 0; }
  .testi-name { font-size: 13px; font-weight: 600; color: var(--maroon); }
  .testi-role { font-size: 11px; color: rgba(100,10,2,.45); }
  @media(max-width:700px){ .testi-grid { grid-template-columns:1fr; } }
  @media(max-width:480px){ .testi-card { padding: 24px 20px; } }

  /* ---- FAQ ---- */
  .faq-sec { background: var(--maroon); padding: 96px 0; }
  .faq-header { text-align: center; margin-bottom: 56px; }
  .faq-header .section-title { color: var(--white); }
  .faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; }
  .faq-item { border: 1px solid rgba(255,255,255,.1); overflow: hidden; transition: border-color .2s; }
  .faq-item.open { border-color: rgba(218,254,120,.3); }
  .faq-q { padding: 20px 24px; font-size: 15px; font-weight: 600; color: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: background .2s; }
  .faq-q:hover { background: rgba(0,0,0,.15); }
  .faq-q::after { content:'+'; font-size: 20px; font-weight: 300; color: var(--lime); flex-shrink: 0; }
  .faq-item.open .faq-q::after { content:'-'; }
  .faq-item.open .faq-q { background: rgba(0,0,0,.15); }
  .faq-a { display: none; padding: 0 24px 22px; font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.8; font-weight: 300; }
  .faq-item.open .faq-a { display: block; }

  /* ---- ENROLL ---- */
  .enroll-sec { background: var(--black); padding: 96px 0; position: relative; overflow: hidden; }
  .enroll-sec::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 80% at 50% 100%, rgba(218,254,120,.05) 0%, transparent 70%); pointer-events:none; }
  .enroll-inner { max-width: 640px; margin: 0 auto; text-align: center; padding: 0 24px; position: relative; z-index:1; }
  .enroll-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; display: block; }
  .enroll-headline { font-family: var(--font-head); font-size: clamp(28px,4vw,44px); font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.15; }
  .enroll-sub { font-size: 15px; color: rgba(255,255,255,.45); margin-bottom: 48px; font-weight: 300; line-height: 1.7; }
  .enroll-price { font-family: var(--font-head); font-size: 56px; font-weight: 700; color: var(--lime); line-height: 1; margin-bottom: 6px; }
  .enroll-price-note { font-size: 13px; color: rgba(255,255,255,.35); margin-bottom: 4px; }
  .enroll-plan { font-size: 12px; color: rgba(218,254,120,.4); margin-bottom: 36px; }
  .enroll-actions { display: flex; flex-direction: column; gap: 12px; align-items: center; margin-bottom: 24px; }
  .enroll-btn { background: var(--lime); color: var(--maroon); font-family: var(--font-body); padding: 16px 40px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; display: inline-block; width: 100%; max-width: 340px; text-align: center; transition: transform .2s, box-shadow .2s; }
  .enroll-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(218,254,120,.25); }
  .enroll-ghost-btn { color: rgba(255,255,255,.45); font-size: 12px; border: 1px solid rgba(255,255,255,.12); padding: 14px 32px; width: 100%; max-width: 340px; letter-spacing: .06em; transition: border-color .2s, color .2s; }
  .enroll-ghost-btn:hover { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.3); }
  .enroll-note { font-size: 12px; color: rgba(255,255,255,.2); }

  /* ---- FOOTER ---- */
  footer { background: var(--black); padding: 64px 0 0; }
  .footer-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px 48px; display: grid; grid-template-columns: 2.2fr 1fr 1fr; gap: 56px; }
  .footer-logo { margin-bottom: 20px; }
  .footer-logo svg { height: 20px; width: auto; fill: #fff; opacity: .65; }
  .footer-tagline { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.75; max-width: 300px; }
  .footer-col-head { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 20px; }
  .footer-links-list { display: flex; flex-direction: column; gap: 10px; }
  .footer-links-list a { font-size: 13px; color: rgba(255,255,255,.45); transition: color .2s; }
  .footer-links-list a:hover { color: var(--lime); }
  .footer-bottom { max-width: var(--max); margin: 0 auto; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .footer-bottom span { font-size: 11px; color: rgba(255,255,255,.2); }
  .footer-bottom a { color: rgba(255,255,255,.3); transition: color .2s; }
  .footer-bottom a:hover { color: rgba(255,255,255,.6); }
  @media(max-width:760px){ .footer-inner { grid-template-columns:1fr 1fr; } .footer-inner > div:first-child { grid-column:1/-1; } }
  @media(max-width:480px){ .footer-inner { grid-template-columns:1fr; } }

  /* ---- SCROLL ANIMATIONS ---- */
  @keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
  .hero-inner > * { animation: fadeUp .7s ease forwards; opacity: 1; }
  .hero-inner > *:nth-child(2) { animation-delay: .15s; }

  /* Observe-fade for sections */
  .reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
  .reveal.animate { opacity: 0; transform: translateY(20px); }
  .reveal.animate.visible { opacity: 1; transform: translateY(0); }
  /* ---- EBOOK STRIP ---- */
  .ebook-strip { background: var(--maroon); padding: 32px 0; border-top: 1px solid rgba(218,254,120,.15); }
  .ebook-inner { display: grid; grid-template-columns: 120px 1fr; gap: 48px; align-items: center; max-width: 820px; margin: 0 auto; padding: 0 24px; }
  .ebook-cover { position: relative; }
  .ebook-cover-mock { width: 140px; height: 196px; background: linear-gradient(135deg, var(--maroon) 0%, #3a0601 100%); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 20px 16px; box-shadow: 8px 8px 0 rgba(218,254,120,.15), 0 20px 40px rgba(0,0,0,.4); position: relative; }
  .ebook-cover-mock::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--lime); }
  .ebook-cover-eyebrow { font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: 8px; }
  .ebook-cover-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--white); line-height: 1.3; }
  .ebook-cover-sub { font-size: 9px; color: rgba(255,255,255,.5); margin-top: 6px; font-style: italic; }
  .ebook-cover-author { font-size: 8px; color: rgba(218,254,120,.6); margin-top: 10px; letter-spacing: .06em; }
  .ebook-free-tag { position: absolute; top: -10px; right: -10px; background: var(--lime); color: var(--black); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 8px; }
  .ebook-content { }
  .ebook-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: 10px; }
  .ebook-title { font-family: var(--font-head); font-size: clamp(18px,2.5vw,26px); font-weight: 700; color: var(--white); line-height: 1.25; margin-bottom: 8px; }
  .ebook-title em { color: var(--lime); font-style: italic; }
  .ebook-desc { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 20px; }
  .ebook-form { display: flex; gap: 8px; flex-wrap: wrap; }
  .ebook-form input { flex: 1; min-width: 200px; padding: 12px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: var(--white); font-size: 13px; font-family: var(--font-body); outline: none; }
  .ebook-form input::placeholder { color: rgba(255,255,255,.35); }
  .ebook-form input:focus { border-color: var(--lime); }
  .ebook-form button { padding: 12px 24px; background: var(--lime); color: var(--black); font-size: 13px; font-weight: 700; border: none; cursor: pointer; font-family: var(--font-body); white-space: nowrap; transition: opacity .2s; }
  .ebook-form button:hover { opacity: .85; }
  .ebook-disclaimer { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 10px; font-style: italic; }
  @media(max-width:640px){ .ebook-inner { grid-template-columns: 1fr; gap: 28px; } .ebook-cover-mock { width: 120px; height: 168px; } }

  /* ---- DIAGNOSTIC ---- */
  .diag-sec { background: var(--cream); padding: 96px 0; }
  .diag-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
  .diag-left { }
  .diag-left h2 { font-family: var(--font-head); font-size: clamp(24px,3vw,38px); font-weight: 700; color: var(--maroon); line-height: 1.25; margin-bottom: 16px; }
  .diag-left h2 em { font-style: italic; color: var(--red); }
  .diag-left p { font-size: 15px; color: rgba(100,10,2,.6); line-height: 1.8; font-weight: 300; margin-bottom: 24px; }
  .diag-points { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
  .diag-point { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: rgba(100,10,2,.7); line-height: 1.6; }
  .diag-point-dot { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
  .diag-right { background: var(--maroon); padding: 48px 40px; text-align: center; }
  .diag-right-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--lime); margin-bottom: 16px; }
  .diag-right-title { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--white); line-height: 1.3; margin-bottom: 12px; }
  .diag-right-sub { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 32px; }
  .diag-placeholder { background: rgba(255,255,255,.05); border: 2px dashed rgba(218,254,120,.25); padding: 48px 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
  .diag-placeholder-icon { font-size: 32px; opacity: .4; }
  .diag-placeholder-text { font-size: 13px; color: rgba(255,255,255,.35); text-align: center; line-height: 1.6; }
  .diag-placeholder-note { font-size: 11px; color: rgba(218,254,120,.4); font-style: italic; }
  .diag-cta-block { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 48px 32px; text-align: center; }
  .diag-cta-tagline { font-size: 13px; font-weight: 600; letter-spacing: .06em; color: rgba(255,255,255,.5); text-transform: uppercase; }
  .btn-diag-cta { background: var(--lime); color: var(--maroon); font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: .06em; padding: 16px 36px; display: inline-block; transition: opacity .2s; }
  .btn-diag-cta:hover { opacity: .88; }
  .diag-cta-note { font-size: 12px; color: rgba(255,255,255,.3); }
  @media(max-width:860px){ .diag-inner { grid-template-columns: 1fr; } }
