/* ═══════════════════════════════════════════════════════════════
   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: 300;
  background: #0D2230; /* cinematic section tone, as rendered on www */
  color: var(--text-hi);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-optical-sizing: none;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--text-hi);
}
p { color: rgba(236, 242, 238, 0.72); }
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); }

/* ── 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(1.9rem, 3.4vw, 2.9rem); font-weight: 800; margin-bottom: 16px;
}
.edu-h2 .accent { color: var(--lime); }
.edu-h2 .accent-mint { color: var(--mint); }
.edu-lead { font-size: 1.05rem; max-width: 720px; }
.edu-center { text-align: center; }
.micro { font-size: 0.8rem; color: var(--text-md); margin-top: 12px; }

/* ── Buttons (btn-primary / btn-secondary equivalents) ── */
.btn { display: inline-block; border: 0; border-radius: 8px; cursor: pointer;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 0.95rem;
  padding: 15px 30px; text-decoration: none; text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease; }
.btn-primary {
  background: linear-gradient(135deg, #d4ff40, #B8E04C, #b0d820); /* www btn-primary stops */
  color: var(--on-primary);
  box-shadow: 0 8px 26px rgba(var(--lime-rgb), 0.22);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(var(--lime-rgb), 0.32); }
.btn-secondary {
  background: transparent; color: var(--text-hi);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
}
.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 (lean funnel variant) ── */
.edu-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 23, 24, 0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.edu-nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.edu-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.edu-logo img { height: 24px; width: auto; }
.edu-logo span {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.15rem;
  color: var(--text-hi); letter-spacing: -0.02em;
}
.edu-logo b { color: var(--lime); font-weight: 800; }
.edu-nav .btn { padding: 10px 20px; font-size: 0.85rem; }

/* ── HERO ── */
.edu-hero { padding: 90px 0 0; overflow: hidden;
  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;
}
.edu-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.edu-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem); font-weight: 800; margin: 6px 0 20px;
}
.edu-hero h1 .accent { color: var(--lime); }
.edu-hero .sub { font-size: 1.08rem; max-width: 560px; }
.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;
  border: 1px solid var(--hairline); border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4); }
.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; border-radius: 18px; padding: 30px 28px;
  background: linear-gradient(165deg, rgba(30, 53, 54, 0.85), rgba(22, 41, 42, 0.9));
  border: 1px solid var(--hairline); border-top: 3px solid rgba(var(--lime-rgb), 0.55);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.edu-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 30px rgba(var(--lime-rgb), 0.10); }
.edu-card.mint { border-top-color: rgba(var(--mint-rgb), 0.55); }
.edu-card.mint:hover { box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 30px rgba(var(--mint-rgb), 0.10); }
.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; }

/* ── 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 var(--hairline); border-radius: 14px; 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 { border: 1px solid var(--hairline); border-radius: 16px; padding: 26px;
  background: var(--surface); }
.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; }
.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.5);
}
.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 { background: var(--surface); border: 1px solid var(--hairline); border-radius: 14px; 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 { background: var(--surface); border: 1px solid var(--hairline); border-radius: 12px;
  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 { background: var(--surface); border: 1px solid var(--hairline); border-radius: 18px;
  padding: 32px; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04); }
.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 ── */
.sr { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.sr.visible { opacity: 1; transform: none; }

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .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-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: 560px) {
  .edu-poc-steps, .edu-disclosure, .edu-row2 { grid-template-columns: 1fr; }
  .edu-cta-row .btn { width: 100%; }
  .edu-table { display: block; overflow-x: auto; }
}
