:root {
  color-scheme: light;
  --bg: #f5f3ef;
  --surface: #fbfaf8;
  --surface-elevated: #ffffff;
  --surface-sunken: #edeae4;
  --text: #181a1f;
  --secondary: #5e616a;
  --muted: #676a72;
  --accent: #596782;
  --accent-hover: #4f5c75;
  --accent-soft: #e8eaf0;
  --accent-text: #4f5c75;
  --border: #d8d5cf;
  --border-subtle: #e5e2dc;
  --success: #527761;
  --success-soft: #e7eee9;
  --radius: 16px;
  --shadow: 0 16px 48px rgb(24 26 31 / 10%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 72px; padding: 0 max(20px, calc((100vw - 1120px) / 2)); border-bottom: 1px solid var(--border-subtle); background: rgb(245 243 239 / 92%); backdrop-filter: blur(16px); }
.site-header nav { display: flex; gap: 26px; color: var(--secondary); font-size: 14px; }
.site-header > .button { justify-self: end; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.brand span { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none !important; }
.button--primary { border-color: var(--accent); background: var(--accent); color: #fff; }
.button--primary:hover { background: var(--accent-hover); }
.button--secondary { background: var(--surface-elevated); }
.button--disabled { opacity: .62; cursor: default; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; min-height: 680px; padding-block: 80px; }
.hero-copy { display: grid; gap: 24px; }
.eyebrow { margin: 0; color: var(--accent-text); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1.03; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
h3 { margin: 0; font-size: 18px; }
p { margin: 0; }
.hero-text { max-width: 650px; color: var(--secondary); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.availability { color: var(--muted); font-size: 13px; }
.product-card { display: grid; gap: 20px; padding: 28px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface-elevated); box-shadow: var(--shadow); }
.product-card__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; color: var(--secondary); font-size: 13px; }
.product-card__top strong { color: var(--text); font-size: 15px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.wave { display: flex; height: 62px; align-items: center; justify-content: center; gap: 7px; border-radius: 12px; background: var(--accent-soft); }
.wave i { width: 4px; height: 18px; border-radius: 99px; background: var(--accent); }
.wave i:nth-child(2), .wave i:nth-child(8) { height: 30px; }
.wave i:nth-child(3), .wave i:nth-child(7) { height: 42px; }
.wave i:nth-child(4), .wave i:nth-child(6) { height: 24px; }
.wave i:nth-child(5) { height: 50px; }
.spoken { color: var(--secondary); font-size: 15px; }
.result { display: grid; gap: 8px; padding: 16px; border: 1px solid #9db6a5; border-radius: 12px; background: var(--success-soft); }
.result span { color: #3e6a50; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips span { padding: 6px 9px; border-radius: 999px; background: var(--surface-sunken); color: var(--secondary); font-size: 12px; }
.section { padding-block: 96px; }
.section-heading { display: grid; gap: 12px; max-width: 720px; margin-bottom: 38px; }
.section-heading > p:not(.eyebrow) { color: var(--secondary); }
.grid { display: grid; gap: 16px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card { display: grid; gap: 12px; min-height: 190px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.card p { color: var(--secondary); font-size: 14px; }
.section--contrast { background: var(--text); color: #f4f3f0; }
.section--contrast .eyebrow { color: #aeb8ce; }
.privacy-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.privacy-layout .section-heading { margin: 0; }
.privacy-points { display: grid; gap: 0; }
.privacy-points p { padding: 18px 0; border-bottom: 1px solid rgb(255 255 255 / 12%); color: #c5c6ca; }
.privacy-points strong { color: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 900px; }
.price-card { display: flex; min-height: 440px; flex-direction: column; justify-content: space-between; gap: 24px; padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.price-card--featured { border-color: #9aa7c4; background: var(--surface-elevated); box-shadow: var(--shadow); }
.plan-name { font-weight: 700; }
.price { margin-top: 12px; font-size: 36px; font-weight: 700; letter-spacing: -.04em; }
.price small { font-size: 15px; font-weight: 500; color: var(--secondary); }
.annual, .muted { color: var(--secondary); font-size: 14px; }
.price-card ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: var(--secondary); font-size: 14px; }
.billing-note { max-width: 900px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 42px; border-radius: 20px; background: var(--accent-soft); }
.cta > div { display: grid; gap: 10px; max-width: 720px; }
.cta > p { max-width: 280px; color: var(--secondary); text-align: right; }
.site-footer { padding: 42px 0; border-top: 1px solid var(--border); }
.footer-layout { display: flex; justify-content: space-between; gap: 30px; }
.footer-layout > div { display: grid; gap: 10px; color: var(--secondary); font-size: 13px; }
.footer-layout nav { display: flex; gap: 20px; align-items: start; font-size: 13px; }
.legal { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 100px; }
.legal header { display: grid; gap: 12px; margin-bottom: 44px; }
.legal section { display: grid; gap: 12px; margin: 28px 0; }
.legal h1 { font-size: 44px; }
.legal h2 { font-size: 22px; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--secondary); }
.legal ul { margin: 0; padding-left: 20px; }
.legal a { color: var(--accent-text); text-decoration: underline; }
.legal-back { display: inline-flex; margin-bottom: 36px; color: var(--accent-text); font-size: 14px; }
@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-block: 64px; }
  .grid--3 { grid-template-columns: 1fr; }
  .privacy-layout { grid-template-columns: 1fr; gap: 34px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .cta, .footer-layout { flex-direction: column; align-items: flex-start; }
  .cta > p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
