
:root {
  color-scheme: light;
  --ink: #16202a;
  --ink-soft: #334155;
  --muted: #64748b;
  --paper: #f7f8f5;
  --surface: #ffffff;
  --surface-2: #eef3f1;
  --line: rgba(22, 32, 42, 0.16);
  --accent: #14845f;
  --accent-2: #2257a7;
  --accent-3: #d85b3f;
  --shadow: 0 22px 70px rgba(16, 24, 40, 0.14);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

img {
  max-width: 100%;
  height: auto;
}

.container,
.hero-inner,
.nav-wrap {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-decoration: none;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  text-decoration: none;
  color: var(--ink-soft);
}

.nav a[aria-current="page"] {
  color: var(--accent);
}

.lang {
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: var(--surface);
}

.lang a {
  min-width: 34px;
  border-radius: 999px;
  padding: 4px 8px;
  text-align: center;
}

.lang a[aria-current="true"] {
  background: var(--ink);
  color: var(--surface);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 11px 18px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}

.button.primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow);
}

.button.secondary {
  border-color: var(--line);
  background: var(--surface);
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-inner {
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  padding: 76px 0 86px;
}

.hero-copy {
  width: min(850px, 100%);
}

.eyebrow,
.mini-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: var(--font-heading);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: 4.8rem;
  line-height: 0.96;
}

h1 span {
  display: block;
}

h2 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: 2.55rem;
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.22;
}

.lead,
.section-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.hero-proof div,
.card,
.cta-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.hero-proof div {
  padding: 18px;
}

.hero-proof strong {
  display: block;
  margin-bottom: 5px;
}

.hero-proof span,
.card p,
.list-clean,
.footer p {
  color: var(--muted);
}

.section,
.band {
  padding: 86px 0;
}

.section.alt {
  background: var(--surface-2);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: start;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.card {
  min-height: 220px;
  padding: 24px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.card.accent-green {
  border-top-color: var(--accent);
}

.card.accent-blue {
  border-top-color: var(--accent-2);
}

.card.accent-coral,
.card.accent-amber {
  border-top-color: var(--accent-3);
}

.band {
  background: var(--ink);
  color: var(--surface);
}

.band .eyebrow {
  color: color-mix(in srgb, var(--accent) 80%, white);
}

.band p {
  color: color-mix(in srgb, var(--surface) 78%, transparent);
}

.band .button.secondary {
  background: transparent;
  color: var(--surface);
  border-color: color-mix(in srgb, var(--surface) 32%, transparent);
}

.steps .card {
  counter-increment: step;
}

.list-clean {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.list-clean li {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.cta-panel {
  padding: clamp(28px, 5vw, 56px);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.footer {
  padding: 54px 0;
  background: var(--ink);
  color: var(--surface);
}

.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  max-width: 380px;
}

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

.footer-trust-logo {
  width: 120px;
  margin-top: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: var(--surface);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  text-decoration: none;
}

.sticky-cta[data-hidden] {
  display: none;
}

[data-reveal] {
  opacity: 1;
}

@media (max-width: 920px) {
  :root {
    --container: min(100vw - 28px, 1160px);
  }

  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    font-size: 13px;
  }

  .nav a {
    white-space: normal;
  }

  .hero-inner {
    min-height: auto;
    padding: 58px 0 66px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .split,
  .grid.two,
  .grid.three,
  .hero-proof {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .sticky-cta {
    display: none;
  }
}


body[data-variant="classic"] {
  --paper: #f4efe5;
  --surface: #fffaf0;
  --surface-2: #ebe1cf;
  --ink: #241f19;
  --ink-soft: #45392c;
  --muted: #766856;
  --accent: #8f3328;
  --accent-2: #71562d;
  --accent-3: #2f5b4e;
  --radius: 4px;
  --font-body: Georgia, "Times New Roman", serif;
  --font-heading: Georgia, "Times New Roman", serif;
}
body[data-variant="classic"] .site-header {
  position: static;
  background: var(--paper);
}
body[data-variant="classic"] .hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff8e9, #f4efe5);
}
body[data-variant="classic"] .hero-inner {
  justify-items: center;
  text-align: center;
}
body[data-variant="classic"] h1 {
  max-width: 980px;
  font-size: 4.35rem;
}
body[data-variant="classic"] .hero-copy {
  width: min(980px, 100%);
}
body[data-variant="classic"] .hero-actions,
body[data-variant="classic"] .cta-actions {
  justify-content: center;
}
body[data-variant="classic"] .hero-proof {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
body[data-variant="classic"] .hero-proof div,
body[data-variant="classic"] .card,
body[data-variant="classic"] .list-clean li {
  box-shadow: none;
  background: transparent;
}
body[data-variant="classic"] .card {
  border-width: 1px 0;
}
body[data-variant="classic"] .button.primary {
  background: var(--accent);
}
@media (max-width: 920px) {
  body[data-variant="classic"] h1 {
    font-size: 3rem;
  }
}
