@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Mono:wght@300;400&display=swap");.landing-root{--void:#020408;--deep:#060d14;--surface:#0b1520;--accent:#00d4ff;--accent-b:#7b6cff;--accent-g:#00ff9d;--accent-w:#ff6b35;--text:#f0f4f8;--text-s:#7a8fa8;--text-m:#3d5068;--font:"Syne",sans-serif;--mono:"DM Mono",monospace;background:var(--void);color:var(--text);font-family:var(--font);overflow-x:hidden;min-height:100vh;position:relative;scroll-behavior:smooth}.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}.landing-root .universe-canvas{position:fixed;inset:0;z-index:0;pointer-events:none}.landing-root nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 40px;display:flex;align-items:center;justify-content:space-between;background:rgba(2,4,8,.7);backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,212,255,.06)}.landing-root .nav-logo{font-size:17px;font-weight:800;letter-spacing:-.03em;display:flex;align-items:center;gap:10px}.landing-root .nav-mark{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,var(--accent),var(--accent-b));display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#000;position:relative}.landing-root .nav-mark:after{content:"";position:absolute;inset:-3px;border-radius:8px;border:1px solid rgba(0,212,255,.3);animation:landing-nav-pulse 3s ease infinite}@keyframes landing-nav-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.landing-root .nav-links{display:flex;align-items:center;gap:28px}.landing-root .nav-links a{font-size:13px;color:var(--text-s);text-decoration:none;letter-spacing:.02em;transition:color .2s}.landing-root .nav-links a:hover{color:var(--text)}.landing-root .btn-nav{padding:8px 20px;font-size:13px;font-family:var(--font);font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-b));color:#000;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .3s}.landing-root .btn-nav:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,212,255,.3)}.landing-root .nav-drawer,.landing-root .nav-toggle{display:none}.landing-root .hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;z-index:1;padding:120px 40px 80px}.landing-root .hero-inner{max-width:960px;margin:0 auto}.landing-root .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;max-width:100%;font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.15em;text-transform:uppercase;padding:7px 16px;border:1px solid rgba(0,212,255,.2);border-radius:24px;background:rgba(0,212,255,.04);margin-bottom:36px;animation:landing-fadeUp 1s ease both}.landing-root .eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:landing-blink 2s ease infinite;box-shadow:0 0 8px var(--accent)}@keyframes landing-blink{0%,to{opacity:1;box-shadow:0 0 8px var(--accent)}50%{opacity:.4;box-shadow:0 0 2px var(--accent)}}.landing-root .problem{font-size:clamp(15px,2vw,18px);line-height:1.7;color:var(--text-s);max-width:680px;margin:0 auto 32px;font-weight:400;font-family:var(--mono);letter-spacing:.01em;animation:landing-fadeUp 1s ease .1s both;opacity:0}.landing-root .problem em{color:var(--accent-w);font-style:normal;font-weight:400}.landing-root .hero-title{font-size:clamp(52px,8.5vw,104px);font-weight:800;line-height:.9;letter-spacing:-.05em;margin-bottom:28px;max-width:100%;overflow-wrap:break-word;animation:landing-fadeUp 1s ease .25s both;opacity:0}.landing-root .ht1{display:block;color:var(--text)}.landing-root .ht2-text{background:linear-gradient(90deg,var(--accent),var(--accent-b),var(--accent-g),var(--accent-b),var(--accent));background-size:300% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:landing-flow 6s linear infinite}@keyframes landing-flow{0%{background-position:0}to{background-position:300%}}.landing-root .hero-sub{font-size:18px;line-height:1.65;color:var(--text-s);max-width:600px;margin:0 auto 52px;font-weight:400;animation:landing-fadeUp 1s ease .4s both;opacity:0}.landing-root .for-bar{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-bottom:48px;animation:landing-fadeUp 1s ease .5s both;opacity:0}.landing-root .for-item{display:flex;align-items:center;gap:8px;padding:8px 18px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--text-s);white-space:nowrap;border-right:1px solid rgba(255,255,255,.06)}.landing-root .for-item:last-child{border-right:none}.landing-root .for-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.landing-root .hero-ctas{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;animation:landing-fadeUp 1s ease .55s both;opacity:0}.landing-root .btn-primary{padding:15px 36px;font-size:15px;font-family:var(--font);font-weight:800;background:linear-gradient(135deg,var(--accent),var(--accent-b));color:#000;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s;position:relative;overflow:hidden;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:8px}.landing-root .btn-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(255,255,255,.2),transparent);transform:translateX(-100%);transition:transform .5s}.landing-root .btn-primary:hover:after{transform:translateX(100%)}.landing-root .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,212,255,.35)}.landing-root .btn-ghost{padding:15px 36px;font-size:15px;font-family:var(--font);font-weight:600;background:transparent;color:var(--text-s);border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;text-decoration:none;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.landing-root .btn-ghost:hover{background:rgba(255,255,255,.04);color:var(--text);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.landing-root .trust-bar{margin-top:60px;padding:16px 28px;background:rgba(0,212,255,.03);border:1px solid rgba(0,212,255,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;max-width:860px;margin-left:auto;margin-right:auto;animation:landing-fadeUp 1s ease .65s both;opacity:0}.landing-root .ti{display:flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;color:var(--text-s);letter-spacing:.04em;white-space:nowrap}.landing-root .tdiv{width:1px;height:16px;background:rgba(255,255,255,.06)}.landing-root .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:680px;margin:48px auto 0;animation:landing-fadeUp 1s ease .75s both;opacity:0}.landing-root .stat{text-align:center}.landing-root .stat-num{font-size:40px;font-weight:800;letter-spacing:-.05em;display:block;background:linear-gradient(135deg,var(--text),var(--text-s));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-root .stat-lbl{font-size:11px;color:var(--text-m);font-family:var(--mono);letter-spacing:.06em;margin-top:4px}.landing-root section{position:relative;z-index:1}.landing-root .container{max-width:1200px;margin:0 auto;padding:0 48px}.landing-root .section-label{font-family:var(--mono);font-size:11px;color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px}.landing-root .section-title{font-size:clamp(36px,5vw,56px);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text);margin-bottom:20px}.landing-root .section-sub{font-size:17px;color:var(--text-s);line-height:1.6;max-width:560px;font-weight:400}.landing-root .verdaix-section{padding:120px 0;background:rgba(6,13,20,.65);backdrop-filter:blur(1px)}.landing-root .verdaix-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}.landing-root .kb-visual{position:relative;display:flex;flex-direction:column;gap:16px}.landing-root .kb-canvas-frame{position:relative;height:380px;border-radius:16px}.landing-root .kb-canvas{position:absolute;inset:0;border-radius:16px}.landing-root .kb-overlay{display:flex;gap:10px;flex-wrap:wrap}.landing-root .kb-pill{font-family:var(--mono);font-size:10px;padding:5px 10px;border-radius:6px;border:1px solid rgba(0,212,255,.2);background:rgba(0,212,255,.06);color:var(--accent);letter-spacing:.05em;animation:landing-pillPop .5s ease both}@keyframes landing-pillPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.landing-root .verdaix-features{display:flex;flex-direction:column;gap:20px}.landing-root .vf{padding:20px;border-radius:12px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02);transition:all .3s;cursor:default}.landing-root .vf:hover{background:rgba(0,212,255,.04);border-color:rgba(0,212,255,.15);transform:translateX(6px)}.landing-root .vf-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.landing-root .vf-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.landing-root .vf-i1{background:rgba(0,212,255,.1)}.landing-root .vf-i2{background:rgba(123,108,255,.1)}.landing-root .vf-i3{background:rgba(0,255,157,.1)}.landing-root .vf-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.landing-root .vf-desc{font-size:13px;color:var(--text-s);line-height:1.5}.landing-root .apps-section{padding:100px 0}.landing-root .apps-header{text-align:center;margin-bottom:48px}.landing-root .apps-header .section-sub{margin:0 auto}.landing-root .apps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.landing-root .app-card{background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:24px;position:relative;overflow:hidden;transition:all .3s;cursor:default;min-width:0}.landing-root .app-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--ca) 0,transparent 60%);opacity:0;transition:opacity .3s}.landing-root .app-card:hover{border-color:var(--cb);transform:translateY(-4px)}.landing-root .app-card:hover:before{opacity:1}.landing-root .cg{--ca:rgba(123,108,255,0.1);--cb:rgba(123,108,255,0.35)}.landing-root .cgl{--ca:rgba(123,108,255,0.06);--cb:rgba(123,108,255,0.2)}.landing-root .ce{--ca:rgba(255,107,53,0.1);--cb:rgba(255,107,53,0.35)}.landing-root .cl{--ca:rgba(0,255,157,0.08);--cb:rgba(0,255,157,0.3)}.landing-root .app-tag{display:inline-block;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:20px}.landing-root .tg{background:rgba(123,108,255,.15);color:#a8a0ff}.landing-root .tgl{background:rgba(123,108,255,.1);color:#9088ee}.landing-root .te{background:rgba(255,107,53,.15);color:#ff9b76}.landing-root .tl{background:rgba(0,255,157,.12);color:#5effc4}.landing-root .app-name{font-size:20px;font-weight:800;letter-spacing:-.04em;margin-bottom:8px}.landing-root .app-desc{font-size:13px;color:var(--text-s);line-height:1.6;margin-bottom:20px}.landing-root .app-kb{display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;color:var(--text-m)}.landing-root .kb-dot{width:6px;height:6px;border-radius:50%}.landing-root .dg{background:#7b6cff}.landing-root .de{background:#ff6b35}.landing-root .dl{background:#00ff9d}.landing-root .app-arrow{position:absolute;top:24px;right:24px;font-size:18px;color:var(--text-m);transition:all .3s}.landing-root .app-card:hover .app-arrow{color:var(--text);transform:translate(3px,-3px)}.landing-root .domains-section{padding:100px 0;background:rgba(6,13,20,.5)}.landing-root .domains-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:48px}.landing-root .domains-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.landing-root .domain-card{padding:22px;border-radius:12px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02);display:flex;gap:14px;align-items:flex-start;transition:all .3s;position:relative;overflow:hidden;cursor:default}.landing-root .domain-card:before{content:"";position:absolute;inset:0;background:var(--dc);opacity:0;transition:opacity .3s}.landing-root .domain-card:hover:before{opacity:1}.landing-root .domain-card:hover{transform:translateY(-3px)}.landing-root .dc-gov{--dc:linear-gradient(135deg,rgba(123,108,255,0.08),transparent)}.landing-root .dc-whs{--dc:linear-gradient(135deg,rgba(255,107,53,0.08),transparent)}.landing-root .dc-trade{--dc:linear-gradient(135deg,rgba(0,255,157,0.06),transparent)}.landing-root .dc-fin{--dc:linear-gradient(135deg,rgba(250,199,117,0.08),transparent)}.landing-root .dc-emp{--dc:linear-gradient(135deg,rgba(0,212,255,0.06),transparent)}.landing-root .dc-law{--dc:linear-gradient(135deg,rgba(150,150,150,0.04),transparent)}.landing-root .domain-card.unlocked{border-color:rgba(0,212,255,.18)}.landing-root .domain-card.locked{opacity:.45}.landing-root .domain-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.landing-root .di1{background:rgba(123,108,255,.12)}.landing-root .di2{background:rgba(255,107,53,.12)}.landing-root .di3{background:rgba(0,255,157,.1)}.landing-root .di4{background:rgba(250,199,117,.12)}.landing-root .di5{background:rgba(0,212,255,.1)}.landing-root .di6{background:rgba(150,150,150,.08)}.landing-root .domain-info h4{font-size:14px;font-weight:700;letter-spacing:-.01em;margin-bottom:3px}.landing-root .domain-info p{font-size:12px;color:var(--text-s);line-height:1.4}.landing-root .domain-badge{position:absolute;top:14px;right:14px;font-family:var(--mono);font-size:10px;padding:3px 8px;border-radius:4px;letter-spacing:.05em}.landing-root .b-inc{background:rgba(0,255,157,.1);color:#00ff9d}.landing-root .b-unlock{background:rgba(0,212,255,.08);color:#00d4ff;border:1px solid rgba(0,212,255,.2)}.landing-root .b-soon{background:rgba(255,255,255,.04);color:#3d5068;border:1px solid rgba(255,255,255,.06)}.landing-root .sov-section{padding:100px 0}.landing-root .sov-header{text-align:center;margin-bottom:56px}.landing-root .sov-header .section-sub{margin:0 auto}.landing-root .sov-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-root .sov-card{padding:28px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);transition:all .3s;position:relative;overflow:hidden;cursor:default}.landing-root .sov-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--sc);transform:scaleX(0);transform-origin:left;transition:transform .4s}.landing-root .sov-card:hover:after{transform:scaleX(1)}.landing-root .sov-card:hover{transform:translateY(-4px)}.landing-root .sc-std{--sc:linear-gradient(90deg,#00d4ff,transparent)}.landing-root .sc-ent{--sc:linear-gradient(90deg,#7b6cff,transparent)}.landing-root .sc-sov{--sc:linear-gradient(90deg,#00ff9d,transparent)}.landing-root .sov-badge{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:18px;display:inline-block}.landing-root .sb1{background:rgba(0,212,255,.1);color:#00d4ff}.landing-root .sb2{background:rgba(123,108,255,.12);color:#a8a0ff}.landing-root .sb3{background:rgba(0,255,157,.1);color:#00ff9d}.landing-root .sov-title{font-size:20px;font-weight:800;letter-spacing:-.03em;margin-bottom:10px}.landing-root .sov-desc{font-size:13px;color:var(--text-s);line-height:1.6;margin-bottom:18px}.landing-root .sov-feats{display:flex;flex-direction:column;gap:7px}.landing-root .sov-feat{font-size:12px;color:var(--text-s);display:flex;align-items:flex-start;gap:7px;font-family:var(--mono)}.landing-root .sov-feat:before{content:"\2192";flex-shrink:0}.landing-root .sf1:before{color:#00d4ff}.landing-root .sf2:before{color:#a8a0ff}.landing-root .sf3:before{color:#00ff9d}.landing-root .api-section{padding:100px 0;background:rgba(6,13,20,.5)}.landing-root .api-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:60px}.landing-root .api-features{display:flex;flex-direction:column;gap:20px}.landing-root .api-feature{display:flex;gap:16px;align-items:flex-start;opacity:.55}.landing-root .api-feature-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.landing-root .af-a{background:rgba(0,212,255,.08)}.landing-root .af-b{background:rgba(123,108,255,.08)}.landing-root .af-c{background:rgba(0,255,157,.08)}.landing-root .api-feature-text h4{font-size:14px;font-weight:700;letter-spacing:-.01em;margin-bottom:4px}.landing-root .api-feature-text p{font-size:13px;color:var(--text-s);line-height:1.5}.landing-root .api-teaser{background:var(--surface);border-radius:16px;border:1px solid rgba(255,255,255,.06);overflow:hidden;position:relative}.landing-root .api-code-bar{padding:10px 16px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.06);font-family:var(--mono);font-size:11px;color:var(--text-m)}.landing-root .api-code-body{padding:24px;font-family:var(--mono);font-size:12px;line-height:1.8;color:#7a9fc4;filter:blur(3px);user-select:none;white-space:pre-wrap}.landing-root .api-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:rgba(6,13,20,.75);backdrop-filter:blur(2px)}.landing-root .api-cs-badge{font-family:var(--mono);font-size:11px;padding:6px 14px;border-radius:20px;background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.2);color:#00d4ff;letter-spacing:.12em;text-transform:uppercase}.landing-root .api-cs-title{font-size:22px;font-weight:800;letter-spacing:-.04em}.landing-root .api-cs-sub{font-family:var(--mono);font-size:12px;color:var(--text-s);text-align:center;max-width:260px;line-height:1.5}.landing-root .api-notify-form{display:flex;gap:8px}.landing-root .api-notify-input{padding:10px 14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:6px;font-family:var(--mono);font-size:12px;color:var(--text);outline:none;width:180px;transition:all .2s}.landing-root .api-notify-input::placeholder{color:var(--text-m)}.landing-root .api-notify-input:focus{border-color:rgba(0,212,255,.4)}.landing-root .api-notify-btn{padding:10px 16px;background:linear-gradient(135deg,#00d4ff,#7b6cff);color:#000;border:none;border-radius:6px;font-family:var(--font);font-size:12px;font-weight:700;cursor:pointer;transition:all .2s}.landing-root .api-notify-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,212,255,.3)}.landing-root .api-notify-btn.sent{background:#00ff9d}.landing-root .api-timeline{display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;color:var(--text-m)}.landing-root .api-tl-dot{width:6px;height:6px;border-radius:50%;background:#00ff9d}.landing-root .pricing-section{padding:100px 0}.landing-root .pricing-header{text-align:center;margin-bottom:56px}.landing-root .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:940px;margin:0 auto}.landing-root .price-card{padding:28px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);position:relative}.landing-root .price-card.feat{border-color:rgba(0,212,255,.25);background:rgba(0,212,255,.03)}.landing-root .pc-lbl{font-family:var(--mono);font-size:10px;color:var(--text-m);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.landing-root .pc-name{font-size:21px;font-weight:800;letter-spacing:-.04em;margin-bottom:8px}.landing-root .pc-amount{font-size:38px;font-weight:800;letter-spacing:-.05em;line-height:1;margin-bottom:4px}.landing-root .pc-amount span{font-size:15px;font-weight:400;color:var(--text-s)}.landing-root .pc-period{font-family:var(--mono);font-size:11px;color:var(--text-m);margin-bottom:22px}.landing-root .pc-feats{display:flex;flex-direction:column;gap:9px;margin-bottom:24px}.landing-root .pcf{font-size:13px;color:var(--text-s);display:flex;align-items:flex-start;gap:7px}.landing-root .pcf:before{content:"\2014";color:#00d4ff;font-family:var(--mono);font-size:11px;margin-top:1px;flex-shrink:0}.landing-root .pc-cta{width:100%;padding:11px;font-family:var(--font);font-size:14px;font-weight:600;border-radius:7px;cursor:pointer;transition:all .2s;text-align:center;display:block;text-decoration:none}.landing-root .pc-out{background:transparent;color:var(--text-s);border:1px solid rgba(255,255,255,.08)}.landing-root .pc-out:hover{background:rgba(255,255,255,.04);color:var(--text)}.landing-root .pc-sol{background:linear-gradient(135deg,#00d4ff,#7b6cff);color:#000;border:none;font-weight:800}.landing-root .pc-sol:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,212,255,.28)}.landing-root .feat-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-family:var(--mono);font-size:10px;padding:4px 12px;border-radius:20px;background:linear-gradient(135deg,#00d4ff,#7b6cff);color:#000;font-weight:700;letter-spacing:.05em;white-space:nowrap}.landing-root .domain-addon{margin-top:18px;padding:12px;border-radius:8px;background:rgba(0,212,255,.04);border:1px solid rgba(0,212,255,.1);font-size:12px;color:var(--text-s);text-align:center;font-family:var(--mono)}.landing-root .domain-addon strong{color:#00d4ff}.landing-root .hiw-section{padding:100px 0;background:rgba(6,13,20,.5)}.landing-root .hiw-header{text-align:center;margin-bottom:40px}.landing-root .hiw-header .section-sub{margin:0 auto}.landing-root .hiw-tabs{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:48px}.landing-root .hiw-tab{display:inline-flex;align-items:center;gap:9px;padding:10px 22px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-s);font-family:var(--font);font-size:14px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:all .25s}.landing-root .hiw-tab:hover{color:var(--text);border-color:rgba(255,255,255,.22)}.landing-root .hiw-tab-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.landing-root .hiw-tab.active.t-org{background:rgba(0,212,255,.12);border-color:rgba(0,212,255,.45);color:#00d4ff}.landing-root .hiw-tab.active.t-ask{background:rgba(250,199,117,.12);border-color:rgba(250,199,117,.45);color:#fac775}.landing-root .hiw-tab.active.t-build{background:rgba(123,108,255,.14);border-color:rgba(123,108,255,.45);color:#a8a0ff}.landing-root .hiw-panel{max-width:700px;margin:0 auto;animation:landing-fadeUp .5s ease both}.landing-root .hiw-steps{display:flex;flex-direction:column}.landing-root .hiw-step{display:flex;gap:20px;position:relative;padding-bottom:30px}.landing-root .hiw-step:last-child{padding-bottom:0}.landing-root .hiw-step:before{content:"";position:absolute;left:19px;top:44px;bottom:0;width:1px;background:rgba(255,255,255,.1)}.landing-root .hiw-step:last-child:before{display:none}.landing-root .hiw-icon{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.landing-root .t-org .hiw-icon{background:rgba(0,212,255,.12);border:1px solid rgba(0,212,255,.25);color:#00d4ff}.landing-root .t-ask .hiw-icon{background:rgba(250,199,117,.12);border:1px solid rgba(250,199,117,.25);color:#fac775}.landing-root .t-build .hiw-icon{background:rgba(123,108,255,.12);border:1px solid rgba(123,108,255,.25);color:#a8a0ff}.landing-root .hiw-step-body{padding-top:2px}.landing-root .hiw-step-num{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-m);margin-bottom:4px}.landing-root .t-org .hiw-step-num{color:rgba(0,212,255,.7)}.landing-root .t-ask .hiw-step-num{color:rgba(250,199,117,.7)}.landing-root .t-build .hiw-step-num{color:rgba(168,160,255,.75)}.landing-root .hiw-step-title{font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--text);margin-bottom:5px}.landing-root .hiw-step-desc{font-size:13.5px;color:var(--text-s);line-height:1.55}.landing-root .hiw-outcome{margin-top:28px;padding:20px 24px;border-radius:12px;display:flex;gap:14px;align-items:flex-start}.landing-root .t-org .hiw-outcome{background:rgba(0,212,255,.06);border:1px solid rgba(0,212,255,.2)}.landing-root .t-ask .hiw-outcome{background:rgba(250,199,117,.06);border:1px solid rgba(250,199,117,.2)}.landing-root .t-build .hiw-outcome{background:rgba(123,108,255,.07);border:1px solid rgba(123,108,255,.2)}.landing-root .hiw-outcome-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.landing-root .t-org .hiw-outcome-icon{color:#00d4ff}.landing-root .t-ask .hiw-outcome-icon{color:#fac775}.landing-root .t-build .hiw-outcome-icon{color:#a8a0ff}.landing-root .hiw-outcome-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}.landing-root .t-org .hiw-outcome-label{color:#00d4ff}.landing-root .t-ask .hiw-outcome-label{color:#fac775}.landing-root .t-build .hiw-outcome-label{color:#a8a0ff}.landing-root .hiw-outcome-text{font-size:14.5px;line-height:1.5;color:var(--text);font-weight:500}.landing-root .cta-section{padding:120px 0;text-align:center;position:relative}.landing-root .cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(0,212,255,.06) 0,transparent 70%);pointer-events:none}.landing-root .cta-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;color:#00ff9d;padding:6px 14px;border:1px solid rgba(0,255,157,.2);border-radius:20px;background:rgba(0,255,157,.05);margin-bottom:28px;letter-spacing:.1em;text-transform:uppercase}.landing-root .cta-title{font-size:clamp(42px,6vw,76px);font-weight:800;letter-spacing:-.05em;line-height:.95;margin-bottom:20px}.landing-root .cta-sub{font-size:17px;color:var(--text-s);max-width:480px;margin:0 auto 40px;line-height:1.6}.landing-root .wl-form{display:flex;gap:12px;max-width:420px;margin:0 auto 16px}.landing-root .wl-input{flex:1;padding:14px 18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;font-family:var(--font);font-size:14px;color:var(--text);outline:none;transition:all .2s}.landing-root .wl-input::placeholder{color:var(--text-m)}.landing-root .wl-input:focus{border-color:rgba(0,212,255,.4);background:rgba(0,212,255,.03)}.landing-root .signup-link{font-family:var(--mono);font-size:12px;color:var(--text-m);text-decoration:none;transition:color .2s}.landing-root .signup-link:hover{color:var(--text-s)}.landing-root .signup-link span{color:var(--accent)}.landing-root .footer{padding:36px 0;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.landing-root .apps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.landing-root nav{padding:14px 20px;flex-wrap:wrap}.landing-root .nav-links,.landing-root nav>.btn-nav{display:none}.landing-root .nav-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:42px;height:42px;padding:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;flex-shrink:0}.landing-root .nav-toggle-bar{width:18px;height:2px;border-radius:2px;background:var(--text);transition:transform .25s ease,opacity .2s ease}.landing-root .nav-toggle.open .nav-toggle-bar:first-child{transform:translateY(7px) rotate(45deg)}.landing-root .nav-toggle.open .nav-toggle-bar:nth-child(2){opacity:0}.landing-root .nav-toggle.open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-root .nav-drawer{display:flex;flex-direction:column;width:100%;max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease}.landing-root .nav-drawer.open{max-height:420px;margin-top:14px}.landing-root .nav-drawer a{font-size:15px;color:var(--text-s);text-decoration:none;padding:13px 6px;border-bottom:1px solid rgba(255,255,255,.05)}.landing-root .nav-drawer a:hover{color:var(--text)}.landing-root .nav-drawer .btn-nav{display:inline-flex;justify-content:center;align-items:center;margin-top:12px;padding:13px 20px;border-bottom:none;color:#000}.landing-root .hero{padding:100px 20px 60px}.landing-root .hero-inner{max-width:100%}.landing-root .hero-eyebrow{flex-wrap:wrap;justify-content:center;text-align:center;letter-spacing:.1em;line-height:1.5}.landing-root .hero-title{font-size:clamp(32px,11vw,52px);overflow-wrap:break-word}.landing-root .hero-sub{font-size:16px;margin-bottom:40px}.landing-root .problem{font-size:14px}.landing-root .trust-bar{gap:14px 20px;padding:16px 18px}.landing-root .stats-row{grid-template-columns:1fr;gap:22px}.landing-root .container{padding:0 20px}.landing-root .section-title{font-size:clamp(28px,8vw,40px);overflow-wrap:break-word}.landing-root .section-sub{font-size:15px}.landing-root .verdaix-section{padding:72px 0}.landing-root .verdaix-layout{grid-template-columns:1fr;gap:40px;margin-top:40px}.landing-root .kb-canvas-frame{height:280px}.landing-root .apps-section{padding:72px 0}.landing-root .apps-grid{grid-template-columns:1fr}.landing-root .domains-section{padding:72px 0}.landing-root .domains-header{grid-template-columns:1fr;gap:16px;align-items:start}.landing-root .domains-grid{grid-template-columns:1fr}.landing-root .sov-section{padding:72px 0}.landing-root .sov-tiers{grid-template-columns:1fr}.landing-root .api-section{padding:72px 0}.landing-root .api-layout{grid-template-columns:1fr;gap:40px;margin-top:40px}.landing-root .api-notify-form{flex-direction:column}.landing-root .api-notify-input{width:100%}.landing-root .hiw-section{padding:72px 0}.landing-root .hiw-tabs{flex-direction:column;gap:10px}.landing-root .hiw-tab{width:100%;justify-content:center}.landing-root .hiw-step{gap:16px}.landing-root .hiw-outcome{padding:18px}.landing-root .pricing-section{padding:72px 0}.landing-root .pricing-grid{grid-template-columns:1fr;max-width:420px}.landing-root .cta-section{padding:80px 0}.landing-root .cta-title{font-size:clamp(30px,9vw,48px);overflow-wrap:break-word}.landing-root .wl-form{flex-direction:column;max-width:100%}.landing-root .footer{flex-direction:column;gap:12px;text-align:center}}