*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0a1330;background:#eef0fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}#root{width:100%;min-height:100vh}.page{background:linear-gradient(#eef0fb 0%,#eaedfa 50%,#fff 100%);width:100%;min-height:100vh;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes ringDraw{0%{stroke-dashoffset:201px}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes meshPulse{0%,to{opacity:.55}50%{opacity:.85}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ctaCircleSpin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.container{max-width:1200px;margin:0 auto;padding:0 24px}.nav-wrap{justify-content:flex-start;padding:24px 28px 0;display:flex}.nav{box-shadow:none;z-index:5;background:0 0;border:none;align-items:center;padding:0;animation:.7s ease-out both fadeUp;display:inline-flex;position:relative}.nav-logo{color:#0a1330;letter-spacing:-.3px;align-items:center;gap:10px;display:inline-flex}.nav-logo-img{object-fit:contain;width:auto;height:38px;display:block}.nav-logo-mark{background:linear-gradient(135deg,#2563eb 0%,#6ea8ff 50%,#a855f7 100%);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #2563eb66}.nav-logo-mark:before{content:"";background:conic-gradient(#0000,#fff9,#0000);animation:3s linear infinite navLogoSpin;position:absolute;inset:0}.nav-logo-orb{background:#fff;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite navOrbPulse;position:relative;box-shadow:0 0 8px #ffffffe6,inset -2px -2px 4px #2563eb66}@keyframes navLogoSpin{to{transform:rotate(360deg)}}@keyframes navOrbPulse{0%,to{transform:scale(1)}50%{transform:scale(.85)}}.nav-logo-text{font-size:16px;font-weight:700}.nav-logo-ai{background:linear-gradient(90deg,#2563eb,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:3px;font-weight:800}.nav-links{background:#fff6;border-radius:999px;align-items:center;gap:4px;padding:4px;display:flex}.nav-link{color:#4a4f63;border-radius:999px;padding:8px 16px;font-size:13.5px;font-weight:500;transition:color .25s,background .25s;position:relative}.nav-link.active{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#4f7fea 100%);box-shadow:0 4px 12px #2563eb59}.nav-link:not(.active):hover{color:#0a1330;background:#ffffffb3}.nav-right{align-items:center;gap:14px;display:flex}.nav-login{color:#4a4f63;border-radius:999px;padding:8px 14px;font-size:13.5px;font-weight:500;transition:color .2s,background .2s}.nav-login:hover{color:#0a1330;background:#ffffffb3}.btn-primary{color:#fff;isolation:isolate;background:linear-gradient(135deg,#0a1330 0%,#1a2552 60%,#2563eb 100%);border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13.5px;font-weight:600;transition:transform .25s,box-shadow .25s,padding .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #0a133040,inset 0 1px #ffffff26}.btn-primary:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 30%,#ffffff59 50%,#0000 70%);width:60%;height:100%;animation:4s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}.btn-primary>*{z-index:2;position:relative}.btn-primary svg{transition:transform .25s}.btn-primary:hover{padding-right:22px;transform:translateY(-1px);box-shadow:0 10px 28px #2563eb80,0 0 0 4px #2563eb1f,inset 0 1px #fff3}.btn-primary:hover svg{transform:translate(3px)}.btn-primary:active{transform:translateY(0)}.hero{text-align:left;isolation:isolate;padding:88px 24px 60px;position:relative;overflow:hidden}.hero-content{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:64px;max-width:1260px;margin:0 auto;display:grid;position:relative}.hero-left{max-width:580px}.hero-right{position:relative}.hero-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#2563eb0f 1px,#0000 1px),linear-gradient(90deg,#2563eb0f 1px,#0000 1px);background-size:48px 48px;animation:40s linear infinite gridPan;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 0%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 0%,#0000 75%)}@keyframes gridPan{0%{background-position:0 0,0 0}to{background-position:48px 48px,48px 48px}}.hero-orb{filter:blur(70px);pointer-events:none;z-index:0;will-change:transform;border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,#2563eb8c 0%,#0000 70%);width:480px;height:480px;animation:18s ease-in-out infinite orbDrift1;top:-120px;left:-80px}.hero-orb-2{background:radial-gradient(circle,#a855f766 0%,#0000 70%);width:420px;height:420px;animation:22s ease-in-out infinite orbDrift2;top:80px;right:-100px}.hero-orb-3{background:radial-gradient(circle,#6ea8ff73 0%,#0000 70%);width:360px;height:360px;animation:16s ease-in-out infinite orbDrift3;bottom:-120px;left:40%}@keyframes orbDrift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(60px,40px)scale(1.1)}}@keyframes orbDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-50px,60px)scale(1.15)}}@keyframes orbDrift3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,-30px)scale(1.05)}}.hero-stars{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.star{opacity:0;--drift:-20px;background:#2563eb;border-radius:50%;animation:linear infinite starFall;position:absolute;box-shadow:0 0 6px #2563ebb3,0 0 12px #6ea8ff80}.star-bright{background:#fff;box-shadow:0 0 8px #fffffff2,0 0 16px #6ea8ffcc,0 0 28px #2563eb80}@keyframes starFall{0%{opacity:0;transform:translateY(-20px)}10%{opacity:.9}85%{opacity:.9}to{transform:translate(var(--drift), 700px);opacity:0}}.sparkle{color:#a855f7d9;filter:drop-shadow(0 0 4px #a855f7cc);animation:ease-in-out infinite sparkleTwinkle;position:absolute}@keyframes sparkleTwinkle{0%,to{opacity:0;transform:scale(0)rotate(0)}50%{opacity:1;transform:scale(1)rotate(180deg)}}.badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#2563eb;z-index:1;background:#ffffffd9;border:1px solid #2563eb2e;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 14px 7px 12px;font-size:13px;font-weight:600;animation:.6s ease-out 50ms both fadeUp,3.5s ease-in-out .8s infinite badgeFloat;display:inline-flex;position:relative;box-shadow:0 4px 16px #2563eb26}.badge .dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot}.hero h1{letter-spacing:-.025em;color:#0a1330;text-shadow:0 2px 30px #2563eb14;margin:0 0 22px;font-size:clamp(40px,5.4vw,68px);font-weight:700;line-height:1.04;animation:.8s ease-out .15s both fadeUp}.hero h1 .accent{background:linear-gradient(90deg,#2563eb,#a855f7,#6ea8ff,#2563eb) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer;position:relative}.hero h1 .accent:after{content:"";opacity:.7;background:linear-gradient(90deg,#0000,#6ea8ff,#a855f7,#0000) 0 0/200% 100%;border-radius:2px;height:3px;animation:3s ease-in-out infinite accentSweep;position:absolute;bottom:-4px;left:0;right:0}@keyframes accentSweep{0%,to{opacity:.5;background-position:-100% 0}50%{opacity:1;background-position:100% 0}}.hero p{color:#4a5169;max-width:520px;margin:0 0 36px;font-size:17px;line-height:1.6;animation:.8s ease-out .3s both fadeUp}.cta-row{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-bottom:40px;animation:.8s ease-out .45s both fadeUp;display:flex}.btn-primary-lg{color:#fff;isolation:isolate;background:linear-gradient(135deg,#2563eb 0%,#4f7fea 50%,#2563eb 100%) 0 0/200% 100%;border-radius:999px;padding:14px 28px;font-size:15px;font-weight:600;transition:background-position .5s,transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 6px 18px #2563eb59,inset 0 1px #ffffff40}.btn-primary-lg:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 20%,#fff6 50%,#0000 80%);width:80%;height:100%;animation:3.5s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}@keyframes btnShine{0%,30%{left:-120%}60%,to{left:130%}}.btn-primary-lg span{z-index:2;position:relative}.btn-primary-lg:hover{background-position:100% 0;transform:translateY(-2px);box-shadow:0 12px 32px #2563eb8c,0 0 0 4px #2563eb26,inset 0 1px #ffffff40}.btn-primary-lg:active{transform:translateY(0)}.btn-secondary{color:#0a1330;background:#fff;border:1px solid #e0e3f0;border-radius:999px;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.btn-secondary:hover{background:#f6f7fc;transform:translateY(-2px);box-shadow:0 8px 20px #141e5014}.btn-secondary:active{transform:translateY(0)}.dash{background:#fff;border-radius:24px;max-width:1080px;margin:0 auto;padding:24px;transition:transform .4s,box-shadow .4s;animation:.9s cubic-bezier(.22,1,.36,1) .6s both scaleIn;box-shadow:0 20px 60px #141e5014}.dash:hover{transform:translateY(-4px);box-shadow:0 30px 80px #141e501f}.dash-head{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dash-head-left{align-items:center;gap:12px;display:flex}.dash-icon{color:#2563eb;background:#eef4ff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-title{color:#0a1330;font-size:15px;font-weight:700}.dash-sub{color:#8b91a8;font-size:12px}.dash-dots{gap:6px;display:flex}.dash-dots span{border-radius:50%;width:8px;height:8px}.dash-dots span:first-child{background:#22c55e}.dash-dots span:nth-child(2){background:#6ea8ff}.dash-dots span:nth-child(3){background:#2563eb}.dash-grid{border-bottom:1px solid #f0f2f8;grid-template-columns:1fr 1fr 1.2fr;gap:24px;margin-bottom:18px;padding:0 8px 16px;display:grid}.metric-label{color:#8b91a8;margin-bottom:8px;font-size:12px}.metric-value{color:#2563eb;letter-spacing:-.6px;font-size:28px;font-weight:700}.metric-value .unit{color:#2563eb;margin-left:2px;font-size:14px;font-weight:500}.bars{align-items:flex-end;gap:6px;height:40px;margin-top:14px;display:flex}.bars span{transform-origin:bottom;background:#e8efff;border-radius:3px;flex:1;animation:.7s cubic-bezier(.22,1,.36,1) both barGrow}.bars span.h1{height:40%;animation-delay:1s}.bars span.h2{background:#2563eb;height:80%;animation-delay:1.1s}.bars span.h3{background:#2563eb;height:60%;animation-delay:1.2s}.bars span.h4{height:100%;animation-delay:1.3s}.bars span.h5{background:#2563eb;height:70%;animation-delay:1.4s}.token-dots{gap:6px;margin-top:18px;display:flex}.token-dots span{border-radius:50%;width:22px;height:22px}.token-dots span:first-child{background:#e6e8f0;animation:1.6s ease-in-out infinite pulseDot}.token-dots span:nth-child(2){background:#d6d9e6;animation:1.6s ease-in-out .2s infinite pulseDot}.token-dots span:nth-child(3){background:#c4c9d9;animation:1.6s ease-in-out .4s infinite pulseDot}.agents-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.agents-label{color:#6b7290;letter-spacing:.8px;font-size:11px;font-weight:700}.agents-more{color:#8b91a8;letter-spacing:1px;font-size:16px}.agent-list{flex-direction:column;gap:6px;display:flex}.agent-item{color:#4a4f63;border-radius:6px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;transition:background .2s,transform .2s;animation:.5s ease-out both fadeUp;display:flex}.agent-item:first-child{animation-delay:1.1s}.agent-item:nth-child(2){animation-delay:1.25s}.agent-item:nth-child(3){animation-delay:1.4s}.agent-item:hover{background:#f3f6ff;transform:translate(2px)}.agent-item.active{color:#0a1330;background:#eef4ff;font-weight:500}.agent-item.active .pip{animation:1.6s ease-in-out infinite pulseDot}.agent-item .pip{background:#2563eb;border-radius:50%;width:6px;height:6px}.agent-item:not(.active) .pip{background:#cfd4e5}.dash-bottom{grid-template-columns:1.6fr 1fr;align-items:stretch;gap:24px;display:grid}.mesh{color:#fff;background:radial-gradient(at 50% 60%,#2563eb40 0%,#0000 60%),linear-gradient(135deg,#0a1f3d 0%,#061325 100%);border-radius:16px;min-height:220px;padding:20px;position:relative;overflow:hidden}.mesh-title{margin-bottom:4px;font-size:14px;font-weight:700}.mesh-sub{color:#8a9ec7;max-width:220px;font-size:11px}.mesh-dots{opacity:.7;pointer-events:none;background-image:radial-gradient(circle,#78b4ff66 1px,#0000 1.5px);background-size:12px 12px;animation:4s ease-in-out infinite meshPulse;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 70%,#000 30%,#0000 80%);mask-image:radial-gradient(at 50% 70%,#000 30%,#0000 80%)}.mesh:after{content:"";background:#4ea3ff;border-radius:50%;width:10px;height:10px;animation:2.2s ease-out infinite pingDot;position:absolute;top:55%;right:30%;box-shadow:0 0 #4ea3ff99}@keyframes pingDot{0%{box-shadow:0 0 #4ea3ffb3}70%{box-shadow:0 0 0 14px #4ea3ff00}to{box-shadow:0 0 #4ea3ff00}}.eff{justify-content:space-between;align-items:center;padding:8px 4px;display:flex}.eff-left .metric-label{margin-bottom:6px}.eff-value{color:#0a1330;letter-spacing:-.4px;font-size:24px;font-weight:700}.ring{width:70px;height:70px;position:relative}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring circle{fill:none;stroke-width:6px}.ring .track{stroke:#eef0f8}.ring .fill{stroke:#2563eb;stroke-linecap:round;animation:1.6s cubic-bezier(.22,1,.36,1) 1s both ringDraw}.marquee{background:#fff;border-top:1px solid #f0f2f8;padding:40px 0 32px;overflow:hidden}.marquee-row{width:max-content;animation:38s linear infinite marqueeScroll;display:flex}.marquee:hover .marquee-row{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{flex-shrink:0;align-items:center;display:flex}.marquee-item{color:#9aa0b4;letter-spacing:.5px;filter:grayscale();flex-shrink:0;align-items:center;height:56px;padding:0 48px;font-size:22px;font-weight:700;transition:color .25s,transform .25s,filter .25s;display:inline-flex}.marquee-item:hover{color:#2563eb;filter:grayscale(0);transform:scale(1.05)}.marquee-item.is-text{color:#4a4f63;letter-spacing:0;filter:none;white-space:nowrap;font-size:14px;font-weight:500}.marquee-item.is-text:hover{color:#0a1330;transform:none}.logo-trust b{color:#0a1330;font-weight:700}.logo-e{font-family:Times New Roman,serif;font-size:30px;font-style:italic}.logo-airbus{letter-spacing:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:800}.logo-healthade{letter-spacing:1.5px;align-items:center;gap:6px;font-size:18px;display:inline-flex}.logo-illy{text-transform:lowercase;font-family:Georgia,Times New Roman,serif;font-size:26px;font-style:italic;font-weight:700}.logo-s{color:#fff;filter:none;background:#6b7290;border-radius:4px;justify-content:center;align-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:22px;display:inline-flex}.marquee-item:hover .logo-s{background:#2563eb}.logo-hp{border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Georgia,serif;font-size:20px;font-style:italic;font-weight:400;display:inline-flex}.logo-ttr{align-items:center;gap:8px;font-size:14px;display:inline-flex}.ttr-mark{letter-spacing:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700}.ttr-bar{opacity:.4;background:currentColor;width:1px;height:22px}.ttr-sothebys{flex-direction:column;align-items:flex-start;line-height:1.05;display:inline-flex}.ttr-sothebys i{font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic;font-weight:400}.ttr-sothebys small{letter-spacing:1.5px;margin-top:1px;font-size:7px;font-weight:600}.logo-hilton{border:1px solid;padding:4px 14px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400}.logo-ge{letter-spacing:1px;border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:600;display:inline-flex}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.reveal.reveal-in{opacity:1;transform:translateY(0)}.accel{background:#fff;padding:120px 12px 100px;position:relative}.accel-head{text-align:center;max-width:880px;margin:0 auto 56px}.accel-eyebrow{color:#2563eb;letter-spacing:1.6px;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.accel-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot}.accel-head h2{letter-spacing:-2px;color:#0a1330;margin-bottom:24px;font-size:68px;font-weight:700;line-height:1.02}.accel-shimmer{background:linear-gradient(90deg,#2563eb,#a855f7,#6ea8ff,#2563eb) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.accel-head p{color:#4a4f63;font-size:17px;line-height:1.55}.accel-stage{--active:0;isolation:isolate;background:radial-gradient(60% 40% at 50% 0,#2563eb2e 0%,#0000 70%),linear-gradient(135deg,#0a1020 0%,#0e1018 50%,#050810 100%);border-radius:32px;max-width:1280px;margin:0 auto;padding:0 36px;position:relative;overflow:hidden;box-shadow:0 60px 120px #0a133059,0 0 0 1px #ffffff0f}.accel-bg-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#6ea8ff0f 1px,#0000 1px),linear-gradient(90deg,#6ea8ff0f 1px,#0000 1px);background-size:56px 56px;animation:50s linear infinite gridPan;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%)}.accel-bg-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.accel-bg-orb-1{background:radial-gradient(circle,#2563eb73 0%,#0000 70%);width:480px;height:480px;animation:20s ease-in-out infinite orbDrift1;top:-120px;left:-100px}.accel-bg-orb-2{background:radial-gradient(circle,#a855f74d 0%,#0000 70%);width:420px;height:420px;animation:24s ease-in-out infinite orbDrift2;bottom:-160px;right:-80px}.accel-corner{z-index:0;pointer-events:none;opacity:.4;width:60px;height:60px;position:absolute}.accel-corner-tl{border-top:1px solid #6ea8ff66;border-left:1px solid #6ea8ff66;top:24px;left:24px}.accel-corner-br{border-bottom:1px solid #6ea8ff66;border-right:1px solid #6ea8ff66;bottom:24px;right:24px}.accel-tabs{z-index:2;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(5,1fr);gap:0;padding:32px 0 0;display:grid;position:relative}.accel-tab{color:#fff6;text-align:left;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px 18px;font-size:14px;font-weight:500;transition:color .3s,transform .3s;display:flex;position:relative}.accel-tab:hover{color:#ffffffd9;transform:translateY(-2px)}.accel-tab-num{letter-spacing:1.5px;color:#6ea8ff99;font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:700;transition:color .3s}.accel-tab.active{color:#fff;font-weight:600}.accel-tab.active .accel-tab-num{color:#6ea8ff}.accel-tab-label{margin-bottom:10px;font-size:14.5px;display:block}.accel-tab-bar{background:#ffffff14;border-radius:2px;width:100%;height:2px;display:block;position:relative;bottom:-1px;overflow:hidden}.accel-tab-fill{background:linear-gradient(90deg,#2563eb,#6ea8ff);border-radius:2px;height:100%;transition:width 80ms linear;display:block;box-shadow:0 0 8px #6ea8ff99}.accel-indicator{filter:blur(2px);width:20%;height:3px;transform:translateX(calc(var(--active) * 100%));pointer-events:none;opacity:.9;background:linear-gradient(90deg,#0000,#6ea8ff 30% 70%,#0000);transition:transform .6s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-1px;left:0}.accel-body{z-index:2;grid-template-columns:1fr 1.4fr;align-items:center;gap:56px;min-height:580px;padding:72px 8px 80px;animation:.6s cubic-bezier(.22,1,.36,1) both accelSlideIn;display:grid;position:relative}@keyframes accelSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.accel-live{letter-spacing:.6px;color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.accel-live-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite pulseDot;box-shadow:0 0 8px #22c55e99}.accel-copy h3{color:#ffffff8c;letter-spacing:-.3px;margin-bottom:32px;font-size:26px;font-weight:500;line-height:1.4}.accel-copy-strong{color:#fff;background:linear-gradient(#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}.accel-copy-muted{color:#ffffff8c}.accel-cta{color:#fff;isolation:isolate;background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0f 100%);border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:13px 24px;font-size:14px;font-weight:600;transition:background .25s,transform .25s,padding .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.accel-cta:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 30%,#ffffff4d 50%,#0000 70%);width:60%;height:100%;animation:4s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}.accel-cta>*{z-index:2;position:relative}.accel-cta svg{transition:transform .25s}.accel-cta:hover{background:linear-gradient(135deg,#fff3 0%,#ffffff1a 100%);padding-right:28px;transform:translateY(-2px);box-shadow:0 10px 28px #6ea8ff40,0 0 0 1px #6ea8ff4d}.accel-cta:hover svg{transform:translate(3px)}.accel-mock{perspective:1400px;position:relative}.accel-mock-glow{filter:blur(40px);z-index:0;background:radial-gradient(#2563eb59 0%,#0000 60%);animation:4s ease-in-out infinite mockGlowPulse;position:absolute;inset:-40px}@keyframes mockGlowPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.accel-mock-tilt{z-index:1;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.22,1,.36,1);animation:6s ease-in-out infinite mockFloat;position:relative;transform:perspective(1400px)rotateY(-6deg)rotateX(3deg)}@keyframes mockFloat{0%,to{transform:perspective(1400px)rotateY(-6deg)rotateX(3deg)translateY(0)}50%{transform:perspective(1400px)rotateY(-6deg)rotateX(3deg)translateY(-8px)}}.accel-stage:hover .accel-mock-tilt{animation-play-state:paused;transform:perspective(1400px)rotateY(-2deg)rotateX(1deg)translateY(-4px)}.accel-mock{position:relative}.mock-card{color:#0a1330;background:#fff;border-radius:14px;padding:18px 20px;font-size:12px;animation:.6s ease-out both fadeUp;box-shadow:0 30px 80px #00000059}.mock-top{border-bottom:1px solid #f0f2f8;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.mock-brand{align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.mock-brand-dot{background:linear-gradient(135deg,#2563eb,#6ea8ff);border-radius:4px;width:14px;height:14px}.mock-tabs{color:#6b7290;gap:14px;font-size:11px;display:flex}.mock-tabs .active{color:#0a1330;font-weight:600}.mock-avatar{color:#c0392b;background:#ffe2e2;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;display:inline-flex}.mock-avatar.small{width:18px;height:18px;font-size:9px}.mock-section-label{color:#0a1330;margin:10px 0;font-size:12px;font-weight:600}.mock-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.mock-stat{background:#f7f8fc;border-radius:8px;padding:10px 12px}.mock-stat-row{color:#6b7290;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:10px;display:flex}.mock-chip{border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.mock-chip.pos{color:#1c8b4a;background:#d6f5e2}.mock-chip.neg{color:#c0392b;background:#fde2e2}.mock-stat-v{color:#0a1330;font-size:18px;font-weight:700}.mock-filters{background:#f3f5fa;border-radius:8px;gap:0;margin-bottom:10px;padding:3px;font-size:11px;display:inline-flex}.mock-filters span{color:#6b7290;cursor:pointer;border-radius:6px;padding:5px 10px}.mock-filters span.active{color:#fff;background:#2563eb;font-weight:600}.mock-table{border-collapse:collapse;width:100%;font-size:11px}.mock-table th{text-align:left;letter-spacing:.6px;color:#8b91a8;border-bottom:1px solid #f0f2f8;padding:8px;font-size:9.5px;font-weight:600}.mock-table td{color:#2a3147;border-bottom:1px solid #f5f6fa;padding:9px 8px}.mock-status{border-radius:4px;padding:3px 8px;font-size:10px;font-weight:600}.mock-status.ok{color:#1c8b4a;background:#d6f5e2}.mock-status.mid{color:#1d4ed8;background:#d6e3fb}.mock-status.warn{color:#a67400;background:#fff3c2}.mock-print{color:#2a3147;background:#fff;border:1px solid #e0e3f0;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:600}.mock-bars{flex-direction:column;gap:10px;display:flex}.mock-bar-row{grid-template-columns:160px 1fr 50px;align-items:center;gap:12px;font-size:11px;display:grid}.mock-bar-name{color:#2a3147;font-weight:500}.mock-bar-track{background:#eef0f8;border-radius:3px;height:6px;overflow:hidden}.mock-bar-fill{transform-origin:0;background:linear-gradient(90deg,#2563eb,#6ea8ff);border-radius:3px;height:100%;animation:.8s cubic-bezier(.22,1,.36,1) both barFillGrow;display:block}@keyframes barFillGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.mock-bar-val{color:#6b7290;text-align:right;font-weight:600}.mock-vendor-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mock-vendor{background:#f7f8fc;border-radius:8px;padding:10px 12px}.mock-vendor-head{align-items:center;gap:8px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.mock-vendor-score{color:#2563eb;font-size:22px;font-weight:700;line-height:1}.mock-vendor-score small{color:#8b91a8;font-size:11px;font-weight:500}.mock-vendor-meta{color:#6b7290;margin:4px 0 8px;font-size:10px}.mock-heat{grid-template-columns:repeat(15,1fr);gap:3px;margin-bottom:14px;display:grid}.mock-heat-cell{aspect-ratio:1;background:#2563eb;border-radius:2px}@media (width<=900px){.accel-head h2{font-size:32px}.accel-tabs{grid-template-columns:repeat(2,1fr)}.accel-body{grid-template-columns:1fr;gap:24px;padding:24px 0 32px}.accel-stage{padding:16px 16px 0}.mock-stats{grid-template-columns:1fr 1fr}.mock-table{font-size:10px}.mock-vendor-grid{grid-template-columns:1fr}.mock-bar-row{grid-template-columns:100px 1fr 40px}}.field{background:linear-gradient(#afae5a 0%,#9c9b4f 60%,#88873f 100%);padding:110px 12px;position:relative;overflow:hidden}.field-grain{pointer-events:none;background-image:radial-gradient(circle at 25% 30%,#00000014 0%,#0000 30%),radial-gradient(circle at 75% 60%,#ffffff0f 0%,#0000 30%),radial-gradient(circle at 40% 80%,#0000000d 0%,#0000 25%);position:absolute;inset:0}.field-inner{z-index:1;max-width:1320px;margin:0 auto;position:relative}.field-eyebrow{color:#1a1810;letter-spacing:.2px;margin-bottom:18px;font-size:12px;font-weight:700}.field-title{letter-spacing:-1.6px;color:#0e0d08;max-width:1100px;margin-bottom:20px;font-size:60px;font-weight:700;line-height:1.05}.field-underline{display:inline-block;position:relative}.field-underline:after{content:"";transform-origin:0;background:#0e0d08d9;border-radius:4px;height:6px;animation:1s cubic-bezier(.22,1,.36,1) .4s forwards fieldUnderline;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}@keyframes fieldUnderline{to{transform:scaleX(1)}}.field-sub{color:#0e0d08c7;max-width:700px;margin-bottom:56px;font-size:16px;line-height:1.55}.field-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.field-grid>.reveal{display:flex}.field-card{cursor:pointer;background:#0f0f10;border:1px solid #ffffff0a;border-radius:18px;flex-direction:column;flex:1;min-height:460px;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 40px #00000040}.field-card:hover{border-color:#ffffff1f;transform:translateY(-8px);box-shadow:0 30px 70px #00000073}.field-visual{background:linear-gradient(#1a1a1c 0%,#0f0f10 100%);height:220px;position:relative;overflow:hidden}.field-svg{width:100%;height:100%;position:absolute;inset:0}.field-visual-fade{pointer-events:none;background:linear-gradient(#0000 50%,#0f0f10 95%);position:absolute;inset:0}.field-card-body{z-index:1;padding:26px 26px 28px;position:relative}.field-card-body h3{color:#fff;letter-spacing:-.3px;margin-bottom:14px;font-size:19px;font-weight:700;line-height:1.2}.field-card-body p{color:#ffffff9e;font-size:13.5px;line-height:1.55}.code-cursor{animation:1s steps(2,end) infinite codeBlink}@keyframes codeBlink{50%{opacity:0}}.code-lines rect{transform-origin:0;animation:.4s ease-out both codeAppear}.code-lines rect:first-child{animation-delay:.1s}.code-lines rect:nth-child(2){animation-delay:.15s}.code-lines rect:nth-child(3){animation-delay:.2s}.code-lines rect:nth-child(4){animation-delay:.25s}.code-lines rect:nth-child(5){animation-delay:.3s}.code-lines rect:nth-child(6){animation-delay:.35s}.code-lines rect:nth-child(7){animation-delay:.4s}.code-lines rect:nth-child(8){animation-delay:.45s}.code-lines rect:nth-child(9){animation-delay:.5s}.code-lines rect:nth-child(10){animation-delay:.55s}.code-lines rect:nth-child(11){animation-delay:.6s}.code-lines rect:nth-child(12){animation-delay:.65s}.code-lines rect:nth-child(13){animation-delay:.7s}@keyframes codeAppear{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.net-center{transform-origin:160px 110px;animation:2.4s ease-in-out infinite netCenterPulse}@keyframes netCenterPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.net-node{transform-origin:50%;animation:2.6s ease-in-out infinite netNodePulse}@keyframes netNodePulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.net-lines path{stroke-dasharray:200;stroke-dashoffset:200px;animation:2s ease-out forwards netLineDraw}.net-lines path:first-child{animation-delay:.1s}.net-lines path:nth-child(2){animation-delay:.25s}.net-lines path:nth-child(3){animation-delay:.4s}.net-lines path:nth-child(4){animation-delay:.55s}.net-lines path:nth-child(5){animation-delay:.7s}.net-lines path:nth-child(6){animation-delay:.85s}@keyframes netLineDraw{to{stroke-dashoffset:0}}.gear-big{animation:18s linear infinite gearSpinFwd}.gear-med{animation:12s linear infinite gearSpinRev}.gear-small{animation:9s linear infinite gearSpinFwd}@keyframes gearSpinFwd{to{transform:rotate(360deg)}}@keyframes gearSpinRev{to{transform:rotate(-360deg)}}.data-dots circle{animation:2s ease-in-out infinite dotPulse}.data-dots circle:nth-child(2){animation-delay:.3s}.data-dots circle:nth-child(3){animation-delay:.6s}.data-dots circle:nth-child(4){animation-delay:.9s}.data-dots circle:nth-child(5){animation-delay:1.2s}.data-dots circle:nth-child(6){animation-delay:1.5s}@keyframes dotPulse{0%,to{opacity:.4;transform-box:fill-box;transform-origin:50%;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.phone-back{transform-origin:50%;animation:4.5s ease-in-out infinite phoneBackFloat}.phone-front{transform-origin:50%;animation:4s ease-in-out infinite phoneFrontFloat}@keyframes phoneBackFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes phoneFrontFloat{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.ui-sparkles circle{animation:2.4s ease-in-out infinite dotPulse}.ui-sparkles circle:nth-child(2){animation-delay:.4s}.ui-sparkles circle:nth-child(3){animation-delay:.8s}.ui-sparkles circle:nth-child(4){animation-delay:1.2s}@media (width<=1100px){.field-grid{grid-template-columns:1fr 1fr}.field-title{font-size:44px}}@media (width<=600px){.field-grid{grid-template-columns:1fr}.field-title{font-size:32px}}.prod{background:radial-gradient(80% 50% at 80% 20%,#ffc8dc4d 0%,#0000 60%),linear-gradient(135deg,#c98ab1 0%,#ba7da3 50%,#a87196 100%);padding:110px 12px;position:relative;overflow:hidden}.prod-noise{pointer-events:none;background-image:radial-gradient(circle at 25% 30%,#ffffff0f 0%,#0000 30%),radial-gradient(circle at 75% 60%,#0000000f 0%,#0000 30%);position:absolute;inset:0}.prod-orb{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.prod-orb-1{background:radial-gradient(circle,#ffdceb66 0%,#0000 70%);width:420px;height:420px;animation:20s ease-in-out infinite orbDrift1;top:-150px;right:-80px}.prod-orb-2{background:radial-gradient(circle,#783c644d 0%,#0000 70%);width:380px;height:380px;animation:22s ease-in-out infinite orbDrift2;bottom:-160px;left:-100px}.prod-inner{z-index:1;max-width:1320px;margin:0 auto;position:relative}.prod-eyebrow{color:#1a0a14;letter-spacing:.2px;align-items:center;gap:8px;margin-bottom:26px;font-size:13px;font-weight:700;display:inline-flex}.prod-eyebrow-dot{background:#1a0a14;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite pulseDot}.prod-title{letter-spacing:-1.4px;color:#1a0a14;max-width:1000px;margin-bottom:22px;font-size:56px;font-weight:700;line-height:1.05}.prod-underline{display:inline-block;position:relative}.prod-underline:after{content:"";transform-origin:0;background:#1a0a14d9;border-radius:4px;height:6px;animation:1s cubic-bezier(.22,1,.36,1) .4s forwards fieldUnderline;position:absolute;bottom:4px;left:0;right:0;transform:scaleX(0)}.prod-sub{color:#1a0a14c7;max-width:760px;margin-bottom:56px;font-size:16px;line-height:1.55}.prod-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.prod-grid>.reveal{display:flex}.prod-logo-card{cursor:pointer;background:#fff;border:1px solid #0a13300d;border-radius:14px;flex:1;justify-content:center;align-items:center;min-height:120px;padding:22px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0a13300f}.prod-logo-card:hover{border-color:#2563eb26;transform:translateY(-6px);box-shadow:0 20px 40px #0a13301f}.prod-logo-shimmer{pointer-events:none;background:linear-gradient(120deg,#0000 30%,#2563eb14 50%,#0000 70%);transition:transform .7s;position:absolute;inset:0;transform:translate(-100%)}.prod-logo-card:hover .prod-logo-shimmer{transform:translate(100%)}.prod-logo-img{object-fit:contain;filter:grayscale(.15);opacity:.92;width:auto;max-width:100%;height:auto;max-height:70px;transition:filter .3s,opacity .3s,transform .3s;display:block}.prod-logo-card:hover .prod-logo-img{filter:grayscale(0);opacity:1;transform:scale(1.04)}.prod-logo-fallback{text-align:center;flex-direction:column;gap:4px;padding:4px 0;display:flex}.prod-logo-fallback-name{color:#0a1330;letter-spacing:-.01em;font-size:15px;font-weight:800;line-height:1.1}.prod-logo-fallback-industry{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.brand-fifth{color:#0a0a0a;align-items:center;gap:10px;display:flex}.brand-fifth-shield{display:inline-flex}.brand-fifth-text{letter-spacing:1.5px;font-family:Georgia,Times New Roman,serif;font-size:13px;font-weight:700;line-height:1.1}.brand-birzulis{color:#0a0a0a;flex-direction:column;align-items:center;gap:4px;display:flex}.brand-birzulis-strokes{display:block}.brand-birzulis-text{letter-spacing:1.5px;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:800}.brand-skips{color:#0a0a0a;align-items:center;gap:8px;display:flex}.brand-skips-text{letter-spacing:.5px;font-family:Impact,Helvetica Neue,sans-serif;font-size:18px;font-style:italic;font-weight:900;line-height:.95}.brand-skips-text small{letter-spacing:1px;font-size:9px;font-style:normal;font-weight:700}.brand-masterson{color:#0a0a0a;letter-spacing:1px;align-items:center;gap:1px;padding-right:38px;font-family:Helvetica Neue,sans-serif;font-size:14px;font-weight:800;display:inline-flex;position:relative}.brand-masterson-globe{margin:0 1px;display:inline-flex}.brand-masterson-tag{border-left:1px solid #0a0a0a;flex-direction:column;padding-left:4px;line-height:1.05;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.brand-masterson-tag small{letter-spacing:.6px;font-size:6px;font-weight:700}.brand-distillery{color:#0a0a0a;text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.brand-distillery small{letter-spacing:1.5px;font-size:7px;font-weight:700}.brand-distillery-mid{align-items:center;gap:4px;width:100%;display:flex}.brand-distillery-rule{background:#0a0a0a;flex:1;height:1px}.brand-distillery-mark{font-size:7px}.brand-distillery-name{letter-spacing:2px;font-family:Georgia,serif;font-size:13px;font-weight:700}.brand-steinbok{color:#0a0a0a;align-items:center;gap:6px;display:flex}.brand-steinbok-mark{font-size:10px}.brand-steinbok-text{letter-spacing:1.5px;font-family:Georgia,serif;font-size:12px;font-weight:600}@media (width<=1100px){.prod-grid{grid-template-columns:repeat(3,1fr)}.prod-title{font-size:42px}}@media (width<=600px){.prod-grid{grid-template-columns:repeat(2,1fr)}.prod-title{font-size:30px}}.testi{isolation:isolate;background:linear-gradient(#f6f7fc 0%,#eef0fb 60%,#f6f7fc 100%);padding:120px 24px;position:relative;overflow:hidden}.testi-bg-orb{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.testi-bg-orb-1{background:radial-gradient(circle,#2563eb2e 0%,#0000 70%);width:520px;height:520px;top:-120px;left:-120px}.testi-bg-orb-2{background:radial-gradient(circle,#0d948829 0%,#0000 70%);width:460px;height:460px;bottom:-120px;right:-100px}.testi-grid-bg{z-index:0;pointer-events:none;background-image:linear-gradient(#2563eb0a 1px,#0000 1px),linear-gradient(90deg,#2563eb0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50%,#000 0%,#0000 75%);mask-image:radial-gradient(60% 50%,#000 0%,#0000 75%)}.testi-inner{z-index:2;max-width:1120px;margin:0 auto;position:relative}.testi-eyebrow{color:#2563eb;letter-spacing:.12em;background:#ffffffb3;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.testi-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #2563eb99}.testi-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:56px;display:flex}.testi-head h2{letter-spacing:-.025em;color:#0a1330;margin:0;font-size:clamp(36px,4.4vw,56px);font-weight:700;line-height:1.05}.testi-shimmer{background:linear-gradient(90deg,#2563eb,#0d9488,#2563eb) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite shimmer}.testi-rating{background:#ffffffd9;border:1px solid #0a13300f;border-radius:14px;align-items:center;gap:14px;padding:12px 18px;display:flex;box-shadow:0 6px 20px #0a13300f}.testi-stars{gap:2px;display:inline-flex}.testi-rating-text{flex-direction:column;line-height:1.25;display:flex}.testi-rating-text strong{color:#0a1330;letter-spacing:-.01em;font-size:17px;font-weight:800}.testi-rating-text span{color:#6b7290;font-size:11px;font-weight:500}.testi-featured{background:#fff;border:1px solid #0a13300f;border-radius:24px;padding:56px 56px 28px;animation:.6s ease-out fadeQuote;position:relative;overflow:hidden;box-shadow:0 24px 60px -16px #0a13301f,0 8px 18px -8px #0a133014}@keyframes fadeQuote{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.testi-featured:before{content:"";background:linear-gradient(180deg, var(--accent,#2563eb), transparent);opacity:.85;width:5px;height:100%;position:absolute;top:0;left:0}.testi-featured-mark{width:120px;height:96px;color:var(--accent,#2563eb);opacity:.08;pointer-events:none;position:absolute;top:24px;right:40px}.testi-featured-mark svg{width:100%;height:100%}.testi-featured-stars{gap:3px;margin-bottom:20px;display:inline-flex;position:relative}.testi-featured-quote{color:#0a1330;letter-spacing:-.01em;max-width:880px;margin:0 0 36px;font-size:clamp(20px,1.9vw,28px);font-weight:500;line-height:1.45;position:relative}.testi-featured-foot{border-top:1px solid #0a133014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;display:flex}.testi-featured-author{align-items:center;gap:14px;display:flex}.testi-featured-avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:inline-flex;position:relative;box-shadow:0 6px 16px #0a133026}.testi-featured-avatar-ring{border:2px solid var(--accent,#2563eb);opacity:.25;border-radius:50%;position:absolute;inset:-4px}.testi-featured-name{color:#0a1330;letter-spacing:-.01em;font-size:16px;font-weight:700;line-height:1.2}.testi-featured-role{color:#6b7290;margin-top:2px;font-size:13px}.testi-dot{color:var(--accent,#2563eb);margin:0 4px;font-weight:700}.testi-featured-nav{align-items:center;gap:14px;display:inline-flex}.testi-nav-btn{color:#0a1330;background:#0a13300a;border:1px solid #0a133014;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .25s,color .25s,transform .2s,border-color .25s;display:inline-flex}.testi-nav-btn:hover{color:#2563eb;background:#2563eb14;border-color:#2563eb33;transform:translateY(-1px)}.testi-nav-btn.primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-color:#0000;box-shadow:0 6px 16px #2563eb4d}.testi-nav-btn.primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px #2563eb66}.testi-counter{color:#0a1330;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:13px;font-weight:700}.testi-counter-sep{color:#b4bacc;margin:0 4px}.testi-counter-total{color:#b4bacc}.testi-progress{background:#0a13300f;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.testi-progress-fill{background:linear-gradient(90deg, var(--accent,#2563eb), color-mix(in srgb, var(--accent,#2563eb) 50%, #0d9488));width:0;height:100%;animation:7s linear forwards testiProgress;display:block}.testi-progress-fill.paused{animation-play-state:paused}@keyframes testiProgress{0%{width:0}to{width:100%}}.testi-mini-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:18px;display:grid}.testi-mini{text-align:left;cursor:pointer;background:#fff9;border:1px solid #0a13300f;border-radius:14px;align-items:center;gap:10px;padding:14px 16px;font-family:inherit;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:flex}.testi-mini:hover{background:#fff;border-color:#2563eb2e;transform:translateY(-2px);box-shadow:0 10px 24px -8px #0a13301f}.testi-mini.active{border-color:var(--accent,#2563eb);box-shadow:0 12px 28px -8px #0a133024, inset 0 0 0 1px var(--accent,#2563eb);background:#fff}.testi-mini-avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 4px 10px #0a13301f}.testi-mini-meta{flex-direction:column;min-width:0;display:flex}.testi-mini-name{color:#0a1330;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.testi-mini-company{color:#6b7290;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:11px;overflow:hidden}@media (width<=720px){.testi{padding:80px 18px}.testi-featured{padding:36px 24px 20px}.testi-featured-mark{width:80px;height:64px;top:16px;right:20px}.testi-featured-foot{flex-direction:column;align-items:flex-start}.testi-head h2{font-size:34px}}.empower{background:linear-gradient(#f6f7fc 0%,#eef0fb 50%,#f6f7fc 100%);padding:120px 12px 110px;position:relative;overflow:hidden}.empower-bg-orb{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.empower-bg-orb-1{background:radial-gradient(circle,#14b8a640 0%,#0000 70%);width:480px;height:480px;animation:20s ease-in-out infinite orbDrift1;top:-120px;left:-100px}.empower-bg-orb-2{background:radial-gradient(circle,#a855f733 0%,#0000 70%);width:420px;height:420px;animation:24s ease-in-out infinite orbDrift2;bottom:-120px;right:-80px}.empower-grid-bg{pointer-events:none;background-image:linear-gradient(#2563eb0d 1px,#0000 1px),linear-gradient(90deg,#2563eb0d 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%)}.empower-inner{z-index:1;grid-template-columns:1.05fr 1fr;align-items:center;gap:80px;max-width:1280px;margin:0 auto;display:grid;position:relative}.empower-visual{width:100%;max-width:520px;position:relative}.empower-svg{border-radius:28px;width:100%;height:auto;display:block;box-shadow:0 40px 100px #0a133040,0 0 0 1px #ffffff1a}.empower-eyebrow{color:#0d9488;letter-spacing:1.6px;background:#14b8a61a;border:1px solid #14b8a633;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.empower-eyebrow-dot{background:#0d9488;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot}.empower-text h2{letter-spacing:-1.4px;color:#0a1330;margin-bottom:26px;font-size:52px;font-weight:700;line-height:1.05}.empower-shimmer{background:linear-gradient(90deg,#0d9488,#2563eb,#a855f7,#0d9488) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.empower-lead{color:#0a1330;margin-bottom:16px;font-size:17px}.empower-text p{color:#4a4f63;margin-bottom:14px;font-size:15px;line-height:1.65}.empower-cta-row{flex-wrap:wrap;gap:12px;margin:32px 0 36px;display:flex}.empower-stats{border-top:1px solid #0a133014;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:28px;display:grid}.empower-stat-num{color:#0a1330;letter-spacing:-.5px;background:linear-gradient(135deg,#0a1330 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700}.empower-stat-cap{color:#6b7290;margin-top:4px;font-size:12px}.empower-rays{transform-origin:190px 220px;animation:60s linear infinite gearSpinFwd}.empower-phone-glow{animation:4s ease-in-out infinite empowerGlowPulse}@keyframes empowerGlowPulse{0%,to{opacity:.6}50%{opacity:1}}.empower-phone{transform-origin:190px 230px;animation:5s ease-in-out infinite empowerPhoneFloat}@keyframes empowerPhoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.empower-screen-bars rect{transform-origin:0;animation:2.4s ease-in-out infinite empowerBar}.empower-screen-bars rect:nth-child(2){animation-delay:.3s}.empower-screen-bars rect:nth-child(3){animation-delay:.6s}@keyframes empowerBar{0%,to{opacity:.4;transform:scaleX(.6)}50%{opacity:1;transform:scaleX(1)}}.empower-app{transform-box:fill-box;transform-origin:50%;animation:4s ease-in-out infinite empowerAppFloat}@keyframes empowerAppFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-6px)rotate(-3deg)}75%{transform:translateY(4px)rotate(3deg)}}.empower-app:nth-child(odd){animation-duration:5s}.empower-app:nth-child(2n){animation-duration:4.5s}.empower-spark{animation:2s ease-in-out infinite sparkleFlicker}@keyframes sparkleFlicker{0%,to{opacity:.2;transform-box:fill-box;transform-origin:50%;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}@media (width<=1024px){.empower-inner{grid-template-columns:1fr;gap:56px}.empower-text h2{font-size:40px}.empower-visual{max-width:480px;margin:0 auto}}@media (width<=600px){.empower-text h2{font-size:30px}.empower-stats{grid-template-columns:1fr 1fr;gap:16px}}.industries{isolation:isolate;background:radial-gradient(80% 60% at 50% 0,#2563eb26 0%,#0000 60%),linear-gradient(#0e1018 0%,#0a0c14 50%,#06080e 100%);padding:130px 12px 120px;position:relative;overflow:hidden}.industries-bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#6ea8ff0d 1px,#0000 1px),linear-gradient(90deg,#6ea8ff0d 1px,#0000 1px);background-size:56px 56px;animation:60s linear infinite gridPan;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%)}.industries-bg-orb{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.industries-bg-orb-1{background:radial-gradient(circle,#2563eb59 0%,#0000 70%);width:600px;height:600px;animation:22s ease-in-out infinite orbDrift1;top:-200px;left:-200px}.industries-bg-orb-2{background:radial-gradient(circle,#a855f740 0%,#0000 70%);width:500px;height:500px;animation:26s ease-in-out infinite orbDrift2;bottom:-200px;right:-150px}.industries-inner{z-index:1;text-align:center;max-width:1320px;margin:0 auto;position:relative}.industries-eyebrow{color:#6ea8ff;letter-spacing:1.6px;background:#6ea8ff1a;border:1px solid #6ea8ff33;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.industries-eyebrow-dot{background:#6ea8ff;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot;box-shadow:0 0 8px #6ea8ffcc}.industries-title{letter-spacing:-1.6px;color:#fff;margin-bottom:18px;font-size:60px;font-weight:700;line-height:1.05}.industries-title .accent{background:linear-gradient(90deg,#6ea8ff,#a855f7,#fff,#6ea8ff) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.industries-sub{color:#fff9;max-width:720px;margin:0 auto 36px;font-size:17px;line-height:1.6}.industries-filters{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;gap:4px;margin-bottom:56px;padding:5px;display:inline-flex}.industries-filter{color:#ffffff8c;cursor:pointer;background:0 0;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:color .25s,background .25s}.industries-filter:hover{color:#ffffffe6}.industries-filter.active{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#4f7fea 100%);box-shadow:0 4px 16px #2563eb66}.industries-grid{text-align:left;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.industries-grid>.reveal{display:flex}.industry{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;--accent:#6ea8ff;transform-style:preserve-3d;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));cursor:pointer;isolation:isolate;background:linear-gradient(135deg,#ffffff0a 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;flex:1;padding:24px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .4s,background .4s;display:flex;position:relative;overflow:hidden}.industry-halo{background:radial-gradient(circle, var(--accent) 0%, transparent 70%);filter:blur(60px);opacity:.18;z-index:0;pointer-events:none;border-radius:50%;width:280px;height:280px;transition:opacity .4s;position:absolute;top:-100px;right:-100px}.industry-spotlight{background:radial-gradient(400px circle at var(--mx) var(--my), #ffffff12, transparent 70%);opacity:0;z-index:1;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.industry:hover{border-color:color-mix(in srgb, var(--accent) 50%, transparent);box-shadow:0 30px 70px #00000073, 0 0 0 1px color-mix(in srgb, var(--accent) 25%, transparent), 0 0 60px color-mix(in srgb, var(--accent) 15%, transparent);background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%)}.industry:hover .industry-halo{opacity:.45}.industry:hover .industry-spotlight{opacity:1}.industry-tag{z-index:2;letter-spacing:1px;color:var(--accent);background:color-mix(in srgb, var(--accent) 15%, transparent);border:1px solid color-mix(in srgb, var(--accent) 35%, transparent);border-radius:999px;padding:5px 10px;font-size:10px;font-weight:700;position:absolute;top:18px;right:18px}.industry-scene{aspect-ratio:7/6;z-index:2;justify-content:center;align-items:center;width:100%;margin-bottom:18px;display:flex;position:relative}.industry-scene-glow{background:radial-gradient(ellipse 60% 50% at 50% 60%, var(--accent) 0%, transparent 60%);opacity:.15;filter:blur(20px);z-index:0;transition:opacity .4s;position:absolute;inset:0}.industry:hover .industry-scene-glow{opacity:.3}.scene-svg{z-index:1;width:100%;height:100%;position:relative;overflow:visible}.industry-img{object-fit:contain;z-index:1;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .5s;position:relative}.industry:hover .industry-img{transform:scale(1.04)}.industry-text{z-index:2;flex-direction:column;flex:1;display:flex;position:relative}.industry-text h4{color:#fff;letter-spacing:-.3px;margin-bottom:8px;font-size:18px;font-weight:700}.industry-text>p{color:#fff9;margin-bottom:16px;font-size:13.5px;line-height:1.55}.industry-tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.industry-tags span{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .25s,color .25s}.industry:hover .industry-tags span{color:#ffffffe6;background:#ffffff1a}.industry-foot{border-top:1px solid #ffffff14;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:auto;padding-top:16px;display:flex}.industry-stat-num{color:var(--accent);letter-spacing:-.5px;font-size:22px;font-weight:700;line-height:1}.industry-stat-cap{color:#ffffff80;margin-top:4px;font-size:11px}.industry-cta{color:#fffc;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .25s,padding .25s,color .25s;display:inline-flex}.industry-cta svg{transition:transform .25s}.industry-cta:hover{color:#fff;background:#ffffff24;padding-right:18px}.industry-cta:hover svg{transform:translate(2px)}.scene-anchor{transform-origin:50%;animation:4s ease-in-out infinite industryFloat}.industry-1 .scene-anchor{animation-delay:.4s}.industry-2 .scene-anchor{animation-delay:.8s}.industry-3 .scene-anchor{animation-delay:1.2s}.industry-4 .scene-anchor{animation-delay:1.6s}@keyframes industryFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.orbit{transform-origin:140px 150px;animation:5s ease-in-out infinite orbitFloat}.orbit-1{animation-delay:0s}.orbit-2{animation-delay:.5s}.orbit-3{animation-delay:1s}.orbit-4{animation-delay:1.5s}@keyframes orbitFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.orbit-slow{transform-origin:231px 79px;animation:8s linear infinite gearSpin,4s ease-in-out infinite orbitFloat}@keyframes gearSpin{to{transform:rotate(360deg)}}.cloud{animation:12s linear infinite cloudDrift}.cloud-2{animation:16s linear -4s infinite cloudDrift}@keyframes cloudDrift{0%{opacity:.7;transform:translate(-12px)}50%{opacity:1}to{opacity:.7;transform:translate(12px)}}.industry:hover .scene-anchor{animation-duration:2s}@media (width<=1024px){.industries-grid{grid-template-columns:repeat(2,1fr)}.industries-title{font-size:36px}}@media (width<=600px){.industries-grid{grid-template-columns:1fr}.industries-title{font-size:28px}}.customers{background:linear-gradient(#fff 0%,#f6f7fc 100%);padding:120px 12px 100px;position:relative;overflow:hidden}.customers-inner{text-align:center;max-width:1320px;margin:0 auto}.customers-eyebrow{color:#2563eb;letter-spacing:1.6px;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.customers-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot}.customers-title{letter-spacing:-1.6px;color:#0a1330;max-width:1000px;margin:0 auto 18px;font-size:56px;font-weight:700;line-height:1.05}.customers-sub{color:#4a4f63;max-width:640px;margin:0 auto 64px;font-size:17px;line-height:1.55}.customers-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.customers-grid>.reveal{display:flex}.story{--rx:0deg;--ry:0deg;--mx:50%;--my:50%;color:#fff;cursor:pointer;min-height:660px;transform-style:preserve-3d;transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry));isolation:isolate;border-radius:24px;flex-direction:column;flex:1;padding:32px 30px 30px;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0a13302e,0 0 0 1px #0000000a}.story:hover{box-shadow:0 50px 100px #0a133059,0 0 0 1px #ffffff14}.story-a{background:radial-gradient(at 70% 20%,#cdbcab 0%,#8a7869 50%,#4a3a30 100%)}.story-b{background:radial-gradient(at 50% 25%,#6e5b53 0%,#2e2421 60%,#15100e 100%)}.story-c{background:radial-gradient(at 60% 35%,#80553e 0%,#4a3526 55%,#1f1208 100%)}.story-spotlight{background:radial-gradient(400px circle at var(--mx) var(--my), #ffffff2e, transparent 70%);opacity:0;z-index:1;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.story:hover .story-spotlight{opacity:1}.story-noise{z-index:0;pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#ffffff0f 0%,#0000 25%),radial-gradient(circle at 80% 60%,#00000026 0%,#0000 30%),radial-gradient(circle at 30% 80%,#ffffff0a 0%,#0000 30%);position:absolute;inset:0}.story-brand{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffffff2;letter-spacing:.2px;background:#00000059;border:1px solid #ffffff1a;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px 6px 6px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.story-brand-mark{color:#0a1330;background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.story-stat{z-index:2;margin-bottom:28px;position:relative}.story-stat-orb{filter:blur(40px);z-index:-1;background:radial-gradient(circle,#ffffff40 0%,#0000 70%);border-radius:50%;width:180px;height:180px;animation:4s ease-in-out infinite storyOrbPulse;position:absolute;top:-40px;left:-40px}@keyframes storyOrbPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.story-num{letter-spacing:-2px;color:#fff;background:linear-gradient(#fff 0%,#fffc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-family:Times New Roman,Georgia,serif;font-size:84px;font-weight:400;line-height:1}.story-cap{color:#fffc;letter-spacing:.2px;font-size:13px;font-weight:500}.story-visual{z-index:1;flex:1;justify-content:center;align-items:center;padding:12px 0 24px;display:flex;position:relative}.story-visual-glow{filter:blur(30px);z-index:0;background:radial-gradient(circle,#ffffff2e 0%,#0000 60%);border-radius:50%;width:280px;height:280px;animation:5s ease-in-out infinite storyGlow;position:absolute}@keyframes storyGlow{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}}.story-foot{z-index:2;margin-top:auto;position:relative}.story-body{color:#ffffffe6;margin-bottom:14px;font-size:14px;line-height:1.55}.story-quote{color:#ffffffb3;border-left:2px solid #ffffff40;margin-bottom:22px;padding-left:12px;font-size:13px;font-style:italic;line-height:1.5}.story-quote cite{color:#ffffff8c;letter-spacing:.3px;margin-top:6px;font-size:11px;font-style:normal;font-weight:600;display:block}.story-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;isolation:isolate;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .25s,transform .25s,padding .25s,border-color .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.story-btn:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 30%,#fff6 50%,#0000 70%);width:60%;height:100%;animation:4s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}.story-btn>*{z-index:2;position:relative}.story-btn svg{transition:transform .25s}.story-btn:hover{background:#ffffff38;border-color:#fff6;padding-right:22px;box-shadow:0 10px 28px #00000040}.story-btn:hover svg{transform:translate(3px)}.phone{background:#111;border-radius:32px;width:200px;padding:6px;transition:transform .5s;position:relative;transform:rotate(-2deg);box-shadow:0 30px 60px #00000080}.story:hover .phone{transform:rotate(0)translateY(-4px)}.phone-notch{z-index:2;background:#000;border-radius:12px;width:60px;height:16px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-screen{color:#0a1330;background:#fff;border-radius:28px;min-height:360px;padding:24px 12px 12px;font-size:9px}.phone-status{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;font-size:9px;font-weight:700;display:flex}.phone-pill{background:#000;border-radius:4px;width:30px;height:6px}.phone-content{padding:0 4px}.phone-title{margin-bottom:12px;font-size:14px;font-weight:700}.phone-sub{color:#6b7290;margin:8px 0 6px;font-size:9px}.phone-row{background:#f7f8fc;border-radius:6px;align-items:center;gap:8px;margin-bottom:6px;padding:6px;display:flex}.phone-row.alt{background:#eef4ff}.phone-thumb{border-radius:4px;flex-shrink:0;width:28px;height:28px}.thumb-a{background:linear-gradient(135deg,#6b4a30,#2a1a10)}.thumb-b{background:linear-gradient(135deg,#6b7290,#2a3147)}.phone-row-label{color:#8b91a8;letter-spacing:.5px;margin-bottom:2px;font-size:7px;font-weight:700}.phone-row-text{color:#0a1330;font-size:9px;font-weight:600;line-height:1.2}.phone-title-row{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9px;font-weight:700;display:flex}.phone-add{color:#fff;background:#2563eb;border-radius:4px;padding:3px 6px;font-size:7px;font-weight:600}.phone-search{color:#8b91a8;background:#f3f5fa;border-radius:6px;margin-bottom:8px;padding:5px 8px;font-size:8px}.phone-link{color:#2563eb;text-align:right;margin-bottom:6px;font-size:8px}.phone-cards{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px;display:grid}.phone-card{background:#f7f8fc;border-radius:6px;padding:4px}.phone-card-img{border-radius:4px;height:36px;margin-bottom:4px}.phone-card-img.a{background:linear-gradient(135deg,#d4a574,#8b6443)}.phone-card-img.b{background:linear-gradient(135deg,#c89968,#6b4a30)}.phone-card-img.c{background:linear-gradient(135deg,#d4a085,#7a4f38)}.phone-card-name{font-size:7px;font-weight:700}.phone-card-meta{color:#8b91a8;font-size:6px}.phone-section{justify-content:space-between;margin-bottom:6px;font-size:9px;font-weight:700;display:flex}.phone-section span{color:#2563eb;font-size:8px;font-weight:500}.phone-tabbar{border-top:1px solid #f0f2f8;justify-content:space-around;padding-top:6px;font-size:11px;display:flex}.pos{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:relative}.pos-shelf{grid-template-columns:repeat(8,1fr);gap:4px;margin-bottom:16px;padding:0 12px;display:grid}.pos-shelf span{aspect-ratio:1;background:#ffffff14;border:1px solid #ffffff1a;border-radius:3px}.pos-counter{background:#0006;border-top:1px solid #ffffff1a;align-items:center;gap:16px;padding:24px 20px;display:flex;position:relative}.pos-tablet{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;width:130px;padding:14px 12px}.pos-tablet-row{background:#ffffff26;border-radius:2px;height:8px;margin-bottom:6px}.pos-tablet-row.short{width:60%}.pos-cup{background:linear-gradient(#d4a574,#8b6443);border-radius:2px 2px 4px 4px;width:18px;height:26px;position:relative}.pos-cup:before{content:"";background:#4a3326;border-radius:2px;height:4px;position:absolute;top:-3px;left:-2px;right:-2px}.pos-hand{background:radial-gradient(circle at 30% 30%,#d4a585,#8b5a3c);border-radius:40% 60% 50% 50%;width:50px;height:50px;margin-left:auto;transform:rotate(-15deg)}@media (width<=1024px){.customers-grid{grid-template-columns:1fr 1fr}.customers-title{font-size:36px}}@media (width<=700px){.customers-grid{grid-template-columns:1fr}.customers-title{font-size:28px}.story{min-height:520px}.story-num{font-size:56px}}.caps{background:#fff;padding:96px 12px 80px}.caps-inner{max-width:1100px;margin:0 auto}.caps-eyebrow{color:#2563eb;letter-spacing:1.4px;margin-bottom:20px;font-size:11px;font-weight:700}.caps-head{grid-template-columns:1.3fr 1fr;align-items:start;gap:60px;margin-bottom:64px;display:grid}.caps-head h2{letter-spacing:-1.2px;color:#0a1330;font-size:44px;font-weight:700;line-height:1.1}.caps-head p{color:#5a607a;padding-top:8px;font-size:14px;line-height:1.6}.caps-grid{grid-template-columns:repeat(3,1fr);gap:36px;display:grid}.cap{transition:transform .3s}.cap:hover{transform:translateY(-4px)}.cap:hover .cap-icon{color:#fff;background:#2563eb;transform:scale(1.08)rotate(-4deg)}.cap-icon{color:#2563eb;background:#eef4ff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:22px;transition:transform .3s,background .3s,color .3s;display:flex}.cap-link{position:relative}.cap-link:after{content:"";transform-origin:0;background:#2563eb;width:100%;height:1.5px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.cap-link:hover:after{transform:scaleX(1)}.cap h3{color:#0a1330;margin-bottom:10px;font-size:17px;font-weight:700}.cap p{color:#5a607a;margin-bottom:18px;font-size:13.5px;line-height:1.6}.cap-link{color:#2563eb;align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.contact{isolation:isolate;background:radial-gradient(80% 50% at 50% 0,#141e3c0a 0%,#0000 70%),linear-gradient(135deg,#afae5a 0%,#9c9b4f 50%,#88873f 100%);border-radius:28px;grid-template-columns:1.2fr 1fr;gap:64px;margin-top:80px;padding:56px 60px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #141e0a33}.contact-grain{pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#00000014 0%,#0000 30%),radial-gradient(circle at 80% 70%,#ffffff0f 0%,#0000 30%);position:absolute;inset:0}.contact-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.contact-orb-1{background:radial-gradient(circle,#ffffff2e 0%,#0000 70%);width:320px;height:320px;animation:18s ease-in-out infinite orbDrift1;top:-120px;right:-80px}.contact-orb-2{background:radial-gradient(circle,#141e0a40 0%,#0000 70%);width:280px;height:280px;animation:22s ease-in-out infinite orbDrift2;bottom:-100px;left:-60px}.contact-form{z-index:1;flex-direction:column;gap:18px;display:flex;position:relative}.contact-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-field{color:#1a1810;flex-direction:column;gap:8px;font-size:13px;font-weight:600;display:flex}.contact-field span{letter-spacing:.2px}.contact-field input,.contact-field textarea{color:#fff;resize:none;background:#0a0905;border:1px solid #0006;border-radius:10px;outline:none;padding:14px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .25s,box-shadow .25s,background .25s}.contact-field textarea{min-height:130px;font-family:inherit;line-height:1.5}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff59}.contact-field input:hover,.contact-field textarea:hover{border-color:#fff3}.contact-field input:focus,.contact-field textarea:focus{background:#1a1810;border-color:#fff;box-shadow:0 0 0 3px #ffffff2e}.contact-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:6px;display:flex}.contact-submit{color:#fff;isolation:isolate;background:#0a0905;border:1px solid #0a0905;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:13.5px;font-weight:600;transition:background .25s,transform .25s,padding .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.contact-submit:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 30%,#ffffff2e 50%,#0000 70%);width:60%;height:100%;animation:4.5s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}.contact-submit>*{z-index:2;position:relative}.contact-submit svg{transition:transform .25s}.contact-submit:hover{padding-right:26px;transform:translateY(-2px);box-shadow:0 12px 28px #0006}.contact-submit:hover svg{transform:translate(3px)}.contact-submit.sent{pointer-events:none;background:#1f8a3f;border-color:#1f8a3f;animation:.4s ease-out contactSentPop}@keyframes contactSentPop{0%{transform:scale(.9)}50%{transform:scale(1.06)}to{transform:scale(1)}}.contact-legal{color:#1a1810;text-align:right;flex:1;min-width:220px;font-size:11px;line-height:1.5}.contact-legal a{color:inherit}.contact-legal strong{font-weight:700}.contact-meta{z-index:1;flex-direction:column;gap:18px;display:flex;position:relative}.contact-eyebrow{color:#1a1810;letter-spacing:1.6px;background:#fff3;border:1px solid #00000026;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.contact-eyebrow-dot{background:#1a1810;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot}.contact-meta h3{letter-spacing:-1px;color:#0e0d08;font-size:38px;font-weight:700;line-height:1.1}.contact-meta>p{color:#0e0d08c7;max-width:420px;font-size:15px;line-height:1.55}.contact-list{flex-direction:column;gap:12px;margin-top:10px;list-style:none;display:flex}.contact-list li{color:#1a1810;background:#ffffff2e;border:1px solid #00000014;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;font-size:14px;font-weight:500;transition:background .25s,transform .25s;display:flex}.contact-list li:hover{background:#ffffff52;transform:translate(3px)}.contact-list-icon{color:#fff;background:#0a0905;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:inline-flex}.contact-map{border:1px solid #0a133014;border-radius:16px;height:240px;margin-top:22px;position:relative;overflow:hidden;box-shadow:0 12px 28px -8px #0a13301f}.contact-map iframe{filter:saturate(.85);border:0;width:100%;height:100%;display:block}.contact-map-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border:1px solid #0a133014;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 8px 24px -8px #0a13302e}.contact-map-pin{color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;box-shadow:0 4px 10px #2563eb66}.contact-map-title{color:#0a1330;letter-spacing:-.01em;font-size:13px;font-weight:700;line-height:1.15}.contact-map-sub{color:#6b7290;font-variant-numeric:tabular-nums;margin-top:1px;font-size:11px}.contact-map-cta{color:#2563eb;background:#2563eb14;border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:6px 10px;font-size:12px;font-weight:700;transition:background .25s,transform .2s;display:inline-flex}.contact-map-cta:hover{background:#2563eb29;transform:translate(2px)}@media (width<=900px){.contact{grid-template-columns:1fr;gap:40px;padding:40px 28px}.contact-row{grid-template-columns:1fr}.contact-meta h3{font-size:30px}.contact-actions{flex-direction:column;align-items:flex-start}.contact-legal{text-align:left}}.map-section{background:#0a0c10;padding:0}.map-frame{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;height:700px;position:relative;overflow:hidden}.map-svg{width:100%;height:100%;position:absolute;inset:0}.map-freeway-dash{stroke-dasharray:6 8;animation:2.5s linear infinite freewayFlow}@keyframes freewayFlow{to{stroke-dashoffset:-28px}}.map-controls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:#14161cd9;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;display:flex;position:absolute;top:20px;left:20px;overflow:hidden}.map-controls button{color:#ffffffb3;cursor:pointer;background:0 0;width:32px;height:32px;font-size:16px;font-weight:600;transition:background .2s,color .2s}.map-controls button:first-child{border-bottom:1px solid #ffffff14}.map-controls button:hover{color:#fff;background:#ffffff14}.map-compass{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;color:#fff;letter-spacing:.5px;background:#14161cd9;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:700;display:flex;position:absolute;top:20px;right:20px}.map-compass:before{content:"";border-bottom:8px solid #0d9488;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;top:4px;left:50%;transform:translate(-50%)}.map-compass-n{margin-top:12px}.map-pin-wrap{z-index:4;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:38%;transform:translate(-50%,-50%)}.map-pin{z-index:2;filter:drop-shadow(0 8px 16px #0d948880);transform-origin:bottom;animation:2.6s ease-in-out infinite pinBounce;position:relative}@keyframes pinBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.map-ripple{opacity:0;border:2px solid #0d9488;border-radius:50%;width:24px;height:24px;margin-top:10px;margin-left:-12px;animation:2.4s ease-out infinite pinRipple;position:absolute;top:50%;left:50%}.map-ripple.delay-1{animation-delay:.8s}.map-ripple.delay-2{animation-delay:1.6s}@keyframes pinRipple{0%{opacity:.8;transform:scale(.4)}to{opacity:0;transform:scale(5)}}.map-card{z-index:5;background:linear-gradient(135deg,#afae5a 0%,#9c9b4f 60%,#88873f 100%);border-radius:18px;width:360px;margin-left:60px;padding:26px 28px;animation:5s ease-in-out infinite mapCardFloat;position:absolute;top:50%;left:50%;transform:translateY(-50%);box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff14}@keyframes mapCardFloat{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 6px))}}.map-card-eyebrow{color:#1a1810;letter-spacing:1.5px;background:#fff3;border:1px solid #0000001f;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.map-card-dot{background:#1a1810;border-radius:50%;width:5px;height:5px;animation:1.6s ease-in-out infinite pulseDot}.map-card h3{color:#0e0d08;letter-spacing:-.6px;margin-bottom:8px;font-size:30px;font-weight:700}.map-card>p{color:#0e0d08d9;margin-bottom:22px;font-size:15px;line-height:1.5}.map-card-meta{border-top:1px solid #0000001f;border-bottom:1px solid #0000001f;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;padding:14px 0;display:grid}.map-card-label{letter-spacing:1px;color:#0e0d088c;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.map-card-val{color:#1a1810;font-size:12px;font-weight:600}.map-card-cta{color:#fff;background:#0a0905;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:padding .25s,transform .25s,box-shadow .25s;display:inline-flex}.map-card-cta svg{transition:transform .25s}.map-card-cta:hover{padding-right:22px;transform:translateY(-2px);box-shadow:0 10px 24px #0006}.map-card-cta:hover svg{transform:translate(3px)}@media (width<=800px){.map-frame{height:560px}.map-card{width:calc(100% - 40px);max-width:380px;margin-left:0;top:auto;bottom:24px;left:50%;transform:translate(-50%)}@keyframes mapCardFloat{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-6px)}}.map-pin-wrap{top:40%;left:50%}}.cta-section{background:linear-gradient(#fff 0%,#f6f7fc 100%);padding:100px 12px}.cta-card{isolation:isolate;background:radial-gradient(60% 40% at 0 0,#2563eb73 0%,#0000 60%),radial-gradient(50% 40% at 100% 100%,#a855f74d 0%,#0000 60%),linear-gradient(135deg,#0a1430 0%,#0d2855 50%,#0a1430 100%);border-radius:32px;grid-template-columns:1.4fr 1fr;align-items:center;gap:40px;max-width:1280px;margin:0 auto;padding:80px 72px;display:grid;position:relative;overflow:hidden;box-shadow:0 60px 120px #0a133059,0 0 0 1px #ffffff0f}.cta-grid-bg{pointer-events:none;z-index:0;background-image:linear-gradient(#6ea8ff0f 1px,#0000 1px),linear-gradient(90deg,#6ea8ff0f 1px,#0000 1px);background-size:56px 56px;animation:60s linear infinite gridPan;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 0%,#0000 75%)}.cta-orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.cta-orb-1{background:radial-gradient(circle,#2563eb99 0%,#0000 70%);width:380px;height:380px;animation:18s ease-in-out infinite orbDrift1;top:-120px;left:-80px}.cta-orb-2{background:radial-gradient(circle,#a855f766 0%,#0000 70%);width:340px;height:340px;animation:22s ease-in-out infinite orbDrift2;bottom:-100px;right:-60px}.cta-content{z-index:2;position:relative}.cta-eyebrow{color:#6ea8ff;letter-spacing:1.6px;background:#6ea8ff1f;border:1px solid #6ea8ff40;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.cta-eyebrow-dot{background:#6ea8ff;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot;box-shadow:0 0 8px #6ea8ffcc}.cta-card h2{letter-spacing:-1.4px;color:#fff;margin-bottom:20px;font-size:52px;font-weight:700;line-height:1.05}.cta-card h2 .muted{color:#fff6;display:block}.cta-shimmer{background:linear-gradient(90deg,#6ea8ff,#a855f7,#fff,#6ea8ff) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.cta-sub{color:#ffffffb3;max-width:520px;margin-bottom:32px;font-size:16px;line-height:1.6}.cta-row-2{flex-wrap:wrap;gap:12px;margin-bottom:28px;display:flex}.btn-cta-primary{color:#fff;isolation:isolate;background:linear-gradient(135deg,#2563eb 0%,#4f7fea 50%,#2563eb 100%);border-radius:999px;align-items:center;gap:8px;padding:13px 24px;font-size:14px;font-weight:600;transition:transform .25s,padding .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #2563eb80,inset 0 1px #fff3}.btn-cta-primary:before{content:"";z-index:1;background:linear-gradient(100deg,#0000 30%,#fff6 50%,#0000 70%);width:60%;height:100%;animation:4s ease-in-out infinite btnShine;position:absolute;top:0;left:-120%}.btn-cta-primary>*{z-index:2;position:relative}.btn-cta-primary svg{transition:transform .25s}.btn-cta-primary:hover{padding-right:28px;transform:translateY(-2px);box-shadow:0 14px 32px #2563ebb3,0 0 0 4px #2563eb2e,inset 0 1px #ffffff40}.btn-cta-primary:hover svg{transform:translate(3px)}.btn-cta-secondary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#4f7fea 50%,#2563eb 100%);border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:600;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 24px #2563eb80,inset 0 1px #fff3}.btn-cta-secondary:hover{border-color:#fff6;transform:translateY(-2px);box-shadow:0 14px 32px #2563ebb3,0 0 0 4px #2563eb2e,inset 0 1px #ffffff40}.cta-trust{letter-spacing:1.2px;color:#ffffff80;align-items:center;gap:8px;padding-top:6px;font-size:11px;font-weight:700;display:inline-flex}.cta-trust-pip{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulseDot;box-shadow:0 0 8px #22c55eb3}.cta-orbital{z-index:1;justify-self:end;width:360px;height:360px;margin-right:-20px;position:relative}.cta-ring{border:1px solid #ffffff1f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-ring-1{width:360px;height:360px}.cta-ring-2{border-color:#6ea8ff2e;width:270px;height:270px}.cta-ring-3{border-color:#a855f733;width:180px;height:180px}.cta-core{color:#fff;letter-spacing:.5px;z-index:2;background:linear-gradient(135deg,#2563eb 0%,#6ea8ff 50%,#a855f7 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:-40px 0 0 -40px;font-size:22px;font-weight:800;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 20px 60px #2563eb99,inset 0 2px #ffffff4d}.cta-core-glow{filter:blur(20px);z-index:-1;background:radial-gradient(circle,#6ea8ff80 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite empowerGlowPulse;position:absolute;inset:-30px}.cta-orbit{pointer-events:none;transform-origin:50%;border-radius:50%;position:absolute;top:50%;left:50%}.cta-orbit-1{width:360px;height:360px;margin:-180px 0 0 -180px;animation:16s linear infinite ctaOrbitSpin}.cta-orbit-2{width:270px;height:270px;margin:-135px 0 0 -135px;animation:12s linear infinite reverse ctaOrbitSpin}.cta-orbit-3{width:180px;height:180px;margin:-90px 0 0 -90px;animation:9s linear infinite ctaOrbitSpin}@keyframes ctaOrbitSpin{to{transform:rotate(360deg)}}.cta-node{color:#fff;background:linear-gradient(135deg,#6ea8ff 0%,#2563eb 100%);border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-14px;font-size:14px;font-weight:700;display:inline-flex;position:absolute;top:-14px;left:50%;box-shadow:0 6px 18px #2563eb99}.cta-node.node-purple{background:linear-gradient(135deg,#c084fc 0%,#a855f7 100%);box-shadow:0 6px 18px #a855f799}.cta-node.node-green{background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);width:22px;height:22px;margin-left:-11px;font-size:11px;top:-11px;box-shadow:0 6px 18px #22c55e80}@media (width<=1000px){.cta-card{grid-template-columns:1fr;gap:32px;padding:56px 36px}.cta-orbital{justify-self:center;width:280px;height:280px;margin:0 auto}.cta-ring-1{width:280px;height:280px}.cta-ring-2{width:210px;height:210px}.cta-ring-3{width:140px;height:140px}.cta-orbit-1{width:280px;height:280px;margin:-140px 0 0 -140px}.cta-orbit-2{width:210px;height:210px;margin:-105px 0 0 -105px}.cta-orbit-3{width:140px;height:140px;margin:-70px 0 0 -70px}.cta-card h2{font-size:36px}}.footer{background:#fff;border-top:1px solid #f0f2f8;padding:56px 12px 32px}.footer-inner{max-width:1100px;margin:0 auto}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:56px;display:grid}.footer-brand h4{color:#0a1330;margin-bottom:14px;font-size:17px;font-weight:700}.footer-brand p{color:#6b7290;max-width:280px;margin-bottom:24px;font-size:13px;line-height:1.6}.footer-icons{gap:12px;display:flex}.footer-icons span{color:#6b7290;background:#f3f4fa;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.footer-col h5{color:#0a1330;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-col li{color:#6b7290;font-size:13px}.footer-bottom{color:#8b91a8;border-top:1px solid #f0f2f8;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.footer-status{align-items:center;gap:6px;display:inline-flex}.footer-status .pip{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite pulseDot;box-shadow:0 0 #22c55e99}.footer-icons span{transition:transform .2s,background .2s,color .2s}.footer-icons span:hover{color:#fff;background:#2563eb;transform:translateY(-2px)}.footer-col li{cursor:pointer;transition:color .2s,transform .2s}.footer-col li:hover{color:#2563eb;transform:translate(2px)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (width<=900px){.hero h1{font-size:40px}.caps-head{grid-template-columns:1fr;gap:24px}.caps-head h2{font-size:30px}.caps-grid{grid-template-columns:1fr;gap:32px}.dash-grid,.dash-bottom{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.nav-links{display:none}}.not-saas{background:radial-gradient(800px 400px at 50% 0,#2563eb14,#0000 70%),linear-gradient(#eef0fb 0%,#f5f7ff 100%);padding:120px 24px;position:relative}.not-saas-inner{text-align:center;max-width:1200px;margin:0 auto}.not-saas-eyebrow{color:#2563eb;letter-spacing:.12em;background:#ffffffb3;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.not-saas-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #2563eb99}.not-saas-title{letter-spacing:-.02em;color:#0a1330;max-width:900px;margin:0 auto 18px;font-size:clamp(32px,4.5vw,52px);font-weight:700;line-height:1.1}.not-saas-accent{background:linear-gradient(90deg,#2563eb,#0d9488);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.not-saas-sub{color:#4a4f63;max-width:620px;margin:0 auto 56px;font-size:17px;line-height:1.55}.not-saas-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.not-saas-card{background:#fff;border:1px solid #2563eb1a;border-radius:20px;padding:32px 28px 30px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 6px 24px #0a13300a}.not-saas-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.not-saas-card:hover{border-color:#2563eb4d;transform:translateY(-4px);box-shadow:0 14px 40px #2563eb24}.not-saas-no{color:#0a1330;opacity:.85;justify-content:center;align-items:center;margin-bottom:20px;transition:transform .4s,color .3s;display:inline-flex}.not-saas-card:hover .not-saas-no{color:#2563eb;transform:rotate(-8deg)}.not-saas-card p{color:#0a1330;letter-spacing:-.005em;font-size:16px;font-weight:600;line-height:1.55;position:relative}@media (width<=700px){.not-saas{padding:80px 20px}.not-saas-sub{margin-bottom:36px}}.fs{background:#f5f6f5;padding:140px 24px;position:relative}.fs-inner{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:center;gap:60px;max-width:1240px;margin:0 auto;display:grid}.fs-left{max-width:480px}.fs-title{letter-spacing:-.025em;color:#0a1330;margin-bottom:22px;font-size:clamp(40px,5.2vw,64px);font-weight:700;line-height:1.05}.fs-accent{background:linear-gradient(90deg,#2563eb,#0d9488);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fs-sub{color:#4a4f63;max-width:420px;margin-bottom:44px;font-size:17px;line-height:1.55}.fs-accordion{flex-direction:column;display:flex}.fs-item{text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #0a13301f;flex-direction:column;gap:10px;padding:22px 0;display:flex}.fs-item:last-child{border-bottom:1px solid #0a13301f}.fs-item-title{color:#0a1330;letter-spacing:-.01em;font-size:17px;font-weight:700}.fs-item-body{color:#4a4f63;opacity:0;max-width:460px;max-height:0;font-size:15px;line-height:1.55;transition:max-height .4s,opacity .3s 50ms,margin-top .3s;overflow:hidden}.fs-item.open .fs-item-body{opacity:1;max-height:120px}.fs-item:not(.open):hover .fs-item-title{color:#2563eb}.fs-right{position:relative}.fs-canvas{aspect-ratio:5/4;background:#e9ebe6;border-radius:4px;width:100%;min-height:520px;position:relative;overflow:hidden}.fs-tile{background:#fff;border-radius:16px;transition:transform .5s cubic-bezier(.2,.8,.3,1.2);position:absolute;overflow:hidden;box-shadow:0 18px 40px -12px #0a133040,0 6px 16px -6px #0a133026}.fs-tile:hover{z-index:20!important;transform:translateY(-4px)rotate(0)scale(1.03)!important}.fs-tile-logo{z-index:2;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:12px;left:12px}.fs-tile-photo{aspect-ratio:1;z-index:4;background:#1a1f28;width:32%;top:28%;left:24%;transform:rotate(-6deg)}.fs-photo-bg{width:100%;height:76%}.fs-tile-meta{color:#fff;font-size:10px;line-height:1.35;position:absolute;bottom:8px;left:12px}.fs-tile-meta-strong{font-size:12px;font-weight:700}.fs-tile-job{aspect-ratio:1;z-index:5;background:#0a1018;flex-direction:column;justify-content:flex-end;width:22%;padding:0 14px 14px;display:flex;top:8%;left:30%;transform:rotate(-4deg)}.fs-tile-amount{color:#fff;letter-spacing:-.02em;font-size:clamp(18px,1.8vw,24px);font-weight:700}.fs-amount-green{color:#14b8a6}.fs-tile-paid{aspect-ratio:1;z-index:6;background:#102b22;flex-direction:column;justify-content:flex-end;width:24%;padding:0 14px 14px;display:flex;top:10%;left:52%;transform:rotate(3deg)}.fs-tile-paid-row{color:#fffc;margin-bottom:2px;font-size:11px;font-weight:600}.fs-tile-map{aspect-ratio:5/4;z-index:4;background:#d8dde4;width:26%;top:26%;left:72%;transform:rotate(6deg)}.fs-tile-data{aspect-ratio:1.1;z-index:7;width:30%;padding:38px 14px 14px;top:50%;left:40%;transform:rotate(-2deg)}.fs-tile-code{color:#2563eb;white-space:pre;margin:0;font-family:SF Mono,Menlo,Consolas,monospace;font-size:9px;line-height:1.45}.fs-tile-customer{aspect-ratio:1.4;z-index:5;align-items:center;gap:10px;width:26%;padding:36px 14px 14px;display:flex;top:54%;left:72%;transform:rotate(5deg)}.fs-customer-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.fs-customer-meta{flex-direction:column;display:flex}.fs-customer-name{color:#0a1330;font-size:11px;font-weight:700}.fs-customer-role{color:#6b7290;margin-top:2px;font-size:9px}.fs-tile-sheet{aspect-ratio:1.15;z-index:6;width:28%;padding:36px 10px 10px;top:70%;left:50%;transform:rotate(4deg)}.fs-sheet-table{border-collapse:collapse;color:#0a1330;width:100%;font-size:8px}.fs-sheet-table th{text-align:left;color:#6b7290;border-bottom:1px solid #e5e7eb;padding:2px 4px;font-weight:700}.fs-sheet-table td{border-bottom:1px solid #f1f3f6;padding:2px 4px}.fs-sheet-ok{color:#0d9488;font-weight:600}.fs-sheet-mid{color:#2563eb;font-weight:600}.fs-sheet-warn{color:#6b7290;font-weight:600}.fs-tile-chart{aspect-ratio:1.25;z-index:5;background:#0a1018;width:24%;top:62%;left:18%;transform:rotate(-5deg)}.fs-chart-label{color:#fff;font-size:13px;font-weight:700;position:absolute;bottom:10px;right:12px}@media (width<=1000px){.fs{padding:80px 20px}.fs-inner{grid-template-columns:1fr;gap:40px}.fs-canvas{min-height:460px}}.hero-trust{align-items:center;gap:14px;animation:.8s ease-out .6s both fadeUp;display:flex}.hero-trust-avatars{display:flex}.hero-trust-avatars span{color:#fff;letter-spacing:-.02em;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:-8px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0a13301f}.hero-trust-avatars span:first-child{margin-left:0}.hero-trust-text{color:#5a607a;font-size:13px;line-height:1.4}.hero-trust-text strong{color:#0a1330;font-weight:700}.hero-flow{z-index:2;justify-content:center;align-items:center;gap:16px;max-width:1260px;margin:72px auto 0;padding:14px 24px;animation:.8s ease-out .9s both fadeUp;display:flex;position:relative}.hero-flow-step{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0a1330;letter-spacing:-.01em;background:#ffffffb3;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.hero-flow-icon{color:#2563eb;justify-content:center;align-items:center;display:inline-flex}.hero-flow-line{color:#2563eb;opacity:.6;align-items:center;display:inline-flex}.hero-visual{aspect-ratio:1;width:100%;max-width:540px;margin-left:auto;animation:1s ease-out .4s both fadeUp;position:relative}.hero-visual-glow{filter:blur(40px);z-index:0;background:radial-gradient(60% 50% at 50% 60%,#2563eb59 0%,#0000 65%);position:absolute;inset:6%}.hero-phone{aspect-ratio:9/19;z-index:5;background:linear-gradient(#1a2138 0%,#0a1018 100%);border-radius:36px;width:60%;max-width:320px;padding:6px;animation:6s ease-in-out infinite phoneFloat;position:absolute;top:6%;left:50%;transform:translate(-50%);box-shadow:0 30px 80px -20px #0a133073,0 12px 28px -8px #0a133040,inset 0 1px #ffffff1a}@keyframes phoneFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.hero-phone-notch{z-index:3;background:#0a1018;border-radius:12px;width:72px;height:18px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.hero-phone-screen{background:linear-gradient(#eef2fb 0%,#e3e8f5 100%);border-radius:30px;flex-direction:column;gap:8px;width:100%;height:100%;padding:38px 12px 10px;display:flex;position:relative;overflow:hidden}.hero-phone-status{color:#0a1330;justify-content:space-between;align-items:center;margin-bottom:2px;padding:0 6px;font-size:9px;font-weight:700;display:flex}.hero-phone-pill{background:#0a1018;border-radius:8px;width:50px;height:16px}.hero-phone-signal{letter-spacing:1px;font-size:8px}.hero-phone-header{border-bottom:1px solid #0a133014;align-items:center;gap:8px;padding:2px 4px 8px;display:flex}.hero-phone-back{color:#2563eb;background:#2563eb1a;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.hero-phone-job{flex:1}.hero-phone-job-num{color:#0a1330;font-size:11px;font-weight:700;line-height:1.1}.hero-phone-job-status{color:#0d9488;align-items:center;gap:4px;margin-top:2px;font-size:8px;font-weight:600;display:inline-flex}.hero-phone-status-dot{background:#0d9488;border-radius:50%;width:5px;height:5px;animation:1.6s ease-in-out infinite pulseDot;box-shadow:0 0 0 2px #0d948833}.hero-phone-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:8px;font-weight:700;display:inline-flex}.hero-phone-info{background:#ffffffd9;border-radius:10px;flex-direction:column;gap:6px;padding:8px 10px;display:flex}.hero-phone-info-row{align-items:flex-start;gap:8px;display:flex}.hero-phone-info-ico{color:#2563eb;background:#2563eb1a;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.hero-phone-strong{color:#0a1330;font-size:9.5px;font-weight:700;line-height:1.2}.hero-phone-muted{color:#6b7290;margin-top:1px;font-size:7.5px}.hero-phone-section-label{color:#6b7290;text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:7.5px;font-weight:700}.hero-phone-photos{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.hero-phone-photo{aspect-ratio:1;color:#fff;background:#1a2138;border-radius:6px;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex;position:relative;overflow:hidden}.hero-phone-photo svg,.hero-phone-photo img{object-fit:cover;width:100%;height:100%;display:block}.hero-phone-photo.p4{color:#2563eb;background:#2563eb1a}.hero-phone-materials{flex-direction:column;gap:3px;display:flex}.hero-phone-mat{color:#0a1330;background:#fff9;border-radius:5px;justify-content:space-between;padding:4px 8px;font-size:8.5px;display:flex}.hero-phone-mat-total{color:#2563eb;background:#2563eb14;margin-top:1px;font-weight:800}.hero-phone-cta{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:auto;padding:8px 10px;font-size:9.5px;font-weight:700;transition:transform .25s;display:inline-flex;box-shadow:0 4px 12px #2563eb59}.hero-phone-cta:hover{transform:translateY(-1px)}.hero-chip{z-index:6;background:#fff;border:1px solid #0a13300d;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;font-family:inherit;animation:5s ease-in-out infinite chipFloat;display:inline-flex;position:absolute;box-shadow:0 14px 32px -8px #0a13302e,0 4px 10px -4px #0a13301a}.hero-chip-strong{color:#0a1330;letter-spacing:-.01em;font-size:12px;font-weight:700;line-height:1.15}.hero-chip-sub{color:#6b7290;margin-top:1px;font-size:10px}.hero-chip-icon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.hero-chip-icon-blue{background:linear-gradient(135deg,#2563eb,#1e3a8a)}.hero-chip-icon-teal{background:linear-gradient(135deg,#0d9488,#0ea5e9)}.hero-chip-icon-check{background:linear-gradient(135deg,#16a34a,#0d9488)}.hero-chip-amount{color:#0d9488;letter-spacing:-.02em;background:#0d94881a;border-radius:8px;justify-content:center;align-items:center;padding:6px 10px;font-size:13px;font-weight:800;display:inline-flex}.hero-chip-photos{animation-delay:0s;top:4%;left:-4%;transform:rotate(-3deg)}.hero-chip-time{animation-delay:1.2s;top:18%;right:-2%;transform:rotate(4deg)}.hero-chip-xero{animation-delay:2.5s;bottom:24%;left:-8%;transform:rotate(-2deg)}.hero-chip-invoice{animation-delay:3.5s;bottom:6%;right:-4%;transform:rotate(3deg)}@keyframes chipFloat{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-6px) rotate(var(--rot,0deg))}}.hero-chip-photos{--rot:-3deg}.hero-chip-time{--rot:4deg}.hero-chip-xero{--rot:-2deg}.hero-chip-invoice{--rot:3deg}@media (width<=1000px){.hero-content{grid-template-columns:1fr;gap:48px}.hero-left{max-width:100%}.hero-visual{max-width:440px;margin:0 auto}.hero-flow{flex-wrap:wrap}}@media (width<=600px){.hero{padding:60px 18px 40px}.hero-chip{padding:8px 10px}.hero-chip-strong{font-size:11px}.hero-chip-sub{font-size:9px}.hero-trust-avatars span{width:28px;height:28px;font-size:11px}.hero-flow-step{padding:6px 12px;font-size:12px}.hero-flow-line svg{width:40px}}.ct{isolation:isolate;background:radial-gradient(1000px 500px at 50% 0,#2563eb12,#0000 60%),linear-gradient(#f6f7fc 0%,#eef0fb 60%,#f6f7fc 100%);padding:120px 24px 0;position:relative;overflow:hidden}.ct-grain{pointer-events:none;z-index:0;background-image:linear-gradient(#2563eb09 1px,#0000 1px),linear-gradient(90deg,#2563eb09 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 0%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 0%,#0000 75%)}.ct-orb{filter:blur(90px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.ct-orb-1{background:radial-gradient(circle,#2563eb38 0%,#0000 70%);width:520px;height:520px;top:-160px;left:-140px}.ct-orb-2{background:radial-gradient(circle,#0d94882e 0%,#0000 70%);width:460px;height:460px;top:80px;right:-120px}.ct-inner{z-index:2;text-align:center;max-width:1240px;margin:0 auto;position:relative}.ct-split{text-align:left;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:stretch;gap:24px;display:grid}.ct-split>.reveal{display:flex}.ct-split>.reveal>*{width:100%}.ct-eyebrow{color:#2563eb;letter-spacing:.12em;background:#ffffffd9;border:1px solid #2563eb2e;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #2563eb1a}.ct-eyebrow-dot{background:#2563eb;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite pulseDot;box-shadow:0 0 8px #2563eb99}.ct-title{letter-spacing:-.025em;color:#0a1330;margin:0 0 22px;font-size:clamp(38px,5vw,64px);font-weight:700;line-height:1.04}.ct-accent{background:linear-gradient(90deg,#2563eb,#0d9488,#2563eb) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite shimmer}.ct-sub{color:#4a5169;max-width:560px;margin:0 auto 44px;font-size:17px;line-height:1.6}.ct-pills{text-align:left;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:44px;display:grid}.ct-pill{background:#ffffffd9;border:1px solid #0a13300f;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 6px 18px -8px #0a133014}.ct-pill:hover{border-color:#2563eb33;transform:translateY(-2px);box-shadow:0 12px 26px -8px #0a133024}.ct-pill-icon{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 4px 12px #2563eb4d}.ct-pill-label{color:#6b7290;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:700}.ct-pill-value{color:#0a1330;letter-spacing:-.01em;font-size:14px;font-weight:700}.ct-form{text-align:left;background:#fff;border:1px solid #0a13300f;border-radius:24px;flex-direction:column;gap:20px;padding:40px 44px 32px;display:flex;box-shadow:0 30px 70px -20px #0a13302e,0 8px 22px -10px #0a133014}.ct-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ct-field{flex-direction:column;gap:8px;display:flex}.ct-label{color:#0a1330;letter-spacing:.02em;font-size:12px;font-weight:700}.ct-label-soft{color:#9aa0b4;font-weight:500}.ct-field input,.ct-field textarea{color:#0a1330;resize:vertical;background:#f6f7fc;border:1px solid #0a133014;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;transition:background .2s,border-color .2s,box-shadow .2s}.ct-field input::placeholder,.ct-field textarea::placeholder{color:#9aa0b4}.ct-field input:focus,.ct-field textarea:focus{background:#fff;border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1a}.ct-chips-block{flex-direction:column;gap:10px;display:flex}.ct-chips{flex-wrap:wrap;gap:8px;display:flex}.ct-chip{color:#4a5169;cursor:pointer;background:#f6f7fc;border:1px solid #0a133014;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .15s}.ct-chip:hover{color:#2563eb;border-color:#2563eb4d}.ct-chip.on{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-color:#0000;box-shadow:0 6px 14px #2563eb4d}.ct-foot{border-top:1px solid #0a13300f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:6px;padding-top:18px;display:flex}.ct-legal{color:#6b7290;max-width:360px;margin:0;font-size:12px}.ct-legal a{color:#2563eb;font-weight:600}.ct-submit{color:#fff;letter-spacing:-.01em;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-radius:999px;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;box-shadow:0 10px 24px -6px #2563eb73,inset 0 1px #ffffff40}.ct-submit:hover{transform:translateY(-2px);box-shadow:0 16px 32px -6px #2563eb8c,inset 0 1px #ffffff40}.ct-submit.sent{background:linear-gradient(135deg,#0d9488 0%,#16a34a 100%);box-shadow:0 10px 24px -6px #0d948880}.ct-map{z-index:2;border:1px solid #0a13300f;border-radius:24px;width:100%;height:100%;min-height:520px;position:relative;overflow:hidden;box-shadow:0 30px 70px -20px #0a13302e,0 8px 22px -10px #0a133014}.ct-map iframe{filter:saturate(.85);border:0;width:100%;height:100%;display:block}.ct-map-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #0a133014;border-radius:16px;align-items:center;gap:14px;max-width:calc(100% - 32px);padding:14px 20px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 14px 36px -8px #0a133038}.ct-map-pin{color:#fff;background:linear-gradient(135deg,#2563eb,#1e3a8a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 6px 14px #2563eb66}.ct-map-text{flex-direction:column;display:flex}.ct-map-title{color:#0a1330;letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.2}.ct-map-sub{color:#6b7290;font-variant-numeric:tabular-nums;margin-top:2px;font-size:12px}.ct-map-cta{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e3a8a 100%);border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 14px #2563eb59}.ct-map-cta:hover{transform:translateY(-2px);box-shadow:0 10px 22px #2563eb80}@media (width<=980px){.ct-split{grid-template-columns:1fr}.ct-map{min-height:360px}}@media (width<=720px){.ct{padding:80px 18px 60px}.ct-form{padding:28px 20px 22px}.ct-row{grid-template-columns:1fr;gap:12px}.ct-foot{flex-direction:column-reverse;align-items:stretch}.ct-submit{justify-content:center;width:100%}.ct-map{min-height:300px}.ct-map-card{flex-direction:column;align-items:flex-start;padding:12px 14px}.ct-map-cta{justify-content:center;width:100%}}
