/* ─── TOKENS ──────────────────────────────────────────── */
:root {
  --brand:      #D94F2B;
  --brand-dark: #0F2580;
  --brand-soft: rgba(217,79,43,0.10);
  --blue-mid:   #7B9FCC;
  --rose:       #DEAC9C;
  --text:       #161616;
  --muted:      rgba(22,22,22,0.55);
  --border:     rgba(22,22,22,0.10);
  --bg:         #FFFFFF;
  --radius:     16px;
  --sans:       'DM Sans', system-ui, -apple-system, sans-serif;
  --ink:        #111;
  --header-accent: var(--brand);
  --header-accent-hover: var(--brand-dark);
  --header-button-text: #ffffff;
  /* Parents page palette */
  --p-warm: #FFF8F3;
  --p-mint: #F0FAF4;
  --p-sky:  #F0F6FF;
  --p-coral: #D94F2B;
  --p-navy: #0F2580;
}

/* ─── RESET ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--text); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* ─── SHARED LAYOUT ───────────────────────────────────── */
/* Used across pages: .container, .what-inner, .p-inner, .t-container, etc. */
.container,
.what-inner,
.p-inner,
.t-container,
.footer-inner,
.a-what-inner,
.a-how-inner,
.a-games-inner,
.t-iep-inner,
.t-screens-inner,
.pr-compare-inner { max-width: 1160px; margin: 0 auto; }

.section { padding: 96px 40px; }
.kicker {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 14px;
}
.kicker::before { content: ''; width: 18px; height: 2.5px; background: currentColor; border-radius: 2px; }
h2 { font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; color: var(--text); margin-bottom: 14px; }
.section-sub { font-size: 1rem; line-height: 1.7; color: var(--muted); max-width: 520px; margin-bottom: 56px; }

/* ─── REVEAL ANIMATION ────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rev-d1 { transition-delay: 0.1s; }
.rev-d2 { transition-delay: 0.2s; }

/* ─── BUTTON SYSTEM ───────────────────────────────────── */
.btn-wrap { position: relative; display: inline-block; margin: 5px; }
.btn-wrap::after {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  border-radius: 10px; z-index: 0; opacity: 0; transform: translate(0,0);
  transition: border-radius 180ms ease, opacity 0ms linear 140ms, transform 260ms ease 140ms;
}
.email-btn {
  position: relative; z-index: 1; margin: 0; padding: 10px 20px;
  background: var(--header-accent, var(--brand)); color: var(--header-button-text, #fff);
  border: 3px solid transparent; border-radius: 10px;
  font-family: var(--sans); font-weight: 700; font-size: 0.88rem; line-height: 1;
  cursor: pointer; white-space: nowrap; appearance: none;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: background-color 0.15s ease, border-radius 180ms ease, border-color 120ms ease, transform 0.12s ease;
}
.btn-wrap:hover .email-btn { background: var(--brand-dark); border-color: var(--ink); border-radius: 4px; }
.btn-wrap:hover::after { opacity: 1; border-radius: 4px; transform: translate(4px,4px); }
.btn-wrap:active .email-btn { transform: translate(1px,1px); }
.btn-wrap:active::after { transform: translate(2px,2px); }

.email-btn.btn--blue { background: var(--brand-dark); }
.btn-wrap:hover .email-btn.btn--blue { background: var(--brand); }

.email-cta .btn-wrap,
.cta-form .btn-wrap { margin: 5px; justify-self: end; }
.email-cta .email-btn,
.cta-form .email-btn { width: 100%; }

.site-header .header-signup-wrap { margin: 0; }
.site-header .header-signup-btn { background: var(--brand) !important; color: #ffffff !important; }
.site-header .header-signup-wrap:hover .header-signup-btn { background: var(--brand-dark) !important; }
.site-header .mobile-menu-toggle,
.site-header .mobile-menu { display: none; }
.site-header--home:not(.is-scrolled):not(.menu-open) {
  --header-accent: #ffffff;
  --header-accent-hover: rgba(255,255,255,0.92);
  --header-button-text: var(--brand);
}
.site-header--home:not(.is-scrolled):not(.menu-open) .brand-logo {
  filter: brightness(0) invert(1);
}
.site-header--home:not(.is-scrolled):not(.menu-open) .header-signup-btn {
  background: #ffffff !important;
  color: var(--brand) !important;
}
.site-header--home:not(.is-scrolled):not(.menu-open) .mobile-menu-toggle {
  border-color: #ffffff;
  color: #ffffff;
}

/* ─── HEADER ──────────────────────────────────────────── */
.site-header {
  --text: #0f172a;
  --muted: rgba(15,23,42,0.72);
  --brand: #ec4f27;
  --brand-soft: rgba(236,79,39,0.12);
  --dark-blue: #1b2a4a;
  --header-max: 1400px;
  --header-h: 68px;
  --sans: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dynapuff: "DynaPuff", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --radius: 18px;
  --border: rgba(15,23,42,0.12);
  --header-accent: var(--brand);
  --header-accent-hover: var(--dark-blue);
  --header-button-text: #ffffff;

  position: fixed; top: 0; left: 0; right: 0;
  height: var(--header-h); z-index: 200;
  background: transparent; border-bottom: 0; box-shadow: none;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  transition: background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,0.44);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}
.site-header.is-scrolled.on-dark { background: rgba(15,23,42,0.20); }
.site-header.on-dark {
  --header-accent: #ffffff;
  --header-accent-hover: rgba(255,255,255,0.92);
  --header-button-text: #1b2a4a;
}

.header-inner {
  max-width: var(--header-max); height: 100%; margin: 0 auto; padding: 0 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.header-layout {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 18px; width: 100%;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { height: 20px; width: auto; display: block; transition: filter 180ms ease; }
.site-header.on-dark .brand-logo { filter: brightness(0) invert(1); }

.nav { display: inline-flex; align-items: center; gap: 22px; }
.nav-center { justify-self: center; }
.nav.nav-center { gap: 44px; }
.nav-right { justify-self: end; }

/* Override legacy global nav styles that conflict with site-header */
.site-header nav.nav-center {
  position: static; inset: auto; height: auto; padding: 0;
  background: transparent; backdrop-filter: none; border-bottom: 0;
  box-shadow: none; display: inline-flex; align-items: center;
  justify-content: center; width: auto; z-index: auto;
}
.site-header .header-layout { position: relative; }
.site-header .nav.nav-right { justify-self: end; display: inline-flex; align-items: center; gap: 22px; }
.header-demo-link { display: inline-flex; }

.nav-link {
  position: relative; display: inline-block;
  text-decoration: none !important; color: var(--header-accent);
  font-family: var(--sans); font-size: 15px; font-weight: 600;
  letter-spacing: 0.2px; line-height: 1.4; padding-bottom: 2px;
  vertical-align: middle;
  transition: transform 180ms ease, font-weight 180ms ease, color 180ms ease, font-family 180ms ease;
  will-change: transform;
}
.nav-link:hover { font-family: var(--dynapuff); font-weight: 700; color: var(--header-accent); transform: translateY(-4px); }
.nav-link:hover span { font-family: var(--dynapuff); font-weight: 700; }
.nav-link span { display: inline-block; transform-origin: 50% 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.nav-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--header-accent) 35%, transparent); outline-offset: 4px; border-radius: 10px; }

/* Bubble Button */
.button--bubble__container { position: relative; display: inline-block; }
.button {
  -webkit-font-smoothing: antialiased; border: none; user-select: none;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  transition: background-color 140ms ease, color 140ms ease, transform 120ms ease, font-family 180ms ease, font-weight 180ms ease;
}
.button--bubble {
  position: relative; z-index: 2;
  background: var(--header-accent, var(--brand)); color: var(--header-button-text, #ffffff);
  font-family: var(--sans); font-size: 15px; font-weight: 800; line-height: 1;
  padding: 14px 26px; border-radius: 14px;
}
.button--bubble,
.button--bubble:hover,
.button--bubble:focus,
.button--bubble:active { text-decoration: none !important; }
.button--bubble:hover {
  background: var(--header-accent-hover, var(--brand-dark));
  color: var(--header-button-text, #ffffff);
  font-family: var(--dynapuff); transform: translateY(-2px);
}
.button--bubble:active { transform: translateY(-1px) scale(0.96); }

.button--bubble__effect-container {
  position: absolute; display: block; width: 200%; height: 400%;
  top: -150%; left: -50%;
  filter: url("#goo"); -webkit-filter: url("#goo");
  pointer-events: none; z-index: 1;
}
.button--bubble__container .effect-button {
  position: absolute; width: 50%; height: 25%; top: 50%; left: 25%;
  transform: translateY(-50%);
  background: var(--header-accent, var(--brand)); border-radius: 16px;
}
.button--bubble__effect-container .circle {
  position: absolute; width: 22px; height: 22px;
  border-radius: 999px; background: var(--header-accent, var(--brand));
}
.button--bubble__effect-container .circle.top-left { top: 40%; left: 27%; }
.button--bubble__effect-container .circle.bottom-right { bottom: 40%; right: 27%; }
.button--bubble:hover + .button--bubble__effect-container .circle,
.button--bubble:hover + .button--bubble__effect-container .effect-button { background: var(--header-accent-hover, var(--brand-dark)); }

.goo { position: absolute; visibility: hidden; width: 1px; height: 1px; }

@media (max-width: 640px) { .nav.nav-center { gap: 20px; } }

@media (max-width: 900px) {
  body.mobile-menu-open { overflow: hidden; }

  .site-header {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.is-scrolled,
  .site-header.is-scrolled.on-dark,
  .site-header.on-dark {
    box-shadow: none;
  }

  .site-header.menu-open,
  .site-header.menu-open.is-scrolled,
  .site-header.menu-open.is-scrolled.on-dark,
  .site-header.menu-open.on-dark {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header.menu-open .brand-logo {
    filter: none;
  }

  .header-inner {
    padding: 0 16px;
  }

  .header-layout {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .nav-center,
  .header-demo-link {
    display: none !important;
  }

  .site-header .nav.nav-right {
    gap: 10px;
  }

  .site-header .header-signup-btn {
    padding: 10px 16px;
    font-size: 0.82rem;
  }

  .site-header .mobile-menu-toggle {
    width: 46px;
    height: 42px;
    padding: 0 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 2px solid var(--brand);
    border-radius: 10px;
    background: transparent;
    color: var(--brand);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  .site-header .mobile-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .site-header .mobile-menu-toggle:hover {
    box-shadow: 0 6px 18px rgba(217, 79, 43, 0.16);
    transform: translateY(-1px);
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    padding: 0 0 20px;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    border: 0;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    overflow: hidden;
  }

  .site-header .mobile-menu[hidden] {
    display: none;
  }

  .site-header nav.mobile-menu-links {
    position: static;
    inset: auto;
    z-index: auto;
    height: auto;
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
  }

  .mobile-menu-links {
    display: grid;
  }

  .mobile-menu-link {
    display: block;
    padding: 18px 32px;
    text-decoration: none;
    color: #161616;
    font-size: 0.92rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(22, 22, 22, 0.14);
  }

  .mobile-menu-link:first-child {
    border-top: 1px solid rgba(22, 22, 22, 0.14);
    margin-top: 0;
  }

  .mobile-menu-link:hover,
  .mobile-menu-link:focus-visible {
    color: var(--brand);
  }

  .mobile-menu-demo-wrap {
    display: block;
    margin: 18px 24px 0;
    width: auto;
  }

  .mobile-menu-demo-wrap::after {
    display: none;
  }

  .mobile-menu-demo-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 10px;
    background: var(--brand) !important;
    color: #ffffff !important;
  }

  .mobile-menu-demo-wrap:hover .mobile-menu-demo-btn {
    background: var(--brand-dark) !important;
    border-radius: 10px;
    border-color: transparent;
  }
}

/* ─── LEGACY GLOBAL NAV (index.html only) ─────────────── */
/* This `nav {}` rule is only active for the old `<nav>` element on index.html
   (not .site-header nav, which is overridden above) */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; background: rgba(255,255,255,0.88);
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--border);
  transition: background 160ms ease;
}
.nav-logo {
  font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
  color: var(--text); text-decoration: none; display: flex; align-items: center; gap: 9px;
}
.nav-logo-mark {
  width: 30px; height: 30px; background: var(--brand);
  border-radius: 8px 8px 8px 2px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 15px; font-weight: 800;
}
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; }
.nav-links a:not(.email-btn) { text-decoration: none; color: var(--text); font-weight: 600; font-size: 0.875rem; opacity: 0.7; transition: opacity 0.15s; }
.nav-links a:not(.email-btn):hover { opacity: 1; }

/* ─── HERO (index.html) ───────────────────────────────── */
.hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr;
  align-items: center; justify-items: center; padding: 128px 40px 96px;
  text-align: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 520px at 50% 8%, rgba(255,255,255,0.24), transparent 60%),
    linear-gradient(180deg, #D94F2B 0%, #F47A4F 42%, #FFF2EC 76%, #FFFFFF 100%);
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0; max-width: 760px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.18); color: white;
  padding: 7px 13px; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em;
  margin-bottom: 22px; width: fit-content;
}
.eyebrow-dot { width: 6px; height: 6px; background: white; border-radius: 50%; }
.hero-title { font-size: clamp(2.8rem, 6vw, 5.4rem); font-weight: 800; line-height: 0.98; letter-spacing: -0.055em; color: white; margin-bottom: 20px; text-wrap: balance; }
.hero-sub { font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,0.82); max-width: 640px; margin-bottom: 36px; text-wrap: balance; }

.email-cta {
  display: grid; grid-template-columns: 1fr auto;
  max-width: 520px; background: white; border: 1.5px solid var(--border);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07); margin-bottom: 14px; align-items: center;
}
.email-input { border: none; outline: none; padding: 14px 16px; font-family: var(--sans); font-size: 0.92rem; color: var(--text); background: transparent; width: 100%; }
.email-input::placeholder { color: var(--muted); }

.hero-aux { font-size: 0.82rem; font-weight: 700; color: rgba(255,255,255,0.9); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
.hero-aux:hover { color: white; }

.hero-image-wrap { position: relative; width: min(1120px, 100%); display: flex; align-items: center; justify-content: center; padding: 56px 0 0; }
.hero-img { width: 100%; max-width: 1040px; height: auto; border-radius: 28px; display: block; box-shadow: 0 34px 100px rgba(15,37,128,0.22); }
.hero-img-placeholder { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 520px; aspect-ratio: 4/3; border-radius: 24px; border: 2px dashed rgba(15,37,128,0.15); background: rgba(255,255,255,0.6); text-align: center; padding: 40px; }
.hero-img-placeholder p { font-size: 1rem; font-weight: 700; color: rgba(15,37,128,0.4); }
.hero-img-placeholder span { font-size: 0.78rem; color: rgba(22,22,22,0.35); }
.hero-img-placeholder code { background: rgba(15,37,128,0.07); padding: 2px 6px; border-radius: 4px; font-size: 0.75rem; }

.proof { margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.24); }
.proof-label { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.72); margin-bottom: 12px; letter-spacing: 0.02em; }
.proof-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.proof-pill { padding: 7px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.28); font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.86); background: rgba(255,255,255,0.12); }

/* ─── HOW IT WORKS (index.html) ───────────────────────── */
.how-section { background: var(--brand-dark); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; overflow: hidden; }
.step-card { padding: 40px 32px; border-right: 1px solid rgba(255,255,255,0.10); transition: background 0.22s; cursor: default; }
.step-card:last-child { border-right: none; }
.step-card:nth-child(1):hover { background: rgba(217,79,43,0.25); }
.step-card:nth-child(2):hover { background: rgba(123,159,204,0.2); }
.step-card:nth-child(3):hover { background: rgba(222,172,156,0.18); }
.step-num { font-size: 3.5rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: rgba(255,255,255,0.08); display: block; margin-bottom: 18px; }
.step-icon { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.18); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; background: rgba(255,255,255,0.06); }
.step-icon svg { width: 22px; height: 22px; stroke: rgba(255,255,255,0.75); stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; color: white; margin-bottom: 10px; }
.step-card p { font-size: 0.9rem; line-height: 1.65; color: rgba(255,255,255,0.5); }

/* ─── FEATURES (index.html) ──────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; background: white; transition: box-shadow 0.2s, transform 0.18s; position: relative; overflow: hidden; }
.feature-card:hover { box-shadow: 0 12px 40px rgba(22,22,22,0.09); transform: translateY(-3px); }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon svg { width: 21px; height: 21px; stroke-width: 1.75; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; color: var(--text); margin-bottom: 8px; }
.feature-card p { font-size: 0.875rem; line-height: 1.65; color: var(--muted); }
.feature-badge { position: absolute; top: 14px; right: 14px; background: var(--brand); color: white; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 99px; }

/* ─── DEMO SECTION (index.html) ──────────────────────── */
.demo-section { background: linear-gradient(160deg,#f8f0ee 0%,#eff2f9 60%,#f8f4f2 100%); padding: 96px 40px 112px; }
.demo-header { text-align: center; max-width: 640px; margin: 0 auto 80px; }
.demo-header h2 { margin-bottom: 12px; }
.demo-header .section-sub { max-width: 100%; margin-bottom: 0; }

.demo-row {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px;
  align-items: center; padding: 56px 0; border-top: 1px solid rgba(22,22,22,0.08);
}
.demo-row:first-of-type { border-top: none; padding-top: 0; }
.demo-row--flip { grid-template-columns: 1.1fr 1fr; }

.demo-row-num { font-size: 3.5rem; font-weight: 800; letter-spacing: -0.05em; line-height: 1; color: rgba(22,22,22,0.06); margin-bottom: 10px; }
.demo-row-copy h3 { font-size: clamp(1.3rem,2vw,1.75rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: var(--text); margin-bottom: 14px; }
.demo-row-copy p { font-size: 0.95rem; line-height: 1.7; color: var(--muted); margin-bottom: 22px; }
.demo-bullets { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.demo-bullets li { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 600; color: var(--text); }
.demo-bullet-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.demo-kicker { color: var(--brand-dark); }
.demo-kicker::before { background: var(--brand-dark); }

/* Browser mock */
.browser { background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 24px 80px rgba(22,22,22,0.12); overflow: hidden; }
.browser-bar { background: #f5f5f5; padding: 12px 16px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 7px; }
.b-dot { width: 11px; height: 11px; border-radius: 50%; }
.b-r { background: #FF5F57; } .b-y { background: #FEBC2E; } .b-g { background: #28C840; }
.b-bar { flex: 1; margin-left: 8px; background: white; border: 1px solid var(--border); border-radius: 6px; height: 24px; display: flex; align-items: center; padding: 0 10px; font-size: 0.7rem; color: var(--muted); font-weight: 500; }
.browser-body { padding: 20px; }
.db-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.db-title { font-size: 0.9rem; font-weight: 700; }
.db-tag { background: #e8f5ee; color: #1a8a4a; font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(26,138,74,0.2); }
.db-patient { display: flex; align-items: center; gap: 12px; padding: 12px; background: #fafafa; border-radius: 12px; border: 1px solid var(--border); margin-bottom: 16px; }
.db-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.db-avatar svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.db-name { font-weight: 700; font-size: 0.88rem; }
.db-sub { font-size: 0.7rem; color: var(--muted); margin-top: 1px; }
.db-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 16px; }
.db-stat { border: 1px solid var(--border); border-radius: 10px; padding: 10px; text-align: center; }
.db-stat-num { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; color: var(--brand-dark); display: block; line-height: 1; }
.db-stat-lbl { font-size: 0.62rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 3px; }
.db-bars h4 { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 10px; }
.db-bar-row { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.db-bar-lbl { font-size: 0.73rem; font-weight: 600; width: 40px; color: var(--muted); }
.db-bar-track { flex: 1; height: 8px; background: #F0F0F0; border-radius: 99px; overflow: hidden; }
.db-bar-fill { height: 100%; border-radius: 99px; }
.db-bar-val { font-size: 0.68rem; font-weight: 700; color: var(--muted); width: 26px; text-align: right; }

/* ─── PRICING (index.html) ────────────────────────────── */
.pricing-head { text-align: center; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 26px; background: white; position: relative; transition: box-shadow 0.2s, transform 0.18s; }
.price-card:not(.pc-featured):hover { box-shadow: 0 12px 40px rgba(22,22,22,0.09); transform: translateY(-3px); }
.pc-featured { background: var(--brand-dark); border-color: transparent; box-shadow: 0 20px 60px rgba(15,37,128,0.22); transform: translateY(-8px); }
.pc-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand); color: white; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; white-space: nowrap; }
.pc-name { font-size: 0.9rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.pc-featured .pc-name { color: white; }
.pc-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 18px; line-height: 1.5; }
.pc-featured .pc-desc { color: rgba(255,255,255,0.55); }
.pc-amount { font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; color: var(--text); line-height: 1; }
.pc-featured .pc-amount { color: white; }
.pc-period { font-size: 0.8rem; color: var(--muted); margin-top: 4px; margin-bottom: 20px; }
.pc-featured .pc-period { color: rgba(255,255,255,0.45); }
.pc-divider { height: 1px; background: var(--border); margin-bottom: 18px; }
.pc-featured .pc-divider { background: rgba(255,255,255,0.12); }
.pc-features { list-style: none; margin-bottom: 20px; }
.pc-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.86rem; padding: 6px 0; border-bottom: 1px solid rgba(22,22,22,0.05); color: var(--text); font-weight: 500; line-height: 1.4; }
.pc-featured .pc-features li { color: rgba(255,255,255,0.8); border-bottom-color: rgba(255,255,255,0.08); }
.pc-check { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; background: var(--blue-mid); border-radius: 5px; display: flex; align-items: center; justify-content: center; }
.pc-check svg { width: 10px; height: 10px; stroke: white; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.pc-featured .pc-check { background: var(--rose); }
.pc-featured .pc-check svg { stroke: var(--brand-dark); }

/* ─── CTA SECTION (index.html) ───────────────────────── */
.cta-section { background: var(--brand); padding: 96px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: 'NUVO'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 22vw; font-weight: 800; letter-spacing: -0.05em; color: rgba(0,0,0,0.06); white-space: nowrap; pointer-events: none; line-height: 1; }
.cta-inner { position: relative; z-index: 2; }
.cta-inner h2 { color: white; font-size: clamp(2.2rem,5vw,4.5rem); margin-bottom: 12px; }
.cta-inner p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 36px; }
.cta-form { display: inline-grid; grid-template-columns: 1fr auto; max-width: 520px; width: 100%; background: white; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.18); border: 1.5px solid rgba(255,255,255,0.3); align-items: center; }
.cta-input { border: none; outline: none; padding: 14px 16px; font-family: var(--sans); font-size: 0.92rem; color: var(--text); background: transparent; }
.cta-input::placeholder { color: var(--muted); }

/* ─── FOOTER ──────────────────────────────────────────── */
footer { background: #0b1220; color: rgba(255,255,255,0.9); padding: 56px 40px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 20px; margin-bottom: 40px; }
.footer-brand-name { height: 18px; width: auto; display: block; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-brand-text { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.65; }
.footer-col-head { font-weight: 700; font-size: 0.82rem; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.88rem; margin-bottom: 9px; transition: color 0.15s; }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-mini-links { display: flex; gap: 16px; }
.footer-mini-links a { color: rgba(255,255,255,0.3); text-decoration: none; font-size: 0.78rem; transition: color 0.15s; }
.footer-mini-links a:hover { color: rgba(255,255,255,0.7); }

/* ─── WHAT IS NUVO (index.html) ───────────────────────── */
.what-section { background: #ffffff; padding: 96px 40px; border-bottom: 1px solid var(--border); }
.what-copy .kicker { color: var(--brand); margin-bottom: 16px; }
.what-copy h2 { font-size: clamp(2rem,3.2vw,3.2rem); margin-bottom: 18px; }
.what-copy .lead { font-size: 1.02rem; line-height: 1.7; color: var(--muted); margin-bottom: 20px; max-width: 760px; }
.what-copy .what-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.9rem; font-weight: 700; color: var(--brand);
  text-decoration: none; border-bottom: 2px solid rgba(217,79,43,0.25);
  padding-bottom: 2px; transition: border-color 0.15s;
}
.what-copy .what-cta:hover { border-color: var(--brand); }
.what-copy .what-cta svg { transition: transform 0.18s; }
.what-copy .what-cta:hover svg { transform: translateX(3px); }
.what-copy--center { text-align: center; margin: 0 auto 48px; }
.what-copy--center .lead { margin-left: auto; margin-right: auto; }
.what-copy--center .what-cta { justify-content: center; }

.what-bridge { display: grid; grid-template-columns: minmax(220px,1fr) minmax(320px,430px) minmax(220px,1fr); align-items: center; gap: 28px; }
.bridge-visual { display: flex; justify-content: center; }
.bridge-photo { position: relative; width: 100%; max-width: 320px; min-height: 400px; }
.bridge-photo img { width: 100%; height: 100%; min-height: 400px; display: block; object-fit: cover; }
.bridge-photo-placeholder { position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px; text-align: center; color: rgba(15,37,128,0.42); }
.bridge-photo-placeholder span { font-size: 0.9rem; font-weight: 800; }
.bridge-photo-placeholder code { background: rgba(15,37,128,0.06); color: rgba(15,37,128,0.5); padding: 4px 8px; border-radius: 8px; font-size: 0.78rem; }

.what-facts { display: grid; grid-template-columns: 1fr; gap: 16px; }
.what-facts--bridge { position: relative; }
.what-facts--bridge::before {
  content: ""; position: absolute; left: -22px; right: -22px; top: 50%; height: 1px;
  background: linear-gradient(90deg, rgba(217,79,43,0.14), rgba(113,90,214,0.18), rgba(217,79,43,0.14));
  z-index: 0;
}
.what-fact {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.9); border: 1px solid var(--border);
  border-radius: 18px; padding: 24px 22px; transition: box-shadow 0.2s, transform 0.18s;
}
.what-fact:hover { box-shadow: 0 10px 36px rgba(15,37,128,0.08); transform: translateY(-3px); }
.what-fact:nth-child(1) { border-top: 3px solid var(--brand); }
.what-fact:nth-child(2) { border-top: 3px solid var(--brand-dark); }
.what-fact:nth-child(3) { border-top: 3px solid var(--blue-mid); }
.what-fact:nth-child(4) { border-top: 3px solid var(--rose); }
.what-fact-icon { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.what-fact-icon svg { width: 19px; height: 19px; fill: none; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.what-fact h3 { font-size: 0.95rem; font-weight: 800; letter-spacing: -0.01em; color: var(--text); margin-bottom: 7px; }
.what-fact p { font-size: 0.82rem; line-height: 1.6; color: var(--muted); }
.what-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 72px; background: var(--border); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.what-stat { background: white; padding: 28px 32px; text-align: center; }
.what-stat-num { display: block; font-size: clamp(2rem,3.5vw,3rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--brand-dark); margin-bottom: 6px; }
.what-stat-num .accent { color: var(--brand); }
.what-stat-lbl { font-size: 0.82rem; color: var(--muted); font-weight: 600; line-height: 1.4; }

/* ─── SCREENSHOT FRAMES ───────────────────────────────── */
.screen-card { background: white; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 12px 40px rgba(22,22,22,0.09); overflow: hidden; transition: box-shadow 0.2s, transform 0.18s; }
.screen-card:hover { box-shadow: 0 20px 60px rgba(22,22,22,0.13); transform: translateY(-4px); }
.screen-bar { background: #f5f5f5; padding: 10px 14px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 6px; }
.screen-bar .b-dot { width: 10px; height: 10px; border-radius: 50%; }
.screen-bar .b-url { flex: 1; margin-left: 6px; background: white; border: 1px solid var(--border); border-radius: 5px; height: 20px; display: flex; align-items: center; padding: 0 8px; font-size: 0.62rem; color: var(--muted); font-weight: 500; }
.screen-label { padding: 10px 14px 8px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--border); }
.screen-frame { position: relative; width: 100%; aspect-ratio: 16/10; background: #f0f2f8; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.screen-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.screen-frame-placeholder { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; text-align: center; width: 100%; height: 100%; position: absolute; inset: 0; }
.screen-frame-placeholder svg { opacity: 0.2; }
.screen-frame-placeholder p { font-size: 0.75rem; font-weight: 700; color: rgba(15,37,128,0.35); margin: 0; }
.screen-frame-placeholder span { font-size: 0.65rem; color: rgba(22,22,22,0.25); }
.screen-frame-placeholder code { background: rgba(15,37,128,0.06); padding: 2px 5px; border-radius: 3px; font-size: 0.62rem; }

/* ─── DINO / APP SHOWCASE (index.html) ───────────────── */
.dino-section { position: relative; overflow: hidden; padding: 0; min-height: 100vh; height: 100vh; display: flex; flex-direction: column; }
.dino-sky { position: absolute; inset: 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.dino-sun { position: absolute; top: 40px; right: 130px; width: 72px; height: 72px; background: #FFE566; border-radius: 50%; box-shadow: 0 0 0 14px rgba(255,229,102,0.22), 0 0 0 30px rgba(255,229,102,0.10); animation: sunPulse 5s ease-in-out infinite; }
@keyframes sunPulse {
  0%,100% { box-shadow: 0 0 0 14px rgba(255,229,102,0.22), 0 0 0 30px rgba(255,229,102,0.10); }
  50%      { box-shadow: 0 0 0 22px rgba(255,229,102,0.18), 0 0 0 42px rgba(255,229,102,0.07); }
}
.dino-cloud { position: absolute; background: white; border-radius: 999px; opacity: 0.9; }
.dino-cloud::before, .dino-cloud::after { content: ''; position: absolute; background: white; border-radius: 50%; }
.cloud-1 { width: 120px; height: 36px; top: 58px; left: 7%; animation: drift 20s ease-in-out infinite alternate; }
.cloud-1::before { width: 58px; height: 52px; bottom: 10px; left: 14px; }
.cloud-1::after  { width: 44px; height: 44px; bottom: 12px; left: 52px; }
.cloud-2 { width: 85px; height: 26px; top: 95px; left: 38%; animation: drift 26s ease-in-out infinite alternate 5s; }
.cloud-2::before { width: 42px; height: 38px; bottom: 7px; left: 10px; }
.cloud-2::after  { width: 32px; height: 32px; bottom: 8px; left: 36px; }
.cloud-3 { width: 68px; height: 21px; top: 48px; right: 20%; animation: drift 22s ease-in-out infinite alternate 2s; }
.cloud-3::before { width: 34px; height: 30px; bottom: 6px; left: 8px; }
.cloud-3::after  { width: 26px; height: 26px; bottom: 7px; left: 28px; }
@keyframes drift { from { transform: translateX(-30px); } to { transform: translateX(30px); } }

.dino-content { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; height: 100%; max-width: 1160px; margin: 0 auto; padding: 56px 40px; gap: 40px; width: 100%; }
.dino-character-wrap { display: flex; align-items: flex-end; justify-content: center; position: relative; }
.dino-speech-bubble { position: absolute; top: 10px; right: -10px; background: white; border-radius: 18px; padding: 14px 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.13); max-width: 220px; font-weight: 700; font-size: 0.85rem; line-height: 1.45; color: var(--text); animation: bobBubble 3.5s ease-in-out infinite; }
.bubble-tail { position: absolute; bottom: -10px; left: 28px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid white; }
.bubble-highlight { color: var(--brand); font-weight: 800; }
@keyframes bobBubble { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.spriggy-img { width: 145%; max-width: none; height: auto; transform: translateY(18%); transform-origin: bottom center; animation: spriggyWiggle 4s ease-in-out infinite; filter: drop-shadow(0 16px 32px rgba(0,0,0,0.18)); }
@keyframes spriggyWiggle {
  0%,100% { transform: translateY(18%) rotate(-1deg); }
  30%     { transform: translateY(14%) rotate(1.2deg); }
  70%     { transform: translateY(16%) rotate(-1.5deg); }
}
.dino-copy { background: white; border-radius: 24px; padding: 34px; box-shadow: 0 24px 80px rgba(0,0,0,0.13); }
.dino-kicker { display: inline-flex; align-items: center; gap: 7px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #3A9C42; margin-bottom: 12px; }
.dino-kicker::before { content: ''; width: 18px; height: 2.5px; background: #3A9C42; border-radius: 2px; }
.dino-copy h2 { font-size: clamp(1.5rem,2.4vw,2.2rem); margin-bottom: 10px; }
.dino-copy > p { font-size: 0.93rem; line-height: 1.7; color: var(--muted); margin-bottom: 22px; }
.dino-features { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 26px; }
.dino-feat { display: flex; align-items: flex-start; gap: 9px; padding: 11px; background: #F5FCF5; border-radius: 11px; border: 1px solid rgba(58,156,66,0.12); }
.dino-feat-icon { width: 30px; height: 30px; flex-shrink: 0; background: #E3F5E4; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.dino-feat-icon svg { width: 15px; height: 15px; stroke: #3A9C42; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.dino-feat-title { font-size: 0.8rem; font-weight: 700; color: var(--text); line-height: 1.3; }
.dino-feat-sub { font-size: 0.72rem; color: var(--muted); margin-top: 2px; line-height: 1.4; }
.dino-cta-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.dino-ground { display: none; }
.dino-title-row { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.dino-title-row h2 { margin: 0; }
.appicon-frame { width: 64px; height: 64px; flex-shrink: 0; border-radius: 16px; background: rgba(255,255,255,0.92); border: 1px solid rgba(22,22,22,0.12); box-shadow: 0 10px 28px rgba(0,0,0,0.10); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.appicon-placeholder { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.a-ph-title { font-weight: 900; font-size: 1.05rem; letter-spacing: -0.02em; }
.a-ph-sub { margin-top: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.65); }
.a-ph-sub code { background: rgba(255,255,255,0.10); padding: 2px 6px; border-radius: 8px; }

@media (max-width: 900px) {
  .dino-section { height: auto; min-height: 100vh; }
  .dino-content { grid-template-columns: 1fr; padding: 48px 20px; }
  .dino-character-wrap { min-height: 260px; height: 420px; z-index: 1; }
  .spriggy-img {
    position: relative;
    z-index: 1;
    width: 100%;
    animation: spriggyWiggleMobile 4s ease-in-out infinite;
  }
  .dino-speech-bubble {
    z-index: 2;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  @keyframes spriggyWiggleMobile {
    0%,100% { transform: translateY(42%) rotate(-1deg); }
    30%     { transform: translateY(38%) rotate(1.2deg); }
    70%     { transform: translateY(40%) rotate(-1.5deg); }
  }
  .dino-copy {
    position: relative;
    z-index: 3;
  }
}

/* ─── RESPONSIVE (index.html) ─────────────────────────── */
@media (max-width: 960px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 116px 20px 72px; }
  .hero-copy { padding: 0; }
  .hero-image-wrap { min-height: auto; padding: 36px 0 0; }
  .hero-img, .hero-img-placeholder { max-width: 100%; }
  .section { padding: 64px 20px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .step-card:last-child { border-bottom: none; }
  .features-grid, .price-grid { grid-template-columns: 1fr; }
  .demo-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-section { padding: 72px 20px; }
  .what-copy--center { margin-bottom: 36px; }
  .what-bridge { grid-template-columns: 1fr; gap: 22px; }
  .bridge-photo { max-width: 460px; min-height: 320px; }
  .bridge-photo img { min-height: 320px; }
  .what-facts--bridge::before { display: none; }
  .what-stats { grid-template-columns: 1fr; }
  .demo-row { grid-template-columns: 1fr; gap: 32px; }
  .demo-row--flip { grid-template-columns: 1fr; }
  .demo-row--flip .demo-row-copy { order: -1; }
  .demo-row--flip .screen-card { order: 0; }
}
@media (max-width: 560px) {
  .what-section { padding: 80px 20px; }
  .what-copy .lead { font-size: 0.96rem; }
  .bridge-photo { min-height: 260px; }
  .bridge-photo img { min-height: 260px; }
  .what-fact { padding: 20px 18px; }
}

/* ─────────────────────────────────────────────
   PRICING PAGE
   ───────────────────────────────────────────── */
.pr-hero { padding: 140px 40px 80px; text-align: center; background: linear-gradient(160deg,#f8f0ee 0%,#eff2f9 60%,#f8f4f2 100%); }
.pr-hero h1 { font-size: clamp(2.6rem,5vw,4.5rem); font-weight: 800; letter-spacing: -0.04em; margin-bottom: 16px; }
.pr-hero h1 em { font-style: normal; color: var(--brand); }
.pr-hero p { font-size: 1.05rem; color: var(--muted); max-width: 520px; margin: 0 auto 40px; line-height: 1.75; }
.pr-toggle { display: inline-flex; background: white; border: 1px solid var(--border); border-radius: 30px; padding: 4px; gap: 4px; }
.pr-toggle-btn { padding: 7px 20px; border-radius: 24px; font-size: 0.82rem; font-weight: 700; cursor: pointer; border: none; background: transparent; color: var(--muted); font-family: var(--sans); transition: all 0.18s; }
.pr-toggle-btn.active { background: var(--brand-dark); color: white; }
.pr-save-badge { display: inline-block; background: var(--brand); color: white; font-size: 0.65rem; font-weight: 800; padding: 2px 8px; border-radius: 10px; margin-left: 6px; vertical-align: middle; }
.pr-section { padding: 72px 40px 96px; background: white; }
.pr-inner { max-width: 1200px; margin: 0 auto; }
.pr-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.pr-card { border: 1px solid var(--border); border-radius: 24px; padding: 36px 32px; background: white; transition: box-shadow 0.2s, transform 0.18s; position: relative; }
.pr-card:hover { box-shadow: 0 20px 64px rgba(22,22,22,0.1); transform: translateY(-3px); }
.pr-card.featured { background: var(--brand-dark); border-color: var(--brand-dark); }
.pr-card.featured .pr-plan-name,
.pr-card.featured .pr-amount,
.pr-card.featured .pr-period,
.pr-card.featured .pr-features li,
.pr-card.featured .pr-sub-head { color: white !important; }
.pr-card.featured .pr-billing-note,
.pr-card.featured .pr-plan-desc,
.pr-card.featured .pr-old-price { color: rgba(255,255,255,0.55) !important; }
.pr-card.featured .pr-divider { border-color: rgba(255,255,255,0.12); }
.pr-card.featured .pr-check svg { stroke: white; }
.pr-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand); color: white; font-size: 0.65rem; font-weight: 800; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.pr-plan-name { font-size: 1rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.pr-plan-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.6; margin-bottom: 22px; min-height: 52px; }
.pr-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.pr-amount { font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; color: var(--text); line-height: 1; }
.pr-period { font-size: 0.82rem; color: var(--muted); font-weight: 600; align-self: flex-end; padding-bottom: 4px; }
.pr-old-price { font-size: 0.8rem; color: var(--muted); text-decoration: line-through; text-decoration-thickness: 2px; margin: 2px 0 6px; }
.pr-old-price[hidden] { display: none; }
.pr-billing-note { font-size: 0.72rem; color: var(--muted); margin-bottom: 24px; min-height: 18px; }
.pr-divider { border: none; border-top: 1px solid var(--border); margin: 20px 0; }
.pr-sub-head { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; margin-top: 16px; }
.pr-features { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.pr-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.82rem; color: var(--text); line-height: 1.4; }
.pr-check { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.pr-check svg { width: 14px; height: 14px; stroke: var(--brand); }
.pr-feat-em { font-weight: 700; }
.pr-compare { padding: 0 40px 96px; background: white; }
.pr-compare h2 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; letter-spacing: -0.03em; text-align: center; margin-bottom: 48px; }
.pr-table { width: 100%; border-collapse: collapse; }
.pr-table th { font-size: 0.78rem; font-weight: 800; color: var(--text); padding: 10px 16px; text-align: center; background: #f8f9ff; }
.pr-table th:first-child { text-align: left; background: transparent; }
.pr-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.82rem; color: var(--text); text-align: center; }
.pr-table td:first-child { text-align: left; font-weight: 600; }
.pr-table tr:last-child td { border-bottom: none; }
.pr-table .check { color: var(--brand); }
.pr-table .dash { color: var(--border); }
.pr-table .section-row td { background: #f8f9ff; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); padding: 8px 16px; }
.pr-table th.featured-col { background: var(--brand-dark); color: white; border-radius: 8px 8px 0 0; }
.pr-table td.featured-col { background: rgba(15,37,128,0.04); }
.pr-enterprise { background: var(--brand-dark); color: white; padding: 96px 40px; }
.pr-ent-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pr-ent-copy h2 { font-size: clamp(2rem,3.5vw,3rem); font-weight: 800; letter-spacing: -0.03em; color: white; margin-bottom: 16px; }
.pr-ent-copy p { font-size: 0.98rem; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 28px; }
.pr-ent-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pr-ent-feat { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 20px; }
.pr-ent-feat h4 { font-size: 0.85rem; font-weight: 800; color: white; margin-bottom: 5px; }
.pr-ent-feat p { font-size: 0.75rem; color: rgba(255,255,255,0.5); line-height: 1.55; margin: 0; }
.pr-faq { padding: 80px 40px; background: #f8f9ff; }
.pr-faq-inner { max-width: 760px; margin: 0 auto; }
.pr-faq h2 { font-size: clamp(1.8rem,3vw,2.4rem); font-weight: 800; text-align: center; margin-bottom: 48px; letter-spacing: -0.03em; }
.pr-faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.pr-faq-item h4 { font-size: 0.92rem; font-weight: 800; margin-bottom: 7px; }
.pr-faq-item p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }
.enterprise-header { color: white; }

@media (max-width: 900px) {
  .pr-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .pr-ent-grid { grid-template-columns: 1fr; gap: 48px; }
  .pr-ent-features { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   PARENTS PAGE
   ───────────────────────────────────────────── */
.p-hero { min-height: 100vh; background: var(--p-warm); display: flex; align-items: center; padding-top: 68px; position: relative; overflow: hidden; }
.p-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 80% 50%, rgba(217,79,43,0.07), transparent 60%), radial-gradient(ellipse 60% 80% at 10% 80%, rgba(123,159,204,0.1), transparent 55%); pointer-events: none; }
.p-hero-inner { max-width: 1160px; margin: 0 auto; padding: 60px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; width: 100%; }
.p-hero-copy h1 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(3.6rem,7vw,7rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.0; margin-bottom: 22px; color: #0F2580; }
.p-hero-copy h1 em { font-style: italic; color: #D94F2B; }
.p-hero-copy p { font-size: 1.25rem; line-height: 1.8; color: rgba(22,22,22,0.6); max-width: 680px; margin-bottom: 36px; }
.p-hero-visual { display: flex; flex-direction: column; gap: 16px; }
.p-hero-inner--centered { grid-template-columns: 1fr; justify-items: center; max-width: 1100px; }
.p-hero-copy--centered { text-align: center; align-items: center; }
.p-hero-copy--centered p { margin-left: auto; margin-right: auto; }
.p-hero-callout { display: inline-block; background: rgba(217,79,43,0.1); border: 1.5px solid rgba(217,79,43,0.25); color: #b33d20; border-radius: 40px; padding: 16px 32px; font-size: 1.05rem; font-weight: 700; margin-top: 8px; }
.p-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
.p-compare-col { border-radius: 20px; padding: 24px; }
.p-compare-before { background: #fff5f5; border: 1.5px solid rgba(220,50,50,0.15); }
.p-compare-after { background: #f0faf4; border: 1.5px solid rgba(58,156,66,0.2); }
.p-compare-label { font-size: 0.88rem; font-weight: 800; margin-bottom: 16px; color: var(--text); }
.p-compare-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.p-compare-list li { font-size: 0.82rem; line-height: 1.5; color: var(--text); padding-left: 20px; position: relative; }
.p-compare-before .p-compare-list li::before { content: '✕'; position: absolute; left: 0; font-size: 0.7rem; font-weight: 800; color: #e03535; top: 1px; }
.p-compare-after .p-compare-list li::before { content: '✓'; position: absolute; left: 0; font-size: 0.75rem; font-weight: 800; color: #3A9C42; top: 1px; }

.p-section { padding: 96px 40px; }
.p-helps { background: white; }
.p-helps-head { text-align: center; margin-bottom: 64px; }
.p-helps-head h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.2rem,4vw,4rem); font-weight: 800; color: #0F2580; letter-spacing: -0.03em; margin-bottom: 14px; }
.p-helps-head p { font-size: 1rem; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.p-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.p-benefit { border-radius: 24px; padding: 36px 30px; border: 1px solid transparent; transition: transform 0.2s, box-shadow 0.2s; }
.p-benefit:hover { transform: translateY(-4px); box-shadow: 0 16px 56px rgba(22,22,22,0.10); }
.p-benefit:nth-child(1), .p-benefit:nth-child(5) { background: #FFF8F3; border-color: rgba(217,79,43,0.12); }
.p-benefit:nth-child(2), .p-benefit:nth-child(6) { background: #F0FAF4; border-color: rgba(58,156,66,0.12); }
.p-benefit:nth-child(3), .p-benefit:nth-child(4) { background: #F0F6FF; border-color: rgba(15,37,128,0.1); }
.p-benefit-icon { width: 52px; height: 52px; border-radius: 16px; background: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.p-benefit-icon svg { width: 24px; height: 24px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.p-benefit h3 { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; color: var(--text); }
.p-benefit p { font-size: 0.88rem; line-height: 1.65; color: var(--muted); }

.p-how { background: #0F2580; color: white; }
.p-how h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2rem,3.5vw,3.5rem); font-weight: 800; color: white; letter-spacing: -0.03em; margin-bottom: 14px; }
.p-how > .p-inner > p { color: rgba(255,255,255,0.6); font-size: 1rem; max-width: 480px; margin-bottom: 64px; line-height: 1.7; }
.p-timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 32px; }
.p-tl-step { text-align: center; }
.p-tl-num { width: 56px; height: 56px; border-radius: 50%; background: #D94F2B; color: white; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 4px 20px rgba(217,79,43,0.35); }
.p-tl-step h4 { font-size: 0.92rem; font-weight: 800; color: white; margin-bottom: 7px; }
.p-tl-step p { font-size: 0.78rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

.p-spriggy { background: white; overflow: hidden; }
.p-spriggy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.p-spriggy-copy h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2rem,3.2vw,3rem); font-weight: 800; color: #0F2580; letter-spacing: -0.03em; margin-bottom: 16px; }
.p-spriggy-copy p { font-size: 0.98rem; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.p-spriggy-img-wrap { display: flex; align-items: flex-end; justify-content: center; height: 420px; overflow: hidden; }
.p-spriggy-img-wrap img { height: 100%; width: auto; object-fit: contain; object-position: bottom; }

.p-safety { background: #FFF8F3; }
.p-safety-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.p-safety-copy h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 800; color: #0F2580; letter-spacing: -0.03em; margin-bottom: 16px; }
.p-safety-copy p { font-size: 0.98rem; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
.p-safety-promises { display: flex; flex-direction: column; gap: 14px; }
.p-promise { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: white; border-radius: 16px; box-shadow: 0 4px 16px rgba(22,22,22,0.05); }
.p-promise-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.p-promise-icon svg { width: 20px; height: 20px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.p-promise h4 { font-size: 0.88rem; font-weight: 800; color: var(--text); margin-bottom: 3px; }
.p-promise p { font-size: 0.78rem; color: var(--muted); line-height: 1.5; margin: 0; }

.p-faqs { background: #F0F6FF; }
.p-faqs h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 800; color: #0F2580; text-align: center; margin-bottom: 48px; letter-spacing: -0.03em; }
.p-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.p-faq { background: white; border-radius: 16px; padding: 22px 24px; border: 1px solid rgba(15,37,128,0.07); }
.p-faq h4 { font-size: 0.9rem; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.p-faq p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }

.p-cta { background: #D94F2B; padding: 96px 40px; text-align: center; }
.p-cta h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.2rem,4vw,3.8rem); font-weight: 800; color: white; letter-spacing: -0.03em; margin-bottom: 16px; }
.p-cta p { color: rgba(255,255,255,0.82); font-size: 1rem; margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.p-cta .email-btn { background: white; color: #D94F2B; }

@media (max-width: 900px) {
  .p-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .p-compare { grid-template-columns: 1fr; }
  .p-benefit-grid { grid-template-columns: 1fr 1fr; }
  .p-timeline { grid-template-columns: 1fr 1fr; }
  .p-safety-grid, .p-spriggy-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .p-benefit-grid, .p-timeline { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   THERAPISTS PAGE
   ───────────────────────────────────────────── */
.t-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-top: 68px; padding-left: 60px; overflow: hidden; background: radial-gradient(800px 600px at 5% 70%, rgba(15,37,128,0.07), transparent 60%), radial-gradient(600px 500px at 95% 15%, rgba(217,79,43,0.06), transparent 55%), #ffffff; }
.t-hero-inner { display: contents; }
.t-hero-copy { padding: 40px 72px 60px clamp(112px,8vw,168px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.t-hero-copy h1 { font-size: clamp(2.6rem,4vw,4.2rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; margin-bottom: 20px; }
.t-hero-copy h1 em { font-style: normal; color: var(--brand); }
.t-hero-copy p { font-size: 1.08rem; line-height: 1.75; color: var(--muted); max-width: 480px; margin-bottom: 36px; }
.t-hero-img-col { padding: 40px 0 0 0; display: flex; align-items: flex-start; justify-content: flex-start; overflow: visible; }
.t-hero-img { width: 120%; max-width: none; height: auto; border-radius: 18px 0 0 18px; box-shadow: -20px 20px 80px rgba(0,0,0,0.15); display: block; }
.t-browser { background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 24px 80px rgba(22,22,22,0.12); overflow: hidden; width: 100%; max-width: 540px; }
.t-browser-bar { background: #f5f5f5; padding: 10px 14px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 6px; }
.t-browser-bar .bd { width: 10px; height: 10px; border-radius: 50%; }
.t-browser-bar .bd-r { background: #ff5f57; } .t-browser-bar .bd-y { background: #febc2e; } .t-browser-bar .bd-g { background: #28c840; }
.t-browser-url { flex: 1; margin-left: 8px; background: white; border: 1px solid var(--border); border-radius: 5px; height: 22px; padding: 0 10px; font-size: 0.65rem; color: var(--muted); display: flex; align-items: center; font-weight: 500; }
.t-browser-screen { aspect-ratio: 16/10; background: #f0f4fb; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.t-browser-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.db-mock { padding: 20px; width: 100%; }
.db-mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.db-mock-title { font-size: 0.9rem; font-weight: 800; color: var(--text); }
.db-mock-tag { font-size: 0.65rem; font-weight: 700; background: #e8f5e9; color: #2e7d32; padding: 3px 8px; border-radius: 20px; }
.db-mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.db-mock-stat { background: #f8f9ff; border-radius: 10px; padding: 10px 8px; text-align: center; }
.db-mock-stat-n { font-size: 1.2rem; font-weight: 800; color: var(--brand-dark); }
.db-mock-stat-l { font-size: 0.6rem; color: var(--muted); font-weight: 600; }
.db-mock-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.db-mock-bar-lbl { font-size: 0.65rem; font-weight: 700; color: var(--muted); width: 30px; }
.db-mock-bar-track { flex: 1; height: 8px; background: #eee; border-radius: 4px; overflow: hidden; }
.db-mock-bar-fill { height: 100%; border-radius: 4px; }
.db-mock-bar-val { font-size: 0.65rem; font-weight: 700; color: var(--text); width: 28px; text-align: right; }
.t-trust-strip { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.t-trust-badge { display: flex; align-items: center; gap: 7px; background: rgba(15,37,128,0.05); border: 1px solid rgba(15,37,128,0.12); border-radius: 30px; padding: 6px 14px; font-size: 0.75rem; font-weight: 700; color: var(--brand-dark); }
.t-trust-badge svg { width: 14px; height: 14px; stroke: var(--brand-dark); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.t-section { padding: 96px 40px; }
.t-kicker { display: inline-flex; align-items: center; gap: 7px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.t-kicker::before { content: ''; width: 18px; height: 2.5px; background: var(--brand); border-radius: 2px; }
.t-section-head { margin-bottom: 64px; }
.t-section-head h2 { font-size: clamp(2rem,3.2vw,3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.t-section-head p { font-size: 1rem; color: var(--muted); line-height: 1.7; max-width: 560px; }
.t-section-head.centered { text-align: center; }
.t-section-head.centered p { margin: 0 auto; }
.t-feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 64px 0; border-top: 1px solid var(--border); }
.t-feat-row:first-of-type { border-top: none; padding-top: 0; }
.t-feat-num { font-size: 3rem; font-weight: 800; color: rgba(22,22,22,0.05); letter-spacing: -0.05em; line-height: 1; margin-bottom: 8px; }
.t-feat-copy h3 { font-size: clamp(1.4rem,2.2vw,1.9rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.t-feat-copy p { font-size: 0.95rem; line-height: 1.75; color: var(--muted); margin-bottom: 20px; }
.t-feat-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.t-feat-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.88rem; font-weight: 600; color: var(--text); }
.t-feat-list li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); flex-shrink: 0; margin-top: 5px; }
.t-feat-card { background: white; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 12px 48px rgba(22,22,22,0.08); overflow: hidden; }
.t-feat-card-inner { padding: 28px; }
.t-feat-card-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.ai-fb-mock { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.ai-fb-word { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--border); }
.ai-fb-phoneme { font-size: 1.1rem; font-weight: 800; color: var(--brand-dark); width: 36px; }
.ai-fb-bar-wrap { flex: 1; }
.ai-fb-bar-label { font-size: 0.6rem; font-weight: 700; color: var(--muted); margin-bottom: 4px; }
.ai-fb-bar-track { height: 7px; background: #eee; border-radius: 4px; overflow: hidden; }
.ai-fb-bar-fill { height: 100%; border-radius: 4px; }
.ai-fb-score { font-size: 0.8rem; font-weight: 800; color: var(--text); width: 36px; text-align: right; }
.ai-fb-tag { font-size: 0.58rem; font-weight: 700; padding: 2px 7px; border-radius: 10px; }
.ai-fb-tag.good { background: #e8f5e9; color: #2e7d32; }
.ai-fb-tag.warn { background: #fff3e0; color: #e65100; }
.ai-fb-tag.err  { background: #fce4ec; color: #c62828; }
.t-hipaa { background: #0F2580; color: white; padding: 96px 40px; }
.t-hipaa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1160px; margin: 0 auto; }
.t-hipaa h2 { font-size: clamp(2rem,3vw,2.8rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 16px; color: white; }
.t-hipaa p { font-size: 0.98rem; line-height: 1.75; color: rgba(255,255,255,0.65); margin-bottom: 28px; }
.t-hipaa .t-kicker { color: var(--brand); }
.t-hipaa .t-kicker::before { background: var(--brand); }
.hipaa-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hipaa-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 20px; }
.hipaa-card-icon { width: 38px; height: 38px; background: rgba(217,79,43,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.hipaa-card-icon svg { width: 18px; height: 18px; stroke: #D94F2B; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hipaa-card h4 { font-size: 0.85rem; font-weight: 800; color: white; margin-bottom: 5px; }
.hipaa-card p { font-size: 0.75rem; color: rgba(255,255,255,0.5); line-height: 1.55; margin: 0; }
.t-iep { background: #f8f9ff; padding: 96px 40px; }
.t-iep-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.iep-steps { display: flex; flex-direction: column; gap: 0; }
.iep-step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); }
.iep-step:last-child { border-bottom: none; }
.iep-step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: white; font-weight: 800; font-size: 0.85rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.iep-step-copy h4 { font-size: 0.92rem; font-weight: 800; margin-bottom: 4px; }
.iep-step-copy p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }
.iep-report-mock { background: white; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 16px 56px rgba(22,22,22,0.1); padding: 24px; }
.iep-report-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
.iep-report-title { font-size: 0.9rem; font-weight: 800; color: var(--text); }
.iep-report-date { font-size: 0.65rem; color: var(--muted); font-weight: 600; }
.iep-report-student { display: flex; align-items: center; gap: 10px; padding: 10px; background: #f8f9ff; border-radius: 10px; margin-bottom: 16px; }
.iep-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--brand-dark); display: flex; align-items: center; justify-content: center; }
.iep-avatar svg { width: 16px; height: 16px; fill: white; }
.iep-name { font-size: 0.82rem; font-weight: 800; color: var(--text); }
.iep-sub { font-size: 0.68rem; color: var(--muted); }
.iep-goals { margin-bottom: 16px; }
.iep-goals-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.iep-goal-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 0.75rem; }
.iep-goal-row:last-child { border-bottom: none; }
.iep-goal-name { font-weight: 700; color: var(--text); }
.iep-export-btn { width: 100%; padding: 9px; background: var(--brand-dark); color: white; border: none; border-radius: 8px; font-size: 0.78rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--sans); }
.t-screens { background: white; padding: 80px 40px; }
.t-screens-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.t-screen-card { background: white; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 8px 32px rgba(22,22,22,0.07); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.t-screen-card:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(22,22,22,0.12); }
.t-screen-bar { background: #f5f5f5; padding: 9px 12px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 5px; }
.t-screen-bar .bd { width: 9px; height: 9px; border-radius: 50%; }
.t-screen-frame { aspect-ratio: 16/10; background: #eef1f8; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.t-screen-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.t-screen-ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 20px; }
.t-screen-ph p { font-size: 0.7rem; font-weight: 700; color: rgba(15,37,128,0.4); margin: 0; }
.t-screen-ph code { font-size: 0.6rem; color: rgba(22,22,22,0.25); background: rgba(15,37,128,0.05); padding: 2px 5px; border-radius: 3px; }
.t-screen-label { padding: 10px 14px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--border); }
.t-cta { background: var(--brand); padding: 80px 40px; text-align: center; }
.t-cta h2 { font-size: clamp(2rem,3vw,3rem); font-weight: 800; letter-spacing: -0.03em; color: white; margin-bottom: 14px; }
.t-cta p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 36px; }
.t-cta .email-btn { background: white; color: var(--brand); }
.t-cta .btn-wrap:hover .email-btn { background: var(--brand-dark); color: white; }

@media (max-width: 900px) {
  .t-hero { grid-template-columns: 1fr; }
  .t-hero-inner { grid-template-columns: 1fr; }
  .t-hero-copy { padding: 60px 0 40px; }
  .t-hero-img-col { padding: 0 28px 60px; }
  .t-feat-row { grid-template-columns: 1fr; gap: 40px; }
  .t-hipaa-grid { grid-template-columns: 1fr; gap: 48px; }
  .t-iep-grid { grid-template-columns: 1fr; gap: 48px; }
  .t-screens-grid { grid-template-columns: 1fr; }
  .hipaa-cards { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────
   APP PAGE
   ───────────────────────────────────────────── */
.app-page h1, .app-page h2, .app-page h3 { font-family: 'Nunito', 'DM Sans', sans-serif; }

.a-hero {
  min-height: 100vh;
  background: linear-gradient(160deg,#0F2580 0%,#1a3aa8 40%,#2650cc 70%,#1a7abf 100%);
  position: relative; overflow: visible; display: flex; align-items: flex-start; padding-top: 68px;
}
.a-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle 2px at 15% 20%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(circle 2px at 55% 15%, rgba(255,217,61,0.6) 0%, transparent 100%),
    radial-gradient(circle 2px at 88% 28%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(circle 3px at 8% 80%, rgba(255,217,61,0.5) 0%, transparent 100%);
}
.a-hero-inner {
  max-width: 1600px; margin: 0 auto; padding: 76px 40px 0;
  display: flex; flex-direction: column; align-items: center;
  gap: 54px; width: 100%; position: relative; z-index: 1;
}
.a-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; padding: 6px 16px; font-size: 0.75rem; font-weight: 800; color: #FFD93D; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }
.a-hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; width: 100%; }
.a-hero-copy h1,
.a-hero-copy p,
.a-store-btns--center { max-width: 760px; }
.a-hero-copy h1 { font-size: clamp(2.8rem,5vw,5.2rem); font-weight: 900; line-height: 1.0; letter-spacing: -0.02em; color: white; margin-bottom: 20px; }
.a-hero-copy h1 .word-fun { color: #FFD93D; display: inline-block; animation: wobble 2.5s ease-in-out infinite; }
@keyframes wobble { 0%,100% { transform: rotate(-2deg) scale(1); } 25% { transform: rotate(2.5deg) scale(1.04); } 75% { transform: rotate(-1.5deg) scale(1.02); } }
.a-hero-copy p { text-align: center; margin-left: auto; margin-right: auto; max-width: 62ch; font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 36px; }
.a-store-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.a-store-btns--center { justify-content: center; margin-top: 14px; }
.a-store-btn { display: flex; align-items: center; gap: 10px; background: white; border-radius: 14px; padding: 11px 20px; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 4px 16px rgba(0,0,0,0.2); }
.a-store-btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 8px 28px rgba(0,0,0,0.25); }
.a-store-btn svg { width: 22px; height: 22px; }
.a-store-btn-text { display: flex; flex-direction: column; line-height: 1.2; }
.a-store-btn-sub { font-size: 0.6rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.a-store-btn-name { font-size: 0.88rem; font-weight: 800; color: var(--text); }

/* Floating badges (non-center layout) */
.a-hero-right { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 500px; }
.a-spriggy-big { width: 100%; max-width: 420px; height: auto; position: relative; z-index: 2; animation: spriggyBounce 3s ease-in-out infinite; filter: drop-shadow(0 20px 60px rgba(0,0,0,0.35)); }
@keyframes spriggyBounce { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1.5deg); } }
.a-float-badge { position: absolute; background: white; border-radius: 16px; padding: 10px 14px; box-shadow: 0 8px 28px rgba(0,0,0,0.2); font-weight: 800; font-size: 0.8rem; color: var(--text); white-space: nowrap; z-index: 3; }
.a-float-badge.badge-1 { top: 60px; left: -10px; animation: floatA 3.2s ease-in-out infinite; }
.a-float-badge.badge-2 { top: 140px; right: -20px; animation: floatB 2.8s ease-in-out infinite 0.4s; }
.a-float-badge.badge-3 { bottom: 160px; left: -30px; animation: floatA 3.5s ease-in-out infinite 0.8s; }
@keyframes floatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
.a-float-badge .fb-emoji { font-size: 1.2rem; margin-right: 5px; }
.a-float-badge .fb-sub { font-size: 0.6rem; color: var(--muted); font-weight: 600; display: block; }

/* Tablet mock */
.a-tablet-wrap {
  width: 75vw;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100;
  margin-bottom: -260px;
  margin-top: 24px;
}
.a-tablet {
  width: 100%; border-radius: 34px; padding: 18px;
  background: #1a1a2e; border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 28px 90px rgba(0,0,0,0.45);
}
.a-tablet-topbar { height: 26px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.a-cam-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.55); box-shadow: 0 0 0 6px rgba(255,255,255,0.10); }
.a-tablet-screen { width: 100%; aspect-ratio: 16/9; border-radius: 24px; background: rgba(0,0,0,0.22); border: 1px solid rgba(255,255,255,0.12); overflow: hidden; position: relative; }
.a-tablet-placeholder { height: 100%; width: 100%; display: block; padding: 0; margin: 0; }
.a-tablet-placeholder .a-ph-sub { display: block; height: 100%; margin: 0; }
.a-tablet-placeholder .a-ph-sub img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; background: #000; }

/* Squiggle dividers */
.squiggle { overflow: hidden; line-height: 0; }
.squiggle svg { display: block; width: 100%; }

/* App sections */
.a-what { background: white; padding: 300px 40px 80px; position: relative; z-index: 0; }
.a-what-inner { text-align: center; }
.a-pill { display: inline-block; background: rgba(217,79,43,0.1); color: var(--brand); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; }
.a-what h2 { font-size: clamp(2rem,4vw,3.6rem); font-weight: 900; letter-spacing: -0.03em; margin-bottom: 14px; color: #0F2580; }
.a-what > .a-what-inner > p { font-size: 1rem; color: var(--muted); max-width: 560px; margin: 0 auto 60px; line-height: 1.75; }
.a-what-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.a-what-card { border-radius: 24px; padding: 32px 26px; text-align: left; transition: transform 0.2s, box-shadow 0.2s; }
.a-what-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(22,22,22,0.1); }
.a-what-card:nth-child(1) { background: linear-gradient(135deg,#e8f9ed,#f0fdf4); border: 1px solid rgba(62,201,92,0.2); }
.a-what-card:nth-child(2) { background: linear-gradient(135deg,#fffbe6,#fff9d6); border: 1px solid rgba(255,217,61,0.3); }
.a-what-card:nth-child(3) { background: linear-gradient(135deg,#eef3fb,#f0f6ff); border: 1px solid rgba(15,37,128,0.1); }
.a-what-card-icon { font-size: 2.4rem; margin-bottom: 14px; display: block; }
.a-what-card h3 { font-size: 1.05rem; font-weight: 900; color: #0F2580; margin-bottom: 8px; }
.a-what-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

.a-how { background: #FFD93D; padding: 80px 40px; }
.a-how h2 { font-size: clamp(2rem,4vw,3.6rem); font-weight: 900; letter-spacing: -0.03em; color: #0F2580; text-align: center; margin-bottom: 56px; }
.a-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.a-step { background: white; border-radius: 24px; padding: 28px 22px; text-align: center; box-shadow: 0 8px 32px rgba(22,22,22,0.08); position: relative; }
.a-step:not(:last-child)::after { content: '→'; position: absolute; right: -18px; top: 50%; transform: translateY(-50%); font-size: 1.2rem; color: #0F2580; font-weight: 900; z-index: 1; }
.a-step-num { width: 44px; height: 44px; background: #0F2580; color: #FFD93D; font-weight: 900; font-size: 1.1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: 'Nunito', sans-serif; }
.a-step-emoji { font-size: 2rem; display: block; margin-bottom: 10px; }
.a-step h4 { font-size: 0.88rem; font-weight: 900; color: #0F2580; margin-bottom: 6px; }
.a-step p { font-size: 0.75rem; color: var(--muted); line-height: 1.55; }

.a-games { background: white; padding: 80px 40px; }
.a-games-head { text-align: center; margin-bottom: 56px; }
.a-games-head h2 { font-size: clamp(2rem,4vw,3.6rem); font-weight: 900; color: #0F2580; letter-spacing: -0.03em; margin-bottom: 12px; }
.a-games-head p { font-size: 1rem; color: var(--muted); max-width: 500px; margin: 0 auto; line-height: 1.7; }
.a-games-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.a-game-card { border-radius: 24px; overflow: hidden; border: 3px solid transparent; transition: transform 0.2s, box-shadow 0.2s; }
.a-game-card:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 20px 60px rgba(22,22,22,0.12); }
.a-game-card:nth-child(1) { border-color: #3EC95C; }
.a-game-card:nth-child(2) { border-color: #5BC8FF; }
.a-game-card:nth-child(3) { border-color: #A78BFA; }
.a-game-img { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.a-game-card:nth-child(1) .a-game-img { background: linear-gradient(135deg,#e8f9ed,#c8f5d6); }
.a-game-card:nth-child(2) .a-game-img { background: linear-gradient(135deg,#e0f4ff,#c0e8ff); }
.a-game-card:nth-child(3) .a-game-img { background: linear-gradient(135deg,#ede8ff,#d4caff); }
.a-game-body { padding: 20px; background: white; }
.a-game-body h4 { font-family: 'Nunito', sans-serif; font-size: 0.95rem; font-weight: 900; color: #0F2580; margin-bottom: 5px; }
.a-game-body p { font-size: 0.78rem; color: var(--muted); line-height: 1.55; }
.a-game-tag { display: inline-block; font-size: 0.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 2px 8px; border-radius: 8px; margin-top: 8px; }
.a-game-card:nth-child(1) .a-game-tag { background: #e8f9ed; color: #2e7d32; }
.a-game-card:nth-child(2) .a-game-tag { background: #e0f4ff; color: #0277bd; }
.a-game-card:nth-child(3) .a-game-tag { background: #ede8ff; color: #6d28d9; }

/* =========================
   NUVO Carousel (position-state / endless)
   ========================= */

:root{
  --nuvo-center-w: 760px;     /* tablet-ish width */
  --nuvo-center-h: 470px;     /* tablet-ish height */
  --nuvo-preview-scale: 0.62;
  --nuvo-transition: 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  --nuvo-bg: #ffffff;
  --nuvo-accent: #0F2580;
}

/* wrapper */
.nuvo-carousel{
  padding: 64px 0;
}
.nuvo-carousel__head{
  text-align: center;
  max-width: 880px;
  margin: 0 auto 28px;
  padding: 0 18px;
}
.nuvo-carousel__head h2{
  margin: 0 0 10px;
}
.nuvo-carousel__head p{
  margin: 0;
  color: rgba(15, 23, 42, 0.65);
}

/* viewport */
.nuvo-carousel__viewport{
  position: relative;
  width: 100%;
  height: var(--nuvo-center-h);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* soft fades on edges (don’t clip) */
.nuvo-carousel__viewport::before,
.nuvo-carousel__viewport::after{
  content:'';
  position:absolute;
  top:0; bottom:0;
  width: 16%;
  z-index: 4;
  pointer-events:none;
}
.nuvo-carousel__viewport::before{
  left:0;
  background: linear-gradient(to right, var(--nuvo-bg) 0%, transparent 100%);
}
.nuvo-carousel__viewport::after{
  right:0;
  background: linear-gradient(to left, var(--nuvo-bg) 0%, transparent 100%);
}

/* track */
.nuvo-carousel__track{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* slides */
.nuvo-slide{
  position: absolute;
  width: var(--nuvo-center-w);
  height: var(--nuvo-center-h);
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform var(--nuvo-transition),
    opacity var(--nuvo-transition),
    filter var(--nuvo-transition),
    box-shadow var(--nuvo-transition);
  will-change: transform, opacity;
  user-select: none;
  background: #0b1220;
}

.nuvo-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* centered caption (only on camping slide) */
.nuvo-slide__caption{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  text-align:center;
  padding: 22px;
  color: rgba(255,255,255,0.95);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  text-transform: lowercase;
  background: radial-gradient(circle at 50% 50%, rgba(0,0,0,0.12), rgba(0,0,0,0.55));
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Position states */
.nuvo-slide[data-pos="0"]{
  transform: translateX(0) scale(1);
  opacity: 1;
  filter: blur(0) brightness(1);
  z-index: 5;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18), 0 0 0 1px rgba(0,0,0,0.06);
}
.nuvo-slide[data-pos="0"] .nuvo-slide__caption{ opacity: 1; }

.nuvo-slide[data-pos="1"]{
  transform: translateX(calc(var(--nuvo-center-w) * 0.78)) scale(var(--nuvo-preview-scale));
  opacity: 0.55;
  filter: blur(1.2px) brightness(0.75);
  z-index: 3;
}
.nuvo-slide[data-pos="-1"]{
  transform: translateX(calc(var(--nuvo-center-w) * -0.78)) scale(var(--nuvo-preview-scale));
  opacity: 0.55;
  filter: blur(1.2px) brightness(0.75);
  z-index: 3;
}

.nuvo-slide[data-pos="2"]{
  transform: translateX(calc(var(--nuvo-center-w) * 1.35)) scale(calc(var(--nuvo-preview-scale) * 0.85));
  opacity: 0;
  filter: blur(4px) brightness(0.55);
  z-index: 1;
  pointer-events:none;
}
.nuvo-slide[data-pos="-2"]{
  transform: translateX(calc(var(--nuvo-center-w) * -1.35)) scale(calc(var(--nuvo-preview-scale) * 0.85));
  opacity: 0;
  filter: blur(4px) brightness(0.55);
  z-index: 1;
  pointer-events:none;
}

/* controls */
.nuvo-carousel__controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 18px;
  margin-top: 20px;
}

.nuvo-carousel__btn{
  background: none;
  border: 2px solid rgba(15,23,42,0.14);
  color: var(--nuvo-accent);
  width: 44px; height: 44px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display:flex; align-items:center; justify-content:center;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.nuvo-carousel__btn:hover{
  background: rgba(15,37,128,0.08);
  border-color: rgba(15,37,128,0.35);
  transform: scale(1.08);
}
.nuvo-carousel__btn:active{ transform: scale(0.96); }

.nuvo-carousel__dots{
  display:flex;
  gap: 10px;
}
.nuvo-dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(15,23,42,0.22);
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  padding: 0;
}
.nuvo-dot.active{
  background: rgba(15,23,42,0.70);
  transform: scale(1.5);
}

/* responsive */
@media (max-width: 900px){
  :root{
    --nuvo-center-w: min(86vw, 720px);
    --nuvo-center-h: calc(var(--nuvo-center-w) * 0.62);
  }
}

.a-meet { background: linear-gradient(135deg,#0F2580 0%,#1e3faa 100%); padding: 80px 40px; overflow: hidden; }
.a-meet-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.a-meet-copy h2 { font-size: clamp(2rem,4vw,3.6rem); font-weight: 900; color: white; letter-spacing: -0.02em; margin-bottom: 16px; }
.a-meet-copy h2 em { font-style: normal; color: #FFD93D; }
.a-meet-copy p { font-size: 0.98rem; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 18px; }
.a-meet-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.a-meet-fact { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 16px 18px; }
.a-meet-fact-icon { font-size: 1.6rem; margin-bottom: 6px; display: block; }
.a-meet-fact h4 { font-size: 0.82rem; font-weight: 800; color: white; margin-bottom: 3px; font-family: 'Nunito', sans-serif; }
.a-meet-fact p { font-size: 0.72rem; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0; }
.a-meet-spriggy { display: flex; align-items: flex-end; justify-content: center; height: 500px; overflow: hidden; }
.a-meet-spriggy img { height: 100%; width: auto; object-fit: contain; object-position: bottom; filter: drop-shadow(0 20px 60px rgba(0,0,0,0.4)); animation: spriggyBounce 3s ease-in-out infinite; }

.a-parents { background: #3EC95C; padding: 60px 40px; text-align: center; }
.a-parents h2 { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: white; letter-spacing: -0.02em; margin-bottom: 12px; }
.a-parents p { font-size: 0.98rem; color: rgba(255,255,255,0.85); max-width: 500px; margin: 0 auto 28px; line-height: 1.75; }
.a-parents .email-btn { background: white; color: #3EC95C; }

.a-cta { background: #D94F2B; padding: 96px 40px; text-align: center; overflow: hidden; position: relative; }
.a-cta::before { content: '🦕'; position: absolute; font-size: 12rem; left: -60px; bottom: -40px; opacity: 0.1; transform: scaleX(-1); }
.a-cta::after { content: '🌟'; position: absolute; font-size: 8rem; right: 20px; top: -20px; opacity: 0.12; }
.a-cta h2 { font-size: clamp(2.2rem,5vw,4.5rem); font-weight: 900; color: white; letter-spacing: -0.03em; margin-bottom: 14px; position: relative; z-index: 1; }
.a-cta p { font-size: 1rem; color: rgba(255,255,255,0.82); max-width: 460px; margin: 0 auto 36px; line-height: 1.75; position: relative; z-index: 1; }
.a-cta .email-btn { background: white; color: #D94F2B; font-size: 1rem; padding: 14px 32px; position: relative; z-index: 1; }

@media (max-width: 900px) {
  .a-hero-inner { gap: 40px; }
  .a-hero-right { min-height: 320px; }
  .a-what-cards { grid-template-columns: 1fr 1fr; }
  .a-steps { grid-template-columns: 1fr 1fr; }
  .a-step:not(:last-child)::after { display: none; }
  .a-games-grid { grid-template-columns: 1fr; }
  .a-meet-inner { grid-template-columns: 1fr; gap: 40px; }
  .a-meet-spriggy { height: 300px; }
}
@media (max-width: 720px) {
  .a-hero-inner { padding: 64px 20px 0; gap: 40px; }
  .a-tablet-wrap { margin-bottom: -160px; width: 96vw; max-width: 100%; }
  .a-tablet {
    border-radius: 22px;
    padding: 10px;
  }
  .a-tablet-topbar {
    height: 14px;
    margin-bottom: 7px;
  }
  .a-cam-dot {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.10);
  }
  .a-tablet-screen {
    border-radius: 15px;
  }
  .a-what { padding-top: 120px; }
}
@media (max-width: 560px) {
  .a-what-cards, .a-steps { grid-template-columns: 1fr; }
}
.store-icon {width: 20px}

/* ─────────────────────────────────────────────
   Sign In PAGE
   ───────────────────────────────────────────── */

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  color: #161616;
}
a { color: inherit; }
.page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
}
.panel-brand {
  position: relative;
  overflow: hidden;
  background: #E45B3E;
  color: #ffffff;
  padding: 32px;
  min-height: 360px;
  order: 1;
}
.panel-form {
  display: flex;
  align-items: center;
  padding: 32px 24px;
  background: #ffffff;
  order: 2;
}
.brand-logo-sign {
  position: relative;
  z-index: 3;
  width: auto;
  height: 28px;
  filter: brightness(0) invert(1);
}
.brand-heading {
  margin: 32px 0 0;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 600;
  max-width: 440px;
  position: relative;
  z-index: 2;
}
.brand-heading-signup {
    margin: 32px 0 0;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 600;
    max-width: 360px;
    position: relative;
    z-index: 2;
  }
.hero-image {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 115%;
  max-width: none;
  opacity: 0.95;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .panel-brand .hero-image {
    bottom: -120px;
  }
}
.form-wrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #161616;
}
.subtitle {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
form {
  margin-top: 32px;
  display: grid;
  gap: 16px;
}
label { display: block; }
.label-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #161616;
}
input {
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 15px;
  color: #161616;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
select,
textarea {
  width: 100%;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 15px;
  color: #161616;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}
input::placeholder { color: rgba(0,0,0,0.35); }
textarea {
  resize: vertical;
  min-height: 112px;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #E45B3E;
  box-shadow: 0 0 0 4px rgba(228,91,62,0.12);
}
.split {
  display: grid;
  gap: 16px;
}
.helper {
  margin: -4px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,0.55);
}
.helper.error { color: #B42318; }
.button {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #E45B3E 0%, #D94E3A 100%);
  transition: transform 0.15s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(217,78,58,0.22);
}
.button:hover { transform: translateY(-1px); }
.button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.demo-box {
  border: 1px solid rgba(0,0,0,0.1);
  background: #FCFCFD;
  border-radius: 14px;
  padding: 16px;
  font-size: 14px;
  color: rgba(0,0,0,0.75);
}
.demo-title {
  font-weight: 700;
  color: #161616;
  margin-bottom: 10px;
}
.demo-list { display: grid; gap: 6px; }
.demo-list strong { color: #161616; }
.switch-link {
  margin: 0;
  font-size: 14px;
  color: rgba(0,0,0,0.65);
}
.switch-link a {
  color: #D94E3A;
  font-weight: 600;
  text-decoration: none;
}
.switch-link a:hover { text-decoration: underline; }
@media (min-width: 1024px) {
  .page { grid-template-columns: 60% 40%; }
  .panel-brand { min-height: 100vh; padding: 48px; order: 2; }
  .panel-form { padding: 64px; order: 1; }
}
@media (min-width: 640px) {
  .split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* --- Arctext header support --- */
.site-header,
.site-header .header-inner,
.site-header .nav{
  overflow: visible;
}

/* keep lift + dynapuff, no underline/rotate */
.site-header .nav-link::after{ display:none !important; }

.site-header .nav-link:hover{
  font-family: var(--dynapuff);
  transform: translateY(-4px);
}

/* arctext letters */
.site-header .nav-link span{
  display:inline-block;
  transform-origin: 50% 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
