/* ============================================================
   KIDSCORP PROPRIETARY DATA — Landing page
   Design System 2.0 tokens · Cyan accent palette
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&family=Roboto+Mono:wght@400;500&display=swap");

:root {
  --kc-violet-100: #E8DEFF;
  --kc-violet-200: #D3BBFE;
  --kc-violet-300: #C098FD;
  --kc-violet-400: #AF72FC;
  --kc-violet-500: #9F44FB;
  --kc-violet-600: #8812E3;
  --kc-violet-700: #680CAF;
  --kc-violet-800: #4A057D;
  --kc-violet-900: #2F0544;
  --kc-fuchsia-100: #CC95F7;
  --kc-fuchsia-500: #B33AF0;
  --kc-fuchsia-900: #6E1A98;
  --kc-cyan-100: #D1ECFF;
  --kc-cyan-300: #4CCBFF;
  --kc-cyan-600: #009FD4;
  --kc-cyan-900: #008EB8;
  --kc-success-500: #08A045;
  --kc-alert-500:   #F35B04;
  --kc-error-500:   #D90429;

  --kc-base-0:   #FAFAFC;
  --kc-base-100: #DFDFDF;
  --kc-base-200: #C4C4C4;
  --kc-base-300: #A6A6A6;
  --kc-base-400: #8B8B8B;
  --kc-base-500: #6F6F6F;
  --kc-base-600: #575757;
  --kc-base-700: #3E3E3E;
  --kc-base-800: #282828;
  --kc-base-900: #121212;

  --kc-font-display: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --kc-font-body:    "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --kc-font-mono:    "Roboto Mono", ui-monospace, monospace;

  --font-display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-body:    "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --font-mono:    "Roboto Mono", monospace;

  --kc-gradient-ribbon: linear-gradient(135deg, #8D14FA 0%, #9414FA 8%, #C71BFA 70%, #DB1EFA 100%);

  --display-mega: clamp(56px, 9.5vw, 156px);
  --display-xxl:  clamp(48px, 7.5vw, 124px);
  --display-xl:   clamp(40px, 5.4vw, 88px);
  --display-l:    clamp(32px, 4.2vw, 68px);
  --display-m:    clamp(22px, 2.2vw, 34px);

  --space-section:       clamp(80px, 9vw, 160px);
  --space-section-tight: clamp(60px, 6vw, 110px);
  --wrap-max:  1400px;
  --wrap-pad:  clamp(20px, 4vw, 64px);

  --r-card:    18px;
  --r-card-lg: 28px;
  --r-pill:    999px;
  --r-notch:   105px;

  --bg:              var(--kc-base-0);
  --bg-alt:          #F2F2F4;
  --fg:              var(--kc-base-900);
  --fg-dim:          var(--kc-base-500);
  --hairline:        rgba(18,18,18,0.10);
  --hairline-strong: rgba(18,18,18,0.18);
  --card:  #FFFFFF;
  --card-2: #F6F4FA;

  --accent:   var(--kc-cyan-300);
  --accent-2: var(--kc-violet-500);
  --accent-3: var(--kc-fuchsia-500);
}

[data-palette="violet"] { --accent: var(--kc-violet-500); --accent-2: var(--kc-cyan-300); }
[data-palette="cyan"]   { --accent: var(--kc-cyan-300);   --accent-2: var(--kc-violet-500); }
[data-palette="fuchsia"]{ --accent: var(--kc-fuchsia-500);--accent-2: var(--kc-cyan-300); }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--kc-font-body);
  background: var(--bg);
  color: var(--fg);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

/* ---------- Layout ---------- */
.wrap {
  max-width: var(--wrap-max);
  margin: 0 auto;
  padding-left: var(--wrap-pad);
  padding-right: var(--wrap-pad);
}
.wrap-wide {
  max-width: 1640px;
  margin: 0 auto;
  padding-left: var(--wrap-pad);
  padding-right: var(--wrap-pad);
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--kc-font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9414FA;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 18px; height: 1px;
  background: #9414FA;
  display: inline-block;
  flex-shrink: 0;
}

.hero .eyebrow,
.section-dark .eyebrow {
  color: #ffffff;
}
.hero .eyebrow::before,
.section-dark .eyebrow::before {
  background: #ffffff;
}

h1, h2, h3, h4 { font-family: var(--kc-font-display); margin: 0; letter-spacing: -0.025em; }

/* Hero h1 */
.hero h1 {
  font-size: clamp(34px, 4.2vw, 60px);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.03em;
  margin: 0 0 32px;
}

/* Section h2 */
.section-intro h2,
.beyond-text h2,
.cta-final__left h2 {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.02em;
}

.display-mega { font-size: var(--display-mega); font-weight: 800; line-height: 0.95; letter-spacing: -0.035em; }
.display-l    { font-size: var(--display-l);    font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; margin: 20px 0 24px; }
.display-m    { font-size: var(--display-m);    font-weight: 700; line-height: 1.1;  letter-spacing: -0.02em; margin: 0 0 20px; }

em.brand-em,
.hero h1 em,
h2 em:not([style]) {
  font-style: normal; font-weight: 800;
  color: #9414FA;
}

.lead {
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
  color: var(--fg-dim);
  max-width: 60ch;
  margin-bottom: 32px;
}

.mono { font-family: var(--kc-font-mono); }
.material-symbols-rounded {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 26px;
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 15px; letter-spacing: -0.005em;
  transition: transform 220ms cubic-bezier(0.2,0.8,0.2,1), background 200ms, color 200ms, box-shadow 200ms;
  white-space: nowrap;
}
.btn .material-symbols-rounded { font-size: 20px; transition: transform 220ms; }
.btn-primary {
  background: var(--kc-gradient-ribbon);
  background-size: 200% 100%;
  color: #fff;
  box-shadow: 0 8px 28px -8px rgba(148,20,250,0.45);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -8px rgba(148,20,250,0.65);
}
.btn-primary:hover .material-symbols-rounded { transform: translateX(3px); }
.btn-ghost { background: transparent; color: currentColor; border: 1px solid var(--hairline-strong); }
.btn-ghost:hover { background: rgba(76,203,255,0.06); border-color: var(--accent); color: var(--accent); }
.btn-ghost-dark { color: #fff; border-color: rgba(255,255,255,0.20); }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.06); border-color: var(--accent); color: var(--accent); }

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 700ms cubic-bezier(0.2,0.8,0.2,1), transform 700ms cubic-bezier(0.2,0.8,0.2,1);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 240ms; }
.reveal-delay-4 { transition-delay: 320ms; }
.reveal-delay-5 { transition-delay: 400ms; }
[data-anim="0"] .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ---------- Sections ---------- */
.section {
  position: relative;
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
  overflow: hidden;
}
.section-dark {
  background: var(--kc-base-900); color: #F5F2FA;
  --fg: #F5F2FA; --fg-dim: rgba(245,242,250,0.62); --fg-faint: rgba(245,242,250,0.42);
  --hairline: rgba(255,255,255,0.10); --hairline-strong: rgba(255,255,255,0.20);
  --card: rgba(255,255,255,0.04); --card-2: rgba(255,255,255,0.06); --bg: var(--kc-base-900);
}
.section-light { background: var(--kc-base-0); color: var(--kc-base-900); }

/* Blobs */
.blob {
  position: absolute; pointer-events: none;
  border-radius: 50%; filter: blur(80px); opacity: 0.6; z-index: 0;
}
.blob-violet  { background: radial-gradient(circle, var(--kc-violet-500)  0%, transparent 60%); }
.blob-fuchsia { background: radial-gradient(circle, var(--kc-fuchsia-500) 0%, transparent 60%); }
.blob-cyan    { background: radial-gradient(circle, var(--kc-cyan-300)    0%, transparent 60%); }

/* Grain */
.grain::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.45'/></svg>");
  opacity: 0.08; mix-blend-mode: overlay; pointer-events: none; z-index: 1;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 180px 0 120px;
  background: var(--kc-base-900); color: #fff;
  --fg: #F5F2FA; --fg-dim: rgba(245,242,250,0.62);
  --hairline: rgba(255,255,255,0.10); --card: rgba(255,255,255,0.04);
  overflow: hidden; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(76,203,255,0.40) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 100% 0%,  rgba(159,68,251,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 0% 50%,   rgba(76,203,255,0.12) 0%, transparent 60%),
    var(--kc-base-900);
  z-index: 0;
}
.hero .iso-watermark {
  position: absolute; bottom: -180px; right: -120px;
  width: 720px; opacity: 0.08; z-index: 0; pointer-events: none; will-change: transform;
}
.hero .blob-1 { width: 520px; height: 520px; left: -120px; top: 30%; z-index: 0; opacity: 0.28; will-change: transform; }
.hero .blob-2 { width: 460px; height: 460px; right: -100px; bottom: -80px; z-index: 0; opacity: 0.35; will-change: transform; }
.hero .container { position: relative; z-index: 2; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
}
@media (max-width: 1100px) { .hero-grid { grid-template-columns: 1fr; gap: 60px; } }

.hero h1 em {
  font-style: normal;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: #9414FA;
  font-weight: 800;
}
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Hero stats (respondents / year · Zero PII) ---------- */
.hero-stats {
  display: flex;
  gap: 40px;
  margin: 4px 0 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.hero-stat b {
  display: block;
  font-family: var(--kc-font-display);
  font-weight: 800;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.02em;
  color: #9414FA;
  margin-bottom: 6px;
}
.hero-stat span {
  display: block;
  font-size: 13px;
  color: rgba(245,242,250,0.62);
  letter-spacing: 0.01em;
}
@media (max-width: 480px) { .hero-stats { gap: 28px; } }

/* ============================================================
   MEASUREMENT ACCORDION
   ============================================================ */
.measure-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 920px) { .measure-wrap { grid-template-columns: 1fr; } }

.measure-tabs { display: flex; flex-direction: column; gap: 14px; }
.measure-tab {
  display: block; width: 100%; text-align: left;
  background: #1C1C1C;
  border-left: 6px solid #3C3C3C;
  border-radius: 0 14px 14px 0;
  padding: 20px 25px;
  transition: border-color 220ms, background 220ms;
}
.measure-tab:hover { border-color: var(--kc-violet-500); }
.measure-tab.active { background: #1C1C1C; border-color: var(--kc-violet-500); }
.measure-tab-title {
  font-family: var(--kc-font-display); font-weight: 700;
  font-size: clamp(17px, 1.5vw, 21px); letter-spacing: -0.02em;
  color: #fff; display: block;
}
.measure-tab-body {
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 420ms cubic-bezier(0.2,0.8,0.2,1), opacity 300ms ease, margin-top 300ms;
}
.measure-tab.active .measure-tab-body { opacity: 1; margin-top: 12px; }
.measure-tab-body p {
  font-size: 15px; line-height: 1.55; color: rgba(245,242,250,0.80); margin: 6px 0;
}
.measure-tab-body ul { margin: 6px 0 6px 20px; display: flex; flex-direction: column; gap: 6px; }
.measure-tab-body li {
  font-size: 15px; line-height: 1.5; color: rgba(245,242,250,0.70);
  list-style: disc;
}
.measure-tab-body .measure-sub { margin-top: 14px; color: #fff; font-size: 15px; }

.measure-visual { position: relative; width: 100%; aspect-ratio: 3 / 4; margin-top: 0; }
.measure-visual::before {
  content: '';
  position: absolute; inset: -15%;
  background: radial-gradient(ellipse at center,
    rgba(148,20,250,0.18) 0%,
    rgba(148,20,250,0.10) 30%,
    rgba(148,20,250,0.05) 50%,
    rgba(148,20,250,0.02) 68%,
    transparent 82%);
  filter: blur(20px);
  border-radius: 50%; pointer-events: none; z-index: 0;
}
.measure-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: contain; object-position: top center;
  opacity: 0; z-index: 1;
  transition: opacity 420ms ease;
}
.measure-visual img.active { opacity: 1; z-index: 2; }
@media (max-width: 920px) { .measure-visual { max-width: 420px; margin: 0 auto; } }

/* ============================================================
   SECTION INTRO
   ============================================================ */
.section-intro { text-align: center; max-width: 72ch; margin: 0 auto 56px; }
.section-lead {
  font-size: clamp(15px, 1.2vw, 19px); line-height: 1.6;
  color: var(--kc-base-500); margin-top: 8px; max-width: 60ch; margin-left: auto; margin-right: auto;
}

/* ============================================================
   GO BEYOND STRIP — subtle, white bg, text left + button right
   ============================================================ */
.beyond-strip { padding-top: var(--space-section-tight); padding-bottom: var(--space-section-tight); }
.beyond-grid {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 48px 0;
}
@media (max-width: 720px) { .beyond-grid { flex-direction: column; align-items: flex-start; text-align: left; } }
.beyond-text { flex: 1; }
.beyond-text h2 { margin-bottom: 8px; }
.beyond-text p { font-size: clamp(15px, 1.2vw, 19px); color: var(--kc-base-500); line-height: 1.6; margin: 0; max-width: 60ch; }
.beyond-cta { flex-shrink: 0; }

/* ============================================================
   TWEAKS PANEL
   ============================================================ */
.tweaks-panel {
  position: fixed; bottom: 28px; right: 28px;
  background: rgba(18,18,18,0.92); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-card);
  padding: 18px 20px; width: 240px; z-index: 1000;
  display: none; flex-direction: column; gap: 14px;
  font-size: 13px; color: rgba(245,242,250,0.80);
}
.tweaks-panel.open { display: flex; }
.tw-header { display: flex; justify-content: space-between; align-items: center; font-family: var(--kc-font-mono); }
.tw-header button { color: rgba(245,242,250,0.50); font-size: 14px; padding: 0; }
.tw-row { display: flex; align-items: center; gap: 10px; }
.tw-row > span:first-child { min-width: 70px; color: rgba(245,242,250,0.50); font-size: 12px; }
.tw-row input[type="range"] { flex: 1; accent-color: var(--accent); }
.seg {
  display: flex; gap: 4px;
  background: rgba(255,255,255,0.06); border-radius: var(--r-pill); padding: 3px;
}
.seg button {
  padding: 3px 10px; border-radius: var(--r-pill);
  font-size: 11px; font-family: var(--kc-font-mono); letter-spacing: 0.08em;
  color: rgba(245,242,250,0.50); transition: background 200ms, color 200ms;
}
.seg button.on { background: var(--accent); color: #fff; }
.palette-swatches { display: flex; gap: 8px; }
.palette-swatches button {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid transparent; transition: border-color 200ms, transform 200ms;
}
.palette-swatches button.on { border-color: #fff; transform: scale(1.15); }

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 720px) {
  .hero { padding: 130px 0 80px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   CTA FINAL + FORM (matches Home exactly)
   ============================================================ */
.cta-final {
  padding: 160px 0 180px;
  position: relative;
  overflow: hidden;
}
.cta-final__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(159,68,251,0.38), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(76,203,255,0.24), transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(219,30,250,0.22), transparent 65%);
}
.cta-final__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 72px; align-items: start;
}
.cta-final__left h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05; letter-spacing: -0.025em;
  margin: 18px 0 24px; color: #fff;
}
.cta-final__p {
  font-size: clamp(15px, 1.2vw, 19px); line-height: 1.5;
  opacity: 0.78; max-width: 520px; margin: 0 0 40px;
}
.cta-final__social { display: flex; gap: 14px; margin-top: 48px; }
.cta-final__social a {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; transition: background .2s, border-color .2s, transform .2s; color: #fff;
}
.cta-final__social a:hover {
  background: rgba(76,203,255,0.1); border-color: rgba(76,203,255,0.6); transform: translateY(-2px);
}
.form {
  background: rgba(12,12,12,0.6);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 28px;
  padding: 40px; position: relative; overflow: hidden;
}
.form::before {
  content: ""; position: absolute; top: -1px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, #4CCBFF, transparent);
  box-shadow: 0 0 24px #4CCBFF;
}
.form__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 18px; margin: 0 0 28px;
  display: flex; align-items: center; gap: 10px; color: #fff;
}
.form__title .pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4CCBFF; box-shadow: 0 0 10px #4CCBFF;
  animation: dotPulse 2s ease-out infinite; flex-shrink: 0;
}
@keyframes dotPulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(76,203,255,0.2), 0 0 14px #4CCBFF; }
  50%     { box-shadow: 0 0 0 10px rgba(76,203,255,0), 0 0 22px #4CCBFF; }
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form__row--single { grid-template-columns: 1fr; }
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__field label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; color: #fff;
}
.form__field input, .form__field select, .form__field textarea {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 12px 14px;
  font-family: var(--font-body); font-size: 14px; color: #fff;
  transition: border-color .2s, background .2s;
}
.form__field textarea { min-height: 90px; resize: vertical; }
.form__field input:focus, .form__field select:focus, .form__field textarea:focus {
  outline: none; border-color: #4CCBFF;
  background: rgba(76,203,255,0.04); box-shadow: 0 0 0 3px rgba(76,203,255,0.15);
}
.form__field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
  padding-right: 36px; cursor: pointer;
}
.form__submit {
  width: 100%; margin-top: 12px; padding: 16px 20px; border-radius: 14px;
  background: var(--kc-gradient-ribbon); border: 0; color: #fff;
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: 0.06em; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 12px 40px -10px rgba(219,30,250,0.7);
}
.form__submit:hover { box-shadow: 0 18px 52px -8px rgba(219,30,250,0.9); transform: translateY(-1px); }
.form__fine { font-size: 12px; opacity: 0.5; margin-top: 16px; text-align: center; color: #fff; }
@media (max-width: 960px) {
  .cta-final__inner { grid-template-columns: 1fr; }
  .form { padding: 28px; }
  .form__row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER (matches Home exactly)
   ============================================================ */
.footer-home {
  background: #0d0d0d; padding: 96px 0 40px;
  border-top: 1px solid rgba(255,255,255,0.06); color: #fff;
}
.footer__top {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 56px; padding-bottom: 64px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__brand { max-width: 360px; }
.footer__tagline {
  font-family: var(--font-display); font-weight: 600;
  font-size: 18px; line-height: 1.35; margin: 0 0 20px; color: #fff;
}
.footer__col h5 {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin: 0 0 22px; font-weight: 500;
}
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.footer__col a {
  font-family: var(--font-display); font-weight: 600;
  font-size: 15px; opacity: 0.85; color: #fff; transition: color .15s, opacity .15s;
}
.footer__col a:hover { color: #4CCBFF; opacity: 1; }
.footer__bottom {
  padding-top: 32px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 16px; font-size: 12px; opacity: 0.5; color: #fff;
}
.footer__bottom p { margin: 0; max-width: 720px; line-height: 1.5; }
@media (max-width: 960px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 40px; }
}

.section-kicker {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: #ffffff;
  display: inline-flex; align-items: center; gap: 10px;
}
.section-kicker::before { content: ""; width: 28px; height: 1px; background: #ffffff; }
