:root {
  color-scheme: light;
  --ink: #17201f;
  --muted: #52605d;
  --line: #d8dedb;
  --paper: #fbfbf7;
  --panel: #ffffff;
  --sage: #466b5f;
  --teal: #0f766e;
  --gold: #b7791f;
  --coral: #c75f45;
  --soft: #eef4f1;
  --shadow: 0 18px 60px rgba(23, 32, 31, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(216, 222, 219, 0.85);
  background: rgba(251, 251, 247, 0.94);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 720;
  text-decoration: none;
  line-height: 1.1;
}

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

.button.ghost {
  border-color: transparent;
  background: transparent;
  color: var(--ink);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 251, 247, 0.98) 0%, rgba(251, 251, 247, 0.91) 47%, rgba(251, 251, 247, 0.45) 100%),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.hero-inner,
.section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 24px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(44px, 7vw, 82px);
}

h2 {
  max-width: 820px;
  font-size: clamp(30px, 4vw, 52px);
}

h3 {
  font-size: 22px;
}

.lead {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

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

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 56px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  max-width: 880px;
}

.metric {
  min-height: 118px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.89);
}

.metric strong {
  display: block;
  font-size: 24px;
}

.metric span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

section {
  border-top: 1px solid var(--line);
}

.band {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: start;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 1px 0 rgba(23, 32, 31, 0.03);
}

.card.accent {
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: var(--shadow);
}

.card p,
.card li,
.section-copy p,
.section-copy li {
  color: var(--muted);
}

.card ul,
.section-copy ul {
  padding-left: 20px;
}

.card .price {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 800;
}

.kicker {
  color: var(--gold);
  font-weight: 760;
}

.sequence {
  counter-reset: item;
  display: grid;
  gap: 14px;
}

.step {
  position: relative;
  padding: 22px 22px 22px 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.step::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--sage);
  color: #fff;
  font-weight: 800;
}

.page-hero {
  background: var(--soft);
}

.page-hero .section-inner {
  padding-top: 92px;
  padding-bottom: 68px;
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.resource:hover {
  border-color: var(--teal);
}

.cta-band {
  background: var(--ink);
  color: #fff;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-band .button.secondary {
  border-color: rgba(255, 255, 255, 0.3);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 24px;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner a {
  color: var(--ink);
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 20px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .nav-links .button {
    width: 100%;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 251, 247, 0.97), rgba(251, 251, 247, 0.82)),
      url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1200&q=80") center / cover;
  }

  .hero-inner,
  .section-inner {
    padding: 58px 20px;
  }

  .split,
  .grid,
  .grid.two,
  .metrics {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    padding: 30px 20px;
  }
}
