:root {
  --navy: #071f3f;
  --navy-2: #0d3157;
  --teal: #126c64;
  --teal-dark: #0c514c;
  --cyan: #18aee8;
  --mint: #27d5c2;
  --amber: #dfa01f;
  --red: #cf4545;
  --ink: #17211f;
  --muted: #60706c;
  --line: #d9e3e0;
  --soft: #eef4f2;
  --bg: #f6f8f7;
  --white: #fff;
  --shadow: 0 18px 48px rgba(7, 31, 63, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(24, 174, 232, .45); outline-offset: 3px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(217, 227, 224, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { width: min(var(--container), calc(100% - 40px)); min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.brand img { flex: 0 0 auto; border-radius: 7px; }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a, .text-link { color: #40504c; font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .text-link:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--navy); background: #fff; }
.menu-button svg { width: 22px; height: 22px; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 6px; padding: 0 20px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; }
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 10px 24px rgba(18, 108, 100, .2); }
.button-primary:hover { background: var(--teal-dark); }
.button-outline { border-color: #a8bab6; color: var(--ink); background: #fff; }
.button-outline:hover { border-color: var(--teal); color: var(--teal); }
.button-ghost { border-color: rgba(255,255,255,.32); color: #fff; background: rgba(255,255,255,.07); }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); }
.button-large { min-height: 50px; padding: 0 24px; }

.hero { position: relative; min-height: min(720px, calc(100svh - 120px)); overflow: hidden; color: #fff; background: var(--navy); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 5px; background: var(--mint); }
.hero-inner { position: relative; width: min(var(--container), calc(100% - 40px)); min-height: inherit; display: flex; align-items: center; margin: 0 auto; padding: 64px 0 72px; }
.hero-copy { position: relative; z-index: 3; width: min(660px, 58%); }
.hero-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 30px; color: #d8e7ec; font-size: .9rem; font-weight: 800; }
.hero-brand img { border-radius: 8px; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.hero .eyebrow, .app-section .eyebrow, .final-cta .eyebrow { color: #72e4d6; }
.hero h1 { max-width: 650px; margin: 0; font-size: 4.5rem; line-height: 1; overflow-wrap: break-word; }
.hero-lead { max-width: 620px; margin: 24px 0 28px; color: #cedde2; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { max-width: 610px; display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 22px; margin: 27px 0 0; padding: 0; color: #bcd0d6; font-size: .86rem; list-style: none; }
.hero-proof li:last-child { grid-column: 1 / -1; }
.hero-proof li { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { color: var(--mint); }

.hero-dashboard { position: absolute; z-index: 1; top: 50%; right: -90px; width: 650px; height: 465px; display: grid; grid-template-columns: 120px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: #f7faf9; box-shadow: 0 26px 70px rgba(0,0,0,.28); transform: translateY(-50%) rotate(-1.4deg); }
.demo-sidebar { display: flex; flex-direction: column; gap: 16px; padding: 22px 16px; background: #102d2a; }
.demo-sidebar img { margin-bottom: 14px; border-radius: 6px; }
.demo-line { width: 72%; height: 8px; border-radius: 4px; background: rgba(255,255,255,.2); }
.demo-line.wide, .demo-line.active { width: 100%; }
.demo-line.active { height: 31px; background: #dff2ee; }
.demo-line.short { width: 48%; }
.demo-main { min-width: 0; padding: 24px; color: var(--ink); }
.demo-heading { display: flex; justify-content: space-between; align-items: center; }
.demo-heading div { display: grid; gap: 6px; }
.demo-heading small { color: var(--teal); font-size: .58rem; font-weight: 800; }
.demo-heading strong { font-size: 1.25rem; }
.demo-heading > span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 5px; color: var(--teal); font-size: .7rem; font-weight: 800; }
.demo-months { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3px; margin: 20px 0 14px; }
.demo-months i { padding: 5px 0; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); font-size: .48rem; font-style: normal; text-align: center; }
.demo-months .selected { color: #fff; background: var(--teal); }
.demo-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.demo-metrics div { display: grid; gap: 6px; padding: 12px 10px; border-left: 3px solid var(--teal); background: #fff; }
.demo-metrics .paid { border-color: #229869; }.demo-metrics .pending { border-color: var(--amber); }.demo-metrics .late { border-color: var(--red); }
.demo-metrics small { color: var(--muted); font-size: .56rem; }.demo-metrics strong { font-size: .8rem; }
.demo-panels { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10px; margin-top: 10px; }
.demo-chart, .demo-list { min-height: 200px; border: 1px solid var(--line); padding: 14px; background: #fff; }
.demo-chart { position: relative; display: grid; place-content: center; text-align: center; }
.demo-chart > span { position: absolute; inset: 35px; border: 20px solid #e5efed; border-top-color: #229869; border-radius: 50%; transform: rotate(28deg); }
.demo-chart strong, .demo-chart small { z-index: 1; }.demo-chart small { color: var(--muted); font-size: .6rem; }
.demo-list > strong { font-size: .7rem; }.demo-list p { display: flex; justify-content: space-between; gap: 8px; margin: 15px 0 0; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: .62rem; }.demo-list b { color: var(--muted); font-weight: 700; }

.trust-strip { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 max(20px, calc((100% - var(--container)) / 2)); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip div { display: grid; align-content: center; gap: 5px; padding: 20px 28px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--navy); font-size: 1.15rem; }.trust-strip span { color: var(--muted); font-size: .82rem; }

.section { padding: 96px max(20px, calc((100% - var(--container)) / 2)); }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: 0 auto 46px; text-align: center; }
.section-heading h2, .product-copy h2, .app-copy h2, .final-cta h2 { margin: 0; font-size: 3rem; line-height: 1.08; }
.section-heading > p:last-child, .product-copy > p, .app-copy > p { color: var(--muted); font-size: 1.05rem; line-height: 1.68; }

.features-section { background: var(--bg); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 255px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.feature-card h3 { margin: 22px 0 10px; font-size: 1.08rem; }.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--teal); }
.feature-icon svg { width: 21px; height: 21px; }.feature-icon.cyan { background: #138bb7; }.feature-icon.amber { background: var(--amber); }.feature-icon.blue { background: var(--navy-2); }

.product-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: center; background: #fff; }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 9px; align-items: center; color: #40504c; }.check-list svg { color: var(--teal); }
.inline-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 800; text-decoration: none; }.inline-cta:hover { color: var(--teal-dark); }
.product-window { min-width: 0; overflow: hidden; border: 1px solid #cbd8d5; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: var(--navy); }
.window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #9db1bd; }.window-bar > span:first-child { background: var(--red); }.window-bar > span:nth-child(2) { background: var(--amber); }.window-bar > span:nth-child(3) { background: var(--mint); }
.window-bar strong { margin-left: 8px; color: #c8d8df; font-size: .62rem; font-weight: 600; }
.window-content { padding: 20px; background: #f5f8f7; }
.window-months { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5px; }
.window-months span { min-height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); background: #fff; font-size: .58rem; font-weight: 700; }.window-months .active { color: #fff; background: var(--teal); }
.window-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 13px; }.window-summary div { display: grid; gap: 6px; padding: 15px; border-left: 4px solid var(--teal); background: #fff; }.window-summary span { color: var(--muted); font-size: .66rem; }.window-summary strong { font-size: .96rem; }
.window-detail { display: grid; grid-template-columns: 220px 1fr; gap: 10px; margin-top: 10px; }.ring, .bars { min-height: 220px; border: 1px solid var(--line); background: #fff; }
.ring { position: relative; display: grid; place-content: center; text-align: center; }.ring::before { content: ""; position: absolute; inset: 42px; border: 25px solid #e5eeec; border-top-color: var(--teal); border-right-color: var(--teal); border-radius: 50%; transform: rotate(20deg); }.ring strong, .ring span { z-index: 1; }.ring span { color: var(--muted); font-size: .7rem; }
.bars { display: grid; align-content: center; gap: 20px; padding: 22px; }.bars p { display: grid; grid-template-columns: 82px 1fr; gap: 10px; align-items: center; margin: 0; color: var(--muted); font-size: .7rem; }.bars i { height: 9px; border-radius: 5px; background: #e6eeec; }.bars i::after { content: ""; display: block; width: var(--value); height: 100%; border-radius: inherit; background: var(--teal); }

.areas-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: center; padding: 96px max(20px, calc((100% - var(--container)) / 2)); color: #fff; background: var(--navy-2); }
.areas-section .section-heading > p:last-child { color: #c4d5db; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.area-card { min-height: 350px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.06); }
.area-card.company { border-top: 4px solid var(--mint); }.area-card.home { border-top: 4px solid var(--cyan); }
.area-title { display: flex; align-items: center; gap: 14px; }.area-title > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 7px; color: var(--navy); background: #fff; }.area-title svg { width: 23px; height: 23px; }.area-title small { color: #8ce8dd; font-size: .68rem; font-weight: 800; }.area-title h3 { margin: 4px 0 0; font-size: 1.55rem; }
.area-card > p { color: #cad9df; line-height: 1.62; }.area-card ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; color: #e6eff2; font-size: .88rem; list-style: none; }.area-card li::before { content: "✓"; margin-right: 8px; color: var(--mint); font-weight: 900; }

.app-section { position: relative; min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 82px max(20px, calc((100% - var(--container)) / 2)); color: #fff; background: #102927; }
.phone-scene { align-self: end; height: 578px; display: grid; place-items: end center; }
.phone-frame { width: 300px; height: 570px; overflow: hidden; border: 8px solid #061b19; border-radius: 40px 40px 0 0; padding: 28px 20px; color: var(--ink); background: #f4f7f6; box-shadow: 0 28px 70px rgba(0,0,0,.35); }
.phone-speaker { width: 72px; height: 6px; margin: -12px auto 24px; border-radius: 4px; background: #112b28; }
.phone-app-head { display: flex; align-items: center; gap: 10px; }.phone-app-head img { border-radius: 6px; }.phone-app-head div { display: grid; gap: 3px; }.phone-app-head small { color: var(--teal); font-size: .56rem; font-weight: 800; }.phone-app-head strong { font-size: .9rem; }
.phone-months { display: flex; justify-content: space-between; margin: 24px 0 16px; }.phone-months span { padding: 7px 10px; border-radius: 4px; color: var(--muted); font-size: .65rem; }.phone-months .active { color: #fff; background: var(--teal); }
.phone-card { display: grid; gap: 8px; padding: 20px; border-left: 4px solid var(--teal); background: #fff; box-shadow: 0 8px 20px rgba(7,31,63,.08); }.phone-card small { color: var(--muted); }.phone-card strong { font-size: 1.35rem; }.phone-card i { width: 72%; height: 7px; margin-top: 8px; border-radius: 4px; background: var(--teal); }
.phone-row { display: flex; justify-content: space-between; gap: 10px; margin-top: 11px; padding: 16px 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; font-size: .76rem; }.phone-row b { color: var(--muted); }
.app-copy { max-width: 560px; }.app-copy > p { color: #c7d7d8; }.install-benefits { display: grid; gap: 14px; margin: 28px 0; }.install-benefits span { display: flex; align-items: center; gap: 10px; color: #e1ecec; }.install-benefits svg { color: var(--mint); }
.install-button { margin-right: 10px; }.app-copy > small { display: block; margin-top: 12px; color: #9fb6b5; }

.plans-section { background: var(--bg); }
.plan-grid { max-width: 920px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 auto; }
.plan-card { position: relative; display: grid; align-content: start; min-height: 560px; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.plan-card.featured { border: 2px solid var(--teal); box-shadow: var(--shadow); }.popular { position: absolute; top: -14px; right: 22px; padding: 7px 12px; border-radius: 5px; color: #fff; background: var(--teal); font-size: .65rem; font-weight: 800; }
.plan-label { margin: 0 0 8px; color: var(--teal); font-size: .72rem; font-weight: 800; }.plan-card h3 { margin: 0; font-size: 1.45rem; }.price { min-height: 70px; display: grid; align-content: center; margin: 18px 0 24px; }.price strong { font-size: 2.5rem; }.price span { color: var(--muted); font-size: .82rem; }
.plan-card ul { display: grid; gap: 14px; margin: 0 0 30px; padding: 0; list-style: none; }.plan-card li { display: flex; gap: 8px; align-items: flex-start; color: #40504c; }.plan-card li svg { flex: 0 0 auto; color: var(--teal); }.plan-card .button { margin-top: auto; }

.faq-section { background: #fff; }.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 24px 44px 24px 4px; font-weight: 800; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--teal); font-size: 1.5rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { margin: -4px 42px 24px 4px; color: var(--muted); line-height: 1.65; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 70px max(20px, calc((100% - var(--container)) / 2)); color: #fff; background: var(--navy); }.final-cta h2 { max-width: 760px; }.final-actions { display: grid; flex: 0 0 auto; gap: 14px; text-align: center; }.final-actions > a:last-child { color: #b9ced5; font-size: .85rem; font-weight: 700; }

.site-footer { padding: 62px max(20px, calc((100% - var(--container)) / 2)) 24px; color: #c8d7dc; background: #06192a; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; padding-bottom: 42px; }.footer-about { max-width: 300px; }.footer-brand { color: #fff; }.footer-about p, .footer-contact p { color: #91a9b1; font-size: .86rem; line-height: 1.6; }
.footer-main nav, .footer-contact { display: grid; align-content: start; gap: 13px; }.footer-main strong { color: #fff; font-size: .85rem; }.footer-main nav a, .footer-contact a { color: #a9bec5; font-size: .84rem; text-decoration: none; }.footer-main nav a:hover, .footer-contact a:hover { color: var(--mint); }.footer-contact a { display: flex; align-items: center; gap: 8px; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #829aa2; font-size: .76rem; }.footer-bottom p { margin: 0; }

.install-dialog { width: min(510px, calc(100% - 28px)); border: 1px solid var(--line); border-radius: 8px; padding: 28px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }.install-dialog::backdrop { background: rgba(4, 20, 34, .68); backdrop-filter: blur(4px); }.install-dialog img { border-radius: 8px; }.install-dialog h2 { margin: 0; font-size: 1.65rem; }.install-dialog p { color: var(--muted); line-height: 1.55; }.install-dialog .eyebrow { margin-top: 18px; color: var(--teal); }.dialog-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.hero .reveal { opacity: 1; transform: none; }.reveal.visible { opacity: 1; transform: translateY(0); }.feature-card:nth-child(2), .area-card:nth-child(2) { transition-delay: .06s; }.feature-card:nth-child(3) { transition-delay: .12s; }.feature-card:nth-child(4) { transition-delay: .18s; }

@media (max-width: 1080px) {
  .header-inner { gap: 20px; }.main-nav { gap: 18px; }
  .hero-copy { width: min(760px, 100%); }
  .hero h1 { font-size: 3.75rem; }.hero-dashboard { display: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .product-section, .areas-section { grid-template-columns: 1fr; gap: 48px; }
  .product-copy, .areas-section .section-heading { max-width: 760px; }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .header-inner { width: min(100% - 28px, var(--container)); min-height: 66px; grid-template-columns: auto 1fr; }
  .main-nav { position: fixed; z-index: 30; top: 66px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); transform: translateY(-130%); visibility: hidden; transition: transform .22s ease, visibility .22s ease; }
  .menu-open .main-nav { transform: translateY(0); visibility: visible; }.main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }.header-actions { justify-self: end; }.header-actions .text-link { display: none; }.menu-button { display: grid; }.header-cta { min-height: 40px; padding: 0 13px; font-size: .78rem; }
  .hero { min-height: 640px; }.hero-inner { padding: 52px 0 60px; }.hero-copy { width: 100%; }.hero h1 { font-size: 3.35rem; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 0 20px; }.trust-strip div, .trust-strip div:first-child { border: 0; border-bottom: 1px solid var(--line); }
  .section, .areas-section, .app-section { padding-top: 74px; padding-bottom: 74px; }
  .section-heading h2, .product-copy h2, .app-copy h2, .final-cta h2 { font-size: 2.35rem; }
  .app-section { grid-template-columns: .8fr 1.2fr; gap: 28px; }.phone-frame { width: 260px; }.phone-scene { height: 550px; }
  .plan-grid { max-width: 620px; grid-template-columns: 1fr; gap: 22px; }.plan-card { min-height: 0; padding: 26px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  .header-inner { width: calc(100% - 24px); }.site-header .brand span { display: none; }.header-cta { display: none; }
  .hero { min-height: 610px; }.hero-inner { width: calc(100% - 36px); padding: 42px 0 52px; }.hero-copy { width: 100%; }.hero-brand { margin-bottom: 22px; }.hero h1 { font-size: 2.75rem; }.hero-lead { margin: 20px 0 24px; font-size: 1rem; line-height: 1.55; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-proof { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; }
  .hero-proof li:last-child { grid-column: auto; }.hero-dashboard { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 0 12px; }.trust-strip div { padding: 18px 10px; }.trust-strip strong { font-size: 1rem; }.trust-strip span { font-size: .72rem; }
  .section, .areas-section, .app-section { padding: 64px 18px; }.section-heading.centered { margin-bottom: 34px; text-align: left; }.section-heading h2, .product-copy h2, .app-copy h2, .final-cta h2 { font-size: 2rem; }
  .feature-grid, .area-grid, .plan-grid { grid-template-columns: 1fr; }.feature-grid { border-left: 0; }.feature-card { min-height: 0; border-left: 1px solid var(--line); }
  .product-section { gap: 34px; }.product-window { margin: 0 -8px; }.window-content { padding: 12px; }.window-months { display: flex; overflow: hidden; }.window-months span { flex: 0 0 39px; }.window-summary { grid-template-columns: 1fr 1fr; }.window-summary div:last-child { grid-column: 1 / -1; }.window-detail { grid-template-columns: 1fr; }.ring { min-height: 180px; }.ring::before { inset: 32px 84px; }.bars { min-height: 180px; }
  .area-card { min-height: 0; }.app-section { grid-template-columns: 1fr; padding-bottom: 0; }.app-copy { order: -1; }.phone-scene { height: 470px; margin-top: 20px; }.phone-frame { width: 280px; height: 470px; }.phone-row:last-child { display: none; }
  .plan-card { min-height: 0; }.final-cta { align-items: stretch; flex-direction: column; padding: 54px 20px; }.final-actions { width: 100%; }.final-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 20px; }.footer-about { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@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; }
}

@media (prefers-contrast: more) {
  :root { --line: #84948f; --muted: #44514e; }
  .button-primary { outline: 2px solid #fff; outline-offset: -4px; }
}