:root {
  --ink: #2c0707;
  --muted: #7f5750;
  --cream: #fbf4ed;
  --cream-2: #fffaf5;
  --wine: #6f061d;
  --wine-2: #95092b;
  --orange: #ff4a1f;
  --rose: #e7c8bd;
  --line: rgba(111, 6, 29, .16);
  --shadow: 0 24px 70px rgba(111, 6, 29, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream-2);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 32px)); }
.section-pad { padding: 72px 0; }
.section-pad-sm { padding: 42px 0; }
.offer-bar {
  position: sticky; top: 0; z-index: 20;
  display: flex; justify-content: center; gap: 14px; align-items: center; flex-wrap: wrap;
  background: var(--wine); color: white; padding: 10px 16px; font-size: 13px;
}
.offer-bar span { color: #ffb49e; font-weight: 900; letter-spacing: .12em; }
.offer-bar a { background: var(--orange); padding: 7px 12px; border-radius: 999px; font-weight: 900; }
.nav { position: sticky; top: 39px; z-index: 19; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px max(18px, calc((100vw - 1120px)/2)); background: rgba(255, 250, 245, .86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { font-size: 34px; font-weight: 900; color: var(--orange); letter-spacing: -0.08em; }
.brand span { font-size: 12px; vertical-align: super; letter-spacing: 0; }
.nav nav { display: flex; gap: 22px; font-size: 14px; font-weight: 800; color: var(--muted); }
.nav-cta { background: var(--ink); color: white; padding: 11px 16px; border-radius: 999px; font-weight: 900; }
.hero { background: radial-gradient(circle at 72% 18%, #ffd6c8 0, transparent 30%), linear-gradient(180deg, #fff7f0, #fbf4ed); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.eyebrow, .section-kicker { color: var(--wine-2); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -0.055em; }
h1 { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(48px, 7vw, 82px); margin-top: 14px; }
h2 { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(36px, 5vw, 60px); margin: 10px 0 26px; }
h3 { font-size: clamp(26px, 3.2vw, 38px); }
p { color: var(--muted); line-height: 1.65; font-size: 17px; }
.subhead { font-size: 21px; max-width: 650px; }
.hero-meta { display: flex; gap: 13px; align-items: center; margin: 24px 0; }
.avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--wine); color: white; display: grid; place-items: center; font-weight: 900; }
.hero-meta span { display: block; color: var(--muted); font-size: 14px; margin-top: 3px; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { border: 1px solid var(--line); background: white; padding: 10px 12px; border-radius: 999px; color: var(--wine); font-weight: 800; font-size: 13px; }
.hero-actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border-radius: 999px; font-weight: 950; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: linear-gradient(135deg, var(--orange), var(--wine-2)); box-shadow: 0 14px 34px rgba(149,9,43,.24); }
.ghost { background: white; border: 1px solid var(--line); color: var(--wine); }
.hero-card { position: relative; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-card img { border-radius: 22px; aspect-ratio: 16 / 10.5; object-fit: cover; }
.floating-proof { position: absolute; right: 28px; bottom: 28px; background: rgba(255, 250, 245, .92); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 18px; padding: 14px 18px; box-shadow: 0 10px 28px rgba(44,7,7,.12); }
.floating-proof strong { display: block; color: var(--wine); font-size: 20px; }
.floating-proof span { color: var(--muted); font-size: 13px; font-weight: 800; }
.proof-strip { background: var(--wine); color: white; padding: 24px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.proof-grid div { border-left: 1px solid rgba(255,255,255,.22); padding-left: 18px; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid span { color: #f4d3cc; margin-top: 6px; font-size: 14px; }
.callout { border: 1px solid var(--line); background: white; border-radius: 28px; padding: 34px; box-shadow: 0 18px 50px rgba(111,6,29,.08); }
.tag { display: inline-block; background: #ffe4da; color: var(--wine-2); font-weight: 950; padding: 7px 10px; border-radius: 999px; font-size: 12px; }
.callout h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 12px; }
.reasons { background: #fffaf5; }
.reason { position: relative; margin: 22px 0; padding: 30px 30px 30px 96px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 16px 45px rgba(111,6,29,.06); }
.reason .num { position: absolute; left: 28px; top: 30px; color: var(--orange); font-weight: 950; font-size: 24px; letter-spacing: -.05em; }
.reason p { margin-bottom: 0; }
.final-reason { background: linear-gradient(135deg, #fff, #fff1eb); }
.final-reason .button { margin-top: 18px; }
.compare-section { background: var(--cream); }
.compare-card { border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.compare-row { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 0; border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row > * { padding: 18px; border-right: 1px solid var(--line); }
.compare-row > *:last-child { border-right: 0; }
.compare-row span { font-weight: 900; }
.compare-row b { color: var(--wine-2); }
.compare-row em { color: var(--muted); font-style: normal; }
.compare-row.head { background: var(--wine); color: white; }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
blockquote { margin: 0; background: white; border: 1px solid var(--line); border-radius: 24px; padding: 24px; color: var(--ink); font-size: 20px; font-family: "Source Serif 4", Georgia, serif; box-shadow: 0 12px 36px rgba(111,6,29,.06); }
cite { display: block; margin-top: 16px; font: 800 13px Inter, sans-serif; color: var(--wine-2); }
.offer-section { background: linear-gradient(135deg, var(--wine), #2b050a); color: white; }
.offer-section p, .offer-section .section-kicker { color: #ffd6cb; }
.offer-grid { display: grid; grid-template-columns: 1fr 420px; gap: 36px; align-items: center; }
.checklist { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.checklist li:before { content: "✓"; color: #ffb49e; font-weight: 950; margin-right: 10px; }
.purchase-card { background: #fffaf5; color: var(--ink); border-radius: 30px; padding: 28px; box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.badge { display: inline-block; color: white; background: var(--orange); padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.price { display: flex; gap: 12px; align-items: baseline; margin: 16px 0; }
.price span { font-size: 52px; font-weight: 950; letter-spacing: -.08em; }
.price s { color: var(--muted); font-weight: 800; }
label { display: block; font-size: 13px; font-weight: 950; color: var(--wine); margin: 18px 0 8px; text-transform: uppercase; letter-spacing: .1em; }
select { width: 100%; height: 52px; border-radius: 14px; border: 1px solid var(--line); padding: 0 14px; background: white; color: var(--ink); font-weight: 800; }
.full { width: 100%; margin-top: 16px; }
.microcopy { color: var(--muted); font-size: 12px; text-align: center; margin-top: 12px; }
details { border: 1px solid var(--line); background: white; border-radius: 18px; margin: 12px 0; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 950; font-size: 18px; }
.footer { background: #220406; color: white; padding: 34px 0 86px; }
.footer p { color: #d9b6ad; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
.sticky-cta { position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 30; width: min(620px, calc(100% - 24px)); display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(44,7,7,.94); color: white; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 60px rgba(0,0,0,.24); border-radius: 999px; padding: 10px 10px 10px 18px; backdrop-filter: blur(12px); }
.sticky-cta span { font-weight: 900; font-size: 14px; }
.sticky-cta a { background: var(--orange); padding: 12px 16px; border-radius: 999px; font-weight: 950; }
@media (max-width: 860px) {
  .nav { top: 58px; }
  .nav nav { display:none; }
  .hero-grid, .offer-grid, .proof-grid, .quote-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-pad { padding: 52px 0; }
  .hero-card { transform: none; }
  .reason { padding: 72px 20px 24px; }
  .reason .num { left: 20px; top: 22px; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .compare-row > *:last-child { border-bottom: 0; }
  .compare-row.head span { display:none; }
}
