:root {
  --red: #cc1917;
  --red-dark: #a80e0d;
  --ink: #101820;
  --navy: #101c31;
  --muted: #5f6772;
  --line: #dfe3e7;
  --soft: #f5f7f9;
  --white: #ffffff;
  --shadow: 0 14px 36px rgba(13, 25, 43, 0.10);
  --max: 1440px;
  --radius: 14px;
  --display: "Anton", Impact, Haettenschweiler, "Arial Narrow", sans-serif;
}

/* Self-hosted display face (SIL Open Font License). Local fonts like Impact are
   missing on iOS/Android and blocked by privacy browsers — never rely on them. */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/anton-latin.woff2") format("woff2");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.98), rgba(255,255,255,.78) 22%, transparent 45%),
    linear-gradient(180deg, #fff 0%, #fbfcfd 55%, #fff 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  background: #fff; color: #000; padding: 12px 18px; border: 2px solid #000;
}
.skip-link:focus { top: 16px; }

.demo-banner {
  position: relative; z-index: 1000; padding: 10px 20px; text-align: center;
  background: #ffedb3; color: #352900; border-bottom: 1px solid #d3b24f; font-size: 14px;
}
.demo-banner code { background: rgba(255,255,255,.6); padding: 2px 5px; border-radius: 4px; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,24,32,.1);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand-mark {
  width: 48px; height: 54px; display: grid; place-items: center; color: var(--ink);
  border: 4px solid currentColor; border-radius: 5px 5px 14px 14px; font-weight: 950; font-size: 25px;
  letter-spacing: normal; line-height: 1;
}
.brand-copy strong { display: block; font-size: 23px; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.brand-copy span { display: block; color: var(--muted); font-size: 14px; margin-top: 3px; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-nav a { font-weight: 750; text-decoration: none; font-size: 16px; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--red); }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; width: 48px; font-size: 26px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 22px; border-radius: 8px; font-weight: 850; text-decoration: none;
  border: 2px solid var(--ink); transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; border-color: var(--red); box-shadow: 0 8px 20px rgba(204,25,23,.18); }
.button-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.button-secondary { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-small { padding: 10px 16px; min-height: 44px; }

.hero { border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(520px, 1.35fr); min-height: 510px; }
.hero-copy { padding: 43px 42px 42px max(24px, calc((100vw - var(--max))/2 + 24px)); display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0 0 12px; color: var(--red); font-size: 14px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 {
  margin: 0; max-width: 620px; font-family: var(--display);
  font-size: clamp(56px, 5.8vw, 88px); line-height: .90; letter-spacing: .005em; text-transform: uppercase;
  overflow-wrap: break-word; hyphens: auto;
}
.hero h1 span { color: var(--red); }
.hero-lede { max-width: 620px; margin: 22px 0 0; font-size: 20px; line-height: 1.42; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 25px; }
.privacy-note { display: flex; gap: 9px; align-items: flex-start; margin: 15px 0 0; color: var(--muted); font-size: 14px; max-width: 580px; }
.hero-media { position: relative; min-height: 510px; background: #dce3ea; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.hero-statement {
  position: absolute; right: clamp(22px, 5vw, 80px); bottom: 22px; width: min(390px, calc(100% - 44px));
  padding: 19px 24px; background: rgba(12,16,21,.94); color: white; text-align: center;
  font-family: var(--display); text-transform: uppercase;
  letter-spacing: .04em; font-size: clamp(25px, 2.1vw, 38px); line-height: 1.05; box-shadow: var(--shadow);
}

.section { padding: 58px 0; }
.section-soft { background: linear-gradient(180deg, rgba(244,247,249,.82), rgba(255,255,255,.94)); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4vw, 56px); line-height: 1; text-transform: uppercase; letter-spacing: .02em; overflow-wrap: break-word; hyphens: auto; }
.section-heading p { margin: 0; color: var(--muted); max-width: 540px; }

.dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dashboard > :first-child { grid-column: 1/-1; }
.panel { background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(23,36,52,.06); overflow: hidden; align-self: start; }
.panel-head { padding: 20px 22px 14px; border-bottom: 1px solid var(--line); }
.panel-head h3 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.panel-head p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.panel-body { padding: 10px 22px 20px; }
.data-table-wrap {
  overflow-x: auto;
  background:
    linear-gradient(to right, #fff 30%, rgba(255,255,255,0)) left / 40px 100% no-repeat,
    linear-gradient(to left,  #fff 30%, rgba(255,255,255,0)) right / 40px 100% no-repeat,
    radial-gradient(farthest-side at 0 50%, rgba(16,24,32,.14), transparent) left / 14px 100% no-repeat,
    radial-gradient(farthest-side at 100% 50%, rgba(16,24,32,.14), transparent) right / 14px 100% no-repeat;
  background-attachment: local, local, scroll, scroll;
}
table { width: 100%; border-collapse: collapse; min-width: 880px; font-size: 15px; }
td, th { font-variant-numeric: tabular-nums; }
th { padding: 13px 10px; text-align: left; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--line); white-space: nowrap; }
td { padding: 13px 10px; border-bottom: 1px solid #edf0f2; white-space: nowrap; }
td:first-child { white-space: normal; min-width: 142px; }
td span { display: block; color: var(--muted); font-size: 12px; margin-top: 1px; }
.key-number { color: var(--red); font-weight: 900; }
.empty-state { padding: 28px 16px 22px; text-align: center; color: var(--muted); }
.empty-state strong { display: block; color: var(--ink); font-size: 18px; margin-bottom: 4px; }

.clean-list { list-style: none; padding: 0; margin: 0; }
.clean-list li { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 15px 0; border-bottom: 1px solid #edf0f2; }
.clean-list li:last-child { border-bottom: 0; }
.clean-list strong { display: block; font-size: 15px; }
.clean-list small { display: block; color: var(--muted); margin-top: 2px; }
.clean-list b { text-align: right; font-size: 13px; color: var(--red); max-width: 120px; }
.issue-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--navy); font-weight: 900; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(204,25,23,.08); margin-left: 8px; }

.steps { display: grid; grid-template-columns: repeat(3,1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(23,36,52,.05); }
.step { padding: 28px; display: grid; grid-template-columns: 58px 1fr; gap: 16px; align-items: center; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 25px; font-weight: 950; }
.step:nth-child(2) .step-number { background: var(--red); }
.step h3 { margin: 0 0 4px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }

.cta-band { margin: 0 0 60px; }
.cta-inner { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 38px; background: linear-gradient(120deg, #0e1115, #20252b); color: #fff; border-radius: var(--radius); }
.cta-inner h2 { margin: 0; font-family: var(--display); text-transform: uppercase; font-size: clamp(30px, 3vw, 48px); letter-spacing: .025em; line-height: 1; overflow-wrap: break-word; hyphens: auto; }
.cta-inner p { margin: 7px 0 0; color: #d6dbe1; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand strong { display: block; text-transform: uppercase; }
.footer-brand span { color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; }
.footer-links a { color: var(--muted); text-decoration: none; padding: 10px 0; display: inline-block; }
.footer-links a:hover { color: var(--red); }
.legal-line { padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.page-hero { padding: 66px 0 42px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font-family: var(--display); text-transform: uppercase; font-size: clamp(48px, 6vw, 78px); line-height: .95; overflow-wrap: break-word; hyphens: auto; }
.hero h1, .page-hero h1, .section-heading h2, .cta-inner h2, .hero-statement { font-weight: 400; }
.page-hero p:not(.kicker) { font-size: 19px; color: var(--muted); max-width: 760px; margin: 16px 0 0; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 34px; align-items: start; }
.prose-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 8px 26px rgba(23,36,52,.05); }
.prose-card h2 { margin-top: 0; }
.prose-card h3 { margin-top: 28px; }
.prose-card li { margin-bottom: 9px; }
.side-card { position: sticky; top: 112px; background: var(--ink); color: #fff; padding: 26px; border-radius: var(--radius); }
.side-card h2 { margin-top: 0; }
.side-card p { color: #d6dbe1; }

.form-tabs { display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.form-trust { margin: -6px 0 18px; padding: 12px 16px; background: var(--soft); border-left: 4px solid var(--red); color: var(--ink); font-size: 15px; }
.form-section { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-section legend { padding: 0; margin-bottom: 12px; font-weight: 850; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
.form-section legend small { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--muted); }
.form-tab { border: 1px solid var(--line); background: #fff; padding: 12px 18px; border-radius: 8px; font-weight: 800; cursor: pointer; }
.form-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1/-1; }
label { font-weight: 750; }
label small { color: var(--muted); font-weight: 500; }
input:not([type="checkbox"]):not([type="radio"]), select, textarea { width: 100%; border: 1px solid #8b939c; border-radius: 7px; padding: 13px 14px; background: #fff; color: var(--ink); }
input:not([type="checkbox"]):not([type="radio"]):focus, select:focus, textarea:focus { border-color: var(--red); }
textarea { min-height: 145px; resize: vertical; }
.notice { padding: 16px 18px; border-left: 4px solid var(--red); background: #fff5f5; }

.consent { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; line-height: 1.45; padding: 16px; background: var(--soft); border-radius: 8px; }
.consent input[type="checkbox"] { flex: 0 0 auto; width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--red); }
.form-field label:has(+ input:required, + select:required, + textarea:required)::after { content: " *"; color: var(--red); }
.field-hint { color: var(--muted); font-size: 13px; margin: 2px 0 0; font-weight: 500; }

.evidence { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; background: var(--soft); color: var(--navy); border: 1px solid var(--line); white-space: nowrap; }
.list-more { color: var(--muted); font-size: 13px; margin: 10px 0 0; }

.subscribe-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; margin: 14px 0 0; max-width: 520px; }
.subscribe-form label { grid-column: 1/-1; font-size: 14px; font-weight: 700; }
.subscribe-form input[type="email"] { margin: 0; }
.subscribe-form button { white-space: nowrap; }
.subscribe-form-dark label { color: #d6dbe1; font-weight: 600; }
@media (max-width: 520px) {
  .subscribe-form { grid-template-columns: 1fr; }
  .subscribe-form button { width: 100%; }
}

[id] { scroll-margin-top: 100px; }
:where(a, button, select, textarea):focus-visible, input:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.button-primary:focus-visible { outline-color: var(--ink); }

@media (min-width: 1440px) {
  /* Past --max, the centering gutter grows with the viewport; pin the copy
     column to gutter + constant content width so the headline never squeezes. */
  .hero-grid { grid-template-columns: minmax(0, calc((100vw - var(--max)) / 2 + 545px)) 1fr; }
}

@media (max-width: 1120px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; padding: 16px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a:not(.button) { display: block; padding: 10px; }
  .hero-grid { grid-template-columns: 1fr 1.05fr; }
  .hero-copy { padding-left: 30px; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .container { width: min(100% - 30px, var(--max)); }
  .header-inner { min-height: 72px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy span { display: none; }
  .brand-mark { width: 40px; height: 44px; font-size: 21px; border-width: 3px; }
  .site-nav { top: 72px; }
  [id] { scroll-margin-top: 88px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 42px 22px; order: 1; }
  .hero-media { min-height: 330px; order: 2; }
  .hero h1 { font-size: clamp(38px, 11vw, 72px); }
  .hero-lede { font-size: 18px; }
  .hero-statement { font-size: 25px; }
  .dashboard { grid-template-columns: 1fr; }
  .dashboard > :first-child { grid-column: auto; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .cta-inner { align-items: flex-start; flex-direction: column; padding: 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; }
  .content-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .data-table-wrap table { min-width: 0; }
  .data-table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .data-table-wrap tr { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .data-table-wrap tr:last-child { border-bottom: 0; }
  .data-table-wrap td { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 4px 0; border: 0; white-space: normal; }
  .data-table-wrap td::before { content: attr(data-label); color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
  .data-table-wrap td:first-child { display: block; min-width: 0; padding-bottom: 8px; }
  .data-table-wrap td:first-child::before { content: none; }
}

@media (max-width: 520px) {
  .hero-actions .button { width: 100%; }
  .section { padding: 42px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 9px; }
  .panel-head, .panel-body { padding-left: 16px; padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; transform: none !important; }
}
