*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--egg:#f3ede3;--egg2:#ede6d9;--card:#fdfaf5;--ink:#1a1510;--ink-55:#1a15108c;--ink-30:#1a15104d;--ink-10:#1a151014;--blue:#0284c7;--blue-l:#e0f4ff;--blue-m:#0284c71a;--dark:#131007;--border:#1a15101a}html{background:var(--egg);height:100%}body{color:var(--ink);-webkit-font-smoothing:antialiased;height:100%;font-family:DM Sans,sans-serif;overflow:hidden}.fixedSection{backface-visibility:hidden;position:fixed;inset:0;overflow:hidden;transform:translateY(100%)translateZ(0)}.firstSection{transform:translateY(0)translateZ(0)}.frostPane{pointer-events:none;z-index:50;position:absolute;inset:0}.wrap{max-width:1120px;margin:0 auto;padding:0 2rem}.sectionInner{flex-direction:column;justify-content:flex-start;height:100%;padding:7rem 0;display:flex;overflow:hidden}.sectionInner.ctaPadding{justify-content:space-between;padding:5rem 0 0}.chip{letter-spacing:.18em;text-transform:uppercase;background:var(--ink);color:#fff;border-radius:4px;align-items:center;margin-bottom:1.6rem;padding:.28rem .8rem;font-size:.62rem;font-weight:700;display:inline-flex}.chip.blue{background:var(--blue)}.chip.outline{color:var(--ink-55);border:1px solid var(--border);background:0 0}.secTitle{letter-spacing:-.04em;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:800;line-height:1.08}.secTitle .serif{color:var(--blue);letter-spacing:-.01em;font-family:Instrument Serif,serif;font-style:italic;font-weight:400}.nav{z-index:200;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#f3ede3d1;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navLogo{letter-spacing:-.04em;color:var(--ink);font-size:1.2rem;font-weight:800;text-decoration:none}.navLogo span{color:var(--blue)}.navRight{align-items:center;gap:.7rem;display:flex}.navLink{color:var(--ink-55);font-size:.81rem;font-weight:500;text-decoration:none;transition:color .18s}.navLink:hover{color:var(--ink)}.navSep{background:var(--border);width:1px;height:14px}.btnNav{color:#fff;background:var(--ink);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.1rem;font-family:inherit;font-size:.81rem;font-weight:700;transition:background .2s,transform .15s}.btnNav:hover{background:var(--blue);transform:translateY(-1px)}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:6rem;padding-bottom:3rem;display:flex;overflow:hidden}.hero:before{content:"";z-index:0;background-image:radial-gradient(circle,#1a15101a 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%)}.heroBgText{letter-spacing:-.06em;color:#1a15100a;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none;font-size:clamp(12rem,22vw,22rem);font-weight:800;line-height:1;position:absolute;bottom:-.15em;right:-.05em}.heroInner{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid;position:relative}.heroEyebrow{align-items:center;gap:.7rem;margin-bottom:1.4rem;display:flex}.heroDot{background:var(--blue);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.heroEyebrowText{color:var(--ink-55);letter-spacing:.06em;font-size:.75rem;font-weight:600}.h1{letter-spacing:-.045em;margin-bottom:1.6rem;font-size:clamp(3rem,5.5vw,5rem);font-weight:800;line-height:1.02}.h1 .serif{color:var(--blue);letter-spacing:-.02em;font-family:Instrument Serif,serif;font-style:italic;font-weight:400}.heroSub{color:var(--ink-55);max-width:420px;margin-bottom:2.4rem;font-size:1.05rem;line-height:1.7}.heroActions{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}.btnPrimary{color:#fff;background:var(--ink);cursor:pointer;border:none;border-radius:10px;padding:.9rem 2rem;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-block}.btnPrimary:hover{background:var(--blue);transform:translateY(-2px);box-shadow:0 8px 28px #0284c738}.btnGhost{color:var(--ink-55);align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .18s;display:inline-flex}.btnGhost:hover{color:var(--ink)}.btnGhost .arr{transition:transform .18s;display:inline-block}.btnGhost:hover .arr{transform:translate(3px)}.heroCardWrap{position:relative}.heroCardWrap:before{content:"";z-index:0;background:radial-gradient(#0284c71f 0%,#0000 70%);border-radius:50%;position:absolute;inset:-30px}.heroCard{z-index:1;background:var(--card);border:1px solid var(--border);border-radius:20px;position:relative;overflow:hidden;box-shadow:inset 0 2px #fffc,0 20px 60px #1a15101f}.hcBar{background:var(--egg2);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.hcDot{border-radius:50%;width:9px;height:9px}.hcDot.r{background:#ff5f57}.hcDot.y{background:#febc2e}.hcDot.g{background:#28c840}.hcUrl{color:var(--ink-30);margin-left:.5rem;font-family:DM Mono,monospace;font-size:.68rem}.hcBody{flex-direction:column;gap:.9rem;padding:1.3rem;display:flex}.hcPrompt{background:var(--egg2);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.hcCursor{background:var(--blue);width:8px;height:8px;box-shadow:0 0 0 3px var(--blue-m);border-radius:50%;flex-shrink:0;margin-top:.3rem}.hcPromptText{color:var(--ink-55);font-size:.82rem;line-height:1.55}.hcRunning{color:var(--ink-30);align-items:center;gap:.6rem;font-family:DM Mono,monospace;font-size:.74rem;display:flex}.hcSpinner{border:1.5px solid var(--border);border-top-color:var(--blue);border-radius:50%;width:12px;height:12px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hcResult{background:linear-gradient(135deg,#e8f7ff 0%,#eef8ff 100%);border:1px solid #0284c72e;border-radius:12px;padding:1.1rem 1.2rem}.hcResultLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.6rem;font-weight:700;display:flex}.hcResultLabel:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hcResultText{color:#0369a1;font-family:DM Mono,monospace;font-size:.77rem;line-height:1.65}.hcStats{border-top:1px solid #0284c71f;gap:1.4rem;margin-top:1rem;padding-top:.8rem;display:flex}.hcStat{color:var(--ink-55);font-size:.7rem}.hcStat strong{letter-spacing:-.03em;color:var(--ink);font-size:1.05rem;font-weight:700;display:block}.hcActions{gap:.5rem;display:flex}.hca{cursor:default;border:none;border-radius:8px;flex:1;padding:.65rem;font-family:inherit;font-size:.78rem;font-weight:600}.hca.p{background:var(--ink);color:#fff}.hca.s{color:var(--ink-55);border:1px solid var(--border);background:0 0}.pain{background:var(--egg);border-top:1px solid var(--border)}.painHead{margin-bottom:3rem}.bento{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.bentoCard{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:2rem;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s}.bentoCard:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1a15101a}.bentoIcon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.2rem;display:flex}.bentoIcon svg{stroke-width:1.6px;fill:none;width:22px;height:22px}.bentoIcon.i1{background:#fff3e0}.bentoIcon.i1 svg{stroke:#d97706}.bentoIcon.i2{background:#ede9fe}.bentoIcon.i2 svg{stroke:#7c3aed}.bentoIcon.i3{background:#fee2e2}.bentoIcon.i3 svg{stroke:#dc2626}.bentoTitle{letter-spacing:-.02em;margin-bottom:.6rem;font-size:1rem;font-weight:700}.bentoBody{color:var(--ink-55);font-size:.86rem;line-height:1.72}.painBottom{background:var(--ink);border-radius:18px;justify-content:space-between;align-items:center;gap:2rem;margin-top:12px;padding:2rem 2.4rem;display:flex}.painBottomText{color:#ffffffa6;font-size:1.05rem;line-height:1.55}.painBottomText strong{color:#fff;font-weight:700}.painPill{white-space:nowrap;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;flex-shrink:0;padding:.4rem 1rem;font-size:.7rem;font-weight:700}.product{background:var(--egg2);border-top:1px solid var(--border)}.prodHead{margin-bottom:2.5rem}.prodHead p{color:var(--ink-55);max-width:480px;margin-top:.9rem;font-size:1rem;line-height:1.7}.appShell{border:1px solid var(--border);background:#0d0d12;border-radius:20px;margin-bottom:3rem;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 32px 80px #1a15102e}.appBar{background:#1a1a22;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.85rem 1.2rem;display:flex}.abDot{border-radius:50%;width:9px;height:9px}.abDot.r{background:#ff5f57}.abDot.y{background:#febc2e}.abDot.g{background:#28c840}.abUrl{color:#ffffff2e;margin-left:.7rem;font-family:DM Mono,monospace;font-size:.7rem}.appVideo{object-fit:cover;cursor:pointer;width:100%;max-height:540px;display:block}.how{background:var(--egg);border-top:1px solid var(--border)}.howHead{margin-bottom:3.5rem}.stepsRow{grid-template-columns:repeat(3,1fr);display:grid;position:relative}.stepsRow:before{content:"";border-top:1.5px dashed #1a15102e;position:absolute;top:32px;left:16.6667%;right:16.6667%}.howStep{flex-direction:column;align-items:flex-start;padding:0 2rem;display:flex}.howNum{z-index:1;background:var(--card);border:1.5px solid var(--border);width:64px;height:64px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.6rem;font-family:DM Mono,monospace;font-size:.85rem;font-weight:500;display:flex;position:relative;box-shadow:0 2px 12px #1a15100f}.howStepTitle{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1rem;font-weight:700}.howStepBody{color:var(--ink-55);font-size:.84rem;line-height:1.75}.howSnippet{background:var(--egg2);border:1px solid var(--border);color:var(--ink-55);border-radius:8px;width:100%;margin-top:.8rem;padding:.7rem .8rem;font-family:DM Mono,monospace;font-size:.72rem;line-height:1.6}.howNote{border-left:3px solid var(--blue);background:var(--card);border-radius:0 12px 12px 0;margin-top:3rem;padding:1.6rem 2rem}.howNote p{color:var(--ink-55);font-size:.9rem;line-height:1.75}.howNote strong{color:var(--ink);font-weight:600}.howNote code{background:var(--blue-l);color:#0369a1;border-radius:4px;padding:.05em .35em;font-family:DM Mono,monospace;font-size:.82rem}.vision{background:var(--dark);color:#fff;border-top:1px solid #ffffff0f;overflow:hidden}.vision:before{content:"";z-index:0;background-image:radial-gradient(circle,#ffffff0d 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.visionInner{z-index:1;position:relative}.visionGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.visChip{letter-spacing:.18em;text-transform:uppercase;color:#fff9;background:#ffffff14;border:1px solid #ffffff1a;border-radius:4px;margin-bottom:1.6rem;padding:.28rem .8rem;font-size:.62rem;font-weight:700;display:inline-block}.visionTitle{letter-spacing:-.045em;margin-bottom:2rem;font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:800;line-height:1.06}.visionTitle em{color:#7dd3fc;letter-spacing:-.01em;font-family:Instrument Serif,serif;font-style:italic;font-weight:400}.visionBody{color:#ffffff85;font-size:.97rem;line-height:1.9}.visionBody strong{color:#ffffffe0;font-weight:500}.corrections{border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:1px;margin-bottom:1.5rem;display:flex;overflow:hidden}.corr{color:#ffffff73;background:#ffffff0a;padding:.95rem 1.2rem;font-family:DM Mono,monospace;font-size:.77rem;line-height:1.5;transition:background .18s}.corr:hover{background:#ffffff12}.corr:before{content:"→ ";color:#7dd3fc}.visStats{border:1px solid #ffffff12;border-radius:14px;grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.vs{background:#ffffff0a;padding:1.5rem 1.6rem}.vsL{letter-spacing:.14em;text-transform:uppercase;color:#ffffff47;margin-bottom:.4rem;font-size:.64rem}.vsV{letter-spacing:-.05em;color:#7dd3fc;font-size:2.2rem;font-weight:800}.vsV.dim{color:#ffffff40}.honesty{background:var(--egg);border-top:1px solid var(--border)}.honestyHead{margin-bottom:3rem}.h2Grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.statusCard{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:2rem}.statusCard+.statusCard{margin-top:12px}.scLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-30);margin-bottom:1.3rem;font-size:.6rem;font-weight:700}.scList{flex-direction:column;gap:.7rem;list-style:none;display:flex}.scList li{color:var(--ink-55);align-items:center;gap:.8rem;font-size:.9rem;display:flex}.scIc{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.scIc.on{background:#dcfce7;border:1px solid #16a34a40}.scIc.on svg{stroke:#16a34a;stroke-width:2.5px;fill:none;width:10px;height:10px}.scIc.off{background:var(--egg2);border:1px solid var(--border)}.scIc.off:after{content:"";background:var(--ink-30);border-radius:50%;width:5px;height:5px}.honestyProse{flex-direction:column;justify-content:center;display:flex}.bigQuote{letter-spacing:-.01em;color:var(--ink);margin-bottom:1.8rem;font-family:Instrument Serif,serif;font-size:clamp(1.5rem,2.8vw,2.2rem);font-style:italic;line-height:1.35}.bigQuote:before{content:"“";color:var(--blue)}.bigQuote:after{content:"”";color:var(--blue)}.honestyDetail{color:var(--ink-55);font-size:.9rem;line-height:1.8}.honestyDetail strong{color:var(--ink);font-weight:600}.ctaSection{background:var(--egg2);border-top:1px solid var(--border)}.ctaWrap{background:var(--ink);text-align:center;border-radius:24px;padding:5rem 3rem;position:relative;overflow:hidden}.ctaWrap:before{content:"";z-index:0;background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0}.ctaContent{z-index:1;position:relative}.ctaTitle{letter-spacing:-.045em;color:#fff;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;line-height:1.08}.ctaTitle em{color:#7dd3fc;font-family:Instrument Serif,serif;font-style:italic;font-weight:400}.ctaSub{color:#ffffff80;max-width:460px;margin:0 auto 2.4rem;font-size:.97rem;line-height:1.7}.ctaForm{background:#ffffff12;border:1px solid #ffffff1f;border-radius:12px;gap:.5rem;max-width:440px;margin:0 auto .9rem;padding:.4rem .4rem .4rem 1.2rem;transition:border-color .22s;display:flex}.ctaForm:focus-within{border-color:#7dd3fc66}.ctaForm input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.88rem}.ctaForm input::placeholder{color:#ffffff40}.btnSubmit{color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:9px;padding:.72rem 1.4rem;font-family:inherit;font-size:.84rem;font-weight:700;transition:opacity .18s,transform .15s}.btnSubmit:hover{opacity:.9;transform:scale(1.02)}.btnSubmit:disabled{opacity:.4;pointer-events:none}.ctaNote{color:#ffffff3d;font-size:.73rem}.ctaSuccess{flex-direction:column;align-items:center;gap:.7rem;padding:.5rem 0;display:flex}.ctaSuccess h3{color:#fff;font-size:1.3rem;font-weight:700}.ctaSuccess p{color:#ffffff73;font-size:.85rem}.footer{border-top:1px solid var(--border);background:var(--egg);justify-content:space-between;align-items:center;padding:2rem;display:flex}.footerLogo{letter-spacing:-.04em;color:var(--ink-55);font-size:1.1rem;font-weight:800;text-decoration:none}.footerLogo span{color:var(--blue)}.footerSmall{color:var(--ink-30);font-size:.72rem}.footerSmall a{color:inherit}.fadeUp{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(26px)}.fadeUp.in{opacity:1;transform:none}.d1{transition-delay:80ms}.d2{transition-delay:.16s}.d3{transition-delay:.24s}@media (max-width:960px){.frostPane{-webkit-backdrop-filter:none!important;background:0 0!important}.heroInner,.visionGrid,.h2Grid{grid-template-columns:1fr;gap:2rem}.bento,.stepsRow{grid-template-columns:1fr}.stepsRow:before{display:none}.howStep{padding:0 0 1.8rem}.heroBgText{display:none}}@media (max-width:640px){.sectionInner{padding:4.2rem 0 1.5rem}.wrap{padding:0 1.25rem}.chip{margin-bottom:.9rem}.secTitle{font-size:1.75rem}.nav{padding:.85rem 1.25rem}.heroCardWrap{display:none}.heroInner{gap:0}.h1{margin-bottom:1rem;font-size:2.5rem}.heroEyebrow{margin-bottom:.8rem}.heroSub{max-width:100%;margin-bottom:1.6rem;font-size:.9rem}.heroActions{flex-direction:column;align-items:flex-start;gap:.75rem}.btnPrimary{text-align:center;width:100%}.painHead{margin-bottom:1.2rem}.bento{gap:8px}.bentoCard{flex-direction:row;align-items:flex-start;gap:.9rem;padding:1rem 1.2rem;display:flex}.bentoIcon{flex-shrink:0;width:36px;height:36px;margin-bottom:0}.bentoIcon svg{width:18px;height:18px}.bentoText{flex:1;min-width:0}.bentoTitle{margin-bottom:.3rem;font-size:.88rem}.bentoBody{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.bentoCard:last-child{display:none}.painBottom{flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.1rem 1.3rem}.painBottomText{font-size:.88rem}.prodHead{margin-bottom:1.2rem}.prodHead p{margin-top:.5rem;font-size:.88rem}.appVideo{object-position:top;max-height:300px}.appShell{margin-bottom:0}.howHead{margin-bottom:1.6rem}.howStep{padding-bottom:1.2rem}.howNum{width:44px;height:44px;margin-bottom:.9rem;font-size:.78rem}.howStepTitle{font-size:.92rem}.howStepBody{font-size:.82rem;line-height:1.65}.howSnippet{margin-top:.6rem;padding:.5rem .7rem;font-size:.7rem}.howNote{display:none}.visionTitle{margin-bottom:1rem;font-size:2rem}.visionBody{font-size:.88rem;line-height:1.7}.visionGrid{gap:1.6rem}.corr{padding:.65rem .9rem;font-size:.72rem}.corr:last-child{display:none}.corrections{margin-bottom:.8rem}.vs{padding:.9rem 1rem}.vsV{font-size:1.6rem}.vsL{font-size:.6rem}.honestyHead{margin-bottom:1.5rem}.h2Grid{gap:1.6rem}.statusCard{padding:1.1rem 1.3rem}.statusCard+.statusCard{display:none}.scList{gap:.5rem}.scList li{font-size:.82rem}.bigQuote{margin-bottom:1rem;font-size:1.3rem}.honestyDetail{font-size:.84rem;line-height:1.7}.ctaOuter{padding:3.5rem 0 1.5rem!important}.ctaWrap{border-radius:18px;padding:2.5rem 1.5rem}.ctaTitle{margin-bottom:.7rem;font-size:1.9rem}.ctaSub{margin-bottom:1.6rem;font-size:.88rem}.ctaForm{flex-direction:column;padding:.6rem}.btnSubmit{text-align:center;padding:.8rem}.footer{flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.2rem 1.25rem}.footerSmall{font-size:.68rem}}
