:root {
  --paper: #f5f2ea;
  --paper-soft: #fbfaf6;
  --white: #fffefa;
  --ink: #18322d;
  --ink-soft: #546660;
  --green: #195b49;
  --green-dark: #124638;
  --green-deep: #0f3028;
  --mint: #dce9df;
  --mint-soft: #edf3ed;
  --sage: #a4bdae;
  --clay: #d7b392;
  --sun: #eadca8;
  --blue: #9db8c1;
  --rose: #d4a5a0;
  --line: rgba(24, 50, 45, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 56px rgba(22, 54, 46, .10), 0 3px 12px rgba(22, 54, 46, .06);
  --font: "Avenir Next", Avenir, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }

.preview-banner {
  min-height: 30px;
  display: grid;
  place-items: center;
  padding: 6px 16px;
  background: var(--green-deep);
  color: #dce9df;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--green-deep);
  color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-orbit { position: relative; overflow: hidden; }
.section-orbit::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(25, 91, 73, .10);
  border-radius: 50%;
  right: -150px;
  top: -260px;
  box-shadow: 0 0 0 84px rgba(25, 91, 73, .025), 0 0 0 168px rgba(25, 91, 73, .018);
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 242, 234, .92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(24, 50, 45, .05); }
.nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 23px; font-weight: 750; letter-spacing: -.045em; }
.brand-mark { width: 35px; height: 35px; border-radius: 10px 10px 10px 3px; background: var(--green); color: white; display: inline-grid; place-items: center; font-size: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-accent { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { color: #405751; text-decoration: none; font-size: 14px; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--green); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--ink); padding: 9px 12px; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 9px; font-weight: 750; font-size: 14px; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--green-dark); }
.button-secondary { border-color: rgba(24, 50, 45, .28); color: var(--ink); background: rgba(255,255,255,.15); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: var(--green); background: rgba(255,255,255,.55); }
.button-light { background: var(--white); color: var(--green-deep); }
.button-light:hover, .button-light:focus-visible { background: var(--mint); }
.button-large { min-height: 52px; padding-inline: 25px; font-size: 15px; }
.button-block { width: 100%; }
.button-disabled { cursor: not-allowed; opacity: .72; pointer-events: none; }
.nav-cta { min-height: 44px; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }

.hero { padding: 70px 0 60px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 65px; position: relative; z-index: 1; }
.hero-copy { padding-left: 4px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 2px; background: currentColor; }
.eyebrow.light { color: #b9d7c6; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 620px; margin: 0; font-size: clamp(50px, 5vw, 74px); line-height: .99; letter-spacing: -.058em; font-weight: 680; text-wrap: balance; }
h2 { margin: 0; font-size: clamp(36px, 4.1vw, 57px); line-height: 1.02; letter-spacing: -.048em; font-weight: 680; text-wrap: balance; }
h3 { margin: 0; font-size: 21px; line-height: 1.16; letter-spacing: -.025em; }
.hero-lead { max-width: 580px; margin: 25px 0 29px; color: var(--ink-soft); font-size: 18px; line-height: 1.58; letter-spacing: -.012em; }
.ownership-note { display: flex; gap: 11px; align-items: flex-start; max-width: 600px; margin-top: 27px; color: #53655f; font-size: 13px; line-height: 1.55; }
.ownership-note p { margin: 0; }
.round-check { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--mint-soft); color: var(--green); display: inline-grid; place-items: center; font-weight: 900; font-size: 12px; }
.google-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.google-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.48); color: #4a5c57; font-size: 11px; font-weight: 750; }
.service-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.calendar-dot { background: var(--clay); }
.drive-dot { background: var(--sun); }
.docs-dot { background: var(--blue); }
.sheets-dot { background: #9bb89e; }
.contacts-dot { background: var(--rose); }

.product-stage { position: relative; min-width: 0; }
.product-stage::before { content: ""; position: absolute; width: 86%; height: 78%; right: -7%; bottom: -7%; background: #dfe9df; border-radius: 50%; }
.product-stage::after { content: ""; position: absolute; width: 108px; height: 108px; left: -38px; top: -29px; border: 1px solid rgba(25,91,73,.18); border-radius: 50%; }
.sync-badge { position: absolute; z-index: 4; right: -12px; top: 55px; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 12px 28px rgba(25,65,54,.11); font-size: 10px; font-weight: 800; }
.sync-dot { width: 8px; height: 8px; border-radius: 50%; background: #5b9a78; box-shadow: 0 0 0 4px #e5f0e9; }
.app-window { position: relative; z-index: 1; min-height: 525px; display: grid; grid-template-columns: 142px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow); transform: rotate(.25deg); }
.app-sidebar { padding: 21px 14px; background: #173c34; color: #eef5f0; display: flex; flex-direction: column; }
.app-logo { margin: 0 7px 28px; font-size: 16px; font-weight: 800; }
.app-logo span { color: #a9ccb8; }
.app-clinic { margin: 0 7px 10px; color: #9db6ae; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.app-nav { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.app-nav li { min-height: 35px; display: flex; align-items: center; gap: 9px; padding: 0 9px; border-radius: 7px; color: #bfd0ca; font-size: 10px; font-weight: 700; }
.app-nav li.active { background: rgba(255,255,255,.11); color: white; }
.app-icon { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 4px; opacity: .84; position: relative; }
.app-icon.round { border-radius: 50%; }
.app-icon.lines::after { content: ""; position: absolute; left: 3px; right: 3px; top: 4px; height: 1px; background: currentColor; box-shadow: 0 3px 0 currentColor; }
.app-user { margin-top: auto; padding: 13px 8px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 8px; color: #cbd9d4; font-size: 9px; }
.avatar { width: 25px; height: 25px; border-radius: 7px; background: #9fbbae; color: #173c34; display: grid; place-items: center; font-weight: 800; }
.app-main { min-width: 0; padding: 18px; background: #fbfbf7; }
.app-topbar { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 14px; }
.app-topbar h2 { font-size: 18px; letter-spacing: -.03em; }
.app-topbar p { margin: 4px 0 0; color: #71807b; font-size: 9px; }
.mini-action { min-height: 29px; display: grid; place-items: center; padding: 0 10px; border-radius: 6px; background: var(--green); color: white; font-size: 9px; font-weight: 800; white-space: nowrap; }
.schedule { overflow: hidden; border: 1px solid #dce2de; border-radius: 10px; background: white; }
.schedule-head, .schedule-row { display: grid; grid-template-columns: 50px repeat(3, 1fr); }
.schedule-head { background: #f3f6f2; border-bottom: 1px solid #dde3df; }
.schedule-head > div { min-width: 0; min-height: 44px; padding: 8px 7px; border-left: 1px solid #e0e5e2; }
.schedule-head > div:first-child { border-left: 0; }
.schedule-head strong, .schedule-head span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.schedule-head strong { color: #2c4740; font-size: 9px; }
.schedule-head span { margin-top: 3px; color: #7a8a84; font-size: 7px; }
.schedule-row { min-height: 52px; border-bottom: 1px solid #e7ebe8; }
.schedule-row:last-child { border-bottom: 0; }
.time { padding-top: 10px; color: #84908c; font-size: 8px; text-align: center; }
.slot { min-width: 0; padding: 4px; border-left: 1px solid #e7ebe8; }
.appointment { height: 43px; padding: 7px; overflow: hidden; border-left: 3px solid; border-radius: 5px; }
.appointment strong, .appointment span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.appointment strong { font-size: 8px; }
.appointment span { margin-top: 3px; font-size: 7px; opacity: .72; }
.appointment.green { border-color: #5e927e; background: #e8f1eb; color: #274a40; }
.appointment.clay { border-color: #c6956f; background: #f5eae0; color: #684b38; }
.appointment.blue { border-color: #7e9fa8; background: #e8f0f2; color: #34545c; }
.appointment.empty { padding-top: 14px; border: 1px dashed #dce3df; background: transparent; color: #a2ada9; text-align: center; }
.mini-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; }
.mini-panel { min-width: 0; display: flex; gap: 8px; padding: 10px; border: 1px solid #dfe5e1; border-radius: 8px; background: white; }
.mini-panel-icon { flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: #e3eee7; color: var(--green); font-size: 9px; font-weight: 800; }
.mini-panel strong { display: block; font-size: 9px; }
.mini-panel p { margin: 5px 0 0; color: #74837e; font-size: 7px; line-height: 1.4; }

.launch-strip { border-block: 1px solid var(--line); background: var(--white); }
.launch-grid { min-height: 126px; display: grid; grid-template-columns: 225px 1fr; gap: 38px; align-items: center; }
.strip-title { margin: 0; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.launch-list { display: flex; flex-wrap: wrap; gap: 16px 25px; }
.launch-list > span { display: inline-flex; align-items: center; gap: 9px; color: #3f554f; font-size: 13px; font-weight: 700; }

.section-heading { max-width: 810px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:not(.eyebrow), .split-heading > p, .ai-heading > p { color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.section-heading.centered > p:not(.eyebrow) { max-width: 650px; margin: 20px auto 0; }
.split-heading, .ai-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 70px; align-items: end; }
.split-heading > p, .ai-heading > p { margin: 0; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps li { position: relative; padding: 35px 42px 0 0; }
.steps li + li { padding-left: 42px; border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 27px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.steps h3 { margin-bottom: 13px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.google-section { overflow: hidden; background: var(--green-deep); color: white; }
.google-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.google-copy h2 { max-width: 560px; }
.google-copy > p { color: #c3d5ce; line-height: 1.7; }
.google-copy .large-copy { margin: 28px 0 10px; color: white; font-size: 19px; line-height: 1.55; }
.google-copy .button-row { margin-top: 28px; }
.data-map { position: relative; min-height: 470px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: center; padding: 48px; border: 1px solid var(--line-light); border-radius: 22px; background: rgba(255,255,255,.035); }
.data-map::before { content: ""; position: absolute; left: 39%; right: 46%; top: 50%; height: 1px; background: rgba(255,255,255,.27); }
.data-core { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: 0 22px 44px rgba(0,0,0,.14); }
.data-core strong { font-size: 20px; }
.data-core small { color: var(--ink-soft); }
.data-services { display: grid; gap: 10px; }
.data-services > div { display: grid; grid-template-columns: 9px 1fr; gap: 5px 10px; padding: 15px 16px; border: 1px solid var(--line-light); border-radius: 12px; background: rgba(255,255,255,.06); }
.data-services .service-dot { grid-row: span 2; align-self: center; }
.data-services strong { font-size: 13px; }
.data-services small { color: #b6cac2; font-size: 11px; }
.data-caption { position: absolute; left: 48px; right: 48px; bottom: 20px; margin: 0; color: #b6cac2; font-size: 12px; text-align: center; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 285px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.16); transition: background .2s ease, transform .2s ease; }
.feature:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-3px); }
.feature-wide { grid-column: span 2; }
.feature-code { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 43px; border-radius: 11px 11px 11px 3px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 850; }
.feature h3 { max-width: 380px; }
.feature p { max-width: 560px; margin: 15px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.ai-section { background: var(--green); color: white; }
.ai-heading h2 { max-width: 770px; }
.ai-heading > p { color: #c8d9d2; }
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.roadmap-card { min-height: 380px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.045); }
.roadmap-card.active { background: var(--white); color: var(--ink); }
.roadmap-status { align-self: flex-start; padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #d8e7e0; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.roadmap-card.active .roadmap-status { border-color: var(--line); color: var(--green); background: var(--mint-soft); }
.roadmap-index { margin: auto 0 21px; color: #b4cbc1; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.roadmap-card.active .roadmap-index { color: var(--green); }
.roadmap-card p { margin: 15px 0 0; color: #c8d9d2; font-size: 14px; line-height: 1.65; }
.roadmap-card.active p { color: var(--ink-soft); }
.review-note { margin: 24px 0 0; color: #d0dfd8; font-size: 13px; text-align: center; }

.proof-section { background: var(--white); }
.proof-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.proof-layout h2 { max-width: 720px; }
.proof-card { padding: 40px; border-left: 4px solid var(--green); background: var(--paper); }
.proof-card p { margin: 0 0 23px; color: var(--ink); font-size: 18px; line-height: 1.62; }
.proof-card span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.pricing-section { background: var(--paper-soft); }
.pricing-heading { max-width: 900px; }
.billing-toggle { display: inline-flex; margin-top: 27px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.billing-toggle button { min-height: 40px; padding: 0 15px; border: 0; border-radius: 7px; background: transparent; color: var(--ink-soft); font-size: 12px; font-weight: 750; cursor: pointer; }
.billing-toggle button.active { background: var(--green); color: white; }
.billing-toggle button span { margin-left: 4px; opacity: .72; }
.pricing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; align-items: stretch; }
.price-card, .addon-card { border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.price-card { padding: 37px; }
.primary-plan { box-shadow: var(--shadow); }
.price-card-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.price-card h3, .addon-card h3 { margin-top: 8px; font-size: 25px; }
.plan-label { display: inline-block; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.plan-badge { padding: 7px 9px; border-radius: 999px; background: var(--mint-soft); color: var(--green); font-size: 10px; font-weight: 800; }
.plan-description { max-width: 500px; margin: 20px 0 29px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.price-line { display: flex; align-items: flex-end; gap: 8px; }
.currency { align-self: flex-start; margin-top: 12px; color: var(--green); font-size: 11px; font-weight: 850; }
.price-line strong { font-size: 67px; line-height: .9; letter-spacing: -.06em; }
.period { color: var(--ink-soft); font-size: 14px; }
.annual-note { margin: 12px 0 25px; color: var(--ink-soft); font-size: 12px; }
.plan-list { list-style: none; padding: 27px 0 0; margin: 28px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 20px; }
.plan-list li { position: relative; padding-left: 22px; color: #3f554f; font-size: 12px; line-height: 1.5; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.guarantee { margin: 26px 0 0; color: var(--green); font-size: 12px; font-weight: 750; }
.addon-stack { display: grid; grid-template-rows: 1fr 1fr auto; gap: 16px; }
.addon-card { padding: 28px; }
.addon-card > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.future-label { color: #7c6c32; }
.addon-card p { max-width: 570px; margin: 14px 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.usage-price { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.small-addon { background: var(--mint-soft); }
.small-addon h3 { margin: 0; font-size: 18px; }
.small-addon p { margin-bottom: 12px; }
.small-addon a { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }
.future-contact { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p:last-child { max-width: 360px; color: var(--ink-soft); line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 44px 26px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 24px; color: var(--green); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -8px 0 27px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 85px 0; background: var(--green-deep); color: white; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.final-cta h2 { max-width: 790px; }
.final-cta-action { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.final-cta-action span { color: #b9cdc5; font-size: 11px; }

.site-footer { padding: 70px 0 24px; background: #0b251f; color: white; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-bottom: 60px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { max-width: 330px; color: #a9beb6; font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { margin-bottom: 5px; color: #dfe9e5; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a { color: #9fb5ad; font-size: 12px; text-decoration: none; }
.footer-muted { color: #708b81; font-size: 12px; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #829b92; font-size: 10px; }

@media (max-width: 1080px) {
  .shell { width: min(var(--shell), calc(100% - 36px)); }
  .nav-links { gap: 18px; }
  .nav-links a:nth-child(3) { display: none; }
  .hero-grid { gap: 34px; }
  .app-window { grid-template-columns: 118px 1fr; }
  .google-layout { gap: 48px; }
  .data-map { padding: 30px; }
  .feature { padding: 28px; }
  .final-cta-inner { gap: 45px; }
}

@media (max-width: 840px) {
  html { scroll-padding-top: 72px; }
  .section { padding: 82px 0; }
  .nav { min-height: 70px; }
  .menu-button { display: inline-block; margin-left: auto; }
  .nav-cta { display: none; }
  .nav-links { position: fixed; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 22px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px rgba(24,50,45,.09); }
  .nav-links.open { display: flex; }
  .nav-links a, .nav-links a:nth-child(3) { display: block; padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .hero { padding: 55px 0; }
  .hero-grid, .google-layout, .proof-layout, .pricing-grid, .faq-layout, .final-cta-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  h1 { max-width: 720px; }
  .product-stage { max-width: 760px; }
  .app-window { transform: none; }
  .launch-grid { grid-template-columns: 1fr; gap: 20px; padding-block: 28px; }
  .split-heading, .ai-heading { grid-template-columns: 1fr; gap: 25px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-number { margin-bottom: 15px; }
  .google-layout { gap: 52px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-wide { grid-column: span 1; }
  .roadmap { grid-template-columns: 1fr; }
  .roadmap-card { min-height: 300px; }
  .roadmap-index { margin-top: 70px; }
  .proof-layout, .pricing-grid, .faq-layout { gap: 45px; }
  .faq-intro { position: static; }
  .final-cta-inner { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 570px) {
  .shell { width: min(100% - 24px, 520px); }
  .section { padding: 68px 0; }
  .brand { font-size: 20px; }
  .brand-mark { width: 33px; height: 33px; }
  h1 { font-size: 47px; }
  h2 { font-size: 38px; }
  .hero-lead { font-size: 16px; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .app-window { min-height: 465px; grid-template-columns: 1fr; }
  .app-sidebar { display: none; }
  .app-main { padding: 12px; }
  .sync-badge { right: 8px; top: -18px; }
  .schedule-head, .schedule-row { grid-template-columns: 38px repeat(3, 1fr); }
  .schedule-head strong { font-size: 7px; }
  .schedule-head span, .appointment span { display: none; }
  .appointment { padding-inline: 4px; }
  .appointment strong { font-size: 7px; }
  .mini-panels { grid-template-columns: 1fr; }
  .mini-panel p { font-size: 8px; }
  .launch-list { display: grid; grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 38px; }
  .data-map { min-height: 570px; grid-template-columns: 1fr; gap: 25px; padding: 25px 20px 70px; }
  .data-map::before { left: 50%; right: auto; top: 38%; width: 1px; height: 40px; }
  .data-core { min-height: 135px; }
  .data-caption { left: 20px; right: 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 250px; }
  .feature-code { margin-bottom: 32px; }
  .roadmap-card { min-height: 320px; }
  .price-card { padding: 27px 22px; }
  .price-card-head, .addon-card > div { flex-direction: column; align-items: flex-start; }
  .plan-list { grid-template-columns: 1fr; }
  .price-line strong { font-size: 59px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
