:root {
  --paper: #fbf7ef;
  --ink: #2f281f;
  --muted: #766b5d;
  --line: #ded3c1;
  --panel: #fffdf8;
  --panel-strong: #efe3cf;
  --brown: #5a3f21;
  --brown-dark: #322417;
  --gold: #c49a5d;
  --olive: #69704a;
  --sage: #dbe0c8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(48, 36, 23, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 8%, rgba(196, 154, 93, 0.18), transparent 28rem),
    linear-gradient(180deg, #faf1e4 0%, #fbf7ef 42%, #eef1dd 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 4px;
  background: rgba(50, 36, 23, 0.08);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--olive), var(--gold));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(90, 63, 33, 0.14);
  background: rgba(251, 247, 239, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--brown-dark);
  font-weight: 800;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(90, 63, 33, 0.18);
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  overflow-wrap: anywhere;
}

.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav a:hover {
  color: var(--brown-dark);
}

.shell {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.section-pad {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  border-top: 1px solid rgba(90, 63, 33, 0.13);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.kicker {
  margin: 0 0 1rem;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  color: var(--brown-dark);
  letter-spacing: 0;
  line-height: 1;
}

h1 {
  max-width: 770px;
  font-size: clamp(3rem, 7.4vw, 6.4rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 4rem);
}

h3 {
  margin: 0.75rem 0 0.55rem;
  color: var(--brown-dark);
  font-size: 1.18rem;
  line-height: 1.18;
}

.hero-copy p,
.copy-block p,
.section-head p,
article p,
.included-item p,
.note,
.next-card li,
.journey li,
.footer p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-copy .lead {
  max-width: 650px;
  margin: 1.4rem 0 0;
  font-size: clamp(1.14rem, 2vw, 1.45rem);
}

.hero-copy p:not(.kicker):not(.lead) {
  max-width: 620px;
  margin: 1rem 0 0;
  font-size: 1.04rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.85rem 1.15rem;
  font-weight: 850;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--brown-dark);
  color: var(--white);
}

.button.secondary {
  border: 1px solid rgba(90, 63, 33, 0.24);
  color: var(--brown-dark);
}

.button.full {
  width: 100%;
}

.hero-card,
.proof article,
.price-card,
.future-grid article,
.roadmap-grid article,
.next-card,
.note,
.payment-box {
  border: 1px solid rgba(90, 63, 33, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.5rem;
}

.hero-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(90, 63, 33, 0.14);
  border-radius: 8px;
  object-fit: cover;
}

.hero-card-body {
  margin-top: 1.15rem;
}

.label {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-card strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--brown-dark);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.08;
}

.hero-card-body p:last-child {
  margin: 1rem 0 0;
}

.hero-checklist {
  display: grid;
  gap: 0.65rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-checklist li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--brown-dark);
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.35;
}

.hero-checklist li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--olive);
}

.split,
.next {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.copy-block {
  display: grid;
  gap: 1rem;
}

.copy-block p,
.section-head p {
  margin: 0;
  font-size: 1.05rem;
}

.proof,
.price-grid,
.future-grid,
.roadmap-grid {
  display: grid;
  gap: 1rem;
}

.proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.proof article,
.future-grid article,
.roadmap-grid article,
.price-card {
  padding: 1.25rem;
}

.proof span,
.roadmap-grid span {
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 850;
}

.proof p,
.future-grid p,
.roadmap-grid p,
.price-card p {
  margin: 0;
}

.section-head {
  max-width: 790px;
  margin-bottom: 2rem;
}

.section-head.compact {
  max-width: 720px;
}

.section-head h2 + p {
  margin-top: 1rem;
}

.included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.included-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(219, 224, 200, 0.48);
}

.included-item span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--olive);
  color: var(--white);
  font-weight: 900;
}

.included-item p {
  margin: 0;
}

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

.price-card {
  min-height: 230px;
}

.price-card.featured {
  background: var(--brown-dark);
}

.price-card.featured h3,
.price-card.featured p,
.price-card.featured strong {
  color: var(--white);
}

.tag {
  display: inline-flex;
  margin: 0;
  border-radius: 999px;
  background: rgba(196, 154, 93, 0.24);
  color: #fff7e6 !important;
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 850;
}

.price-card strong,
.future-grid strong {
  display: block;
  margin: 1rem 0;
  color: var(--brown-dark);
  font-size: 2rem;
  line-height: 1;
}

.note {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(105, 112, 74, 0.11);
}

.payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 253, 248, 0.78);
}

.payment-box span {
  color: var(--brown-dark);
  font-weight: 850;
}

.payment-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-box li {
  border: 1px solid rgba(90, 63, 33, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
}

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

.journey ol {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: journey;
}

.journey li {
  counter-increment: journey;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(90, 63, 33, 0.13);
  padding: 1rem 0;
  font-size: 1.08rem;
}

.journey li::before {
  content: counter(journey, decimal-leading-zero);
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 850;
}

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

.next-card {
  padding: 1.4rem;
}

.next-card ol {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(90, 63, 33, 0.14);
}

.footer p {
  max-width: 520px;
  margin: 0;
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero,
  .split,
  .next {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    max-width: 420px;
  }

  .proof,
  .future-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 1rem, 1120px);
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .nav {
    gap: 0.85rem;
    font-size: 0.86rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  .actions,
  .button {
    width: 100%;
  }

  .included,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .journey li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .payment-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-box ul {
    justify-content: flex-start;
  }

  .footer {
    flex-direction: column;
  }
}


