.home{--bg:oklch(99% 0 0);--bg-warm:oklch(98.5% .005 60);--surface:oklch(100% 0 0);--surface-2:oklch(98% .003 60);--surface-sunken:oklch(96.5% .005 60);--ink:oklch(13% .005 60);--ink-2:oklch(28% .008 60);--ink-muted:oklch(46% .01 60);--ink-subtle:oklch(62% .01 60);--border:oklch(92% .005 60);--border-strong:oklch(85% .008 60);--accent:oklch(55% .19 27);--accent-2:oklch(62% .18 35);--accent-ink:oklch(36% .16 27);--accent-tint:oklch(97% .025 30);--gold:oklch(78% .13 80);--success:oklch(62% .14 155);--font-display:"Instrument Serif", Georgia, serif;--shadow-sm:0 1px 2px #0f0c080a, 0 1px 1px #0f0c0808;--shadow-md:0 12px 32px -8px #0f0c081a, 0 2px 6px #0f0c080d;--shadow-lg:0 30px 60px -20px #0f0c0824, 0 12px 24px -10px #0f0c0814;background:var(--bg-warm);color:var(--ink);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01", "cv11";letter-spacing:-.005em;isolation:isolate;min-height:100vh;line-height:1.5;position:relative}.home:before{content:"";pointer-events:none;z-index:-1;background-image:radial-gradient(circle at 20% 0,oklch(97% .04 30/.5),#0000 50%),radial-gradient(circle at 90% 5%,oklch(97% .03 60/.4),#0000 45%);position:fixed;inset:0}.home a{color:inherit;text-decoration:none}.home button{font:inherit;color:inherit;cursor:pointer}.home .wrap{max-width:1200px;margin:0 auto;padding:0 32px}.home .nav{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(140%);background:oklch(99% .003 60/.78);border-bottom:1px solid oklch(92% .005 60/.7);position:sticky;top:0}.home .nav-inner{align-items:center;gap:36px;height:64px;display:flex}.home .logo{letter-spacing:-.02em;align-items:center;gap:9px;font-size:15px;font-weight:600;display:flex}.home .logo-mark{background:var(--ink);width:26px;height:26px;color:var(--surface);font-family:var(--font-display);border-radius:6px;place-items:center;font-size:17px;font-style:italic;display:grid;position:relative;overflow:hidden}.home .logo-mark:after{content:"";background:linear-gradient(135deg, transparent 47%, var(--accent) 48%, var(--accent) 53%, transparent 54%);opacity:.6;position:absolute;inset:0}.home .logo-mark>span{z-index:1;position:relative}.home .nav-links{gap:4px;margin-left:12px;display:flex}.home .nav-links a{color:var(--ink-muted);border-radius:6px;padding:6px 12px;font-size:13.5px;font-weight:500;transition:color .12s}.home .nav-links a:hover{color:var(--ink)}.home .nav-cta{align-items:center;gap:8px;margin-left:auto;display:flex}.home .btn{letter-spacing:-.005em;background:var(--surface);height:36px;color:var(--ink);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:0 14px;font-size:13.5px;font-weight:500;transition:transform 80ms,box-shadow .12s,border-color .12s,background .12s;display:inline-flex}.home .btn:hover{border-color:var(--ink-muted)}.home .btn.primary{background:var(--ink);color:var(--bg);border-color:var(--ink)}.home .btn.primary:hover{background:oklch(22% .01 60)}.home .btn.accent{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:inset 0 1px oklch(42% .16 27),0 1px 2px #00000014}.home .btn.accent:hover{background:oklch(50% .19 27)}.home .btn.ghost{box-shadow:none;background:0 0;border-color:#0000}.home .btn.ghost:hover{background:var(--surface-2)}.home .btn.lg{border-radius:8px;height:44px;padding:0 20px;font-size:14.5px}.home .btn .arrow{width:14px;height:14px;transition:transform .18s;display:inline-block}.home .btn:hover .arrow{transform:translate(2px)}.home .hero{padding:64px 0 96px;position:relative}.home .hero-grid{grid-template-columns:minmax(0,540px) minmax(0,1fr);align-items:center;gap:56px;display:grid}.home .eyebrow{background:var(--surface);border:1px solid var(--border);color:var(--ink-2);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:4px 11px 4px 5px;font-size:12px;font-weight:500;display:inline-flex}.home .eyebrow .dot{background:var(--accent-tint);width:18px;height:18px;color:var(--accent-ink);border-radius:999px;place-items:center;font-size:10.5px;font-weight:600;display:grid}.home .eyebrow .arrow-mini{color:var(--ink-subtle);margin-left:4px}.home a.eyebrow:hover{border-color:var(--border-strong)}.home a.eyebrow:hover .arrow-mini{color:var(--ink-2)}.home .h1{letter-spacing:-.035em;color:var(--ink);margin:0 0 22px;font-size:clamp(40px,5vw,60px);font-weight:600;line-height:1.02}.home .h1 em{font-family:var(--font-display);color:var(--accent-ink);letter-spacing:-.02em;font-style:italic;font-weight:400}.home .lede{color:var(--ink-muted);text-wrap:pretty;max-width:480px;margin:0 0 28px;font-size:18px;line-height:1.55}.home .hero-ctas{align-items:center;gap:10px;display:flex}.home .hero-meta{color:var(--ink-subtle);align-items:center;gap:18px;margin-top:18px;font-size:12.5px;display:flex}.home .hero-meta .check{background:var(--success);color:#fff;border-radius:999px;place-items:center;width:14px;height:14px;font-size:9px;display:grid}.home .preview{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:14px;position:relative;overflow:hidden;transform:perspective(1800px)rotateX(2deg)rotateY(-4deg)}.home .preview:before{content:"";pointer-events:none;background:linear-gradient(135deg,oklch(100% 0 0/.5),#0000 30%);border-radius:14px;position:absolute;inset:-1px}.home .preview-chrome{background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:10px;height:36px;padding:0 14px;display:flex}.home .preview-dots{gap:6px;display:flex}.home .preview-dots span{background:oklch(85% .008 60);border-radius:999px;width:9px;height:9px}.home .preview-url{background:var(--surface);border:1px solid var(--border);font-size:11.5px;font-family:var(--font-mono);color:var(--ink-muted);border-radius:5px;flex:1;align-items:center;max-width:360px;margin:0 auto;padding:3px 10px;display:flex}.home .preview-url:before{content:"";border:1.4px solid var(--ink-subtle);border-radius:2px;width:9px;height:9px;margin-right:7px}.home .preview-body{padding:18px 22px 22px}.home .pv-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.home .pv-h{letter-spacing:-.015em;font-size:14px;font-weight:600}.home .pv-h-sub{color:var(--ink-subtle);margin-top:1px;font-size:11.5px}.home .pv-pill{background:var(--surface-2);border:1px solid var(--border);color:var(--ink-muted);border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:500}.home .pv-pill.live{color:oklch(42% .13 155);background:oklch(95% .04 155);border-color:oklch(85% .06 155)}.home .pv-pill.live:before{content:"";background:var(--success);border-radius:999px;width:6px;height:6px;margin-right:6px;animation:1.6s infinite home-pulse;display:inline-block}@keyframes home-pulse{0%,to{opacity:1}50%{opacity:.4}}.home .pv-kpis{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:14px;display:grid;overflow:hidden}.home .pv-kpi{background:var(--surface);padding:12px 13px}.home .pv-kpi-label{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-subtle);font-size:10.5px;font-weight:500}.home .pv-kpi-val{letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:2px;font-size:22px;font-weight:600}.home .pv-kpi-val .pct{color:var(--ink-muted);font-size:14px}.home .pv-kpi-delta{color:var(--success);font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.home .pv-kpi-delta.dn{color:var(--accent)}.home .pv-chart{background:linear-gradient(180deg, transparent 60%, oklch(97% .005 60) 100%), repeating-linear-gradient(0deg, transparent 0 24px, var(--border) 24px 25px);border:1px solid var(--border);border-radius:8px;height:100px;margin-bottom:14px;position:relative;overflow:hidden}.home .pv-chart svg{width:100%;height:100%;position:absolute;inset:0}.home .pv-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ink-subtle);margin-bottom:6px;font-size:11px;font-weight:500}.home .pv-list-row{border:1px solid var(--border);background:var(--surface);border-radius:7px;align-items:center;gap:10px;margin-top:8px;padding:9px 12px;display:flex}.home .pv-avatar{background:var(--surface-2);width:26px;height:26px;color:var(--ink-2);border:1px solid var(--border);border-radius:999px;place-items:center;font-size:10.5px;font-weight:600;display:grid}.home .pv-list-name{font-size:12.5px;font-weight:500}.home .pv-list-sub{color:var(--ink-subtle);font-size:11px}.home .pv-belt{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:2px 7px 2px 4px;font-size:11px;display:inline-flex}.home .pv-belt-sw{border-radius:1px;width:18px;height:7px}.home .pv-belt-stripes{gap:2px;margin-left:1px;display:inline-flex}.home .pv-belt-stripes i{background:oklch(85% .008 60);border-radius:1px;width:2px;height:7px;display:block}.home .section{padding:96px 0}.home .section.tight{padding:72px 0}.home .section.surface{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home .section-eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--accent-ink);margin-bottom:14px;font-size:11.5px;font-weight:500}.home .section-eyebrow.center{text-align:center}.home .section-title{letter-spacing:-.025em;text-wrap:balance;margin:0 0 16px;font-size:clamp(30px,3.4vw,42px);font-weight:600;line-height:1.1}.home .section-title em{font-family:var(--font-display);color:var(--accent-ink);letter-spacing:-.015em;font-style:italic;font-weight:400}.home .section-lede{color:var(--ink-muted);text-wrap:pretty;max-width:620px;margin:0 0 48px;font-size:17px;line-height:1.55}.home .section-head-narrow{max-width:720px;margin-bottom:48px}.home .section-head-center{text-align:center;max-width:620px;margin:0 auto 36px}.home .triptych{background:var(--border);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.home .tri-card{background:var(--surface);flex-direction:column;min-height:280px;padding:28px 24px;display:flex}.home .tri-icon{background:var(--accent-tint);width:36px;height:36px;color:var(--accent-ink);border-radius:8px;place-items:center;margin-bottom:18px;display:grid}.home .tri-h{letter-spacing:-.015em;margin:0 0 8px;font-size:18px;font-weight:600}.home .tri-p{color:var(--ink-muted);margin:0 0 auto;font-size:14.5px;line-height:1.55}.home .tri-link{color:var(--ink);align-items:center;gap:5px;margin-top:16px;font-size:13px;font-weight:500;display:inline-flex}.home .tri-link svg{transition:transform .18s}.home .tri-link:hover svg{transform:translate(2px)}.home .feature{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.home .feature.flip{direction:rtl}.home .feature.flip>*{direction:ltr}.home .f-text{padding:8px 0}.home .f-h{letter-spacing:-.025em;text-wrap:balance;margin:0 0 14px;font-size:clamp(26px,2.6vw,34px);font-weight:600;line-height:1.15}.home .f-h em{font-family:var(--font-display);color:var(--accent-ink);font-style:italic;font-weight:400}.home .f-p{color:var(--ink-muted);text-wrap:pretty;max-width:480px;margin:0 0 22px;font-size:16px;line-height:1.6}.home .f-list{margin:0;padding:0;list-style:none}.home .f-list li{border-top:1px solid var(--border);color:var(--ink-2);gap:12px;padding:10px 0;font-size:14px;line-height:1.5;display:flex}.home .f-list li:last-child{border-bottom:1px solid var(--border)}.home .f-list li strong{color:var(--ink);font-weight:600}.home .f-list .f-dot{background:var(--accent);border-radius:999px;flex-shrink:0;width:6px;height:6px;margin-top:8px}.home .f-visual{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:12px;min-height:360px;padding:22px;position:relative}.home .f-visual.no-pad{padding:0;overflow:hidden}.home .members-head{background:var(--surface-sunken);border-bottom:1px solid var(--border);color:var(--ink-muted);gap:14px;padding:12px 16px;font-size:12.5px;font-weight:500;display:flex}.home .members-head .strong{color:var(--ink);font-weight:600}.home .members-list{gap:6px;padding:16px;display:grid}.home .member-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;grid-template-columns:28px 1fr auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.home .member-row.warn{border-color:oklch(85% .08 35);box-shadow:0 0 0 3px oklch(97% .03 30)}.home .member-row .mr-name{font-size:13px;font-weight:600}.home .member-row .mr-sub{color:var(--ink-subtle);font-size:11.5px}.home .pill-tag{white-space:nowrap;border-radius:999px;margin-left:4px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.home .pill-tag.at-risk{color:var(--accent-ink);background:var(--accent-tint)}.home .pill-tag.ready{color:oklch(42% .13 155);background:oklch(95% .04 155)}.home .status-pill{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:500}.home .status-pill.active{color:oklch(42% .13 155);background:oklch(95% .04 155)}.home .status-pill.trial{color:oklch(42% .14 245);background:oklch(95% .05 245)}.home .btn-mini{height:28px;padding:0 10px;font-size:11.5px}.home .schedule-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:50px repeat(5,1fr);gap:1px;font-size:11px;display:grid;overflow:hidden}.home .schedule-grid .sg-cell{background:var(--surface);padding:4px}.home .schedule-grid .sg-head{background:var(--surface);color:var(--ink-2);text-align:center;padding:8px 6px;font-weight:600}.home .schedule-grid .sg-time{background:var(--surface);color:var(--ink-subtle);text-align:right;font-variant-numeric:tabular-nums;padding:6px 4px;font-size:10px}.home .sg-block{border-radius:4px;padding:6px 7px;font-weight:600;line-height:1.2}.home .sg-block-sub{opacity:.85;font-size:10px;font-weight:400}.home .sg-block.fundamentals{background:var(--accent-tint);color:var(--accent-ink)}.home .sg-block.advanced{color:oklch(40% .14 245);background:oklch(95% .05 245)}.home .sg-block.openmat{color:oklch(40% .13 155);background:oklch(95% .04 155)}.home .schedule-legend{color:var(--ink-muted);gap:16px;margin-top:14px;font-size:11px;display:flex}.home .legend-item{align-items:center;gap:6px;display:flex}.home .legend-sw{border-radius:2px;width:9px;height:9px}.home .billing-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.home .billing-mrr-label{color:var(--ink-subtle);text-transform:uppercase;letter-spacing:.08em;font-size:11.5px;font-weight:500}.home .billing-mrr-val{font-size:32px;font-family:var(--font-display);margin-top:2px;font-style:italic;line-height:1}.home .billing-mrr-delta{color:oklch(42% .13 155);margin-top:4px;font-size:12px;font-weight:500}.home .billing-toggle{gap:6px;display:flex}.home .billing-toggle .pv-pill.active{background:var(--ink);color:var(--bg);border-color:var(--ink)}.home .billing-bars{border-bottom:1px solid var(--border);align-items:flex-end;gap:6px;height:130px;margin-bottom:14px;padding-bottom:8px;display:flex}.home .billing-bar{background:linear-gradient(180deg, var(--accent-tint), oklch(93% .03 30));border-radius:3px 3px 0 0;flex:1}.home .billing-bar.recent{background:linear-gradient(180deg, var(--accent), var(--accent-2))}.home .billing-bar.peak{position:relative}.home .billing-bar-label{color:var(--accent-ink);white-space:nowrap;font-size:11px;font-weight:600;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.home .billing-axis{color:var(--ink-subtle);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:-8px;margin-bottom:18px;font-size:10.5px;display:flex}.home .billing-section-label{color:var(--ink-subtle);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11.5px;font-weight:500}.home .billing-invoices{gap:4px;display:grid}.home .invoice-row{grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:6px 4px;font-size:12px;display:grid}.home .invoice-row .amount{font-variant-numeric:tabular-nums;color:var(--ink-2)}.home .invoice-row .pill{border-radius:999px;padding:2px 7px;font-size:10.5px;font-weight:500}.home .invoice-row .pill.paid{color:oklch(42% .13 155);background:oklch(95% .04 155)}.home .invoice-row .pill.retry{background:var(--accent-tint);color:var(--accent-ink)}.home .stats-band{background:var(--ink);color:var(--bg);padding:64px 0;position:relative;overflow:hidden}.home .stats-band:before{content:"";background:radial-gradient(circle at 25% 30%,oklch(32% .12 27/.6),#0000 50%),radial-gradient(circle at 75% 80%,oklch(28% .14 35/.5),#0000 55%);position:absolute;inset:0}.home .stats-band>*{position:relative}.home .stats-band-head{text-align:center;max-width:620px;margin:0 auto 36px}.home .stats-band-eyebrow{text-transform:uppercase;letter-spacing:.13em;color:oklch(65% .05 30);margin-bottom:12px;font-size:11.5px;font-weight:500}.home .stats-band-title{letter-spacing:-.025em;margin:0;font-size:clamp(28px,3vw,36px);font-weight:600;line-height:1.15}.home .stats-band-title em{font-family:var(--font-display);color:oklch(85% .13 35);font-style:italic;font-weight:400}.home .box-grid{background:oklch(25% .008 60);border:1px solid oklch(25% .008 60);border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;display:grid;overflow:hidden}.home .box-item{background:var(--ink);padding:22px 24px}.home .box-item-h{letter-spacing:-.01em;color:var(--bg);margin-bottom:6px;font-size:14.5px;font-weight:600}.home .box-item-p{color:oklch(70% .01 60);font-size:13px;line-height:1.5}.home .stats-band-foot{text-align:center;color:oklch(65% .01 60);margin-top:40px;font-size:13px}.home .quote{max-width:880px;margin:0 auto}.home .quote-text{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);text-wrap:balance;margin:0 0 32px;font-size:clamp(28px,3.2vw,38px);font-style:italic;font-weight:400;line-height:1.22}.home .quote-text:before{content:"“";color:var(--accent);margin-right:6px;font-size:1.2em;line-height:0}.home .quote-author{align-items:center;gap:14px;display:flex}.home .quote-avatar{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,oklch(70% .06 30),oklch(55% .1 50));border-radius:999px;place-items:center;width:48px;height:48px;font-size:16px;font-weight:600;display:grid}.home .quote-name{letter-spacing:-.01em;font-size:14.5px;font-weight:600}.home .quote-meta{color:var(--ink-muted);margin-top:1px;font-size:13px}.home .pricing-head{text-align:center;margin-bottom:48px}.home .pricing-head .section-lede{margin-left:auto;margin-right:auto}.home .pricing-grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:16px;max-width:780px;margin-inline:auto;display:grid}.home .plan{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;padding:28px 26px;display:flex;position:relative}.home .plan.featured{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink), var(--shadow-md)}.home .plan-name{letter-spacing:-.005em;margin-bottom:4px;font-size:14.5px;font-weight:600}.home .plan-desc{color:var(--ink-muted);min-height:36px;margin-bottom:22px;font-size:13px}.home .plan-price{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.home .plan-price .currency{color:var(--ink-muted);align-self:flex-start;margin-top:8px;font-size:18px;font-weight:500}.home .plan-price .num{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);font-size:56px;font-style:italic;font-weight:400;line-height:1}.home .plan-price .num.custom{font-size:38px}.home .plan-price .per{color:var(--ink-muted);margin-left:4px;font-size:13px}.home .plan-billing{color:var(--ink-subtle);margin-bottom:22px;font-size:12px}.home .plan-cta{margin-bottom:22px}.home .plan-cta .btn{justify-content:center;width:100%}.home .plan-feat-h{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-subtle);margin-bottom:10px;font-size:11.5px;font-weight:500}.home .plan-feats{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.home .plan-feats li{color:var(--ink-2);gap:9px;font-size:13.5px;line-height:1.4;display:flex}.home .plan-feats li:before{content:"";border-left:1.6px solid var(--success);border-bottom:1.6px solid var(--success);flex-shrink:0;width:13px;height:8px;margin-top:6px;transform:rotate(-45deg)translate(2px,-1px)}.home .plan-badge{background:var(--ink);color:var(--bg);text-transform:uppercase;letter-spacing:.1em;border-radius:999px;padding:4px 9px;font-size:10.5px;font-weight:600;position:absolute;top:-10px;left:26px}.home .pricing-foot{text-align:center;color:var(--ink-muted);margin-top:28px;font-size:13px}.home .pricing-foot a{color:var(--ink);border-bottom:1px solid var(--border-strong)}.home .faq{max-width:760px;margin:0 auto}.home .faq-q{border-top:1px solid var(--border);padding:22px 0}.home .faq-q:last-child{border-bottom:1px solid var(--border)}.home .faq-q summary{cursor:pointer;letter-spacing:-.01em;color:var(--ink);align-items:center;gap:16px;font-size:16px;font-weight:500;list-style:none;display:flex}.home .faq-q summary::-webkit-details-marker{display:none}.home .faq-q summary:after{content:"";border-right:1.6px solid var(--ink-muted);border-bottom:1.6px solid var(--ink-muted);width:11px;height:11px;margin-left:auto;transition:transform .2s;transform:rotate(45deg)}.home .faq-q[open] summary:after{transform:rotate(-135deg)}.home .faq-a{color:var(--ink-muted);max-width:620px;padding:14px 0 0 32px;font-size:14.5px;line-height:1.6}.home .cta-final{text-align:center;padding:110px 0}.home .cta-final .h1{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-size:clamp(36px,4.5vw,54px)}.home .cta-final .lede{text-align:center;max-width:560px;margin:0 auto 32px;font-size:17px}.home .cta-final .hero-ctas,.home .cta-final .hero-meta{justify-content:center}.home .footer{border-top:1px solid var(--border);background:var(--surface);padding:56px 0 36px}.home .footer-grid{grid-template-columns:minmax(0,320px) repeat(3,minmax(0,150px));justify-content:start;gap:24px;margin-bottom:36px;display:grid}.home .footer-col-h{text-transform:uppercase;letter-spacing:.13em;color:var(--ink-subtle);margin-bottom:14px;font-size:11px;font-weight:600}.home .footer-col a{color:var(--ink-muted);padding:4px 0;font-size:13.5px;display:block}.home .footer-col a:hover{color:var(--ink)}.home .footer-blurb{color:var(--ink-muted);max-width:280px;margin-top:12px;font-size:13px;line-height:1.55}.home .footer-bottom{border-top:1px solid var(--border);color:var(--ink-subtle);align-items:center;padding-top:24px;font-size:12.5px;display:flex}@media (width<=920px){.home .hero-grid,.home .feature,.home .pricing-grid,.home .triptych,.home .footer-grid{grid-template-columns:1fr}.home .nav-links{display:none}.home .feature.flip{direction:ltr}.home .nav-cta .btn.ghost{display:none}}.home .nav-menu{display:none;position:relative}.home .nav-menu>summary{cursor:pointer;border-radius:8px;place-items:center;width:40px;height:40px;list-style:none;display:grid}.home .nav-menu>summary::-webkit-details-marker{display:none}.home .nav-menu>summary:hover{background:var(--surface-sunken)}.home .nav-menu-bars,.home .nav-menu-bars:before,.home .nav-menu-bars:after{background:var(--ink-2);border-radius:2px;width:18px;height:1.5px;display:block}.home .nav-menu-bars{position:relative}.home .nav-menu-bars:before,.home .nav-menu-bars:after{content:"";position:absolute;left:0}.home .nav-menu-bars:before{top:-5px}.home .nav-menu-bars:after{top:5px}.home .nav-menu-panel{z-index:60;background:var(--surface);border:1px solid var(--border);min-width:210px;box-shadow:var(--shadow-lg);border-radius:12px;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.home .nav-menu-panel a{color:var(--ink-2);border-radius:8px;padding:10px 12px;font-size:14.5px;font-weight:500}.home .nav-menu-panel a:hover{background:var(--surface-sunken);color:var(--ink)}.home .nav-menu-cta{text-align:center;background:var(--accent);color:oklch(99% 0 0);margin-top:4px}.home .nav-menu-cta:hover{background:var(--accent);color:oklch(99% 0 0);filter:brightness(1.06)}@media (width<=920px){.home .nav-menu{display:block}}@media (pointer:coarse){.home .btn,.home .logo,.home .tri-link,.home .faq-q summary,.home .pricing-foot a,.home .nav-links a,.home .footer-col a{min-height:44px}.home .footer-col a{align-items:center;display:inline-flex}}@media (width<=620px){.home .wrap{padding:0 20px}.home .btn{white-space:nowrap;padding:0 12px}.home .hero{padding:40px 0 64px}.home .h1{font-size:clamp(32px,9vw,46px)}.home .hero-grid,.home .feature,.home .triptych,.home .pricing-grid{gap:32px}.home .footer-grid{gap:28px}.home .f-visual{min-height:0;padding:16px}.home .f-visual .schedule-grid{min-width:460px}.home .f-visual:has(.schedule-grid){overscroll-behavior-x:contain;overflow-x:auto}.home .pv-kpis{grid-template-columns:repeat(2,1fr)}.home .members-list{padding:12px}.home .member-row{grid-template-columns:28px 1fr;row-gap:8px}.home .member-row>:nth-child(n+3){grid-column:2;justify-self:start}.home .cmp-table{font-size:13px}.home .cmp-table th,.home .cmp-table td{padding:8px 10px}}.home .cmp-lede{max-width:62ch;color:var(--ink-soft,inherit);margin-top:12px;font-size:17px;line-height:1.6}.home .cmp-note{opacity:.85;max-width:62ch;margin:10px 0 14px;font-size:14.5px;line-height:1.55}.home .cmp-scroll{overscroll-behavior-x:contain;overflow-x:auto}.home .cmp-table{border-collapse:collapse;background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;font-size:14.5px}.home .cmp-table th,.home .cmp-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:10px 14px}.home .cmp-table thead th{text-transform:uppercase;letter-spacing:.05em;background:var(--bg-warm);font-size:12.5px}.home .cmp-table tbody tr:last-child td{border-bottom:none}.home .cmp-quotes{gap:14px;margin-top:14px;display:grid}.home .cmp-quote{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--bg);border-radius:10px;margin:0;padding:16px 18px}.home .cmp-quote p{margin:0 0 8px;font-size:15.5px;line-height:1.55}.home .cmp-quote cite{opacity:.7;font-size:12.5px;font-style:normal}.home .cmp-cta{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.home .legal-effective{color:var(--ink-muted);margin-top:10px;font-size:13.5px}.home .legal-body{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:48px;display:grid}.home .legal-toc{gap:7px;font-size:13.5px;display:grid;position:sticky;top:88px}.home .legal-toc-h{text-transform:uppercase;letter-spacing:.13em;color:var(--ink-subtle);margin-bottom:3px;font-size:11.5px;font-weight:500}.home .legal-toc a{color:var(--ink-muted);line-height:1.35}.home .legal-toc a:hover{color:var(--accent-ink)}.home .legal-sec{scroll-margin-top:88px}.home .legal-sec+.legal-sec{margin-top:40px}.home .legal-h2{letter-spacing:-.02em;margin:0 0 12px;font-size:21px;font-weight:600}.home .legal-p{max-width:68ch;color:var(--ink-2);margin:0 0 12px;font-size:15.5px;line-height:1.65}.home .legal-list{max-width:68ch;color:var(--ink-2);gap:7px;margin:0 0 12px;padding-left:20px;font-size:15.5px;line-height:1.6;list-style:outside;display:grid}.home .legal-sec .cmp-scroll{margin-bottom:12px}@media (width<=920px){.home .legal-body{grid-template-columns:1fr;gap:28px}.home .legal-toc{position:static}}
