/* EVSS — Empowering Voices Support Services
   Design System: Modern Clinical Trust
   Brand: #2D9FFF on navy/white
*/

/* ============ TOKENS ============ */
:root {
  --brand: #2D9FFF;
  --brand-700: #1180E8;
  --brand-800: #0E6BC2;
  --brand-300: #7FC4FF;
  --brand-100: #DCEEFF;
  --brand-50:  #F0F7FF;

  /* Warm, friendly accents for parents-of-kids audience */
  --coral:     #FF7A6B;
  --coral-700: #E45D4E;
  --coral-100: #FFE4DF;
  --sunshine:  #FFC857;
  --sunshine-100: #FFF1CF;
  --mint:      #60D6B1;
  --mint-100:  #DBF7EC;
  --lavender:  #B79CFF;
  --lavender-100: #ECE5FF;
  --cream:     #FFF7EE;
  --cream-2:   #FFF1E1;

  --navy: #0A2540;
  --navy-700: #122E4D;
  --navy-500: #284560;
  --slate: #5B7184;
  --slate-300: #9AA9B8;
  --line: #E4ECF4;
  --bg: #FFFFFF;
  --bg-soft: #FFF8F1;
  --bg-tint: #FFF1E1;
  --white: #FFFFFF;

  --grad-brand: linear-gradient(135deg, #2D9FFF 0%, #1180E8 60%, #0E6BC2 100%);
  --grad-sun:   linear-gradient(135deg, #FFC857 0%, #FF9F5B 50%, #FF7A6B 100%);
  --grad-warm:  linear-gradient(135deg, #FF7A6B 0%, #FF9F5B 50%, #FFC857 100%);
  --grad-mint:  linear-gradient(135deg, #60D6B1 0%, #2D9FFF 100%);
  --grad-navy:  linear-gradient(180deg, #0A2540 0%, #122E4D 100%);
  --grad-hero:  radial-gradient(120% 80% at 20% 20%, rgba(45,159,255,.35) 0%, rgba(45,159,255,0) 60%),
                radial-gradient(80% 60% at 90% 10%, rgba(127,196,255,.25) 0%, rgba(127,196,255,0) 60%),
                linear-gradient(180deg, #061A33 0%, #0A2540 60%, #0F2E50 100%);

  --shadow-sm: 0 1px 2px rgba(10,37,64,.06), 0 1px 3px rgba(10,37,64,.04);
  --shadow-md: 0 6px 18px -6px rgba(10,37,64,.18), 0 2px 6px rgba(10,37,64,.06);
  --shadow-lg: 0 24px 48px -16px rgba(10,37,64,.25), 0 8px 16px -8px rgba(10,37,64,.12);
  --shadow-brand: 0 24px 60px -18px rgba(45,159,255,.55);

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --font-display: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, sans-serif;

  --container: 1200px;
  --container-wide: 1320px;

  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in-out: cubic-bezier(.65,.05,.36,1);

  --header-h: 80px;
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--navy);
  background: var(--bg);
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; font-size: inherit; }
::selection { background: var(--brand); color: var(--white); }

/* ============ TYPE SCALE ============ */
.display-1, .display-2, h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-weight: 700;
  margin: 0 0 .6em;
}
.display-1 { font-size: clamp(40px, 7vw, 84px); line-height: 1.02; letter-spacing: -0.035em; font-weight: 800; }
.display-2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.03em; font-weight: 700; }
h1 { font-size: clamp(34px, 4.4vw, 56px); }
h2 { font-size: clamp(28px, 3.4vw, 44px); }
h3 { font-size: clamp(22px, 2.2vw, 28px); }
h4 { font-size: clamp(18px, 1.5vw, 22px); }
p  { margin: 0 0 1.1em; color: var(--navy-500); }
p.lead { font-size: clamp(18px, 1.5vw, 22px); color: var(--navy-700); line-height: 1.55; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand);
  padding: 6px 14px;
  background: rgba(45,159,255,.08);
  border-radius: var(--radius-pill);
}
.eyebrow.on-dark { color: var(--brand-300); background: rgba(127,196,255,.12); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ============ LAYOUT ============ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-wide { width: 100%; max-width: var(--container-wide); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(72px, 10vw, 140px) 0; position: relative; }
.section--tight { padding: clamp(56px, 7vw, 96px) 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: linear-gradient(180deg, var(--bg-tint) 0%, var(--bg) 100%); }
.section--navy { background: var(--grad-navy); color: rgba(255,255,255,.86); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }
.section--navy p { color: rgba(255,255,255,.78); }

.section-head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 64px); text-align: center; }
.section-head--left { text-align: left; margin: 0 0 clamp(40px, 5vw, 64px); }

.grid-2 { display: grid; grid-template-columns: 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-6 { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) {
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 48px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-6 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .grid-6 { grid-template-columns: repeat(3, 1fr); }
}

/* ============ HEADER / NAV ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  padding: 18px 0;
  transition: backdrop-filter .4s var(--ease-out), background .4s var(--ease-out), padding .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  padding: 12px 0;
  box-shadow: 0 4px 24px -12px rgba(10,37,64,.18);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; color: var(--white); }
.brand img { width: 44px; height: 44px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-size: 17px; letter-spacing: -.01em; color: inherit; }
.brand-text span { font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: 4px; }
.site-header.is-scrolled .brand { color: var(--navy); }
.site-header.is-scrolled .brand-text span { color: var(--slate); }

.nav-links { display: none; align-items: center; gap: 8px; }
@media (min-width: 1024px) { .nav-links { display: inline-flex; } }
.nav-links a {
  position: relative;
  padding: 10px 14px;
  font-size: 15px; font-weight: 500;
  color: rgba(255,255,255,.86);
  border-radius: var(--radius-pill);
  transition: color .2s var(--ease-out), background .2s var(--ease-out);
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.08); }
.nav-links a.is-active { color: var(--white); background: rgba(255,255,255,.12); }
.site-header.is-scrolled .nav-links a { color: var(--navy-700); }
.site-header.is-scrolled .nav-links a:hover { background: var(--brand-50); color: var(--navy); }
.site-header.is-scrolled .nav-links a.is-active { background: var(--brand-100); color: var(--brand-800); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  font-size: 14px; font-weight: 600; letter-spacing: -.01em;
  background: var(--white);
  color: var(--navy);
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 18px -6px rgba(10,37,64,.35), inset 0 0 0 1px rgba(10,37,64,.05);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out);
}
.nav-cta svg { width: 14px; height: 14px; transition: transform .25s var(--ease-out); }
.nav-cta:hover { transform: translateY(-2px); background: var(--brand); color: var(--white); box-shadow: var(--shadow-brand); }
.nav-cta:hover svg { transform: translateX(3px); }
.site-header.is-scrolled .nav-cta { background: var(--brand); color: var(--white); box-shadow: 0 8px 22px -10px rgba(45,159,255,.55); }
.site-header.is-scrolled .nav-cta:hover { background: var(--brand-700); }

.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.12); color: var(--white); }
@media (min-width: 1024px) { .nav-toggle { display: none; } }
.site-header.is-scrolled .nav-toggle { background: var(--brand-100); color: var(--navy); }

.nav-social { display: none; align-items: center; gap: 6px; }
/* The header markup ships `<div class="nav-social" ... hidden>` so the
   icons stay invisible on EVERY device by default — even if this
   stylesheet is stale, blocked, or hasn't loaded yet (covers WhatsApp
   in-app browser and Safari aggressive caching). Only re-show on a
   real desktop (≥1024px). The touch-device override below is the
   secondary belt-and-braces for tablets reporting ≥1024px. */
@media (min-width: 1024px) {
  .nav-social[hidden] { display: inline-flex !important; }
  .nav-social { display: inline-flex; }
}
.nav-social a {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.08);
  transition: background .2s var(--ease-out), color .2s var(--ease-out), transform .2s var(--ease-out);
}
.nav-social a:hover { background: var(--brand); color: var(--white); transform: translateY(-1px); }
.nav-social svg { width: 15px; height: 15px; }
.site-header.is-scrolled .nav-social a { color: var(--navy-700); background: var(--brand-50); }
.site-header.is-scrolled .nav-social a:hover { background: var(--brand); color: var(--white); }

.nav-overlay-social { display: flex; gap: 12px; justify-content: center; margin-top: 16px; }
.nav-overlay-social a {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--white);
  background: rgba(255,255,255,.08);
  transition: background .2s var(--ease-out);
}
.nav-overlay-social a:hover { background: var(--brand); }
.nav-overlay-social svg { width: 18px; height: 18px; }

.nav-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: var(--grad-navy);
  display: flex; flex-direction: column; padding: 24px;
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform .5s var(--ease-out), opacity .25s var(--ease-out), visibility 0s linear .5s;
}
.nav-overlay.is-open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: transform .5s var(--ease-out), opacity .25s var(--ease-out), visibility 0s linear 0s;
}
.nav-overlay-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.nav-overlay nav { display: flex; flex-direction: column; gap: 8px; flex: 1; justify-content: center; }
.nav-overlay nav a { font-family: var(--font-display); font-size: clamp(28px, 6vw, 44px); font-weight: 700; color: var(--white); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-overlay-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 18px; background: var(--brand); color: var(--white); border-radius: var(--radius-pill); font-weight: 600; margin-top: 24px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 28px;
  font-family: var(--font-body); font-size: 15px; font-weight: 600; letter-spacing: -.01em;
  border-radius: var(--radius-pill);
  transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), background .25s var(--ease-out), color .25s var(--ease-out);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; transition: transform .25s var(--ease-out); }
.btn:focus-visible { outline: 3px solid var(--brand-300); outline-offset: 3px; }
.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 14px 30px -12px rgba(45,159,255,.6), inset 0 0 0 1px rgba(255,255,255,.18);
}
.btn-primary:hover { background: var(--brand-700); transform: translateY(-2px); box-shadow: var(--shadow-brand); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost {
  color: var(--white);
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.btn-ghost-dark { color: var(--navy); background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--shadow-sm); }
.btn-ghost-dark:hover { background: var(--brand-50); transform: translateY(-2px); }
.btn-lg { padding: 20px 34px; font-size: 16px; }
.btn-sm { padding: 12px 22px; font-size: 13px; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  color: var(--white);
  background: var(--grad-hero);
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--header-h) + 40px);
  padding-bottom: 80px;
}
.hero--short { min-height: 70vh; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 2; pointer-events: none; }
.hero-vignette {
  position: absolute; inset: 0; z-index: 3;
  background:
    radial-gradient(70% 60% at 50% 90%, rgba(10,37,64,.55) 0%, rgba(10,37,64,0) 70%),
    radial-gradient(50% 40% at 10% 10%, rgba(45,159,255,.18) 0%, rgba(45,159,255,0) 70%);
  pointer-events: none;
}

/* ---- Photo hero (v3) ---- */
.hero--photo { background: #061A33; }
.hero-photo {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('/assets/img/hero-warm.png');
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  transform: scale(1.06);
  animation: hero-kenburns 22s ease-in-out infinite alternate;
  will-change: transform;
}
.hero-photo-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(100deg,
      rgba(6,26,51,.88) 0%,
      rgba(10,37,64,.70) 32%,
      rgba(10,37,64,.42) 55%,
      rgba(255,122,107,.14) 80%,
      rgba(255,200,87,.18) 100%),
    linear-gradient(180deg,
      rgba(6,26,51,.45) 0%,
      rgba(6,26,51,0) 22%,
      rgba(6,26,51,0) 68%,
      rgba(6,26,51,.50) 100%),
    radial-gradient(60% 50% at 18% 38%, rgba(45,159,255,.22) 0%, rgba(45,159,255,0) 70%),
    radial-gradient(50% 40% at 85% 30%, rgba(255,200,87,.20) 0%, rgba(255,200,87,0) 70%);
}
@keyframes hero-kenburns {
  0%   { transform: scale(1.06) translate3d(0, 0, 0); }
  100% { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo { animation: none; transform: scale(1.04); }
}
@media (max-width: 900px) {
  .hero-photo { background-position: 78% center; }
  .hero-photo-scrim {
    background:
      linear-gradient(180deg,
        rgba(6,26,51,.55) 0%,
        rgba(10,37,64,.82) 40%,
        rgba(10,37,64,.92) 100%),
      radial-gradient(60% 50% at 20% 30%, rgba(45,159,255,.18) 0%, rgba(45,159,255,0) 70%);
  }
}

/* Legacy chrome hidden ONLY on the photo hero — inner pages still use it. */
.hero--photo .hero-canvas,
.hero--photo .hero-vignette,
.hero--photo .hero-orb-layer,
.hero--photo .hero-grid,
.hero--photo .hero-noise { display: none !important; }

/* ---- Premium Hero v2: orbs + grid + glow ---- */
.hero-orb-layer { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(70px);
  opacity: .62;
  will-change: transform;
  mix-blend-mode: screen;
}
.hero-orb--1 {
  width: 720px; height: 720px;
  top: -180px; left: -160px;
  background: radial-gradient(circle, rgba(45,159,255,.95) 0%, rgba(45,159,255,0) 65%);
  animation: orb-drift-1 22s ease-in-out infinite;
}
.hero-orb--2 {
  width: 600px; height: 600px;
  top: 28%; right: -170px;
  background: radial-gradient(circle, rgba(127,196,255,.85) 0%, rgba(127,196,255,0) 65%);
  animation: orb-drift-2 26s ease-in-out infinite;
}
.hero-orb--3 {
  width: 560px; height: 560px;
  bottom: -200px; left: 28%;
  background: radial-gradient(circle, rgba(17,128,232,.85) 0%, rgba(17,128,232,0) 65%);
  animation: orb-drift-3 30s ease-in-out infinite;
}
.hero-orb--4 {
  width: 380px; height: 380px;
  top: 8%; right: 22%;
  background: radial-gradient(circle, rgba(220,238,255,.55) 0%, rgba(220,238,255,0) 65%);
  animation: orb-drift-4 18s ease-in-out infinite;
  opacity: .42;
}

@keyframes orb-drift-1 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(130px, 90px, 0) scale(1.15); }
}
@keyframes orb-drift-2 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.05); }
  50%      { transform: translate3d(-110px, 120px, 0) scale(.95); }
}
@keyframes orb-drift-3 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(80px, -110px, 0) scale(1.2); }
}
@keyframes orb-drift-4 {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50%      { transform: translate3d(-90px, 60px, 0) scale(1.18); }
}

.hero-grid {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(127,196,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127,196,255,.075) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 45%, #000 25%, transparent 82%);
          mask-image: radial-gradient(ellipse 78% 62% at 50% 45%, #000 25%, transparent 82%);
  opacity: .85;
}

.hero-noise {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

@media (prefers-reduced-motion: reduce) {
  .hero-orb { animation: none; }
}
@media (max-width: 768px) {
  .hero-orb { filter: blur(50px); }
  .hero-orb--1 { width: 520px; height: 520px; }
  .hero-orb--2 { width: 460px; height: 460px; }
  .hero-orb--3 { width: 440px; height: 440px; }
  .hero-orb--4 { display: none; }
  .hero-grid { background-size: 48px 48px; }
}
.hero-content { position: relative; z-index: 2; max-width: 920px; }
.hero-content--center { margin: 0 auto; text-align: center; }
.hero-title { color: var(--white); margin: 18px 0 24px; }
.hero-sub { font-size: clamp(17px, 1.6vw, 21px); color: rgba(255,255,255,.78); max-width: 640px; margin-bottom: 36px; }
.hero-content--center .hero-sub { margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-content--center .hero-actions { justify-content: center; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-content--center .trust-pills { justify-content: center; }
.trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.06);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}
.trust-pill svg { width: 14px; height: 14px; color: var(--brand-300); }

.hero-floating {
  position: absolute; right: -120px; top: 18%; z-index: 1;
  width: 620px; max-width: 60vw;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 60px 120px -40px rgba(0,0,0,.55), 0 30px 60px -30px rgba(45,159,255,.45);
  transform: rotate(-2deg);
  opacity: .92;
}
.hero-floating img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
@media (max-width: 1100px) { .hero-floating { display: none; } }

.scroll-hint {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.55);
  z-index: 3;
}
.scroll-hint .line { width: 1px; height: 28px; background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0)); animation: scrollLine 2.4s var(--ease-out) infinite; }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ============ MARQUEE ============ */
.marquee {
  background: var(--navy);
  color: rgba(255,255,255,.6);
  padding: 28px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.marquee-track { display: flex; gap: 40px; white-space: nowrap; will-change: transform; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--font-display); font-size: 22px; font-weight: 600; letter-spacing: -.01em;
}
.marquee-item::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }

/* ============ PILLAR CARDS ============ */
.pillars { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .pillars { grid-template-columns: 1fr 1fr; gap: 36px; } }

.pillar {
  position: relative;
  padding: clamp(36px, 4vw, 56px);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.pillar:hover { transform: translateY(-6px); }
.pillar--dark { background: var(--grad-navy); color: var(--white); }
.pillar--dark h3, .pillar--dark p { color: var(--white); }
.pillar--dark p { color: rgba(255,255,255,.8); }
.pillar-orb {
  position: absolute; right: -80px; top: -80px; z-index: 0;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(45,159,255,.4), rgba(45,159,255,0));
  filter: blur(10px);
}
.pillar > * { position: relative; z-index: 1; }
.pillar-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 18px;
  background: var(--grad-brand); color: var(--white);
  box-shadow: 0 14px 30px -12px rgba(45,159,255,.55);
  margin-bottom: 24px;
}
.pillar-icon svg { width: 28px; height: 28px; }
.pillar h3 { font-size: clamp(24px, 2.4vw, 32px); margin-bottom: 14px; }
.pillar p { margin-bottom: 22px; }
.pillar ul { list-style: none; padding: 0; margin: 0 0 24px; }
.pillar ul li { display: flex; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--navy-700); }
.pillar--dark ul li { border-top-color: rgba(255,255,255,.08); color: rgba(255,255,255,.86); }
.pillar ul li::before {
  content: ""; flex-shrink: 0;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--brand-100) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232D9FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
  margin-top: 3px;
}
.pillar--dark ul li::before { background-color: rgba(45,159,255,.18); }

/* ============ SERVICE CARDS ============ */
.svc-card {
  display: flex; flex-direction: column;
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .35s var(--ease-out);
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md), inset 0 0 0 1px transparent; }
.svc-card .icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand-50); color: var(--brand);
  margin-bottom: 18px;
}
.svc-card .icon svg { width: 22px; height: 22px; }
.svc-card h4 { font-size: 19px; margin-bottom: 8px; }
.svc-card p { font-size: 14.5px; color: var(--slate); margin: 0 0 18px; }
.svc-card .more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--brand); }
.svc-card .more svg { width: 14px; height: 14px; transition: transform .25s var(--ease-out); }
.svc-card:hover .more svg { transform: translateX(4px); }

/* ============ SERVICE CARDS — EDITORIAL PORTRAIT (premium) ============ */
.svc-card--image {
  position: relative;
  display: block;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 22px;
  isolation: isolate;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 40px -18px rgba(10,37,64,.35), inset 0 0 0 1px rgba(10,37,64,.05);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
  text-decoration: none;
  padding: 0;
}
.svc-card--image:hover {
  transform: translateY(-10px);
  box-shadow: 0 36px 70px -22px rgba(10,37,64,.45), 0 14px 30px -14px rgba(45,159,255,.45), inset 0 0 0 1px rgba(45,159,255,.5);
}
.svc-card--image .svc-media {
  position: absolute; inset: 0;
  background: var(--navy);
}
.svc-card--image .svc-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease-out), filter 1.4s var(--ease-out);
}
.svc-card--image:hover .svc-media img { transform: scale(1.08); filter: saturate(1.1); }
.svc-card--image .svc-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,37,64,0) 38%, rgba(10,37,64,.55) 70%, rgba(6,26,51,.95) 100%),
    radial-gradient(140% 70% at 50% 100%, rgba(45,159,255,.25) 0%, rgba(45,159,255,0) 60%);
  pointer-events: none;
  transition: opacity .6s var(--ease-out);
}
.svc-card--image .svc-tag {
  position: absolute; top: 18px; left: 18px; z-index: 3;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--navy);
  background: rgba(255,255,255,.94);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px -8px rgba(10,37,64,.3);
}
.svc-card--image .svc-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand);
  box-shadow: 0 0 8px rgba(45,159,255,.7);
}
.svc-card--image .svc-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 26px 26px 24px;
  color: var(--white);
  background: none;
  display: block;
}
.svc-card--image h4 {
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.15;
  color: var(--white);
  margin: 0 0 8px;
  letter-spacing: -.01em;
}
.svc-card--image p {
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(255,255,255,.78);
  margin: 0 0 14px;
  max-width: 360px;
}
.svc-card--image .more {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 4px;
  font-size: 13px; font-weight: 600; letter-spacing: -.005em;
  color: var(--brand-300);
  transition: color .25s var(--ease-out), gap .25s var(--ease-out);
}
.svc-card--image .more svg { width: 14px; height: 14px; transition: transform .35s var(--ease-out); }
.svc-card--image:hover .more { color: var(--white); gap: 12px; }
.svc-card--image:hover .more svg { transform: translateX(6px); }

/* Subtle blue glow ring on hover, edge-of-card */
.svc-card--image::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(135deg, rgba(45,159,255,0) 0%, rgba(45,159,255,0) 50%, rgba(45,159,255,.0) 100%);
  pointer-events: none; z-index: 2;
  transition: background .5s var(--ease-out);
}
.svc-card--image:hover::before {
  background: linear-gradient(135deg, rgba(45,159,255,.15) 0%, rgba(45,159,255,0) 35%, rgba(45,159,255,.18) 100%);
}

@media (min-width: 1024px) {
  .svc-card--image { aspect-ratio: 3/4; }
}
@media (max-width: 720px) {
  .svc-card--image { aspect-ratio: 5/6; }
}

/* ============ AUDIENCE GRID ============ */
.aud-card {
  display: flex; flex-direction: column;
  padding: 28px 28px 32px;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--white) 0%, var(--bg-soft) 100%);
  box-shadow: inset 0 0 0 1px var(--line);
}
.aud-card .num { font-family: var(--font-display); font-size: 14px; font-weight: 600; color: var(--brand); letter-spacing: .12em; margin-bottom: 12px; }
.aud-card h4 { font-size: 22px; margin-bottom: 8px; }
.aud-card p { font-size: 14.5px; color: var(--slate); margin: 0; }

/* ============ APPROACH TIMELINE ============ */
.approach { position: relative; display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 900px) { .approach { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.step {
  position: relative;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-md);
  isolation: isolate;
}
.step .step-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--grad-brand); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  margin-bottom: 16px;
}
.step h4 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--slate); margin: 0; }

/* ============ PULL QUOTE ============ */
.pull {
  padding: clamp(40px, 6vw, 80px) clamp(28px, 5vw, 64px);
  border-radius: var(--radius-xl);
  background: var(--grad-brand);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.pull::before {
  content: """;
  position: absolute; top: -40px; right: 30px;
  font-family: Georgia, serif;
  font-size: 320px; line-height: 1;
  color: rgba(255,255,255,.12);
}
.pull blockquote { font-family: var(--font-display); font-size: clamp(24px, 3vw, 38px); font-weight: 600; line-height: 1.25; letter-spacing: -.01em; margin: 0 0 20px; max-width: 760px; }
.pull cite { font-style: normal; opacity: .8; font-size: 14px; letter-spacing: .04em; }

/* ============ EXPANSION CARD ============ */
.expand-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 900px) { .expand-grid { grid-template-columns: repeat(3, 1fr); } }
.expand-card {
  padding: 28px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px var(--line);
  position: relative; overflow: hidden;
}
.expand-card .badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  background: var(--brand-50); color: var(--brand-800);
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.expand-card h4 { font-size: 22px; margin-bottom: 6px; }
.expand-card p { color: var(--slate); font-size: 14.5px; margin: 0; }
.expand-card .icon { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-tint); color: var(--brand-800); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.expand-card .icon svg { width: 20px; height: 20px; }

/* ============ CTA BAND ============ */
.cta-band {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--grad-navy);
  color: var(--white);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(60% 80% at 80% 20%, rgba(45,159,255,.35) 0%, rgba(45,159,255,0) 60%), radial-gradient(50% 60% at 10% 90%, rgba(127,196,255,.18) 0%, rgba(127,196,255,0) 60%);
}
.cta-band > .container { position: relative; z-index: 1; }
.cta-band h2 { color: var(--white); font-size: clamp(36px, 5vw, 56px); margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,.82); margin-bottom: 32px; max-width: 600px; }
.cta-band .hero-actions { margin-bottom: 0; }

/* ============ FAQ ============ */
.faq { display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 880px; margin: 0 auto; }
.faq-item {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
  overflow: hidden;
  transition: box-shadow .3s var(--ease-out);
}
.faq-item.is-open { box-shadow: var(--shadow-md); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 22px 24px;
  font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--navy);
  text-align: left;
}
.faq-q .ico { width: 32px; height: 32px; border-radius: 50%; background: var(--brand-50); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s var(--ease-out), background .3s var(--ease-out), color .3s var(--ease-out); }
.faq-q .ico svg { width: 16px; height: 16px; }
.faq-item.is-open .faq-q .ico { background: var(--brand); color: var(--white); transform: rotate(45deg); }
.faq-a { padding: 0 24px 24px; color: var(--slate); font-size: 15px; line-height: 1.65; display: none; }
.faq-item.is-open .faq-a { display: block; }

/* ============ FORM ============ */
.form { display: grid; grid-template-columns: 1fr; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; color: var(--navy); letter-spacing: -.01em; }
.field label .req { color: #E04D5A; }
.field input,
.field select,
.field textarea {
  padding: 14px 16px;
  background: var(--white);
  color: var(--navy);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .25s var(--ease-out);
  font-size: 15px;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--brand); }
.field-radio { display: flex; flex-wrap: wrap; gap: 10px; }
.field-radio label { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--white); border-radius: var(--radius-pill); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; cursor: pointer; transition: box-shadow .2s var(--ease-out), background .2s var(--ease-out); }
.field-radio label:has(input:checked) { background: var(--brand-50); box-shadow: inset 0 0 0 2px var(--brand); color: var(--navy); }
.field-radio input { appearance: none; width: 14px; height: 14px; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--slate-300); }
.field-radio input:checked { box-shadow: inset 0 0 0 5px var(--brand); }
.field-check { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--slate); }
.field-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brand); }
.form-card {
  padding: clamp(28px, 4vw, 44px);
  background: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.form-aside { display: flex; flex-direction: column; gap: 18px; }
.aside-card {
  padding: 28px;
  background: var(--grad-navy);
  color: var(--white);
  border-radius: var(--radius);
  position: relative; overflow: hidden;
}
.aside-card h4 { color: var(--white); margin-bottom: 10px; }
.aside-card p { color: rgba(255,255,255,.8); font-size: 14.5px; margin: 0; }
.aside-steps { display: flex; flex-direction: column; gap: 18px; padding: 28px; background: var(--white); border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); }
.aside-step { display: flex; gap: 14px; align-items: flex-start; }
.aside-step .num { width: 32px; height: 32px; border-radius: 50%; background: var(--brand-50); color: var(--brand-800); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.aside-step h5 { font-family: var(--font-display); font-size: 15px; margin: 0 0 4px; color: var(--navy); }
.aside-step p { font-size: 14px; color: var(--slate); margin: 0; }

.form-success { display: none; padding: clamp(40px, 5vw, 64px); text-align: center; background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.form-success .tick { width: 80px; height: 80px; border-radius: 50%; background: var(--brand-50); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.form-success.is-on { display: block; }
.form-card.is-off { display: none; }

/* ============ NAP CARD / CONTACT ============ */
.nap-card { display: flex; flex-direction: column; gap: 18px; padding: 36px; border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-lg); }
.nap-row { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.nap-row:last-of-type { border-bottom: none; }
.nap-row .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-50); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nap-row .ico svg { width: 20px; height: 20px; }
.nap-row strong { font-family: var(--font-display); font-size: 17px; color: var(--navy); display: block; }
.nap-row a, .nap-row span { font-size: 14.5px; color: var(--slate); }

/* ============ GOOGLE MAPS BLOCK (premium glass overlay) ============ */
.gmap-block {
  position: relative;
  width: 100%;
  height: clamp(460px, 70vh, 680px);
  background: var(--navy);
  overflow: hidden;
  isolation: isolate;
}
.gmap-frame {
  width: 100%; height: 100%; border: 0; display: block;
  filter: contrast(1.04) saturate(.95);
}
.gmap-overlay {
  position: absolute; top: 24px; left: 24px; right: 24px;
  z-index: 2; pointer-events: none;
}
@media (min-width: 720px) {
  .gmap-overlay { left: 48px; top: 48px; right: auto; max-width: 420px; }
}
@media (min-width: 1100px) {
  .gmap-overlay { left: 80px; top: 64px; max-width: 440px; }
}
.gmap-card {
  pointer-events: auto;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-radius: 22px;
  padding: 26px 28px 24px;
  box-shadow: 0 30px 60px -20px rgba(10,37,64,.35), 0 8px 24px -8px rgba(10,37,64,.18), inset 0 0 0 1px rgba(255,255,255,.6);
}
.gmap-brand { display: flex; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.gmap-brand img { width: 48px; height: 48px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.gmap-brand strong { display: block; font-family: var(--font-display); font-size: 16px; color: var(--navy); letter-spacing: -.01em; line-height: 1.2; }
.gmap-brand span { font-size: 12px; color: var(--slate); letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; display: inline-block; }
.gmap-list { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 12px; }
.gmap-list li { display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: var(--navy); }
.gmap-list li .ico { width: 32px; height: 32px; border-radius: 9px; background: var(--brand-50); color: var(--brand); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gmap-list li .ico svg { width: 14px; height: 14px; }
.gmap-list li a { color: var(--navy); font-weight: 600; transition: color .2s var(--ease-out); }
.gmap-list li a:hover { color: var(--brand); }
.gmap-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gmap-rating { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--brand-50); border-radius: var(--radius-pill); font-size: 13px; color: var(--navy); margin-top: 12px; }
.gmap-rating .stars { color: #F6B100; letter-spacing: 1px; font-weight: 700; }

/* ============ GOOGLE REVIEWS BAND ============ */
.rev-band { padding: clamp(72px, 9vw, 120px) 0; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%); }
.rev-stars { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: var(--radius-pill); background: var(--white); box-shadow: var(--shadow-sm), inset 0 0 0 1px var(--line); font-size: 13px; color: var(--navy); margin-bottom: 24px; }
.rev-stars .gicon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #4285F4; font-size: 13px; }
.rev-stars .stars { color: #F6B100; letter-spacing: 2px; font-weight: 700; font-size: 14px; }
.rev-stars strong { font-weight: 700; color: var(--navy); }
.rev-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) { .rev-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.rev-card {
  position: relative; padding: 32px 32px 28px;
  background: var(--white); border-radius: 22px;
  box-shadow: var(--shadow-md), inset 0 0 0 1px var(--line);
  isolation: isolate; overflow: hidden;
}
.rev-card.is-feature {
  background: var(--grad-navy); color: var(--white);
  box-shadow: 0 30px 60px -20px rgba(45,159,255,.4), inset 0 0 0 1px rgba(255,255,255,.06);
}
.rev-card.is-feature p, .rev-card.is-feature .rev-meta { color: rgba(255,255,255,.85); }
.rev-card.is-feature .rev-quote { color: var(--white); }
.rev-card .rev-stars-line { color: #F6B100; letter-spacing: 2px; font-weight: 700; font-size: 16px; margin-bottom: 16px; }
.rev-card.is-feature .rev-stars-line { color: #FFD54F; }
.rev-card .rev-quote { font-family: var(--font-display); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.45; color: var(--navy); margin: 0 0 22px; font-weight: 500; letter-spacing: -.01em; }
.rev-card .rev-meta { display: flex; align-items: center; gap: 12px; font-size: 13.5px; color: var(--slate); padding-top: 16px; border-top: 1px solid var(--line); }
.rev-card.is-feature .rev-meta { border-top-color: rgba(255,255,255,.1); }
.rev-card .rev-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-brand); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; flex-shrink: 0; }
.rev-card .rev-name strong { display: block; color: var(--navy); font-weight: 600; font-size: 14px; }
.rev-card.is-feature .rev-name strong { color: var(--white); }
.rev-card .rev-name span { font-size: 12.5px; color: var(--slate); }
.rev-card.is-feature .rev-name span { color: rgba(255,255,255,.6); }
.rev-card .rev-gbadge { position: absolute; top: 22px; right: 22px; width: 28px; height: 28px; border-radius: 50%; background: var(--white); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; color: #4285F4; }
.rev-card.is-feature .rev-gbadge { background: rgba(255,255,255,.94); }

.au-map { position: relative; border-radius: var(--radius-xl); overflow: hidden; padding: 48px 36px; background: var(--grad-navy); color: var(--white); }
.au-map h3 { color: var(--white); margin-bottom: 12px; }
.au-map p { color: rgba(255,255,255,.8); margin: 0 0 24px; }
.au-map svg { width: 100%; max-width: 520px; margin: 0 auto; display: block; filter: drop-shadow(0 12px 36px rgba(45,159,255,.4)); }

/* ============ FOOTER ============ */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 72px 0 32px;
  position: relative; isolation: isolate; overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(40% 50% at 80% 0%, rgba(45,159,255,.18) 0%, rgba(45,159,255,0) 60%);
}
.site-footer > .container { position: relative; z-index: 1; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr; } }
.foot-brand { max-width: 360px; }
.foot-brand p { color: rgba(255,255,255,.6); font-size: 14.5px; margin: 14px 0 24px; }
.foot-badges { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.foot-badges img { height: 36px; width: auto; background: var(--white); padding: 6px 10px; border-radius: 8px; }
.foot-col h5 { font-family: var(--font-display); color: var(--white); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 16px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot-col a { color: rgba(255,255,255,.7); font-size: 14.5px; transition: color .2s var(--ease-out); }
.foot-col a:hover { color: var(--white); }
.foot-bottom { display: flex; flex-direction: column; gap: 12px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.5); }
@media (min-width: 720px) { .foot-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.foot-bottom a { color: rgba(255,255,255,.7); }
.foot-social { display: inline-flex; gap: 10px; }
.foot-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); display: inline-flex; align-items: center; justify-content: center; transition: background .2s var(--ease-out), color .2s var(--ease-out); }
.foot-social a:hover { background: var(--brand); color: var(--white); }
.foot-social svg { width: 16px; height: 16px; }

/* ============ REVEAL ANIMATIONS ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ============ BREADCRUMBS ============ */
.crumbs { font-size: 13px; letter-spacing: .04em; color: rgba(255,255,255,.65); margin-bottom: 18px; }
.crumbs a { color: rgba(255,255,255,.85); }
.crumbs span { margin: 0 8px; color: rgba(255,255,255,.4); }

/* ============ UTIL ============ */
.text-brand { color: var(--brand); }
.text-white { color: var(--white); }
.muted { color: var(--slate); }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.divider { height: 1px; background: var(--line); margin: 24px 0; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; font-size: 12px; font-weight: 600; color: var(--brand-800); background: var(--brand-50); border-radius: var(--radius-pill); letter-spacing: .04em; text-transform: uppercase; }
.text-coral { color: var(--coral); }
.text-sun { color: var(--sunshine); }

/* ============ HERO SERVICE PILLS (large, bright, the swap from feedback) ============ */
.hero-svc-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 18px 0 30px;
}
.hero-content--center .hero-svc-pills { justify-content: center; }
.svc-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  font-size: 14px; font-weight: 600; letter-spacing: -.005em;
  color: var(--white);
  background: rgba(255,255,255,.10);
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
  transition: transform .25s var(--ease-out), background .25s var(--ease-out);
}
.svc-pill::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand); flex-shrink: 0;
  box-shadow: 0 0 10px rgba(45,159,255,.7);
}
.svc-pill:nth-child(1)::before { background: var(--brand); box-shadow: 0 0 10px rgba(45,159,255,.7); }
.svc-pill:nth-child(2)::before { background: var(--coral); box-shadow: 0 0 10px rgba(255,122,107,.7); }
.svc-pill:nth-child(3)::before { background: var(--sunshine); box-shadow: 0 0 10px rgba(255,200,87,.7); }
.svc-pill:nth-child(4)::before { background: var(--mint); box-shadow: 0 0 10px rgba(96,214,177,.7); }
.svc-pill:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }

/* ============ HERO TITLE ROTATOR ============ */
.rotator {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  /* Cap below H1's 84px max so even "Early Childhood Intervention"
     fits the hero-content slot (max 920px) on its own line without wrapping. */
  font-size: clamp(28px, 5.4vw, 60px);
  line-height: 1.1;
  color: var(--sunshine);
  text-shadow: 0 4px 24px rgba(255,200,87,.35);
  transition: opacity .42s var(--ease-out), transform .42s var(--ease-out);
  will-change: opacity, transform, min-width;
}
.rotator.is-swapping {
  opacity: 0;
  transform: translateY(-12px);
}
.rotator-static {
  /* On smaller titles where we don't want the swap, fallback */
  color: var(--sunshine);
}

/* ============ NDIS REGISTERED BAND ============ */
.ndis-band {
  background: linear-gradient(135deg, #FFF8F1 0%, #FFF1E1 60%, #FFE4DF 100%);
  padding: clamp(40px, 5vw, 64px) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ndis-band::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(50% 70% at 10% 50%, rgba(255,200,87,.18) 0%, transparent 70%),
    radial-gradient(40% 60% at 90% 50%, rgba(45,159,255,.14) 0%, transparent 70%);
  pointer-events: none;
}
.ndis-band > .container { position: relative; z-index: 1; }
.ndis-row {
  display: grid; grid-template-columns: 1fr; gap: 24px;
  align-items: center;
  background: var(--white);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 24px 60px -28px rgba(10,37,64,.22), inset 0 0 0 1px rgba(255,200,87,.35);
}
@media (min-width: 800px) {
  .ndis-row { grid-template-columns: 220px 1fr auto; gap: 36px; }
}
.ndis-mark {
  display: flex; align-items: center; justify-content: center;
  padding: 18px 20px;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 14px 32px -16px rgba(10,37,64,.18), inset 0 0 0 1px var(--line);
  position: relative;
}
.ndis-mark img {
  max-width: 100%; height: auto; display: block;
}
.ndis-mark--clean {
  /* full-color NDIS mark, no filter, no purple wash */
}
.ndis-mark::after {
  content: "REGISTERED PROVIDER";
  position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%);
  background: var(--mint);
  color: #074A30;
  font-family: var(--font-display);
  font-size: 9px; font-weight: 800;
  letter-spacing: .18em;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  box-shadow: 0 4px 10px -4px rgba(7,74,48,.35);
}
.ndis-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--navy);
  margin: 0 0 6px;
}
.ndis-copy h3 .accent { color: var(--coral); }
.ndis-copy p {
  margin: 0;
  font-size: 15.5px;
  color: var(--navy-700);
  line-height: 1.55;
}
.ndis-meta {
  display: flex; flex-direction: column; gap: 8px;
  font-size: 13px;
  color: var(--slate);
}
.ndis-meta .check {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--navy);
  font-weight: 600;
}
.ndis-meta .check::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%;
  background: var(--mint-100) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23129463' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
  flex-shrink: 0;
}

/* Mini NDIS hero badge — used in the hero pills row */
.ndis-hero-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 8px;
  background: var(--white);
  color: var(--navy);
  border-radius: var(--radius-pill);
  font-size: 13px; font-weight: 700;
  box-shadow: 0 8px 24px -10px rgba(10,37,64,.35);
}
.ndis-hero-chip .ndis-tile {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5C1F89 0%, #7A28A8 100%);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 11px;
  letter-spacing: -.02em;
  box-shadow: 0 2px 6px rgba(92,31,137,.35);
}
.ndis-hero-chip .ndis-tile span { transform: scale(.85); }
.ndis-hero-chip strong { font-weight: 800; }

/* ============ COUNTERS (scroll-triggered numbers) ============ */
.counters-band {
  padding: clamp(64px, 8vw, 100px) 0;
  background: var(--grad-navy);
  color: var(--white);
  position: relative; isolation: isolate; overflow: hidden;
}
.counters-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(45% 65% at 12% 30%, rgba(255,200,87,.22) 0%, transparent 70%),
    radial-gradient(40% 55% at 88% 70%, rgba(45,159,255,.30) 0%, transparent 70%),
    radial-gradient(30% 40% at 50% 100%, rgba(255,122,107,.18) 0%, transparent 70%);
}
.counters-band > .container { position: relative; z-index: 1; }
.counters-band .section-head { max-width: 720px; margin: 0 auto clamp(40px, 5vw, 56px); }
.counters-band .section-head h2 { color: var(--white); }
.counters-band .section-head .lead { color: rgba(255,255,255,.78); }
.counter-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (min-width: 900px) { .counter-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; } }
@media (min-width: 900px) { .counter-grid--3 { grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 980px; margin: 0 auto; } }
.counter-grid--3 .counter-card { padding: 36px 28px; }
.counter-grid--3 .counter-num { font-size: clamp(46px, 6vw, 72px); }
.counter-card {
  position: relative;
  padding: 28px 24px;
  background: rgba(255,255,255,.05);
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  text-align: center;
  overflow: hidden;
}
.counter-card::before {
  content: ""; position: absolute; top: -40%; left: -20%; right: -20%;
  height: 80%;
  background: radial-gradient(ellipse at center, rgba(255,200,87,.18), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.counter-card .counter-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 14px;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.counter-card:nth-child(1) .counter-icon { background: var(--grad-brand); color: var(--white); box-shadow: 0 10px 24px -10px rgba(45,159,255,.55); }
.counter-card:nth-child(2) .counter-icon { background: var(--grad-warm); color: var(--white); box-shadow: 0 10px 24px -10px rgba(255,122,107,.55); }
.counter-card:nth-child(3) .counter-icon { background: var(--grad-sun); color: var(--white); box-shadow: 0 10px 24px -10px rgba(255,200,87,.55); }
.counter-card:nth-child(4) .counter-icon { background: var(--grad-mint); color: var(--white); box-shadow: 0 10px 24px -10px rgba(96,214,177,.55); }
.counter-card .counter-icon svg { width: 22px; height: 22px; }
.counter-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1;
  color: var(--white);
  letter-spacing: -.03em;
  position: relative; z-index: 1;
}
.counter-suffix { color: var(--sunshine); }
.counter-label {
  margin: 8px 0 0;
  font-size: 14px;
  color: rgba(255,255,255,.78);
  letter-spacing: .02em;
  position: relative; z-index: 1;
}

/* ============ WHY CHOOSE US CARDS ============ */
.why-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }
.why-card {
  position: relative;
  padding: 32px 28px;
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 12px 32px -18px rgba(10,37,64,.18), inset 0 0 0 1px var(--line);
  overflow: hidden;
  isolation: isolate;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 50px -22px rgba(10,37,64,.30), inset 0 0 0 1px rgba(45,159,255,.4);
}
.why-card .why-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 16px;
  margin-bottom: 18px;
  color: var(--white);
}
.why-card:nth-child(6n+1) .why-icon { background: var(--grad-brand); box-shadow: 0 12px 28px -12px rgba(45,159,255,.55); }
.why-card:nth-child(6n+2) .why-icon { background: var(--grad-warm); box-shadow: 0 12px 28px -12px rgba(255,122,107,.55); }
.why-card:nth-child(6n+3) .why-icon { background: var(--grad-sun); box-shadow: 0 12px 28px -12px rgba(255,200,87,.55); color: var(--navy); }
.why-card:nth-child(6n+4) .why-icon { background: var(--grad-mint); box-shadow: 0 12px 28px -12px rgba(96,214,177,.55); }
.why-card:nth-child(6n+5) .why-icon { background: linear-gradient(135deg, #B79CFF 0%, #2D9FFF 100%); box-shadow: 0 12px 28px -12px rgba(183,156,255,.55); }
.why-card:nth-child(6n) .why-icon { background: linear-gradient(135deg, #FF7A6B 0%, #B79CFF 100%); box-shadow: 0 12px 28px -12px rgba(255,122,107,.45); }
.why-card .why-icon svg { width: 26px; height: 26px; }
.why-card h4 {
  font-size: 21px;
  margin: 0 0 10px;
  color: var(--navy);
}
.why-card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.6;
}

/* ============ HOMEPAGE WHAT-WE-OFFER (4 bright service tiles) ============ */
.offer-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 720px) { .offer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .offer-grid { grid-template-columns: repeat(4, 1fr); } }
.offer-tile {
  position: relative;
  display: flex; flex-direction: column;
  padding: 28px 26px 26px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 14px 36px -20px rgba(10,37,64,.22), inset 0 0 0 1px rgba(10,37,64,.05);
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.offer-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 56px -22px rgba(10,37,64,.32);
}
.offer-tile::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background: var(--accent-grad, var(--grad-brand));
  opacity: .08;
  transition: opacity .35s var(--ease-out);
}
.offer-tile:hover::before { opacity: .18; }
.offer-tile > * { position: relative; z-index: 1; }
.offer-tile .offer-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border-radius: 18px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--accent-grad, var(--grad-brand));
  box-shadow: 0 12px 28px -10px rgba(10,37,64,.30);
}
.offer-tile .offer-icon svg { width: 28px; height: 28px; }
.offer-tile h4 {
  font-size: clamp(20px, 1.8vw, 24px);
  margin: 0 0 8px;
  color: var(--navy);
  letter-spacing: -.01em;
}
.offer-tile p {
  font-size: 14.5px;
  color: var(--slate);
  line-height: 1.55;
  margin: 0 0 18px;
  flex: 1;
}
.offer-tile .offer-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--mint-100); color: #11704A;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  align-self: flex-start;
}
.offer-tile .offer-badge::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #16C97D;
  box-shadow: 0 0 6px rgba(22,201,125,.7);
}
.offer-tile .offer-more {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 700;
  color: var(--brand);
  transition: gap .25s var(--ease-out);
}
.offer-tile:hover .offer-more { gap: 10px; }
.offer-tile .offer-more svg { width: 14px; height: 14px; }

/* Photo variant — image up top + body below */
.offer-tile--photo {
  padding: 0;
  display: flex; flex-direction: column;
}
.offer-tile--photo::before { display: none; }
.offer-tile--photo .offer-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--bg-soft);
  z-index: 1;
}
.offer-tile--photo .offer-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 1.2s var(--ease-out);
}
.offer-tile--photo:hover .offer-media img { transform: scale(1.06); }
.offer-tile--photo .offer-media::after {
  content: "";
  position: absolute; inset: auto 0 -1px 0; height: 30%;
  background: linear-gradient(180deg, transparent 0%, var(--white) 100%);
  pointer-events: none;
}
.offer-tile--photo .offer-body {
  position: relative; z-index: 2;
  padding: 0 26px 26px;
  display: flex; flex-direction: column;
  flex: 1;
}
.offer-tile--photo .offer-icon {
  margin-top: -32px;
  margin-bottom: 16px;
  border: 4px solid var(--white);
}

.offer-tile.offer--blue   { --accent-grad: var(--grad-brand); }
.offer-tile.offer--coral  { --accent-grad: linear-gradient(135deg, #FF7A6B 0%, #E45D4E 100%); }
.offer-tile.offer--sun    { --accent-grad: linear-gradient(135deg, #FFC857 0%, #FF9F5B 100%); }
.offer-tile.offer--mint   { --accent-grad: linear-gradient(135deg, #60D6B1 0%, #2D9FFF 100%); }
.offer-tile.offer--coral .offer-more { color: var(--coral-700); }
.offer-tile.offer--sun .offer-more { color: #B97A14; }
.offer-tile.offer--mint .offer-more { color: #0F8F70; }

/* ============ BRIGHTER SECTION BACKGROUNDS ============ */
.section--cream {
  background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}
.section--sunkiss {
  background: linear-gradient(180deg, var(--sunshine-100) 0%, var(--cream) 100%);
}
.section--coral {
  background: linear-gradient(180deg, var(--coral-100) 0%, var(--cream) 100%);
}

/* ============ EYEBROW WARM VARIANTS ============ */
.eyebrow--coral { color: var(--coral-700); background: var(--coral-100); }
.eyebrow--coral::before { background: var(--coral); }
.eyebrow--sun { color: #8A5A0E; background: var(--sunshine-100); }
.eyebrow--sun::before { background: var(--sunshine); }
.eyebrow--mint { color: #11704A; background: var(--mint-100); }
.eyebrow--mint::before { background: var(--mint); }


/* === Mobile header polish =========================================
   Belt-and-braces: (1) any non-desktop viewport hides the inline
   nav-links + nav-social and shows the burger; (2) touch devices
   ALWAYS get the burger regardless of reported viewport (catches
   Safari "Request Desktop Website" reporting ~980px on iPhones);
   (3) on phones (<600px) we drop the brand subtitle and tighten the
   Refer CTA to one line so the brand + pill + burger triple fits
   without wrapping. */
@media (max-width: 1023.98px) {
  .nav-social,
  .nav-social[hidden]  { display: none !important; }
  .nav-links           { display: none !important; }
  .nav-toggle          { display: inline-flex !important; }
}
@media (hover: none) and (pointer: coarse) {
  .nav-social,
  .nav-social[hidden]  { display: none !important; }
  .nav-links           { display: none !important; }
  .nav-toggle          { display: inline-flex !important; }
}
@media (max-width: 599.98px) {
  .nav { gap: 12px; }
  .brand { gap: 10px; }
  .brand img { width: 40px; height: 40px; }
  .brand-text span { display: none; }
  .nav-cta {
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .nav-cta svg { display: none; }
}

/* AEO Quick Answer block — kept in DOM for search/AI engines, hidden
   from human mobile readers. The inline styles on the <aside> force
   !important to win. */
@media (max-width: 767.98px) {
  .aeo-answer[data-aeo="quick-answer"] { display: none !important; }
}
