:root {
  color-scheme: light;
  --ink: #16201d;
  --muted: #5f6a65;
  --paper: #f7f3e9;
  --surface: #fffdf8;
  --accent: #0d716f;
  --accent-dark: #075250;
  --mint: #dcece7;
  --line: #d9ddd6;
  --warm: #e7a85f;
  --band: #16201d;
  --band-ink: #eff8f5;
  --band-muted: #b9c9c3;
  --shadow: 0 26px 80px rgba(31, 50, 44, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
}
a { color: var(--accent-dark); text-underline-offset: .18em; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; border-radius: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

header.site { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: white; background: var(--accent); }
nav { display: flex; gap: 24px; font-size: 15px; font-weight: 650; }
nav a { color: var(--muted); text-decoration: none; }
.release-status { padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: var(--surface); font-size: 13px; }
.release-status strong { color: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(44px, 8vw, 100px); align-items: center; padding-block: 74px 110px; }
.hero > * { min-width: 0; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 7vw, 92px); line-height: .95; letter-spacing: -.065em; }
.lede { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.5; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 32px; }
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 20px; border-radius: 15px; color: #fff; background: var(--accent); box-shadow: 0 8px 24px rgba(13, 113, 111, .22); text-decoration: none; font-weight: 800; }
.cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
.text-link { font-weight: 750; text-decoration: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: 14px; font-weight: 650; }
.trust-row li::before { content: "✓"; margin-right: 7px; color: var(--accent); font-weight: 900; }
.transition-note { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.app-frame { position: relative; padding: 22px; border: 8px solid var(--ink); border-radius: 44px; background: #f8faf9; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.app-frame::before { content: ""; position: absolute; top: 8px; left: 50%; width: 90px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.app-top { display: flex; justify-content: space-between; margin: 16px 2px 18px; font-size: 15px; }
.app-top strong { font-size: 24px; }
.message { min-height: 132px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: white; font-size: 28px; font-weight: 650; }
.mini-label { margin: 16px 0 6px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.suggestions, .words, .quick, .app-actions { display: flex; gap: 8px; overflow: hidden; }
.suggestions span { min-width: max-content; padding: 11px 13px; border: 1px solid #9bc7c3; border-radius: 14px; background: #e8f5f2; }
.words span { margin-top: 10px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--accent-dark); }
.quick span { margin-top: 14px; padding: 10px 14px; border-radius: 999px; color: white; background: var(--accent); white-space: nowrap; }
.app-actions { margin-top: 17px; align-items: stretch; }
.app-actions span, .app-actions strong { display: grid; place-items: center; min-height: 50px; padding: 8px 14px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.app-actions strong { flex: 1; color: white; background: #2f7898; border-color: #2f7898; }

.promise-band { padding-block: 52px; color: var(--band-ink); background: var(--band); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.promise-grid article { position: relative; }
.promise-grid .number { color: #85b8aa; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.promise-grid h2 { margin: 10px 0 8px; font-size: 22px; letter-spacing: -.02em; }
.promise-grid p { margin: 0; color: var(--band-muted); font-size: 15px; }

.section { padding-block: 110px; }
.section-title { max-width: 820px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; letter-spacing: -.05em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.steps article { display: flex; gap: 16px; min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.steps article > span { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; color: white; background: var(--accent); font-weight: 800; }
.steps h3 { margin: 3px 0 9px; font-size: 22px; }
.steps p, .plain-card p, .price-card li { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; border-top: 1px solid var(--line); }
.plain-card { padding: 30px; border-radius: 24px; background: var(--mint); }
.plain-card p:first-child { margin-top: 0; }
.plain-card p:last-of-type { margin-bottom: 22px; }

.pricing-wrap { background: #e8efe9; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
.price-card { padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); }
.price-card.featured { border: 2px solid var(--accent); box-shadow: 0 18px 50px rgba(31, 50, 44, .1); }
.plan { color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 4px 0 20px; font-size: 28px; }
.price-card ul { display: grid; gap: 10px; margin: 0 0 26px; padding-left: 21px; }
.fine-print { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }

.closing { padding-block: 130px; text-align: center; }
.closing h2 { margin: 0 0 28px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.05em; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding-block: 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer p { margin: 0; }

main.legal { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding-block: 64px 110px; }
main.legal h1 { font-size: clamp(44px, 7vw, 72px); }
main.legal h2 { margin: 42px 0 10px; font-size: 25px; letter-spacing: -.025em; }
main.legal .updated { color: var(--muted); }
main.legal li { margin-block: 8px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; background: var(--mint); }

@media (prefers-reduced-motion: no-preference) {
  .cta { transition: transform .18s ease, background .18s ease; }
}
@media (max-width: 850px) {
  .hero, .split { grid-template-columns: minmax(0, 1fr); }
  .hero { padding-top: 44px; }
  .app-frame { width: 100%; max-width: 520px; min-width: 0; margin-inline: auto; overflow: hidden; transform: none; }
  .promise-grid, .steps { grid-template-columns: 1fr; }
  .promise-grid { gap: 30px; }
  .steps article { min-height: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), 1160px); }
  header.site { min-height: 64px; }
  nav a:not(:last-child) { display: none; }
  h1 { max-width: 100%; font-size: clamp(46px, 14vw, 62px); overflow-wrap: normal; }
  .lede { max-width: 100%; }
  .hero { gap: 54px; padding-bottom: 74px; }
  .section { padding-block: 78px; }
  .app-frame { padding: 16px; border-width: 6px; border-radius: 34px; }
  .message { min-height: 108px; font-size: 22px; }
  .app-actions span { padding-inline: 10px; }
}
@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark; --ink: #edf6f2; --muted: #aabbb4; --paper: #101815; --surface: #18231f; --accent: #6dc9c2; --accent-dark: #8fddd7; --mint: #1c3530; --line: #33433d; --warm: #f0b979; --band: #0a110f; --band-ink: #eff8f5; --band-muted: #b9c9c3; --shadow: 0 26px 80px rgba(0,0,0,.35); }
  .brand-mark, .cta, .steps article > span, .quick span { color: #10201d; }
  .app-frame { color: #16201d; background: #f8faf9; border-color: #020504; }
  .app-frame .mini-label { color: #5f6a65; }
  .pricing-wrap { background: #13201c; }
}
