:root {
  --bg: #0b0d0e;
  --surface: #101312;
  --surface-2: #151917;
  --surface-3: #1a1f1c;
  --text: #f2f4f2;
  --muted: #9ba39e;
  --dim: #727b76;
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.16);
  --accent: #a9cdb7;
  --accent-strong: #c9e0d2;
  --accent-dark: #14231b;
  --max: 1200px;
  --radius: 18px;
  --font: Inter, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 72% -10%, rgba(169,205,183,.07), transparent 34%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.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; left: 20px; top: -60px; z-index: 100; padding: 12px 18px; background: var(--text); color: var(--bg); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.section { width: min(calc(100% - 48px), var(--max)); margin: auto; padding: 120px 0; }
.eyebrow, .section-label { margin: 0 0 22px; color: var(--accent); font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { letter-spacing: -.055em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 6.3vw, 88px); font-weight: 570; line-height: .99; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); font-weight: 560; line-height: 1.04; }
h3 { letter-spacing: -.025em; }
.has-motion .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.has-motion .reveal.visible { opacity: 1; transform: none; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 650; transition: background .2s, color .2s, border-color .2s, transform .2s; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--accent-strong); color: #0b1510; }
.button-primary:hover { background: #dcece2; }
.button-ghost { border-color: var(--line-strong); color: #e7ebe8; background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.button-light { background: #f2f4f2; color: #111513; }
.button-small { min-height: 38px; padding: 0 15px; font-size: 13px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(11,13,14,.82); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 48px), var(--max)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 19px; font-weight: 650; letter-spacing: -.035em; }
.brand img { flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 29px; color: #b7beb9; font-size: 13px; }
.nav-links > a:not(.button):hover { color: #fff; }
.menu-button { display: none; background: none; border: 0; padding: 8px; color: white; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(440px, .85fr); gap: clamp(55px, 7vw, 110px); align-items: center; padding-top: 88px; padding-bottom: 100px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero .eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(169,205,183,.09); }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: #b4bcb7; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.button-row { display: flex; gap: 11px; margin-top: 35px; }
.hero-pricing { max-width: 700px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 25px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.022); }
.hero-pricing-lead { padding-right: 22px; border-right: 1px solid var(--line); }
.hero-pricing-lead > span { display: block; margin-bottom: 3px; color: var(--dim); font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.hero-pricing-lead strong { font-size: 19px; font-weight: 570; }
.hero-pricing-lead small { color: var(--muted); font-size: 10px; font-weight: 450; }
.hero-price-list { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 14px; }
.hero-price-list > span { color: var(--dim); font-size: 9px; }
.hero-price-list strong { display: block; margin-top: 3px; color: #d9ddda; font-size: 12px; font-weight: 570; }
.hero-pricing > a { white-space: nowrap; color: var(--accent); font-size: 10px; font-weight: 650; }
.hero-pricing > a span { margin-left: 3px; }
.fine-print { margin: 10px 0 0; color: var(--dim); font-size: 11px; }
.hero-product { perspective: 1200px; }
.app-window { display: grid; grid-template-columns: 46px 1fr; min-height: 590px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: #101311; box-shadow: 0 40px 100px rgba(0,0,0,.42); transform: rotateY(-1.5deg) rotateX(1deg); }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 13px 0; border-right: 1px solid var(--line); background: #0c0f0e; }
.mini-mark { width: 25px; height: 25px; display: grid; place-items: center; margin-bottom: 17px; border: 1px solid #445149; border-radius: 7px; color: var(--accent); font-size: 10px; }
.app-sidebar span { width: 16px; height: 16px; border: 1px solid #414844; border-radius: 4px; }
.app-sidebar .side-active { background: rgba(169,205,183,.13); border-color: #688072; }
.app-sidebar i { flex: 1; }
.app-main { padding: 21px 19px; min-width: 0; }
.app-header, .card-title { display: flex; align-items: center; justify-content: space-between; }
.app-header small { display: block; margin-bottom: 5px; color: #707a74; font-size: 9px; }
.app-header strong { font-size: 15px; font-weight: 560; }
.live-status { display: flex; align-items: center; gap: 6px; color: #9caaa1; font-size: 9px; }
.live-status span, .dash-top > span i { width: 6px; height: 6px; border-radius: 50%; background: #8bc39f; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 23px; }
.hero-metrics article { padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.018); }
.hero-metrics span, .hero-metrics small { display: block; color: #78817c; font-size: 8px; }
.hero-metrics strong { display: block; margin: 9px 0 5px; font-size: 26px; font-weight: 540; }
.activity-card { margin-top: 8px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.card-title span, .source-card > span { display: block; color: #777f7b; font-size: 9px; }
.card-title strong { display: block; margin-top: 4px; font-size: 11px; font-weight: 550; }
.card-title small { color: #606964; font-size: 8px; }
.line-chart { height: 150px; margin-top: 12px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 36px, rgba(255,255,255,.035) 37px); }
.line-chart svg { width: 100%; height: 100%; overflow: visible; }
.area { fill: url(#area); }
.chart-line { fill: none; stroke: #a7cbb7; stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart-labels { display: flex; justify-content: space-between; padding-top: 8px; color: #666e69; font-size: 7px; }
.insight-strip { display: flex; gap: 11px; align-items: flex-start; margin-top: 8px; padding: 14px; border: 1px solid rgba(169,205,183,.15); border-radius: 10px; background: rgba(169,205,183,.055); }
.insight-symbol { width: 23px; height: 23px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 6px; background: rgba(169,205,183,.11); color: var(--accent); font-size: 11px; }
.insight-strip strong, .insight-strip small { display: block; }
.insight-strip strong { font-size: 10px; font-weight: 560; }
.insight-strip small { margin-top: 4px; color: #758079; font-size: 8px; line-height: 1.45; }
.context-strip { min-height: 70px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 60px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #747d78; font-size: 12px; }
.context-strip i { width: 3px; height: 3px; border-radius: 50%; background: #4a504d; }

.problem { display: grid; grid-template-columns: .28fr 1.72fr; }
.section-label { padding-top: 12px; }
.problem-copy p { max-width: 720px; margin: 34px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.problem-moments { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.problem-moments article { padding: 31px; background: var(--bg); }
.problem-moments span, .reasons-grid span { color: #66706a; font-size: 11px; }
.problem-moments h3 { margin: 45px 0 12px; font-size: 20px; font-weight: 550; line-height: 1.3; }
.problem-moments p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.problem-conclusion { grid-column: 2; max-width: 760px; margin-top: var(--space-6); }
.problem-conclusion-main { margin: 0; color: #858e89; font-size: clamp(19px, 2.1vw, 22px); line-height: 1.55; }
.problem-conclusion-main strong { display: block; margin-top: 4px; color: #e6e9e7; font-weight: 520; }
.section-transition { margin: var(--space-4) 0 0; color: var(--accent); font-size: 16px; font-weight: 540; line-height: 1.6; }
.how-it-works { border-top: 1px solid var(--line); }
.section-heading { max-width: 830px; margin-bottom: 60px; }
.section-heading > p:last-child { max-width: 630px; margin: 25px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.process { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr; align-items: stretch; }
.process article { min-height: 270px; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.process-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #3c4740; border-radius: 10px; color: var(--accent); font-size: 10px; }
.process h3 { margin: 64px 0 12px; font-size: 19px; font-weight: 550; line-height: 1.35; }
.process p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.process-arrow { display: grid; place-items: center; color: #515955; font-size: 16px; }
.morning-story { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(50px, 8vw, 100px); align-items: center; margin-top: -30px; margin-bottom: 80px; padding: 52px 56px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.story-meta { display: flex; align-items: center; gap: 18px; margin-bottom: var(--space-4); }
.story-eyebrow { color: var(--accent); font-size: 10px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.story-meta time { padding-left: 18px; border-left: 1px solid var(--line-strong); color: #dfe3e0; font-size: 14px; font-weight: 570; }
.morning-story-copy h2 { max-width: 540px; font-size: clamp(36px, 4.3vw, 55px); }
.morning-story-copy > p:not(.morning-transition) { max-width: 600px; margin: var(--space-4) 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.morning-transition { margin: var(--space-5) 0 0; color: var(--accent); font-size: 14px; font-weight: 540; }
.morning-story-flow { padding: 25px 27px; border: 1px solid var(--line); border-radius: 12px; background: #0d100f; }
.morning-story-flow ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.morning-story-flow li { position: relative; display: grid; grid-template-columns: 14px 1fr; gap: 13px; min-height: 61px; }
.morning-story-flow li:not(:last-child)::after { content: ""; position: absolute; top: 16px; bottom: -1px; left: 5px; width: 1px; background: #35413a; }
.morning-story-flow li > span { position: relative; z-index: 1; width: 11px; height: 11px; margin-top: 4px; border: 2px solid #789685; border-radius: 50%; background: #101412; }
.morning-story-flow small, .morning-story-flow strong { display: block; }
.morning-story-flow small { margin-bottom: 4px; color: var(--dim); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.morning-story-flow strong { color: #ced4d0; font-size: 13px; font-weight: 550; }
.morning-story-outcome { margin-top: 7px; padding: 18px; border: 1px solid rgba(169,205,183,.18); border-radius: 9px; background: rgba(169,205,183,.055); }
.morning-story-outcome span, .morning-story-outcome strong { display: block; }
.morning-story-outcome span { margin-bottom: 7px; color: var(--accent); font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.morning-story-outcome strong { color: #e1e5e2; font-size: 14px; font-weight: 550; line-height: 1.5; }

.coverage { border-top: 1px solid var(--line); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 4px !important; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.coverage-card { position: relative; min-height: 590px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.coverage-card.featured { border-color: rgba(169,205,183,.34); background: linear-gradient(145deg, rgba(169,205,183,.09), var(--surface) 45%); }
.recommended { position: absolute; top: 0; right: 25px; padding: 7px 10px; border-radius: 0 0 7px 7px; background: var(--accent); color: #142018; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.plan-name { margin: 0; color: var(--accent); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 30px 0 26px; color: var(--dim); font-size: 12px; }
.price strong { display: block; margin-top: 3px; color: var(--text); font-size: 42px; font-weight: 540; letter-spacing: -.04em; }
.price span { color: var(--muted); }
.coverage-card > p:not(.plan-name) { min-height: 70px; margin: 0; color: var(--muted); line-height: 1.65; }
.coverage-card ul { display: grid; gap: 13px; margin: 27px 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.coverage-card li { position: relative; padding-left: 22px; color: #c2c8c4; font-size: 14px; }
.coverage-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }
.coverage-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--accent); font-size: 13px; font-weight: 620; }
.coverage-note, .sample-note { max-width: 890px; margin: 25px auto 0; color: var(--dim); text-align: center; font-size: 12px; line-height: 1.65; }
.reasons { border-top: 1px solid var(--line); }
.reasons-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reasons-grid article { min-height: 245px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reasons-grid h3 { margin: 55px 0 10px; font-size: 20px; font-weight: 550; }
.reasons-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.dashboard-section { width: 100%; max-width: none; padding-left: max(24px, calc((100% - var(--max)) / 2)); padding-right: max(24px, calc((100% - var(--max)) / 2)); background: #0f1211; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.centered { margin-left: auto; margin-right: auto; text-align: center; }
.centered > p:last-child { margin-left: auto; margin-right: auto; }
.dashboard-large { max-width: 1120px; margin: auto; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 19px; background: #0c0f0e; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.dash-top { height: 63px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); }
.dash-top > div { display: flex; align-items: center; gap: 12px; }
.dash-top strong { font-size: 14px; font-weight: 560; }
.dash-top > span { display: flex; align-items: center; gap: 7px; color: #8f9993; font-size: 10px; }
.dash-body { padding: 22px; }
.dash-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.dash-metrics article { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.dash-metrics span, .dash-metrics small { display: block; color: #78817c; font-size: 10px; }
.dash-metrics strong { display: block; margin: 12px 0 7px; font-size: 32px; font-weight: 540; }
.dash-metrics small { color: #7fa28c; }
.dash-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 10px; margin-top: 10px; }
.dash-grid > article { min-height: 295px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.hour-chart { height: 175px; display: flex; align-items: end; gap: 14px; margin-top: 21px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 43px, rgba(255,255,255,.035) 44px); }
.hour-chart div { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(to top, #688574, #a5c9b3); }
.source-card > span { color: #aeb5b1; font-size: 11px; font-weight: 550; }
.donut-wrap { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.donut { width: 120px; height: 120px; display: grid; flex: 0 0 auto; align-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle, var(--surface) 0 47%, transparent 49%), conic-gradient(#a8cbb5 0 25%, #718f7e 25% 46%, #48534d 46% 84%, #29302c 84%); }
.donut strong { font-size: 24px; font-weight: 550; }
.donut small { color: var(--dim); font-size: 9px; }
.source-card ul { flex: 1; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.source-card li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; color: #89928d; font-size: 9px; }
.source-card i { width: 6px; height: 6px; border-radius: 2px; background: #29302c; }
.source-card .green { background: #a8cbb5; }.source-card .sage { background: #718f7e; }.source-card .gray { background: #48534d; }
.source-card b { color: #cbd0cd; font-weight: 560; }
.recommendation { display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; margin-top: 10px; padding: 20px; border: 1px solid rgba(169,205,183,.17); border-radius: 10px; background: rgba(169,205,183,.05); }
.recommendation > span { color: var(--accent); font-size: 9px; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.recommendation strong { font-size: 13px; font-weight: 560; }
.recommendation p { margin: 4px 0 0; color: #78827c; font-size: 10px; line-height: 1.5; }
.recommendation a { color: var(--accent); font-size: 10px; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.industry-grid article { min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.industry-grid span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #38423c; border-radius: 8px; color: var(--accent); }
.industry-grid h3 { margin: 35px 0 0; font-size: 15px; font-weight: 550; }
.team { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; border-top: 1px solid var(--line); }
.team-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { color: var(--accent); font-size: 14px; font-weight: 620; }
.text-link span { margin-left: 5px; }
.team-list { border-top: 1px solid var(--line); }
.team-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.team-list > article > span { color: var(--accent); font-size: 11px; }
.team-list h3 { margin: 0 0 9px; font-size: 21px; font-weight: 550; }
.team-list p { margin: 0; color: var(--muted); line-height: 1.65; }
.trial { padding-top: 60px; padding-bottom: 60px; }
.trial-card { padding: 70px; border: 1px solid rgba(169,205,183,.21); border-radius: 22px; background: linear-gradient(135deg, rgba(169,205,183,.09), rgba(255,255,255,.015) 50%); }
.trial-card > div:first-child { max-width: 760px; }
.trial-card > div:first-child > p:last-child { margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.trial-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 48px 0 32px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.trial-steps article { padding: 27px; background: rgba(11,13,14,.72); }
.trial-steps span, .trial-steps strong { display: block; }
.trial-steps span { color: var(--accent); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.trial-steps strong { margin: 28px 0 9px; font-size: 17px; font-weight: 550; }
.trial-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.calculator { border-top: 1px solid var(--line); }
.calculator-intro { max-width: 820px; margin-bottom: var(--space-7); }
.calculator-intro > p:not(.eyebrow, .calculator-privacy) { max-width: 700px; margin: var(--space-4) 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.calculator-privacy { display: flex; align-items: center; gap: 8px; margin: var(--space-4) 0 0; color: var(--dim); font-size: 12px; }
.calculator-privacy span { color: var(--accent); }
.fit-calculator { padding: 0 42px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.fit-calculator fieldset { margin: 0; padding: 39px 0; border: 0; border-bottom: 1px solid var(--line); }
.fit-calculator fieldset.question-error { margin-inline: -18px; padding-inline: 18px; border-radius: 10px; box-shadow: inset 2px 0 #c99b91; }
.fit-calculator legend { width: 100%; margin-bottom: var(--space-4); color: #e7eae8; font-size: 18px; font-weight: 550; line-height: 1.45; }
.fit-calculator legend > span { display: inline-block; width: 37px; color: var(--accent); font-size: 10px; font-weight: 650; vertical-align: 2px; }
.fit-calculator legend small { margin-left: 6px; color: var(--dim); font-size: 11px; font-weight: 450; }
.option-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.option-grid-five { grid-template-columns: repeat(5, 1fr); }
.option-grid label { display: block; min-width: 0; cursor: pointer; }
.option-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.option-grid label > span { min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #0d100f; color: #9ca59f; text-align: center; font-size: 12px; font-weight: 500; line-height: 1.35; transition: border-color .18s, background .18s, color .18s; }
.option-grid label:hover > span { border-color: var(--line-strong); color: #d9ddda; }
.option-grid input:checked + span { border-color: rgba(169,205,183,.58); background: rgba(169,205,183,.095); color: var(--accent-strong); box-shadow: inset 0 0 0 1px rgba(169,205,183,.08); }
.option-grid input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.calculator-error { min-height: 0; color: #d7aaa0; font-size: 13px; font-weight: 520; }
.calculator-error:not(:empty) { margin: 28px 0 -8px; padding: 12px 14px; border: 1px solid rgba(215,170,160,.22); border-radius: 8px; background: rgba(215,170,160,.05); }
.calculator-submit { min-width: 230px; margin: 30px 0 40px; border: 0; }
.calculator-result { margin-top: 16px; padding: 42px; border: 1px solid rgba(169,205,183,.25); border-radius: 18px; outline: none; background: linear-gradient(145deg, rgba(169,205,183,.07), var(--surface) 50%); animation: result-in .35s ease both; }
.calculator-result[hidden] { display: none; }
@keyframes result-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.calculator-result:focus-visible { box-shadow: 0 0 0 3px rgba(169,205,183,.15); }
.result-topline { display: flex; align-items: center; justify-content: space-between; }
.result-topline > span, .result-plan > span { color: var(--accent); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.result-topline button { padding: 6px 0; border: 0; background: none; color: var(--muted); font-size: 12px; cursor: pointer; }
.result-topline button:hover { color: var(--text); }
.result-topline button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.result-fit { margin: 18px 0 36px; font-size: clamp(34px, 4.5vw, 54px); font-weight: 550; letter-spacing: -.045em; }
.result-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.result-plan h3 { margin: 15px 0 6px; font-size: 27px; font-weight: 550; }
.result-plan > strong { color: var(--accent); font-size: 15px; font-weight: 550; }
.result-copy > p { margin: 0; color: #b0b8b3; font-size: 15px; line-height: 1.7; }
.result-copy h4 { margin: 27px 0 12px; font-size: 12px; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.result-copy ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.result-copy li { position: relative; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.result-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); }
.result-actions { margin-top: 32px; }
.calculator-disclaimer { margin: 25px 0 0; padding-top: 19px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(39px, 4.5vw, 59px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 540; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 33px; right: 4px; width: 13px; height: 1px; background: var(--accent); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 690px; margin: 0; padding: 0 48px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); }
.contact-copy { position: sticky; top: 120px; align-self: start; }
.contact-copy > p:not(.eyebrow) { margin: 27px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.contact-detail { margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-detail span { display: block; margin-bottom: 8px; color: var(--dim); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-detail a { color: var(--accent); font-size: 15px; }
.contact-form { display: grid; gap: 18px; padding: 33px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: grid; gap: 8px; color: #c2c8c4; font-size: 12px; font-weight: 540; }
label small { display: inline; color: var(--dim); font-weight: 400; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: none; background: #0c0f0e; color: var(--text); padding: 13px 14px; }
input::placeholder, textarea::placeholder { color: #626a65; }
input:focus, select:focus, textarea:focus { border-color: rgba(169,205,183,.7); box-shadow: 0 0 0 3px rgba(169,205,183,.07); }
textarea { resize: vertical; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px; color: #7f8883; font-size: 10px; font-weight: 400; line-height: 1.55; }
.consent input { width: auto; margin-top: 2px; accent-color: var(--accent); }
.contact-form .button { width: 100%; border: 0; }
.form-note, .form-status { margin: -6px 0 0; text-align: center; color: var(--dim); font-size: 10px; line-height: 1.5; }
.form-status { min-height: 15px; color: var(--accent); }

.site-footer { width: min(calc(100% - 48px), var(--max)); margin: auto; padding: 65px 0 28px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand p { margin: 22px 0 13px; color: var(--muted); }
.footer-brand > a:last-child { color: var(--accent); font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 13px; color: var(--muted); font-size: 13px; }
.footer-column strong { margin-bottom: 8px; color: var(--text); font-size: 12px; }
.footer-column a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }

.legal-page .nav-shell { width: min(calc(100% - 48px), 920px); }
.legal-page main { width: min(calc(100% - 48px), 780px); margin: auto; padding: 100px 0 130px; }
.legal-page h1 { margin: 0; font-size: clamp(48px, 7vw, 72px); font-weight: 560; }
.legal-page .updated { margin: 18px 0 50px; color: var(--dim); }
.legal-page h2 { margin: 43px 0 13px; font-size: 24px; font-weight: 560; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page ul { padding-left: 20px; }
.legal-back { display: inline-block; margin-top: 45px; color: var(--accent); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 790px; }
  .hero-product { max-width: 650px; }
  .app-window { min-height: 545px; transform: none; }
  .problem { grid-template-columns: 1fr; }
  .problem-copy, .problem-moments, .problem-conclusion { grid-column: 1; }
  .section-label { padding: 0; }
  .process { grid-template-columns: 1fr 1fr; gap: 12px; }
  .process-arrow { display: none; }
  .morning-story { grid-template-columns: 1fr 1fr; gap: 45px; margin-top: -20px; padding: 42px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-card { min-height: 0; }
  .coverage-card > p:not(.plan-name) { min-height: 0; }
  .reasons-grid { grid-template-columns: 1fr 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .team, .faq, .contact { grid-template-columns: 1fr; gap: 55px; }
  .faq-heading, .contact-copy { position: static; }
  .option-grid, .option-grid-five { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .nav-shell, .section, .site-footer { width: min(calc(100% - 32px), var(--max)); }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 63px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 12px; background: #111513; box-shadow: 0 20px 40px rgba(0,0,0,.35); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px; }
  .nav-links .button { margin-top: 6px; }
  .hero { padding-top: 65px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  h2 { font-size: clamp(38px, 11vw, 52px); }
  .button-row { align-items: stretch; flex-direction: column; }
  .hero-pricing { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .hero-pricing-lead { padding: 0 0 13px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-price-list { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hero-pricing > a { padding-top: 2px; }
  .context-strip { justify-content: flex-start; overflow: hidden; padding: 0 18px; white-space: nowrap; }
  .app-window { grid-template-columns: 35px 1fr; min-height: auto; }
  .app-main { padding: 13px 10px; }
  .app-sidebar { gap: 10px; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-price-list { grid-template-columns: 1fr; gap: 9px; }
  .hero-price-list > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .hero-price-list strong { margin-top: 0; }
  .hero-metrics article:nth-child(n+2) { display: none; }
  .line-chart { height: 125px; }
  .problem-moments, .trial-steps { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .process article { min-height: 235px; }
  .morning-story { grid-template-columns: 1fr; gap: 30px; margin-top: -20px; margin-bottom: 55px; padding: 30px 22px; }
  .story-meta { align-items: flex-start; flex-direction: column; gap: 9px; }
  .story-meta time { padding: 0; border: 0; font-size: 18px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .reasons-grid { grid-template-columns: 1fr; }
  .dashboard-section { padding-left: 16px; padding-right: 16px; }
  .dash-metrics { grid-template-columns: 1fr 1fr; }
  .dash-metrics article { padding: 13px; }
  .dash-metrics strong { font-size: 25px; }
  .dash-grid > article { min-height: 260px; padding: 13px; }
  .donut-wrap { gap: 14px; }
  .donut { width: 95px; height: 95px; }
  .recommendation { grid-template-columns: 1fr; gap: 10px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid article { min-height: 135px; padding: 18px; }
  .industry-grid h3 { font-size: 13px; }
  .trial-card { padding: 32px 22px; }
  .fit-calculator { padding: 0 20px; }
  .fit-calculator fieldset { padding: 31px 0; }
  .fit-calculator legend { font-size: 16px; }
  .fit-calculator legend > span { display: block; width: auto; margin-bottom: 7px; }
  .fit-calculator legend small { display: block; margin: 6px 0 0; }
  .option-grid, .option-grid-five { grid-template-columns: 1fr; }
  .option-grid label > span { min-height: 48px; justify-content: flex-start; text-align: left; }
  .calculator-submit { width: 100%; min-width: 0; }
  .calculator-result { padding: 29px 22px; }
  .result-layout { grid-template-columns: 1fr; gap: 30px; }
  .field-pair { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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