:root{--brand-pink:#f0047f;--brand-purple:#7b35c0;--brand-cyan:#00c8ff;--bg-base:#0a0d12;--bg-surface:#12161d;--bg-raised:#1a1f2a;--bg-border:#282d37;--text-primary:#e6e9ef;--text-muted:#8a93a6;--text-faint:#4a5568;--accent-cyan:#00e6e6;--accent-amber:#ffb020;--accent-blue:#0096ff;--success:#5be49b;--danger:#ff5f56;--font-display:"Satoshi","General Sans",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--font-mono:"DM Mono","JetBrains Mono",monospace;--ease-smooth:cubic-bezier(0.4,0,0.2,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--ease-out:cubic-bezier(0.0,0,0.2,1);--theme-transition:0.35s}[data-theme=light]{--bg-base:#f3e8ff;--bg-surface:hsla(0,0%,100%,.88);--bg-raised:hsla(0,0%,100%,.7);--bg-border:rgba(123,53,192,.2);--text-primary:#140820;--text-muted:#3d1f5e;--text-faint:#6b45a0;--brand-pink:#c2005e;--brand-purple:#6b18b8;--brand-cyan:#005c8f}.theme-transitioning,.theme-transitioning *,.theme-transitioning :after,.theme-transitioning :before{transition:background-color var(--theme-transition) ease,border-color var(--theme-transition) ease,color var(--theme-transition) ease,box-shadow var(--theme-transition) ease,fill var(--theme-transition) ease,stroke var(--theme-transition) ease!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-base);color:var(--text-primary);line-height:1.6;overflow-x:hidden;position:relative}body:before{background:radial-gradient(ellipse 65% 55% at 10% 20%,rgba(240,4,127,.07) 0,transparent 60%),radial-gradient(ellipse 55% 65% at 90% 70%,rgba(0,200,255,.06) 0,transparent 60%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(123,53,192,.04) 0,transparent 70%)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1}body:after{background-image:linear-gradient(hsla(0,0%,100%,.012) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.012) 1px,transparent 0);background-size:72px 72px;-webkit-mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 20%,transparent 100%);mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 20%,transparent 100%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;line-height:1.1}.gradient-text{background:linear-gradient(135deg,var(--brand-pink) 0,var(--brand-purple) 50%,var(--brand-cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-animated{background:linear-gradient(270deg,var(--brand-pink),var(--brand-purple),var(--brand-cyan),var(--brand-pink));background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 8s ease infinite}.glass{background:rgba(18,22,29,.7);border:1px solid hsla(0,0%,100%,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.card-border{position:relative}.card-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(240,4,127,.25),rgba(123,53,192,.15),rgba(0,200,255,.25));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.gradient-border{border:1px solid;border-image:linear-gradient(135deg,rgba(240,4,127,.4),rgba(0,200,255,.4)) 1}.inner-glow{box-shadow:inset 0 0 30px rgba(123,53,192,.15)}.mono{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-8px) rotate(1deg)}66%{transform:translateY(-4px) rotate(-1deg)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.2)}28%{transform:scale(1)}42%{transform:scale(1.1)}56%{transform:scale(1)}}@keyframes shake{0%,to{transform:translateX(0) rotate(0)}20%{transform:translateX(-4px) rotate(-4deg)}40%{transform:translateX(4px) rotate(4deg)}60%{transform:translateX(-4px) rotate(-4deg)}80%{transform:translateX(4px) rotate(4deg)}}@keyframes dataStream{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}@keyframes schemaPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.02);opacity:1}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-float-slow{animation:float-slow 7s ease-in-out infinite}.animate-marquee{animation:marquee 30s linear infinite}.animate-marquee-r{animation:marquee-reverse 30s linear infinite}.animate-spin-slow{animation:spin-slow 12s linear infinite}.animate-heartbeat{animation:heartbeat 2s ease-in-out infinite}@keyframes ia-slide-up{0%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ia-slide-up-sm{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.ia-hero-fade{animation:ia-slide-up .7s cubic-bezier(.22,1,.36,1) both}.ia-pills-fade{animation:ia-slide-up-sm .5s cubic-bezier(.22,1,.36,1) .3s both}.ia-cta-fade{animation:ia-slide-up-sm .6s cubic-bezier(.22,1,.36,1) .2s both}@keyframes nav-drop-in{0%{transform:translateY(-80px);opacity:0}to{transform:translateY(0);opacity:1}}.nav-entrance{animation:nav-drop-in .5s cubic-bezier(.4,0,.2,1) both}@media (prefers-reduced-motion:reduce){.ia-cta-fade,.ia-hero-fade,.ia-pills-fade,.nav-entrance{animation:none}}@keyframes reveal-up-kf{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-fade-kf{0%{opacity:0}to{opacity:1}}@keyframes reveal-left-kf{0%{opacity:0;transform:translateX(-32px)}to{opacity:1;transform:translateX(0)}}@keyframes reveal-right-kf{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:translateX(0)}}.pre-reveal{opacity:0}.reveal-up{animation:reveal-up-kf .65s cubic-bezier(.22,1,.36,1) both}.reveal-fade{animation:reveal-fade-kf .65s cubic-bezier(.22,1,.36,1) both}.reveal-left{animation:reveal-left-kf .65s cubic-bezier(.22,1,.36,1) both}.reveal-right{animation:reveal-right-kf .65s cubic-bezier(.22,1,.36,1) both}@keyframes hero-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-bounce-kf{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.hero-fade-1{animation:hero-slide-up .7s cubic-bezier(.22,1,.36,1) .1s both}.hero-fade-2{animation:hero-slide-up .7s cubic-bezier(.22,1,.36,1) .2s both}.hero-fade-3{animation:hero-slide-up .7s cubic-bezier(.22,1,.36,1) .35s both}.hero-fade-4{animation:hero-slide-up .7s cubic-bezier(.22,1,.36,1) .5s both}.hero-fade-5{animation:hero-slide-up .7s cubic-bezier(.22,1,.36,1) .65s both}.hero-scroll-cue{animation:hero-slide-up .6s cubic-bezier(.22,1,.36,1) 1.1s both}.hero-bounce{animation:hero-bounce-kf 2s ease-in-out 1.8s infinite}@media (prefers-reduced-motion:reduce){.hero-bounce,.hero-fade-1,.hero-fade-2,.hero-fade-3,.hero-fade-4,.hero-fade-5,.hero-scroll-cue,.pre-reveal,.reveal-fade,.reveal-left,.reveal-right,.reveal-up{animation:none!important;opacity:1!important;transform:none!important}}@keyframes icon-spin-in{0%{opacity:0;transform:rotate(90deg) scale(.6)}to{opacity:1;transform:rotate(0deg) scale(1)}}.theme-icon-enter{animation:icon-spin-in .25s cubic-bezier(.4,0,.2,1) both}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--brand-pink),var(--brand-purple));border-radius:2px}::selection{background:rgba(240,4,127,.25);color:#fff}:focus-visible{outline:2px solid rgba(0,200,255,.6);outline-offset:3px;border-radius:4px}[role=button],a,button{transition-duration:.2s;transition-timing-function:var(--ease-smooth)}section{position:relative;z-index:2}@media (max-width:900px){.nav-desktop{display:none!important}.nav-mobile{display:flex!important}}@media (min-width:901px){.nav-mobile{display:none!important}}@media (max-width:640px){.hero-stat-strip{gap:1.5rem!important}.hero-cta-row{flex-direction:column!important;align-items:stretch!important}.hero-cta-row a{justify-content:center!important}}@media (max-width:768px){.industries-accordion{flex-direction:column!important;height:auto!important;gap:.5rem!important}.industry-panel{flex:none!important;height:auto!important;width:100%!important;min-height:80px!important}}@media (max-width:640px){.featured-stats{gap:1rem!important}.featured-cta-row{flex-direction:column!important}.featured-cta-row a{justify-content:center!important}}@media (max-width:480px){.proof-certs{justify-content:flex-start!important}}@media (max-width:640px){.section-lg{padding-top:4rem!important;padding-bottom:4rem!important}.section-md{padding-top:3rem!important;padding-bottom:3rem!important}}@media (max-width:600px){.industry-three-col{grid-template-columns:1fr!important}}@media (max-width:768px){.footer-ghost{display:none!important}.footer-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr!important}.footer-bottom{flex-direction:column!important;text-align:center!important}}@media (max-width:768px){.contact-grid{grid-template-columns:1fr!important}.solution-row,.solution-row-reverse{flex-direction:column!important}}@media (max-width:640px){.products-grid{grid-template-columns:1fr!important}}@media (max-width:480px){.spec-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:600px){.cta-band-btns{flex-direction:column!important;align-items:stretch!important}.cta-band-btns a{justify-content:center!important}}@media (max-width:540px){.form-two-col{grid-template-columns:1fr!important}}@media (max-width:640px){.spec-grid-hero{gap:.5rem 1.5rem!important}}.industry-hero-card{animation-delay:.05s;height:480px}@media (max-width:640px){.industry-hero-card{height:auto!important;flex-direction:column!important}}.industry-spotlight{top:-20%;left:-20%;opacity:.65}.industry-spline-panel{flex:0 0 50%;position:relative;height:480px;overflow:hidden}.industry-spline-panel canvas,.industry-spline-panel>div,.industry-spline-panel>div>div{position:absolute!important;inset:0!important}@media (max-width:640px){.industry-spline-panel{flex:unset!important;height:260px;width:100%}}.industry-spline-panel canvas,.industry-spline-panel>div,.industry-spline-panel>div>div{width:100%!important;height:100%!important}.spline-loading-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.spline-loader{width:36px;height:36px;border:2px solid hsla(0,0%,100%,.08);border-top-color:rgba(240,4,127,.6);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.industry-hero-card{flex-direction:column!important;height:auto!important}.industry-hero-card>div:first-of-type,.industry-spline-panel{flex:unset!important;width:100%!important}.industry-spline-panel{height:280px!important}}spline-viewer #logo,spline-viewer::part(logo){display:none!important}[class*=spline] a,[class*=spline] div>a[href*=spline],a[href*="spline.design"],canvas+div[style*=position]{display:none!important}.industry-hero-card:after,.industry-spline-panel:after{content:"";position:absolute;bottom:0;right:0;width:160px;height:40px;background:inherit;z-index:999;pointer-events:none}spline-viewer{width:100%;height:100%;display:block}.industry-hero-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:8rem 0 0}@media (max-width:860px){.industry-hero-content-grid{grid-template-columns:1fr;padding:6rem 0 0}}.industry-two-col{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,40%)!important;gap:3rem!important;align-items:center!important}@media (max-width:860px){.industry-two-col{grid-template-columns:minmax(0,1fr) minmax(0,35%)!important;gap:1.5rem!important}}@media (max-width:640px){.industry-two-col{grid-template-columns:1fr!important}}@media (max-width:480px){section[style*="5rem 1.5rem"],section[style*="6rem 1.5rem"],section[style*="7rem 1.5rem"]{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.industry-back-nav{padding-top:4.5rem!important}section{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:360px){section{padding-left:.75rem!important;padding-right:.75rem!important}}@media (max-width:480px){.pillar-items-grid{grid-template-columns:1fr!important}}@media (max-width:540px){.values-grid{grid-template-columns:1fr!important}}@media (hover:none){a,button{min-height:44px}}@media (max-width:400px){input,select,textarea{font-size:16px!important}}main,section{max-width:100%;overflow-x:hidden}main{position:relative;z-index:1}[data-theme=light] body{background-color:#f7eaff;color:#1a0a2e}[data-theme=light] body:before{background:radial-gradient(ellipse 85% 65% at 8% 8%,rgba(175,109,255,.42),transparent 60%),radial-gradient(ellipse 75% 60% at 75% 35%,rgba(255,235,170,.55),transparent 62%),radial-gradient(ellipse 70% 60% at 15% 80%,rgba(255,100,180,.4),transparent 62%),radial-gradient(ellipse 70% 60% at 92% 92%,rgba(120,190,255,.45),transparent 62%),radial-gradient(ellipse 80% 60% at 5% 40%,rgba(175,109,255,.3),transparent 67%),radial-gradient(ellipse 62% 52% at 83% 76%,rgba(255,235,170,.35),transparent 63%),radial-gradient(ellipse 60% 48% at 75% 20%,rgba(120,190,255,.28),transparent 66%),linear-gradient(160deg,#f7eaff,#fde2ea 55%,#eaf2ff);opacity:1;z-index:-1}[data-theme=light] body:after{background-image:radial-gradient(ellipse 50% 50% at 50% 0,hsla(0,0%,100%,.55) 0,transparent 70%),radial-gradient(ellipse 100% 40% at 50% 100%,rgba(255,230,250,.4) 0,transparent 60%);background-size:auto;-webkit-mask-image:none;mask-image:none;opacity:.85;z-index:-1}[data-theme=light] ::-webkit-scrollbar-track{background:#f7eaff}[data-theme=light] .glass{background:hsla(0,0%,100%,.55);border:1px solid rgba(175,109,255,.15);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[data-theme=light] nav a{color:#2a1845!important}[data-theme=light] .nav-dropdown{background:rgba(247,234,255,.9)!important;border:1px solid rgba(175,109,255,.18)!important;box-shadow:0 24px 80px rgba(175,109,255,.18),0 0 0 1px rgba(214,0,107,.08)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}[data-theme=light] .mobile-drawer{background:rgba(247,234,255,.97)!important;border-left:1px solid rgba(175,109,255,.15)!important}.keep-dark{background:#060810!important}.keep-dark h1,.keep-dark h2,.keep-dark h3{color:#e6e9ef!important}.keep-dark p{color:rgba(180,188,204,.9)!important}[data-theme=light] div[style*="background: #080B10"],[data-theme=light] div[style*="background: #0A0D12"],[data-theme=light] div[style*="background: #12161D"],[data-theme=light] div[style*="background: #141923"],[data-theme=light] main[style*=background],[data-theme=light] section[style*=background]{background:transparent!important}[data-theme=light] .keep-dark,[data-theme=light] div.keep-dark{background:#060810!important}[data-theme=light] [style*="color: #F0F3FA"],[data-theme=light] [style*="color: '#F0F3FA'"]{color:#0a0a0e!important}[data-theme=light] [style*="color: #E6E9EF"],[data-theme=light] [style*="color: '#E6E9EF'"],[data-theme=light] [style*="color: rgb(230, 233, 239)"]{color:#1a0a2e!important}[data-theme=light] [style*="color: #C8D0E0"],[data-theme=light] [style*="color: '#C8D0E0'"]{color:#2c2c3a!important}[data-theme=light] [style*="color: #A8B0C0"],[data-theme=light] [style*="color: '#A8B0C0'"]{color:#3a3a50!important}[data-theme=light] [style*="color: #8A93A6"],[data-theme=light] [style*="color: '#8A93A6'"],[data-theme=light] [style*="color: rgb(138, 147, 166)"]{color:#4a2d6e!important}[data-theme=light] [style*="color: rgba(220,225,240,0.85)"],[data-theme=light] [style*="color: rgba(230,233,239"]{color:#2c2c3a!important}[data-theme=light] [style*="background: rgba(12, 15, 22, 0.95)"], [data-theme=light] [style*="background: rgba(12, 15, 22, 0.97)"], [data-theme=light] [style*="background: rgba(12,15,22,0.95)"], [data-theme=light] [style*="background: rgba(12,15,22,0.97)"], [data-theme=light] [style*="background:rgba(12,15,22,0.95)"], [data-theme=light] [style*="background:rgba(12,15,22,0.97)"]{background:#fff!important;box-shadow:0 2px 16px rgba(0,0,0,.08)!important}[data-theme=light] .keep-dark h1,[data-theme=light] .keep-dark h2,[data-theme=light] .keep-dark h3{color:#e6e9ef!important}[data-theme=light] .keep-dark p{color:rgba(180,188,204,.9)!important}[data-theme=light] .shader-card-overlay div,[data-theme=light] .shader-card-overlay h3,[data-theme=light] .shader-card-overlay p{color:inherit!important}[data-theme=light] .stack-card-panel{background:rgba(12,15,22,.97)!important;box-shadow:none!important}[data-theme=light] .stack-card-panel h2,[data-theme=light] .stack-card-panel p,[data-theme=light] .stack-card-panel span{color:inherit!important}[data-theme=light] [style*="color: #4A5568"],[data-theme=light] [style*="color: '#4A5568'"],[data-theme=light] [style*="color: rgb(74, 85, 104)"]{color:#7050a0!important}[data-theme=light] [style*="color: #3A4255"],[data-theme=light] [style*="color: '#3A4255'"]{color:#8060a8!important}[data-theme=light] [style*="background: 'rgba(18,22,29"],[data-theme=light] [style*="background: rgba(18, 22, 29"],[data-theme=light] [style*="background: rgba(18,22,29"],[data-theme=light] [style*="background:rgba(18,22,29"]{background:hsla(0,0%,100%,.62)!important;border-color:rgba(175,109,255,.18)!important;box-shadow:0 2px 24px rgba(175,109,255,.08)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}[data-theme=light] [style*="background: rgba(10,13,18"],[data-theme=light] [style*="background:rgba(10,13,18"]{background:hsla(0,0%,100%,.45)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=light] [style*="background: 'rgba(255,255,255,0.04)'"],[data-theme=light] [style*="background: rgba(255,255,255,0.04)"],[data-theme=light] [style*="background:rgba(255,255,255,0.04)"]{background:rgba(175,109,255,.08)!important}[data-theme=light] [style*="background: 'rgba(255,255,255,0.03)'"],[data-theme=light] [style*="background: rgba(255,255,255,0.03)"],[data-theme=light] [style*="background:rgba(255,255,255,0.03)"]{background:rgba(175,109,255,.05)!important}[data-theme=light] [style*="border: '1px solid rgba(255,255,255,0.05)'"],[data-theme=light] [style*="border: '1px solid rgba(255,255,255,0.06)'"],[data-theme=light] [style*="border: '1px solid rgba(255,255,255,0.08)'"],[data-theme=light] [style*="border: '1px solid rgba(255,255,255,0.1)'"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.05)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.06)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.08)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.1)"]{border-color:rgba(175,109,255,.22)!important}[data-theme=light] canvas{opacity:.25;mix-blend-mode:multiply}[data-theme=light] footer{background:rgba(237,210,255,.88)!important;border-top:1px solid rgba(175,109,255,.2)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}[data-theme=light] .footer-ghost{-webkit-text-stroke:1px rgba(175,109,255,.12)!important}[data-theme=light] footer a[style*="#4A5568"],[data-theme=light] footer span[style*="#4A5568"]{color:#4a2d6e!important}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea{background:hsla(0,0%,100%,.55)!important;border-color:rgba(175,109,255,.25)!important;color:#1a0a2e!important}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:#8060a8!important}[data-theme=light] .mobile-backdrop{background:rgba(247,234,255,.6)!important}[data-theme=light] [style*="background: 'rgba(255,255,255,0.02)'"],[data-theme=light] [style*="background: rgba(255,255,255,0.02)"],[data-theme=light] [style*="background:rgba(255,255,255,0.02)"]{background:rgba(175,109,255,.04)!important}[data-theme=light] [style*="background: '#080B10'"],[data-theme=light] [style*="background: '#0A0D12'"]{background:hsla(0,0%,100%,.5)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.theme-toggle{width:36px;height:36px;min-width:36px;min-height:36px;padding:0;border-radius:50%!important;border:1px solid rgba(240,4,127,.25);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1/1;transition:transform .22s var(--ease-spring),box-shadow .22s ease,background .35s ease,border-color .35s ease;outline:none}.theme-toggle:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 8px 32px rgba(240,4,127,.35),0 0 0 1px rgba(240,4,127,.25)}.theme-toggle:active{transform:scale(.95)}.theme-toggle:focus-visible{outline:2px solid rgba(0,200,255,.6);outline-offset:3px}[data-theme=light] .theme-toggle{background:hsla(0,0%,100%,.65)!important;border-color:rgba(175,109,255,.35)!important;box-shadow:0 4px 24px rgba(175,109,255,.2),0 0 0 1px rgba(214,0,107,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=light] .theme-toggle:hover{box-shadow:0 8px 32px rgba(175,109,255,.35),0 0 0 1px rgba(175,109,255,.3)}.theme-toggle svg{transition:transform .4s var(--ease-spring),opacity .2s ease}.theme-toggle:after{content:attr(data-label);position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);white-space:nowrap;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.06em;color:#e6e9ef;background:rgba(10,13,18,.88);border:1px solid hsla(0,0%,100%,.08);padding:.3rem .625rem;border-radius:.375rem;backdrop-filter:blur(12px);opacity:0;pointer-events:none;transition:opacity .15s ease}.theme-toggle:hover:after{opacity:1}[data-theme=light] .theme-toggle:after{color:#1a0a2e;background:rgba(247,234,255,.92);border-color:rgba(175,109,255,.25)}.theme-switching *,.theme-switching :after,.theme-switching :before{transition-duration:.01ms!important}[data-theme=light] [aria-label="Back to top"]{background:hsla(0,0%,100%,.65)!important;border-color:rgba(175,109,255,.28)!important;color:#1a0a2e!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}[data-theme=light] button[aria-expanded] span{color:#1a0a2e!important}[data-theme=light] [style*="borderBottom: '1px solid rgba(255,255,255,0.04)'"],[data-theme=light] [style*="borderBottom: 1px solid rgba(255,255,255,0.04)"]{border-bottom-color:rgba(175,109,255,.12)!important}[data-theme=light] [style*="background: 'rgba(255,255,255,0.04)'"][style*="border: '1px solid rgba(255,255,255,0.08)'"],[data-theme=light] [style*="background: rgba(255,255,255,0.04)"][style*="border: 1px solid rgba(255,255,255,0.08)"]{background:rgba(175,109,255,.07)!important;border-color:rgba(175,109,255,.2)!important}[data-theme=light] [style*="background: #080B10"],[data-theme=light] [style*="background: #0A0D12"],[data-theme=light] [style*="background: '#080B10'"],[data-theme=light] [style*="background: '#0A0D12'"],[data-theme=light] [style*="background:#080B10"],[data-theme=light] [style*="background:#0A0D12"]{background:hsla(0,0%,100%,.6)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}[data-theme=light] [style*="color: #4A5568"],[data-theme=light] [style*="color: #8A93A6"],[data-theme=light] [style*="color: '#4A5568'"],[data-theme=light] [style*="color: '#8A93A6'"]{color:#515154!important}[data-theme=light] [style*="color: #3A4255"],[data-theme=light] [style*="color: '#3A4255'"]{color:#6e6e73!important}[data-theme=light] [style*="color: #C4CAD6"],[data-theme=light] [style*="color: '#C4CAD6'"]{color:#2a1845!important}[data-theme=light] [style*="color: #F0F3FA"],[data-theme=light] [style*="color: '#F0F3FA'"]{color:#1a0a2e!important}[data-theme=light] [style*="color: #6A738A"],[data-theme=light] [style*="color: '#6A738A'"]{color:#6040a0!important}[data-theme=light] [style*="color: #9BA8BC"],[data-theme=light] [style*="color: '#9BA8BC'"]{color:#4a2d6e!important}[data-theme=light] [style*="color: #5A6478"],[data-theme=light] [style*="color: '#5A6478'"]{color:#7050a0!important}[data-theme=light] [style*="color: rgba(255,255,255,0.8)"]{color:rgba(0,0,0,.75)!important}[data-theme=light] [style*="color: rgba(255,255,255,0.7)"]{color:rgba(0,0,0,.65)!important}[data-theme=light] [style*="color: rgba(255,255,255,0.6)"]{color:rgba(0,0,0,.55)!important}[data-theme=light] [style*="color: rgba(255,255,255,0.5)"]{color:rgba(0,0,0,.45)!important}[data-theme=light] [style*="background: rgba(255,255,255,0.025)"],[data-theme=light] [style*="background:rgba(255,255,255,0.025)"]{background:rgba(175,109,255,.04)!important}[data-theme=light] [style*="background: rgba(255,255,255,0.015)"],[data-theme=light] [style*="background:rgba(255,255,255,0.015)"]{background:rgba(175,109,255,.025)!important}[data-theme=light] [style*="background: rgba(255,255,255,0.035)"],[data-theme=light] [style*="background:rgba(255,255,255,0.035)"]{background:rgba(175,109,255,.055)!important}[data-theme=light] [style*="background: rgba(255,255,255,0.05)"],[data-theme=light] [style*="background:rgba(255,255,255,0.05)"]{background:rgba(175,109,255,.07)!important;color:#1a0a2e!important}[data-theme=light] [style*="background: rgba(255,255,255,0.06)"],[data-theme=light] [style*="background:rgba(255,255,255,0.06)"]{background:rgba(175,109,255,.08)!important}[data-theme=light] [style*="background: #080B10"],[data-theme=light] [style*="background: '#080B10'"]{background:transparent!important}[data-theme=light] [style*="border: '1px solid rgba(255,255,255,0.12)'"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.12)"],[data-theme=light] [style*="borderColor: rgba(255,255,255,0.12)"]{border-color:rgba(175,109,255,.22)!important}[data-theme=light] [style*="color: #C8D0E0"],[data-theme=light] [style*="color: '#C8D0E0'"]{color:#1a0a2e!important}[data-theme=light] [style*="color: #B8C4D4"],[data-theme=light] [style*="color: '#B8C4D4'"]{color:#2a1845!important}[data-theme=light] [style*="color: #7A8499"],[data-theme=light] [style*="color: '#7A8499'"]{color:#4a2d6e!important}[data-theme=light] [style*="color: #6A7485"],[data-theme=light] [style*="color: '#6A7485'"]{color:#6040a0!important}[data-theme=light] [style*="color: #B4B9C3"],[data-theme=light] [style*="color: '#B4B9C3'"]{color:#4a2d6e!important}[data-theme=light] [style*="color: #E6007E"],[data-theme=light] [style*="color: '#E6007E'"]{color:#d6006b!important}[data-theme=light] [style*="color: #8B5CF6"],[data-theme=light] [style*="color: '#8B5CF6'"]{color:#7b20cc!important}[data-theme=light] [style*="color: #00B8D4"],[data-theme=light] [style*="color: '#00B8D4'"]{color:#006fa8!important}[data-theme=light] [style*="color: #F5A623"],[data-theme=light] [style*="color: '#F5A623'"]{color:#b06500!important}[data-theme=light] [style*="color: #080B10"],[data-theme=light] [style*="color: #0A0D12"],[data-theme=light] [style*="color: '#080B10'"],[data-theme=light] [style*="color: '#0A0D12'"]{color:#1a0a2e!important}[data-theme=light] ::selection{background:rgba(175,109,255,.28);color:#1a0a2e}[data-theme=light] [style*="background: rgba(8, 8, 16, 0.72)"], [data-theme=light] [style*="background: rgba(8,8,16,0.72)"]{background:rgba(10,6,24,.68)!important}[data-theme=light] [style*="background: rgba(8, 8, 16, 0.58)"], [data-theme=light] [style*="background: rgba(8,8,16,0.58)"]{background:rgba(10,6,24,.52)!important}[data-theme=light] [style*="background: rgba(15, 18, 26, 0.8)"], [data-theme=light] [style*="background: rgba(15,18,26,0.8)"]{background:hsla(0,0%,100%,.7)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}[data-theme=light] [style*="background: rgba(15, 18, 26, 0.95)"], [data-theme=light] [style*="background: rgba(15,18,26,0.95)"]{background:rgba(240,234,255,.9)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}[data-theme=light] [style*="background: rgba(8, 10, 16, 0.9)"], [data-theme=light] [style*="background: rgba(8, 10, 16, 0.95)"], [data-theme=light] [style*="background: rgba(8,10,16,0.9)"], [data-theme=light] [style*="background: rgba(8,10,16,0.95)"]{background:rgba(235,225,255,.7)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.06)"],[data-theme=light] [style*="borderColor: rgba(255,255,255,0.06)"]{border-color:rgba(175,109,255,.18)!important}[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.07)"],[data-theme=light] [style*="borderColor: rgba(255,255,255,0.07)"]{border-color:rgba(175,109,255,.16)!important}[data-theme=light] [style*="background: linear-gradient(135deg, rgba(123,53,192,0.08)"]{background:hsla(0,0%,100%,.55)!important;border-color:rgba(123,53,192,.22)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}@keyframes logo-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-220px * 5))}}.logo-marquee-track{animation:logo-marquee 30s linear infinite}.logo-marquee-card{border-right:1px solid hsla(0,0%,100%,.06);transition:background .2s ease}.partner-logo-white{filter:brightness(10) grayscale(.2);opacity:.85;transition:filter .3s ease,opacity .3s ease}.partner-logo-white:hover{filter:brightness(10) grayscale(0);opacity:1}.partner-logo-color{filter:grayscale(.2) brightness(1.8);opacity:.85;transition:filter .3s ease,opacity .3s ease}.partner-logo-color:hover{filter:grayscale(0) brightness(1.1);opacity:1}[data-theme=light] .logo-marquee-card{border-right-color:rgba(0,0,0,.07)}[data-theme=light] .partner-logo-white{filter:grayscale(1) invert(1) brightness(.2);opacity:.85}[data-theme=light] .partner-logo-white:hover{filter:grayscale(0) invert(1) brightness(.3);opacity:1}[data-theme=light] .partner-logo-color{filter:grayscale(.2) brightness(.85);opacity:.85}[data-theme=light] .partner-logo-color:hover{filter:grayscale(0) brightness(.75);opacity:1}@media (prefers-reduced-motion:reduce){.logo-marquee-track{animation:none!important}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:1024px){.hero-grid{padding-top:6rem!important;gap:2rem!important}.hero-col-left{padding-left:.5rem!important;padding-bottom:3rem!important}.hero-col-right{padding-top:3rem!important;padding-bottom:3rem!important;padding-right:.5rem!important}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr!important;padding-top:5rem!important;padding-left:1.25rem!important;padding-right:1.25rem!important;gap:1.5rem!important;align-items:flex-start!important}.hero-col-left{padding-left:0!important;padding-bottom:0!important;text-align:center}.hero-col-left .hero-fade-1{display:flex;justify-content:center}.hero-col-right{padding-top:0!important;padding-bottom:3rem!important;padding-right:0!important;text-align:center}.hero-col-right .hero-cta-row{justify-content:center!important}}@media (max-width:1024px){.ready-grid{gap:2rem!important}.ready-left,.ready-right{padding:2rem!important}}@media (max-width:768px){.ready-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.ready-left,.ready-right{padding:1.5rem!important;border-radius:1rem!important}}