.hero__container{max-width:var(--content-max);padding:0 var(--section-px);margin-inline:auto}.hero__left,.hero__right{min-width:0}.hero__line{letter-spacing:0;margin-top:-15px;line-height:.92;overflow:hidden}.word{font-family:var(--font-inter),sans-serif;font-size:clamp(5rem,10vw + 1rem,11rem);font-weight:var(--fw-black);white-space:nowrap;transform-origin:0 100%;will-change:transform;margin-right:.15em;line-height:.92;display:inline-block}.word--outline{-webkit-text-stroke:1.5px var(--fg);color:#0000}.word--accent{color:var(--accent)}.hero__wave-bar{width:2px;height:calc(100%*var(--wave-scale,1));background:var(--accent);opacity:.6;animation:waveBar var(--wave-dur,1s)ease-in-out infinite;border-radius:9999px}@keyframes waveBar{0%{transform:scaleY(.1)}12%{transform:scaleY(.55)}25%{transform:scaleY(.2)}40%{transform:scaleY(.85)}55%{transform:scaleY(.15)}70%{transform:scaleY(.6)}85%{transform:scaleY(.3)}to{transform:scaleY(.1)}}.hero__scroll-hint{writing-mode:vertical-rl}.hero__scroll-line{background:linear-gradient(to bottom,var(--fg-dim),transparent);width:1px;height:3.75rem;animation:2s ease-in-out infinite scrollLine}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.01%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:1024px){.hero__container{flex-direction:column;justify-content:center;align-items:stretch;gap:2.5rem;padding-top:5rem;padding-bottom:2rem}.hero__left,.hero__right{flex:none;width:100%}.word{font-size:clamp(4.5rem,20vw,11rem)}.hero__line{margin-top:-8px}.hero__ctas{flex-direction:column;gap:1rem}}@media (max-width:480px){.word--outline{-webkit-text-stroke-width:1.5px}.word{margin-right:.1em}}
.problem-section{flex-direction:column;justify-content:space-between;min-height:100dvh;padding:0;display:flex;overflow:hidden}.problem-content{padding:clamp(2rem,4vw,4rem)var(--section-px);max-width:var(--content-max);flex-direction:column;flex:1;justify-content:center;gap:clamp(2rem,4vw,3rem);width:100%;margin-inline:auto;display:flex}.problem-headline{margin-bottom:0;overflow:hidden}.problem-grid{grid-template-columns:1fr;display:grid}.problem-item+.problem-item{border-top:1px solid var(--border-color)}@media (min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}.problem-item+.problem-item{border-top:none;border-left:1px solid var(--border-color)}}.problem-item{padding:var(--sp-lg);opacity:0;will-change:transform,opacity;transform:translateY(30px)}.problem-stat{font-family:var(--font-jetbrains-mono),monospace;font-size:clamp(2.5rem,6vw,5rem);font-weight:var(--fw-bold);color:var(--fg);letter-spacing:-.05em;margin-bottom:var(--sp-sm);line-height:1}.problem-unit{font-size:.5em;font-weight:var(--fw-regular);color:var(--fg-muted)}.problem-label{font-size:clamp(.8125rem,1.2vw,.9375rem);font-weight:var(--fw-light);color:var(--fg-muted);max-width:35ch;line-height:1.6}.voice-bar{border-top:1px solid var(--border-color);flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:0;width:100%;height:3.5rem;display:grid;position:relative;overflow:hidden}.voice-bar__notes{align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.voice-bar__notes:after{content:"";background:linear-gradient(to left,var(--bg),transparent);z-index:2;width:60px;position:absolute;top:0;bottom:0;right:0}.voice-bar__notes-track{white-space:nowrap;align-items:center;gap:1.5rem;animation:18s linear infinite notesDrift;display:flex}.voice-note{color:var(--fg-muted);flex-shrink:0;font-size:1.25rem;animation:2.5s ease-in-out infinite noteFloat}.voice-note:nth-child(odd){animation-duration:2.2s}.voice-note:nth-child(2n){animation-duration:2.8s}.voice-note:nth-child(3n){animation-duration:3.1s}.voice-note:first-child{animation-delay:0s}.voice-note:nth-child(2){animation-delay:.2s}.voice-note:nth-child(3){animation-delay:.4s}.voice-note:nth-child(4){animation-delay:.6s}.voice-note:nth-child(5){animation-delay:.8s}.voice-note:nth-child(6){animation-delay:1s}.voice-note:nth-child(7){animation-delay:1.2s}.voice-note:nth-child(8){animation-delay:1.4s}.voice-note:nth-child(9){animation-delay:1.6s}.voice-note:nth-child(10){animation-delay:1.8s}@keyframes noteFloat{0%,to{transform:translateY(0)}25%{transform:translateY(-7px)}75%{transform:translateY(7px)}}@keyframes notesDrift{0%{transform:translate(-50%)}to{transform:translate(0%)}}.voice-bar__center{font-family:var(--font-inter),sans-serif;font-weight:var(--fw-black);letter-spacing:.1em;color:var(--accent);white-space:nowrap;z-index:3;background:var(--bg);padding:0 clamp(1.5rem,3vw,3rem);font-size:1.125rem;position:relative}.voice-bar__text{align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.voice-bar__text:before{content:"";background:linear-gradient(to right,var(--bg),transparent);z-index:2;width:40px;position:absolute;top:0;bottom:0;left:0}.voice-bar__text:after{content:"";background:linear-gradient(to left,var(--bg),transparent);z-index:2;width:120px;position:absolute;top:0;bottom:0;right:0}.voice-bar__text-track{white-space:nowrap;gap:3rem;animation:35s linear infinite textDrift;display:flex}.voice-bar__text-track span{font-family:var(--font-inter),sans-serif;font-size:.8125rem;font-weight:var(--fw-light);color:var(--fg-muted);letter-spacing:.15em;flex-shrink:0}@keyframes textDrift{0%{transform:translate(-50%)}to{transform:translate(0)}}
.features-section{max-width:none;margin-inline:auto;padding:0}.features-section__container{max-width:var(--content-max);padding:0 var(--section-px);margin-inline:auto;overflow:visible}.kinetic-wrap{height:460vh;position:relative}.kinetic-sticky{pointer-events:none;justify-content:flex-start;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:visible}.kinetic-word{font-family:var(--font-inter),sans-serif;font-size:clamp(5rem,22vw,24rem);font-weight:var(--fw-black);letter-spacing:0;text-transform:uppercase;white-space:nowrap;opacity:0;will-change:transform,opacity;-webkit-user-select:none;user-select:none;line-height:1;position:absolute;left:0;transform:translateY(80px)scale(.92)}.kinetic-word--solid{color:var(--fg)}.kinetic-word--outline{-webkit-text-stroke:1.5px var(--fg);color:#0000}.kinetic-word--accent{color:var(--accent)}.kinetic-slogan{opacity:0;will-change:transform,opacity;flex-direction:column;align-items:flex-start;width:100%;display:flex;position:absolute;transform:translateY(60px)}.kinetic-slogan .statement__line--thin{font-size:clamp(2rem,7vw,8rem)}.kinetic-slogan .statement__line--bold{font-size:clamp(3rem,11vw,13rem)}
.step-section--press{justify-content:center;gap:0}.key-combo{align-items:center;gap:.75rem;display:flex}.key{font-family:var(--font-jetbrains-mono),monospace;font-size:.8125rem;font-weight:var(--fw-bold);border:1px solid var(--border-dim);color:var(--fg);letter-spacing:.15em;padding:.5rem 1rem}.key--accent{border-color:var(--accent);color:var(--accent)}.key-plus{font-family:var(--font-jetbrains-mono),monospace;color:var(--fg-dim);font-size:.875rem}.flow-bar{border:1px solid var(--border-color);background:var(--bg-elevated);align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.flow-bar__wave{flex:1;justify-content:center;align-items:center;gap:3px;height:32px;display:flex}.eq-bar{background:var(--accent);border-radius:1px;width:3px;height:4px;animation:1.2s ease-in-out infinite eqBounce;display:block}.eq-bar:first-child{animation-duration:.9s;animation-delay:0s}.eq-bar:nth-child(2){animation-duration:1.1s;animation-delay:50ms}.eq-bar:nth-child(3){animation-duration:.8s;animation-delay:.1s}.eq-bar:nth-child(4){animation-duration:1.3s;animation-delay:.15s}.eq-bar:nth-child(5){animation-duration:1s;animation-delay:.2s}.eq-bar:nth-child(6){animation-duration:1.4s;animation-delay:80ms}.eq-bar:nth-child(7){animation-duration:.7s;animation-delay:.25s}.eq-bar:nth-child(8){animation-duration:1.2s;animation-delay:.12s}.eq-bar:nth-child(9){animation-duration:.9s;animation-delay:.3s}.eq-bar:nth-child(10){animation-duration:1.1s;animation-delay:20ms}.eq-bar:nth-child(11){animation-duration:.8s;animation-delay:.18s}.eq-bar:nth-child(12){animation-duration:1.3s;animation-delay:.22s}.eq-bar:nth-child(13){animation-duration:1s;animation-delay:70ms}.eq-bar:nth-child(14){animation-duration:1.4s;animation-delay:.28s}.eq-bar:nth-child(15){animation-duration:.7s;animation-delay:.14s}.eq-bar:nth-child(16){animation-duration:1.2s;animation-delay:30ms}.eq-bar:nth-child(17){animation-duration:.9s;animation-delay:.2s}.eq-bar:nth-child(18){animation-duration:1.1s;animation-delay:.1s}.eq-bar:nth-child(19){animation-duration:.8s;animation-delay:.26s}.eq-bar:nth-child(20){animation-duration:1.3s;animation-delay:60ms}.eq-bar:nth-child(21){animation-duration:1s;animation-delay:.16s}.eq-bar:nth-child(22){animation-duration:1.4s;animation-delay:.24s}.eq-bar:nth-child(23){animation-duration:.7s;animation-delay:90ms}.eq-bar:nth-child(24){animation-duration:1.2s;animation-delay:.19s}.eq-bar:nth-child(25){animation-duration:.9s;animation-delay:40ms}.eq-bar:nth-child(26){animation-duration:1.1s;animation-delay:.23s}.eq-bar:nth-child(27){animation-duration:.8s;animation-delay:.11s}.eq-bar:nth-child(28){animation-duration:1.3s;animation-delay:.17s}.eq-bar:nth-child(29){animation-duration:1s;animation-delay:10ms}.eq-bar:nth-child(30){animation-duration:1.4s;animation-delay:.21s}@keyframes eqBounce{0%,to{height:4px}50%{height:24px}}.flow-bar__label{font-family:var(--font-jetbrains-mono),monospace;font-size:.5625rem;font-weight:var(--fw-bold);letter-spacing:.12em;color:var(--accent);flex-shrink:0}
.faq{flex-direction:column;justify-content:center;padding-top:clamp(3rem,5vw,5rem);padding-bottom:clamp(3rem,5vw,5rem);display:flex}.faq__headline{margin-bottom:clamp(2rem,4vw,4rem)}.faq__item{border-bottom:1px solid var(--border-color)}.faq__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-inter),sans-serif;font-size:clamp(1rem,1.5vw + .5rem,1.25rem);font-weight:var(--fw-bold);color:var(--fg);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1rem,2vw,1.5rem) 0;transition:color .2s;display:flex}.faq__question:hover{color:var(--accent)}.faq__chevron{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--fg-muted);flex-shrink:0;width:0;height:0;transition:transform .3s}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__answer{max-height:0;transition:max-height .4s;overflow:hidden}.faq__item--open .faq__answer{max-height:20rem}.faq__answer-inner{color:var(--fg-muted);padding-bottom:clamp(1rem,2vw,1.5rem);font-size:clamp(.875rem,1.25vw + .25rem,1rem);line-height:1.75}
.final{flex-direction:column;justify-content:center;padding:clamp(3rem,5vw,5rem) 0;display:flex}.final__line{clip-path:inset(-.15em -100vw);will-change:transform;display:block}.final__line--thin{font-size:clamp(2rem,7vw,8rem);font-weight:var(--fw-thin);color:var(--fg-dim);letter-spacing:-.05em;line-height:1.05}.final__line--bold{font-size:clamp(3rem,11vw,13rem);font-weight:var(--fw-black);color:var(--fg);letter-spacing:0;line-height:.88}.final__cta{margin-top:clamp(2rem,5vw,4rem)}
