@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  font-family: 'Manrope', sans-serif;
  color: #17231f;
  background: #f2f0e9;
  font-synthesis: none;
  --ink: #17231f;
  --forest: #102e26;
  --mint: #b9f66d;
  --paper: #fbfaf5;
  --muted: #66716c;
  --line: #d4d7ce;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
body::before { content: ''; position: fixed; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; }
header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; text-decoration: none; }
.mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--mint); background: var(--forest); font: 500 12px 'DM Mono'; }
.header-link { text-decoration: none; font-size: 13px; font-weight: 700; }
.header-link span { margin-left: 8px; }
.hero { min-height: 680px; padding: 90px 0 80px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #58705f; font: 500 11px 'DM Mono'; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(50px, 6.3vw, 84px); line-height: .98; letter-spacing: -.06em; }
h1 em { color: #52705f; font-style: normal; font-weight: 500; }
.lede { max-width: 570px; margin: 30px 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.actions a { padding: 15px 19px; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 800; }
.primary { background: var(--forest); color: white; }
.primary span { margin-left: 22px; color: var(--mint); }
.secondary { border: 1px solid #aeb5ac; }
.note { margin: 18px 0 0; color: #7b8580; font: 400 10px 'DM Mono'; }
.product-card { overflow: hidden; border-radius: 22px; color: white; background: var(--forest); box-shadow: 0 35px 90px rgba(15,38,31,.22); transform: rotate(1.2deg); }
.card-top { display: flex; justify-content: space-between; padding: 20px 23px; border-bottom: 1px solid rgba(255,255,255,.13); font: 400 10px 'DM Mono'; text-transform: uppercase; letter-spacing: .08em; }
.status { color: #aab9b1; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--mint); }
.calculation { padding: 18px 24px 26px; }
.input-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #b7c3bd; font-size: 12px; }
.input-row strong { color: white; font: 500 13px 'DM Mono'; }
.result { padding: 34px 0 28px; }
.result span, .result small { display: block; color: #9dadA5; font-size: 11px; }
.result strong { display: block; margin: 3px 0; color: var(--mint); font: 500 clamp(48px, 5vw, 66px) 'DM Mono'; letter-spacing: -.06em; }
.outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.outcomes span { padding: 13px; border-radius: 9px; background: rgba(255,255,255,.07); color: #aebbb4; font-size: 10px; }
.outcomes b { display: block; margin-top: 4px; color: white; font: 500 13px 'DM Mono'; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.proof-strip span { padding: 22px 12px; border-right: 1px solid var(--line); color: #4f6158; font: 500 10px 'DM Mono'; text-align: center; text-transform: uppercase; letter-spacing: .05em; }
.proof-strip span:last-child { border: 0; }
.workflow { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 55px; }
.section-heading h2, .safety h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.05em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(251,250,245,.65); }
.steps article > span { color: #789083; font: 500 11px 'DM Mono'; }
.steps h3 { margin: 65px 0 12px; font-size: 20px; letter-spacing: -.025em; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.safety { margin-bottom: 110px; padding: 55px; border-radius: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; color: white; background: var(--forest); }
.safety .eyebrow { color: var(--mint); }
.safety p:last-child { margin: 0; color: #b2c0b9; font-size: 14px; line-height: 1.8; }
footer { padding: 30px 0 45px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 11px; }
footer div { display: flex; flex-direction: column; gap: 3px; }
footer strong { color: var(--ink); }
footer p { margin: 0; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .product-card { transform: none; max-width: 600px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip span:nth-child(2) { border-right: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 200px; }
  .steps h3 { margin-top: 35px; }
  .safety { grid-template-columns: 1fr; padding: 36px; }
}
@media (max-width: 520px) {
  header, main, footer { width: min(100% - 30px, 1180px); }
  header { height: 76px; }
  .brand > span:last-child { display: none; }
  .hero { padding: 45px 0 60px; gap: 45px; }
  .actions { flex-direction: column; }
  .actions a { text-align: center; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .safety { margin-bottom: 70px; padding: 28px 22px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
