:root {
  color-scheme: light;
  --canvas: #f7f7f4;
  --surface: #ffffff;
  --ink: #171917;
  --muted: #626762;
  --line: #ddded8;
  --green: #246b4b;
  --green-dark: #185239;
  --green-soft: #e3f0e8;
  --sage: #edf1ec;
  --amber: #a56118;
  --shadow: 0 28px 80px rgba(23, 25, 23, .09);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(36, 107, 75, .35); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(221, 222, 216, .82); background: rgba(247, 247, 244, .91); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 9px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 620; }
.nav a:hover { color: var(--ink); }
.nav a.button, .nav a.button:hover { color: white; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 999px; background: var(--green); color: white; text-decoration: none; font-weight: 720; cursor: pointer; }
.button:hover { background: var(--green-dark); }
.button.secondary { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button.secondary:hover { border-color: #b9bdb7; background: var(--sage); }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 820px; font-size: clamp(3rem, 7vw, 6.2rem); font-weight: 760; }
h2 { font-size: clamp(2.1rem, 4.5vw, 4.2rem); font-weight: 740; }
h3 { font-size: 1.28rem; letter-spacing: -.025em; }
p { margin: 0; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.13rem, 2.1vw, 1.43rem); line-height: 1.55; }
.hero { overflow: hidden; padding: clamp(82px, 12vw, 154px) 0 70px; }
.hero-copy { display: grid; gap: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; padding: 0; color: var(--muted); font-size: .9rem; list-style: none; }
.proof-line li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.product-stage { position: relative; margin-top: 72px; min-height: 640px; }
.room-card { position: absolute; inset: 0 17% 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--surface); box-shadow: var(--shadow); }
.room-image { min-height: 330px; background: linear-gradient(125deg, rgba(23,25,23,.12), transparent 35%), radial-gradient(circle at 80% 20%, #d9c6ae, transparent 31%), linear-gradient(150deg, #ecdfcf 0 32%, #a8aa9d 32% 36%, #d7c7b1 36% 68%, #7b8077 68%); }
.room-body { padding: 30px; }
.room-title { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.room-title span { color: var(--green); font-weight: 750; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag { padding: 7px 11px; border-radius: 999px; background: var(--sage); color: #3c443e; font-size: .82rem; font-weight: 650; }
.decision-card, .receipt-card { position: absolute; width: min(440px, 46%); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.decision-card { top: 72px; right: 0; padding: 25px; }
.receipt-card { right: 4%; bottom: 24px; padding: 20px; }
.card-kicker { color: var(--muted); font-size: .74rem; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.decision-card h3, .receipt-card h3 { margin-top: 8px; }
.impact { margin-top: 18px; padding: 14px; border-radius: 14px; background: #fff7eb; color: #79460d; font-size: .9rem; }
.decision-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.decision-actions span { padding: 10px; border: 1px solid var(--line); border-radius: 12px; text-align: center; font-size: .84rem; font-weight: 700; }
.decision-actions .approve { border-color: transparent; background: var(--green); color: white; }
.receipt-meta { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; margin-top: 15px; }
.receipt-thumb { height: 78px; border: 1px solid var(--line); border-radius: 10px; background: repeating-linear-gradient(#fff 0 8px, #d5d7d2 9px 10px); }
.receipt-meta p { color: var(--muted); font-size: .82rem; }
.section { padding: clamp(80px, 11vw, 144px) 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 54px; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.feature-index { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: .82rem; font-weight: 800; }
.feature h3 { margin-top: 54px; }
.feature p { margin-top: 12px; color: var(--muted); }
.dark-section { background: var(--ink); color: white; }
.dark-section .eyebrow { color: #95d1ad; }
.dark-section .section-head p, .dark-section .quiet { color: rgba(255,255,255,.64); }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.role { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.role p { margin-top: 14px; color: rgba(255,255,255,.65); }
.role ul { margin: 24px 0 0; padding: 0; list-style: none; }
.role li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.trust-strip div { min-height: 175px; padding: 24px; background: var(--surface); }
.trust-strip strong { display: block; font-size: 1.05rem; }
.trust-strip span { display: block; margin-top: 10px; color: var(--muted); font-size: .9rem; }
.cta-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: center; padding: clamp(32px, 6vw, 68px); border-radius: 34px; background: var(--green-soft); }
.signup { display: grid; gap: 12px; }
.signup label { font-size: .84rem; font-weight: 730; }
.signup input, .signup select, .signup textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #c8cec8; border-radius: 12px; background: white; color: var(--ink); }
.signup textarea { min-height: 96px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; }
.cta-lede { margin-top: 18px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { padding: 52px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; }
.footer-links a { color: var(--muted); font-size: .88rem; }
.footer-note { margin-top: 20px; color: var(--muted); font-size: .8rem; }
.policy-main { width: min(calc(100% - 40px), 790px); margin: 0 auto; padding: 82px 0 120px; }
.policy-main h1 { font-size: clamp(2.5rem, 7vw, 4.8rem); }
.policy-main h2 { margin-top: 48px; font-size: 1.55rem; letter-spacing: -.025em; }
.policy-main p, .policy-main li { color: #424842; }
.policy-main p { margin-top: 16px; }
.policy-main ul { padding-left: 22px; }
.policy-meta { margin-top: 18px; color: var(--muted); }
.launch-draft { margin: 28px 0; padding: 18px; border: 1px solid #e4bd87; border-radius: 14px; background: #fff7eb; color: #70420d; }
.notice { margin: 28px 0; padding: 18px; border: 1px solid #b9cec0; border-radius: 14px; background: var(--green-soft); color: #234d36; }
.page-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.policy-main a:not(.button) { color: var(--green-dark); text-underline-offset: 3px; }
.policy-main address { margin-top: 16px; color: #424842; font-style: normal; }
.policy-main .brand { color: var(--ink); }
.thank-you-eyebrow { margin-top: 72px; }
.thank-you-lede { margin-top: 24px; }
.thank-you-action { margin-top: 28px; }
.support-form { display: grid; gap: 14px; margin-top: 30px; }
.support-form label { font-weight: 700; }
.support-form input, .support-form textarea, .support-form select { display: block; width: 100%; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; }

@media (max-width: 850px) {
  .nav a:not(.button) { display: none; }
  .section-head, .cta-panel, .footer-grid { grid-template-columns: 1fr; }
  .grid-3, .roles { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .product-stage { min-height: 760px; }
  .room-card { inset: 0 0 150px; }
  .decision-card { top: auto; right: 10px; bottom: 70px; width: 82%; }
  .receipt-card { right: auto; left: 10px; bottom: 0; width: 72%; transform: translateY(60%); }
  .hero { padding-top: 72px; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 66px; }
  .nav .button { min-height: 42px; padding: 8px 13px; }
  .product-stage { min-height: 800px; }
  .room-image { min-height: 250px; }
  .room-body { padding: 22px; }
  .decision-card { width: calc(100% - 20px); }
  .receipt-card { width: calc(100% - 40px); }
  .trust-strip { grid-template-columns: 1fr; }
  .policy-main { width: min(calc(100% - 28px), 790px); padding-top: 56px; }
}

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