:root {
  --blue: #006197;
  --blue-dark: #082d42;
  --red: #e3132b;
  --ink: #12212a;
  --muted: #63717a;
  --line: #dfe5e8;
  --soft: #f4f7f8;
  --soft-blue: #edf5f8;
  --white: #ffffff;
  --green: #2f7d4b;
  --green-soft: #edf7f1;
  --orange: #d17a00;
  --orange-soft: #fff3e3;
  --risk-red: #b43a3a;
  --risk-red-soft: #fbedee;
  --page: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
p { margin: 0 0 18px; }
h1, h2, h3 { color: var(--blue-dark); letter-spacing: -0.025em; }
h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  line-height: 0.98;
  font-weight: 770;
}
h2 {
  margin: 0 0 24px;
  font-size: clamp(2.45rem, 4.7vw, 4rem);
  line-height: 1.06;
  font-weight: 730;
}
h3 { margin: 0 0 8px; font-size: 1.28rem; line-height: 1.2; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--blue-dark);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: var(--page);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { color: var(--blue-dark); font-size: 1.35rem; font-weight: 800; letter-spacing: -0.04em; }
.brand-mark > span { color: var(--blue); font-weight: 600; }
.brand-caption { color: var(--muted); font-size: 0.78rem; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.header-link { color: var(--ink); font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.header-link:hover, .text-link:hover, footer a:hover { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--red);
  border-radius: 4px;
  color: var(--white);
  background: var(--red);
  font-weight: 750;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover { transform: translateY(-1px); background: #c90e24; box-shadow: 0 10px 24px rgba(227, 19, 43, .16); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(0,97,151,.28); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 9px 17px; font-size: .92rem; }
.text-link { color: var(--blue); font-weight: 750; text-decoration: none; }

.section-shell { width: var(--page); margin: 0 auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 2px; background: var(--red); }

.hero {
  min-height: 690px;
  padding: 88px 0 94px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .72fr);
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}
.hero-copy > p:not(.eyebrow):not(.hero-slogan) { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.hero-copy .hero-lead { color: var(--blue) !important; font-size: 1.25rem !important; font-weight: 700; }
.hero-slogan { margin: 0 0 24px; color: var(--red); font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 760; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.proof-list { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .92rem; }
.proof-list span { color: var(--blue); font-weight: 900; }

.method-card { padding: 34px; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: var(--soft); }
.method-kicker { margin-bottom: 22px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.method-card ol { margin: 0; padding: 0; list-style: none; }
.method-card li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 19px 0; border-top: 1px solid var(--line); }
.method-card li:first-child { border-top: 0; }
.method-card li > span { color: var(--red); font-size: .82rem; font-weight: 800; }
.method-card strong { display: block; color: var(--blue-dark); font-size: 1.05rem; letter-spacing: .06em; }
.method-card small { display: block; margin-top: 2px; color: var(--muted); font-size: .9rem; }

.statement {
  padding: 96px 0;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(50px, 8vw, 120px);
  border-top: 1px solid var(--line);
}
.statement-copy { align-self: end; color: var(--muted); font-size: 1.05rem; }
.statement-emphasis { color: var(--blue-dark); font-weight: 700; }

.necessity { padding: 100px 0; border-top: 1px solid var(--line); }
.legal-shift {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(34px, 6vw, 82px);
  margin-bottom: 26px;
  padding: 38px;
  color: var(--white);
  background: var(--blue-dark);
}
.legal-year { color: #9fc8db; font-size: clamp(3.3rem, 6vw, 5.6rem); font-weight: 850; letter-spacing: -.06em; line-height: .9; }
.legal-shift h3 { color: var(--white); font-size: clamp(1.45rem, 2.4vw, 2rem); }
.legal-shift p { color: #d6e1e6; }
.deadline-note { margin: 24px 0 0; padding: 16px 18px; border-left: 3px solid var(--red); background: rgba(255,255,255,.07); }
.legal-sources { margin-bottom: 0; font-size: .78rem; }
.legal-sources a { color: #b9dced; text-underline-offset: 3px; }
.necessity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.necessity-grid article { min-height: 250px; padding: 32px; border: 1px solid var(--line); background: var(--soft); }
.necessity-grid article > span { color: var(--red); font-size: .78rem; font-weight: 850; }
.necessity-grid h3 { margin-top: 32px; font-size: 1.35rem; }
.necessity-grid p { color: var(--muted); }

.process { padding: 100px 0; }
.section-intro { max-width: 840px; margin-bottom: 54px; }
.section-intro > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.section-intro.compact { margin-bottom: 42px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li { min-height: 300px; padding: 28px 26px 34px; border-left: 1px solid var(--line); }
.process-grid li:first-child { border-left: 0; }
.step-number { color: var(--red); font-size: .78rem; font-weight: 850; }
.step-code { margin: 38px 0 4px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .11em; }
.process-grid h3 { font-size: 1.42rem; }
.process-grid li > p:last-child { color: var(--muted); font-size: .94rem; }

.territory {
  padding: 100px 0;
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  align-items: start;
  gap: clamp(50px, 9vw, 128px);
  border-top: 1px solid var(--line);
}
.territory-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.territory-card { padding: 34px; color: var(--white); background: var(--blue-dark); }
.territory-card .card-label { margin-bottom: 20px; color: #9fc8db; font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.territory-card > strong { display: block; margin-bottom: 24px; font-size: 2.15rem; line-height: 1.05; }
.territory-card ul { margin: 0; padding: 0; list-style: none; }
.territory-card li { padding: 13px 0 13px 24px; border-top: 1px solid rgba(255,255,255,.16); position: relative; }
.territory-card li::before { content: "+"; position: absolute; left: 2px; color: #9fc8db; font-weight: 800; }
.territory-card .card-note { margin: 24px 0 0; color: #cbd9df; font-size: .88rem; }

.deliverables { padding: 100px 0; background: var(--white); }
.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 56px; }
.risk-card { min-height: 170px; padding: 26px; border: 1px solid var(--line); }
.risk-card h3 { margin-top: 18px; font-size: 1.13rem; }
.risk-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.risk-dot { display: block; width: 11px; height: 11px; border-radius: 50%; }
.risk-green { background: var(--green-soft); }
.risk-green .risk-dot { background: var(--green); }
.risk-orange { background: var(--orange-soft); }
.risk-orange .risk-dot { background: var(--orange); }
.risk-red { background: var(--risk-red-soft); }
.risk-red .risk-dot { background: var(--risk-red); }

.included-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.included-grid article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 30px 26px 30px 0; border-bottom: 1px solid var(--line); }
.included-grid article:nth-child(odd) { padding-right: 34px; }
.included-grid article:nth-child(even) { padding-left: 34px; border-left: 1px solid var(--line); }
.included-grid article > span, .fit-list article > span { color: var(--red); font-size: .78rem; font-weight: 850; }
.included-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.scope-note {
  padding: 84px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 9vw, 128px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.scope-note > div:last-child { align-self: end; color: var(--muted); }
.scope-warning { padding: 20px 22px; border-left: 3px solid var(--red); color: var(--ink); background: var(--soft); font-weight: 650; }

.fit { padding: 100px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); }
.fit-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); font-size: 1.02rem; }
.fit-list { border-top: 1px solid var(--line); }
.fit-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.fit-list p { margin: 0; font-size: 1.02rem; }

.faq { padding: 100px 0; border-top: 1px solid var(--line); }
.faq-list { max-width: 920px; margin-left: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 46px 24px 0; cursor: pointer; color: var(--blue-dark); font-size: 1.1rem; font-weight: 750; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--red); font-size: 1.35rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 790px; padding: 0 52px 24px 0; color: var(--muted); }

.consultation {
  margin-top: 20px;
  margin-bottom: 96px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
  color: var(--white);
  background: var(--blue-dark);
}
.consultation h2 { color: var(--white); font-size: clamp(2.3rem, 4vw, 3.6rem); }
.consultation .eyebrow { color: #9fc8db; }
.consultation-copy { max-width: 760px; }
.consultation-copy > p:not(.eyebrow) { color: #d6e1e6; }
.consultation-note { margin-bottom: 0; font-size: .92rem; }
.consultation-button { white-space: nowrap; }

footer {
  width: var(--page);
  min-height: 132px;
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .84rem;
}
footer p { margin: 0; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--muted); text-decoration: none; }

@media (max-width: 920px) {
  :root { --page: min(100% - 36px, 760px); }
  .header-link-desktop { display: none; }
  .hero { min-height: 0; padding: 70px 0 78px; grid-template-columns: 1fr; gap: 48px; }
  .method-card { max-width: 620px; }
  .statement, .territory, .scope-note, .fit { grid-template-columns: 1fr; gap: 32px; }
  .legal-shift { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .risk-grid { grid-template-columns: 1fr; }
  .risk-card { min-height: 0; }
  .consultation { grid-template-columns: 1fr; align-items: start; }
  .consultation-button { justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-links { justify-self: end; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 28px); }
  body { font-size: 15.5px; }
  .site-header { min-height: 74px; }
  .brand-caption, .header-link { display: none; }
  .hero { padding: 54px 0 64px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof-list { flex-direction: column; gap: 8px; }
  .method-card { padding: 26px; }
  .statement, .necessity, .process, .territory, .deliverables, .fit, .faq { padding: 72px 0; }
  .legal-shift { padding: 28px 24px; }
  .necessity-grid { grid-template-columns: 1fr; }
  .necessity-grid article { min-height: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }
  .process-grid li:first-child { border-top: 0; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article, .included-grid article:nth-child(odd), .included-grid article:nth-child(even) { padding: 26px 0; border-left: 0; }
  .scope-note { padding: 68px 0; }
  .consultation { width: 100%; margin-bottom: 60px; padding: 52px 22px; }
  .consultation-button { width: 100%; white-space: normal; text-align: center; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer > p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
