:root {
  --green: #76b900;
  --green-dark: #5a8d00;
  --black: #000;
  --ink: #1a1a1a;
  --white: #fff;
  --soft: #f7f7f7;
  --line: #ccc;
  --line-dark: #5e5e5e;
  --muted: #757575;
  --error: #e52020;
  --warning: #df6500;
  --blue: #0046a4;
  --font: "Inter", Arial, Helvetica, sans-serif;
  --header-height: 104px;
}

/* 2.2 — stronger product composition and calmer section rhythm */
.hero { min-height: 760px; background: #050505; }
.hero__media img { object-position: center; filter: brightness(.91) contrast(.98) saturate(.92); }
.hero__media::after { background: linear-gradient(180deg,transparent 68%,rgba(12,12,12,.72) 91%,#151515 100%),linear-gradient(90deg,#020202 0%,rgba(2,2,2,.99) 20%,rgba(2,2,2,.94) 33%,rgba(2,2,2,.77) 46%,rgba(2,2,2,.48) 58%,rgba(2,2,2,.18) 72%,rgba(2,2,2,.04) 86%,transparent 100%); }
.hero__inner { min-height: 646px; padding-block: 70px 132px; }
.hero__copy,.hero h1 { max-width: 700px; }
.hero h1 { font-size: clamp(42px,3.65vw,54px); line-height: 1.07; }
.hero h1 .hero__line--accent { color: var(--green); }
.hero h1::after { width: 58px; height: 3px; margin-top: 21px; }
.hero__lead { max-width: 610px; }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg,rgba(19,19,19,.98),rgba(19,19,19,.92) 72%,rgba(19,19,19,.82)); }
.hero-proof__inner { display: grid; max-width: 1040px; margin-left: max(0px,calc((100vw - var(--shell)) / 2)); grid-template-columns: repeat(3,1fr); }
.hero-proof__item { position: relative; display: flex; min-height: 114px; padding: 27px 30px 22px 0; align-items: center; gap: 17px; color: var(--white); }
.hero-proof__item::before { position: absolute; top: 0; left: 0; width: 52px; height: 3px; content: ""; background: #606060; transition: .2s ease; }
.hero-proof__item:hover::before { width: 86px; background: var(--green); }
.hero-proof__item strong { color: var(--green); font-size: 27px; line-height: 1; }
.hero-proof__item span { display: grid; gap: 4px; }
.hero-proof__item b { font-size: 14px; }
.hero-proof__item small { color: #969696; font-size: 11px; }
.trust-strip { border-bottom: 1px solid #d1d1d1; background: #ececec; }
.trust-strip__inner { display: grid; min-height: 122px; grid-template-columns: 1.2fr 1fr 1fr; }
.trust-item { display: grid; padding: 22px 28px; grid-template-columns: auto 1fr; align-items: center; gap: 17px; border-right: 1px solid #d1d1d1; }
.trust-item:first-child { border-left: 1px solid #d1d1d1; }
.trust-item img { width: 84px; height: auto; object-fit: contain; mix-blend-mode: multiply; }
.trust-item__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #fff; color: var(--green-dark); }
.trust-item__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.trust-item small { display: block; margin-bottom: 5px; color: #555; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-item p { margin: 0; color: #353535; font-size: 12px; line-height: 1.42; }
.section--mist { padding-block: 72px; background: linear-gradient(180deg,#dedede 0,#f1f1f1 82%,#f5f5f5 100%); }
.section-head--product { max-width: 920px; margin-bottom: 0; }
.product-showcase-section { padding-block: 72px 92px; background: #fff; }
.product-showcase-section .feature-showcase { margin-top: 0; }
.showcase-card { box-shadow: 0 10px 32px rgba(0,0,0,.085); }
.showcase-card--course,.showcase-card--phishing,.showcase-card--documents { border-top: 3px solid var(--green); }
.showcase-product-media { height: 225px; overflow: hidden; background: #171717; }
.showcase-product-media img { width: 100%; height: 100%; object-fit: cover; }
.showcase-product-media--course img { object-position: center 43%; }
.showcase-product-media--phishing img { width: 178%; max-width: none; object-position: left center; }
.showcase-product-media--documents img { filter: brightness(.88) saturate(.9); object-position: center; }
.showcase-card--course .showcase-card__copy,.showcase-card--phishing .showcase-card__copy,.showcase-card--documents .showcase-card__copy { min-height: 178px; }
.section--deep { border-top: 1px solid #343434; }
.interface-shot img { aspect-ratio: 16/9; object-fit: cover; object-position: center; }
.final-cta { border-top: 4px solid var(--green); background: linear-gradient(110deg,#171717 0,#232323 72%,#2e430e 100%); }

@media (max-width: 920px) {
  .hero__media img { object-position: 61% center; }
  .hero__media::after { background: linear-gradient(180deg,transparent 72%,#161616 100%),linear-gradient(90deg,#020202 0%,rgba(2,2,2,.96) 39%,rgba(2,2,2,.62) 67%,rgba(2,2,2,.13) 100%); }
  .hero-proof__inner { max-width: none; margin-left: var(--page-pad); }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-item--fund { grid-column: span 2; }
  .trust-item--fund,.trust-item:first-child { border-left: 0; }
  .trust-item:nth-child(2) { border-left: 1px solid #d1d1d1; }
}

@media (max-width: 640px) {
  .hero__inner { min-height: 640px; padding-block: 46px 54px; }
  .hero h1 { max-width: 390px; font-size: clamp(34px,9.5vw,39px); }
  .hero h1 .hero__line { display: inline; }
  .hero h1 .hero__line::after { content: " "; }
  .hero__media img { object-position: 65% center; opacity: .88; }
  .hero__media::after { background: linear-gradient(180deg,#020202 0%,rgba(2,2,2,.91) 42%,rgba(2,2,2,.62) 74%,#161616 100%); }
  .hero__actions { flex-wrap: wrap; gap: 8px 18px; }
  .hero-proof { position: relative; overflow-x: auto; }
  .hero-proof__inner { display: flex; width: max-content; margin: 0; padding-left: var(--page-pad); }
  .hero-proof__item { width: 235px; min-height: 100px; padding: 22px 22px 18px 0; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-item,.trust-item--fund { grid-column: auto; border-right: 0; border-bottom: 1px solid #d1d1d1; border-left: 0 !important; }
  .section--mist { padding-block: 58px; }
  .product-showcase-section { padding-block: 50px 64px; }
  .showcase-product-media { height: 200px; }
  .showcase-card--course .showcase-card__copy,.showcase-card--phishing .showcase-card__copy,.showcase-card--documents .showcase-card__copy { min-height: 0; }
}

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

html { scroll-behavior: smooth; scroll-padding-top: 120px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.is-locked, body.menu-open, body.modal-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, textarea, select { font: inherit; }

button { cursor: pointer; }

h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3, h4 {
  color: var(--black);
  font-weight: 700;
  line-height: 1.16;
}

p { margin-bottom: 1rem; }

.shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--green);
  color: var(--black);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible { outline: 3px solid rgba(118,185,0,.55); outline-offset: 2px; }

.button {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 22px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.25;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.button--primary { border-color: var(--green); background: var(--green); color: var(--black); }
.button--primary:hover { border-color: #8bd000; background: #8bd000; }
.button--primary:active { border-color: var(--green-dark); background: var(--green-dark); }
.button--outline { border: 2px solid var(--green); background: transparent; color: var(--black); }
.button--outline:hover { background: var(--green); }
.button--outline-light { border-color: var(--white); background: transparent; color: var(--white); }
.button--outline-light:hover { border-color: var(--green); color: var(--green); }
.button--large { min-height: 50px; padding: 14px 28px; font-size: 17px; }
.button--link { min-height: auto; padding: 0; color: var(--green); }
.button--link::after { content: "→"; }

.eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.eyebrow::before { width: 12px; height: 12px; content: ""; background: var(--green); }
.eyebrow--dark { color: var(--white); }

.section { padding-block: 80px; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--black); color: var(--white); }
.section--dark h2, .section--dark h3 { color: var(--white); }

.section-head { max-width: 850px; margin-bottom: 42px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); }
.section-head p { margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section--dark .section-head p { color: rgba(255,255,255,.7); }

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: var(--black);
  color: var(--white);
}

.utility-bar { height: 32px; border-bottom: 1px solid #202020; }
.utility-bar__inner { display: flex; height: 32px; align-items: center; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 12px; }
.utility-bar__links { display: flex; gap: 24px; }
.utility-bar a:hover { color: var(--green); }

.primary-nav { border-bottom: 1px solid var(--line-dark); }
.primary-nav__inner { display: flex; height: 72px; align-items: center; gap: 26px; }

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: var(--white); }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 21px; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 700; letter-spacing: .12em; }

.site-menu { display: flex; min-width: 0; flex: 1 1 auto; align-items: stretch; justify-content: center; }
.site-menu a { position: relative; display: inline-flex; min-height: 44px; padding: 12px 12px; align-items: center; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; white-space: nowrap; }
.site-menu a:hover, .site-menu a.is-active { color: var(--white); }
.site-menu a.is-active::after { position: absolute; right: 12px; bottom: -14px; left: 12px; height: 3px; content: ""; background: var(--green); }

.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line-dark); border-radius: 2px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--white); }

/* Hero */
.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.98) 25%, rgba(0,0,0,.72) 49%, rgba(0,0,0,.13) 77%, rgba(0,0,0,.04) 100%); }

.hero__inner { position: relative; z-index: 1; display: flex; min-height: 720px; padding-block: 82px 190px; align-items: center; }
.hero__copy { max-width: 720px; }
.hero h1 { max-width: 700px; margin-bottom: 24px; color: var(--white); font-size: clamp(42px, 5vw, 68px); }
.hero h1 span { color: var(--green); }
.hero__lead { max-width: 660px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { display: flex; margin-top: 24px; align-items: center; gap: 11px; color: rgba(255,255,255,.64); font-size: 13px; }
.hero__note::before { width: 36px; height: 1px; content: ""; background: var(--green); }

.hero-stats {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--line-dark);
  background: rgba(0,0,0,.9);
  backdrop-filter: blur(10px);
}

.hero-stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); }

.hero-stat { position: relative; min-height: 142px; padding: 28px 26px 24px; border-right: 1px solid var(--line-dark); }
.hero-stat:last-child { border-right: 0; }
.hero-stat::before { position: absolute; top: 0; left: 26px; width: 12px; height: 12px; content: ""; background: var(--green); }
.hero-stat strong { display: block; margin-bottom: 7px; color: var(--white); font-size: 28px; line-height: 1; }
.hero-stat span { display: block; color: rgba(255,255,255,.62); font-size: 14px; }

.fund-band { border-bottom: 1px solid var(--line); background: var(--soft); }
.fund-band__inner { display: grid; min-height: 88px; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.fund-mark { display: grid; width: 42px; height: 42px; place-items: center; background: var(--green); color: var(--black); font-size: 13px; font-weight: 700; }
.fund-band p { margin: 0; font-size: 15px; }
.fund-band a { color: var(--blue); font-size: 14px; text-decoration: underline; }

/* Core cards */
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 265px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.feature-card::before { position: absolute; top: -1px; left: -1px; width: 12px; height: 12px; content: ""; background: var(--green); }
.feature-card__code { display: inline-flex; min-width: 48px; height: 42px; margin-bottom: 40px; padding-inline: 10px; align-items: center; justify-content: center; background: var(--soft); color: var(--black); font-size: 12px; font-weight: 700; }
.feature-card h3 { margin-bottom: 12px; font-size: 19px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

/* 3D mission */
.mission-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: stretch; }
.mission-media { position: relative; min-height: 610px; overflow: hidden; border: 1px solid var(--line-dark); }
.mission-media img { width: 100%; height: 100%; object-fit: cover; }
.mission-media::after { position: absolute; right: 24px; bottom: 24px; width: 16px; height: 16px; content: ""; background: var(--green); }
.mission-copy { display: flex; padding: 58px 52px; flex-direction: column; justify-content: center; border-block: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); background: #0c0c0c; }
.mission-copy h2 { margin-bottom: 22px; color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.mission-copy > p { margin-bottom: 28px; color: rgba(255,255,255,.7); font-size: 17px; }
.mission-list { display: grid; gap: 1px; margin: 0 0 28px; padding: 0; background: var(--line-dark); list-style: none; }
.mission-list li { padding: 15px 16px; background: #0c0c0c; color: rgba(255,255,255,.8); }
.mission-list b { color: var(--green); }

.game-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.game-copy h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); }
.game-copy p { color: var(--muted); font-size: 17px; }
.game-board { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.game-step { position: relative; min-height: 190px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.game-step span { display: block; margin-bottom: 32px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.game-step h3 { margin-bottom: 8px; font-size: 18px; }
.game-step p { margin: 0; color: var(--muted); font-size: 14px; }

/* Course builder */
.builder-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.builder-copy h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); }
.builder-copy > p { color: var(--muted); font-size: 17px; }
.check-list { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list li::before { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; content: "✓"; background: var(--green); color: var(--black); font-size: 12px; font-weight: 700; }
.builder-diagram { padding: 34px; border: 1px solid var(--line); background: var(--white); }
.builder-diagram__head { display: flex; margin-bottom: 26px; align-items: center; justify-content: space-between; }
.builder-diagram__head b { font-size: 18px; }
.builder-diagram__head span { padding: 5px 8px; background: var(--soft); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.builder-node { position: relative; padding: 18px; border: 1px solid var(--line); background: var(--white); }
.builder-node + .builder-node { margin-top: 18px; }
.builder-node + .builder-node::before { position: absolute; top: -19px; left: 29px; width: 1px; height: 18px; content: ""; background: var(--green); }
.builder-node b { display: block; margin-bottom: 4px; }
.builder-node small { color: var(--muted); }
.builder-node--nested { margin-left: 34px; }
.builder-result { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.builder-result span { padding: 12px; background: var(--black); color: var(--white); font-size: 12px; font-weight: 700; text-align: center; }

/* Documents + phishing */
.doc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.doc-copy h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); }
.doc-copy p { color: var(--muted); font-size: 17px; }
.process-list { counter-reset: process; display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { counter-increment: process; display: grid; min-height: 102px; padding: 20px 0; grid-template-columns: 54px 1fr; border-bottom: 1px solid var(--line); }
.process-list li::before { content: "0" counter(process); color: var(--green-dark); font-size: 13px; font-weight: 700; }
.process-list b { display: block; margin-bottom: 5px; }
.process-list span { color: var(--muted); font-size: 14px; }

.phishing-panel { position: relative; padding: 54px; border: 1px solid var(--line-dark); background: #101010; color: var(--white); }
.phishing-panel::before { position: absolute; top: -1px; left: -1px; width: 16px; height: 16px; content: ""; background: var(--green); }
.phishing-panel h2 { max-width: 760px; margin-bottom: 18px; color: var(--white); font-size: clamp(32px, 4vw, 48px); }
.phishing-panel > p { max-width: 860px; color: rgba(255,255,255,.7); font-size: 17px; }
.phishing-flow { display: grid; margin-top: 42px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.phishing-step { min-height: 185px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.phishing-step b { display: block; margin-bottom: 38px; color: var(--green); font-size: 13px; }
.phishing-step h3 { margin-bottom: 8px; color: var(--white); font-size: 17px; }
.phishing-step p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

/* Interface */
.interface-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; align-items: center; }
.interface-copy h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); }
.interface-copy p { color: var(--muted); font-size: 17px; }
.metric-row { display: grid; margin-top: 30px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric-row div { min-height: 112px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-row strong { display: block; margin-bottom: 5px; color: var(--green-dark); font-size: 25px; }
.metric-row span { color: var(--muted); font-size: 12px; }
.interface-shot { position: relative; border: 1px solid var(--line); background: var(--soft); }
.interface-shot img { width: 100%; }
.interface-shot::after { position: absolute; right: -1px; bottom: -1px; width: 16px; height: 16px; content: ""; background: var(--green); }

.implementation-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.implementation-step { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.implementation-step span { display: block; margin-bottom: 58px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.implementation-step h3 { margin-bottom: 10px; font-size: 19px; }
.implementation-step p { margin: 0; color: var(--muted); font-size: 14px; }

/* Inner pages */
.page-hero { padding-block: 76px 64px; border-bottom: 1px solid var(--line-dark); background: var(--black); color: var(--white); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr); gap: 48px; align-items: end; }
.page-hero h1 { max-width: 850px; margin-bottom: 18px; color: var(--white); font-size: clamp(40px, 5vw, 64px); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 18px; }
.page-hero__aside { padding: 24px; border: 1px solid var(--line-dark); }
.page-hero__aside strong { display: block; margin-bottom: 7px; color: var(--green); font-size: 28px; }
.page-hero__aside span { color: rgba(255,255,255,.62); font-size: 13px; }

.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.module-card { position: relative; min-height: 225px; padding: 26px; border: 1px solid var(--line); }
.module-card::before { position: absolute; top: -1px; left: -1px; width: 10px; height: 10px; content: ""; background: var(--green); }
.module-card__number { display: block; margin-bottom: 36px; color: var(--green-dark); font-size: 13px; font-weight: 700; }
.module-card h2 { margin-bottom: 10px; font-size: 19px; }
.module-card p { margin: 0; color: var(--muted); font-size: 14px; }

.tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tariff-card { position: relative; display: flex; min-height: 470px; padding: 28px; flex-direction: column; border: 1px solid var(--line); }
.tariff-card--featured { border: 2px solid var(--green); }
.tariff-card--featured::before { position: absolute; top: 0; right: 0; padding: 6px 10px; content: "Популярный"; background: var(--green); color: var(--black); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.tariff-card__name { margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.tariff-card__people { margin-bottom: 28px; color: var(--muted); }
.tariff-card__price { margin-bottom: 5px; color: var(--black); font-size: 34px; font-weight: 700; line-height: 1.1; }
.tariff-card__period { margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.tariff-card ul { display: grid; margin: 0 0 28px; padding: 22px 0 0; gap: 12px; border-top: 1px solid var(--line); list-style: none; }
.tariff-card li { display: flex; gap: 9px; font-size: 14px; }
.tariff-card li::before { content: "✓"; color: var(--green-dark); font-weight: 700; }
.tariff-card .button { width: 100%; margin-top: auto; }
.tariff-note { margin-top: 28px; padding: 26px; border-left: 4px solid var(--green); background: var(--soft); }

.update-list { display: grid; gap: 18px; }
.update-card { display: grid; min-height: 230px; padding: 30px; grid-template-columns: 180px 1fr auto; align-items: start; gap: 34px; border: 1px solid var(--line); }
.update-card__date { color: var(--green-dark); font-size: 14px; font-weight: 700; }
.update-card__date span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.update-card h2 { margin-bottom: 12px; font-size: 24px; }
.update-card p { margin: 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.contact-list { display: grid; gap: 1px; background: var(--line); }
.contact-item { padding: 24px; background: var(--white); }
.contact-item small { display: block; margin-bottom: 6px; color: var(--muted); font-weight: 700; text-transform: uppercase; }
.contact-item a { font-size: 19px; font-weight: 700; }
.contact-form { padding: 34px; border: 1px solid var(--line); }

.docs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.doc-card { display: flex; min-height: 230px; padding: 26px; flex-direction: column; border: 1px solid var(--line); }
.doc-card__type { margin-bottom: 44px; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.doc-card h2 { margin-bottom: 10px; font-size: 19px; }
.doc-card p { color: var(--muted); font-size: 14px; }
.doc-card a { margin-top: auto; color: var(--blue); text-decoration: underline; }

.docs-consent-section { padding-top: 0; }
.docs-consent {
  display: grid;
  padding: clamp(30px, 4vw, 54px);
  align-items: center;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  background: #0d0f0d;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
}
.docs-consent h2 { margin: 10px 0 12px; color: #fff; font-size: clamp(30px, 4vw, 48px); }
.docs-consent p { max-width: 760px; margin: 0; color: #aeb4ae; font-size: 16px; line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-grid h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 46px); }
.about-grid p { color: var(--muted); font-size: 17px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fact { min-height: 150px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 7px; color: var(--green-dark); font-size: 28px; }
.fact span { color: var(--muted); font-size: 13px; }

/* Footer and modal */
.final-cta { padding-block: 64px; background: var(--black); color: var(--white); }
.final-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.final-cta h2 { max-width: 800px; margin-bottom: 12px; color: var(--white); font-size: clamp(30px, 4vw, 46px); }
.final-cta p { max-width: 780px; margin: 0; color: rgba(255,255,255,.66); }

.site-footer { padding-block: 62px 26px; border-top: 1px solid var(--line-dark); background: var(--black); color: rgba(255,255,255,.67); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 0; }
.footer-grid > div { min-height: 250px; padding: 0 30px; border-right: 1px solid var(--line-dark); }
.footer-grid > div:first-child { padding-left: 0; }
.footer-grid > div:last-child { padding-right: 0; border-right: 0; }
.footer-about p { max-width: 420px; font-size: 14px; }
.brand--footer { margin-bottom: 22px; }
.footer-fund { margin-top: 22px; padding-left: 14px; border-left: 3px solid var(--green); }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-size: 16px; }
.footer-grid ul { display: grid; margin: 0; padding: 0; gap: 11px; list-style: none; }
.footer-grid li, .footer-grid a { font-size: 14px; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; margin-top: 34px; padding-top: 24px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line-dark); color: var(--muted); font-size: 11px; text-transform: uppercase; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom .footer-copyright { flex-direction: column; gap: 6px; }

.modal { position: fixed; z-index: 2000; inset: 0; display: none; padding: 24px; align-items: center; justify-content: center; }
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); }
.modal__dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: calc(100vh - 48px); padding: 38px; overflow: auto; border: 1px solid var(--line); background: var(--white); }
.modal__dialog h2 { margin-bottom: 10px; font-size: 30px; }
.modal__dialog > p { color: var(--muted); }
.modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); background: var(--white); font-size: 26px; }

.form-grid { display: grid; margin-top: 24px; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label, .contact-form label { display: grid; gap: 7px; }
.form-grid label > span, .contact-form label > span { font-size: 13px; font-weight: 700; }
input, textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 2px; background: var(--white); color: var(--black); }
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus { border: 2px solid var(--green); outline: 0; }
.form-consent { display: flex; margin-block: 18px; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 13px; }
.form-consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--green); }
.form-consent a { color: var(--blue); text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.form-message { min-height: 24px; margin-bottom: 8px; font-size: 14px; }
.form-message.is-success { color: var(--green-dark); }
.form-message.is-error { color: var(--error); }

@media (max-width: 1120px) {
  .site-menu a { padding-inline: 8px; font-size: 13px; }
  .primary-nav__inner { gap: 14px; }
  .capability-grid { grid-template-columns: repeat(3, 1fr); }
  .mission-layout { grid-template-columns: 1fr; }
  .mission-media { min-height: 520px; }
  .mission-copy { border-left: 1px solid var(--line-dark); }
  .tariff-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .site-header { backdrop-filter: none; }
  :root { --header-height: 68px; }
  .utility-bar { display: none; }
  .primary-nav__inner { height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-cta { display: none; }
  .site-menu {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    display: none;
    width: min(390px, 100%);
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: var(--black);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .2s ease;
    overflow-y: auto;
  }
  .site-menu.is-open { display: flex; visibility: visible; transform: translateX(0); }
  .site-menu a { min-height: 52px; padding: 14px 4px; border-bottom: 1px solid #242424; font-size: 16px; }
  .site-menu a.is-active::after { top: 16px; right: auto; bottom: auto; left: -12px; width: 5px; height: 20px; }

  .hero, .hero__inner { min-height: 760px; }
  .hero__inner { padding-block: 64px 210px; }
  .hero__copy { max-width: 650px; }
  .hero__media img { object-position: 67% center; }
  .hero__media::after { background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.94) 46%, rgba(0,0,0,.44) 100%); }
  .hero-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .hero-stat { min-height: 95px; padding: 22px; }
  .hero-stat:nth-child(2) { border-right: 0; }
  .hero-stat:nth-child(n+3) { display: none; }

  .capability-grid, .module-grid { grid-template-columns: repeat(2, 1fr); }
  .game-grid, .builder-layout, .doc-layout, .interface-layout, .about-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .game-copy, .builder-copy, .doc-copy, .interface-copy { max-width: 760px; }
  .phishing-flow, .implementation-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero__inner { grid-template-columns: 1fr; }
  .page-hero__aside { max-width: 420px; }
  .update-card { grid-template-columns: 130px 1fr; }
  .update-card .button { grid-column: 2; justify-self: start; }
  .docs-grid { grid-template-columns: repeat(2, 1fr); }
  .docs-consent { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div { min-height: 220px; margin-bottom: 28px; padding: 0 24px 28px; border-bottom: 1px solid var(--line-dark); }
  .footer-grid > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px, 1280px); }
  .section { padding-block: 54px; }
  .section-head { margin-bottom: 30px; }
  .section-head p { font-size: 16px; }
  .brand img { width: 44px; height: 44px; }
  .brand b { font-size: 20px; }
  .brand small { display: none; }

  .hero { min-height: 790px; }
  .hero__inner { min-height: 790px; padding-block: 44px 190px; align-items: flex-start; }
  .hero__media img { object-position: 70% center; opacity: .65; }
  .hero__media::after { background: linear-gradient(180deg, #000 0%, rgba(0,0,0,.91) 56%, rgba(0,0,0,.58) 100%); }
  .hero h1 { font-size: 38px; }
  .hero__lead { font-size: 16px; line-height: 1.55; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__note { align-items: flex-start; }
  .hero-stats { right: 16px; bottom: 16px; left: 16px; }
  .hero-stats__inner { width: 100%; }
  .hero-stat { min-height: 96px; padding: 20px 16px; }
  .hero-stat strong { font-size: 22px; }
  .hero-stat span { font-size: 12px; }

  .fund-band__inner { padding-block: 20px; grid-template-columns: auto 1fr; }
  .fund-band a { grid-column: 2; }
  .capability-grid, .module-grid, .tariff-grid, .docs-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .mission-media { min-height: 300px; }
  .mission-copy { padding: 36px 24px; }
  .mission-copy h2 { font-size: 32px; }
  .game-board, .phishing-flow, .implementation-grid { grid-template-columns: 1fr; }
  .builder-diagram { padding: 22px; }
  .builder-node--nested { margin-left: 18px; }
  .builder-result { grid-template-columns: 1fr; }
  .phishing-panel { padding: 34px 22px; }
  .metric-row { grid-template-columns: 1fr; }
  .page-hero { padding-block: 54px; }
  .page-hero h1 { font-size: 38px; }
  .update-card { padding: 24px; grid-template-columns: 1fr; gap: 18px; }
  .update-card .button { grid-column: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form, .modal__dialog { padding: 26px 20px; }
  .final-cta__inner { grid-template-columns: 1fr; gap: 24px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { min-height: 0; padding: 0 0 28px; border-right: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 10px; }
  .docs-consent .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* 2.1 — calmer NVIDIA-inspired editorial rhythm */
.site-header {
  color: var(--ink);
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
}

.utility-bar { display: none; }
.primary-nav { border-bottom: 0; }
.primary-nav__inner { height: 72px; gap: 30px; }
.brand { color: var(--black); }
.brand img { width: 43px; height: 43px; }
.brand b { font-size: 20px; }
.brand small { color: #686868; }
.brand--footer { color: var(--white); }
.brand--footer small { color: rgba(255,255,255,.62); }

.site-menu { justify-content: flex-start; gap: 3px; }
.site-menu a,
.nav-group__toggle {
  min-height: 44px;
  padding: 12px 11px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.site-menu a:hover,
.site-menu a.is-active,
.nav-group__toggle:hover,
.nav-group.is-open .nav-group__toggle { color: var(--black); }
.site-menu > a.is-active::after { right: 11px; bottom: -14px; left: 11px; height: 3px; }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-group__toggle { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.nav-group__toggle span { color: #6a6a6a; font-size: 13px; transition: transform .18s ease; }
.nav-group.is-open .nav-group__toggle span { transform: rotate(180deg); }

.nav-dropdown {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: -12px;
  display: grid;
  width: 330px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
  border-top: 4px solid var(--green);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.nav-dropdown--right { left: auto; right: -12px; }
.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown,
.nav-group.is-open .nav-dropdown { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-menu .nav-dropdown a {
  display: grid;
  min-height: 0;
  padding: 13px 14px;
  gap: 2px;
  border-bottom: 1px solid #e7e7e7;
  white-space: normal;
}
.site-menu .nav-dropdown a:last-child { border-bottom: 0; }
.site-menu .nav-dropdown a:hover { background: #f3f3f3; }
.nav-dropdown b { color: #111; font-size: 14px; }
.nav-dropdown small { color: #717171; font-size: 12px; font-weight: 400; }
.site-menu__mobile-tools { display: none; }

.nav-tools { display: flex; margin-left: auto; align-items: center; gap: 4px; }
.nav-tool,
.login-link { position: relative; display: inline-flex; min-height: 42px; padding: 10px 9px; align-items: center; color: #2b2b2b; font-size: 13px; white-space: nowrap; }
.nav-tool:hover, .login-link:hover { color: var(--green-dark); }
.nav-tool.is-active::after, .login-link.is-active::after { position: absolute; right: 9px; bottom: -15px; left: 9px; height: 3px; content: ""; background: var(--green); }
.login-link { gap: 7px; }
.login-link svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.nav-cta { min-height: 40px; margin-left: 5px; padding: 9px 17px; font-size: 14px; }

.hero { min-height: 750px; }
.hero__media img { object-position: center; filter: brightness(1.1) contrast(1.02); }
.hero__media::after {
  background: linear-gradient(90deg, #000 0%, rgba(0,0,0,.97) 24%, rgba(0,0,0,.73) 43%, rgba(0,0,0,.18) 58%, rgba(0,0,0,0) 76%);
}
.hero__inner { min-height: 636px; padding-block: 74px 126px; }
.hero__copy { max-width: 550px; }
.hero__kicker { display: block; margin-bottom: 20px; color: var(--white); font-size: 17px; font-weight: 700; }
.hero h1 { max-width: 550px; margin-bottom: 22px; font-size: clamp(43px, 4vw, 55px); line-height: 1.09; }
.hero h1 .hero__line { display: block; }
.hero h1::after { display: block; width: 72px; height: 4px; margin-top: 23px; content: ""; background: var(--green); }
.hero h1 span { color: inherit; }
.hero__lead { max-width: 530px; margin-bottom: 27px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
.hero__actions { align-items: center; gap: 22px; }
.hero__text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 15px; font-weight: 700; }
.hero__text-link span { color: var(--green); font-size: 20px; transition: transform .16s ease; }
.hero__text-link:hover span { transform: translateX(4px); }

.hero-rail { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid #3d3d3d; background: rgba(20,20,20,.96); }
.hero-rail__inner { display: grid; grid-template-columns: repeat(5, 1fr); }
.hero-rail__item { position: relative; display: flex; min-height: 114px; padding: 24px 20px 18px; flex-direction: column; border-right: 1px solid #383838; color: var(--white); }
.hero-rail__item:first-child { border-left: 1px solid #383838; }
.hero-rail__item::before { position: absolute; top: -1px; right: 20px; left: 20px; height: 3px; content: ""; background: #5b5b5b; }
.hero-rail__item.is-active::before, .hero-rail__item:hover::before { background: var(--green); }
.hero-rail__item small { margin-bottom: 8px; color: #8e8e8e; font-size: 11px; font-weight: 700; }
.hero-rail__item b { color: #f3f3f3; font-size: 14px; line-height: 1.35; }

.section--mist {
  background: linear-gradient(180deg, #d8d8d8 0, #eeeeee 90px, #f4f4f4 100%);
}
.capabilities-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,440px); align-items: end; gap: 64px; }
.capabilities-intro .section-head { margin-bottom: 0; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 45px); }

.fund-card { display: grid; min-height: 150px; padding: 24px; grid-template-columns: 52px 1fr; align-items: start; gap: 18px; background: rgba(255,255,255,.78); }
.fund-card__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--white); color: var(--green-dark); }
.fund-card__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.fund-card small { display: block; margin-bottom: 7px; color: #666; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.fund-card p { margin-bottom: 7px; color: #272727; font-size: 14px; line-height: 1.45; }
.fund-card a { color: var(--blue); font-size: 13px; }

.feature-showcase { display: grid; margin-top: 48px; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.showcase-card { position: relative; overflow: hidden; background: var(--white); box-shadow: 0 8px 26px rgba(0,0,0,.07); }
.showcase-card--platform { grid-column: span 7; }
.showcase-card--mission { grid-column: span 5; background: #171717; }
.showcase-card--course, .showcase-card--phishing, .showcase-card--documents { grid-column: span 4; }
.showcase-card--analytics { display: grid; grid-column: span 12; grid-template-columns: 1.35fr .65fr; align-items: stretch; }
.showcase-card__media { height: 310px; overflow: hidden; background: #171717; }
.showcase-card__media img { width: 100%; height: 100%; object-fit: cover; }
.showcase-card__media--interface img { width: 126%; max-width: none; object-position: 34% center; }
.showcase-card--mission .showcase-card__media img { filter: brightness(.9); }
.showcase-card__copy { padding: 25px 28px 28px; }
.showcase-card__copy small { display: block; margin-bottom: 10px; color: var(--green-dark); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.showcase-card__copy h3 { margin-bottom: 9px; font-size: 21px; }
.showcase-card__copy p { margin: 0; color: var(--muted); font-size: 14px; }
.showcase-card__copy a { color: var(--green); font-size: 14px; font-weight: 700; }
.showcase-card__copy--dark h3 { color: var(--white); }
.showcase-card__copy--dark small { color: var(--green); }

.showcase-mini { position: relative; height: 215px; padding: 24px; overflow: hidden; background: #e9ebee; }
.showcase-mini--course { display: grid; align-content: center; gap: 7px; }
.showcase-mini--course span, .showcase-mini--course i, .showcase-mini--course b { display: block; padding: 10px 12px; background: var(--white); font-size: 12px; font-style: normal; box-shadow: 0 2px 7px rgba(0,0,0,.05); }
.showcase-mini--course span { border-left: 4px solid var(--green); font-weight: 700; }
.showcase-mini--course i { color: #555; }
.showcase-mini--course .is-nested { margin-left: 23px; }
.showcase-mini--course b { color: var(--white); background: #252525; }

.showcase-mini--mail { display: flex; flex-direction: column; background: #eef0f3; }
.showcase-mini--mail .mail-head { display: flex; margin: -24px -24px 24px; padding: 14px 18px; justify-content: space-between; background: #fff; color: #545454; font-size: 11px; }
.showcase-mini--mail em { color: var(--green-dark); font-style: normal; font-weight: 700; }
.showcase-mini--mail b { margin-bottom: 6px; font-size: 15px; }
.showcase-mini--mail i { margin-bottom: 20px; color: #777; font-size: 11px; font-style: normal; }
.showcase-mini--mail button { width: max-content; padding: 9px 12px; border: 0; background: #2864dc; color: #fff; font-size: 11px; }
.showcase-mini--mail small { margin-top: auto; color: #707070; font-size: 10px; }

.showcase-mini--document { padding: 27px 70px 24px 27px; background: #eceff2; }
.showcase-mini--document span { display: block; margin-bottom: 22px; font-size: 12px; font-weight: 700; }
.showcase-mini--document i { display: block; width: 100%; height: 8px; margin-bottom: 9px; background: #cfd3d8; }
.showcase-mini--document i.short { width: 62%; }
.showcase-mini--document b { position: absolute; top: 25px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--green); font-size: 12px; }
.showcase-mini--document small { position: absolute; right: 18px; bottom: 20px; left: 27px; padding: 10px; background: var(--white); color: var(--green-dark); font-size: 10px; font-weight: 700; }
.showcase-crop { height: 270px; overflow: hidden; background: #eee; }
.showcase-crop img { width: 150%; max-width: none; height: 100%; object-fit: cover; object-position: center 76%; }
.showcase-card--analytics .showcase-card__copy { display: flex; padding: 38px; flex-direction: column; justify-content: center; }

.section--deep { padding-block: 90px; background: linear-gradient(180deg, #303030 0, #181818 22%, #0b0b0b 100%); color: var(--white); }
.section--deep .mission-media { border: 0; }
.section--deep .mission-copy { border: 0; background: #171717; }
.section--charcoal { padding-block: 84px; background: #202020; color: var(--white); }
.section--charcoal .phishing-panel { border: 0; background: #292929; }
.section--charcoal .phishing-step { background: #242424; }
.final-cta { background: #202020; }
.site-footer { background: #0d0d0d; }

.login-placeholder { min-height: 660px; padding-block: 80px; background: linear-gradient(180deg, #e5e5e5 0, #f6f6f6 160px); }
.login-placeholder__inner { display: grid; place-items: center; }
.login-placeholder__panel { width: min(680px,100%); padding: 58px; background: var(--white); text-align: center; box-shadow: 0 14px 45px rgba(0,0,0,.09); }
.login-placeholder__icon { display: grid; width: 74px; height: 74px; margin: 0 auto 25px; place-items: center; border-radius: 50%; background: #f0f0f0; color: var(--green-dark); }
.login-placeholder__icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.login-placeholder__panel .eyebrow { justify-content: center; }
.login-placeholder__panel h1 { margin-bottom: 17px; font-size: clamp(34px,5vw,48px); }
.login-placeholder__panel p { max-width: 540px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; }
.login-placeholder__actions { display: flex; margin-bottom: 24px; justify-content: center; gap: 12px; }
.login-placeholder__panel > small { color: #777; }

@media (max-width: 1180px) {
  .primary-nav__inner { gap: 16px; }
  .site-menu a, .nav-group__toggle { padding-inline: 8px; }
  .nav-tool { display: none; }
  .capabilities-intro { gap: 38px; }
}

@media (max-width: 920px) {
  .site-header { backdrop-filter: none; }
  .primary-nav__inner { height: 68px; }
  .menu-toggle {
    position: relative;
    z-index: 3;
    display: block;
    border-color: #c8c8c8;
    background: #fff;
  }
  .menu-toggle span:not(.sr-only) {
    position: absolute;
    left: 10px;
    width: 22px;
    margin: 0;
    background: var(--black);
    transition: top .18s ease, transform .18s ease, opacity .15s ease;
  }
  .menu-toggle span:nth-child(1) { top: 13px; }
  .menu-toggle span:nth-child(2) { top: 20px; }
  .menu-toggle span:nth-child(3) { top: 27px; }
  .menu-toggle.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
  .nav-tools { display: none; }
  body.menu-open::before {
    position: fixed;
    z-index: 900;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0,0,0,.48);
    backdrop-filter: blur(2px);
  }
  .site-menu {
    z-index: 2;
    top: 68px;
    width: min(430px, 100%);
    height: calc(100dvh - 68px);
    padding: 10px 0 max(22px, env(safe-area-inset-bottom));
    gap: 0;
    background: #f7f7f5;
    color: var(--ink);
    box-shadow: -24px 22px 54px rgba(0,0,0,.24);
    overscroll-behavior: contain;
  }
  .site-menu > a, .nav-group__toggle {
    width: 100%;
    min-height: 58px;
    padding: 13px 22px;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d2;
    color: #111;
    font-size: 16px;
    font-weight: 700;
  }
  .site-menu > a.is-active::after { display: none; }
  .nav-group { display: block; }
  .nav-group__toggle { cursor: pointer; }
  .nav-group__toggle span {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    color: #555;
    font-size: 17px;
  }
  .nav-dropdown, .nav-dropdown--right {
    position: static;
    display: grid;
    width: 100%;
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: max-height .26s ease, padding .22s ease, opacity .16s ease, visibility .16s ease;
  }
  .nav-group.is-open .nav-dropdown {
    max-height: 520px;
    padding: 7px 22px 12px;
    border-bottom: 1px solid #d7d7d2;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .site-menu .nav-dropdown a {
    min-height: 44px;
    padding: 10px 0;
    border-bottom: 1px solid #ecece8;
    color: #272727;
    font-size: 14px;
  }
  .site-menu .nav-dropdown a:last-child { border-bottom: 0; }
  .site-menu .nav-dropdown a:hover { background: transparent; color: var(--green-dark); }
  .nav-dropdown small { display: none; }
  .site-menu__mobile-tools {
    display: grid;
    margin: auto 22px 0;
    padding-top: 17px;
    gap: 6px;
    border-top: 1px solid #d7d7d2;
  }
  .site-menu__mobile-tools > a {
    min-height: 42px;
    padding: 9px 0;
    border-bottom: 0;
    color: #222;
    font-size: 14px;
  }
  .site-menu__mobile-tools .button { width: 100%; min-height: 48px; margin-top: 8px; }

  .hero { min-height: 780px; }
  .hero__inner { min-height: 665px; padding-block: 64px 145px; }
  .hero__media img { object-position: 66% center; }
  .hero__media::after { background: linear-gradient(90deg,#000 0%,rgba(0,0,0,.92) 48%,rgba(0,0,0,.34) 100%); }
  .hero-rail__inner { grid-template-columns: repeat(3,1fr); }
  .hero-rail__item:nth-child(n+4) { display: none; }
  .capabilities-intro { grid-template-columns: 1fr; }
  .fund-card { max-width: 620px; }
  .feature-showcase { grid-template-columns: repeat(2,1fr); }
  .showcase-card--platform, .showcase-card--mission, .showcase-card--course, .showcase-card--phishing, .showcase-card--documents { grid-column: span 1; }
  .showcase-card--analytics { grid-column: span 2; }
}

@media (max-width: 460px) {
  .site-menu { width: 100%; box-shadow: none; }
  body.menu-open::before { display: none; }
}

@media (max-width: 640px) {
  .hero { min-height: auto; }
  .hero__inner { min-height: 640px; padding-block: 48px 156px; }
  .hero__copy { max-width: 100%; }
  .hero__kicker { font-size: 14px; }
  .hero h1 { max-width: 360px; font-size: 38px; line-height: 1.1; }
  .hero__lead { max-width: 340px; font-size: 16px; }
  .hero__actions { display: flex; align-items: flex-start; }
  .hero__actions .button { width: auto; }
  .hero__text-link { padding-block: 13px; }
  .hero__media img { object-position: 69% center; opacity: .76; }
  .hero__media::after { background: linear-gradient(180deg,#000 0%,rgba(0,0,0,.9) 53%,rgba(0,0,0,.52) 100%); }
  .hero-rail { position: relative; overflow-x: auto; }
  .hero-rail__inner { display: flex; width: max-content; margin: 0; }
  .hero-rail__item { display: flex !important; width: 215px; min-height: 100px; padding: 21px 16px; }
  .section--mist { background: linear-gradient(180deg,#d9d9d9 0,#f3f3f3 74px); }
  .fund-card { grid-template-columns: 44px 1fr; padding: 20px; }
  .fund-card__icon { width: 44px; height: 44px; }
  .feature-showcase { margin-top: 34px; grid-template-columns: 1fr; gap: 16px; }
  .showcase-card--platform, .showcase-card--mission, .showcase-card--course, .showcase-card--phishing, .showcase-card--documents, .showcase-card--analytics { display: block; grid-column: span 1; }
  .showcase-card__media { height: 225px; }
  .showcase-mini { height: 195px; }
  .showcase-crop { height: 200px; }
  .showcase-card__copy, .showcase-card--analytics .showcase-card__copy { padding: 23px; }
  .section--deep, .section--charcoal { padding-block: 58px; }
  .login-placeholder { min-height: 560px; padding-block: 34px; }
  .login-placeholder__panel { padding: 38px 22px; }
  .login-placeholder__actions { display: grid; }
  .login-placeholder__actions .button { width: 100%; }
}
