:root{
  --bg:#06110f;--bg-deep:#020706;--surface:#0a1815;--surface2:#0d201c;
  --text:#f1f8f6;--muted:#93aaa5;--faint:#617772;--line:rgba(183,255,236,.11);
  --mint:#79f1d4;--mint2:#baffee;--teal:#24b99b;--deep-teal:#08706d;--green:#4de0bd;
  --shell:min(1220px,calc(100vw - 56px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#05100e 0%,#030b09 55%,#020705 100%);color:var(--text);font-family:Inter,"Avenir Next","Helvetica Neue",Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin-inline:auto;position:relative;z-index:2}
.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.ambient{position:fixed;border-radius:50%;filter:blur(120px);pointer-events:none;opacity:.11;z-index:0}.ambient-one{width:540px;height:540px;background:#0aa887;left:-210px;top:18vh}.ambient-two{width:560px;height:560px;background:#0d7773;right:-240px;top:46vh}
.site-header{height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.055)}.brand-link{display:block;width:190px}.brand-link img{display:block;width:100%;height:auto}.build-state{font-size:10px;letter-spacing:.17em;color:#87a29c;display:flex;align-items:center;gap:10px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 13px rgba(121,241,212,.68);animation:statusPulse 2.6s ease-in-out infinite}
.hero{min-height:calc(100vh - 94px);display:grid;grid-template-columns:.92fr 1.08fr;gap:40px;align-items:center;padding:88px 0 72px}.eyebrow{font-size:10px;letter-spacing:.23em;color:#6e8c85;text-transform:uppercase;margin-bottom:22px}.hero h1{font-size:clamp(68px,8.4vw,132px);line-height:.84;letter-spacing:-.072em;margin:0;font-weight:560}.hero h1 span{font-weight:430;color:#a4b6b2}.hero-line{font-size:clamp(24px,2.4vw,38px);letter-spacing:-.035em;margin:34px 0 0}.hero-copytext{max-width:590px;font-size:16px;line-height:1.72;color:var(--muted);margin:22px 0 0}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:34px}.primary-link{height:50px;padding:0 18px;display:inline-flex;align-items:center;gap:18px;background:#d9fff5;color:#07110f;border-radius:11px;font-size:13px;font-weight:650;transition:.22s}.primary-link:hover{transform:translateY(-1px);box-shadow:0 10px 32px rgba(68,228,192,.12)}.secondary-link{font-size:12px;color:#829b95;border-bottom:1px solid rgba(130,155,149,.3);padding-bottom:3px}.secondary-link:hover{color:#d8e6e2}.hero-visual{min-width:0;position:relative}.hero-logo{width:100%;height:auto;overflow:visible}.hero-demand{opacity:0;animation:wordIn .8s .35s ease forwards}.hero-i{opacity:0;transform:scaleY(.15);transform-origin:center;animation:iBuild .7s .75s cubic-bezier(.18,.82,.2,1) forwards}.x-line{stroke-dasharray:160;stroke-dashoffset:160}.x-back{animation:drawX .85s 1.15s cubic-bezier(.2,.7,.2,1) forwards}.x-front{animation:drawX .85s 1.35s cubic-bezier(.2,.7,.2,1) forwards}.hero-ix{animation:glowSettle 2.4s 2.15s ease-in-out infinite}.signal-line{fill:none;stroke:url(#signalGrad);stroke-width:1.35;opacity:.3;stroke-dasharray:1000;stroke-dashoffset:1000}.s1{animation:signalDraw 2.6s .4s ease forwards}.s2{animation:signalDraw 2.9s .72s ease forwards}.signal-node{fill:#afffeb;filter:drop-shadow(0 0 8px #55dcbf);opacity:0}.n1{animation:nodeIn .4s 1.5s forwards}.n2{animation:nodeIn .4s 2s forwards}.n3{animation:nodeIn .4s 2.3s forwards}.visual-caption{font-size:9px;letter-spacing:.24em;fill:#4c6963;opacity:0;animation:wordIn .7s 2s forwards}.scroll-cue{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);font-size:18px;color:#4c6963;animation:cue 2.3s ease-in-out infinite}
.progress-section{padding:150px 0 135px;display:grid;grid-template-columns:.84fr 1.16fr;gap:100px;align-items:start}.progress-intro h2,.early-card h2{font-size:clamp(42px,5vw,70px);line-height:1.01;letter-spacing:-.055em;font-weight:520;margin:0}.progress-intro p{max-width:520px;color:var(--muted);line-height:1.75;margin-top:25px}.status-panel{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(130,255,224,.035),rgba(255,255,255,.012));box-shadow:0 35px 100px rgba(0,0,0,.25);padding:28px;backdrop-filter:blur(16px)}.status-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;border-bottom:1px solid var(--line);padding-bottom:22px}.status-heading span{font-size:9px;letter-spacing:.18em;color:#59736d}.status-heading strong{font-size:13px;font-weight:550;color:#b8ded5;text-align:right}.steps{padding:10px 0}.step{display:grid;grid-template-columns:42px 1fr 10px;align-items:center;gap:14px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.045)}.step:last-child{border-bottom:0}.step-index{font-size:10px;letter-spacing:.14em;color:#536c66}.step div{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.step strong{font-size:15px;font-weight:520}.step small{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#6f8983}.step i{width:8px;height:8px;border-radius:50%;background:#324540}.step.done i{background:#8af3d9;box-shadow:0 0 12px rgba(138,243,217,.45)}.step.active i{border:1px solid #51daba;background:rgba(81,218,186,.14);box-shadow:0 0 10px rgba(81,218,186,.2)}.step.next{opacity:.58}.status-meta{border-top:1px solid var(--line);padding-top:20px;font-size:9px;letter-spacing:.15em;color:#536c66}.principle{padding:55px 0 155px;text-align:center}.principle p{font-size:clamp(28px,3.6vw,52px);line-height:1.18;letter-spacing:-.04em;color:#78918b}.principle strong{color:#e6f4f0;font-weight:470}.early{padding:0 0 150px}.early-card{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding-top:82px;border-top:1px solid var(--line);align-items:end}.early-card p{color:var(--muted);line-height:1.72;max-width:540px}.interest-form label{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#6c8780;margin-bottom:10px}.form-row{display:grid;grid-template-columns:1fr auto;gap:10px}.interest-form input{height:58px;min-width:0;width:100%;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.028);color:#f3fbf8;padding:0 17px;outline:none;font:inherit}.interest-form input:focus{border-color:rgba(121,241,212,.5);box-shadow:0 0 0 3px rgba(121,241,212,.06)}.interest-form button{height:58px;border:0;border-radius:12px;padding:0 19px;background:#d9fff5;color:#06110f;font-weight:650;cursor:pointer;white-space:nowrap}.interest-form button:hover{background:white}.form-note{font-size:10px!important;line-height:1.5!important;color:#536d66!important;margin:10px 0 0!important}.site-footer{min-height:116px;border-top:1px solid rgba(255,255,255,.055);display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-brands{display:flex;align-items:center;gap:13px;color:#58716b;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.footer-demandix{width:125px}.footer-revandix{width:105px;opacity:.72}.site-footer nav{display:flex;gap:22px;color:#657c77;font-size:10px}.site-footer a:hover{color:#dceae7}
@keyframes wordIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes iBuild{to{opacity:1;transform:scaleY(1)}}@keyframes drawX{to{stroke-dashoffset:0}}@keyframes signalDraw{to{stroke-dashoffset:0}}@keyframes nodeIn{to{opacity:.9}}@keyframes glowSettle{0%,100%{opacity:.96}50%{opacity:1}}@keyframes statusPulse{0%,100%{opacity:.5}50%{opacity:1}}@keyframes cue{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,7px)}}
@media(max-width:980px){:root{--shell:min(100% - 36px,1220px)}.hero{grid-template-columns:1fr;padding-top:100px;min-height:auto}.hero-copy{max-width:760px}.hero-visual{max-width:780px;margin:20px auto 0}.progress-section,.early-card{grid-template-columns:1fr;gap:52px}.progress-section{padding:110px 0}.early-card{gap:48px}.principle{padding-bottom:110px}.scroll-cue{display:none}}
@media(max-width:620px){.site-header{height:78px}.brand-link{width:148px}.build-state{font-size:7px;letter-spacing:.11em}.hero{padding:84px 0 65px}.hero h1{font-size:clamp(58px,19vw,92px)}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-visual{margin-top:0}.visual-caption{display:none}.progress-section{padding:90px 0}.status-panel{padding:20px;border-radius:18px}.status-heading{flex-direction:column;gap:8px}.status-heading strong{text-align:left}.step div{display:block}.step small{display:block;margin-top:6px}.early{padding-bottom:90px}.form-row{grid-template-columns:1fr}.site-footer{padding:27px 0;align-items:flex-start;flex-direction:column}.footer-brands{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.hero-demand,.hero-i,.signal-node,.visual-caption{opacity:1!important}.x-line,.signal-line{stroke-dashoffset:0!important}}
