/* ═══════════════════════════════════════════════════════════════
   EngageX — Education landing (education.engagex.io)
   Standalone bundle. Tokens and component styles are copied from
   the www design system (main.css / sections.css) — no new colors,
   no new variables, no new palette. See DESIGN-BRIEF-EDU-LANDING.md.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --lime: #B8E04C;
  --lime-rgb: 184, 224, 76;
  --mint: #6FD9C2;
  --mint-rgb: 111, 217, 194;
  --bg: #0E1A1A;
  --surface: #16292A;
  --surface-hi: #1E3536;
  --surface-deep: #0A1718;
  --hairline: #274142;
  --hot: #FF7E5F;
  --text-hi: #ECF2EE;
  --text-md: #8FA09A;
  --text-lo: #5A6B65;
  --on-primary: #1F3008;
  --on-secondary: #0A4438;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; /* typography contract: body Open Sans 400; descriptive copy 300 */
  background: #0D2230; /* cinematic section tone, as rendered on www */
  color: var(--text-hi);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* safety net — decorative offsets must never create page-level horizontal scroll */
}

h1, h2, h3, h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-optical-sizing: none;
  letter-spacing: 0; /* hotfix: negative tracking caused glyph collision on large headings */
  line-height: 1.22;
  color: var(--text-hi);
}
/* spans inside headings must inherit the heading face (www parity) */
h1 span, h2 span, h3 span, h4 span { font-family: inherit; }
/* anchored sections must clear the fixed navbar */
[id] { scroll-margin-top: 96px; }
p { color: rgba(236, 242, 238, 0.8); }
a { color: var(--lime); }
img { max-width: 100%; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; position: relative; }
.band { background: #112A33; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
/* www deep-glass surface system — single sync point with main.css card family */
.edu-card, .edu-stage, .edu-poc-step, .edu-qa, .edu-formcard, .edu-receipt {
  background: linear-gradient(145deg, rgba(10, 20, 26, 0.98) 0%, rgba(4, 8, 10, 0.99) 100%);
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ── Eyebrow with flanking rules (org-eyebrow treatment) ── */
.edu-eyebrow {
  display: flex; align-items: center; justify-content: flex-start; gap: 14px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--lime); margin-bottom: 18px;
}
.edu-eyebrow::before, .edu-eyebrow::after {
  content: ""; height: 1px; width: 42px;
  background: linear-gradient(90deg, transparent, rgba(var(--lime-rgb), 0.5));
}
.edu-eyebrow::after { background: linear-gradient(90deg, rgba(var(--lime-rgb), 0.5), transparent); }
.edu-eyebrow.centered { justify-content: center; }
.edu-eyebrow.mint { color: var(--mint); }
.edu-eyebrow.mint::before, .edu-eyebrow.mint::after {
  background: linear-gradient(90deg, transparent, rgba(var(--mint-rgb), 0.5));
}

.edu-h2 {
  font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; margin-bottom: 16px;
  line-height: 1.1; /* www heading scale */
  /* www .section-title metallic gradient */
  background: linear-gradient(145deg, #d0ece4 0%, #8ecfb2 35%, #5aad88 60%, #8ecfb2 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.edu-h2 .accent {
  background: linear-gradient(140deg, #e8ff60 0%, #B8E04C 50%, #b8e828 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.edu-h2 .accent-mint {
  background: linear-gradient(135deg, #6FD9C2, #6bb88a);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.edu-lead { font-size: 1rem; max-width: 720px; font-weight: 300;
  line-height: 1.8; letter-spacing: 0.01em; color: rgba(236, 242, 238, 0.68); }
.edu-center { text-align: center; }
.micro { font-size: 0.8rem; color: var(--text-md); margin-top: 12px; }

/* ── Buttons — www computed system (main.css .btn-primary/.btn-secondary) ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 8px; cursor: pointer;
  font-family: 'Bricolage Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem; padding: 16px 36px; text-decoration: none; text-align: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s; }
.btn-primary {
  font-weight: 700; letter-spacing: 0.02em;
  background: linear-gradient(135deg, #d4ff40 0%, #B8E04C 50%, #b0d820 100%);
  color: var(--surface);
  box-shadow: 0 0 0 1px rgba(var(--lime-rgb), 0.2), 0 4px 24px rgba(var(--lime-rgb), 0.15);
}
.btn-primary:hover { transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(var(--lime-rgb), 0.4), 0 8px 40px rgba(var(--lime-rgb), 0.3); }
.btn-secondary {
  font-weight: 600;
  background: transparent; color: var(--text-hi);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-secondary:hover { border-color: rgba(var(--lime-rgb), 0.7); color: var(--lime); }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--lime); outline-offset: 3px;
}

/* ── NAV — standard www EngageX navbar (subset ported from www main.css;
   values must stay in sync with the main site) ── */
nav#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px;
  background: rgba(17, 42, 51, 0.97);
  backdrop-filter: blur(24px) saturate(1.7);
  -webkit-backdrop-filter: blur(24px) saturate(1.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: padding 0.3s, background 0.3s, border-color 0.3s;
}
nav#navbar.scrolled { padding: 14px 60px; background: rgba(3, 7, 9, 0.97); border-bottom: 1px solid rgba(var(--lime-rgb), 0.08); }
#nav-hamburger { display: none; }
.logo { display: flex; align-items: center; gap: 10px; margin-right: 32px; text-decoration: none; }
.nav-logo {
  height: 40px; width: auto; max-width: none;
  aspect-ratio: 327 / 80; display: block;
  object-fit: contain; object-position: left center;
  flex-shrink: 0; transition: height 0.3s ease;
}
nav#navbar.scrolled .nav-logo { height: 32px; }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links > a, .nav-dropdown-trigger {
  /* Open Sans, as on www (nav items inherit body face there) */
  font-family: 'Open Sans', sans-serif;
  font-size: 0.78rem; font-weight: 800; color: var(--text-hi); text-decoration: none;
  letter-spacing: 0.03em; text-transform: uppercase; transition: color 0.2s;
}
.nav-links > a:hover, .nav-dropdown-trigger:hover { color: var(--lime); }
/* animated underline on hover / current page (www parity) */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--lime);
  transition: width 0.3s ease; border-radius: 2px;
}
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a.nav-book-demo::after { display: none; }
.nav-book-demo {
  border: 1.5px solid rgba(var(--lime-rgb), 0.5); color: var(--lime) !important;
  padding: 9px 22px; border-radius: 6px; font-weight: 700 !important; /* www parity (beats .nav-links > a 800) */
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nav-book-demo:hover { border-color: var(--lime); box-shadow: 0 4px 16px rgba(var(--lime-rgb), 0.2); }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-trigger { background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 5px; padding: 0; }
.nav-chevron { transition: transform 0.25s ease; }
.nav-dropdown.open .nav-chevron { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 16px); left: 50%;
  background: rgba(9, 26, 38, 0.97); backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px;
  padding: 8px 0; min-width: 220px; z-index: 1000;
  opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a {
  display: block; padding: 11px 20px; font-size: 0.82rem; font-weight: 600;
  color: rgba(255, 255, 255, 0.78); text-decoration: none;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: color 0.15s, background 0.15s; white-space: nowrap;
}
.nav-dropdown-menu a:hover { color: var(--lime); background: rgba(var(--lime-rgb), 0.05); }
.nav-dropdown-menu a[aria-current="page"] { color: var(--lime); }
.nav-dropdown-menu .nav-section-label {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(var(--lime-rgb), 0.7);
  padding: 10px 20px 4px; pointer-events: none; user-select: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06); margin-top: 6px;
}
.nav-dropdown-menu .nav-section-label:first-child { border-top: none; margin-top: 0; padding-top: 8px; }
/* nav squeeze — same range as www (hamburger takes over below 901px) */
@media (min-width: 901px) and (max-width: 1150px) {
  .nav-links { gap: 12px; }
  .nav-links > a, .nav-dropdown-trigger { font-size: 0.72rem; }
  .nav-book-demo { padding: 8px 14px; }
}
@media (max-width: 900px) {
  nav#navbar { padding: 18px 24px; }
  nav#navbar.scrolled { padding: 14px 24px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 0; right: 0; width: 300px; height: 100vh;
    background: rgba(6, 14, 24, 0.98); backdrop-filter: blur(20px);
    padding: 80px 28px 40px; gap: 6px; z-index: 9999; overflow-y: auto;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(var(--lime-rgb), 0.1);
    animation: slideInRight 0.3s ease;
  }
  @keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
  .nav-links.open > a, .nav-links.open .nav-dropdown-trigger {
    font-size: 0.95rem; padding: 14px 16px; border-radius: 10px;
    width: 100%; text-align: left; transition: background 0.2s;
  }
  .nav-links.open > a:hover, .nav-links.open .nav-dropdown-trigger:hover { background: rgba(var(--lime-rgb), 0.06); }
  .nav-links.open .nav-book-demo { margin-top: 12px; text-align: center; padding: 14px 20px !important; }
  .nav-links.open .nav-dropdown { width: 100%; flex-direction: column; align-items: stretch; }
  .nav-links.open .nav-dropdown-menu {
    position: static !important; background: rgba(255, 255, 255, 0.03) !important;
    border: none !important; border-radius: 8px !important; margin-top: 4px !important;
    padding: 4px 0 !important; box-shadow: none !important; display: none !important;
    opacity: 1 !important; visibility: visible !important; transform: none !important;
    left: auto !important; top: auto !important; min-width: 0 !important; width: 100% !important;
  }
  .nav-links.open .nav-dropdown.open .nav-dropdown-menu { display: block !important; }
  .nav-links.open .nav-dropdown-menu a { padding: 12px 24px; font-size: 0.85rem; white-space: normal; }
  #nav-hamburger {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    gap: 5px; background: none; border: none; cursor: pointer;
    padding: 12px; min-width: 44px; min-height: 44px;
    z-index: 10000; position: relative; -webkit-tap-highlight-color: transparent;
  }
  #nav-hamburger span { width: 22px; height: 2px; background: var(--text-hi); border-radius: 2px; transition: all 0.3s ease; }
  #nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #nav-hamburger.open span:nth-child(2) { opacity: 0; }
  #nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 760px) { .nav-logo { height: 32px; } }
@media (max-width: 380px) { .nav-logo { height: 28px; } }

/* ── HERO ── */
.edu-hero { padding: 170px 0 0; overflow: hidden; position: relative; /* top padding clears the fixed navbar */
  background:
    radial-gradient(ellipse 60% 45% at 82% 0%, rgba(var(--mint-rgb), 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 55% 50% at 8% 90%, rgba(var(--lime-rgb), 0.08) 0%, transparent 55%),
    #0D2230;
}
/* photographic backdrop, duotone-treated into the brand surface */
.edu-hero-photo img, .edu-card-photo img, .edu-photo-band img, .edu-report-backdrop img {
  width: 100%; height: 100%; object-fit: cover; }
/* www hero-photo recipe: natural photo at ~22% opacity under a diagonal
   dark-teal overlay, with a bottom fade into the section surface */
.edu-hero-photo { position: absolute; inset: 0; z-index: 0; }
.edu-hero-photo img { object-position: 50% 30%; opacity: 0.22; }
.edu-hero-photo::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(4, 8, 10, 0.96) 0%, rgba(17, 42, 51, 0.85) 45%, rgba(17, 42, 51, 0.6) 100%);
}
.edu-hero-photo::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0;
  height: 200px; background: linear-gradient(to bottom, transparent, #0D2230); z-index: 1; }
.edu-hero > .wrap, .edu-hero .edu-trust { position: relative; z-index: 1; }
.edu-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.edu-hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 5.5rem); font-weight: 800; margin: 6px 0 20px;
  line-height: 1.08; /* www hero scale; letter-spacing stays 0 (glyph-collision hotfix) */
  /* www hero white-gradient treatment (no drop-shadow filter: www's homepage
     perf guard computes filter:none there — match the computed truth) */
  background: linear-gradient(135deg, #ECF2EE 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.edu-hero h1 .accent { /* lime→mint, full-size (inline accents, unlike www's block accent) */
  background: linear-gradient(135deg, var(--lime) 0%, var(--mint) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.edu-hero .sub { font-size: 1.05rem; max-width: 560px; font-weight: 300;
  line-height: 1.8; letter-spacing: 0.01em; color: rgba(236, 242, 238, 0.72); }
.edu-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

/* Journey chips — the page spine */
.edu-journey { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 34px; }
.edu-journey .chip {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-hi); background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--hairline); border-radius: 4px; padding: 5px 10px;
}
.edu-journey .arrow { color: var(--lime); font-weight: 700; }

/* Hero glass-panel cluster (ctx-grid treatment) */
.edu-views { position: relative; height: 440px; }
.edu-panel {
  position: absolute; border-radius: 16px; overflow: hidden;
  background: linear-gradient(160deg, rgba(30, 53, 54, 0.92), rgba(22, 41, 42, 0.88));
  border: 1px solid var(--hairline);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.edu-panel::before { /* top-edge specular gloss */
  content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--lime-rgb), 0.55), transparent);
}
.edu-panel.mint::before { background: linear-gradient(90deg, transparent, rgba(var(--mint-rgb), 0.55), transparent); }
.edu-panel .cap {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime);
  padding: 14px 16px 6px;
}
.edu-panel.mint .cap { color: var(--mint); }
.edu-panel .pbody { padding: 4px 16px 16px; }
.edu-ln { height: 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.07); margin: 8px 0; }
.edu-ln.s { width: 55%; } .edu-ln.m { width: 78%; }
.edu-ln.lime { background: rgba(var(--lime-rgb), 0.28); }
.edu-ln.mint { background: rgba(var(--mint-rgb), 0.28); }
.pbody .edu-pill + .edu-ln { margin-top: 10px; }
.edu-pill {
  display: inline-block; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 3px 10px; border-radius: 100px; margin: 4px 4px 0 0;
}
.edu-pill.lime { background: rgba(var(--lime-rgb), 0.14); color: var(--lime); }
.edu-pill.mint { background: rgba(var(--mint-rgb), 0.14); color: var(--mint); }
.edu-pill.dim { background: rgba(255, 255, 255, 0.06); color: var(--text-md); }
.edu-v1 { width: 240px; top: 6px; left: 0; z-index: 3; }
.edu-v2 { width: 240px; top: 110px; right: 4px; z-index: 2; }
.edu-v3 { width: 270px; bottom: 6px; left: 60px; z-index: 4; }
.live-dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--mint); margin-right: 6px; position: relative; top: -1px;
  animation: edu-pulse 2.2s ease-out infinite;
}
@keyframes edu-pulse {
  0% { box-shadow: 0 0 0 0 rgba(var(--mint-rgb), 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(var(--mint-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--mint-rgb), 0); }
}
/* scan line micro-animation (ctx-scan-line treatment) */
.edu-scan { position: relative; height: 3px; border-radius: 2px; overflow: hidden;
  background: rgba(255, 255, 255, 0.05); margin-top: 10px; }
.edu-scan::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 34%;
  background: linear-gradient(90deg, transparent, rgba(var(--lime-rgb), 0.7), transparent);
  animation: edu-scan-move 3.2s linear infinite;
  will-change: transform;
}
/* transform-only: compositor-friendly, no per-frame layout */
@keyframes edu-scan-move { from { transform: translateX(-100%); } to { transform: translateX(300%); } }

/* ── TRUST STRIP ── */
.edu-trust { background: #112A33; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  padding: 18px 0; margin-top: 72px; }
.edu-trust .wrap { display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; }
.edu-trust .i { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--text-md); }
.edu-trust .i::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); flex-shrink: 0; }

/* ── RENEWAL RECEIPT (ledger treatment) ── */
.edu-receipt { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 40px; overflow: hidden; }
.edu-receipt-col { padding: 34px 34px 28px; }
.edu-receipt-col.from { background: var(--surface-deep); }
.edu-receipt-col.to { background: var(--surface); border-left: 1px solid var(--hairline); }
.edu-receipt-col h3 {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 20px;
}
.edu-receipt-col.from h3 { color: var(--text-lo); }
.edu-receipt-col.to h3 { color: var(--lime); }
.edu-receipt-line { padding: 12px 0; border-bottom: 1px dashed var(--hairline); font-size: 0.92rem; }
.edu-receipt-line:last-child { border-bottom: 0; }
.edu-receipt-col.from .edu-receipt-line { color: var(--text-md); font-style: italic; }
.edu-receipt-col.to .edu-receipt-line { color: var(--text-hi); }
.edu-receipt-col.to .edu-receipt-line::before { content: "✓ "; color: var(--lime); font-style: normal; }
.edu-honest { margin-top: 22px; font-style: italic; color: var(--text-md); font-size: 0.92rem; }

/* ── TIMELINE (off-timeline treatment) ── */
.edu-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 44px;
  position: relative; counter-reset: edu-step; }
.edu-timeline::before {
  content: ""; position: absolute; top: 21px; left: 4%; right: 4%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--lime-rgb), 0.4), rgba(var(--lime-rgb), 0.4), transparent);
}
.edu-step { position: relative; padding-top: 4px; }
.edu-step::before {
  counter-increment: edu-step; content: counter(edu-step);
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px; margin-bottom: 14px;
  background: var(--surface-hi); border: 1px solid rgba(var(--lime-rgb), 0.4);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; color: var(--lime);
  position: relative; z-index: 1;
}
.edu-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.edu-step p { font-size: 0.85rem; color: var(--text-md); }

/* ── GLASS CARDS (cap-card treatment) ── */
.edu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.edu-card {
  position: relative; padding: 30px 28px;
  border-top: 3px solid rgba(var(--lime-rgb), 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.edu-card:hover { transform: translateY(-4px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 16px rgba(0, 0, 0, 0.5), 0 0 24px rgba(var(--lime-rgb), 0.08); }
.edu-card.mint { border-top-color: rgba(var(--mint-rgb), 0.55); }
.edu-card.mint:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 4px 16px rgba(0, 0, 0, 0.5), 0 0 24px rgba(var(--mint-rgb), 0.08); }
.edu-card-photo { margin: -30px -28px 22px; height: 170px; overflow: hidden;
  border-radius: 7px 7px 0 0; position: relative; }
.edu-card-photo img {
  filter: grayscale(45%) brightness(0.82) contrast(1.02);
  transition: filter 0.25s ease, transform 0.25s ease; }
.edu-card-photo::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13, 34, 48, 0.15) 0%, rgba(22, 41, 42, 0.85) 100%); }
.edu-card:hover .edu-card-photo img { filter: grayscale(0%) brightness(0.9) contrast(1.02); transform: scale(1.03); }
.edu-card .who {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); margin-bottom: 10px;
}
.edu-card.mint .who { color: var(--mint); }
.edu-card h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 14px; }
.edu-card ul { list-style: none; }
.edu-card li { padding: 8px 0 8px 24px; position: relative; font-size: 0.9rem;
  color: rgba(236, 242, 238, 0.75); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.edu-card li:last-child { border-bottom: 0; }
.edu-card li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.edu-card.mint li::before { color: var(--mint); }
.edu-microclose { margin-top: 26px; font-size: 0.85rem; color: var(--text-md); text-align: center; }

/* photographic band behind the protected-introduction section */
.edu-photo-band { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.edu-photo-band img { filter: grayscale(100%) brightness(0.5) contrast(1.05); }
.edu-photo-band::after { content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 42, 51, 0.94) 0%, rgba(17, 42, 51, 0.86) 50%, rgba(17, 42, 51, 0.96) 100%),
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(var(--mint-rgb), 0.12) 0%, transparent 65%);
}
#privacy { position: relative; }
#privacy > .wrap { position: relative; z-index: 1; }

/* ── DISCLOSURE SEQUENCE (protected introduction) ── */
.edu-disclosure { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px;
  position: relative; counter-reset: edu-d; }
.edu-disclosure::before {
  content: ""; position: absolute; top: 21px; left: 5%; right: 5%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--mint-rgb), 0.4), rgba(var(--mint-rgb), 0.4), transparent);
}
.edu-d-step { position: relative; }
.edu-d-step::before {
  counter-increment: edu-d; content: counter(edu-d);
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%; margin-bottom: 14px;
  background: var(--surface-hi); border: 1px solid rgba(var(--mint-rgb), 0.45);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; color: var(--mint);
  position: relative; z-index: 1;
}
.edu-d-step h3 { font-size: 0.98rem; font-weight: 700; margin-bottom: 6px; }
.edu-d-step p { font-size: 0.85rem; color: var(--text-md); }

/* ── TABLES (signals + compare) ── */
.edu-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 36px;
  border: 1px solid rgba(255, 255, 255, 0.045); border-radius: 8px; overflow: hidden; }
.edu-table th {
  background: var(--surface-deep); color: var(--text-hi); text-align: left;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.85rem;
  padding: 14px 20px;
}
.edu-table td { padding: 14px 20px; border-top: 1px solid var(--hairline);
  font-size: 0.9rem; color: rgba(236, 242, 238, 0.75); vertical-align: top; }
.edu-table td.k { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  color: var(--lime); width: 220px; font-size: 0.88rem; }
.edu-table tr:nth-child(even) td { background: rgba(255, 255, 255, 0.02); }
.edu-note {
  margin-top: 24px; padding: 18px 22px; border-radius: 12px;
  background: rgba(var(--mint-rgb), 0.07); border-left: 3px solid var(--mint);
  font-size: 0.92rem; color: rgba(236, 242, 238, 0.8);
}
.edu-note b { color: var(--mint); }

/* ── STAGE CARDS + KPI ── */
.edu-stages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.edu-stage { padding: 26px; }
.edu-stage .h { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.edu-stage .num {
  width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  background: rgba(var(--lime-rgb), 0.14); color: var(--lime);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.9rem;
}
.edu-stage h3 { font-size: 1.05rem; }
.edu-stage p { font-size: 0.88rem; color: var(--text-md); }
.edu-kpi { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: 28px;
  padding: 22px 26px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(var(--lime-rgb), 0.08), rgba(var(--mint-rgb), 0.05));
  border: 1px solid rgba(var(--lime-rgb), 0.25); }
.edu-kpi .badge {
  background: var(--lime); color: var(--on-primary);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.85rem;
  padding: 10px 18px; border-radius: 8px;
}
.edu-kpi p { font-size: 0.88rem; flex: 1; min-width: 260px; }

/* ── SAMPLE REPORT ── */
.edu-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
#report { overflow-x: clip; } /* rotated backdrop corners must not extend document scroll width */
.edu-report-stack { position: relative; }
.edu-report-backdrop { position: absolute; inset: 26px -22px -26px 22px;
  border-radius: 16px; overflow: hidden; transform: rotate(2deg);
  border: 1px solid var(--hairline); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4); }
.edu-report-backdrop img { object-position: 50% 35%;
  filter: grayscale(70%) brightness(0.55) contrast(1.05); }
.edu-report-backdrop::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(13, 34, 48, 0.55) 0%, rgba(13, 34, 48, 0.85) 100%); }
.edu-report {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--surface); border: 1px solid var(--hairline);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55), 0 0 40px rgba(var(--lime-rgb), 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.edu-report .frame-bar { height: 34px; background: var(--surface-deep);
  display: flex; align-items: center; gap: 6px; padding: 0 14px;
  border-bottom: 1px solid var(--hairline); }
.edu-report .frame-bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--hairline); }
.edu-report .top { padding: 16px 20px; display: flex; justify-content: space-between; align-items: baseline; }
.edu-report .top b { font-family: 'Bricolage Grotesque', sans-serif; font-size: 0.95rem; }
.edu-report .top span { font-size: 0.68rem; color: var(--lime); letter-spacing: 0.1em; text-transform: uppercase; }
.edu-report .stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hairline); }
.edu-report .st { padding: 16px 12px; text-align: center; border-right: 1px solid var(--hairline); }
.edu-report .st:last-child { border-right: 0; }
.edu-report .st b { display: block; font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1.5rem; font-weight: 800; color: var(--lime); }
.edu-report .st span { font-size: 0.66rem; color: var(--text-md); text-transform: uppercase; letter-spacing: 0.06em; }
.edu-report .rows { padding: 14px 20px 18px; border-top: 1px solid var(--hairline); }
.edu-report .rr { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.82rem; color: var(--text-md); }
.edu-report .rr:last-child { border-bottom: 0; }
.edu-report .rr b { color: var(--text-hi); font-family: 'Bricolage Grotesque', sans-serif; }
.edu-bar { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, 0.06); width: 110px; overflow: hidden; flex-shrink: 0; }
.edu-bar i { display: block; height: 100%; background: rgba(var(--lime-rgb), 0.55); }
.edu-watermark {
  position: absolute; top: 44px; right: -34px; transform: rotate(35deg);
  background: rgba(var(--mint-rgb), 0.15); color: var(--mint);
  border: 1px solid rgba(var(--mint-rgb), 0.4);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 40px; z-index: 2;
}
.edu-sampletag {
  display: inline-block; background: rgba(var(--mint-rgb), 0.12); color: var(--mint);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 16px;
}

/* ── POC STEPS ── */
.edu-poc-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 44px; counter-reset: edu-poc; }
.edu-poc-step { padding: 22px 18px; }
.edu-poc-step::before {
  counter-increment: edu-poc; content: counter(edu-poc);
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; margin-bottom: 12px;
  background: rgba(var(--lime-rgb), 0.14); color: var(--lime);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.85rem;
}
.edu-poc-step h3 { font-size: 0.95rem; margin-bottom: 5px; }
.edu-poc-step p { font-size: 0.8rem; color: var(--text-md); }
.edu-capacity {
  margin-top: 28px;
  padding: 16px 22px; border-radius: 12px; font-size: 0.92rem; font-weight: 600;
  background: rgba(var(--lime-rgb), 0.06); border: 1px solid rgba(var(--lime-rgb), 0.25);
  border-left: 3px solid var(--lime); color: rgba(236, 242, 238, 0.85);
}

/* ── FAQ (native details) ── */
.edu-faq { max-width: 840px; margin: 44px auto 0; }
.edu-qa { margin-bottom: 12px; overflow: hidden; }
.edu-qa summary {
  cursor: pointer; padding: 18px 22px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 0.98rem; color: var(--text-hi);
}
.edu-qa summary::-webkit-details-marker { display: none; }
.edu-qa summary::after { content: "+"; color: var(--lime); font-size: 1.5rem; font-weight: 400; line-height: 1; flex-shrink: 0; }
.edu-qa[open] summary::after { content: "–"; }
.edu-qa .a { padding: 0 22px 18px; font-size: 0.92rem; color: var(--text-md); }

/* ── FORM ── */
.edu-formsec { background: #112A33; border-top: 1px solid var(--hairline); }
.edu-formgrid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: start; }
.edu-formcard { padding: 32px; }
.edu-formcard h3 { font-size: 1.3rem; margin-bottom: 6px; }
.edu-field { margin-top: 16px; }
.edu-field label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-md); margin-bottom: 6px; }
.edu-field label .req { color: var(--lime); }
.edu-field input, .edu-field select {
  width: 100%; padding: 12px 14px; border-radius: 8px; font-size: 0.92rem; font-family: inherit;
  background: var(--surface-deep); border: 1px solid var(--hairline); color: var(--text-hi);
}
.edu-field select { appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238FA09A' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; }
.edu-field input:focus, .edu-field select:focus {
  outline: none; border-color: rgba(var(--lime-rgb), 0.6);
  box-shadow: 0 0 0 3px rgba(var(--lime-rgb), 0.12);
}
.edu-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.edu-form-status { margin-top: 14px; font-size: 0.9rem; display: none; }
.edu-form-status.ok { color: var(--lime); }
.edu-form-status.err { color: var(--hot); } /* status use only */
.edu-reassure { font-size: 0.78rem; color: var(--text-md); margin-top: 14px; text-align: center; }

/* ── FOOTER (lean) ── */
.edu-footer { background: var(--surface-deep); border-top: 1px solid var(--hairline);
  padding: 44px 0; text-align: center; }
.edu-footer .tagline { font-size: 0.92rem; color: rgba(236, 242, 238, 0.7); max-width: 640px; margin: 0 auto 14px; }
.edu-footer .co { font-size: 0.8rem; color: var(--text-md); margin-bottom: 14px; }
.edu-footer .legal { font-size: 0.8rem; color: var(--text-md); }
.edu-footer .legal a { color: var(--text-md); text-decoration: none; }
.edu-footer .legal a:hover { color: var(--lime); }
.edu-footer .dot { margin: 0 8px; color: var(--text-lo); }

/* ── Scroll reveal — progressive enhancement only.
   Content is fully visible by default; the hide/reveal styles apply solely
   when education.js confirms it is running (html.sr-anim). If JS fails or
   is delayed, the page stays readable. ── */
html.sr-anim .sr { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
html.sr-anim .sr.visible { opacity: 1; transform: none; }

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav-links.open { animation: none; }
  html.sr-anim .sr { opacity: 1; transform: none; transition: none; }
  .live-dot { animation: none; }
  .edu-scan::after { animation: none; display: none; }
  .btn, .edu-card { transition: none; }
}

/* ── Responsive ── */
@media (max-width: 1040px) {
  .edu-cards, .edu-stages { grid-template-columns: 1fr 1fr; }
  .edu-poc-steps { grid-template-columns: repeat(3, 1fr); }
  .edu-timeline { grid-template-columns: repeat(3, 1fr); }
  .edu-timeline::before { display: none; }
}
@media (max-width: 900px) {
  .edu-hero-grid, .edu-split, .edu-formgrid { grid-template-columns: 1fr; }
  .edu-report-backdrop { inset: 18px -12px -18px 12px; }
  .edu-card-photo { height: 150px; }
  .edu-views { height: 400px; margin-top: 10px; }
  .edu-disclosure { grid-template-columns: 1fr 1fr; }
  .edu-disclosure::before { display: none; }
  .edu-receipt { grid-template-columns: 1fr; }
  .edu-receipt-col.to { border-left: 0; border-top: 1px solid var(--hairline); }
}
@media (max-width: 760px) {
  section { padding: 70px 0; }
  .wrap { padding: 0 20px; }
  .edu-cards, .edu-stages, .edu-timeline { grid-template-columns: 1fr; }
  .edu-poc-steps { grid-template-columns: 1fr 1fr; }
  .edu-table td.k { width: auto; }
  .edu-views { height: 380px; }
  .edu-v1 { width: 46%; } .edu-v2 { width: 46%; } .edu-v3 { width: 54%; left: 20%; }
}
@media (max-width: 640px) {
  /* www mobile hero heading scale + tighter clearance under the shorter mobile navbar */
  .edu-hero { padding-top: 110px; }
  .edu-hero h1 { font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.15; }
  /* hero CTAs: full-width, wrapping labels */
  .edu-cta-row .btn { width: 100%; white-space: normal; }
  /* journey chips: clean one-column stack */
  .edu-journey { gap: 6px; }
  .edu-journey .arrow { display: none; }
  .edu-journey .chip { display: block; width: 100%; padding: 8px 12px; }
  /* report backdrop: no horizontal offsets beyond the viewport */
  .edu-report-backdrop { inset: 12px 0 -12px 0; transform: rotate(1deg); }
}
@media (max-width: 560px) {
  .edu-poc-steps, .edu-disclosure, .edu-row2 { grid-template-columns: 1fr; }
  .edu-table { display: block; overflow-x: auto; }
}
