:root {
  --olive: #5f5d46;
  --olive-dark: #3f3f31;
  --olive-soft: #7a775a;
  --gold: #b59a60;
  --gold-light: #dccb9b;
  --rose: #d9aaa2;
  --cream: #f7f4ed;
  --sand: #ebe5d8;
  --white: #fff;
  --ink: #303127;
  --muted: #6d6c60;
  --shadow: 0 22px 60px rgba(63, 63, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 244, 237, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(95, 93, 70, .12);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 260px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .92rem; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button):hover { color: var(--gold); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--olive);
  color: var(--white);
  text-decoration: none;
  font-weight: 750;
  letter-spacing: .01em;
  border: 1px solid var(--olive);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--olive-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(63,63,49,.18); }
.button:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
.button.secondary { background: transparent; color: var(--olive-dark); border-color: rgba(95,93,70,.38); }
.button.secondary:hover { background: rgba(255,255,255,.75); }

.hero { position: relative; overflow: hidden; padding: 88px 0 76px; }
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.hero::before { width: 420px; height: 420px; background: rgba(217,170,162,.22); top: -180px; right: -90px; }
.hero::after { width: 330px; height: 330px; background: rgba(220,203,155,.24); bottom: -210px; left: -100px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; position: relative; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--olive-dark); line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); margin: 0 0 24px; font-weight: 500; letter-spacing: -.035em; }
h1 em { color: var(--rose); font-style: normal; }
.hero-copy { font-size: 1.12rem; color: var(--muted); max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.method-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(181,154,96,.25);
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.method-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(181,154,96,.18); border-radius: 24px; pointer-events: none; }
.method-logo { width: 100%; position: relative; z-index: 1; }
.trust-line { display: flex; gap: 22px; margin-top: 28px; color: var(--olive-soft); font-size: .92rem; }
.trust-line span::before { content: "•"; color: var(--gold); margin-right: 8px; }

section { padding: 88px 0; }
.section-white { background: var(--white); }
.section-heading { max-width: 750px; margin-bottom: 44px; }
.section-heading.center { text-align: center; margin: 0 auto 48px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); margin: 0 0 16px; font-weight: 500; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step { padding: 24px 18px; border-radius: 22px; background: var(--cream); border: 1px solid rgba(95,93,70,.11); }
.step-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--olive); color: white; font-weight: 800; margin-bottom: 18px; }
.step h3 { font-size: 1.18rem; margin: 0 0 8px; }
.step p { color: var(--muted); font-size: .93rem; margin: 0; }

.decision-strip { background: var(--olive-dark); color: white; }
.decision-strip h2 { color: white; }
.decision-strip .section-heading p { color: rgba(255,255,255,.72); }
.decisions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.decision { padding: 22px 12px; text-align: center; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); font-weight: 800; letter-spacing: .06em; }
.decision:nth-child(2), .decision:nth-child(4) { color: var(--gold-light); }
.decision:nth-child(3) { color: var(--rose); }

.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.plan {
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--white);
  border: 1px solid rgba(95,93,70,.14);
  border-radius: 28px;
  padding: 31px 28px 28px;
  box-shadow: 0 14px 34px rgba(63,63,49,.075);
}
.plan.featured {
  border: 2px solid var(--gold);
  transform: translateY(-12px);
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 26%);
  box-shadow: var(--shadow);
}
.badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--gold); color: white; border-radius: 999px; padding: 6px 17px; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.plan-kicker { margin: 0; color: var(--gold); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; }
.plan h3 { font-size: 2.08rem; margin: 7px 0 3px; }
.price { display: flex; gap: 8px; align-items: baseline; min-height: 58px; margin: 10px 0 15px; }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; color: var(--olive-dark); }
.price span { color: var(--muted); font-size: .82rem; font-weight: 650; letter-spacing: .02em; }
.ideal { min-height: 54px; color: var(--muted); margin: 0 0 20px; text-wrap: balance; }
.features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.features li { display: grid; grid-template-columns: 21px 1fr; gap: 9px; align-items: start; font-size: .98rem; line-height: 1.45; }
.features li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(181,154,96,.16); color: var(--olive); font-weight: 900; font-size: .76rem; margin-top: 2px; }
.delivery { margin-top: auto; padding: 17px 0 18px; border-top: 1px solid rgba(95,93,70,.12); color: var(--olive-dark); font-size: .94rem; line-height: 1.48; }
.delivery strong { display: block; }
.plan .button { width: 100%; min-height: 54px; padding: 12px 14px; text-align: center; font-size: .88rem; line-height: 1.2; white-space: nowrap; }
.deadline-note { margin: 30px auto 0; text-align: center; color: var(--muted); font-size: .92rem; max-width: 760px; }

.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.fit-list { display: grid; gap: 14px; }
.fit-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px; background: var(--cream); border-radius: 18px; }
.fit-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--olive); color: white; font-weight: 900; }
.fit-item strong { display: block; color: var(--olive-dark); }
.fit-item p { margin: 3px 0 0; color: var(--muted); font-size: .94rem; }

.closing { padding: 78px 0; text-align: center; background: linear-gradient(135deg, rgba(217,170,162,.24), rgba(220,203,155,.24)); }
.closing h2 { max-width: 820px; margin: 0 auto 18px; }
.closing p { max-width: 660px; margin: 0 auto 28px; color: var(--muted); font-size: 1.06rem; }
footer { padding: 40px 0; background: var(--white); border-top: 1px solid rgba(95,93,70,.1); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo { width: min(360px, 62vw); }
.footer-copy { color: var(--muted); font-size: .86rem; text-align: right; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .fit-grid { grid-template-columns: 1fr; gap: 42px; }
  .method-card { max-width: 620px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps .step:last-child { grid-column: 1 / -1; }
  .plans { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .plan.featured { transform: none; order: -1; }
  .plan .button { white-space: normal; }
  .decisions { grid-template-columns: repeat(2, 1fr); }
  .decisions .decision:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1220px); }
  .nav { min-height: 68px; }
  .brand { width: 205px; }
  .nav .button { min-height: 42px; padding: 9px 14px; font-size: .85rem; }
  .hero { padding: 48px 0 58px; }
  h1 { font-size: 2.65rem; }
  section { padding: 64px 0; }
  .steps, .decisions { grid-template-columns: 1fr; }
  .steps .step:last-child, .decisions .decision:last-child { grid-column: auto; }
  .plan { padding: 28px 22px; }
  .ideal { min-height: auto; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .footer-copy { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

