:root {
  --ink: #14213d;
  --ink-soft: #253451;
  --red: #c94f42;
  --gold: #c99a3d;
  --ivory: #f8f5ee;
  --paper: #fffdf8;
  --line: rgba(20, 33, 61, 0.18);
  --white: #fff;
  --shadow: 0 24px 60px rgba(20, 33, 61, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--white); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand img { width: 190px; height: auto; }
nav { display: flex; align-items: center; gap: 1.5rem; font-size: .88rem; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { border: 1px solid var(--ink); padding: .65rem .9rem; }

main > section { padding: 100px max(20px, calc((100vw - 1180px) / 2)); }
.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: 70px;
  background: radial-gradient(circle at 85% 12%, rgba(201,154,61,.16), transparent 30%), var(--ivory);
}
.eyebrow { margin: 0 0 1.2rem; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-family: Georgia, serif; font-size: clamp(3.2rem, 6vw, 6.7rem); font-weight: 500; }
h2 { margin-bottom: 1.5rem; font-family: Georgia, serif; font-size: clamp(2.3rem, 4.5vw, 4.8rem); font-weight: 500; }
h3 { font-size: 1.5rem; }
.lead { max-width: 680px; font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-block; padding: .95rem 1.2rem; border: 1px solid var(--ink); text-decoration: none; font-size: .9rem; font-weight: 800; }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red); border-color: var(--red); }
.button-secondary:hover, .button-secondary:focus-visible { background: var(--white); }
.trust-line { margin: 1.2rem 0 0; color: var(--ink-soft); font-size: .82rem; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 8% -5% -4% 8%; z-index: -1; border: 1px solid var(--gold); }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.hero-visual figcaption { display: flex; align-items: center; gap: .7rem; padding: 1rem; color: var(--white); background: var(--ink); font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual figcaption span { color: var(--gold); }

.problem { color: var(--white); background: var(--ink); }
.problem .eyebrow { color: #e7b75b; }
.problem h2 { max-width: 900px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 1000px; }
.statement { margin: 0; border-left: 2px solid var(--red); padding-left: 1.5rem; font-size: 1.25rem; }
.section-heading { max-width: 800px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { max-width: 650px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 260px; padding: 2rem; border-right: 1px solid var(--line); }
.steps article:first-child { padding-left: 0; }
.steps article:last-child { border-right: 0; }
.step-number { display: block; margin-bottom: 3rem; color: var(--red); font-size: .8rem; font-weight: 800; }

.offers { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1rem; }
.offer-card { padding: clamp(1.6rem, 3vw, 2.4rem); border: 1px solid var(--line); background: var(--white); }
.offer-card.featured { color: var(--white); background: var(--ink); transform: translateY(-16px); box-shadow: var(--shadow); }
.offer-label { min-height: 2.6em; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured .offer-label { color: #e7b75b; }
.price { padding-bottom: 1rem; border-bottom: 1px solid currentColor; font-family: Georgia, serif; font-size: 1.35rem; }
.offer-card ul { padding-left: 1.15rem; }
.offer-card li { margin-bottom: .75rem; }
.availability { margin-top: 1.5rem; color: #e7b75b; font-size: .8rem; font-weight: 750; }
.fine-print { max-width: 900px; margin-top: 2rem; color: var(--ink-soft); font-size: .78rem; }

.founder { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.founder-copy { padding-top: 2.5rem; font-size: 1.08rem; }
.founder-copy p:first-child { margin-top: 0; }
.process { background: rgba(201,154,61,.1); }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.process li { display: flex; flex-direction: column; gap: .6rem; padding: 1.5rem; border-left: 1px solid var(--line); }
.process li span { color: var(--red); font-size: .8rem; font-weight: 800; }
.process li small { color: var(--ink-soft); }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
summary { cursor: pointer; font-weight: 800; }
details p { max-width: 570px; }
.closing { text-align: center; color: var(--white); background: var(--red); }
.closing .eyebrow { color: var(--white); }
.closing h2, .closing > p { max-width: 820px; margin-left: auto; margin-right: auto; }
.button-light { margin-top: 1rem; color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--ink); border-color: var(--ink); }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0; display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 2rem; font-size: .82rem; }
footer p { margin: 0; }
footer a:hover, footer a:focus-visible { color: var(--red); }

@media (max-width: 900px) {
  .site-header { min-height: 78px; }
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 680px; }
  .problem-grid, .founder { grid-template-columns: 1fr; gap: 2rem; }
  .steps, .offer-grid { grid-template-columns: 1fr; }
  .steps article { min-height: 0; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-number { margin-bottom: 1.5rem; }
  .offer-card.featured { transform: none; }
  .process ol { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, 1180px); }
  .brand img { width: 155px; }
  .nav-cta { padding: .55rem .65rem; font-size: .72rem; }
  main > section { padding: 72px 18px; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .actions { flex-direction: column; }
  .button { width: 100%; text-align: center; }
  .hero-visual figcaption { flex-wrap: wrap; }
  .faq-grid, .process ol { grid-template-columns: 1fr; }
  .process li { border-left: 0; border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > p:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
