html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}html,body{overflow-x:clip}:root{--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--motion-fast: .16s;--motion-medium: .32s;--motion-slow: .52s}html{font-family:Geist,Avenir Next,Avenir,Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;text-rendering:geometricPrecision}body{background:#000}a{color:inherit;text-decoration:none}.site-header{position:fixed;top:0;right:0;left:0;z-index:10;padding:clamp(12px,2vw,22px) 0 0;pointer-events:none}.site-nav{box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr) auto;column-gap:clamp(16px,4vw,40px);align-items:center;width:min(calc(100% - clamp(28px,7vw,96px)),1180px);min-height:clamp(56px,7vw,68px);margin:0 auto;padding:0 clamp(10px,2.6vw,18px);pointer-events:auto;background:#120d1f29;border:1px solid rgba(255,255,255,.14);border-radius:999px;box-shadow:0 18px 50px #03020c2e;-webkit-backdrop-filter:blur(22px) saturate(1.25);backdrop-filter:blur(22px) saturate(1.25)}.site-nav__brand{grid-column:1;display:inline-flex;align-items:center;width:fit-content}.site-nav__logo{display:block;width:clamp(118px,15vw,158px);height:auto;filter:drop-shadow(0 1px 10px rgba(0,0,0,.28))}.site-nav__links{grid-column:2;min-width:0;min-height:1px}.site-nav__cta{grid-column:3;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 17px;color:#120d1f;font:700 .875rem/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;cursor:pointer;background:#fff;border:1px solid rgba(255,255,255,.42);border-radius:999px;box-shadow:0 12px 32px #03020c38;transition:background-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) ease}.site-nav__cta:hover{color:#120d1f;background:#ffffffe0;transform:translateY(-2px)}.site-nav__cta:active{box-shadow:0 8px 24px #03020c3d;transform:scale(.97)}.site-nav__cta:focus-visible{outline:3px solid rgba(247,214,111,.58);outline-offset:3px}.site-nav__cta-label--mobile{display:none}.landing-page{--enlyte-red: #fe3d31;--enlyte-orange: #fe6129;--enlyte-amber: #f8a120;--enlyte-yellow: #eec515;--enlyte-magenta: #ce1d93;--enlyte-violet: #920bcd;--enlyte-purple: #701adb;--enlyte-blue: #1b65d8;--enlyte-cyan: #338ac7;--section-padding-y: clamp(56px, 7vw, 96px);min-height:100vh;background:#000}.motion-ready [data-reveal]{opacity:0;transform:translateY(10px);transition:opacity var(--motion-slow) var(--ease-out-quart),transform var(--motion-slow) var(--ease-out-quart);will-change:opacity,transform}.motion-ready [data-reveal].is-revealed{opacity:1;transform:translateY(0)}.motion-ready [data-reveal-delay="1"]{transition-delay:70ms}.motion-ready [data-reveal-delay="2"]{transition-delay:.14s}.motion-ready [data-reveal-delay="3"]{transition-delay:.21s}.hero{position:relative;min-height:100svh;min-height:100dvh;overflow:hidden}.hero__background{z-index:0;opacity:.9;filter:saturate(.92) contrast(.92) brightness(.88)}.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 52% 12%,rgb(255 255 255 / .09),transparent 25rem),linear-gradient(90deg,#050408b8,#08060d85 48%,#08060d47),linear-gradient(180deg,#0000003d,#00000005 42%,#0000007a)}.hero__content{position:relative;z-index:2;box-sizing:border-box;display:flex;align-items:flex-start;width:min(100%,1280px);min-height:100svh;min-height:100dvh;margin:0 auto;padding:clamp(32px,5vw,72px) clamp(20px,5vw,80px)}.hero__copy{display:flex;flex-direction:column;width:min(100%,1120px);min-width:0;padding-top:clamp(96px,18vh,170px)}.hero__headline{margin:0;font-size:clamp(3rem,5.4vw,4.55rem);line-height:1.18;font-weight:600;letter-spacing:0;color:#ffffffeb;text-wrap:pretty}.hero__headline,.hero__subheading,.hero__actions{animation:heroContentIn .42s var(--ease-out-quart) both;will-change:opacity,transform}.hero__subheading{animation-delay:90ms}.hero__actions{animation-delay:.18s}.hero__headline>span{display:block}.hero__headline>span+span{color:#ffffffa3}.hero__headline-mobile-line{display:inline}.hero__headline-mobile-line+.hero__headline-mobile-line:before{content:" "}.hero__subheading{display:grid;gap:10px;max-width:720px;margin:clamp(34px,4vw,54px) 0 0;font-size:clamp(1.05rem,.96rem + .32vw,1.3rem);line-height:1.62;font-weight:400;color:#ffffffa8;overflow-wrap:break-word}.hero__subheading p{margin:0}.hero__subheading p:first-child{color:#ffffffe0}.hero__actions{display:flex;align-items:center;gap:clamp(20px,3vw,34px);margin-top:clamp(44px,7vh,78px);padding-top:0}.hero__button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;border-radius:999px;font-size:clamp(.98rem,.94rem + .14vw,1.08rem);font-weight:600;line-height:1;white-space:nowrap;transition:background-color .18s ease,color .18s ease,transform var(--motion-fast) ease}.hero__button--secondary:hover{transform:translateY(-2px)}.hero__button:active{transform:scale(.97)}.hero__button:focus-visible{outline:3px solid rgba(247,214,111,.58);outline-offset:4px}.hero__button--primary{min-width:164px;padding:0 30px;background:#fff;color:#16131b;box-shadow:0 18px 48px #00000042;transition:background-color .16s ease,transform .16s ease}.hero__button--primary:hover{background:#ffffffe0;transform:translateY(-2px)}.hero__button--primary:active{transform:scale(.97)}.hero__button--secondary{gap:8px;color:#ffffffe6}.hero__button--secondary:hover{color:#fff}.hero__button-icon{width:19px;height:19px;transition:transform var(--motion-fast) ease}.hero__button--secondary:hover .hero__button-icon{transform:translate(3px)}.hero__button--secondary:active .hero__button-icon{transform:translate(1px) scale(.96)}.backing-section{position:relative;overflow:hidden;padding:clamp(30px,4vw,56px) clamp(20px,5vw,80px);border-top:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .08);background:#000}.backing-section__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(100%,1280px);margin:0 auto}.backing-section__card{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:58px;padding:10px 20px;border:1px solid rgb(255 255 255 / .14);border-radius:8px;background:#ffffff09;box-shadow:inset 0 1px #ffffff14;color:#ffffffa8;font-size:clamp(.8rem,.77rem + .1vw,.88rem);font-weight:650;line-height:1.1;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.backing-section__card:hover{background:#ffffff0f;border-color:#ffffff38;transform:translateY(-2px)}.backing-section__card:active{transform:scale(.98)}.backing-section__card img{width:clamp(92px,7.4vw,112px);height:auto;flex:0 0 auto;filter:grayscale(1) invert(1) brightness(1.65);opacity:.88}.backing-section__divider{width:1px;height:30px;margin:0 clamp(12px,1.3vw,17px);background:#ffffff24}.backing-section__text{display:flex;flex-direction:column;gap:5px;min-width:0}.backing-section__text span:first-child{color:#ffffffc7}.backing-section__text span:last-child{font-size:.76em;font-weight:550;color:#ffffff6b}.section-title{margin:0;color:#fffffff0;font-size:clamp(1.75rem,3vw,2.82rem);font-weight:650;line-height:1.08;letter-spacing:0;text-wrap:balance}.section-lede{max-width:680px;margin:clamp(14px,2vw,20px) auto 0;color:#ffffffa8;font-size:clamp(.84rem,.8rem + .14vw,.94rem);font-weight:400;line-height:1.48;text-wrap:pretty}.thesis-section{position:relative;overflow:hidden;padding:var(--section-padding-y) clamp(20px,5vw,80px);background:radial-gradient(circle at 50% 18%,rgb(255 255 255 / .04),transparent 24rem),#000}.thesis-section__inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(30px,6vw,82px);align-items:center;width:min(100%,1100px);margin:0 auto}.thesis-section__copy{max-width:540px}.thesis-section .section-lede{margin-inline:0}.thesis-section__body{display:grid;gap:12px;max-width:580px;margin-top:clamp(16px,2.2vw,24px)}.thesis-section__body p{margin:0;color:#ffffff94;font-size:clamp(.84rem,.8rem + .14vw,.94rem);line-height:1.5}.thesis-map{--thesis-map-gap: clamp(12px, 1.8vw, 22px);position:relative;display:grid;grid-template-columns:minmax(0,1fr) clamp(86px,11vw,132px) minmax(0,1.08fr);gap:var(--thesis-map-gap);align-items:center;min-height:220px;padding:clamp(18px,2.4vw,28px);overflow:hidden;border:1px solid rgb(255 255 255 / .12);border-radius:8px;background:linear-gradient(rgb(255 255 255 / .028) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .028) 1px,transparent 1px),linear-gradient(135deg,rgb(255 255 255 / .042),transparent 42%),radial-gradient(circle at 80% 50%,rgb(47 141 255 / .16),transparent 18rem),radial-gradient(circle at 38% 48%,rgb(191 67 255 / .1),transparent 17rem),#ffffff07;background-size:42px 42px,42px 42px,auto,auto,auto,auto;box-shadow:inset 0 1px #ffffff14,0 26px 70px #0000004d}.thesis-map__inputs{position:relative;display:grid;gap:12px}.thesis-map__output{position:relative;display:grid}.thesis-map__label{position:absolute;bottom:calc(100% + 12px);left:0;color:#ffffff6b;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.thesis-map__input,.thesis-map__outcome{box-sizing:border-box;min-width:0;border:1px solid rgb(255 255 255 / .12);border-radius:8px;background:#08080cb8;box-shadow:inset 0 1px #ffffff14}.thesis-map__input{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;color:#ffffffc7;font-size:clamp(.84rem,.8rem + .14vw,.96rem);font-weight:650}.thesis-map__input>span{min-width:0}.thesis-map__input svg{width:20px;height:20px;flex:0 0 auto;color:#fff;opacity:.5}.thesis-map__flow{display:grid;align-self:stretch;place-items:center;min-width:0}.thesis-map__flow svg{width:calc(100% + 2 * var(--thesis-map-gap));height:100%;overflow:visible;filter:drop-shadow(0 0 10px rgb(191 67 255 / .34))}.thesis-map__path{fill:none;opacity:0;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1;clip-path:inset(0 100% 0 0);vector-effect:non-scaling-stroke}.thesis-map--flow-visible .thesis-map__path{animation:thesisFlowDraw .7s cubic-bezier(.45,0,.55,1) forwards}.thesis-map--flow-visible .thesis-map__path--combined{animation-duration:.3s;animation-delay:.7s}.thesis-map__arrowhead{--thesis-arrow-start-scale-x: .72;--thesis-arrow-start-scale-y: .72;--thesis-arrow-end-scale-x: 1;--thesis-arrow-end-scale-y: 1;opacity:0;filter:saturate(.34) brightness(.64) contrast(.88) drop-shadow(0 0 5px rgb(255 115 171 / .14));transform:translate(-4px) scale(var(--thesis-arrow-start-scale-x),var(--thesis-arrow-start-scale-y));transform-box:fill-box;transform-origin:center}.thesis-map--flow-visible .thesis-map__arrowhead{animation:thesisArrowIn .18s cubic-bezier(.165,.84,.44,1) .96s forwards}.thesis-map__outcome{display:flex;gap:12px;align-items:center;justify-content:center;min-height:84px;padding:16px;color:#ffffffeb;font-size:clamp(.96rem,.88rem + .26vw,1.16rem);font-weight:700;text-align:center;background:radial-gradient(circle at 50% 35%,rgb(47 141 255 / .2),transparent 10rem),linear-gradient(135deg,#bf43ff1f,#ff6a2e14),#08080cc7}.thesis-map__outcome svg{width:24px;height:24px;flex:0 0 auto;color:#d77aff;filter:drop-shadow(0 0 12px rgb(191 67 255 / .44))}.problem-section{position:relative;overflow:hidden;padding:var(--section-padding-y) clamp(20px,5vw,80px);background:radial-gradient(ellipse at 8% 24%,rgb(191 67 255 / .11),transparent 32rem),radial-gradient(ellipse at 92% 78%,rgb(255 106 46 / .08),transparent 28rem),#000}.problem-section__inner{display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,58px);width:min(100%,1180px);margin:0 auto}.problem-section__header{max-width:760px;margin:0 auto;text-align:center}.problem-section__title{max-width:760px;margin-inline:auto}.problem-section__lede{max-width:500px}.problem-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgb(255 255 255 / .14);border-bottom:1px solid rgb(255 255 255 / .14)}.problem-ledger__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(18px,2.3vw,28px);padding:clamp(26px,3vw,38px) clamp(22px,3.2vw,36px);border-left:1px solid rgb(255 255 255 / .11)}.problem-ledger__item:first-child{border-left:0}.problem-ledger__number{color:var(--enlyte-orange);font-size:clamp(.8rem,.76rem + .14vw,.92rem);font-weight:760;line-height:1.25;letter-spacing:.08em;text-shadow:0 0 18px color-mix(in srgb,var(--enlyte-orange) 42%,transparent)}.problem-ledger__item h3{margin:0;color:#ffffffe6;font-size:clamp(1.1rem,1rem + .42vw,1.45rem);font-weight:680;line-height:1.16;letter-spacing:0;text-wrap:balance}.problem-ledger__item p{max-width:560px;margin:10px 0 0;color:#ffffff9e;font-size:clamp(.88rem,.84rem + .16vw,1rem);font-weight:400;line-height:1.5}.solution-section{position:relative;overflow:hidden;padding:clamp(42px,5.5vw,72px) clamp(20px,5vw,80px) clamp(48px,6vw,78px);background:radial-gradient(circle at 50% 14%,rgb(255 255 255 / .045),transparent 25rem),radial-gradient(ellipse at 50% 75%,rgb(70 36 146 / .18),transparent 30rem),#000}.solution-section__inner{width:min(100%,1100px);margin:0 auto}.solution-section__header{max-width:820px;margin:0 auto;text-align:center}.solution-section__eyebrow{margin:0 0 12px;color:#d978ff;font-size:clamp(.62rem,.6rem + .08vw,.7rem);font-weight:700;line-height:1;letter-spacing:.32em;text-transform:uppercase;text-shadow:0 0 18px rgb(217 120 255 / .64)}.solution-section__title{margin:0;color:#fffffff0;font-size:clamp(1.75rem,3vw,2.82rem);font-weight:650;line-height:1.08;letter-spacing:0;text-wrap:balance}.solution-section__title span{display:block}.solution-section__lede{max-width:680px;margin:clamp(14px,2vw,20px) auto 0;color:#ffffffa8;font-size:clamp(.84rem,.8rem + .14vw,.94rem);font-weight:400;line-height:1.48;text-wrap:pretty}.solution-section__diagram{margin-top:clamp(24px,3vw,34px)}.solution-section__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.6vw,18px)}.solution-card{--solution-accent: var(--enlyte-purple);position:relative;display:flex;flex-direction:column;align-items:center;min-height:clamp(162px,15vw,190px);padding:clamp(20px,2.4vw,28px) clamp(18px,2.4vw,26px);overflow:hidden;text-align:center;border:1px solid color-mix(in srgb,var(--solution-accent) 38%,transparent);border-radius:8px;background:radial-gradient(circle at 50% 28%,color-mix(in srgb,var(--solution-accent) 17%,transparent),transparent 11rem),linear-gradient(180deg,#ffffff09,#ffffff03);box-shadow:inset 0 1px #ffffff12,0 26px 70px #00000057}.solution-card:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:radial-gradient(circle at 50% 27%,color-mix(in srgb,var(--solution-accent) 16%,transparent),transparent 8rem),linear-gradient(180deg,transparent 0%,rgb(0 0 0 / .32) 100%)}.solution-card--reasoning{--solution-accent: var(--enlyte-orange)}.solution-card--knowledge{--solution-accent: var(--enlyte-blue)}.solution-card__icon{position:relative;z-index:1;display:grid;place-items:center;width:clamp(52px,5vw,68px);margin-bottom:clamp(16px,2vw,22px);aspect-ratio:1;color:var(--solution-accent);border-radius:50%;background:color-mix(in srgb,var(--solution-accent) 20%,transparent);box-shadow:0 0 42px color-mix(in srgb,var(--solution-accent) 24%,transparent)}.solution-card__icon svg{width:48%;height:48%;stroke-width:1.9;filter:drop-shadow(0 0 11px color-mix(in srgb,var(--solution-accent) 72%,transparent))}.solution-card h3{position:relative;z-index:1;margin:0;color:#fffffff0;font-size:clamp(.96rem,.88rem + .24vw,1.16rem);font-weight:680;line-height:1.22;letter-spacing:0;text-wrap:balance}.solution-card p{position:relative;z-index:1;max-width:260px;margin:10px auto 0;color:#ffffffad;font-size:clamp(.78rem,.75rem + .1vw,.86rem);font-weight:400;line-height:1.42}.solution-flow{position:relative;height:174px}.solution-flow>svg{position:absolute;inset:0 0 auto;width:100%;height:116px;overflow:visible;filter:drop-shadow(0 0 10px rgb(191 67 255 / .34))}.solution-flow>svg path{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1;vector-effect:non-scaling-stroke}.solution-wordmark{position:absolute;top:76px;left:50%;transform:translate(-50%)}.solution-wordmark:after{position:absolute;top:calc(100% + 7px);left:50%;width:2px;height:30px;content:"";background:linear-gradient(180deg,#ffffff2e,#d77aff 50%,#2f8dff);border-radius:999px;box-shadow:0 0 16px #bf43ff66;transform:translate(-50%)}.solution-wordmark img{display:block;width:clamp(88px,8vw,118px);height:auto;filter:drop-shadow(0 0 16px rgb(255 255 255 / .18)) drop-shadow(0 0 34px rgb(55 137 255 / .2))}.solution-pill{position:absolute;top:142px;left:50%;display:inline-flex;gap:10px;align-items:center;justify-content:center;min-width:min(100%,320px);min-height:52px;padding:0 24px;color:#ffffffe6;font-size:clamp(.96rem,.88rem + .24vw,1.16rem);font-weight:680;line-height:1;white-space:nowrap;border:2px solid transparent;border-radius:999px;background:linear-gradient(#050509,#050509) padding-box,linear-gradient(90deg,#bf43ff,#ff6540 48%,#2f8dff) border-box;box-shadow:0 0 34px #bf43ff47,0 0 42px #2f8dff38,inset 0 1px #ffffff14;transform:translate(-50%)}.solution-pill__icon{display:grid;place-items:center;flex:0 0 auto;width:24px;height:24px;color:#d77aff}.solution-pill__icon svg{display:block;width:100%;height:100%;stroke-width:1.8}.template-section{position:relative;overflow:hidden;scroll-margin-top:110px;padding:var(--section-padding-y) clamp(20px,5vw,80px);background:radial-gradient(ellipse at 14% 62%,rgb(191 67 255 / .13),transparent 34rem),radial-gradient(ellipse at 86% 58%,rgb(47 141 255 / .14),transparent 34rem),#000}.demo-section__inner{width:min(100%,1100px);margin:0 auto}.demo-section__header{max-width:760px;margin:0 auto;text-align:center}.demo-console{margin-top:clamp(28px,4vw,42px);overflow:hidden;color:#ffffffe6;border:1px solid rgb(255 255 255 / .14);border-radius:8px;background:linear-gradient(135deg,rgb(255 255 255 / .035),transparent 36%),#07070b;box-shadow:inset 0 1px #ffffff12}.demo-console button{font:inherit}.demo-console__topbar{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px clamp(14px,2.2vw,22px);border-bottom:1px solid rgb(255 255 255 / .1);background:#ffffff06}.demo-console__brand,.demo-console__playback,.demo-console__status,.demo-console__replay,.demo-console__playback-button,.demo-connected-status,.demo-live-status{display:inline-flex;align-items:center}.demo-console__brand{gap:12px;min-width:0}.demo-console__brand img{display:block;width:82px;height:auto}.demo-console__brand>span{padding-left:12px;color:#ffffff8a;font-size:.76rem;font-weight:600;line-height:1;border-left:1px solid rgb(255 255 255 / .12)}.demo-console__playback{gap:12px;justify-content:flex-end;min-width:0}.demo-console__status{gap:8px;min-width:0;color:#ffffff94;font-size:.74rem;font-weight:620;line-height:1}.demo-console__status>span:first-child{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#ffffff4d}.demo-console__status>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.demo-console__status--playing>span:first-child{background:#58d89d;box-shadow:0 0 10px #58d89d73}.demo-console__status--paused>span:first-child{background:var(--enlyte-amber)}.demo-console__status--complete>span:first-child{background:var(--enlyte-blue)}.demo-console__playback-button,.demo-console__replay{justify-content:center;flex:0 0 auto;color:#ffffffc2;cursor:pointer;border:1px solid rgb(255 255 255 / .13);background:#ffffff09;transition:color var(--motion-fast) ease,background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,transform var(--motion-fast) ease}.demo-console__playback-button{width:34px;height:34px;padding:0;border-radius:50%}.demo-console__playback-button svg{width:15px;height:15px;stroke-width:2}.demo-console__replay{gap:7px;min-height:34px;padding:0 12px;font-size:.74rem;font-weight:680;border-radius:999px}.demo-console__replay svg{width:14px;height:14px;stroke-width:2}.demo-console__playback-button:hover,.demo-console__replay:hover{color:#fff;border-color:#ffffff3d;background:#ffffff12}.demo-console__playback-button:active,.demo-console__replay:active{transform:scale(.96)}.demo-console__playback-button:focus-visible,.demo-console__replay:focus-visible,.demo-stage-control:focus-visible{position:relative;z-index:1;outline:3px solid rgb(247 214 111 / .58);outline-offset:-3px}.demo-console__stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid rgb(255 255 255 / .1);background:#09090e}.demo-stage-control{position:relative;box-sizing:border-box;min-width:0;min-height:62px;padding:0 clamp(10px,2vw,20px);color:#ffffff70;font-size:clamp(.74rem,.7rem + .13vw,.82rem);font-weight:680;line-height:1.2;letter-spacing:0;cursor:pointer;border:0;border-left:1px solid rgb(255 255 255 / .08);background:transparent;transition:color var(--motion-fast) ease,background-color var(--motion-fast) ease}.demo-stage-control:first-child{border-left:0}.demo-stage-control:hover{color:#ffffffbd;background:#ffffff06}.demo-stage-control--active{color:#fffffff0;background:linear-gradient(180deg,rgb(255 255 255 / .035),transparent),#ffffff04}.demo-stage-control__track{position:absolute;right:clamp(10px,2vw,20px);bottom:0;left:clamp(10px,2vw,20px);height:2px;overflow:hidden;background:#ffffff14}.demo-stage-control__track>span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--enlyte-purple),var(--enlyte-magenta),var(--enlyte-orange));transform:scaleX(0);transform-origin:left}.demo-console--playing .demo-stage-control--active .demo-stage-control__track>span,.demo-console--paused .demo-stage-control--active .demo-stage-control__track>span{animation:demoStageProgress var(--demo-progress-duration) linear both}.demo-console--paused .demo-stage-control--active .demo-stage-control__track>span{animation-play-state:paused}.demo-console--complete .demo-stage-control--active .demo-stage-control__track>span{transform:scaleX(1)}.demo-console__workspace{height:460px}.demo-stage-view{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);gap:clamp(34px,6vw,76px);align-items:center;height:100%;padding:clamp(34px,5vw,58px);animation:demoStageIn .26s var(--ease-out-quart) both}.demo-stage-view__intro{max-width:390px}.demo-stage-view__number{display:block;margin-bottom:13px;color:#cf75ff;font-size:.68rem;font-weight:740;line-height:1;letter-spacing:.14em;text-transform:uppercase}.demo-stage-view h3,.demo-live-stage h3{margin:0;color:#fffffff0;font-size:clamp(1.38rem,2.4vw,2rem);font-weight:680;line-height:1.12;letter-spacing:0;text-wrap:balance}.demo-stage-view__intro>p,.demo-live-stage__intro>p{margin:16px 0 0;color:#ffffff9e;font-size:clamp(.86rem,.82rem + .12vw,.94rem);line-height:1.55;text-wrap:pretty}.demo-source-list,.demo-context-list{min-width:0;border-top:1px solid rgb(255 255 255 / .12);border-bottom:1px solid rgb(255 255 255 / .12);background:#ffffff05}.demo-list-header,.demo-source-row,.demo-context-list dl>div{box-sizing:border-box;min-height:58px;border-top:1px solid rgb(255 255 255 / .09)}.demo-list-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:0 18px;color:#ffffff7a;font-size:.68rem;font-weight:700;line-height:1.2;text-transform:uppercase}.demo-list-header:first-child,.demo-context-list dl>div:first-child{border-top:0}.demo-connected-status{gap:6px;color:#75d9aa;font-size:.66rem;font-weight:680;line-height:1.2;text-align:right;text-transform:none}.demo-connected-status svg{width:13px;height:13px;flex:0 0 auto;stroke-width:2.2}.demo-source-row{display:grid;grid-template-columns:22px minmax(0,1fr) 18px;gap:13px;align-items:center;padding:0 18px;color:#ffffffc7;font-size:clamp(.8rem,.77rem + .1vw,.88rem);font-weight:580;line-height:1.3}.demo-source-row>svg:first-child{width:18px;height:18px;color:#ffffff6b;stroke-width:1.8}.demo-source-row>svg:last-child{width:15px;height:15px;justify-self:end;color:#75d9aa;stroke-width:2.2}.demo-context-list dl{margin:0}.demo-context-list dl>div{display:grid;grid-template-columns:minmax(112px,.8fr) minmax(0,1.2fr);gap:20px;align-items:center;padding:10px 18px}.demo-context-list dt,.demo-context-list dd{margin:0}.demo-context-list dt{color:#ffffff6b;font-size:.72rem;font-weight:620;line-height:1.3}.demo-context-list dd{color:#ffffffd6;font-size:clamp(.82rem,.78rem + .12vw,.9rem);font-weight:620;line-height:1.35}.demo-live-stage{display:grid;grid-template-rows:150px minmax(0,1fr);height:100%;animation:demoStageIn .26s var(--ease-out-quart) both}.demo-live-stage__intro{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);gap:clamp(28px,6vw,80px);align-items:end;min-height:0;padding:clamp(28px,3.8vw,42px) clamp(28px,4.5vw,50px)}.demo-live-stage__intro .demo-stage-view__number{margin-bottom:10px}.demo-live-stage__intro>p{max-width:430px;margin:0}.demo-live-workspace{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:0;border-top:1px solid rgb(255 255 255 / .1);background:#08080d}.demo-call-pane,.demo-guidance-pane{min-width:0}.demo-call-pane{border-right:1px solid rgb(255 255 255 / .1)}.demo-guidance-pane{background:radial-gradient(circle at 92% 8%,rgb(191 67 255 / .1),transparent 18rem),#0a090f}.demo-pane-header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:0 clamp(18px,2.8vw,28px);color:#ffffff7a;font-size:.68rem;font-weight:700;line-height:1;text-transform:uppercase;border-bottom:1px solid rgb(255 255 255 / .09)}.demo-pane-header>svg{width:15px;height:15px;color:#c66fff;stroke-width:1.9}.demo-live-status{gap:6px;color:#75d9aa;font-size:.66rem;text-transform:none}.demo-live-status>span{width:6px;height:6px;border-radius:50%;background:#58d89d;box-shadow:0 0 10px #58d89d73}.demo-live-status--review{color:#cf75ff}.demo-live-status--review>span{background:#bf43ff;box-shadow:0 0 10px #bf43ff73}.demo-call-transcript{--demo-transcript-shift: -96px;height:192px;overflow:hidden}.demo-call-transcript__stack{transform:translateY(0)}.demo-call-transcript--advanced .demo-call-transcript__stack{animation:demoTranscriptAdvance .42s ease-in-out both}.demo-call-line{display:block;box-sizing:border-box;width:100%;height:96px;margin:0;padding:16px clamp(18px,2.8vw,28px);color:inherit;text-align:left;cursor:default;border:0;border-bottom:1px solid rgb(255 255 255 / .08);background-color:transparent;transition:color .26s ease,opacity .26s ease,background-color .26s ease}button.demo-call-line:disabled{color:inherit;opacity:1}.demo-call-line__meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.demo-call-line__meta>span,.demo-call-line__meta time,.demo-guidance-field>span{color:#ffffff61;font-size:.66rem;font-weight:700;line-height:1;text-transform:uppercase}.demo-guidance-field>span{display:block;margin-bottom:8px}.demo-call-line__meta time{font-variant-numeric:tabular-nums;letter-spacing:0}.demo-call-line p,.demo-guidance-field p{margin:0;color:#ffffffd6;font-size:clamp(.88rem,.84rem + .12vw,.96rem);line-height:1.48;text-wrap:pretty}.demo-call-line--history{opacity:.42}.demo-call-line--current{background:#bf43ff0f}.demo-call-line--current p{color:#fffffff0}.demo-call-line--upcoming{opacity:0}.demo-live-stage--reviewable .demo-call-transcript{overflow-y:auto;scrollbar-color:rgb(255 255 255 / .22) transparent;scrollbar-width:thin}.demo-live-stage--reviewable .demo-call-transcript__stack{animation:none;transform:none}.demo-live-stage--reviewable button.demo-call-line{cursor:pointer}.demo-live-stage--reviewable .demo-call-line--current .demo-call-line__phrases>span{animation:none;opacity:1;filter:none;transform:none}@media(hover:hover)and (pointer:fine){.demo-live-stage--reviewable button.demo-call-line:hover{background-color:#ffffff0b;opacity:.82}.demo-live-stage--reviewable button.demo-call-line--current:hover{background-color:#bf43ff17;opacity:1}}.demo-live-stage--reviewable button.demo-call-line:focus-visible{position:relative;z-index:1;outline:2px solid rgb(247 214 111 / .72);outline-offset:-2px}.demo-call-line--current .demo-call-line__phrases>span{display:inline-block;opacity:0;filter:blur(2px);transform:translateY(4px);animation:demoTranscriptPhraseIn .28s var(--ease-out-quart) both}.demo-call-line--current .demo-call-line__phrases>span:nth-child(1){animation-delay:.18s}.demo-call-line--current .demo-call-line__phrases>span:nth-child(2){animation-delay:.56s}.demo-call-line--current .demo-call-line__phrases>span:nth-child(3){animation-delay:.94s}.demo-guidance-sequence{position:relative;height:calc(100% - 48px);min-height:0}.demo-guidance-analyzing{position:absolute;z-index:1;top:24px;left:clamp(18px,2.8vw,28px);display:flex;gap:8px;align-items:center;color:#cf75ff;font-size:.76rem;font-weight:650;opacity:0;animation:demoGuidanceAnalyze .45s ease-out 1.22s both}.demo-guidance-analyzing svg{width:14px;height:14px;stroke-width:1.9}.demo-guidance-content{padding:10px clamp(18px,2.8vw,28px) 22px}.demo-guidance-field{padding:17px 0;opacity:0;filter:blur(2px);transform:translateY(5px);border-bottom:1px solid rgb(255 255 255 / .08);animation:demoGuidanceFieldIn .28s var(--ease-out-quart) both}.demo-guidance-field:nth-child(1){animation-delay:1.69s}.demo-guidance-field:nth-child(2){animation-delay:1.81s}.demo-guidance-field:nth-child(3){animation-delay:1.93s}.demo-live-stage--reviewable .demo-guidance-analyzing{display:none}.demo-live-stage--reviewable .demo-guidance-field{animation:none;opacity:1;filter:none;transform:none}.demo-console--paused .demo-call-line--current .demo-call-line__phrases>span,.demo-console--paused .demo-call-transcript--advanced .demo-call-transcript__stack,.demo-console--paused .demo-guidance-analyzing,.demo-console--paused .demo-guidance-field{animation-play-state:paused}.demo-guidance-field--reply{margin:0 calc(clamp(18px,2.8vw,28px)*-1);padding:18px clamp(18px,2.8vw,28px);background:#bf43ff12}.demo-guidance-field--reply p{color:#fffffff0;font-weight:620}.demo-guidance-field--direction{border-bottom:0}.demo-guidance-field--direction p{color:#d18aff;font-size:.82rem;font-weight:640}.outcomes-section,.partner-section{position:relative;overflow:hidden;padding:var(--section-padding-y) clamp(20px,5vw,80px);background:#000}.outcomes-section{background:radial-gradient(ellipse at 18% 20%,rgb(191 67 255 / .12),transparent 32rem),radial-gradient(ellipse at 88% 74%,rgb(47 141 255 / .12),transparent 30rem),#000}.outcomes-section__inner,.partner-section__inner{width:min(100%,1100px);margin:0 auto}.outcomes-section__inner{display:block}.outcomes-section__copy{max-width:760px}.outcomes-section .section-lede{margin-inline:0}.outcomes-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(36px,5vw,60px);border-top:1px solid rgb(255 255 255 / .18)}.outcome-item{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(12px,1.4vw,18px);padding:clamp(22px,2.8vw,30px) clamp(18px,2vw,28px);border-right:1px solid rgb(255 255 255 / .12);border-bottom:1px solid rgb(255 255 255 / .12)}.outcome-item:last-child{border-right:0}.outcome-item h3{margin:0;color:#ffffffe6;font-size:clamp(1.08rem,1rem + .3vw,1.3rem);font-weight:700;line-height:1.2;letter-spacing:0;text-wrap:balance}.outcome-item p{margin:10px 0 0;color:#ffffff9e;font-size:clamp(.9rem,.86rem + .14vw,1rem);line-height:1.52}.partner-section{scroll-margin-top:clamp(110px,18vw,150px);background:radial-gradient(circle at 22% 44%,rgb(191 67 255 / .13),transparent 30rem),radial-gradient(circle at 78% 42%,rgb(255 106 46 / .09),transparent 28rem),#000}.partner-section__inner{display:block}.partner-section__copy{max-width:980px;margin:0 auto;text-align:center}.partner-section__body{display:grid;gap:14px;max-width:880px;margin-top:clamp(16px,2.2vw,24px);margin-right:auto;margin-left:auto}.partner-section__body p{margin:0;color:#ffffffa8;font-size:clamp(.92rem,.86rem + .18vw,1.02rem);line-height:1.56}.partner-section__actions{display:grid;justify-items:center;gap:12px;margin-top:clamp(24px,3vw,34px)}.partner-section__actions p{margin:0;color:#ffffff85;font-size:clamp(.84rem,.8rem + .12vw,.94rem);line-height:1.42}.partner-button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;color:#ffffffe6;font-size:.98rem;font-weight:700;line-height:1;cursor:pointer;border:1px solid rgb(255 255 255 / .16);border-radius:999px;background:#ffffff0a;transition:background-color .16s ease,color .16s ease,transform .16s ease,border-color .16s ease}.partner-button:hover{transform:translateY(-2px)}.partner-button:active{transform:scale(.97)}.partner-button:focus-visible{outline:3px solid rgb(247 214 111 / .58);outline-offset:3px}.partner-button--primary{color:#16131b;background:#fff;border-color:#ffffff6b;box-shadow:0 18px 48px #00000042}.partner-button--primary:hover{background:#ffffffe0}.scheduler-section{scroll-margin-top:clamp(110px,18vw,150px);padding:var(--section-padding-y) clamp(20px,5vw,80px);background:radial-gradient(circle at 50% 28%,rgb(47 141 255 / .1),transparent 34rem),#000}.scheduler-section__inner{width:min(100%,1280px);margin:0 auto}.partner-scheduler{position:relative;box-sizing:border-box;width:min(100%,920px);margin:0 auto;overflow:hidden;border:1px solid rgb(255 255 255 / .14);border-radius:8px;background:#0b0910;box-shadow:0 24px 76px #0000006b,0 0 64px #bf43ff1f}.partner-scheduler>div,.partner-scheduler cal-inline{display:block;width:100%}.partner-scheduler iframe{display:block;width:100%;min-height:0}@keyframes heroContentIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes thesisFlowDraw{0%{opacity:1;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0)}}@keyframes thesisArrowIn{to{opacity:1;transform:translate(0) scale(var(--thesis-arrow-end-scale-x),var(--thesis-arrow-end-scale-y))}}@keyframes demoStageIn{0%{opacity:.55;filter:blur(3px);transform:translateY(8px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes demoTranscriptPhraseIn{0%{opacity:0;filter:blur(2px);transform:translateY(4px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes demoTranscriptAdvance{to{transform:translateY(var(--demo-transcript-shift))}}@keyframes demoGuidanceAnalyze{0%,12%{opacity:0;transform:translateY(3px)}28%,72%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2px)}}@keyframes demoGuidanceFieldIn{0%{opacity:0;filter:blur(2px);transform:translateY(5px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes demoStageProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.site-footer{position:relative;display:grid;gap:clamp(22px,3vw,34px);place-items:center;padding:clamp(46px,6.2vw,82px) clamp(20px,5vw,80px);overflow:hidden;background:#000;border-top:1px solid rgb(255 255 255 / .08)}.footer-logo{position:relative;display:inline-block;max-width:100%;padding-top:clamp(5px,.9vw,10px);color:#fff;font-size:clamp(2.8rem,8.7vw,6.25rem);filter:drop-shadow(0 0 20px rgb(255 255 255 / .08)) drop-shadow(0 0 46px rgb(47 141 255 / .12))}.footer-logo__wordmark{display:block;width:2.98em;max-width:100%;height:auto;opacity:.96}.footer-logo__triangle{position:absolute;top:0;right:-.19em;width:.52em;aspect-ratio:1;overflow:hidden;background:#000;filter:saturate(1.04) contrast(1.02) brightness(1.08) drop-shadow(0 0 26px rgb(255 101 64 / .22));mask-image:var(--triangle-mask);mask-repeat:no-repeat;mask-position:center;mask-size:100% 100%;-webkit-mask-image:var(--triangle-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:100% 100%}.footer-logo__shader{opacity:.96}.site-footer__tagline{max-width:520px;margin:0;color:#ffffffb8;font-size:clamp(1rem,.94rem + .22vw,1.16rem);font-weight:560;line-height:1.45;text-align:center;text-wrap:balance}.site-footer__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px clamp(18px,3vw,32px);color:#ffffff94;font-size:clamp(.85rem,.82rem + .14vw,.95rem);line-height:1.5;text-align:center}.site-footer__meta a{color:#ffffffc7;transition:color .16s ease}.site-footer__meta a:hover{color:#fff}.site-footer__meta a:focus-visible{outline:3px solid rgba(247,214,111,.58);outline-offset:4px}@media(min-width:921px){.landing-page{--section-padding-y: clamp(44px, 5.6vw, 76px)}}@media(max-width:1250px){.hero,.hero__content{min-height:calc(100svh - 168px);min-height:calc(100dvh - 168px)}.hero__copy{padding-top:clamp(72px,12vh,128px)}.hero__content{padding-bottom:clamp(32px,5vh,56px)}.hero__subheading{margin-top:clamp(40px,6vh,68px)}.hero__actions{margin-top:clamp(54px,9vh,96px)}.backing-section{padding-top:clamp(24px,3vw,38px)}.solution-section__cards{gap:24px}.solution-card{border-radius:8px}}@media(max-width:1399px){.hero,.hero__content{min-height:calc(100svh - 118px);min-height:calc(100dvh - 118px)}.hero__background{opacity:.8}.hero__shade{background:linear-gradient(90deg,#050408c2,#08060d7a),linear-gradient(180deg,#0000004d,#0000000a 46%,#0000008f)}.hero__content{padding:28px 20px 34px}.hero__copy{box-sizing:border-box;width:100%;max-width:calc(100vw - 40px);min-height:calc(100svh - 180px);min-height:calc(100dvh - 180px);justify-content:space-between;padding-top:clamp(64px,12vh,102px);padding-bottom:clamp(24px,5vh,44px)}.hero__headline{font-size:clamp(2.9rem,11.4vw,4.15rem);line-height:1.08}.hero__subheading{max-width:min(34rem,calc(100vw - 40px));margin-top:0;font-size:clamp(1.12rem,4.2vw,1.32rem);line-height:1.5}.hero__headline-mobile-line{display:block}.hero__headline-mobile-line+.hero__headline-mobile-line:before{content:""}.hero__actions{flex-wrap:wrap;gap:12px 22px;margin-top:clamp(30px,5vh,54px)}.hero__button{min-height:58px;font-size:clamp(1.02rem,4vw,1.18rem)}.hero__button--primary{min-width:172px;padding:0 30px}.backing-section{padding:24px 20px}.backing-section__card{min-height:50px;padding:8px 13px;border-radius:8px;font-size:.78rem}.backing-section__card img{width:clamp(78px,23vw,96px)}.backing-section__divider{height:30px;margin:0 10px}.backing-section__text{gap:4px}.problem-section{padding:var(--section-padding-y) 20px}.problem-section__inner{grid-template-columns:1fr;gap:26px}.solution-section{padding:38px 20px 48px}.solution-section__header{text-align:left}.solution-section__eyebrow{letter-spacing:.24em}.solution-section__title{font-size:clamp(1.75rem,8vw,2.82rem)}.solution-section__lede{margin-inline:0}.solution-section__cards{grid-template-columns:1fr;gap:16px}.solution-card{min-height:auto;padding:20px 18px;border-radius:8px}.solution-card__icon{width:54px;margin-bottom:16px}.solution-card p{max-width:34rem;margin-top:10px}.solution-flow{height:auto;margin-top:22px;padding-top:0}.solution-flow>svg,.solution-wordmark{display:none}.solution-pill{position:static;width:100%;min-width:0;min-height:58px;padding:0 18px;font-size:clamp(1rem,4.4vw,1.18rem);white-space:normal;transform:none}.solution-pill__icon{width:26px;height:26px}}@media(max-width:1100px){.thesis-section__inner,.problem-section__inner,.outcomes-section__inner,.partner-section__inner{grid-template-columns:1fr}.thesis-section__copy,.problem-section__header,.outcomes-section__copy,.partner-section__copy{max-width:760px}.outcomes-list{grid-template-columns:repeat(2,minmax(0,1fr))}.outcome-item:nth-child(2){border-right:0}}@media(max-width:920px){.thesis-section,.template-section,.outcomes-section,.partner-section,.scheduler-section{padding-right:20px;padding-left:20px}.thesis-section__copy,.outcomes-section__copy{text-align:left}.section-title{font-size:clamp(1.75rem,8vw,2.82rem)}.section-lede{margin-inline:0}.demo-section__header{margin:0;text-align:left}.demo-stage-view{grid-template-columns:minmax(0,.76fr) minmax(360px,1.24fr);gap:30px;padding:34px}.demo-live-stage__intro{padding:30px 34px}.site-nav__cta-label--full{display:none}.site-nav__cta-label--mobile{display:inline}.problem-section__header{margin:0;text-align:left}.problem-section__lede{margin-inline:0}.problem-ledger{grid-template-columns:1fr}.problem-ledger__item{grid-template-columns:auto minmax(0,1fr);padding-right:0;padding-left:0;border-top:1px solid rgb(255 255 255 / .11);border-left:0}.problem-ledger__item:first-child{border-top:0}}@media(max-width:760px){.demo-console__workspace,.demo-stage-view,.demo-live-stage{height:680px}.demo-stage-view{grid-template-columns:1fr;gap:32px;align-content:center;padding:38px 28px}.demo-stage-view__intro{max-width:560px}.demo-source-list,.demo-context-list{align-self:start}.demo-live-stage__intro{grid-template-columns:1fr;gap:14px;align-items:start;min-height:0;padding:26px 28px}.demo-live-stage{grid-template-rows:auto minmax(0,1fr)}.demo-live-stage__intro>p{max-width:560px}.demo-live-workspace{grid-template-columns:1fr;grid-template-rows:220px minmax(0,1fr)}.demo-call-transcript{height:172px}.demo-call-pane{border-right:0;border-bottom:1px solid rgb(255 255 255 / .1)}}@media(max-width:620px){.outcomes-list{grid-template-columns:1fr}.outcome-item,.outcome-item:nth-child(2){padding-right:0;padding-left:0;border-right:0}.demo-console__topbar{padding-inline:12px}.demo-console__brand>span{display:none}.demo-console__status{max-width:138px}.demo-console__replay{padding-inline:10px}.partner-scheduler{width:100%}}@media(max-width:430px){.hero__actions{align-items:flex-start;flex-direction:column}.backing-section__card{width:min(100%,294px)}.problem-section__header{text-align:left}.problem-ledger__item{grid-template-columns:auto minmax(0,1fr);gap:10px;padding:22px 0}.demo-console__workspace,.demo-stage-view,.demo-live-stage{height:700px}.demo-console__brand img{width:76px}.demo-console__playback{gap:8px}.demo-console__status{max-width:112px}.demo-stage-control{min-height:58px;padding-inline:7px;font-size:.7rem}.demo-stage-control__track{right:7px;left:7px}.demo-stage-view,.demo-live-stage__intro{padding-right:18px;padding-left:18px}.demo-list-header,.demo-source-row,.demo-context-list dl>div{padding-right:13px;padding-left:13px}.demo-list-header--account{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px;min-height:60px}.demo-connected-status{text-align:left}.demo-context-list dl>div{grid-template-columns:minmax(96px,.8fr) minmax(0,1.2fr);gap:12px}.demo-call-transcript{--demo-transcript-shift: -106px;height:182px}.demo-live-workspace{grid-template-rows:230px minmax(0,1fr)}.demo-guidance-content{padding-top:4px;padding-bottom:8px}.demo-guidance-field{padding-top:12px;padding-bottom:12px}.demo-guidance-field--reply{padding-top:14px;padding-bottom:14px}.demo-call-line{height:106px}.solution-card{align-items:flex-start;text-align:left}.solution-card p{margin-inline:0}.thesis-map{--thesis-map-gap: 8px;grid-template-columns:minmax(104px,1.1fr) clamp(40px,13vw,56px) minmax(88px,.9fr);gap:var(--thesis-map-gap);padding:30px 12px 12px}.thesis-map__arrowhead{--thesis-arrow-start-scale-x: 1.22;--thesis-arrow-end-scale-x: 1.7}.thesis-map__input,.thesis-map__outcome{padding:12px}.thesis-map__input{gap:4px;padding:8px;font-size:clamp(.75rem,3.2vw,.84rem)}.thesis-map__input svg{width:15px;height:15px}.thesis-map__outcome{gap:8px;padding-inline:10px;font-size:clamp(.82rem,4vw,1rem)}.thesis-map__outcome svg{width:22px;height:22px}.outcome-item{grid-template-columns:minmax(0,1fr)}.partner-section__actions{align-items:stretch;flex-direction:column}.partner-button{width:100%}}@media(max-width:560px){.site-nav{column-gap:10px;min-height:54px;padding-inline:8px}.site-nav__brand{grid-column:1}.site-nav__links{display:none}.site-nav__logo{width:clamp(104px,38vw,132px)}.site-nav__cta{min-height:36px;padding:0 14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-ready [data-reveal]{opacity:1;transform:none;transition:none}.demo-stage-view,.demo-live-stage{animation:none;opacity:1;filter:none;transform:none}.demo-call-line--current .demo-call-line__phrases>span,.demo-guidance-field{animation:none;opacity:1;filter:none;transform:none}.demo-call-transcript--advanced .demo-call-transcript__stack{animation:none;transform:translateY(var(--demo-transcript-shift))}.demo-guidance-analyzing{display:none;animation:none}.demo-console--playing .demo-stage-control--active .demo-stage-control__track>span,.demo-console--paused .demo-stage-control--active .demo-stage-control__track>span{animation:none;transform:scaleX(1)}.hero__headline,.hero__subheading,.hero__actions{animation:none;opacity:1;transform:none}.thesis-map__path{animation:none;opacity:1;clip-path:none}.thesis-map__arrowhead{animation:none;opacity:1;transform:none}}
