:root {
  --green-950: #09291f;
  --green-900: #0e3428;
  --green-800: #174b3a;
  --green-700: #24624b;
  --sage: #789074;
  --cream: #f5efe4;
  --cream-light: #fbf8f1;
  --paper: #fffdf8;
  --gold: #c99a3d;
  --gold-light: #e2be70;
  --copper: #9b6437;
  --ink: #173027;
  --muted: #69766f;
  --line: rgba(18, 59, 46, .13);
  --white: #fff;
  --shadow-sm: 0 14px 35px rgba(21, 51, 39, .08);
  --shadow-lg: 0 30px 90px rgba(9, 41, 31, .18);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -60px; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--green-900); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(251, 248, 241, .92); border-color: var(--line); box-shadow: 0 8px 30px rgba(12, 49, 37, .06); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 158px; height: auto; }
.nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
.nav > a:not(.button) { position: relative; color: #365349; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s; }
.nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--green-900); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(201, 154, 61, .42); outline-offset: 3px; }
.button-primary { background: var(--gold); color: var(--green-950); box-shadow: 0 12px 30px rgba(155, 100, 55, .2); }
.button-primary:hover { background: #d8aa4d; box-shadow: 0 15px 34px rgba(155, 100, 55, .28); }
.button-secondary { background: var(--green-900); color: var(--white); }
.button-outline { border-color: var(--green-800); color: var(--green-900); }
.button-small { min-height: 42px; padding: 0 19px; }
.button-quiet { padding-inline: 10px; color: var(--green-900); }
.button-full { width: 100%; }
.play { display: inline-grid; place-items: center; width: 36px; height: 36px; padding-left: 2px; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; background: rgba(255,255,255,.55); }

.hero { position: relative; overflow: hidden; min-height: 800px; padding-top: 158px; padding-bottom: 48px; background: radial-gradient(circle at 72% 42%, rgba(226,190,112,.18), transparent 27%), linear-gradient(135deg, #fbf8f1 0%, #f3ecdf 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(115deg, transparent 49.6%, rgba(23,75,58,.08) 50%, transparent 50.4%); background-size: 78px 78px; mask-image: linear-gradient(to right, transparent 0%, transparent 55%, #000 100%); }
.hero-glow { position: absolute; border-radius: 50%; border: 1px solid rgba(201,154,61,.18); }
.hero-glow-one { width: 560px; height: 560px; right: -260px; top: 50px; }
.hero-glow-two { width: 380px; height: 380px; right: -160px; top: 140px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.hero-copy { padding-bottom: 42px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.58); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,154,61,.14); }
.hero h1 { max-width: 650px; margin: 24px 0 22px; font-family: var(--serif); font-size: clamp(56px, 6vw, 84px); font-weight: 500; line-height: .98; letter-spacing: -.045em; color: var(--green-950); }
.hero h1 em { display: block; color: var(--copper); font-style: normal; }
.hero-lead { max-width: 630px; margin: 0; color: #52655e; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #50655c; font-size: 13px; font-weight: 700; }
.trust-row b { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; border-radius: 50%; color: var(--green-800); background: rgba(36,98,75,.11); }

.hero-visual { position: relative; min-height: 585px; display: flex; justify-content: center; align-items: center; }
.phone-halo { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--green-900); box-shadow: 0 0 0 42px rgba(23,75,58,.055), 0 0 0 84px rgba(23,75,58,.025); }
.app-picture { position: relative; z-index: 2; width: 315px; height: 655px; overflow: hidden; border: 8px solid rgba(255,255,255,.88); border-radius: 42px; background: #eee5d6; box-shadow: var(--shadow-lg); transform: rotate(1.5deg); }
.app-picture img { width: 100%; height: 100%; object-fit: cover; }
.visual-card { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 17px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 18px; box-shadow: 0 18px 45px rgba(9,41,31,.16); backdrop-filter: blur(12px); }
.visual-card-cost { left: -20px; top: 100px; min-width: 185px; color: var(--white); background: rgba(14,52,40,.92); }
.visual-card-margin { right: -16px; bottom: 85px; max-width: 205px; background: rgba(255,253,248,.94); }
.mini-label, .visual-card small { font-size: 11px; opacity: .72; }
.visual-card strong { margin: 2px 0; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.visual-card-margin strong { font-size: 21px; color: var(--green-900); }
.trend { width: fit-content; margin-bottom: 7px; padding: 3px 8px; border-radius: 99px; background: rgba(36,98,75,.1); color: var(--green-700); font-size: 11px; font-weight: 800; }
.hero-note { position: relative; z-index: 2; display: flex; align-items: center; gap: 24px; margin-top: 30px; color: var(--green-700); font-family: var(--serif); font-size: 15px; }
.hero-note span { flex: 1; height: 1px; background: linear-gradient(to right, rgba(23,75,58,.28), transparent); }

.problem-strip { position: relative; z-index: 5; background: var(--green-950); color: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.problem-grid article { display: flex; gap: 20px; min-height: 180px; padding: 44px 36px; border-right: 1px solid rgba(255,255,255,.1); align-items: flex-start; }
.problem-grid article:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.problem-number { color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.problem-grid h3 { margin: 0 0 7px; font-size: 16px; }
.problem-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }

.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .how h2, .beta h2 { margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(40px, 5vw, 58px); line-height: 1.08; letter-spacing: -.035em; font-weight: 500; color: var(--green-950); }
.section-heading p { max-width: 610px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; }

.benefits { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; min-height: 255px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream-light); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(201,154,61,.45); box-shadow: var(--shadow-sm); }
.feature-card-main { grid-column: 1 / -1; min-height: 320px; padding: 42px; background: linear-gradient(120deg, #f4ecdf, #fbf8f2); }
.feature-card-main::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -120px; border: 55px solid rgba(201,154,61,.08); border-radius: 50%; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 25px; border-radius: 16px; background: var(--green-900); color: var(--gold-light); font-family: var(--serif); font-size: 20px; }
.feature-tag { position: absolute; right: 34px; top: 34px; padding: 6px 11px; border-radius: 999px; background: rgba(201,154,61,.14); color: var(--copper); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.feature-card h3 { max-width: 520px; margin: 0 0 11px; color: var(--green-950); font-size: 21px; line-height: 1.3; }
.feature-card-main h3 { font-family: var(--serif); font-size: 34px; font-weight: 500; }
.feature-card p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; }
.cost-demo { position: relative; z-index: 2; display: flex; align-items: stretch; gap: 12px; max-width: 790px; margin-top: 32px; }
.cost-demo > div { min-width: 170px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.74); }
.cost-demo span { display: block; color: var(--muted); font-size: 11px; }
.cost-demo strong { display: block; margin-top: 4px; color: var(--green-900); }
.cost-divider { align-self: center; color: var(--gold); font-family: var(--serif); font-size: 24px; }
.cost-demo .cost-result { background: var(--green-900); }
.cost-demo .cost-result span { color: rgba(255,255,255,.6); }
.cost-demo .cost-result strong { color: var(--gold-light); }

.how { position: relative; overflow: hidden; background: var(--green-900); color: var(--white); }
.how::after { content: ""; position: absolute; width: 570px; height: 570px; right: -300px; top: -260px; border: 1px solid rgba(226,190,112,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(226,190,112,.035), 0 0 0 140px rgba(226,190,112,.02); }
.how-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.kicker-light { color: var(--gold-light); }
.how h2 { color: var(--white); }
.how-copy > p { max-width: 480px; color: rgba(255,255,255,.65); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--gold-light); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.steps li > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(226,190,112,.42); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 22px; }
.steps h3 { margin: 0 0 5px; font-size: 18px; }
.steps p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.proof { padding-block: 80px; background: var(--paper); }
.proof-card { display: grid; grid-template-columns: 85px 1fr .7fr; gap: 45px; align-items: center; padding: 52px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream-light); }
.proof-mark { align-self: start; color: var(--gold); font-family: var(--serif); font-size: 100px; line-height: .8; }
.proof-figure { margin: 0; }
.proof-statement { max-width: 650px; margin: 9px 0 20px; color: var(--green-950); font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.proof-author { display: flex; align-items: center; gap: 14px; }
.proof-author img { flex: none; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 4px 14px rgba(9,41,31,.14); }
.proof-author strong { display: block; color: var(--green-900); font-size: 15px; }
.proof-author small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.proof p { margin: 0; color: var(--muted); font-size: 14px; }
.proof-list { display: flex; flex-direction: column; gap: 14px; padding: 24px; border-left: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.proof-list b { color: var(--green-700); margin-right: 7px; }

/* Dúvidas frequentes */
.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq .section-heading { margin-bottom: 0; }
.text-link-dark { color: var(--copper); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 4px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.faq-list details[open] { border-color: rgba(201,154,61,.42); box-shadow: var(--shadow-sm); }
.faq-list summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 0; cursor: pointer; list-style: none;
  color: var(--green-950); font-size: 16px; font-weight: 700; line-height: 1.4;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; flex: none; display: grid; place-items: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(36,98,75,.09); color: var(--green-700);
  font-size: 16px; font-weight: 800; transition: transform .2s, background .2s;
}
.faq-list details[open] summary::after { content: "−"; background: rgba(201,154,61,.18); color: var(--copper); transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 0 22px; max-width: 620px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-list details a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* Microcópias de apoio */
.hero-microcopy { max-width: 560px; margin: 18px 0 0; color: #63756d; font-size: 13px; line-height: 1.6; }
.feature-note { position: relative; z-index: 2; margin-top: 14px; color: #8b968f; font-size: 11px; font-style: italic; }

/* Formulário: honeypot, consentimento e estados */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; margin: 4px 0 18px; align-items: start; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green-800); cursor: pointer; }
.consent span { color: #55665e; font-size: 11px; font-weight: 600; line-height: 1.55; }
.consent a { color: var(--green-700); text-decoration: underline; text-underline-offset: 2px; }
.consent .field-error { grid-column: 2; }
.consent input.invalid { outline: 2px solid #b64a3d; outline-offset: 2px; }
.form-success.error { background: rgba(182,74,61,.1); color: #8d3628; }
.form-success a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

.beta { background: var(--paper); }
.beta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; padding: 70px; border-radius: var(--radius-lg); background: var(--green-900); box-shadow: var(--shadow-lg); }
.beta-card::before { content: ""; position: absolute; width: 430px; height: 430px; left: -250px; bottom: -260px; border: 1px solid rgba(226,190,112,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(226,190,112,.03); }
.beta-copy { position: relative; z-index: 2; align-self: center; }
.kicker-gold { color: var(--gold-light); }
.beta h2 { color: var(--white); }
.beta-copy > p { color: rgba(255,255,255,.67); font-size: 16px; }
.beta-benefits { display: grid; gap: 12px; margin-top: 28px; color: rgba(255,255,255,.86); }
.beta-benefit { padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.beta-benefit strong { display: block; color: var(--white); font-size: 13px; }
.beta-benefit strong::first-letter { color: var(--gold-light); }
.beta-benefit small { display: block; margin-top: 3px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
.lead-form { position: relative; z-index: 2; padding: 32px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.form-heading { margin-bottom: 22px; }
.form-heading span { color: var(--green-950); font-family: var(--serif); font-size: 27px; }
.form-heading p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.lead-form label { display: block; margin-bottom: 15px; color: #385148; font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select { width: 100%; height: 48px; margin-top: 6px; padding: 0 14px; border: 1px solid rgba(18,59,46,.18); border-radius: 11px; background: #fbfaf6; color: var(--ink); font-size: 14px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,61,.12); }
.lead-form .invalid { border-color: #b64a3d; }
.field-error { display: block; min-height: 14px; margin-top: 3px; color: #a13d32; font-size: 10px; font-weight: 600; }
.form-note { margin: 12px 5px 0; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.5; }
.form-note a { color: var(--green-700); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.form-success { display: none; margin-top: 12px; padding: 11px; border-radius: 10px; background: rgba(36,98,75,.1); color: var(--green-800); text-align: center; font-size: 11px; font-weight: 800; }
.form-success.show { display: block; }

.site-footer { padding-top: 64px; background: var(--green-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-brand img { width: 180px; height: auto; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { margin: 16px 0 0; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 6px; color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; }

.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--green-900); color: var(--white); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; cursor: pointer; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 25px; max-width: min(430px, calc(100% - 32px)); padding: 13px 18px; border-radius: 999px; background: var(--green-950); color: var(--white); box-shadow: var(--shadow-lg); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* Páginas legais */
.legal-page { background: var(--cream-light); }
.legal-header { position: sticky; background: rgba(251,248,241,.95); border-color: var(--line); backdrop-filter: blur(14px); }
.legal-nav { display: flex; align-items: center; gap: 14px; color: var(--green-800); font-size: 13px; font-weight: 800; }
.legal-main { padding: 132px 0 90px; }
.legal-shell { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); }
.legal-aside strong { display: block; margin-bottom: 13px; color: var(--green-900); font-family: var(--serif); font-size: 20px; }
.legal-aside nav { display: flex; flex-direction: column; gap: 9px; }
.legal-aside a { color: var(--muted); font-size: 12px; }
.legal-aside a:hover { color: var(--green-800); }
.legal-aside .legal-contact { display: block; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--green-700); font-size: 11px; font-weight: 800; }
.legal-content { min-width: 0; }
.legal-eyebrow { color: var(--copper); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-content h1 { max-width: 720px; margin: 12px 0 18px; color: var(--green-950); font-family: var(--serif); font-size: clamp(46px, 6vw, 67px); font-weight: 500; line-height: 1.04; letter-spacing: -.04em; }
.legal-updated { margin: 0 0 38px; color: var(--muted); font-size: 12px; }
.legal-summary { margin-bottom: 42px; padding: 24px 27px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: var(--cream); color: #42584f; font-size: 15px; }
.legal-section { padding: 26px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-section h2 { margin: 0 0 13px; color: var(--green-900); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.legal-section h3 { margin: 24px 0 8px; color: var(--green-900); font-size: 15px; }
.legal-section p, .legal-section li { color: #52665e; font-size: 14px; line-height: 1.75; }
.legal-section ul { display: grid; gap: 8px; padding-left: 20px; }
.legal-section a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-table { width: 100%; margin: 20px 0; border-collapse: collapse; font-size: 12px; }
.legal-table th, .legal-table td { padding: 13px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--cream); color: var(--green-900); }
.legal-table td { background: rgba(255,255,255,.45); color: #52665e; }
.legal-callout { margin-top: 24px; padding: 20px 22px; border: 1px solid rgba(201,154,61,.35); border-radius: 14px; background: rgba(226,190,112,.09); color: #4d6058; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1050px) {
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: 65px; }
  .visual-card-cost { left: 0; }
  .visual-card-margin { right: 0; }
  .problem-grid article { padding: 38px 24px; }
  .how-grid { gap: 55px; }
  .beta-card { gap: 45px; padding: 55px; }
  .proof-card { grid-template-columns: 55px 1fr; }
  .proof-list { grid-column: 2; border-left: 0; border-top: 1px solid var(--line); padding-inline: 0; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header { height: 70px; }
  .brand img { width: 142px; }
  .menu-toggle { display: block; z-index: 102; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: rgba(251,248,241,.98); font-size: 18px; opacity: 0; pointer-events: none; transition: opacity .2s; }
  .nav.open { opacity: 1; pointer-events: auto; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 5px; }
  .hero h1, .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 580px; }
  .visual-card-cost { left: 6%; }
  .visual-card-margin { right: 5%; }
  .hero-note { display: none; }
  .problem-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .problem-grid article, .problem-grid article:first-child { min-height: auto; padding: 28px 15px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .problem-grid article:last-child { border-bottom: 0; }
  .how-grid, .beta-card, .faq-grid { grid-template-columns: 1fr; }
  .how-grid { gap: 50px; }
  .faq-grid { gap: 44px; }
  .beta-card { padding: 48px 36px; }
  .legal-shell { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; }
  .legal-aside nav { display: none; }
  .legal-aside strong { margin: 0; }
  .legal-aside .legal-contact { margin-top: 12px; padding-top: 12px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .hero { padding-top: 108px; padding-bottom: 30px; }
  .hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-lead { font-size: 16px; line-height: 1.7; }
  .eyebrow { font-size: 9px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button-quiet { min-height: 42px; }
  .trust-row { gap: 11px 16px; font-size: 11px; }
  .hero-visual { min-height: 455px; margin-top: 12px; }
  .phone-halo { width: 320px; height: 320px; }
  .app-picture { width: 245px; height: 509px; border-width: 6px; border-radius: 34px; }
  .visual-card { padding: 11px 13px; border-radius: 13px; }
  .visual-card-cost { left: 0; top: 64px; min-width: 145px; }
  .visual-card-margin { right: 0; bottom: 45px; max-width: 160px; }
  .visual-card strong { font-size: 18px; }
  .visual-card-margin strong { font-size: 16px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .how h2, .beta h2 { font-size: 39px; }
  .section-heading p { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-main { grid-column: auto; padding: 28px; }
  .feature-card { min-height: auto; padding: 28px; }
  .feature-tag { position: static; display: inline-block; margin: -8px 0 18px; }
  .feature-card-main h3 { font-size: 28px; }
  .cost-demo { display: grid; grid-template-columns: 1fr; }
  .cost-demo > div { min-width: 0; }
  .cost-divider { display: none; }
  .steps li { grid-template-columns: 48px 1fr; gap: 16px; }
  .steps li > span { width: 44px; height: 44px; }
  .proof-card { grid-template-columns: 1fr; gap: 18px; padding: 32px; }
  .proof-mark { font-size: 72px; height: 45px; }
  .proof-statement { font-size: 25px; }
  .proof-list { grid-column: auto; }
  .faq-list details { padding-inline: 18px; }
  .faq-list summary { font-size: 15px; padding: 17px 0; }
  .faq-list details p { font-size: 13px; padding-bottom: 18px; }
  .beta-card { width: 100%; padding: 42px 14px; border-radius: 0; }
  .beta-copy { padding-inline: 14px; }
  .lead-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 110px; }
  .legal-nav span { display: none; }
  .legal-content h1 { font-size: 43px; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
