/* ==========================================================================
   CSIK Consulting — Design System
   Marine Corps scarlet & gold on cool gray and charcoal.
     Scarlet  #BA0C2F  (Pantone 200 C)
     Gold     #FFC72C  (Pantone 123 C)
     Gray     #A3ABAE  (from the CSIK wordmark)
   Gold is a BACKGROUND colour on light surfaces (1.6:1 on white) — it is only
   used for text on charcoal or scarlet. Token names are kept generic so the
   whole palette can be swapped from this block alone.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Charcoal ramp (was navy) */
  --ink:        #14181A;
  --navy-900:   #1E2427;   /* deep sections, footer */
  --navy-800:   #2A3134;
  --navy-700:   #39423F;
  --steel-600:  #4C565A;
  --steel-500:  #5B666B;

  /* Cool gray ramp — from the wordmark */
  --slate-400:  #7C868A;
  --slate-450:  #616B6F;   /* AA on white/paper for small text */
  --slate-350:  #9AA4A8;   /* AA on charcoal for small text */
  --slate-300:  #BFC7CA;
  --slate-200:  #D8DDDF;
  --slate-100:  #ECEFF0;
  --paper:      #F7F8F8;
  --white:      #FFFFFF;

  /* Marine Corps scarlet */
  --blue-600:   #BA0C2F;   /* primary — 6.6:1 on white */
  --blue-500:   #D01439;
  --blue-400:   #FFC72C;   /* links/accents on dark = gold, 9.6:1 on charcoal */
  --cyan-400:   #FFC72C;
  --scarlet-900:#7E0620;

  /* Marine Corps gold */
  --gold-500:   #8A5D00;   /* gold-family TEXT on white — 5.8:1 */
  --gold-400:   #FFC72C;   /* gold as a surface */

  --ok:         #1E8E5A;
  --ok-text:    #16744A;   /* AA on white */
  --warn:       #8A5D00;
  --danger:     #A3231A;

  /* Semantic */
  --bg:            var(--white);
  --bg-alt:        var(--paper);
  --bg-deep:       var(--navy-900);
  --text:          #1E2427;
  --text-muted:    #545E62;
  --text-invert:   #F0F2F2;
  --text-invert-mut:#B8C1C4;
  --line:          #DFE3E4;
  --line-deep:     rgba(255,255,255,.15);
  --brand:         var(--blue-600);
  --brand-ink:     #9A0A27;

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --step--1: clamp(.8125rem, .79rem + .11vw, .875rem);
  --step-0:  clamp(1rem, .97rem + .15vw, 1.0625rem);
  --step-1:  clamp(1.125rem, 1.07rem + .27vw, 1.3125rem);
  --step-2:  clamp(1.375rem, 1.28rem + .48vw, 1.75rem);
  --step-3:  clamp(1.75rem, 1.57rem + .89vw, 2.4rem);
  --step-4:  clamp(2.1rem, 1.79rem + 1.55vw, 3.25rem);
  --step-5:  clamp(2.5rem, 1.98rem + 2.6vw, 4.25rem);

  /* Space */
  --sp-1: .25rem;  --sp-2: .5rem;   --sp-3: .75rem;  --sp-4: 1rem;
  --sp-5: 1.5rem;  --sp-6: 2rem;    --sp-7: 3rem;    --sp-8: 4rem;
  --sp-9: 6rem;    --sp-10: 8rem;

  --wrap: 1200px;
  --wrap-narrow: 760px;

  --r-sm: 4px; --r: 8px; --r-lg: 14px; --r-xl: 22px;

  --sh-1: 0 1px 2px rgba(30,36,39,.06), 0 1px 3px rgba(30,36,39,.05);
  --sh-2: 0 2px 4px rgba(30,36,39,.05), 0 6px 16px rgba(30,36,39,.07);
  --sh-3: 0 4px 8px rgba(30,36,39,.06), 0 16px 40px rgba(30,36,39,.11);
  --sh-brand: 0 8px 26px rgba(186,12,47,.30);

  --ease: cubic-bezier(.22,.61,.36,1);
  --dur: .28s;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
h1,h2,h3,h4,h5 { line-height: 1.15; font-weight: 700; letter-spacing: -.02em; text-wrap: balance; color: var(--navy-900); }
p { text-wrap: pretty; }
a { color: var(--brand-ink); text-decoration-thickness: 1px; text-underline-offset: 2px; }
ul, ol { padding-left: 1.15em; }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 2px; }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }
@media (max-width: 640px) { .wrap, .wrap-narrow { width: min(100% - 2rem, var(--wrap)); } }

.section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--alt { background: var(--bg-alt); }
.section--deep { background: var(--bg-deep); color: var(--text-invert); }
.section--deep h1, .section--deep h2, .section--deep h3, .section--deep h4 { color: var(--white); }
.section--deep p { color: var(--text-invert-mut); }
.section--deep a:not(.btn),
.phero a:not(.btn),
.hero a:not(.btn) { color: var(--blue-400); }
.section--deep a.btn,
.phero a.btn,
.hero a.btn { color: var(--btn-fg); }

.grid { display: grid; gap: var(--sp-5); }
.grid > * { min-width: 0; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.stack > * + * { margin-top: var(--sp-4); }
.flow > * + * { margin-top: var(--sp-5); }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--brand); font-family: var(--font-sans);
}
.eyebrow::before { content: ""; width: 1.75rem; height: 2px; background: currentColor; opacity: .55; }
.section--deep .eyebrow,
.phero .eyebrow,
.hero .eyebrow { color: var(--blue-400); }

.h-hero  { font-size: var(--step-5); letter-spacing: -.035em; }
.h-xl    { font-size: var(--step-4); letter-spacing: -.03em; }
.h-lg    { font-size: var(--step-3); letter-spacing: -.028em; }
.h-md    { font-size: var(--step-2); letter-spacing: -.02em; }
.h-sm    { font-size: var(--step-1); letter-spacing: -.015em; }
.lede    { font-size: var(--step-1); color: var(--text-muted); line-height: 1.6; max-width: 62ch; }
.section--deep .lede,
.phero .lede,
.hero .lede { color: var(--text-invert-mut); }
.small   { font-size: var(--step--1); }
.muted   { color: var(--text-muted); }
.mono    { font-family: var(--font-mono); font-size: .875em; letter-spacing: -.01em; }
.center  { text-align: center; }
.center .lede { margin-inline: auto; }
.measure { max-width: 68ch; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--brand); --btn-fg: #fff; --btn-bd: var(--brand);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .8rem 1.5rem; border-radius: var(--r);
  background: var(--btn-bg); color: var(--btn-fg); border: 1.5px solid var(--btn-bd);
  font-weight: 600; font-size: var(--step-0); line-height: 1.2;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-brand); }
.btn:active { transform: translateY(0); }
.btn svg { flex: none; }
.btn--lg { padding: 1rem 1.9rem; font-size: var(--step-1); }
.btn--sm { padding: .55rem 1.05rem; font-size: var(--step--1); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--navy-800); --btn-bd: var(--line); }
.btn--ghost:hover { --btn-bd: var(--brand); --btn-fg: var(--brand); box-shadow: var(--sh-2); }
.btn--on-dark { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255,255,255,.35); }
.btn--on-dark:hover { --btn-bg: rgba(255,255,255,.1); --btn-bd: rgba(255,255,255,.7); box-shadow: none; }
.btn--white { --btn-bg: #fff; --btn-fg: var(--navy-900); --btn-bd: #fff; }
.btn--white:hover { box-shadow: 0 8px 28px rgba(0,0,0,.3); }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.btn-row--center { justify-content: center; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; text-decoration: none; color: var(--brand-ink);
}
.link-arrow::after { content: "→"; transition: transform var(--dur) var(--ease); }
.link-arrow:hover { text-decoration: underline; }
.link-arrow:hover::after { transform: translateX(4px); }

/* ---------- Badges / pills ---------- */
.badge {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .7rem; border-radius: 100px;
  font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  background: var(--slate-100); color: var(--steel-500); border: 1px solid var(--line);
}
.badge--vet   { background: rgba(255,199,44,.20); color: var(--gold-500); border-color: rgba(202,150,20,.45); }
.hero .badge--vet, .phero .badge--vet, .section--deep .badge--vet, .cta-band .badge--vet
              { background: rgba(255,199,44,.18); color: #FFC72C; border-color: rgba(255,199,44,.5); }
.badge--brand { background: rgba(186,12,47,.09); color: var(--brand-ink); border-color: rgba(186,12,47,.26); }
.badge--ok    { background: rgba(30,142,90,.12); color: #146A42; border-color: rgba(30,142,90,.3); }
.badge--warn  { background: rgba(255,199,44,.24); color: var(--gold-500); border-color: rgba(202,150,20,.45); }
.badge--danger{ background: rgba(192,57,43,.1); color: #9B2C21; border-color: rgba(192,57,43,.26); }
.badge--dark  { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.22); }
.badge-row { display: flex; flex-wrap: wrap; gap: var(--sp-2); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--dur) var(--ease);
}
.site-header.is-stuck { box-shadow: var(--sh-2); }
.site-header::after { content: ""; display: block; height: 3px;
  background: linear-gradient(90deg, var(--brand) 0 68%, var(--gold-400) 68% 100%); }
.nav { display: flex; align-items: center; gap: var(--sp-5); min-height: 84px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand__logo { width: auto; height: 62px; flex: none; }
@media (max-width: 1120px) { .brand__logo { height: 54px; } }
@media (max-width: 480px)  { .brand__logo { height: 44px; } }
.site-footer .brand__logo { height: 66px; }

.nav__menu { display: flex; align-items: center; gap: .15rem; margin-left: auto; list-style: none; padding: 0; }
.nav__link {
  display: block; padding: .55rem .7rem; border-radius: var(--r-sm);
  white-space: nowrap;
  font-size: .935rem; font-weight: 550; color: var(--navy-800); text-decoration: none;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav__link:hover { background: var(--slate-100); color: var(--brand-ink); }
.nav__link[aria-current="page"] { color: var(--brand); box-shadow: inset 0 -2px 0 var(--brand); border-radius: 0; }
.nav__cta { margin-left: var(--sp-3); }

/* utility links folded in from the old second bar — quieter than the
   primary nav so the section links still read first */
.nav__util .nav__link { font-size: .85rem; font-weight: 500; color: var(--text-muted); }
.nav__util .nav__link:hover { color: var(--brand-ink); }
/* rule before the first utility link only — :first-of-type would match the
   first <li> in the whole menu, which is a primary nav item */
.nav__item:not(.nav__util) + .nav__util {
  margin-left: var(--sp-3); padding-left: var(--sp-3); border-left: 1px solid var(--line);
}
/* the phone is the first thing to go when the bar gets tight — it is still in
   the drawer, the footer, and on /contact */
@media (max-width: 1300px) { .nav__util--phone { display: none; } }

/* dropdown */
.nav__item { position: relative; }
.nav__toggle { background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: .3rem; }
.nav__toggle svg { transition: transform var(--dur) var(--ease); }
.nav__item.is-open .nav__toggle svg { transform: rotate(180deg); }
.nav__drop {
  position: absolute; top: calc(100% + .5rem); left: 50%; transform: translateX(-50%) translateY(-6px);
  min-width: 330px; padding: .5rem; list-style: none; margin: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-3);
  opacity: 0; visibility: hidden; transition: all var(--dur) var(--ease);
}
.nav__item.is-open .nav__drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__drop a { display: block; padding: .6rem .75rem; border-radius: var(--r); text-decoration: none; color: var(--navy-800); }
.nav__drop a:hover { background: var(--slate-100); }
.nav__drop strong { display: block; font-size: .92rem; font-weight: 650; }
.nav__drop span { display: block; font-size: .78rem; color: var(--text-muted); line-height: 1.45; }

.nav__burger {
  display: none; margin-left: auto; width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: 1px solid var(--line); border-radius: var(--r); cursor: pointer;
}
.nav__burger span { display: block; width: 20px; height: 2px; background: var(--navy-900); position: relative; transition: all var(--dur) var(--ease); }
.nav__burger span::before, .nav__burger span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--navy-900); transition: all var(--dur) var(--ease); }
.nav__burger span::before { top: -6px; } .nav__burger span::after { top: 6px; }
.nav__burger[aria-expanded="true"] span { background: transparent; }
.nav__burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav__burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1120px) {
  .nav__util--phone { display: block; }   /* back in the drawer */
  /* backdrop-filter makes the header a containing block for its fixed
     descendants, which squashed the slide-out drawer to the header's height
     and pushed a phantom 343px of sideways scroll onto every page. The frosted
     header is a desktop nicety; drop it at drawer widths and go solid. */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
  .nav__burger { display: inline-flex; }
  .nav__menu {
    position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw);
    flex-direction: column; align-items: stretch; gap: .15rem;
    padding: 6rem 1.25rem 2rem; background: #fff; border-left: 1px solid var(--line);
    box-shadow: var(--sh-3); overflow-y: auto;
    transform: translateX(100%); transition: transform var(--dur) var(--ease);
    /* Hidden, not merely off-screen: keeps the closed drawer out of the tab
       order and stops it from creating a sideways scroll on narrow screens.
       Visibility flips after the slide finishes, so the close still animates. */
    visibility: hidden; transition: transform var(--dur) var(--ease), visibility 0s linear var(--dur);
  }
  .nav__menu.is-open {
    transform: translateX(0); visibility: visible;
    transition: transform var(--dur) var(--ease), visibility 0s;
  }
  .nav__link { padding: .8rem .6rem; font-size: 1.02rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav__drop {
    position: static; transform: none; opacity: 1; visibility: visible; min-width: 0;
    box-shadow: none; border: 0; border-left: 2px solid var(--line); border-radius: 0;
    margin-left: .6rem; padding: 0 0 .5rem .5rem; display: none;
  }
  .nav__item.is-open .nav__drop { display: block; transform: none; }
  .nav__cta { margin: var(--sp-4) 0 0; }
  /* in the drawer the utility links are just more list rows */
  .nav__item:not(.nav__util) + .nav__util { margin-left: 0; padding-left: 0; border-left: 0; }
  .nav__util .nav__link { font-size: 1.02rem; }
  .nav__toggle { width: 100%; justify-content: space-between; }
}
.nav-scrim { position: fixed; inset: 0; background: rgba(7,19,32,.5); opacity: 0; visibility: hidden; transition: all var(--dur) var(--ease); z-index: 99; }
.nav-scrim.is-open { opacity: 1; visibility: visible; }

.skip-link {
  position: absolute; left: 50%; top: -100px; transform: translateX(-50%);
  z-index: 200; padding: .75rem 1.25rem; background: var(--navy-900); color: #fff;
  border-radius: 0 0 var(--r) var(--r); text-decoration: none; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background-color: #1E2427;
  background-image: linear-gradient(158deg, #171C1F 0%, #232A2D 46%, #2E3639 100%);
  color: var(--text-invert);
  padding-block: clamp(4rem, 9vw, 7.5rem);
  isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background-image: radial-gradient(rgba(255,255,255,.10) 1.6px, transparent 1.7px);
  background-size: 15px 15px;
  mask-image: radial-gradient(ellipse 90% 75% at 72% 35%, #000 15%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 72% 35%, #000 15%, transparent 78%);
}
.hero::after {
  content: ""; position: absolute; z-index: -1;
  width: 620px; height: 620px; right: -8%; top: -30%;
  background: radial-gradient(circle, rgba(186,12,47,.22) 0%, rgba(186,12,47,.07) 38%, transparent 62%);
  filter: blur(10px); pointer-events: none;
}
.hero h1 { color: #fff; }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 940px) { .hero__grid { grid-template-columns: 1fr; } }
/* single-column hero (no side panel) — keep the measure readable on wide screens */
.hero__grid--solo { grid-template-columns: 1fr; }
.hero__grid--solo h1 { max-width: 22ch; }
.hero__lede { font-size: var(--step-1); color: var(--text-invert-mut); max-width: 56ch; }

/* page hero (interior) */
.phero {
  background-color: #1E2427;
  background-image: linear-gradient(153deg, #171C1F 0%, #2C3437 100%);
  color: var(--text-invert); padding-block: clamp(3rem, 6vw, 5rem);
  position: relative; overflow: hidden; isolation: isolate;
}
.phero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: radial-gradient(rgba(255,255,255,.09) 1.5px, transparent 1.6px);
  background-size: 14px 14px;
  mask-image: radial-gradient(ellipse 70% 90% at 85% 20%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 90% at 85% 20%, #000 10%, transparent 75%);
}
.phero h1 { color: #fff; margin-top: var(--sp-3); }
.phero .lede { margin-top: var(--sp-4); }

.crumbs { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 0 0 var(--sp-2); font-size: .8rem; color: var(--slate-350); }
.crumbs a { color: var(--slate-300); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--steel-500); }

/* ---------- Cards ---------- */
.card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: var(--sp-5);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  display: flex; flex-direction: column; gap: var(--sp-3);
}
.card--link:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--blue-400); }
.card h3 { font-size: var(--step-1); }
.card p { color: var(--text-muted); font-size: .95rem; }
.card__link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card--deep { background: rgba(255,255,255,.045); border-color: var(--line-deep); }
.card--deep h3 { color: #fff; } .card--deep p { color: var(--text-invert-mut); }
.card--flat { border: 0; background: var(--bg-alt); }
.card__foot { margin-top: auto; padding-top: var(--sp-3); }

.icon-tile {
  width: 48px; height: 48px; flex: none; display: grid; place-items: center;
  border-radius: 11px; background: linear-gradient(145deg, rgba(186,12,47,.11), rgba(255,199,44,.16));
  border: 1px solid rgba(186,12,47,.22); color: var(--brand);
}
.icon-tile svg { width: 24px; height: 24px; }
.icon-tile--deep { background: rgba(255,255,255,.08); border-color: var(--line-deep); color: var(--blue-400); }
.icon-tile--gold { background: rgba(255,199,44,.26); border-color: rgba(202,150,20,.42); color: var(--gold-500); }
.icon-tile--lg { width: 60px; height: 60px; border-radius: 14px; }
.icon-tile--lg svg { width: 30px; height: 30px; }

/* numbered steps */
.steps { counter-reset: s; list-style: none; padding: 0; display: grid; gap: var(--sp-5); }
.step { counter-increment: s; position: relative; padding-left: 4.25rem; }
.step::before {
  content: counter(s, decimal-leading-zero); position: absolute; left: 0; top: -.15rem;
  width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: var(--r);
  background: var(--navy-900); color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: 1rem;
}
.section--deep .step::before { background: var(--blue-600); }
.step h3 { font-size: var(--step-1); margin-bottom: .3rem; }
.step p { color: var(--text-muted); }
.section--deep .step p { color: var(--text-invert-mut); }

/* feature list */
.checks { list-style: none; padding: 0; display: grid; gap: var(--sp-3); }
.checks li { position: relative; padding-left: 1.9rem; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: 1.1rem; height: 1.1rem; border-radius: 50%;
  background: rgba(186,12,47,.11) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23BA0C2F' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E") center/.8rem no-repeat;
}
.section--deep .checks li::before,
.phero .checks li::before,
.hero .checks li::before { background-color: rgba(255,199,44,.22); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFC72C' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E"); }
.checks--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }

/* ---------- Logo / trust strip ---------- */
.trust { border-bottom: 1px solid var(--line); border-top: 3px solid var(--gold-400);
  background: var(--bg-alt); padding-block: var(--sp-5); }
.trust__in { display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 4vw, 3.5rem); flex-wrap: wrap; }
.trust__label { font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--slate-450); font-weight: 700; }
.trust__item { display: flex; align-items: center; gap: .55rem; font-weight: 650; color: var(--steel-500); font-size: .93rem; }
.trust__item svg { width: 22px; height: 22px; color: var(--slate-450); }

/* ---------- Tables ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
table.data { width: 100%; border-collapse: collapse; font-size: .93rem; }
table.data caption { text-align: left; padding: var(--sp-4) var(--sp-5); font-weight: 700; color: var(--navy-900); border-bottom: 1px solid var(--line); }
table.data th, table.data td { padding: .8rem 1.05rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.data thead th { background: var(--bg-alt); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--steel-500); font-weight: 700; white-space: nowrap; }
table.data tbody tr:last-child td { border-bottom: 0; }
table.data tbody tr:hover { background: #FAFAFA; }
table.data td.num, table.data th.num { text-align: right; font-family: var(--font-mono); font-size: .87rem; }
table.data .code { font-family: var(--font-mono); font-size: .85rem; color: var(--brand-ink); font-weight: 600; }

/* ---------- Forms ---------- */
.field { display: grid; gap: .4rem; }
.field label { font-size: .85rem; font-weight: 650; color: var(--navy-800); }
.field .hint { font-size: .78rem; color: var(--text-muted); }
.field .req { color: var(--danger); }
.input, .select, .textarea {
  width: 100%; padding: .7rem .9rem; background: #fff;
  border: 1.5px solid var(--line); border-radius: var(--r);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(186,12,47,.16); }
.textarea { min-height: 140px; resize: vertical; }
.select { appearance: none; padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23545E62' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .85rem center; background-size: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: var(--sp-4); }
.form-grid .span-2 { grid-column: 1 / -1; }
.check-line { display: flex; gap: .6rem; align-items: start; font-size: .88rem; color: var(--text-muted); }
.check-line input { margin-top: .28rem; width: 1.05rem; height: 1.05rem; accent-color: var(--brand); flex: none; }
.form-note { font-size: .8rem; color: var(--text-muted); }
.form-status { padding: .8rem 1rem; border-radius: var(--r); font-size: .9rem; display: none; }
.form-status.ok { display: block; background: rgba(30,142,90,.1); color: #146A42; border: 1px solid rgba(30,142,90,.3); }
.form-status.err { display: block; background: rgba(192,57,43,.08); color: #9B2C21; border: 1px solid rgba(192,57,43,.26); }

/* ---------- Accordion ---------- */
.acc { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.acc details + details { border-top: 1px solid var(--line); }
.acc summary {
  cursor: pointer; padding: 1.05rem 1.25rem; font-weight: 650; color: var(--navy-900);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); list-style: none;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 1.4rem; font-weight: 400; color: var(--brand); line-height: 1; transition: transform var(--dur) var(--ease); }
.acc details[open] summary::after { transform: rotate(45deg); }
.acc summary:hover { background: var(--bg-alt); }
.acc .acc__body { padding: 0 1.25rem 1.25rem; color: var(--text-muted); }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--brand);
  color: #fff; border-radius: var(--r-xl); padding: clamp(2rem, 5vw, 3.5rem);
  position: relative; overflow: hidden;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #EDEFEF; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: var(--text-invert-mut); padding-block: var(--sp-8) var(--sp-5); font-size: .92rem; }
.site-footer p, .site-footer li { color: var(--slate-350); }
.site-footer h2 { font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--slate-300); font-weight: 700; margin-bottom: var(--sp-4); }
.site-footer a { color: var(--text-invert-mut); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--sp-6); }
@media (max-width: 880px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__list { list-style: none; padding: 0; display: grid; gap: .55rem; }
.footer__brand .brand__tag { color: var(--slate-350); }
.footer__brand .brand__name { color: #fff; }
.footer__brand .brand__name span { color: var(--blue-400); }
.footer__ids { display: grid; gap: .3rem; font-family: var(--font-mono); font-size: .78rem; color: var(--slate-350); margin-top: var(--sp-4); }
.footer__ids b { color: var(--slate-300); font-weight: 600; }
.fact-list { display: grid; gap: .3rem; margin-top: var(--sp-3); font-family: var(--font-mono); font-size: .78rem; }
.fact-list > div { display: flex; gap: .5rem; }
.fact-list dt { color: var(--text-muted); font-weight: 600; min-width: 4.5rem; }
.fact-list dd { margin: 0; color: var(--navy-900); font-weight: 600; }
.footer__bar { margin-top: var(--sp-7); padding-top: var(--sp-4); border-top: 1px solid rgba(255,199,44,.28); display: flex; flex-wrap: wrap; gap: var(--sp-4); justify-content: space-between; font-size: .82rem; color: var(--slate-350); }
.footer__bar ul { display: flex; flex-wrap: wrap; gap: var(--sp-4); list-style: none; padding: 0; }

/* ---------- Utilities ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hr { border: 0; border-top: 1px solid var(--line); margin-block: var(--sp-6); }
.section--deep .hr { border-color: var(--line-deep); }
.mt-0{margin-top:0}.mt-3{margin-top:var(--sp-3)}.mt-4{margin-top:var(--sp-4)}.mt-5{margin-top:var(--sp-5)}.mt-6{margin-top:var(--sp-6)}.mt-7{margin-top:var(--sp-7)}
.mb-4{margin-bottom:var(--sp-4)}.mb-5{margin-bottom:var(--sp-5)}.mb-6{margin-bottom:var(--sp-6)}
.split-form { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,.65fr); gap: clamp(2rem,5vw,4rem); align-items: start; }
@media (max-width: 940px) { .split-form { grid-template-columns: 1fr; } }
.head-block { max-width: 70ch; margin-bottom: var(--sp-7); }
.head-block.center { margin-inline: auto; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

@media print {
  .site-header, .site-footer, .cta-band, .nav-scrim { display: none !important; }
  body { color: #000; } .hero, .phero { background: #fff !important; color: #000 !important; }
  .hero h1, .phero h1 { color: #000 !important; }
}
