/* ==========================================================================
   EDG.tech design system — extracted from approved design (Home v3, July 2026)
   Tokens first; components below. Fonts: Space Grotesk (display),
   Poppins (body), IBM Plex Mono (labels/system voice) — self-hosted
   latin-subset WOFF2 below (06 performance budget).
   ========================================================================== */

/* ---------- Fonts (self-hosted, latin subset) ---------- */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/poppins-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/ibm-plex-mono-600.woff2') format('woff2');
}

:root {
  /* Brand (02-brand-guidelines) */
  --navy: #000F3B;
  --blue: #3662CE;
  --blue-hover: #274A9E;
  --yellow: #F0D637;
  --orange: #F1A23B;

  /* Extended UI palette (approved design) */
  --paper: #F7F6F2;
  --white: #FFFFFF;
  --ink: var(--navy);
  --ink-soft: #454D68;
  --muted: #6A7089;
  --chip-bg: #EAEDF6;
  --line: rgba(0, 15, 59, 0.12);
  --rule: 1.5px solid var(--navy);
  --shadow-card: 0 8px 24px rgba(0, 15, 59, 0.06);
  --shadow-card-hover: 0 16px 40px rgba(0, 15, 59, 0.12);

  /* Type */
  --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  /* Rhythm */
  --radius-card: 24px;
  --radius-panel: 32px;
  --container: 1240px;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-hover); }
/* WCAG 1.4.1: links inside running text must not rely on color alone (axe link-in-text-block) */
p a, li a, .faq__a a, .legal-body a { text-decoration: underline; text-underline-offset: 2px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1.1; color: var(--ink); text-wrap: pretty; margin: 0 0 0.5em; }
h1 { font-size: clamp(40px, 5.4vw, 72px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.03; }
h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; }
h3 { font-size: clamp(21px, 2.2vw, 26px); font-weight: 600; }
p { margin: 0 0 1.2em; color: var(--ink-soft); }
.container { max-width: var(--container); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 12px 20px; z-index: 200; font-family: var(--font-display); }
.skip-link:focus { left: 12px; top: 12px; color: #fff; }

/* ---------- System voice (mono labels) ---------- */
.mono-label {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-weight: 500; font-size: 12.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink);
  margin-bottom: 26px;
}
.eyebrow .dot, .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); display: inline-block; flex-shrink: 0; }
.dot--sm { width: 8px; height: 8px; }
.dot--blue { background: var(--blue); }
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  border-radius: 999px; padding: 9px 18px;
  font-family: var(--font-mono); font-weight: 500; font-size: 12px;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--chip-bg); color: var(--blue); margin-bottom: 24px;
}
.pill--yellow { background: rgba(240, 214, 55, 0.14); color: var(--yellow); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 16.5px; cursor: pointer; border: none; }
.btn-blue { background: var(--blue); color: #fff; padding: 17px 34px; border-radius: 999px; box-shadow: 0 12px 28px rgba(54, 98, 206, 0.35); }
.btn-blue:hover { background: var(--blue-hover); color: #fff; }
.btn-outline { color: var(--ink); padding: 15.5px 32px; border-radius: 999px; border: 1.5px solid rgba(0, 15, 59, 0.25); background: transparent; }
.btn-outline:hover { border-color: var(--navy); color: var(--ink); }
.btn-square { background: var(--navy); color: #fff; padding: 12px 22px; border: 1.5px solid var(--navy); box-shadow: 4px 4px 0 var(--yellow); font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; }
.btn-square:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-yellow { background: var(--yellow); color: var(--navy); padding: 16px 32px; border-radius: 999px; }
.btn-yellow:hover { background: #fff; color: var(--navy); }
.btn:disabled { opacity: 0.6; cursor: wait; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 246, 242, 0.95); backdrop-filter: blur(8px); border-bottom: var(--rule); }
.site-header__inner { max-width: var(--container); margin: 0 auto; padding: 16px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__logo img { height: 38px; width: auto; display: block; }
.site-nav { display: flex; align-items: center; gap: 26px; font-family: var(--font-mono); font-weight: 500; font-size: 13px; letter-spacing: 0.03em; }
.site-nav a { color: var(--ink); text-transform: uppercase; }
.site-nav a:hover { color: var(--blue); }
.site-nav__group { position: relative; }
.site-nav__toggle { font: inherit; text-transform: uppercase; color: var(--ink); background: none; border: none; cursor: pointer; padding: 8px 0; display: flex; align-items: center; gap: 6px; }
.site-nav__toggle .caret { font-size: 9px; color: var(--blue); }
.site-nav__dropdown { position: absolute; top: 100%; left: -16px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card-hover); min-width: 260px; padding: 8px; display: none; }
.site-nav__group[data-open="true"] .site-nav__dropdown { display: block; }
.site-nav__dropdown a { display: block; padding: 11px 14px; text-transform: none; font-family: var(--font-body); font-weight: 500; font-size: 15px; }
.site-nav__dropdown a:hover { background: var(--paper); }
.site-header__actions { display: flex; align-items: center; gap: 22px; }
.site-header__phone { font-family: var(--font-mono); font-weight: 600; font-size: 13px; color: var(--ink); }
.site-header__phone:hover { color: var(--blue); }
.nav-burger { display: none; background: none; border: 1.5px solid var(--navy); padding: 10px 12px; cursor: pointer; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; }

/* ---------- Sections ---------- */
.section { padding: 84px 0 40px; }
.section--tight { padding: 44px 0; }
main > .section:last-of-type { padding-bottom: 40px; }

/* ---------- Navy panels ---------- */
.panel-navy { background: var(--navy); border-radius: var(--radius-panel); padding: clamp(36px, 5vw, 72px); position: relative; overflow: hidden; color: #fff; }
.panel-navy::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.2px, transparent 1.2px); background-size: 24px 24px; pointer-events: none; }
.panel-navy > * { position: relative; }
.panel-navy h2, .panel-navy h3 { color: #fff; }
.panel-navy p { color: rgba(255, 255, 255, 0.8); }

/* ---------- Cards ---------- */
.card { background: var(--white); border-radius: var(--radius-card); padding: 34px 30px; box-shadow: var(--shadow-card); }
.card--bubble { border-radius: 24px 24px 24px 4px; }
.card--quote { border-radius: 24px 24px 4px 24px; }
.card-link { display: block; color: var(--ink); transition: box-shadow 0.2s ease; }
.card-link:hover { box-shadow: var(--shadow-card-hover); color: var(--ink); }
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 28px; }
.hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: 28px; align-items: start; }
.hero__copy { padding: 0 32px 48px 8px; display: flex; flex-direction: column; justify-content: center; }
.hero__subhead { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.7vw, 34px); letter-spacing: -0.02em; line-height: 1.15; color: var(--ink); margin: 0 0 18px; }
.hero__ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.hero__trust { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--muted); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; text-transform: uppercase; }
.hero__trust .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); display: inline-block; }
.hero__lede { font-size: 17px; max-width: 540px; margin-bottom: 36px; }
.accent-blue { color: var(--blue); }
.accent-yellow { color: var(--yellow); }

/* ---------- SOC dashboard panel (hero) ---------- */
.soc-panel { position: relative; background: var(--navy); border-radius: var(--radius-panel); overflow: hidden; display: flex; flex-direction: column; gap: 14px; padding: 26px; }
.soc-panel::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1.2px, transparent 1.2px); background-size: 22px 22px; }
.soc-panel > * { position: relative; }
.soc-banner { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 16px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: #fff; }
.soc-dash { flex: 1; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; padding: 20px; }
.soc-dash__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; font-family: var(--font-mono); font-size: 11px; }
.soc-dash__head .status { color: var(--yellow); }
.soc-dash__head .label { color: rgba(255, 255, 255, 0.6); }
.soc-tiles { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.soc-tile { background: rgba(255, 255, 255, 0.06); border-radius: 14px; padding: 14px; }
.soc-tile__num { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: #fff; font-variant-numeric: tabular-nums; }
.soc-tile__num--yellow { color: var(--yellow); }
.soc-tile__label { font-family: var(--font-mono); font-size: 9.5px; color: rgba(255, 255, 255, 0.55); margin-top: 4px; text-transform: uppercase; }
.soc-feed { display: flex; flex-direction: column; gap: 8px; }
.soc-event { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid transparent; border-radius: 12px; padding: 10px 14px; min-height: 38px; font-family: var(--font-mono); font-size: 10.5px; color: rgba(255, 255, 255, 0.75); }
.soc-event .soc-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.soc-event--hot { background: rgba(240, 214, 55, 0.1); border-color: rgba(240, 214, 55, 0.3); color: #fff; }
.soc-event--hot .soc-dot { background: var(--yellow); }
.soc-event span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.soc-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.soc-chip { font-family: var(--font-mono); font-size: 10px; color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.06); border-radius: 999px; padding: 6px 12px; }
.soc-disclaimer { font-family: var(--font-mono); font-size: 9px; color: rgba(255, 255, 255, 0.35); margin-top: 12px; text-transform: uppercase; }
.soc-price { background: var(--yellow); border-radius: 20px; padding: 18px 22px; display: flex; align-items: center; gap: 18px; }
.soc-price__num { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: var(--navy); line-height: 1; flex-shrink: 0; }
.soc-price__label { font-family: var(--font-display); font-weight: 500; font-size: 13.5px; color: var(--navy); line-height: 1.45; }
.soc-price__unit { font-family: var(--font-mono); font-weight: 500; font-size: 9px; letter-spacing: 0.06em; color: var(--navy); margin-top: 4px; text-transform: uppercase; }
.soc-price > div:first-child { flex-shrink: 0; }

/* ---------- Feature pills / step cards / stats ---------- */
.feature-pills { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.feature-pill { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 14px 22px; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); box-shadow: 0 6px 16px rgba(0, 15, 59, 0.05); }
.step-num { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 22px; margin-bottom: 22px; }
.step-num--yellow { background: var(--yellow); color: var(--navy); }
.step-num--blue { background: var(--blue); color: #fff; }
.step-num--ring { border: 2px solid var(--yellow); color: var(--yellow); }
.stat-card__num { font-family: var(--font-display); font-weight: 700; font-size: 48px; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.stat-card__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); margin-top: 12px; line-height: 1.6; }

/* ---------- Security layer cards (navy panel) ---------- */
.layer-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 24px 22px; }
.layer-card:hover { background: rgba(255, 255, 255, 0.1); }
.layer-card__title { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: #fff; }
.layer-card__desc { font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, 0.68); }

/* ---------- Pricing ---------- */
.price-hero { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.price-hero__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 4.4vw, 60px); color: var(--ink); letter-spacing: -0.02em; }
.addon-table { width: 100%; border-collapse: collapse; }
.addon-table th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); text-align: left; padding: 12px 16px; border-bottom: var(--rule); }
.addon-table td { padding: 16px; border-bottom: 1px solid var(--line); font-size: 14.5px; vertical-align: top; }
.addon-table td:first-child { font-family: var(--font-display); font-weight: 600; color: var(--ink); white-space: nowrap; }
.addon-table td:last-child { font-family: var(--font-mono); font-size: 12.5px; white-space: nowrap; }
@media (max-width: 720px) {
  .addon-table, .addon-table tbody, .addon-table tr, .addon-table td { display: block; }
  .addon-table thead { display: none; }
  .addon-table tr { background: #fff; border-radius: 16px; box-shadow: var(--shadow-card); margin-bottom: 12px; padding: 8px 4px; }
  .addon-table td { border: none; padding: 8px 16px; white-space: normal !important; }
}

/* ---------- FAQ / objection accordions (v4 card style) ---------- */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--white); border-radius: 20px; box-shadow: var(--shadow-card); overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 28px; height: 28px; border-radius: 50%; background: var(--chip-bg); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-display); font-weight: 600; color: var(--blue); font-size: 17px; }
.faq details[open] summary::after { content: "\2212"; }
.faq .faq__a { padding: 0 28px 24px; max-width: 760px; font-size: 15px; }

/* ---------- Forms ---------- */
.form-card { background: #fff; border-radius: var(--radius-card); padding: 36px 32px; box-shadow: var(--shadow-card); }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
.form-field .optional { color: var(--muted); font-weight: 400; font-size: 13px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; font-family: var(--font-body); font-size: 15px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 16px;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: none; }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.checkbox-chip { display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1.5px solid var(--line); border-radius: 999px; padding: 12px 18px; font-family: var(--font-display); font-weight: 500; font-size: 14.5px; cursor: pointer; }
.checkbox-chip:has(input:checked) { border-color: var(--blue); background: var(--chip-bg); }
.checkbox-chip input { width: 18px; height: 18px; accent-color: var(--blue); }
.form-reassure { font-size: 13px; color: var(--muted); margin-top: 12px; }
.form-status { font-size: 14.5px; margin-top: 14px; }
.form-status--error { color: #B3261E; font-weight: 600; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.03em; text-transform: uppercase; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; padding: 20px 0 0; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--blue); }

/* ---------- Footer ---------- */
.site-footer { padding: 40px 0 36px; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 48px; margin-bottom: 48px; }
.site-footer__col-title { font-family: var(--font-mono); font-weight: 500; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.site-footer__links a { color: var(--ink-soft); }
.site-footer__links a:hover { color: var(--blue); }
.site-footer__office { font-size: 13.5px; line-height: 1.6; color: var(--ink-soft); }
.site-footer__office strong { font-weight: 600; color: var(--ink); }
.site-footer__legal-band { border-top: var(--rule); } /* full-bleed, matches .site-header's rule */
.site-footer__legal { padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--muted); text-transform: uppercase; }
.site-footer__legal a { color: var(--ink-soft); }
.newsletter-form { display: flex; gap: 8px; max-width: 330px; }
.newsletter-form input { flex: 1; min-width: 0; background: #fff; border: 1px solid rgba(0, 15, 59, 0.15); border-radius: 999px; color: var(--ink); font-family: var(--font-body); font-size: 13.5px; padding: 12px 18px; }
.newsletter-form button { font-family: var(--font-display); font-weight: 600; font-size: 14px; background: var(--navy); color: #fff; border: none; border-radius: 999px; padding: 12px 22px; cursor: pointer; }
@media (max-width: 960px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }

/* ---------- Sticky mobile bar + Rosie ---------- */
.sticky-bar { display: none; }
/* Rosie CTA on yellow surfaces: dot needs a navy outline so both heartbeat phases read */
.btn.has-dot { display: inline-flex; align-items: center; gap: 10px; }
.btn-yellow .dot { width: 12px; height: 12px; border: 2px solid var(--navy); }
/* Inline "Rosie moment" cue (13) — quiet pill, max 2–3 per page so the affordance stays special */
.rosie-cue-row { margin-top: 24px; margin-bottom: 0; }
.rosie-cue { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1.5px solid var(--line); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 14.5px; padding: 10px 18px 10px 14px; border-radius: 999px; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; }
.rosie-cue:hover { border-color: var(--navy); background: var(--chip-bg); }
.rosie-cue .dot { width: 11px; height: 11px; }
.rosie-launcher { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: flex; align-items: center; gap: 10px; background: var(--navy); border: none; color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 14px; padding: 14px 22px 14px 16px; border-radius: 999px; cursor: pointer; box-shadow: 0 14px 34px rgba(0, 15, 59, 0.35); }
.rosie-launcher:hover { background: #1A2A5E; }
.rosie-launcher .dot { width: 13px; height: 13px; }
@media (max-width: 760px) {
  .site-nav, .site-header__phone { display: none; }
  .nav-burger { display: block; }
  .site-nav--open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: var(--rule); padding: 16px 24px 24px; gap: 4px; }
  .site-nav--open a, .site-nav--open .site-nav__toggle { padding: 12px 0; font-size: 14px; }
  .site-nav--open .site-nav__dropdown { position: static; box-shadow: none; border: none; background: transparent; padding-left: 16px; }
  body { padding-bottom: 76px; } /* room for sticky bar (WCAG 2.2 focus-not-obscured) */
  .sticky-bar { display: grid; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; background: var(--navy); border-radius: 999px; box-shadow: 0 14px 34px rgba(0, 15, 59, 0.4); grid-template-columns: 1fr 1.5fr auto; overflow: hidden; }
  .sticky-bar a, .sticky-bar button { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: #fff; padding: 16px; text-align: center; background: transparent; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .sticky-bar .sticky-bar__book { background: var(--blue); }
  .rosie-launcher { display: none; } /* docks into the sticky bar on mobile (13) */
}

/* ==========================================================================
   v4 components (design catch-up session, July 2026 — docs 15/16 + DC mocks)
   ========================================================================== */

/* ---------- Jargon chips (15): plain English leads, acronym demoted to a chip ---------- */
.edg-term { position: relative; display: inline-flex; align-items: center; font-family: var(--font-mono); font-weight: 500; font-size: 0.72em; letter-spacing: 0.05em; border: 1px dotted currentColor; border-radius: 999px; padding: 1px 8px 2px; margin-left: 6px; cursor: help; outline: none; vertical-align: 2px; color: var(--blue); text-transform: none; }
.edg-term:focus-visible { box-shadow: 0 0 0 2px var(--yellow); outline: none; }
.edg-term .edg-tip { visibility: hidden; opacity: 0; position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); width: 250px; background: var(--navy); color: #fff; border: 1px solid rgba(240, 214, 55, 0.5); border-radius: 14px; padding: 12px 15px; font-family: var(--font-body); font-size: 12px; font-weight: 400; line-height: 1.6; letter-spacing: 0; text-transform: none; white-space: normal; box-shadow: 0 14px 34px rgba(0, 15, 59, 0.35); z-index: 40; pointer-events: none; }
.edg-term:hover .edg-tip, .edg-term:focus .edg-tip { visibility: visible; opacity: 1; }
.edg-term--r .edg-tip { left: 0; transform: none; } /* chips inside overflow-hidden containers: anchor left so the tip never clips */
.edg-tip b { font-family: var(--font-display); font-weight: 600; color: var(--yellow); display: block; margin-bottom: 3px; }
/* chip color follows surface: yellow on navy panels/flagship, soft white in layer cards */
.panel-navy .edg-term, .soc-panel .edg-term, .plan--navy .edg-term { color: var(--yellow); }
.layer-card .edg-term { color: rgba(255, 255, 255, 0.75); }
.mtable__cell--navy .edg-term { color: var(--yellow); }

/* ---------- Hero "IT department — today" chat panel (Home v4) ---------- */
.soc-strip { display: flex; align-items: center; gap: 10px; margin-top: 16px; background: rgba(240, 214, 55, 0.08); border: 1px solid rgba(240, 214, 55, 0.25); border-radius: 12px; padding: 11px 15px; }
.soc-strip span:last-child { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.85); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.soc-strip .dot { width: 8px; height: 8px; }
.chat-window { height: 300px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; overflow: hidden; }
.chat-msg { display: flex; flex-direction: column; align-items: flex-start; }
.chat-msg--edg { align-items: flex-end; }
.chat-msg__label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.05em; color: rgba(255, 255, 255, 0.4); margin: 0 6px 4px; }
.chat-msg__bubble { max-width: 85%; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px 16px 16px 4px; padding: 10px 15px; font-family: var(--font-body); font-size: 12.5px; line-height: 1.55; color: rgba(255, 255, 255, 0.88); }
.chat-msg--edg .chat-msg__bubble { background: var(--blue); border-color: var(--blue); border-radius: 16px 16px 4px 16px; color: #fff; }

/* ---------- Tier ladder (Home v4) + tier cards (Pricing) ---------- */
.ladder { display: grid; grid-template-columns: 0.72fr 1fr 1.22fr; gap: 20px; align-items: stretch; }
.tier-duo { display: grid; grid-template-columns: 1fr 1.18fr; gap: 20px; align-items: stretch; }
@media (max-width: 1020px) { .ladder { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .tier-duo { grid-template-columns: 1fr; } }
.plan { background: var(--white); border-radius: 28px; padding: 42px 36px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.plan--ghost { background: transparent; box-shadow: none; border: 1.5px dashed rgba(0, 15, 59, 0.25); padding: 34px 30px; justify-content: center; }
.plan--navy { position: relative; background: var(--navy); padding: 46px 40px; overflow: hidden; box-shadow: 0 24px 56px rgba(0, 15, 59, 0.28); }
.plan--navy::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.2px, transparent 1.2px); background-size: 24px 24px; pointer-events: none; }
.plan--navy > * { position: relative; }
.plan__pill { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; background: var(--chip-bg); border-radius: 999px; padding: 7px 15px; font-family: var(--font-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--blue); margin-bottom: 26px; }
.plan--navy .plan__pill { background: rgba(240, 214, 55, 0.16); color: var(--yellow); }
.plan__name { font-family: var(--font-display); font-weight: 700; font-size: 27px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 18px; }
.plan--navy .plan__name { color: #fff; font-size: 30px; }
.plan__price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.plan__price { font-family: var(--font-display); font-weight: 700; font-size: 52px; letter-spacing: -0.02em; color: var(--ink); line-height: 1; }
.plan--navy .plan__price { color: #fff; font-size: 60px; }
.unit-chip { font-family: var(--font-mono); font-weight: 600; font-size: 11.5px; letter-spacing: 0.06em; color: #fff; background: var(--blue); border-radius: 999px; padding: 6px 13px; white-space: nowrap; }
.unit-chip--yellow { color: var(--navy); background: var(--yellow); }
.plan__blurb { font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 28px; }
.plan--navy .plan__blurb { color: rgba(255, 255, 255, 0.8); }
.plan--navy .plan__blurb strong { color: #fff; }
.plan__kicker { font-family: var(--font-mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.55); margin-bottom: 14px; text-transform: uppercase; }
.plan__list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 32px; flex: 1; }
.plan__item { display: flex; align-items: start; gap: 11px; font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.plan__item .dot { width: 8px; height: 8px; margin-top: 6px; }
.plan--navy .plan__item { color: #fff; }
.plan .btn { align-self: stretch; text-align: center; }
.ghost-label { font-family: var(--font-mono); font-weight: 500; font-size: 11px; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 18px; text-transform: uppercase; }
.plan--ghost h3 { font-size: 22px; margin-bottom: 12px; }
.plan--ghost p { font-size: 14px; color: var(--muted); margin: 0; }
.band { display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--white); border-radius: 999px; padding: 16px 28px; box-shadow: var(--shadow-card); font-family: var(--font-display); font-weight: 600; font-size: 15.5px; color: var(--ink); flex-wrap: wrap; text-align: center; }
.band--plain { background: transparent; box-shadow: none; }
.band .dot { width: 9px; height: 9px; }

/* ---------- Gated guide card (Essentials hero) ---------- */
.guide-card { border-radius: 32px; padding: clamp(30px, 3.5vw, 44px); box-shadow: 0 24px 56px rgba(0, 15, 59, 0.12); max-width: 520px; justify-self: center; width: 100%; }
.guide-card__title { font-family: var(--font-display); font-weight: 700; font-size: 25px; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 10px; text-wrap: pretty; }

/* ---------- Relationship cards (Home v4) ---------- */
.rel-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.rel-card__icon { width: 46px; height: 46px; border-radius: 50%; background: var(--chip-bg); display: flex; align-items: center; justify-content: center; }
.rel-card__icon .dot { width: 12px; height: 12px; }
.rel-card__tag { font-family: var(--font-mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }
.rel-card__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.2vw, 27px); line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 14px; text-wrap: pretty; }
.rel-card__body { font-size: 15px; line-height: 1.75; color: var(--ink-soft); margin: 0; flex: 1; }
.rel-card__foot { display: flex; align-items: center; gap: 8px; margin-top: 22px; font-family: var(--font-mono); font-weight: 500; font-size: 10.5px; letter-spacing: 0.06em; color: var(--ink); text-transform: uppercase; }
.rel-card__foot .dot { width: 6px; height: 6px; }
.rel-card { display: flex; flex-direction: column; border-radius: 28px; padding: 38px 34px; }

/* ---------- Comparison tables (Pricing v4 + Essentials AV) ---------- */
.mtable { background: var(--white); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-card); }
.mtable__row { display: grid; align-items: stretch; }
.mtable--tiers .mtable__row { grid-template-columns: 2fr 1fr 1.15fr; }
.mtable--av .mtable__row { grid-template-columns: 1.4fr 1fr 1.15fr; }
.mtable__row + .mtable__row { border-top: 1px solid rgba(0, 15, 59, 0.08); }
.mtable__head { padding: 24px 18px; text-align: center; }
.mtable__head-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.mtable__head-unit { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--blue); margin-top: 4px; text-transform: uppercase; }
.mtable__head--navy { background: var(--navy); }
.mtable__head--navy .mtable__head-name { color: #fff; }
.mtable__head--navy .mtable__head-unit { color: var(--yellow); }
.mtable__head--blue { background: var(--blue); }
.mtable__head--blue .mtable__head-name { color: #fff; }
/* white, not yellow: yellow on blue is 3.78:1 at label size (WCAG fail; brand rule — yellow never small text) */
.mtable__head--blue .mtable__head-unit { color: #fff; }
.mtable__head--dim .mtable__head-name { color: var(--muted); font-size: 17px; }
.mtable__head--dim .mtable__head-unit { color: var(--muted); }
.mtable__feature { padding: 17px 30px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--ink); display: flex; align-items: center; }
.mtable__cell { padding: 17px 18px; text-align: center; font-size: 13.5px; color: var(--ink); display: flex; align-items: center; justify-content: center; }
.mtable__cell--dim { color: var(--muted); }
.mtable__cell--navy { color: #fff; background: rgba(0, 15, 59, 0.94); }
.mtable__cell--blue-tint { color: var(--ink); background: rgba(54, 98, 206, 0.08); font-weight: 500; }
.mtable-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--muted); margin-top: 18px; text-align: center; text-transform: uppercase; }
/* <760px: the tier table restacks into per-feature cards with mini-chips (16 §8) */
.cmp-cards { display: none; }
@media (max-width: 759.98px) {
  .mtable--tiers { display: none; }
  .cmp-cards { display: flex; flex-direction: column; gap: 12px; }
}
.cmp-card { background: var(--white); border-radius: 20px; padding: 20px 22px; box-shadow: var(--shadow-card); }
.cmp-card__feature { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); margin-bottom: 14px; }
.cmp-card__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cmp-card__side { border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.cmp-card__side--navy { background: var(--navy); border-color: var(--navy); }
.cmp-card__chip { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--blue); margin-bottom: 5px; text-transform: uppercase; }
.cmp-card__side--navy .cmp-card__chip { color: var(--yellow); }
.cmp-card__val { font-size: 13px; line-height: 1.45; color: var(--ink); }
.cmp-card__val--dim { color: var(--muted); }
.cmp-card__side--navy .cmp-card__val { color: #fff; }

/* ---------- Add-on cards (Pricing v4) ---------- */
.addon-card { display: flex; flex-direction: column; border-radius: 20px; padding: 26px 26px 22px; }
.addon-card__name { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ink); flex-wrap: wrap; }
.addon-card__name .dot { width: 8px; height: 8px; }
.addon-card__desc { font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 16px; flex: 1; }
.tag-chip { align-self: flex-start; font-family: var(--font-mono); font-weight: 500; font-size: 10px; letter-spacing: 0.06em; color: var(--blue); background: var(--chip-bg); border-radius: 999px; padding: 5px 12px; text-transform: uppercase; }

/* ---------- Compact cross-sell rows (Home v4 "Also from EDG.tech") ---------- */
.svc-row { display: flex; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 18px; padding: 18px 22px; color: var(--ink); transition: border-color 0.15s ease; }
.svc-row:hover { border-color: var(--blue); color: var(--ink); }
.svc-row .dot { width: 10px; height: 10px; }
.svc-row__name { display: block; font-family: var(--font-display); font-weight: 600; font-size: 16.5px; }
.svc-row__desc { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.svc-row__arrow { font-family: var(--font-display); font-weight: 600; color: var(--blue); }

/* ---------- Testimonial cards (v4: star row + mono tag + initial avatar) ---------- */
.t-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.t-card__stars { color: var(--orange); font-size: 15px; letter-spacing: 2px; }
.t-card__tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; color: var(--muted); }
.t-card__quote { font-family: var(--font-display); font-weight: 500; font-size: 18.5px; line-height: 1.5; letter-spacing: -0.005em; color: var(--ink); margin: 0 0 20px; text-wrap: pretty; }
.t-card__who { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink); }
.t-card__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--chip-bg); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--blue); flex-shrink: 0; }

/* ---------- CTA panel orb ---------- */
.cta-orb { position: absolute; bottom: -140px; left: -140px; width: 360px; height: 360px; border-radius: 50%; background: var(--blue); opacity: 0.3; pointer-events: none; }

/* ---------- Service hero panels 1a–1f (shared .soc-panel scaffold + these) ---------- */
.fleet { display: grid; grid-template-columns: repeat(19, 1fr); gap: 8px; margin-bottom: 18px; }
.fleet__dot { width: 100%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, 0.35); display: block; }
.fleet__dot--busy { background: var(--yellow); }
.check-row { display: flex; align-items: center; gap: 12px; background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 12px 15px; }
.check-row + .check-row { margin-top: 9px; }
.check-row__badge { width: 20px; height: 20px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; flex-shrink: 0; }
.check-row__badge--blue { background: var(--blue); color: #fff; }
.check-row__name { flex: 1; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: #fff; }
.check-row__status { font-family: var(--font-mono); font-size: 9.5px; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; }
.road { display: flex; gap: 14px; }
.road__rail { display: flex; flex-direction: column; align-items: center; }
.road__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--yellow); display: block; flex-shrink: 0; }
.road__dot--open { background: var(--navy); }
.road__dot--future { background: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.35); }
.road__line { width: 1.5px; flex: 1; background: rgba(255, 255, 255, 0.15); }
.road__body { padding-bottom: 16px; }
.road__body--last { padding-bottom: 0; }
.road__q { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; color: var(--yellow); margin-bottom: 3px; text-transform: uppercase; }
.road__q--future { color: rgba(255, 255, 255, 0.5); }
.road__title { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; margin-bottom: 2px; }
.road__desc { font-size: 11.5px; line-height: 1.5; color: rgba(255, 255, 255, 0.6); }
.browser__bar { display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.12); padding: 11px 16px; }
.browser__bar .browser__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, 0.25); display: inline-block; flex-shrink: 0; }
.browser__url { flex: 1; margin-left: 10px; background: rgba(255, 255, 255, 0.08); border-radius: 999px; padding: 5px 14px; font-family: var(--font-mono); font-size: 10px; color: rgba(255, 255, 255, 0.6); }
.browser__url .ssl { color: var(--yellow); }
.browser__body { padding: 20px; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.score { background: rgba(255, 255, 255, 0.06); border-radius: 14px; padding: 13px 10px; text-align: center; }
.score__ring { width: 44px; height: 44px; margin: 0 auto 8px; border-radius: 50%; border: 2.5px solid var(--yellow); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff; }
.score__label { font-family: var(--font-mono); font-size: 8.5px; color: rgba(255, 255, 255, 0.55); text-transform: uppercase; }
.status-row { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 10px 14px; }
.status-row + .status-row { margin-top: 8px; }
.status-row .dot { width: 7px; height: 7px; }
.status-row__text { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255, 255, 255, 0.75); letter-spacing: 0.02em; }
.auto-row { display: flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.05); border-radius: 12px; padding: 10px 14px; }
.auto-row + .auto-row { margin-top: 8px; }
.auto-row .dot { width: 7px; height: 7px; }
.auto-row__text { flex: 1; font-family: var(--font-mono); font-size: 10.5px; color: rgba(255, 255, 255, 0.75); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.auto-row__stat { font-family: var(--font-mono); font-size: 9.5px; color: var(--yellow); }
.soc-tiles--2 { grid-template-columns: 1fr 1fr; margin-bottom: 0; margin-top: 16px; }

/* ---------- Motion (all gated) ---------- */
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  @keyframes edgPulse { 0% { box-shadow: 0 0 0 0 rgba(240, 214, 55, 0.5); } 70% { box-shadow: 0 0 0 10px rgba(240, 214, 55, 0); } 100% { box-shadow: 0 0 0 0 rgba(240, 214, 55, 0); } }
  .pulse { animation: edgPulse 2.6s ease-out infinite; }
  /* Rosie launcher heartbeat (13): lub-dub double beat, the dub flushes brand orange.
     Scoped to the two Rosie buttons — hero/SOC dots keep the gentle edgPulse. */
  @keyframes edgHeartbeat {
    0%   { transform: scale(1);    background: var(--yellow); box-shadow: 0 0 0 0 rgba(240, 214, 55, 0.6); }
    8%   { transform: scale(1.35); }
    16%  { transform: scale(1); }
    24%  { transform: scale(1.3);  background: var(--orange); }
    34%  { transform: scale(1);    background: var(--yellow); }
    45%  { box-shadow: 0 0 0 12px rgba(240, 214, 55, 0); }
    100% { transform: scale(1);    background: var(--yellow); box-shadow: 0 0 0 0 rgba(240, 214, 55, 0); }
  }
  /* every Rosie interaction point carries the heartbeat (launcher, sticky bar, all cues) */
  [data-rosie] .dot { animation: edgHeartbeat 2.4s ease-in-out infinite; }
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
  /* fleet dots on /managed-it/ + the live automation row on /ai-solutions/ (1a/1f) */
  @keyframes edgBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
  .fleet__dot--busy { animation: edgBlink 2.8s ease-in-out infinite; }
  /* jargon-chip tooltip fade (15) */
  .edg-term .edg-tip { transition: opacity 0.15s ease; }
}

/* ---------- Utilities ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.max-w-prose { max-width: 640px; }
.section-head { margin-bottom: 48px; }
.split { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
