:root{color-scheme:light;--landing-bg: #faf9f7;--landing-fg: #111111;--landing-muted: #6b6560;--landing-border: rgb(0 0 0 / .1);--landing-surface: #ffffff;--landing-accent: #c41e3a;--glass-shadow: 0 1px 2px rgb(0 0 0 / .04), 0 8px 24px rgb(0 0 0 / .06);--font-sans: "Jost", ui-sans-serif, system-ui, sans-serif;--font-display: "Jost", var(--font-sans);--max-w: 72rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100svh;font-family:var(--font-sans);font-size:16px;line-height:1.5;background:var(--landing-bg);color:var(--landing-fg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.landing{--pad-x: 1.25rem}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--pad-x)}.eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--landing-accent)}.heading-display{margin:.75rem 0 0;font-family:var(--font-display);font-size:clamp(1.875rem,4vw,2.5rem);font-weight:600;line-height:1.1;letter-spacing:-.03em}.text-muted{color:var(--landing-muted)}.nav{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid transparent;transition:background .3s,border-color .3s,box-shadow .3s}.nav--scrolled{border-color:var(--landing-border);background:#ffffffe6;backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000000a}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.5rem}.nav__links{display:none;align-items:center;gap:.25rem}@media(min-width:768px){.nav__links{display:flex}}.nav__link{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--landing-muted);border-radius:.375rem;transition:color .15s,background .15s}.nav__link:hover{color:var(--landing-fg);background:#0000000a}.nav__actions{display:flex;align-items:center;gap:.5rem}.brand{display:inline-flex;align-items:center;gap:.75rem}.brand__mark{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.6875rem;border:1px solid var(--landing-border);background:var(--landing-surface);box-shadow:0 1px 2px #0000000a}.brand__mark svg{width:1.375rem;height:1.375rem}.brand__name{display:grid;gap:.125rem;line-height:1}.brand__title{font-size:.9375rem;font-weight:600;letter-spacing:-.03em}.brand__tagline{font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:1px solid transparent;transition:background .15s,color .15s,border-color .15s}.btn--ghost{color:var(--landing-muted);background:transparent}.btn--ghost:hover{color:var(--landing-fg);background:#0000000a}.btn--primary{color:#fff;background:var(--landing-fg)}.btn--primary:hover{background:#2a2a2a}.btn--outline{border-color:var(--landing-border);background:transparent}.btn--outline:hover{background:#00000008}.btn--lg{padding:.75rem 1.5rem;font-size:1rem}.nav__login{display:inline-flex}.hero{position:relative;display:flex;min-height:100svh;flex-direction:column;justify-content:center;padding:7rem var(--pad-x) 6rem}.hero__glow{pointer-events:none;position:absolute;inset:0 0 auto;height:min(50vh,420px);background:radial-gradient(ellipse 80% 50% at 50% 0%,rgb(0 0 0 / .04),transparent 70%)}.hero__badge{display:inline-block;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.8125rem;border:1px solid var(--landing-border);border-radius:999px;color:var(--landing-muted)}.hero__title{margin:0;max-width:52rem;font-family:var(--font-display);font-size:clamp(2.5rem,7vw,4.5rem);font-weight:600;line-height:1.05;letter-spacing:-.03em}.hero__lead{margin:1.5rem 0 0;max-width:40rem;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6;color:var(--landing-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.5rem}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:36rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--landing-border)}.hero__stat-value{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;letter-spacing:-.02em}.hero__stat-label{margin:.25rem 0 0;font-size:.875rem;color:var(--landing-muted)}.section{padding:5rem var(--pad-x);scroll-margin-top:5rem}.section--surface{background:var(--landing-surface);border-block:1px solid var(--landing-border)}.section__header{margin-bottom:3rem}.section__header--center{text-align:center}.section__header--center .section__lead{margin-inline:auto}.section__lead{margin:1rem 0 0;max-width:40rem;font-size:1.0625rem;line-height:1.6;color:var(--landing-muted)}.card-grid{display:grid;gap:1rem}@media(min-width:640px){.card-grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}.glass-card{padding:1.5rem;border-radius:.75rem;background:var(--landing-surface);border:1px solid var(--landing-border);box-shadow:var(--glass-shadow)}.glass-card h3{margin:0;font-size:1.125rem;font-weight:600}.glass-card p{margin:.5rem 0 0;font-size:.9375rem;line-height:1.55;color:var(--landing-muted)}.glass-card .card-index{font-family:var(--font-display);font-size:3rem;font-weight:600;line-height:1;color:#0000000f}.pain-card .card-index{font-size:.75rem;font-family:ui-monospace,monospace;color:var(--landing-accent)}.section--value{padding-block:4.5rem}.value-block__header{max-width:40rem;margin-bottom:2rem}.value-block__lead{max-width:34rem}.value-highlight{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.value-highlight__item{margin:0;padding:.5rem .9rem;font-size:.875rem;font-weight:500;line-height:1.3;color:var(--landing-fg);background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:999px;box-shadow:var(--glass-shadow)}.value-pillars{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0;max-width:44rem}.value-pillar{display:grid;grid-template-columns:2.5rem 1fr;gap:1.25rem;padding-bottom:2rem}.value-pillar:last-child{padding-bottom:0}.value-pillar__marker{display:flex;flex-direction:column;align-items:center;padding-top:.2rem}.value-pillar__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-family:ui-monospace,monospace;font-size:.6875rem;font-weight:600;color:var(--landing-accent);background:var(--landing-surface);border:1px solid var(--landing-border);border-radius:999px}.value-pillar__line{flex:1;width:1px;min-height:1.5rem;margin-top:.5rem;background:var(--landing-border)}.value-pillar__content h3{margin:0;font-size:1.125rem;font-weight:600;line-height:1.35;letter-spacing:-.02em}.value-pillar__content p{margin:.5rem 0 0;font-size:1rem;line-height:1.6;color:var(--landing-muted)}@media(min-width:768px){.value-pillar__content h3{font-size:1.2rem}}.section--pains{background:var(--landing-surface);border-block:1px solid var(--landing-border)}.pains-header{max-width:38rem;margin-bottom:2.5rem}.pain-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}@media(min-width:900px){.pain-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}}.pain-scenario{height:100%;display:flex;flex-direction:column;border:1px solid var(--landing-border);border-radius:.875rem;overflow:hidden;background:var(--landing-bg)}.pain-scenario__problem{display:flex;gap:.85rem;align-items:flex-start;padding:1.25rem 1.35rem 1rem;background:var(--landing-surface)}.pain-scenario__num{flex-shrink:0;margin-top:.15rem;font-family:ui-monospace,monospace;font-size:.75rem;font-weight:600;color:var(--landing-muted)}.pain-scenario__problem h3{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.45;letter-spacing:-.01em;color:var(--landing-fg)}.pain-scenario__answer{flex:1;padding:1rem 1.35rem 1.25rem;background:#00000005;border-top:1px solid var(--landing-border)}.pain-scenario__label{margin:0 0 .4rem;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-accent)}.pain-scenario__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--landing-muted)}.features-scroll{position:relative;scroll-margin-top:5rem;height:calc(var(--feature-steps, 6) * 85vh)}@media(max-width:1023px){.features-scroll{height:auto}.features-sticky{position:static;min-height:0;padding:3rem 0 1.5rem}}.features-sticky{position:sticky;top:0;z-index:1;display:flex;min-height:100svh;align-items:center;overflow:hidden;padding:4rem 0 3rem}.features-sticky__inner{width:100%}.features__header{margin-bottom:2rem;text-align:center}.features__header-lead{margin-inline:auto;text-align:center}.features__layout--desktop{display:none}@media(min-width:1024px){.features__layout--desktop{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);gap:2.5rem;align-items:center}}.features__copy{position:relative;padding-right:3rem}.features__card-slot{position:relative;width:100%;max-width:21rem;min-height:11.5rem}.feature-panel{position:absolute;top:0;left:0;width:100%;max-width:21rem;padding:1.25rem 1.35rem;border-radius:.75rem;background:var(--landing-surface);border:1px solid var(--landing-border);box-shadow:var(--glass-shadow);opacity:0;transform:translateY(1rem) scale(.98);filter:blur(4px);pointer-events:none;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),filter .4s ease}.feature-panel.is-active{opacity:1;transform:translateY(0) scale(1);filter:blur(0);pointer-events:auto}.feature-panel__index{font-family:ui-monospace,monospace;font-size:.75rem;color:var(--landing-accent)}.feature-panel h3{margin:.25rem 0 0;font-size:1.125rem}.feature-panel p{margin:.5rem 0 0;font-size:.875rem;color:var(--landing-muted);line-height:1.5}.tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:.75rem 0 0;padding:0;list-style:none}.tags li{padding:.125rem .5rem;font-size:.6875rem;border:1px solid var(--landing-border);border-radius:999px;background:#00000008}.features__rail{position:absolute;top:50%;right:0;z-index:2;display:none;flex-direction:column;gap:.375rem;transform:translateY(-50%)}@media(min-width:1024px){.features__rail{display:flex}}.rail-btn{padding:.25rem .5rem;font-family:ui-monospace,monospace;font-size:.625rem;border:1px solid transparent;border-radius:.375rem;background:transparent;color:var(--landing-muted)}.rail-btn.is-active,.rail-btn:hover{color:var(--landing-fg)}.rail-btn.is-active{border-color:var(--landing-border);background:var(--landing-fg);color:var(--landing-bg)}.screenshot{overflow:hidden;border-radius:.875rem;border:1px solid var(--landing-border);background:var(--landing-surface);box-shadow:0 24px 48px #00000014,0 4px 12px #0000000a}.screenshot__chrome{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid var(--landing-border);background:#00000005}.screenshot__dot{width:8px;height:8px;border-radius:999px;background:#00000014}.screenshot__body{line-height:0;background:#f4f3f1}.screenshot__body img{display:block;width:100%}.features__screens-wrap{transform-style:preserve-3d;will-change:transform;transition:transform .15s ease-out}.features__screens{position:relative;animation:features-levitate 6s ease-in-out infinite}.features__screen{display:none}.features__screen.is-active{display:block;animation:feature-screen-in .4s cubic-bezier(.22,1,.36,1)}@keyframes features-levitate{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes feature-screen-in{0%{opacity:0;transform:scale(.98);filter:blur(6px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes fade-in{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.features__mobile-list{display:grid;gap:1.25rem;padding-bottom:3rem}@media(min-width:1024px){.features__mobile-list{display:none}.features-scroll{padding-bottom:0}}.features__mobile-item h3{margin:.35rem 0 0;font-size:1.125rem}.features__mobile-shot{margin-top:1rem}.start-section{padding-bottom:5rem}.start-panel{position:relative;overflow:hidden;padding:clamp(2rem,5vw,3.5rem);border-radius:1.25rem;border:1px solid var(--landing-border);background:radial-gradient(ellipse 90% 60% at 50% -20%,rgb(196 30 58 / .07),transparent 55%),var(--landing-surface);box-shadow:var(--glass-shadow)}.start-panel__header{max-width:40rem;margin-inline:auto;text-align:center}.start-panel__badge{display:inline-block;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#fff;background:var(--landing-accent);border-radius:999px}.start-panel__lead{margin:1rem auto 0;max-width:36rem;font-size:1.0625rem;line-height:1.65}.start-panel__emph{color:var(--landing-fg);font-weight:600}.start-steps{display:grid;gap:1rem;margin-top:2.5rem}@media(min-width:768px){.start-steps{grid-template-columns:repeat(3,1fr);gap:0;margin-top:3rem;padding-top:.5rem}}.start-step{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border-radius:.875rem;background:#ffffffb3;border:1px solid var(--landing-border)}@media(min-width:768px){.start-step{padding:1.75rem 1.5rem 1.5rem;text-align:center;align-items:center;background:transparent;border-color:transparent;box-shadow:none}.start-step:not(:last-child){border-right:1px solid var(--landing-border)}}.start-step__num{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;color:#fff;background:var(--landing-fg);border-radius:999px}@media(min-width:768px){.start-step__num{width:2.5rem;height:2.5rem;font-size:1rem}}.start-step__body h3{margin:0;font-size:1.0625rem;font-weight:600}.start-step__body p{margin:.5rem 0 0;font-size:.9375rem;line-height:1.55;color:var(--landing-muted)}.start-panel__footer{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--landing-border);text-align:center}.start-panel__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.footer{padding:2rem var(--pad-x);border-top:1px solid var(--landing-border);font-size:.75rem;color:var(--landing-muted)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer a{text-decoration:underline;text-underline-offset:.15em}.footer a:hover{color:var(--landing-fg)}.faq-list{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.faq-item{padding:1rem 1.25rem}.faq-item__question{font-weight:600;font-size:1rem;line-height:1.4;cursor:pointer;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";float:right;font-weight:500;color:var(--landing-muted)}.faq-item[open] .faq-item__question:after{content:"−"}.faq-item__answer{margin:.75rem 0 0;line-height:1.6}.legal-page{padding:6rem 0 3rem}.legal-page__inner{max-width:42rem}.legal-page__meta{margin-top:.5rem}.legal-page__body{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem;line-height:1.65}.legal-page__body h2{margin:1rem 0 0;font-size:1.125rem;font-weight:600}.legal-page__body ul{margin:0;padding-left:1.25rem}.legal-page__body a{text-decoration:underline;color:var(--landing-accent)}.legal-page__back{margin-top:2.5rem}@media(min-width:640px){.footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.features-scroll{height:auto}.features-sticky{position:static;min-height:0}.features__layout--desktop{display:none!important}.features__mobile-list{display:grid!important}.features__screens,.features__screen.is-active,.feature-panel{animation:none!important;transition:none!important;filter:none!important}.features__screens-wrap{transform:none!important}}
