/* 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;

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

  --grad-brand: linear-gradient(135deg, #2D9FFF 0%, #1180E8 60%, #0E6BC2 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: 960px) { .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: 960px) { .nav-toggle { display: none; } }
.site-header.is-scrolled .nav-toggle { background: var(--brand-100); color: var(--navy); }

.nav-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: var(--grad-navy);
  display: flex; flex-direction: column; padding: 24px;
  transform: translateY(-100%); transition: transform .5s var(--ease-out);
}
.nav-overlay.is-open { transform: translateY(0); }
.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; z-index: 0; pointer-events: none; }
.hero-vignette {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(70% 60% at 50% 90%, rgba(10,37,64,.6) 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;
}
.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; }
