.hero{padding-top:10rem;padding-bottom:5rem;position:relative}.hero-glow{z-index:0;pointer-events:none;position:absolute;inset:-4rem 0 -10rem;-webkit-mask-image:linear-gradient(#000 0% 52%,#0000 94%);mask-image:linear-gradient(#000 0% 52%,#0000 94%)}[data-theme=light] .hero-glow{background:radial-gradient(820px 460px at 80% 0,#2ed1ed4d 0%,#0000 64%),radial-gradient(560px 340px at 92% 34%,#2ed1ed29 0%,#0000 62%),radial-gradient(620px 460px at 6% 10%,#1872881c 0%,#0000 62%),radial-gradient(760px 420px at 30% 100%,#2ed1ed24 0%,#0000 64%)}[data-theme=dark] .hero-glow{background:radial-gradient(680px 420px at 84% 2%,#2ed1ed29 0%,#0000 62%),radial-gradient(560px 400px at 10% 20%,#2ed1ed0f 0%,#0000 60%)}.hero-inner{z-index:1;grid-template-columns:minmax(0,1fr);gap:3rem;max-width:80rem;display:grid;position:relative}.hero-copy{flex-direction:column;align-items:flex-start;display:flex}.hero-heading{max-width:56rem;margin-top:1.25rem}.hero-heading-accent{color:var(--accent)}.hero-subhead{max-width:38rem;margin-top:1.5rem}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-top:2.25rem;display:flex}.hero-ctas .btn-primary{box-shadow:0 6px 20px #18728847}[data-theme=dark] .hero-ctas .btn-primary{box-shadow:0 6px 24px #2ed1ed47}.hero-pills{flex-wrap:wrap;gap:.625rem;padding:0;list-style:none;display:flex}.hero-visual{justify-content:flex-start;display:flex}.hero-composite{flex-direction:column;width:100%;max-width:34rem;display:flex}.hero-card{background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:.875rem;padding:1rem 1.125rem}.hero-card-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500}.hero-card-label-accent{color:var(--accent)}.hero-card-meta{margin-top:.5rem}.hero-link{background:linear-gradient(to bottom,var(--border-strong),var(--accent));width:1px;height:1.25rem;margin-inline-start:1.75rem}.hero-metric{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.hero-metric-main{flex-direction:column;gap:.375rem;display:flex}.hero-metric-figure{align-items:baseline;gap:.5rem;display:flex}.hero-metric-name{color:var(--text-secondary);font-size:.875rem;line-height:1.3}.hero-metric-period{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}.hero-spark{flex-shrink:0;width:5rem;height:1.75rem}.hero-spark-line,.hero-spark-fall{fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.hero-spark-line{stroke:var(--border-strong)}.hero-spark-fall{stroke:var(--negative);stroke-width:2px}.hero-spark-dot{fill:var(--negative)}.hero-metric-delta{color:var(--negative);align-items:baseline;gap:.25rem;display:inline-flex}.hero-metric-value{letter-spacing:-.01em;color:var(--negative);font-size:1.75rem;font-weight:700;line-height:1}.hero-why-row{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.hero-driver{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem;line-height:1.4}.hero-driver-scope{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}.hero-share-value{color:var(--text);flex-shrink:0;font-size:1rem;font-weight:600;line-height:1}.hero-share{background:var(--surface-sunken);border:1px solid var(--border);border-radius:9999px;flex:1;height:.5rem;overflow:hidden}.hero-share-fill{background:var(--accent);border-radius:9999px;width:80%;height:100%;display:block}.hero-card-todo{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 8px 30px #18728829}[data-theme=dark] .hero-card-todo{box-shadow:0 8px 30px #2ed1ed24}.hero-action{color:var(--text);margin-top:.375rem;font-size:.9375rem;line-height:1.4}.hero-gain{align-items:baseline;gap:.5rem;margin-top:.625rem;display:flex}.hero-gain-value{letter-spacing:-.01em;color:var(--accent);font-size:1.5rem;font-weight:700;line-height:1}.hero-gain-note{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}@keyframes hero-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes hero-share-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hero-spark-draw{0%{stroke-dashoffset:var(--spark-dash)}to{stroke-dashoffset:0}}@keyframes hero-dot-pop{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.hero-composite>*{animation:.5s both hero-card-in}.hero-composite>:first-child{animation-delay:.1s}.hero-composite>:nth-child(2){animation-delay:.3s}.hero-composite>:nth-child(3){animation-delay:.35s}.hero-composite>:nth-child(4){animation-delay:.55s}.hero-composite>:nth-child(5){animation-delay:.6s}.hero-spark-line{--spark-dash:110;stroke-dasharray:var(--spark-dash);animation:.9s .45s both hero-spark-draw}.hero-spark-fall{--spark-dash:30;stroke-dasharray:var(--spark-dash);animation:.35s 1.25s both hero-spark-draw}.hero-spark-dot{transform-box:fill-box;transform-origin:50%;animation:.3s 1.55s both hero-dot-pop}.hero-share-fill{transform-origin:0;animation:.6s .75s both hero-share-in}@media (prefers-reduced-motion:reduce){.hero-composite>*,.hero-share-fill,.hero-spark-line,.hero-spark-fall,.hero-spark-dot{opacity:1;stroke-dasharray:none;animation:none;transform:none}}@media (min-width:768px){.hero{padding-top:10.5rem;padding-bottom:6rem}}@media (min-width:1024px){.hero-inner{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3.5rem 4rem}.hero-visual{justify-content:flex-end}.hero-composite{width:28rem;max-width:28rem}.hero-pills{grid-column:1/-1}}
.wyg-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:3rem;padding:0;list-style:none;display:grid}.wyg-card{padding:2rem 1.75rem;transition:border-color .15s}.wyg-card:hover{border-color:var(--border-strong)}.wyg-marker{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent);font-size:.6875rem;font-weight:500;display:block}.wyg-title{margin-top:1rem}.wyg-description{margin-top:.75rem}@media (min-width:900px){.wyg-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.wyg-card{padding:2.5rem 2rem}}.wyg-more{justify-content:center;margin-top:2.5rem;display:flex}
.hiw-layout{grid-template-columns:1fr;gap:2rem;margin-top:3rem;display:grid}.hiw-scenes{flex-direction:column;display:flex}.hiw-scene{border-bottom:1px solid var(--border);opacity:1;padding-block:2rem}.hiw-scene:last-child{border-bottom:none}.hiw-scene-step{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent);font-size:.75rem;font-weight:500}.hiw-scene-title{margin-top:.75rem}.hiw-scene-body{max-width:26rem;margin-top:.625rem}.hiw-scene-tag{margin-top:1rem}.hiw-stickywrap{display:none}.hiw-panel{background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:1rem;overflow:hidden}.hiw-panel-chrome{border-bottom:1px solid var(--border);background:var(--surface-sunken);align-items:center;gap:.375rem;padding:.75rem 1rem;display:flex}.hiw-dot{background:var(--border-strong);border-radius:9999px;width:.625rem;height:.625rem}.hiw-url{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border);background:var(--surface);border-radius:9999px;margin-left:.75rem;padding:.125rem .625rem;font-size:.6875rem}.hiw-viz-stack{min-height:22rem;position:relative}.hiw-viz{opacity:0;pointer-events:none;transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:translateY(10px)}.hiw-viz-active{opacity:1;pointer-events:auto;transform:none}.hiw-viz-body{flex-direction:column;gap:1.25rem;height:100%;padding:1.5rem;display:flex}.hiw-live-label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.hiw-dots{justify-content:center;gap:0;margin-top:1.25rem;display:flex}.hiw-dot-btn{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;display:inline-flex}.hiw-dot-btn:before{content:"";border:1px solid var(--border-interactive);background:0 0;border-radius:9999px;width:.625rem;height:.625rem;transition:background-color .2s,border-color .2s}.hiw-dot-btn-active:before{background:var(--accent);border-color:var(--accent)}@media (pointer:coarse){.hiw-dot-btn{width:2.75rem;height:2.75rem}}.hiw-schema{flex-direction:column;align-items:center;gap:0;display:flex}.hiw-schema-node{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-secondary);border:1px solid var(--border);background:var(--surface);border-radius:.5rem;padding:.5rem .875rem;font-size:.75rem}.hiw-schema-node-core{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.hiw-schema-links{gap:3rem;height:1.75rem;display:flex}.hiw-schema-link{background:var(--border-strong);width:1px}.hiw-schema-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hiw-chip-row{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.hiw-chat-question{background:var(--accent-soft);border:1px solid var(--accent);max-width:85%;color:var(--text);border-radius:.875rem .875rem .25rem;align-self:flex-end;padding:.75rem 1rem;font-size:.9375rem}.hiw-chat-answer{background:var(--surface);border:1px solid var(--border);border-radius:.875rem .875rem .875rem .25rem;align-self:flex-start;max-width:92%;padding:1rem}.hiw-chat-answer-lead{color:var(--text);font-size:.9375rem;line-height:1.55}.hiw-drill{border-top:1px solid var(--border);flex-direction:column;gap:.375rem;margin-top:.875rem;padding-top:.75rem;display:flex}.hiw-drill-row{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-muted);font-size:.6875rem}.hiw-checklist{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.hiw-check{color:var(--text-secondary);padding-left:1.5rem;font-size:.9375rem;line-height:1.5;position:relative}.hiw-check:before{content:"";border-radius:.1875rem;width:.625rem;height:.625rem;position:absolute;top:.375rem;left:0}.hiw-check-pass:before{background:var(--accent)}.hiw-check-warn:before{background:var(--text-muted)}.hiw-systems{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase}.hiw-asks{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.hiw-ask{background:var(--accent-soft);border:1px solid var(--accent);border-radius:.625rem;align-items:center;gap:.625rem;padding:.5rem .75rem;display:flex}.hiw-ask-who{font-family:var(--font-mono);letter-spacing:.1em;color:var(--accent);flex-shrink:0;min-width:2rem;font-size:.625rem;font-weight:500}.hiw-ask-text{color:var(--text);font-size:.875rem;line-height:1.4}.hiw-converge{justify-content:center;align-items:center;gap:.375rem;height:1.5rem;display:flex}.hiw-converge-line{background:var(--border-strong);width:1px}.hiw-converge-line:first-child,.hiw-converge-line:nth-child(3){height:.625rem}.hiw-converge-line:nth-child(2){background:var(--accent);height:1rem}.hiw-one-answer{background:var(--surface-sunken);border:1px solid var(--accent);text-align:center;border-radius:.75rem;padding:1rem 1.125rem}.hiw-one-answer-value{letter-spacing:-.01em;color:var(--text);font-size:1.75rem;font-weight:700;line-height:1}.hiw-one-answer-rule{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);margin-top:.5rem;font-size:.6875rem}.hiw-bars{align-items:flex-end;gap:.75rem;height:6rem;display:flex}.hiw-bar{background:var(--border-strong);border-radius:.375rem .375rem 0 0;flex:1;height:45%}.hiw-bar-2{height:70%}.hiw-bar-3{height:55%}.hiw-bar-accent{background:var(--accent);height:90%}.hiw-sowhat{border:1px solid var(--accent);background:var(--accent-soft);border-radius:.75rem;padding:.875rem 1rem}.hiw-sowhat-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:.6875rem;font-weight:500}.hiw-sowhat-text{color:var(--text);margin-top:.375rem;font-size:.9375rem;line-height:1.5}.hiw-outputs{flex-wrap:wrap;gap:.5rem;display:flex}.hiw-mobile-viz{margin-top:1rem}.hiw-mobile-viz .hiw-viz-body{min-height:0}@media (min-width:900px){.hiw-layout{grid-template-columns:.95fr 1.05fr;gap:4rem}.hiw-scene{flex-direction:column;justify-content:center;align-items:flex-start;min-height:24rem;padding-block:5rem;display:flex}.hiw-scene .hiw-scene-title{color:var(--text-secondary);transition:color .3s}.hiw-scene .hiw-scene-step{color:var(--text-muted);transition:color .3s}.hiw-scene-active .hiw-scene-title{color:var(--text)}.hiw-scene-active .hiw-scene-step{color:var(--accent)}.hiw-mobile-viz{display:none}.hiw-stickywrap{--hiw-panel-half:13rem;top:max(6.25rem,calc(50vh - var(--hiw-panel-half)));align-self:start;display:block;position:sticky}.hiw-sticky{flex-direction:column;display:flex}}@media (min-width:900px) and (max-height:600px){.hiw-stickywrap{position:static}}.hiw-reduced .hiw-viz,.hiw-reduced .hiw-scene-title,.hiw-reduced .hiw-scene-step,.hiw-reduced .hiw-dot-btn:before{transition:none}.hiw-reduced .hiw-viz{transform:none}@media (prefers-reduced-motion:reduce){.hiw-viz,.hiw-scene-title,.hiw-scene-step,.hiw-dot-btn:before{transition:none}}
.social-proof{padding-block:2rem}.social-proof-inner{background-image:linear-gradient(to right,transparent,var(--border)20%,var(--border)80%,transparent),linear-gradient(to right,transparent,var(--border)20%,var(--border)80%,transparent);background-position:0 0,0 100%;background-repeat:no-repeat;background-size:100% 1px,100% 1px;flex-direction:column;align-items:flex-start;gap:.75rem;padding-block:1.75rem;display:flex}.social-proof-line{color:var(--text-secondary);max-width:42rem;font-size:1rem;line-height:1.6}.social-proof-link{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid #0000;padding-block:.25rem;font-size:.6875rem;transition:border-color .15s;display:inline-block}.social-proof-link:hover{border-bottom-color:var(--accent)}@media (min-width:768px){.social-proof-inner{flex-direction:row;justify-content:space-between;align-items:baseline;gap:2rem}}@media (pointer:coarse){.social-proof-link{padding-block:.625rem}}
.teaser-grid{grid-template-columns:minmax(0,1fr);gap:.75rem;margin-top:2rem;padding:0;list-style:none;display:grid}.teaser-card{padding:1.25rem 1rem}.teaser-name{color:var(--text);font-size:1rem;font-weight:600}.teaser-users{margin-top:.25rem}.teaser-total{flex-direction:column;gap:.125rem;margin-top:1rem;display:flex}.teaser-breakdown{margin-top:.5rem}.teaser-install{color:var(--text-muted);margin-top:.25rem}.teaser-total-value{letter-spacing:-.01em;color:var(--text);font-size:1.5rem;font-weight:700;line-height:1}.teaser-total-unit{color:var(--text-muted);font-size:.8rem;font-weight:500}.teaser-cta{margin-top:2rem}@media (min-width:768px){.teaser-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2.5rem}.teaser-card{padding:1.75rem 1.5rem}.teaser-total{flex-direction:row;align-items:baseline;gap:.5rem}.teaser-total-value{font-size:1.75rem}}
