:root {
  color-scheme: dark;
  --bg: #101110;
  --panel: #191b18;
  --text: #f3f4ed;
  --muted: #a4aaa0;
  --accent: #cefa69;
  --border: #33372e;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--bg); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--accent); color: var(--bg); }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 90px; gap: 24px; }
.brand { display: inline-flex; align-items: center; font-size: 28px; font-weight: 800; letter-spacing: -1.4px; line-height: 1; min-height: 44px; }
.brand img { margin-right: 10px; border-radius: 8px; }
.brand-period { color: var(--accent); }
.nav-links { display: flex; gap: 34px; margin-left: auto; margin-right: 30px; color: var(--muted); font-size: 14px; }
.nav-links a, .footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a:hover, .footer-links a:hover, .text-link:hover { color: var(--accent); }
.nav-cta { border: 1px solid #59604f; padding: 10px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; display: flex; gap: 26px; }
.nav-cta:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 40px; padding-block: 64px 54px; }
.eyebrow { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 600; line-height: 1.5; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); margin-bottom: 26px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
h1 { font-size: clamp(58px, 6.1vw, 88px); font-weight: 600; line-height: 1.025; letter-spacing: -.065em; }
h1 > span { color: var(--accent); }
.hero-description { max-width: 370px; color: var(--muted); font-size: 17px; margin-top: 28px; line-height: 1.7; }
.download-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 16px 23px; background: var(--accent); color: #17200b; border: 1px solid var(--accent); border-radius: 6px; font-size: 15px; font-weight: 650; margin-top: 29px; transition: background .15s, transform .15s; }
.download-button:hover { background: #e0ff9c; transform: translateY(-2px); }
.button-arrow { margin-left: 16px; }
.hero-note { color: var(--muted); font-size: 11px; margin-top: 13px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; font-size: 13px; }
.product-preview { min-width: 0; }
.phone-stage { position: relative; isolation: isolate; display: flex; justify-content: center; align-items: center; }
.phone-frame { width: 310px; padding: 7px; border: 1px solid #64665f; border-radius: 46px; background: #22241f; box-shadow: 0 24px 60px #0005, inset 0 0 0 2px #363831; overflow: hidden; }
.phone-frame img { width: 100%; border-radius: 38px; background: #000; aspect-ratio: 1284 / 2778; }
.orbit { position: absolute; border: 1px solid #343b2b; border-radius: 50%; z-index: -1; width: 100%; aspect-ratio: 1; }
.orbit-two { width: 80%; border-color: #2b3025; }
.preview-label { position: absolute; left: 0; bottom: 85px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 9px; letter-spacing: 2px; color: #929a86; }
.screen-index { position: absolute; right: 0; top: 14px; font: 11px monospace; color: var(--muted); }
.screen-controls { display: flex; width: fit-content; max-width: 100%; margin: 25px auto 0; padding: 4px; border: 1px solid var(--border); border-radius: 8px; gap: 3px; }
.screen-controls[hidden] { display: none; }
.screen-controls button { background: transparent; color: var(--muted); border: 0; padding: 10px 14px; min-height: 44px; border-radius: 4px; cursor: pointer; font-size: 12px; white-space: nowrap; }
.screen-controls button[aria-pressed='true'] { color: var(--bg); background: var(--accent); font-weight: 600; }
.screen-controls button:hover:not([aria-pressed='true']) { color: var(--text); background: #282d23; }
.preview-error { margin: 13px auto 0; text-align: center; font-size: 11px; color: var(--muted); min-height: 36px; max-width: 340px; }
.setup-strip { border-block: 1px solid var(--border); }
.setup-list { padding-block: 23px; padding-inline: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.setup-list li { display: flex; align-items: center; gap: 20px; font-size: 14px; }
.setup-list li:nth-child(2) { justify-content: center; }
.setup-list li:last-child { justify-content: flex-end; }
.setup-list span { font: 11px monospace; color: var(--accent); }
.section { padding-block: 110px; scroll-margin-top: 24px; }
.section-heading .eyebrow { color: var(--muted); margin-bottom: 22px; }
h2 { font-size: clamp(38px, 4.2vw, 58px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
h2 > span { color: var(--muted); }
.section-heading > p:last-child { color: var(--muted); font-size: 15px; max-width: 390px; margin-top: 22px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 45px; }
.feature-card { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 28px; }
.feature-topline { display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.feature-topline svg, .health-note svg { width: 24px; height: 24px; stroke: var(--accent); stroke-width: 1.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.feature-display { height: 180px; display: flex; flex-direction: column; justify-content: center; color: var(--accent); font-size: clamp(31px, 3.2vw, 46px); line-height: 1.1; font-weight: 500; letter-spacing: -.055em; }
.interval-display { display: block; padding-top: 35px; }
.interval-display > span { color: #7d8a6e; }
h3 { font-size: 21px; font-weight: 500; letter-spacing: -.6px; margin-bottom: 12px; }
.feature-card p, .feature-card li { font-size: 13px; line-height: 1.8; color: var(--muted); }
.feature-card ul { margin: 24px 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid var(--border); }
.feature-card li { position: relative; padding-left: 15px; margin-block: 6px; }
.feature-card li::before { content: '+'; position: absolute; left: 0; color: var(--accent); }
.health-note { display: flex; align-items: center; gap: 16px; margin-top: 28px; color: var(--muted); font-size: 13px; }
.health-note strong { color: var(--text); font-weight: 500; }
.faq-section { border-block: 1px solid var(--border); }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details:first-child { border-top: 1px solid var(--border); }
.faq-list summary { padding: 22px 35px 22px 0; position: relative; cursor: pointer; list-style: none; font-size: 15px; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 20px; color: var(--accent); font-size: 20px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-answer { padding-bottom: 24px; color: var(--muted); font-size: 14px; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { text-decoration: underline; text-underline-offset: 4px; color: var(--text); }
.closing { text-align: center; padding-block: 100px; }
.closing .eyebrow { color: var(--muted); margin-bottom: 24px; }
.closing h2 { font-size: clamp(44px, 6vw, 80px); color: var(--accent); }
.closing > p:last-child { color: var(--muted); margin-top: 20px; font-size: 12px; }
.site-footer { border-top: 1px solid var(--border); display: flex; align-items: center; gap: 30px; padding-block: 24px; }
.footer-links { display: flex; gap: 28px; margin-left: auto; font-size: 12px; color: var(--muted); }
.site-footer > p { color: var(--muted); font-size: 11px; margin-left: 25px; }
@media (min-width: 1500px) { .phone-frame { width: 340px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 24px; }
  h1 { font-size: 62px; }
  .phone-frame { width: 280px; }
  .preview-label, .screen-index { display: none; }
  .feature-card { padding: 22px; }
  .faq-layout { gap: 45px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .nav { min-height: 74px; gap: 15px; }
  .brand { font-size: 25px; }
  .brand img { width: 30px; height: 30px; }
  .nav-links { display: none; }
  .nav-cta { padding: 9px 16px; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 34px; padding-bottom: 32px; }
  .hero-copy { text-align: center; }
  .hero-copy > .eyebrow { justify-content: center; font-size: 9px; margin-bottom: 18px; }
  h1 { font-size: clamp(42px, 8.7vw, 62px); line-height: 1.06; }
  .desktop-break { display: none; }
  .hero-description { margin: 18px auto 0; max-width: 340px; font-size: 14px; line-height: 1.6; }
  .download-button { margin-top: 22px; padding: 14px 20px; font-size: 14px; }
  .hero-note { font-size: 10px; margin-top: 11px; }
  .phone-frame { width: min(340px, calc(100% - 24px)); border-radius: 44px; }
  .phone-frame img { border-radius: 36px; }
  .orbit-one { width: 100%; }
  .orbit-two { width: 88%; }
  .phone-stage { max-width: 470px; margin-inline: auto; }
  .screen-controls { margin-top: 24px; }
  .screen-controls button { padding-inline: 12px; }
  .preview-error { font-size: 11px; }
  .setup-list { grid-template-columns: 1fr; gap: 15px; padding-block: 26px; width: fit-content; }
  .setup-list li, .setup-list li:nth-child(2), .setup-list li:last-child { justify-content: flex-start; font-size: 14px; gap: 22px; }
  .section { padding-block: 65px; }
  .section-heading .eyebrow { font-size: 9px; letter-spacing: 1.2px; margin-bottom: 18px; }
  .section-heading > p:last-child { margin-top: 18px; font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .feature-card { padding: 25px; }
  .feature-display { height: 145px; font-size: 44px; }
  .interval-display { padding-top: 25px; }
  .feature-card p, .feature-card li { font-size: 14px; }
  .feature-card ul { margin-top: 20px; padding-top: 14px; }
  .health-note { align-items: flex-start; margin-top: 25px; }
  .health-note strong { display: block; margin-bottom: 4px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-list summary { font-size: 14px; }
  .closing { padding-block: 68px; }
  .closing .eyebrow { font-size: 9px; }
  .site-footer { flex-wrap: wrap; gap: 14px; }
  .footer-links { gap: 20px; }
  .site-footer > p { margin: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* The policy shares the marketing shell; its content is unchanged. */
.policy-main { min-height: 80vh; }
.policy-wrap { max-width: 820px; }
.policy-title { font-size: clamp(40px, 6vw, 64px); }
.policy-date { color: var(--muted); font-size: 13px; margin-top: 16px; }
.policy-card { margin-top: 40px; color: var(--muted); font-size: 15px; }
.policy-card h2 { font-size: 25px; color: var(--text); letter-spacing: -.6px; margin: 38px 0 16px; }
.policy-card h3 { font-size: 18px; color: var(--text); margin-top: 22px; }
.policy-card p, .policy-card ul { margin-bottom: 16px; }
.policy-card ul { padding-left: 22px; }
.policy-card li { margin-bottom: 8px; }
.policy-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
