:root{--bg-void: #0a0a0c;--bg-band: #0d0d10;--bg-panel: #16161a;--bg-panel-raised: #1e1e23;--border-subtle: #2a2a30;--border-strong: #3a3a44;--accent-crimson: #e0263b;--accent-crimson-lit: #ff3b52;--accent-border: rgba(224, 38, 59, .3);--text-primary: #f2f2f4;--text-muted: #9a9aa2;--text-faint: #64646c;--green: #2ecc71;--green-border: rgba(46, 204, 113, .28);--radius: 10px;--radius-lg: 16px;--font-display: "Saira Condensed", "Arial Narrow", Arial, sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg-void);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}body{overflow-x:hidden}a{color:var(--accent-crimson-lit);text-decoration:none}a:hover{color:var(--accent-crimson)}h1,h2,h3{margin:0;font-family:var(--font-display)}p{margin:0}img{max-width:100%}.page{position:relative;min-height:100vh}.page:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(900px 500px at 12% -10%,rgba(224,38,59,.12),transparent 70%),radial-gradient(700px 500px at 100% 0%,rgba(80,90,160,.08),transparent 70%)}.page>*{position:relative}.container{max-width:1160px;margin:0 auto;padding-left:40px;padding-right:40px}.nav{display:flex;align-items:center;justify-content:space-between;padding-top:26px;padding-bottom:26px}.nav-brand{display:flex;align-items:center;gap:12px;color:var(--text-primary)}.nav-brand:hover{color:var(--text-primary)}.nav-brand img{width:34px;height:34px;border-radius:8px;display:block}.nav-brand span{font-family:var(--font-display);font-size:23px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:30px;font-size:15px}.nav-links a{color:var(--text-muted)}.nav-links a:hover{color:var(--text-primary)}.nav-toggle{display:none;background:none;border:none;padding:10px;cursor:pointer;color:var(--text-muted)}.nav-sheet{display:none}@media(max-width:760px){.nav-links{display:none}.nav-toggle{display:block}.nav-sheet{display:flex;flex-direction:column;gap:4px;padding:8px 20px 20px;border-bottom:1px solid var(--border-subtle);background:var(--bg-band)}.nav-sheet a{color:var(--text-muted);font-size:17px;padding:12px 4px;min-height:44px;display:flex;align-items:center}}.eyebrow{font-family:var(--font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-crimson)}.eyebrow.green{color:var(--green)}.section-head{display:flex;flex-direction:column;gap:18px;max-width:34em}.section-head h2{font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.03;letter-spacing:-.01em}.section-head p{font-size:clamp(16px,2vw,18px);line-height:1.65;color:var(--text-muted);text-wrap:pretty}.panel{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius)}.band{background:var(--bg-band);border-top:1px solid var(--bg-panel-raised);border-bottom:1px solid var(--bg-panel-raised)}.phone{padding:7px;border:1px solid var(--border-subtle);border-radius:34px;background:var(--bg-panel);box-shadow:0 30px 80px #000000a6;display:inline-block}.phone img{display:block;width:min(300px,72vw);border-radius:28px}.phone.small img{width:min(268px,68vw)}.phone-well{display:flex;justify-content:center}.store-cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.store-cta.centered{align-items:center}.store-badge-wrap{filter:blur(4px) saturate(.8);opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none}.store-badge{display:inline-flex;align-items:center;gap:14px;padding:15px 30px;border-radius:12px;background:var(--text-primary);color:var(--bg-void)}.store-badge .lines{display:flex;flex-direction:column;gap:1px;text-align:left}.store-badge .small{font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.store-badge .big{font-family:var(--font-display);font-size:25px;font-weight:700;line-height:1}.store-note{font-size:14px;color:var(--text-faint)}.hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:center;padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(56px,7vw,96px)}.hero-copy{display:flex;flex-direction:column;gap:28px;align-items:flex-start}.hero-chip{display:flex;align-items:center;gap:10px;padding:7px 13px;border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-panel)}.hero-chip .dot{width:7px;height:7px;border-radius:999px;background:var(--green)}.hero-chip span:last-child{font-family:var(--font-mono);font-size:12px;letter-spacing:.09em;color:var(--text-muted)}.hero h1{font-size:clamp(46px,6.5vw,78px);font-weight:800;line-height:.97;letter-spacing:-.015em;text-wrap:balance}.hero-copy>p{font-size:clamp(17px,2vw,20px);line-height:1.6;color:var(--text-muted);max-width:30em;text-wrap:pretty}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:44px}}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding-bottom:clamp(64px,8vw,110px)}.stat-card{display:flex;flex-direction:column;gap:8px;padding:26px 24px}.stat-card .value{font-size:34px;font-weight:600;font-variant-numeric:tabular-nums}.stat-card .value.green{color:var(--green)}.stat-card.highlight{border-color:var(--green-border)}.stat-card .caption{font-size:14px;color:var(--text-muted)}@media(max-width:900px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.predict{padding-bottom:clamp(64px,8vw,120px)}.predict .section-head{margin-bottom:56px}.predict-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.predict-card{display:flex;flex-direction:column;gap:26px;padding:34px;border-radius:var(--radius-lg)}.predict-card .copy{display:flex;flex-direction:column;gap:12px;flex-grow:1}.predict-card h3{font-size:30px;font-weight:700}.predict-card .copy>p{font-size:16px;line-height:1.65;color:var(--text-muted)}.chip-row{display:flex;flex-wrap:wrap;gap:8px;padding-top:6px}.chip{padding:6px 12px;font-size:13px;color:var(--text-muted);background:var(--bg-panel-raised);border:1px solid var(--border-subtle);border-radius:999px}.question-card{display:flex;flex-direction:column;gap:10px;margin-top:28px;padding:30px 34px;border-radius:var(--radius-lg)}.question-card h3{font-size:26px;font-weight:700}.question-card p{font-size:16px;line-height:1.65;color:var(--text-muted);max-width:62em}@media(max-width:900px){.predict-grid{grid-template-columns:1fr}.predict-card,.question-card{padding:24px 22px}}.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:72px;align-items:center;padding-top:clamp(56px,8vw,110px);padding-bottom:clamp(56px,8vw,110px)}.split-copy{display:flex;flex-direction:column;gap:20px}.split-copy h2{font-size:clamp(36px,5vw,54px);font-weight:700;line-height:1.03;letter-spacing:-.01em}.split-copy>p{font-size:clamp(16px,2vw,18px);line-height:1.65;color:var(--text-muted);text-wrap:pretty}@media(max-width:900px){.split{grid-template-columns:1fr;gap:40px}.split .phone-well{order:1}.split .split-copy{order:0}}.bullet-list{display:flex;flex-direction:column;gap:12px;padding-top:8px}.bullet{display:flex;align-items:flex-start;gap:12px}.bullet .dot{width:6px;height:6px;margin-top:9px;border-radius:999px;background:var(--accent-crimson);flex-shrink:0}.bullet p{font-size:16px;line-height:1.6;color:var(--text-muted)}.provider-stack{display:flex;flex-direction:column;gap:14px;padding-top:10px}.provider-card{display:flex;flex-direction:column;gap:6px;padding:22px 24px}.provider-card.accent{border-color:var(--accent-border)}.provider-card .title-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.provider-card h3{font-size:22px;font-weight:700}.provider-card .tag{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.provider-card .tag.crimson{color:var(--accent-crimson-lit)}.provider-card p{font-size:15px;line-height:1.6;color:var(--text-muted)}.plan-stack{display:flex;flex-direction:column;gap:10px;padding-top:10px}.plan-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px}.plan-row.accent{border-color:var(--accent-border)}.plan-row .name{font-size:18px;font-weight:600}.plan-row .blurb{font-size:14px;color:var(--text-muted)}.plan-row .price{font-size:20px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.fine-print{font-size:13px;line-height:1.6;color:var(--text-faint);padding-top:4px}.honesty{padding-top:clamp(64px,8vw,120px)}.honesty .section-head{margin-bottom:48px}.honesty-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.honesty-card{display:flex;flex-direction:column;gap:9px;padding:28px 30px}.honesty-card.accent{border-color:var(--accent-border)}.honesty-card h3{font-size:21px;font-weight:700}.honesty-card p{font-size:15px;line-height:1.65;color:var(--text-muted)}.honesty-card strong{color:var(--text-primary);font-weight:600}@media(max-width:900px){.honesty-grid{grid-template-columns:1fr;gap:12px}}.privacy-panel{display:flex;flex-direction:column;gap:28px;margin-top:clamp(56px,7vw,100px);padding:clamp(28px,5vw,52px) clamp(22px,5vw,56px);border-radius:var(--radius-lg)}.privacy-panel .head{display:flex;flex-direction:column;gap:16px;max-width:42em}.privacy-panel .head h2{font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.05}.privacy-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.privacy-col{display:flex;flex-direction:column;gap:8px}.privacy-col h3{font-family:var(--font-body);font-size:18px;font-weight:600}.privacy-col p{font-size:15px;line-height:1.65;color:var(--text-muted)}.privacy-panel>p{font-size:15px;color:var(--text-muted)}@media(max-width:900px){.privacy-cols{grid-template-columns:1fr;gap:22px}}.closing{display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center;padding-top:clamp(72px,9vw,120px);padding-bottom:clamp(72px,9vw,120px)}.closing h2{font-size:clamp(38px,5.5vw,62px);font-weight:800;line-height:1;letter-spacing:-.015em;max-width:16em}.closing>p{font-size:clamp(16px,2vw,18px);line-height:1.6;color:var(--text-muted);max-width:34em}.footer{border-top:1px solid var(--bg-panel-raised);background:var(--bg-band)}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-top:52px;padding-bottom:52px;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-brand .row{display:flex;align-items:center;gap:11px}.footer-brand img{width:28px;height:28px;border-radius:7px;display:block}.footer-brand .name{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.footer-brand p{font-size:14px;color:var(--text-faint)}.footer-cols{display:flex;gap:64px;flex-wrap:wrap}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col .head{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}.footer-col a{font-size:15px;color:var(--text-muted);padding:3px 0}.footer-col a:hover{color:var(--text-primary)}@media(max-width:760px){.footer-cols{gap:40px}}.legal-header{display:flex;flex-direction:column;gap:22px;max-width:30em;padding-top:clamp(40px,6vw,64px)}.legal-header h1{font-size:clamp(42px,5.5vw,68px);font-weight:800;line-height:.98;letter-spacing:-.015em}.legal-header p{font-size:clamp(16px,2vw,18px);line-height:1.65;color:var(--text-muted)}.legal-cards{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}.legal-card{display:flex;flex-direction:column;gap:5px;padding:20px 26px;min-width:min(260px,100%)}.legal-card:hover{border-color:var(--border-strong)}.legal-card .title{font-size:17px;font-weight:600;color:var(--text-primary)}.legal-card .meta{font-family:var(--font-mono);font-size:13px;color:var(--text-faint)}.doc{display:flex;flex-direction:column;gap:20px;padding:clamp(28px,5vw,56px) clamp(22px,5vw,64px);border-radius:var(--radius-lg);max-width:860px;margin-top:clamp(36px,5vw,56px);scroll-margin-top:24px}.doc-title{padding-bottom:18px;border-bottom:1px solid var(--border-subtle)}.doc-title h2{font-size:clamp(34px,4vw,46px);font-weight:700;line-height:1.02}.doc-title .meta{font-family:var(--font-mono);font-size:13px;color:var(--text-faint);margin-top:10px}.doc h3{font-size:clamp(25px,3vw,30px);font-weight:700;line-height:1.1;margin-top:22px}.doc p,.doc li{font-size:16px;line-height:1.72;color:var(--text-muted);overflow-wrap:break-word}.doc strong{color:var(--text-primary);font-weight:600}.doc ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.doc li{position:relative;padding-left:19px}.doc li:before{content:"";position:absolute;left:0;top:11px;width:5px;height:5px;border-radius:999px;background:var(--accent-crimson)}.legal-footer-pad{padding-bottom:clamp(64px,8vw,96px)}@media(max-width:640px){.container{padding-left:20px;padding-right:20px}}.support-grid{margin-top:clamp(36px,5vw,56px)}.contact-card{display:flex;flex-direction:column;gap:12px;margin-top:clamp(28px,4vw,40px);padding:clamp(24px,4vw,40px);border-radius:var(--radius-lg)}.contact-card h2{font-size:clamp(26px,3vw,32px);font-weight:700}.contact-card p{font-size:16px;line-height:1.7;color:var(--text-muted);max-width:60em}
