@import url(https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,700;12..96,800&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:ital,wght@0,400;0,500;1,400&display=swap);:root{--background:#07090e;--surface:#090b13;--card:#0d1018;--card-hover:#111520;--foreground:#f8fafc;--foreground-muted:#f8fafc85;--foreground-subtle:#f8fafc52;--primary:#00c896;--primary-dark:#00a87e;--primary-light:#2dddb0;--secondary:#0d1018;--accent:#00c896;--accent-dark:#00a87e;--gradient-5:#00b4d8;--border:#ffffff12;--border-medium:#ffffff1c;--border-strong:#ffffff2e;--muted:#ffffff0a;--muted-foreground:#94a3b8;--shadow-sm:0 1px 3px #0009;--shadow-md:0 4px 14px #00000080;--shadow-lg:0 8px 28px #0000008c;--shadow-xl:0 16px 48px #0009}@keyframes elyx-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes elyx-glow-b{0%,to{filter:drop-shadow(0 0 18px rgba(226,232,240,.2)) drop-shadow(0 0 40px rgba(148,163,184,.12))}50%{filter:drop-shadow(0 0 28px rgba(248,250,252,.18)) drop-shadow(0 0 58px rgba(203,213,225,.14))}}@keyframes elyx-orbit-1{to{stroke-dashoffset:-96}}@keyframes elyx-orbit-2{to{stroke-dashoffset:72}}@keyframes elyx-orbit-3{to{stroke-dashoffset:-52}}.elyx-mark-float{animation:elyx-float 5s ease-in-out .5s infinite,elyx-glow-b 7s ease-in-out infinite}.elyx-orbit-1{animation:elyx-orbit-1 18s linear infinite}.elyx-orbit-2{animation:elyx-orbit-2 12s linear infinite}.elyx-orbit-3{animation:elyx-orbit-3 24s linear infinite}@media (prefers-reduced-motion:reduce){.elyx-mark-float{animation:elyx-glow-b 7s ease-in-out infinite}.elyx-orbit-1,.elyx-orbit-2,.elyx-orbit-3{animation:none}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07090e;background:var(--background);color:#f8fafc;color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}#root,body{min-height:100vh}#root{display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:#f8fafc;color:var(--foreground);font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.025em;line-height:1.2}a{color:inherit;text-decoration:none}.mono,code,pre{font-family:JetBrains Mono,Fira Code,monospace}.bg-grid{background-image:linear-gradient(#ffffff05 1px,#0000 0),linear-gradient(90deg,#ffffff05 1px,#0000 0);background-size:64px 64px}.gradient-mesh{inset:0;overflow:hidden;z-index:0}.gradient-mesh,.gradient-mesh:before{pointer-events:none;position:absolute}.gradient-mesh:before{background:radial-gradient(ellipse 70% 55% at 50% -5%,#1e293b66,#0000 65%);content:"";height:100%;left:50%;top:-5%;transform:translateX(-50%);width:100%}.gradient-mesh:after{display:none}.gradient-orb-1,.gradient-orb-2,.gradient-orb-3{animation:meshFloat 20s ease-in-out infinite;background:radial-gradient(circle,#1e293b26,#0000);border-radius:50%;filter:blur(80px);pointer-events:none;position:absolute}.gradient-orb-1{animation-delay:-5s;height:400px;left:10%;opacity:.6;top:-10%;width:500px}.gradient-orb-2{animation-delay:-12s;height:350px;opacity:.4;right:5%;top:30%;width:400px}.gradient-orb-3{animation-delay:-8s;height:300px;left:30%;opacity:.3;top:50%;width:350px}@keyframes meshFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-40px) scale(1.04)}50%{transform:translate(-20px,20px) scale(.97)}75%{transform:translate(15px,35px) scale(1.02)}}.gradient-bg{background:linear-gradient(135deg,#00c896,#00b4d8);background:linear-gradient(135deg,var(--primary) 0,var(--gradient-5) 100%)}.gradient-text{-webkit-text-fill-color:#0000;animation:gradientShift 5s ease-in-out infinite;background:linear-gradient(135deg,#2dddb0,#00b4d8);background:linear-gradient(135deg,var(--primary-light) 0,var(--gradient-5) 100%);-webkit-background-clip:text;background-clip:text;background-size:200% auto}.gradient-text-static{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#94a3b8,#cbd5e1 30%,#e2e8f0 60%,#f1f5f9 82%,#f8fafc);-webkit-background-clip:text;background-clip:text}@keyframes gradientShift{0%,to{background-position:0}50%{background-position:100%}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-28px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-left.revealed{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(28px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-right.revealed{opacity:1;transform:translateX(0)}.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-scale.revealed{opacity:1;transform:scale(1)}@keyframes barScaleIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.compliance-fill{transform-origin:left center}.hp-bento__card.revealed .compliance-fill{animation:barScaleIn .7s cubic-bezier(.16,1,.3,1) backwards}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroDashFadeIn{0%{opacity:0;transform:translateY(32px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-animate-1{animation:heroFadeIn .7s cubic-bezier(.16,1,.3,1) .1s both}.hero-animate-2{animation:heroFadeIn .7s cubic-bezier(.16,1,.3,1) .25s both}.hero-animate-3{animation:heroFadeIn .7s cubic-bezier(.16,1,.3,1) .4s both}.hero-animate-4{animation:heroFadeIn .7s cubic-bezier(.16,1,.3,1) .55s both}.hero-dash-animate{animation:heroDashFadeIn .9s cubic-bezier(.16,1,.3,1) .35s both}@keyframes builtForFadeIn{0%{opacity:0;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}.glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0d1018bf;border:1px solid #ffffff12;border:1px solid var(--border)}.navbar{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#05070cd9;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;transition:border-color .3s ease,background .3s ease;z-index:100}.navbar.scrolled{background:#05070cf2;border-bottom-color:#ffffff1c;border-bottom-color:var(--border-medium)}.nav-wordmark{font-family:Bricolage Grotesque,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.04em;line-height:1}.nav-link{border-radius:.5rem;color:#f8fafc85;color:var(--foreground-muted);font-size:.875rem;font-weight:450;letter-spacing:-.01em;padding:.45rem .9rem;position:relative;transition:color .2s}.nav-link:hover{color:#f8fafc;color:var(--foreground)}.nav-link:after{background:#cbd5e1;border-radius:1px;bottom:-1px;content:"";height:1px;left:50%;opacity:.7;position:absolute;transform:translateX(-50%);transition:all .25s cubic-bezier(.16,1,.3,1);width:0}.nav-link:hover:after{width:55%}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;justify-content:center;letter-spacing:-.01em;outline:none;overflow:hidden;padding:.5rem 1.25rem;position:relative;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn-lg{font-size:.9375rem;padding:.75rem 1.75rem}.btn-primary{background:linear-gradient(105deg,#94a3b8,#cbd5e1 35%,#e2e8f0 65%,#f8fafc);box-shadow:0 0 0 1px #e2e8f04d,0 2px 12px #cbd5e126;color:#07090e}.btn-primary:hover{background:linear-gradient(105deg,#a8b8cb,#d4dde8 35%,#e8edf3 65%,#fff);box-shadow:0 0 0 1px #e2e8f073,0 4px 20px #cbd5e140;transform:translateY(-1px)}.btn-primary:before{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .4s ease;width:100%}.btn-primary:hover:before{left:100%}.btn-secondary{background:#0d1018;background:var(--card);border:1px solid #ffffff1c;border:1px solid var(--border-medium);color:#f8fafc;color:var(--foreground)}.btn-secondary:hover{background:#111520;background:var(--card-hover);border-color:#ffffff2e;border-color:var(--border-strong);transform:translateY(-1px)}.btn-outline{background:#0000;border:1px solid #ffffff1c;border:1px solid var(--border-medium);color:#f8fafc85;color:var(--foreground-muted)}.btn-outline:hover{background:#cbd5e10f;border-color:#cbd5e173;color:#f8fafc;color:var(--foreground);transform:translateY(-1px)}.btn-ghost{background:#0000;color:#f8fafc85;color:var(--foreground-muted)}.btn-ghost:hover{background:#e8e8ed0f}.btn-ghost:hover,.btn-white{color:#f8fafc;color:var(--foreground)}.btn-white{background:#e2e8f014;border:1px solid #e2e8f038}.btn-white:hover{background:#e2e8f021;border-color:#e2e8f059;transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.4;transform:none!important}.card{background-color:#0d1018;background-color:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1)}.card-shadow{box-shadow:0 1px 3px #0009;box-shadow:var(--shadow-sm)}.card:hover{background-color:#111520;background-color:var(--card-hover);border-color:#ffffff1c;border-color:var(--border-medium);transform:translateY(-2px)}.card-no-hover:hover{background-color:#0d1018;background-color:var(--card);border-color:#ffffff12;border-color:var(--border);transform:none}.card-header{padding:1.5rem 1.5rem 0}.card-content{padding:1rem 1.5rem 1.5rem}.card-title{font-size:1.0625rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.375rem}.card-description{color:#f8fafc85;color:var(--foreground-muted);font-size:.875rem;line-height:1.65}.card-premium{background:#0d1018;background:var(--card);border:none;border-radius:12px;overflow:hidden;position:relative}.card-premium:before{background:linear-gradient(135deg,#00c896,#00b4d8);background:linear-gradient(135deg,var(--primary),var(--gradient-5));border-radius:12px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:1px;position:absolute;transition:opacity .35s ease}.card-premium:hover:before{opacity:.6}.dashboard-card{background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.dashboard-card:hover{border-color:#ffffff1c;border-color:var(--border-medium);transform:translateY(-2px)}.dash-stat-card{background:#94a3b80d;border:1px solid #cbd5e11a;border-radius:10px;padding:1.125rem;transition:all .25s}.dash-stat-card:hover{background:#94a3b817;border-color:#cbd5e133}.chart-bar{background:linear-gradient(180deg,#cbd5e1,#94a3b84d);border-radius:3px 3px 0 0;position:relative;transition:all .25s}.chart-bar:hover{background:linear-gradient(180deg,#e2e8f0,#cbd5e1);filter:brightness(1.08)}@keyframes barGrow{0%{height:0!important}}.bar-animate{animation:barGrow 1.1s cubic-bezier(.16,1,.3,1) both}.status-dot{background:#cbd5e1;border-radius:50%;height:7px;position:relative;width:7px}.status-dot:after{animation:pulse 2.5s ease-in-out infinite;background:#4ade80;border-radius:50%;content:"";inset:-3px;opacity:.25;position:absolute}@keyframes pulse{0%,to{opacity:.25;transform:scale(1)}50%{opacity:0;transform:scale(1.6)}}.logo-bar{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;opacity:.3;transition:opacity .3s}.logo-bar:hover{opacity:.5}.logo-item{font-size:1rem;font-weight:600;letter-spacing:.04em;transition:color .25s}.counter-badge,.logo-item{color:#f8fafc85;color:var(--foreground-muted)}.counter-badge{align-items:center;background:#00c89612;border:1px solid #00c89629;border-radius:8px;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.5rem;padding:.375rem .875rem}.counter-value{font-feature-settings:"tnum";color:#2dddb0;color:var(--primary-light);font-variant-numeric:tabular-nums;font-weight:600}.section{overflow:hidden;padding:5.5rem 0;position:relative}.section-lg{padding:7.5rem 0}.section-muted{background:linear-gradient(180deg,#090b13,#07090e);background:linear-gradient(180deg,var(--surface) 0,var(--background) 100%)}.glow-top{position:relative}.glow-top:before{background:radial-gradient(ellipse,#1e293b80 0,#0000 70%);content:"";height:360px;left:50%;pointer-events:none;position:absolute;top:-180px;transform:translateX(-50%);width:700px}.step-line{background:linear-gradient(90deg,#ffffff1c,#0000);background:linear-gradient(90deg,var(--border-medium),#0000);height:1px;left:60%;position:absolute;top:2rem;width:80%}.step-number{align-items:center;background:#94a3b814;border:1px solid #94a3b829;border-radius:10px;color:#cbd5e1;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700;height:3.5rem;justify-content:center;transition:all .25s;width:3.5rem}.step-number:hover{background:#94a3b821;border-color:#94a3b847}.cta-section{background:#090b13;background:var(--surface);border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);border-top:1px solid #ffffff12;border-top:1px solid var(--border);overflow:hidden;position:relative}.cta-section:before{background:radial-gradient(circle,#1e293b73 0,#0000 65%);height:500px;right:-10%;top:-40%;width:500px}.cta-section:after,.cta-section:before{content:"";pointer-events:none;position:absolute}.cta-section:after{background:radial-gradient(circle,#0f172a99 0,#0000 65%);bottom:-40%;height:450px;left:-10%;width:450px}.feature-icon{align-items:center;background:#00c89614;border:1px solid #00c89624;border-radius:10px;color:#2dddb0;color:var(--primary-light);display:flex;height:3rem;justify-content:center;transition:all .25s;width:3rem}.feature-icon:hover,.group:hover .feature-icon{background:#00c89621;border-color:#00c89640}.feature-icon-accent{background:#00b4d814;border-color:#00b4d824;color:#00b4d8;color:var(--gradient-5)}.footer{background:#090b13;background:var(--surface);border-top:1px solid #ffffff12;border-top:1px solid var(--border);color:#f8fafc85;color:var(--foreground-muted);overflow:hidden;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#cbd5e12e,#e2e8f038,#cbd5e12e,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer a{color:#f8fafc52;color:var(--foreground-subtle);transition:color .2s}.footer a:hover,.input{color:#f8fafc;color:var(--foreground)}.input{background:#090b13;background:var(--surface);border:1px solid #ffffff1c;border:1px solid var(--border-medium);border-radius:8px;font-family:Inter,sans-serif;font-size:.875rem;padding:.625rem .875rem;transition:all .2s;width:100%}.input:focus{background:#0d1018;background:var(--card);border-color:#e2e8f066;box-shadow:0 0 0 3px #e2e8f014;outline:none}.input::placeholder{color:#f8fafc52;color:var(--foreground-subtle)}.textarea{background:#090b13;background:var(--surface);border:1px solid #ffffff1c;border:1px solid var(--border-medium);border-radius:8px;color:#f8fafc;color:var(--foreground);font-family:Inter,sans-serif;font-size:.875rem;padding:.625rem .875rem;resize:vertical;transition:all .2s;width:100%}.textarea:focus{background:#0d1018;background:var(--card);border-color:#e2e8f066;box-shadow:0 0 0 3px #e2e8f014;outline:none}.badge{align-items:center;border-radius:6px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.3rem;letter-spacing:.01em;padding:.3rem .75rem}.badge-primary{background:#cbd5e114;border:1px solid #cbd5e12e;color:#cbd5e1}.badge-accent{background:#e2e8f014;border:1px solid #e2e8f02e;color:#e2e8f0}.integration-logo{align-items:center;background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:10px;color:#f8fafc85;color:var(--foreground-muted);display:flex;font-size:.875rem;font-weight:500;justify-content:center;padding:1.125rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.integration-logo:hover{background:#111520;background:var(--card-hover);border-color:#ffffff1c;border-color:var(--border-medium);color:#f8fafc;color:var(--foreground);transform:translateY(-3px)}.mobile-menu{animation:menuSlideIn .25s ease both;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#0a0e1af7;bottom:0;display:flex;flex-direction:column;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:200}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media (min-width:640px){.container{padding-left:2rem;padding-right:2rem}}@media (min-width:1024px){.container{padding-left:2.5rem;padding-right:2.5rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.shrink-0{flex-shrink:0}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.block{display:block}.hidden{display:none}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex{display:flex}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:ml-auto{margin-left:auto}.lg\:py-20{padding-bottom:5rem;padding-top:5rem}.lg\:py-28{padding-bottom:7rem;padding-top:7rem}.lg\:py-32{padding-bottom:8rem;padding-top:8rem}}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-20{padding-bottom:5rem;padding-top:5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pb-4{padding-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-4{margin-left:1rem;margin-right:1rem}.w-full{width:100%}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.min-h-screen{min-height:100vh}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1.1}.text-6xl{font-size:3.75rem;line-height:1.05}@media (min-width:640px){.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1.1}.sm\:text-6xl{font-size:3.75rem;line-height:1.05}}@media (min-width:1024px){.lg\:text-\[3\.5rem\]{font-size:3.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1.05}.lg\:text-7xl{font-size:4.5rem;line-height:1}}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.text-center{text-align:center}.text-foreground{color:#f8fafc;color:var(--foreground)}.text-muted-foreground{color:#f8fafc85;color:var(--foreground-muted)}.text-primary{color:#00c896;color:var(--primary)}.text-accent{color:#2dddb0;color:var(--primary-light)}.text-white{color:#f8fafc;color:var(--foreground)}.text-red-500{color:#f87171}.text-green-600{color:#4ade80}.leading-relaxed{line-height:1.7}.leading-tight{line-height:1.2}.leading-\[1\.1\]{line-height:1.1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.05em}.uppercase{text-transform:uppercase}.bg-white{background-color:#0d1018;background-color:var(--card)}.bg-transparent{background-color:initial}.bg-muted{background-color:#ffffff0a;background-color:var(--muted)}.bg-accent,.bg-primary{background-color:#00c896;background-color:var(--primary)}.bg-surface{background-color:#090b13;background-color:var(--surface)}.bg-muted\/30{background-color:#eef2f708}.bg-muted\/50{background-color:#eef2f70d}.bg-primary\/5{background-color:#00c8960d}.bg-primary\/10{background-color:#00c8961a}.bg-primary\/20{background-color:#00c8962e}.bg-accent\/10{background-color:#00b4d81a}.bg-green-100{background-color:#4ade801f}.bg-red-400{background-color:#f87171}.bg-yellow-400{background-color:#fbbf24}.bg-green-400{background-color:#4ade80}.border{border-style:solid;border-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-t-2{border-top-style:solid;border-top-width:2px}.border-border{border-color:#ffffff12;border-color:var(--border)}.border-dashed{border-style:dashed}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.625rem}.rounded-xl{border-radius:.875rem}.rounded-2xl{border-radius:1.125rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.relative{position:relative}.absolute{position:absolute}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-8{top:2rem}.inset-0{inset:0}.z-10{z-index:10}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.transition-all{transition:all .25s cubic-bezier(.16,1,.3,1)}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-opacity{transition:opacity .2s}.transition-shadow{transition:box-shadow .25s}.hover\:opacity-90:hover{opacity:.9}.hover\:bg-muted:hover{background-color:#e8e8ed0f}.hover\:text-foreground:hover{color:#f8fafc;color:var(--foreground)}.hover\:text-primary:hover{color:#2dddb0;color:var(--primary-light)}.hover\:underline:hover{text-decoration:underline}.group:hover .group-hover\:bg-primary\/20{background-color:#6272f52e}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#07090e;background:var(--background)}::-webkit-scrollbar-thumb{background:#e8e8ed1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e8e8ed33}::selection{background:#6272f540;color:#f8fafc;color:var(--foreground)}@media (max-width:768px){.gradient-mesh{right:-30%;top:-5%;width:100%}.gradient-mesh:before{height:280px;width:280px}.gradient-mesh:after{height:240px;width:240px}.gradient-orb-1{height:180px;width:180px}.gradient-orb-2{height:160px;width:160px}.gradient-orb-3{height:130px;width:130px}.section{padding:3.5rem 0}.section-lg{padding:4.5rem 0}}.hp-overline{align-items:center;color:#94a3b8;color:var(--muted-foreground);display:flex;font-size:.68rem;font-weight:700;gap:.625rem;letter-spacing:.14em;margin-bottom:1rem;text-transform:uppercase}.hp-overline:before{background:#94a3b8;background:var(--muted-foreground);content:"";display:inline-block;flex-shrink:0;height:1px;width:24px}.hp-overline--center{justify-content:center;margin-bottom:1rem}.hp-overline--center:before{display:none}.hp-section-h2{font-size:clamp(1.85rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.15}.hp-section-sub{color:#94a3b8;color:var(--muted-foreground);font-size:1.05rem;line-height:1.75;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:580px}.hp-hero{align-items:flex-start;display:flex;min-height:100vh;overflow:hidden;padding:calc(92px + 2.5rem) 0 3.5rem;position:relative}.hp-hero__grid{background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,#0000 0);background-size:48px 48px;inset:0;mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,#000 30%,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 40%,#000 30%,#0000 100%)}.hp-hero__glow,.hp-hero__grid{pointer-events:none;position:absolute}.hp-hero__glow{background:radial-gradient(ellipse 70% 55% at 50% 0,#1e293b73,#0000 65%);height:70%;left:50%;top:-10%;transform:translateX(-50%);width:110%}.hp-hero__circles{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:1}.hp-hero__circle-1{background:radial-gradient(circle at 38% 38%,#3341558c 0,#1e293b4d 35%,#0000 70%);border-radius:50%;bottom:-180px;filter:blur(2px);height:720px;position:absolute;right:-160px;width:720px}.hp-hero__circle-2{background:radial-gradient(circle at 60% 60%,#33415566 0,#1e293b2e 40%,#0000 70%);border-radius:50%;filter:blur(3px);height:500px;left:-140px;position:absolute;top:-80px;width:500px}.hp-hero__circle-3{border:1px solid #94a3b812;border-radius:50%;height:600px;right:-60px;width:600px}.hp-hero__circle-3,.hp-hero__circle-4{background:#0000;position:absolute;top:50%;transform:translateY(-50%)}.hp-hero__circle-4{border:1px solid #94a3b80d;border-radius:50%;height:420px;right:30px;width:420px}.hp-hero__circle-5{background:#0000;border:1px solid #cbd5e10f;border-radius:50%;height:280px;position:absolute;right:-80px;top:-60px;width:280px}@media (max-width:900px){.hp-hero__circle-1{bottom:-100px;height:440px;right:-120px;width:440px}.hp-hero__circle-2{height:320px;left:-100px;width:320px}.hp-hero__circle-3,.hp-hero__circle-4{display:none}}.section-circles{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.hp-problem .section-circles:before{border:1px solid #94a3b80d;border-radius:50%;content:"";height:500px;position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:500px}.hp-problem .section-circles:after{border:1px solid #94a3b80a;border-radius:50%;content:"";height:340px;position:absolute;right:40px;top:50%;transform:translateY(-50%);width:340px}.section-muted .section-circles:before{background:radial-gradient(circle at 40% 40%,#1e293b73 0,#0000 65%);border-radius:50%;content:"";filter:blur(4px);height:560px;position:absolute;right:-180px;top:-120px;width:560px}.section-muted .section-circles:after{border:1px solid #94a3b80a;border-radius:50%;bottom:-60px;content:"";height:380px;left:-80px;position:absolute;width:380px}.hp-cta .section-circles:after,.hp-cta .section-circles:before{display:none}.hp-hero__inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hp-hero__copy{max-width:560px}.hp-hero__badge{align-items:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:999px;color:#94a3b8;color:var(--muted-foreground);display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:500;gap:.5rem;letter-spacing:.01em;margin-bottom:1.75rem;padding:.3rem .875rem}.hp-hero__badge-dot{background:#cbd5e1;border-radius:50%;box-shadow:0 0 6px #cbd5e180;flex-shrink:0;height:6px;width:6px}.hp-hero__h1{font-size:clamp(2.6rem,5vw,4rem);font-weight:800;letter-spacing:-.045em;line-height:1.06}.hp-hero__sub{color:#94a3b8;color:var(--muted-foreground);font-size:.95rem;line-height:1.75;margin-top:1rem;max-width:580px}.hp-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hp-hero__trust{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.hp-hero__trust-item{align-items:center;color:#475569;display:flex;font-size:.78rem;font-weight:500;gap:.375rem}.hp-hero__visual{position:relative}@media (max-width:900px){.hp-hero__inner{grid-template-columns:1fr}.hp-hero__visual{display:none}}.hp-dash{background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 64px #00000080,0 0 0 1px #ffffff0a;max-width:480px;padding:1.5rem;position:relative}.hp-dash:before{background:linear-gradient(135deg,#ffffff0f,#0000 60%);border-radius:17px;content:"";inset:-1px;pointer-events:none;position:absolute;z-index:0}.hp-dash>*{position:relative;z-index:1}.hp-dash__chrome{align-items:center;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:flex;gap:.375rem;margin-bottom:1.25rem;padding-bottom:1rem}.hp-dash__dot{border-radius:50%;height:11px;width:11px}.hp-dash__title{color:#94a3b8;color:var(--muted-foreground);font-size:.78rem;font-weight:500;margin-left:.75rem}.hp-dash__stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.25rem}.hp-dash__stat{background:#94a3b80d;border:1px solid #cbd5e11a;border-radius:10px;padding:.875rem .75rem}.hp-dash__stat-label{color:#475569;font-size:.62rem;font-weight:700;letter-spacing:.06em;margin-bottom:.3rem;text-transform:uppercase}.hp-dash__stat-val{color:#e2e8f0;font-size:1.6rem;font-weight:800;line-height:1}.hp-dash__stat-sub{font-size:.67rem;font-weight:600;margin-top:.2rem}.hp-dash__chart{background:#090b13;background:var(--surface);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:10px;padding:1rem}.hp-dash__chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.875rem}.hp-dash__chart-title{color:#f8fafc;color:var(--foreground);font-size:.8rem;font-weight:600}.hp-dash__chart-range{color:#475569;font-size:.67rem}.hp-dash__bars{align-items:flex-end;display:flex;gap:5px;height:72px}.hp-dash__bar{background:linear-gradient(180deg,#cbd5e1,#94a3b84d);border-radius:3px 3px 0 0;flex:1 1}.hp-dash__connectors{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1rem}.hp-dash__pill{align-items:center;background:#090b13;background:var(--surface);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:999px;color:#94a3b8;color:var(--muted-foreground);display:flex;font-size:.72rem;font-weight:500;gap:.4rem;padding:.3rem .7rem}.hp-trust{background:#ffffff03;border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);border-top:1px solid #ffffff12;border-top:1px solid var(--border);padding:1.75rem 0}.hp-trust__label{color:#334155;font-size:.7rem;font-weight:600;letter-spacing:.12em;margin-bottom:1.25rem;text-align:center;text-transform:uppercase}.hp-trust__logos{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hp-trust__logo{align-items:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;display:inline-flex;gap:.5rem;padding:.375rem 1rem;transition:border-color .2s,background .2s}.hp-trust__logo:hover{background:#ffffff0f;border-color:#ffffff1f}.hp-trust__logo-dot{border-radius:50%;flex-shrink:0;height:7px;width:7px}.hp-trust__logo-name{color:#64748b;font-size:.78rem;font-weight:600}.hp-problem{position:relative}.hp-problem__grid{grid-gap:6rem;align-items:start;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.hp-problem__h2{font-size:clamp(1.85rem,3.2vw,2.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.2}.hp-problem__red{color:#ef4444;font-style:normal}.hp-problem__stats{display:flex;flex-direction:column;gap:1.25rem;margin-top:2.5rem}.hp-problem__stat{align-items:flex-start;display:flex;gap:1.25rem}.hp-problem__stat-num{font-feature-settings:"tnum";color:#f8fafc;color:var(--foreground);flex-shrink:0;font-size:2rem;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.04em;line-height:1}.hp-problem__stat-label{color:#94a3b8;color:var(--muted-foreground);font-size:.875rem;line-height:1.6;padding-top:.25rem}.hp-problem__item{align-items:flex-start;background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:10px;display:flex;gap:.875rem;padding:1rem 1.125rem;transition:border-color .2s,transform .2s}.hp-problem__item:hover{border-color:#ef444433;transform:translateX(4px)}.hp-problem__item-icon{align-items:center;background:#ef444414;border:1px solid #ef444426;border-radius:8px;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.hp-problem__item-label{color:#f8fafc;color:var(--foreground);font-size:.875rem;font-weight:700;margin-bottom:.2rem}.hp-problem__item-detail{color:#94a3b8;color:var(--muted-foreground);font-size:.8rem;line-height:1.6}@media (max-width:900px){.hp-problem__grid{gap:3rem;grid-template-columns:1fr}}.hp-bento{grid-gap:.875rem;display:grid;gap:.875rem;grid-template-columns:1fr}.hp-bento__card{background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;overflow:hidden;padding:1.25rem;position:relative;transition:border-color .25s,transform .25s,box-shadow .25s}.hp-bento__card:before{background:linear-gradient(135deg,hsla(0,0%,100%,.025),#0000 60%);border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.hp-bento__card:hover{border-color:#cbd5e12e;box-shadow:0 12px 40px #00000059;transform:translateY(-2px)}.hp-bento__card--accent{background:linear-gradient(160deg,#1e293b80,#0d1018 70%);background:linear-gradient(160deg,#1e293b80 0,var(--card) 70%)}.hp-bento__card-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.25rem}.hp-bento__icon{align-items:center;background:#94a3b81a;border:1px solid #cbd5e124;border-radius:10px;color:#cbd5e1;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.hp-bento__icon--sm{border-radius:8px;height:30px;margin-bottom:.75rem;width:30px}.hp-bento__title{color:#f8fafc;color:var(--foreground);font-size:.95rem;font-weight:700;letter-spacing:-.02em}.hp-bento__desc{color:#94a3b8;color:var(--muted-foreground);font-size:.8rem;line-height:1.6;margin-top:.25rem}.hp-bento__big-num{color:#f8fafc;color:var(--foreground);font-size:2.75rem;font-weight:800;letter-spacing:-.04em;line-height:1}.hp-bento__big-num--silver{color:#cbd5e1}.hp-bento__risk-pills{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.875rem}.hp-bento__logos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.hp-bento__logo-chip{align-items:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;color:#64748b;display:inline-flex;font-size:.72rem;font-weight:600;gap:.4rem;padding:.25rem .625rem;transition:color .2s,border-color .2s}.hp-bento__logo-chip:hover{border-color:#ffffff1f;color:#94a3b8}.hp-bento__health{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.hp-bento__gauge{flex-shrink:0;width:130px}.hp-bento__health-bars{display:flex;flex-direction:column;gap:.625rem;width:100%}.hp-bento__health-bar-row{align-items:center;display:flex;gap:.625rem}@media (min-width:640px){.hp-bento{gap:1rem;grid-template-columns:1fr 1fr}.hp-bento__card{padding:1.5rem}.hp-bento__card--span2,.hp-bento__card--wide{grid-column:span 2}.hp-bento__health{align-items:center;flex-direction:row;gap:1.5rem}.hp-bento__gauge{width:145px}.hp-bento__health-bars{flex:1 1;width:auto}}@media (min-width:1024px){.hp-bento{gap:1rem;grid-template-columns:2fr 1fr 1fr}.hp-bento__card{padding:1.75rem}.hp-bento__gauge{width:160px}.hp-bento__health{gap:2rem}}.hp-how{position:relative}.hp-how__steps{grid-gap:0;border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;display:grid;gap:0;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem;overflow:hidden}.hp-how__step{background:none;border:none;border-right:1px solid #ffffff12;border-right:1px solid var(--border);color:#f8fafc;color:var(--foreground);cursor:pointer;padding:2rem 1.5rem;position:relative;text-align:left;transition:background .2s}.hp-how__step:last-child{border-right:none}.hp-how__step:hover{background:#ffffff05}.hp-how__step--active{background:#cbd5e10a!important}.hp-how__step--active:after{background:linear-gradient(90deg,#0000,#cbd5e180,#0000);bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.hp-how__step-num{color:#334155;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:700;letter-spacing:.1em;margin-bottom:.875rem}.hp-how__step-icon{color:#64748b;margin-bottom:.625rem}.hp-how__step--active .hp-how__step-icon{color:#94a3b8}.hp-how__step-title{font-size:1rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.5rem}.hp-how__step-sub{color:#475569;font-size:.78rem;line-height:1.6}.hp-how__step--active .hp-how__step-sub{color:#94a3b8;color:var(--muted-foreground)}.hp-how__detail{animation:builtForFadeIn .35s cubic-bezier(.16,1,.3,1) both;background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;padding:2rem 2.5rem}.hp-how__detail-step{color:#334155;font-size:.65rem;font-weight:700;letter-spacing:.12em;margin-bottom:.5rem;text-transform:uppercase}.hp-how__detail-title{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.875rem}.hp-how__detail-body{color:#94a3b8;color:var(--muted-foreground);font-size:.95rem;line-height:1.8;max-width:620px}.hp-how__detail-link{align-items:center;color:#64748b;display:inline-flex;font-size:.83rem;font-weight:600;gap:.375rem;margin-top:1.25rem;transition:color .2s,gap .2s}.hp-how__detail-link:hover{color:#cbd5e1;gap:.625rem}@media (max-width:768px){.hp-how__steps{grid-template-columns:repeat(2,1fr)}.hp-how__step{border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border)}}.hp-why__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.hp-why__card{background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;transition:border-color .25s,transform .25s}.hp-why__card:before{background:linear-gradient(160deg,#ffffff05,#0000 60%);border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.hp-why__card:hover{border-color:#cbd5e12e;transform:translateY(-3px)}.hp-why__card-top{margin-bottom:1.5rem}.hp-why__card-icon{align-items:center;background:#94a3b814;border:1px solid #cbd5e11f;border-radius:10px;display:flex;height:38px;justify-content:center;margin-bottom:1.25rem;width:38px}.hp-why__card-title{font-size:1.1rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.hp-why__card-illus{margin-top:1rem}.hp-why__illus{height:auto;opacity:.85;width:100%}.hp-why__card-points{display:flex;flex:1 1;flex-direction:column;gap:.625rem;list-style:none}.hp-why__card-point{align-items:flex-start;color:#94a3b8;color:var(--muted-foreground);display:flex;font-size:.825rem;gap:.5rem;line-height:1.5}.hp-why__card-point:before{color:#475569;content:"→";flex-shrink:0;font-size:.7rem;padding-top:.1rem}.hp-why__card-cta{align-items:center;color:#64748b;display:inline-flex;font-size:.8rem;font-weight:600;gap:.375rem;margin-top:1.5rem;transition:color .2s,gap .2s}.hp-why__card-cta:hover{color:#cbd5e1;gap:.625rem}@media (max-width:768px){.hp-why__grid{grid-template-columns:1fr}}.hp-metrics{padding:4.5rem 0;position:relative}.hp-metrics__line{background:linear-gradient(90deg,#0000,#cbd5e11f 20%,#e2e8f029 50%,#cbd5e11f 80%,#0000);height:1px;left:0;position:absolute;right:0}.hp-metrics__line:first-child{top:0}.hp-metrics__line:last-child{bottom:0}.hp-metrics__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.hp-metrics__item{text-align:center}.hp-metrics__num{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#cbd5e1,#f8fafc);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;letter-spacing:-.045em}.hp-metrics__label,.hp-metrics__num{color:#f8fafc;color:var(--foreground)}.hp-metrics__label{font-size:.875rem;font-weight:700;margin-top:.25rem}.hp-metrics__sub{color:#475569;font-size:.78rem;line-height:1.5;margin-top:.25rem}@media (max-width:768px){.hp-metrics__grid{grid-template-columns:repeat(2,1fr)}}.built-section{position:relative}.built-header{align-items:flex-end;display:flex;gap:3rem;justify-content:space-between;margin-bottom:3.5rem}.built-header__sub{color:#94a3b8;color:var(--muted-foreground);flex-shrink:0;font-size:1rem;line-height:1.8;max-width:400px}.built-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.built-card{background:#0d1018;background:var(--card);border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;gap:1.1rem;overflow:hidden;padding:2.25rem;position:relative;transition:border-color .22s,box-shadow .22s}.built-card:before{background:radial-gradient(ellipse 70% 40% at 50% 0,#ffffff05,#0000 55%);border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.built-card:hover{border-color:#ffffff24;box-shadow:0 12px 40px #00000073!important}.built-card__top{align-items:center;display:flex;gap:.75rem}.built-card__icon{align-items:center;border:1px solid;border-radius:11px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.built-card__role{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.built-card__tagline{color:#f8fafc;color:var(--foreground);font-size:clamp(1rem,1.6vw,1.15rem);font-weight:800;letter-spacing:-.02em;line-height:1.35}.built-card__body{color:#94a3b8;color:var(--muted-foreground);font-size:.85rem;line-height:1.75}.built-card__divider{background:#ffffff0f;height:1px}.built-card__outcomes{display:flex;flex-direction:column;gap:.5rem;list-style:none}.built-card__outcome{align-items:flex-start;color:#94a3b8d9;display:flex;font-size:.82rem;gap:.5rem;line-height:1.4}.built-card__cta{align-items:center;color:#64748b;display:inline-flex;font-size:.8rem;font-weight:700;gap:.375rem;margin-top:auto;text-decoration:none;transition:color .2s,gap .2s}.built-card__cta:hover{color:#94a3b8;gap:.55rem}@media (max-width:1100px){.built-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.built-header{align-items:flex-start;flex-direction:column}.built-header__sub{max-width:100%}}@media (max-width:540px){.built-grid{grid-template-columns:1fr}.built-card{padding:1.75rem}}.hp-faq__item{background:#0d1018;background:var(--card);border:1px solid #ffffff12;border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s}.hp-faq__item:hover{border-color:#ffffff1c;border-color:var(--border-medium)}.hp-faq__q{align-items:center;background:none;border:none;color:#f8fafc;color:var(--foreground);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;gap:1rem;justify-content:space-between;padding:1.125rem 1.375rem;text-align:left;width:100%}.hp-faq__chevron{color:#475569;flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.hp-faq__a{color:#94a3b8;color:var(--muted-foreground);font-size:.875rem;line-height:1.8;padding:0 1.375rem 1.125rem}.hp-cta,.hp-faq__a{border-top:1px solid #ffffff12;border-top:1px solid var(--border)}.hp-cta{background:#090b13;background:var(--surface);overflow:hidden;padding:7rem 0;position:relative}.hp-cta__glow-l{background:radial-gradient(circle,#1e293b73,#0000 70%);border-radius:50%;filter:blur(60px);height:500px;left:-10%;pointer-events:none;position:absolute;top:-20%;width:500px}.hp-cta__glow-r{display:none}.hp-cta__inner{align-items:center;display:flex;flex-direction:column;position:relative;text-align:center;z-index:2}.hp-cta__eyebrow{align-items:center;color:#334155;display:inline-flex;font-size:.72rem;font-weight:600;gap:.5rem;letter-spacing:.12em;margin-bottom:1.5rem;text-transform:uppercase}.hp-cta__h2{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;max-width:580px}.hp-cta__sub{color:#94a3b8;color:var(--muted-foreground);font-size:1.05rem;line-height:1.75;margin-top:1.25rem;max-width:500px}.hp-cta__buttons{gap:1rem;margin-top:2.5rem}.hp-cta__buttons,.hp-cta__proof{display:flex;flex-wrap:wrap;justify-content:center}.hp-cta__proof{gap:1.25rem;margin-top:2rem}.hp-cta__proof-item{align-items:center;color:#475569;display:inline-flex;font-size:.78rem;font-weight:500;gap:.375rem}.hp-how-illustrated{border:1px solid #ffffff12;border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:0;overflow:hidden}.hp-how-step{grid-gap:0;background:#0d1018;background:var(--card);border-bottom:1px solid #ffffff12;border-bottom:1px solid var(--border);display:grid;gap:0;grid-template-columns:56px 1fr 1fr;transition:background .2s}.hp-how-step:last-child{border-bottom:none}.hp-how-step:hover{background:hsla(0,0%,100%,.015)}.hp-how-step__spine{border-right:1px solid #ffffff12;border-right:1px solid var(--border);flex-direction:column;padding:2rem 0}.hp-how-step__num,.hp-how-step__spine{align-items:center;display:flex;position:relative}.hp-how-step__num{background:#94a3b814;border:1px solid #cbd5e126;border-radius:50%;color:#475569;flex-shrink:0;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:800;height:32px;justify-content:center;width:32px;z-index:1}.hp-how-step__line{background:#ffffff0d;bottom:0;left:50%;position:absolute;top:calc(2rem + 32px);transform:translateX(-50%);width:1px}.hp-how-step__body{border-right:1px solid #ffffff12;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.875rem;justify-content:center;padding:2rem}.hp-how-step__icon-row{align-items:center;display:flex;gap:.625rem}.hp-how-step__title{font-size:1.1rem;font-weight:800;letter-spacing:-.025em}.hp-how-step__desc{color:#94a3b8;color:var(--muted-foreground);font-size:.875rem;line-height:1.75}.hp-how-step__tags{display:flex;flex-wrap:wrap;gap:.375rem}.hp-how-step__tag{background:#ffffff08;border:1px solid #ffffff12;border-radius:999px;color:#334155;font-size:.68rem;font-weight:700;padding:.175rem .55rem}.hp-how-step__visual{align-items:center;background:#ffffff03;display:flex;justify-content:center;padding:1.5rem}.hp-how-step__svg{height:auto;max-width:260px;width:100%}@media (max-width:900px){.hp-how-step{grid-template-columns:48px 1fr}.hp-how-step__visual{display:none}}.why-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.why-card{background:#0d1018;background:var(--card);border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;gap:1.25rem;overflow:hidden;padding:2.5rem;position:relative;transition:border-color .22s,box-shadow .22s}.why-card:before{background:radial-gradient(ellipse 80% 50% at 50% 0,hsla(0,0%,100%,.025),#0000 60%);border-radius:16px;content:"";inset:0;pointer-events:none;position:absolute}.why-card:hover{border-color:#ffffff24;box-shadow:0 12px 40px #00000073}.why-card__top{gap:.875rem}.why-card__icon,.why-card__top{align-items:center;display:flex}.why-card__icon{border:1px solid;border-radius:12px;flex-shrink:0;height:44px;justify-content:center;width:44px}.why-card__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.why-card__h3{color:#f8fafc;color:var(--foreground);font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:800;letter-spacing:-.025em;line-height:1.35}.why-card__body{color:#94a3b8;color:var(--muted-foreground);font-size:.875rem;line-height:1.8}.why-card__divider{background:#ffffff0f;height:1px}.why-card__list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.why-card__li{align-items:flex-start;color:#94a3b8d9;display:flex;font-size:.825rem;gap:.5rem;line-height:1.4}.why-card__stat{align-items:baseline;background:#ffffff08;border:1px solid;border-radius:10px;display:flex;gap:.625rem;margin-top:auto;padding:.875rem 1.25rem}.why-card__stat-val{font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.why-card__stat-label{color:#64748b;font-size:.78rem;font-weight:600}.why-card__cta{align-items:center;color:#64748b;display:inline-flex;font-size:.8rem;font-weight:700;gap:.375rem;letter-spacing:.01em;text-decoration:none;transition:color .2s,gap .2s}.why-card__cta:hover{color:#94a3b8;gap:.55rem}@media (max-width:1024px){.why-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.why-grid{grid-template-columns:1fr}.why-card{padding:2rem}}.hiw{background:#07090e;background:var(--background);overflow:hidden;padding:7rem 0;position:relative}.hiw__tabs-wrap{background:linear-gradient(90deg,#3b82f68c,#8b5cf68c 33%,#10b9818c 66%,#f59e0b8c);border-radius:14px;margin-bottom:0;padding:1px}.hiw__tabs{border-radius:13px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.hiw__tab{background:#0a0c14fa;border:none;border-right:1px solid #ffffff12;color:#f8fafc;color:var(--foreground);cursor:pointer;overflow:hidden;padding:1.75rem 1.5rem;position:relative;text-align:left;transition:background .2s}.hiw__tab:last-child{border-right:none}.hiw__tab:hover{background:#ffffff0a}.hiw__tab--active{background:#ffffff0a!important}.hiw__tab-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:.875rem}.hiw__tab-num{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:800;letter-spacing:-.02em}.hiw__tab-icon,.hiw__tab-num,.hiw__tab-title{transition:color .2s}.hiw__tab-title{color:#94a3b8;display:block;font-size:1rem;font-weight:700;letter-spacing:-.02em}.hiw__tab--active .hiw__tab-title{color:#f1f5f9}.hiw__tab-progress{background:#ffffff0f;bottom:0;height:3px;left:0;position:absolute;right:0}.hiw__tab-progress-fill{animation:hiwProgress 4.5s linear forwards;background:linear-gradient(90deg,#475569,#cbd5e1);height:100%;width:0}@keyframes hiwProgress{0%{width:0}to{width:100%}}.hiw__panel{background:#0d1018;background:var(--card);border:1px solid #ffffff1a;border-radius:0 0 14px 14px;border-top:none;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hiw__panel-left{border-right:1px solid #ffffff14;display:flex;flex-direction:column;gap:1.25rem;padding:3rem}.hiw__panel-icon{align-items:center;background:#94a3b81f;border:1px solid #cbd5e138;border-radius:12px;color:#94a3b8;display:flex;height:44px;justify-content:center;width:44px}.hiw__panel-step-label{align-items:center;color:#64748b;display:flex;font-size:.65rem;font-weight:700;gap:.5rem;letter-spacing:.14em;text-transform:uppercase}.hiw__panel-step-dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.hiw__panel-headline{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:800;letter-spacing:-.03em;line-height:1.3}.hiw__panel-body{color:#94a3b8d9;font-size:.9rem;line-height:1.8;max-width:480px}.hiw__caps{display:flex;flex-direction:column;gap:.5rem;list-style:none}.hiw__cap{align-items:center;color:#94a3b8cc;display:flex;font-size:.825rem;gap:.625rem;line-height:1.4}.hiw__cap-dot{background:#64748b;border-radius:50%;flex-shrink:0;height:5px;width:5px}.hiw__stat{align-items:baseline;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;display:inline-flex;gap:.625rem;margin-top:auto;padding:.875rem 1.25rem}.hiw__stat-val{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#94a3b8,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.04em}.hiw__stat-label{color:#64748b;font-size:.78rem;font-weight:600}.hiw__panel-right{background:hsla(0,0%,100%,.015);display:flex;flex-direction:column;gap:1.25rem;padding:3rem}.hiw__personas-label{align-items:center;color:#64748b;display:flex;font-size:.68rem;font-weight:700;gap:.5rem;letter-spacing:.12em;text-transform:uppercase}.hiw__personas-dot{background:#64748b;border-radius:50%;flex-shrink:0;height:6px;width:6px}.hiw__persona-tabs{display:flex;flex-direction:column;gap:.375rem}.hiw__persona-tab{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:9px;color:#64748b;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.825rem;font-weight:600;gap:.625rem;padding:.75rem 1rem;text-align:left;transition:all .18s}.hiw__persona-tab:hover{background:#ffffff0f;border-color:#ffffff1f;color:#94a3b8}.hiw__persona-tab--active{background:#cbd5e11a!important;border-color:#cbd5e147!important;color:#e2e8f0!important}.hiw__persona-detail{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;flex:1 1;padding:1.375rem}.hiw__persona-detail-header{align-items:center;display:flex;gap:.625rem;margin-bottom:.75rem}.hiw__persona-detail-icon{align-items:center;background:#94a3b824;border:1px solid #cbd5e138;border-radius:8px;color:#94a3b8;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.hiw__persona-detail-role{color:#f8fafc;color:var(--foreground);font-size:.8rem;font-weight:800;letter-spacing:-.015em}.hiw__persona-detail-text{color:#94a3b8d9;font-size:.875rem;line-height:1.75}.hiw__nav{border-top:1px solid #ffffff14;justify-content:space-between;margin-top:auto;padding-top:1rem}.hiw__nav,.hiw__nav-btn{align-items:center;display:flex}.hiw__nav-btn{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;height:32px;justify-content:center;transition:all .18s;width:32px}.hiw__nav-btn:hover{background:#ffffff1a;border-color:#ffffff2e;color:#94a3b8}.hiw__nav-dots{display:flex;gap:.375rem}.hiw__nav-dot{background:#ffffff2e;border:none;border-radius:50%;cursor:pointer;height:6px;transition:all .2s;width:6px}.hiw__nav-dot--active{background:#cbd5e1;border-radius:999px;width:18px}@media (max-width:900px){.hiw__tabs-wrap{border-radius:12px}.hiw__tabs{border-radius:11px;grid-template-columns:repeat(2,1fr)}.hiw__tab{border-bottom:1px solid #ffffff12}.hiw__panel{grid-template-columns:1fr}.hiw__panel-left{border-bottom:1px solid #ffffff14;border-right:none;padding:2rem}.hiw__panel-right{padding:2rem}}@media (max-width:540px){.hiw__tabs{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.c8d8ca4e.css.map*/