:root {
  --navy-950: #06182c;
  --navy-900: #0a2140;
  --navy-800: #12375f;
  --blue-700: #225da8;
  --blue-600: #2c6fd3;
  --cyan-500: #17a9bd;
  --teal-500: #10a59a;
  --violet-500: #7357e8;
  --ink: #122033;
  --muted: #617087;
  --line: #dce5ef;
  --mist: #f3f7fb;
  --white: #ffffff;
  --success: #12805c;
  --danger: #b42318;
  --shadow-sm: 0 12px 35px rgba(17, 42, 75, .09);
  --shadow-lg: 0 30px 80px rgba(7, 31, 59, .18);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --transition: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(23,169,189,.4); outline-offset: 3px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--blue-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg,var(--cyan-500),var(--violet-500)); border-radius: 999px; }
.section-title { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.04em; color: var(--navy-950); }
.section-copy { margin: 22px 0 0; max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 48px; }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px;
  border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.88); font-size: .82rem; font-weight: 700;
}
.dot { width: 8px; height: 8px; border-radius: 50%; background: #58e2d4; box-shadow: 0 0 0 6px rgba(88,226,212,.12); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 760; letter-spacing: -.01em; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(120deg,var(--blue-600),var(--violet-500)); box-shadow: 0 16px 34px rgba(69,93,210,.25); }
.btn-primary:hover { box-shadow: 0 20px 42px rgba(69,93,210,.34); }
.btn-secondary { color: var(--navy-900); background: var(--white); border-color: rgba(10,33,64,.12); box-shadow: var(--shadow-sm); }
.btn-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); }
.btn-link { min-height: auto; padding: 0; color: var(--blue-700); border-radius: 0; }
.arrow { transition: transform var(--transition); }
.btn:hover .arrow, a:hover .arrow { transform: translateX(4px); }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,229,239,.82);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 auto; }
.brand-copy strong { display: block; color: var(--navy-900); font-size: 1.03rem; line-height: 1; letter-spacing: .06em; }
.brand-copy span { display: block; margin-top: 7px; color: var(--cyan-500); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.primary-nav { display: flex; align-items: center; gap: 6px; }
.primary-nav a { padding: 10px 14px; border-radius: 999px; color: #46556a; font-weight: 680; font-size: .94rem; }
.primary-nav a:hover, .primary-nav a.active { color: var(--navy-950); background: var(--mist); }
.header-cta { margin-left: 8px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--mist); color: var(--navy-900); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: currentColor; border-radius: 99px; }

.hero {
  position: relative; overflow: hidden; min-height: 735px; color: var(--white);
  background:
    radial-gradient(circle at 83% 15%, rgba(79,105,219,.55), transparent 30%),
    radial-gradient(circle at 30% 90%, rgba(15,163,154,.35), transparent 36%),
    linear-gradient(125deg,#06172b 0%,#0a2c52 48%,#12385f 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 68px; padding: 92px 0 86px; }
.hero h1 { margin: 26px 0 22px; font-size: clamp(3.3rem, 6.5vw, 6.35rem); line-height: .95; letter-spacing: -.06em; max-width: 760px; }
.hero h1 span { display: block; background: linear-gradient(110deg,#ffffff 15%,#77e9dd 65%,#b8a8ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { margin: 0; color: rgba(255,255,255,.74); font-size: 1.16rem; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.proof-item strong { display: block; font-size: 1.05rem; color: var(--white); }
.proof-item span { color: rgba(255,255,255,.58); font-size: .86rem; }

.hero-visual { position: relative; min-height: 560px; }
.hero-photo {
  position: absolute; inset: 40px 0 0 46px; border-radius: 40px; overflow: hidden;
  box-shadow: 0 35px 90px rgba(0,0,0,.38); border: 1px solid rgba(255,255,255,.16);
}
.hero-photo::after { content:""; position:absolute; inset:0; background: linear-gradient(to top,rgba(5,18,34,.34),transparent 50%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.orbit-card small { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.orbit-card strong { display: block; margin-top: 4px; color: var(--navy-900); font-size: 1rem; }
.orbit-card {
  position: absolute; z-index: 2; min-width: 210px; padding: 18px; border-radius: 20px;
  background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 24px 65px rgba(2,16,32,.26);
  backdrop-filter: blur(12px);
}
.orbit-card.one { left: 560px; top: 42px; }
.orbit-card.two { right: -230px; top: 240px; }
.orbit-card.three { left: 560px; bottom: 3px; }
.icon-dot { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 13px; color: var(--white); background: linear-gradient(135deg,var(--cyan-500),var(--violet-500)); }

.trust-strip { position: relative; z-index: 2; margin-top: -34px; }
.trust-panel { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); border-radius: 24px; overflow: hidden; background: var(--white); box-shadow: var(--shadow-lg); }
.trust-panel > div { padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-panel > div:last-child { border-right: 0; }
.trust-panel .label { background: var(--navy-900); color: var(--white); }
.trust-panel small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.trust-panel .label small { color: rgba(255,255,255,.62); }
.trust-panel strong { display: block; margin-top: 5px; color: var(--navy-900); }
.trust-panel .label strong { color: var(--white); }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.service-card {
  position: relative; min-height: 330px; padding: 34px; border-radius: var(--radius-md); overflow: hidden;
  background: var(--mist); border: 1px solid #e6edf5; transition: transform var(--transition), box-shadow var(--transition), border var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-card::after { content:""; position:absolute; width:180px; height:180px; right:-60px; bottom:-80px; border-radius:50%; background: radial-gradient(circle,rgba(23,169,189,.2),transparent 65%); }
.service-num { color: var(--blue-600); font-weight: 850; font-size: .78rem; letter-spacing: .12em; }
.service-card h3 { margin: 48px 0 14px; font-size: clamp(1.65rem,3vw,2.2rem); line-height: 1.1; color: var(--navy-950); letter-spacing: -.04em; }
.service-card p { margin: 0 0 22px; color: var(--muted); max-width: 520px; }
.service-card .chip-row { margin-top: 24px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 7px 11px; border-radius: 999px; color: var(--navy-800); background: rgba(255,255,255,.86); border: 1px solid rgba(18,55,95,.08); font-size: .78rem; font-weight: 700; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.media-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 560px; box-shadow: var(--shadow-lg); }
.media-card img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.media-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(5,22,42,.56),transparent 58%); }
.media-caption { position:absolute; z-index:2; left:30px; right:30px; bottom:30px; padding:24px; border-radius:20px; color:var(--white); background:rgba(5,24,44,.72); backdrop-filter:blur(12px); }
.media-caption strong { display:block; font-size:1.08rem; }
.media-caption span { display:block; color:rgba(255,255,255,.68); font-size:.9rem; margin-top:4px; }
.feature-list { display:grid; gap:16px; margin-top:32px; }
.feature { display:grid; grid-template-columns:auto 1fr; gap:16px; padding:18px 0; border-bottom:1px solid var(--line); }
.feature:last-child { border-bottom:0; }
.feature-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; color:var(--blue-700); background:#eaf3ff; }
.feature h4 { margin:0 0 4px; color:var(--navy-900); font-size:1rem; }
.feature p { margin:0; color:var(--muted); font-size:.93rem; }

.dark-section { color:var(--white); background:linear-gradient(130deg,var(--navy-950),#0c3158 62%,#123b68); }
.dark-section .section-title { color:var(--white); }
.dark-section .section-copy { color:rgba(255,255,255,.66); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:46px; }
.process-card { position:relative; padding:28px 24px; border-radius:20px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); }
.process-card:not(:last-child)::after { content:"→"; position:absolute; right:23px; top:33px; z-index:2; width:28px; height:28px; display:grid; place-items:center; border-radius:50%; color:var(--navy-900); background:#83e5dc; }
.process-card span { color:#82e4db; font-size:.75rem; font-weight:850; letter-spacing:.12em; }
.process-card h3 { margin:30px 0 10px; font-size:1.15rem; }
.process-card p { margin:0; color:rgba(255,255,255,.62); font-size:.9rem; }

.audience-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.audience-card { padding:42px; border-radius:28px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-sm); }
.audience-card.alt { color:var(--white); background:linear-gradient(135deg,var(--blue-700),var(--violet-500)); border:0; }
.audience-card h3 { margin:0 0 14px; font-size:2rem; letter-spacing:-.04em; }
.audience-card p { color:var(--muted); }
.audience-card.alt p { color:rgba(255,255,255,.72); }
.audience-card ul { padding:0; margin:26px 0 30px; list-style:none; display:grid; gap:12px; }
.audience-card li { display:flex; gap:12px; align-items:flex-start; }
.audience-card li::before { content:"✓"; width:24px; height:24px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:#e6f8f6; color:var(--teal-500); font-weight:900; font-size:.78rem; }
.audience-card.alt li::before { color:var(--white); background:rgba(255,255,255,.16); }

.cta-panel { position:relative; overflow:hidden; padding:64px; border-radius:34px; color:var(--white); background:linear-gradient(120deg,#0a2850,#225da8 58%,#6e55df); box-shadow:var(--shadow-lg); }
.cta-panel::after { content:""; position:absolute; width:380px; height:380px; border-radius:50%; right:-130px; top:-170px; border:1px solid rgba(255,255,255,.2); box-shadow:0 0 0 48px rgba(255,255,255,.035),0 0 0 96px rgba(255,255,255,.025); }
.cta-inner { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:42px; }
.cta-panel h2 { margin:0; max-width:690px; font-size:clamp(2.1rem,4.3vw,4.2rem); line-height:1; letter-spacing:-.05em; }
.cta-panel p { margin:18px 0 0; color:rgba(255,255,255,.7); max-width:620px; }

.page-hero { padding:92px 0 82px; color:var(--white); background:linear-gradient(125deg,var(--navy-950),#0e365f 64%,#345bb7); }
.page-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:60px; }
.page-hero h1 { margin:18px 0 18px; font-size:clamp(3rem,6vw,5.8rem); line-height:.98; letter-spacing:-.055em; }
.page-hero p { color:rgba(255,255,255,.68); font-size:1.12rem; max-width:720px; }
.page-hero-stat { padding:28px; border-radius:22px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.13); }
.page-hero-stat strong { display:block; font-size:1.3rem; }
.page-hero-stat span { color:rgba(255,255,255,.62); }

.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.value-card { padding:30px; border:1px solid var(--line); border-radius:22px; background:var(--white); }
.value-card span { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; color:var(--white); background:linear-gradient(135deg,var(--blue-600),var(--cyan-500)); }
.value-card h3 { margin:28px 0 10px; color:var(--navy-900); }
.value-card p { margin:0; color:var(--muted); }

.service-detail { scroll-margin-top:100px; padding:42px; border-radius:28px; border:1px solid var(--line); background:var(--white); box-shadow:var(--shadow-sm); }
.service-detail + .service-detail { margin-top:28px; }
.service-detail-head { display:grid; grid-template-columns:90px 1fr auto; gap:24px; align-items:start; }
.service-detail-num { width:74px; height:74px; display:grid; place-items:center; border-radius:22px; color:var(--white); font-size:1.15rem; font-weight:850; background:linear-gradient(135deg,var(--blue-600),var(--violet-500)); }
.service-detail h2 { margin:0 0 10px; color:var(--navy-950); font-size:2.25rem; letter-spacing:-.04em; }
.service-detail p { margin:0; color:var(--muted); max-width:760px; }
.roles-wrap { display:grid; grid-template-columns:1fr .85fr; gap:38px; margin-top:32px; padding-top:30px; border-top:1px solid var(--line); }
.role-columns { columns:2; column-gap:28px; padding:0; margin:0; list-style:none; }
.role-columns li { break-inside:avoid; position:relative; padding:7px 0 7px 20px; color:#34455b; font-size:.92rem; }
.role-columns li::before { content:""; position:absolute; left:0; top:15px; width:7px; height:7px; border-radius:50%; background:var(--cyan-500); }
.facility-box { padding:24px; border-radius:20px; background:var(--mist); }
.facility-box h3 { margin:0 0 15px; color:var(--navy-900); }
.facility-box ul { margin:0; padding-left:18px; color:var(--muted); }
.service-anchor-nav { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.service-anchor-nav a { padding:10px 14px; border-radius:999px; color:var(--navy-800); background:var(--mist); font-size:.84rem; font-weight:750; }
.service-anchor-nav a:hover { color:var(--white); background:var(--blue-700); }

.contact-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:60px; align-items:start; }
.contact-panel { position:sticky; top:110px; padding:36px; color:var(--white); border-radius:28px; background:linear-gradient(145deg,var(--navy-950),#123b69); box-shadow:var(--shadow-lg); }
.contact-panel h2 { margin:0; font-size:2rem; line-height:1.1; letter-spacing:-.04em; }
.contact-panel p { color:rgba(255,255,255,.66); }
.contact-method { padding:22px 0; border-top:1px solid rgba(255,255,255,.12); }
.contact-method small { display:block; color:#85e9e0; font-size:.72rem; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.contact-method strong { display:block; margin-top:6px; font-size:1rem; word-break:break-word; }
.form-card { padding:38px; border-radius:28px; background:var(--white); border:1px solid var(--line); box-shadow:var(--shadow-sm); }
.form-card h2 { margin:0 0 8px; color:var(--navy-950); font-size:2rem; letter-spacing:-.04em; }
.form-card > p { margin:0 0 28px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:grid; gap:8px; }
.field.full { grid-column:1/-1; }
.field label { font-weight:720; font-size:.9rem; color:#2a3b50; }
.field input, .field select, .field textarea {
  width:100%; min-height:50px; border:1px solid #cfd9e5; border-radius:14px; padding:13px 14px;
  color:var(--ink); background:#fbfdff; transition:border var(--transition),box-shadow var(--transition),background var(--transition);
}
.field textarea { min-height:150px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--blue-600); background:var(--white); box-shadow:0 0 0 4px rgba(44,111,211,.1); outline:0; }
.form-note { margin:18px 0; color:var(--muted); font-size:.82rem; }
.form-status { display:none; margin-bottom:18px; padding:14px 16px; border-radius:12px; font-weight:650; }
.form-status.success { display:block; color:#0c6247; background:#e8f8f1; border:1px solid #bee8d7; }
.form-status.error { display:block; color:#8a1c14; background:#fff0ee; border:1px solid #f5c3bd; }

.site-footer { color:rgba(255,255,255,.72); background:#041426; }
.footer-main { display:grid; grid-template-columns:1.6fr 1fr 1fr 1.1fr; gap:46px; padding:72px 0 52px; }
.footer-brand p { max-width:390px; color:rgba(255,255,255,.58); }
.footer-col h3 { margin:0 0 18px; color:var(--white); font-size:.9rem; letter-spacing:.08em; text-transform:uppercase; }
.footer-col a { display:flex;  align-items: center;
  gap: 8px; padding:5px 0; color:rgba(255,255,255,.62); }
.footer-col a:hover { color:var(--white); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding:22px 0 30px; border-top:1px solid rgba(255,255,255,.09); font-size:.82rem; }
.footer-bottom nav { display:flex; flex-wrap:wrap; gap:18px; }
.footer-brand .brand-copy strong { color:var(--white); }

.bg-mist { background:var(--mist); }
.text-center { text-align:center; }
.mx-auto { margin-inline:auto; }
.hide-desktop { display:none; }

.reveal { opacity:0; transform:translateY(20px); transition:opacity 700ms ease,transform 700ms ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1060px) {
  .primary-nav { position:fixed; inset:82px 18px auto; display:none; flex-direction:column; align-items:stretch; padding:16px; border-radius:22px; background:var(--white); box-shadow:var(--shadow-lg); border:1px solid var(--line); }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:13px 14px; }
  .header-cta { margin:6px 0 0; }
  .menu-toggle { display:block; }
  .hero-grid { grid-template-columns:1fr; gap:30px; }
  .hero-visual { min-height:510px; max-width:760px; }
  .trust-panel { grid-template-columns:1fr 1fr 1fr; }
  .trust-panel .label { grid-column:1/-1; }
  .trust-panel > div { border-bottom:1px solid var(--line); }
  .split, .contact-layout { grid-template-columns:1fr; }
  .contact-panel { position:static; }
  .process-grid { grid-template-columns:1fr 1fr; }
  .process-card:nth-child(2)::after { display:none; }
  .page-hero-grid { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-main .footer-col:last-child { grid-column:1/-1; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:74px 0; }
  .section-sm { padding:56px 0; }
  .section-heading { display:block; }
  .section-heading .btn { margin-top:22px; }
  .brand { min-width:0; }
  .brand-copy strong { font-size:.88rem; }
  .brand-copy span { font-size:.58rem; letter-spacing:.12em; }
  .hero { min-height:auto; }
  .hero-grid { padding:70px 0 64px; }
  .hero h1 { font-size:clamp(3rem,15vw,4.9rem); }
  .hero-copy { font-size:1rem; }
  .hero-visual { min-height:440px; }
  .hero-photo { inset:30px 8px 0 24px; border-radius:28px; }
  .orbit-card { min-width:175px; padding:14px; }
  .orbit-card.two { right:-4px; top:150px; }
  .orbit-card.three { left:0; }
  .trust-strip { margin-top:0; padding-top:18px; background:var(--mist); }
  .trust-panel { grid-template-columns:1fr 1fr; border-radius:20px; }
  .trust-panel .label { grid-column:1/-1; }
  .service-grid, .audience-grid, .values-grid { grid-template-columns:1fr; }
  .service-card { min-height:300px; padding:28px; }
  .split { gap:36px; }
  .media-card { min-height:440px; }
  .process-grid { grid-template-columns:1fr; }
  .process-card::after { display:none; }
  .cta-panel { padding:38px 26px; }
  .cta-inner { display:block; }
  .cta-inner .btn { margin-top:28px; }
  .service-detail { padding:26px; }
  .service-detail-head { grid-template-columns:1fr; }
  .roles-wrap { grid-template-columns:1fr; }
  .role-columns { columns:1; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .form-card { padding:26px; }
  .footer-main { grid-template-columns:1fr 1fr; gap:34px; }
  .footer-brand { grid-column:1/-1; }
  .footer-main .footer-col:last-child { grid-column:auto; }
  .footer-bottom { display:block; }
  .footer-bottom nav { margin-top:10px; }
}

@media (max-width: 520px) {
  .nav-wrap { min-height:74px; }
  .primary-nav { inset:74px 12px auto; }
  .brand-mark { width:38px; height:38px; }
  .brand-copy span { display:none; }
  .hero-actions .btn { width:100%; }
  .hero-visual { min-height:390px; }
  .orbit-card { min-width:148px; }
  .orbit-card small { font-size:.62rem; }
  .orbit-card strong { font-size:.85rem; }
  .trust-panel { grid-template-columns:1fr; }
  .trust-panel .label { grid-column:auto; }
  .audience-card { padding:30px 24px; }
  .page-hero { padding:72px 0 64px; }
  .footer-main { grid-template-columns:1fr; }
  .footer-brand, .footer-main .footer-col:last-child { grid-column:auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
.primary-nav a.btn-primary { color: var(--white); }
.primary-nav a.btn-primary:hover { color: var(--white); background: linear-gradient(120deg,var(--blue-600),var(--violet-500)); }
