:root {
  color-scheme: light;
  --ink: #17242d;
  --muted: #52616b;
  --navy: #0d2b3e;
  --navy-light: #173f56;
  --accent: #b45309;
  --accent-light: #f6b95f;
  --surface: #ffffff;
  --surface-muted: #f3f5f4;
  --border: #cbd3d6;
  --focus: #2563eb;
  --max-width: 68.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 20rem;
  background: var(--surface);
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.15;
}

h1 {
  max-width: 17ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.35rem, 9vw, 4.75rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 5vw, 2.65rem);
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

a {
  color: #8a3708;
  font-weight: 700;
  text-underline-offset: 0.2em;
}

a:hover {
  color: #5f2505;
}

a:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.2rem;
  border-radius: 0.15rem;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  color: #ffffff;
  background: var(--navy);
  transform: translateY(-200%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.98);
}

.header-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  color: var(--navy);
  text-decoration: none;
}

.brand:hover {
  color: var(--navy-light);
}

.brand-name {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand-tagline {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-nav,
.footer-nav,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.primary-nav a,
.footer-nav a {
  color: var(--navy);
  font-size: 0.92rem;
}

.hero {
  padding-block: clamp(3rem, 8vw, 6.5rem);
  background: linear-gradient(180deg, #f8faf9 0%, #ffffff 100%);
}

.hero-grid {
  display: grid;
  gap: 2.5rem;
}

.hero-copy {
  align-self: center;
}

.eyebrow,
.cta-label {
  margin-bottom: 0.85rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lead {
  max-width: 42rem;
  color: var(--ink);
  font-size: clamp(1.1rem, 3vw, 1.3rem);
}

.hero-copy > p:last-child {
  max-width: 42rem;
  color: var(--muted);
}

.cta-card {
  padding: clamp(1.4rem, 5vw, 2.25rem);
  border-top: 0.35rem solid var(--accent-light);
  border-radius: 0.4rem;
  color: #ffffff;
  background: var(--navy);
  box-shadow: 0 1rem 2.5rem rgba(13, 43, 62, 0.16);
}

.cta-card h2,
.cta-card a {
  color: #ffffff;
}

.cta-card h2 {
  font-size: clamp(1.65rem, 5vw, 2.35rem);
}

.cta-card .cta-label {
  color: var(--accent-light);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  margin-block: 0.35rem 1rem;
  padding: 0.75rem 1.4rem;
  border: 0.15rem solid var(--accent-light);
  border-radius: 0.3rem;
  color: var(--navy) !important;
  background: var(--accent-light);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.button:hover {
  border-color: #ffd18c;
  background: #ffd18c;
}

.cta-details {
  margin-bottom: 1.25rem;
  font-size: 1.02rem;
}

.consent-disclosure {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.9rem;
  line-height: 1.55;
}

.consent-disclosure p {
  margin-bottom: 0.9rem;
}

.consent-disclosure a {
  color: #ffffff;
}

.section {
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.steps {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--border);
  border-radius: 0.35rem;
  background: var(--surface);
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: #ffffff;
  background: var(--navy);
  font-weight: 800;
}

.example-section {
  border-block: 1px solid var(--border);
  background: var(--surface-muted);
}

.example-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

blockquote {
  margin-bottom: 0;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  border-left: 0.35rem solid var(--accent);
  background: var(--surface);
  box-shadow: 0 0.5rem 1.5rem rgba(23, 36, 45, 0.08);
}

blockquote p {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
}

.site-footer {
  padding-block: 2.5rem;
  color: #ffffff;
  background: var(--navy);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.site-footer p {
  margin-bottom: 0.25rem;
}

.footer-brand {
  font-size: 1.4rem;
  font-weight: 800;
}

.site-footer a {
  color: #ffffff;
}

.copyright {
  color: #d5e0e6;
  font-size: 0.85rem;
}

.page-main {
  min-height: 65vh;
  padding-block: clamp(3rem, 8vw, 6rem);
  background: var(--surface-muted);
}

.page-card {
  max-width: 48rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: var(--surface);
  box-shadow: 0 0.75rem 2rem rgba(23, 36, 45, 0.08);
}

.page-card h1 {
  font-size: clamp(2.1rem, 7vw, 3.5rem);
}

.legal-document {
  max-width: 52rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.legal-document h1 {
  max-width: none;
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 6vw, 2.75rem);
}

.legal-document section {
  margin-top: 2.5rem;
}

.legal-document h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.3rem, 4vw, 1.55rem);
  letter-spacing: -0.01em;
}

.legal-document h3 {
  margin-top: 1.75rem;
  font-size: 1.1rem;
}

.legal-document ul,
.legal-document ol {
  margin-block: 0 1.25rem;
  padding-left: 1.6rem;
}

.legal-document li + li {
  margin-top: 0.35rem;
}

.effective-date {
  margin-bottom: 2rem;
  color: var(--muted);
}

.legal-uppercase {
  font-size: 0.95rem;
  font-weight: 700;
}

.legal-contact {
  font-style: normal;
}

.legal-document .page-actions {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.placeholder-notice {
  margin-block: 2rem;
  padding: 1.25rem;
  border-left: 0.35rem solid var(--accent);
  background: #fff7ed;
}

.placeholder-notice strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #7c2d12;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
}

.not-found-code {
  margin-bottom: 0.5rem;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .header-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .primary-nav {
    justify-content: flex-end;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps li {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .example-grid {
    grid-template-columns: minmax(13rem, 0.65fr) minmax(0, 1.35fr);
    gap: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .copyright {
    grid-column: 1 / -1;
  }
}
