@import "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#2119ff;--bg:#000;--text:#fff;--text-muted:#ffffffb3;--border:#ffffff14;--glass:#ffffff08;--font-inter:"Inter Tight", sans-serif;--ease-framer:cubic-bezier(.44, 0, .56, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:var(--font-inter);position:relative;overflow-x:hidden}body:before{content:"";opacity:.04;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3{letter-spacing:-.04em}.nav-inner{z-index:1000;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.nav-logo{align-items:center;text-decoration:none;display:flex}@keyframes logoPulseGlow{0%{filter:drop-shadow(0 0 8px #3b82f64d)drop-shadow(0 0 16px #00d2ff26)}to{filter:drop-shadow(0 0 14px #3b82f699)drop-shadow(0 0 28px #00d2ff59)}}.nav-links{align-items:center;gap:8px;display:flex}.nav-links a{color:#ffffff80;letter-spacing:.01em;border-radius:20px;justify-content:center;align-items:center;padding:8px 18px;font-family:Inter Tight,sans-serif;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.nav-links a.active{color:#60a5fa}.desktop-active-bg{background:#3b82f614;border:1px solid #3b82f638;border-radius:20px;box-shadow:0 4px 15px #3b82f61f,inset 0 1px #ffffff14}.nav-right{align-items:center;gap:20px;display:flex}.nav-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:12px;padding:10px 22px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.nav-btn:hover{background:#ffffff0d;border-color:#ffffff4d;box-shadow:0 4px 15px #ffffff0d}.hamburger-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.hamburger-btn span{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.hamburger-btn.active span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-nav-menu{z-index:998;opacity:0;pointer-events:none;background:#050507;justify-content:center;align-items:center;height:100vh;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0}.mobile-nav-menu.visible{opacity:1;pointer-events:all}.mobile-links-container{flex-direction:column;align-items:center;gap:24px;width:100%;padding:40px;display:flex}.mobile-link-item{opacity:0;align-items:center;gap:16px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(20px)}.mobile-nav-menu.visible .mobile-link-item{opacity:1;transform:translateY(0)}.mobile-link-num{color:#ffffff40;font-family:monospace;font-size:13px}.mobile-link-text{color:#ffffff80;font-family:Inter Tight,sans-serif;font-size:32px;font-weight:600;transition:color .3s}.mobile-link-item:hover .mobile-link-text,.mobile-link-item.active .mobile-link-text{color:#60a5fa}.mobile-link-item.active:before{content:"";background:#60a5fa;border-radius:50%;width:6px;height:6px;position:absolute;left:-24px;box-shadow:0 0 8px #60a5facc}.mobile-cta-btn{color:#fff;cursor:pointer;opacity:0;background:#3b82f6;border:none;border-radius:14px;width:80%;max-width:300px;margin-top:32px;padding:16px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1) .3s;transform:translateY(20px)}.mobile-nav-menu.visible .mobile-cta-btn{opacity:1;transform:translateY(0)}.mobile-cta-btn:hover{background:#ffffffd9;box-shadow:0 0 25px #ffffff26}@media (width<=991px){.navbar{padding:20px}.navbar.scrolled{padding:12px 20px}.nav-links{display:none}.hamburger-btn{display:flex}.nav-right .nav-btn{display:none}}.hero-section{background:#000;height:250vh;position:relative}.hero-pin{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.hero-pin:before{content:"";z-index:0;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(150% 80% at 50% 0,#3250c873 0%,#203cb433 30%,#14287814 60%,#0000 85%);position:absolute;inset:0}.hero-pin:after{content:"";z-index:0;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(circle at 50% 0,#fff 0%,#fffc 3%,#c8d7ff80 8%,#0000 25%),radial-gradient(40% 55% at 50% 0,#5373e599 0%,#2060df40 35%,#0000 75%);height:65%;position:absolute;top:-25%;left:10%;right:10%}.hero-scene{aspect-ratio:1.57;will-change:transform;transform-origin:50%;z-index:1;flex-shrink:0;width:55%;position:relative}.hero-scene:before{content:"";z-index:-1;filter:blur(40px);background:radial-gradient(circle,#4285f433 0%,#0000 70%);position:absolute;inset:-10%}.scene-bg{object-fit:contain;will-change:transform;width:100%;height:100%;display:block;position:absolute;inset:0}.scene-hand-l{will-change:transform;width:161px;height:auto;position:absolute;bottom:-119px;left:-111px}.scene-hand-r{will-change:transform;width:176px;height:auto;position:absolute;bottom:-127px;right:-111px}.hero-overlay{z-index:2;pointer-events:none;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:flex;position:absolute;inset:0}.hero-overlay h1{text-align:center;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;margin:0;font-family:Inter Tight,sans-serif;font-size:72px;font-weight:500;line-height:1.15}.hero-btn-group{pointer-events:auto;align-items:center;gap:16px;display:flex}.hero-cta{color:#000;background:#fff;border-radius:12px;align-items:center;padding:14px 28px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex}.hero-cta:hover{transform:scale(1.04)}.hero-cta-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:12px;align-items:center;padding:14px 28px;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hero-cta-secondary:hover{background:#fff3;border-color:#fff6;transform:scale(1.04)}.hero-sub{color:#ffffffb3;text-align:center;max-width:380px;margin:0;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:400;line-height:1.5}.navbar{z-index:999;background:0 0;border-bottom:1px solid #0000;padding:24px 40px;transition:background .35s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .35s cubic-bezier(.4,0,.2,1),backdrop-filter .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#0000008c;border-bottom:1px solid #ffffff12;padding:12px 40px;box-shadow:0 4px 30px #00000080}@media (width<=768px){.navbar.scrolled{padding:12px 20px}}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{color:#fff;align-items:center;gap:10px;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:700;text-decoration:none;display:flex}.nav-logo img{width:auto;height:42px;transition:transform .3s;animation:3s ease-in-out infinite alternate logoGlow;display:block}.nav-logo:hover img{transform:scale(1.04)}@keyframes logoGlow{0%{filter:drop-shadow(0 0 8px #5373e5b3)drop-shadow(0 0 16px #8b5cf659)}to{filter:drop-shadow(0 0 16px #5373e5f2)drop-shadow(0 0 32px #8b5cf699)}}.nav-links{gap:28px;display:flex}.nav-links a{color:#ffffff80;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.nav-btn{color:#fff;background:0 0;border:1px solid #fff3;border-radius:12px;padding:10px 22px;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.nav-btn:hover{background:#ffffff0f;border-color:#ffffff59}@media (width<=1100px){.hero-scene{width:65%}.hero-overlay h1{font-size:40px}}@media (width<=768px){.hero-section{height:200vh}.hero-pin{flex-direction:column;justify-content:flex-start;padding-top:120px}.hero-overlay{z-index:2;order:1;gap:30px;position:relative;inset:auto}.hero-overlay h1{word-spacing:0;letter-spacing:-.02em;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:0;padding:0 20px;font-size:42px}.hero-btn-group{flex-wrap:wrap;justify-content:center;gap:12px;padding:0 15px}.hero-cta,.hero-cta-secondary{border-radius:10px;padding:12px 20px;font-size:14px}.hero-sub{color:#fffc;max-width:320px;margin-top:0;padding:0 15px;font-size:14px;line-height:1.6}.hero-scene{z-index:1;order:2;width:85%;max-width:340px;margin-top:60px;position:relative;top:auto}.scene-hand-l{width:100px;bottom:-70px;left:-40px}.scene-hand-r{width:100px;bottom:-75px;right:-40px}.nav-links{display:none}.navbar{padding:16px 20px}}.report-section{z-index:10;background:0 0;justify-content:center;width:100%;margin-top:-150vh;padding:100px 40px 120px;display:flex;position:relative;overflow:visible}.report-inner{flex-direction:column;align-items:center;gap:80px;width:100%;max-width:1200px;display:flex}.report-heading{text-align:center;flex-direction:column;align-items:center;gap:40px;max-width:600px;display:flex}.report-title{letter-spacing:-.01em;color:#fff;text-align:center;margin:0;font-family:Inter Tight,sans-serif;font-size:52px;font-weight:500;line-height:1.15}.report-subtitle{color:#ffffffb3;text-align:center;margin:0;font-family:Inter Tight,sans-serif;font-size:17px;font-weight:400;line-height:150%}.report-layout{justify-content:center;align-items:center;width:100%;max-width:550px;display:flex;position:relative}.report-dashboard{z-index:1;perspective:2000px;width:100%;position:relative}.report-dashboard img{object-fit:contain;object-position:center top;will-change:transform;backface-visibility:hidden;border-radius:24px;width:100%;height:auto;transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s;display:block;transform:rotateX(12deg)rotateY(-8deg)rotate(2deg);box-shadow:0 30px 60px -12px #00000080,0 18px 36px -18px #0009,0 0 0 1px #ffffff1a}.report-dashboard img:hover{transform:rotateX(0)rotateY(0)rotate(0)scale(1.02);box-shadow:0 40px 80px -12px #0009,0 25px 50px -18px #000000b3,0 0 0 1px #ffffff26}.report-card{z-index:2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:270px;padding:20px;display:flex;position:absolute;overflow:hidden}.card-left{-webkit-backdrop-filter:blur(12px);will-change:transform;background-color:#000000e6;bottom:30px;left:-120px}.card-right{-webkit-backdrop-filter:blur(12px);will-change:transform;background-color:#1a1dff26;top:-30px;right:-130px}.card-bottom{-webkit-backdrop-filter:blur(12px);will-change:transform;background-color:#1a1dff1a;bottom:-40px;right:-80px}.card-icon-wrap{margin-bottom:14px}.card-icon-inner{border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.card-icon-inner img{width:16px;height:16px}.card-text{z-index:2;flex-direction:column;gap:8px;display:flex;position:relative}.card-title{color:#fff;text-align:left;margin:0;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:500;line-height:130%}.card-desc{color:#ffffffb3;text-align:left;margin:0;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:400;line-height:150%}.card-bg-decoration{pointer-events:none;z-index:0;opacity:.3;border-radius:12px;width:100%;position:absolute;bottom:0;left:0;overflow:hidden}.card-bg-decoration img{object-fit:fill;border-radius:12px;width:100%;height:auto;display:block}@media (width<=1199px) and (width>=810px){.report-title{font-size:38px}.report-layout{max-width:500px}.report-card{width:220px;padding:16px}.card-left{bottom:20px;left:-100px}.card-right{top:-20px;right:-100px}.card-bottom{bottom:-30px;right:-60px}.card-title{font-size:14px}.card-desc{font-size:13px}}@media (width<=809px){.report-section{margin-top:-100vh;padding:60px 20px 80px}.report-title{font-size:32px}.report-inner{gap:50px}.report-layout{flex-direction:column;gap:20px;max-width:100%}.report-dashboard{order:-1}.report-card{width:100%;position:relative;top:unset!important;left:unset!important;right:unset!important;bottom:unset!important;transform:none!important}}.hub-section{z-index:5;background:#000;padding:160px 40px;position:relative;overflow:hidden}.hub-container{z-index:10;max-width:1400px;margin:0 auto;position:relative}.hub-particles{pointer-events:none;z-index:1;position:absolute;inset:0}.particle{filter:blur(2px);will-change:transform, opacity;border-radius:50%;width:4px;height:4px;position:absolute}.hub-header{text-align:left;margin-bottom:80px}.hub-badge{color:#a142f4;letter-spacing:.15em;text-transform:uppercase;background:#a142f40d;border:1px solid #a142f433;border-radius:100px;margin-bottom:24px;padding:8px 20px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;display:inline-block;box-shadow:0 0 30px #a142f426}.hub-title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0% 50%,#a142f4 85%,#7000ff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 30px #7000ff26);-webkit-background-clip:text;margin:0;font-family:Inter Tight,sans-serif;font-size:clamp(42px,8vw,84px);font-weight:500;line-height:1}.hub-viewport{justify-content:center;align-items:center;width:100%;height:800px;display:flex;position:relative}.hub-svg-layer{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hub-svg-layer line{filter:drop-shadow(0 0 6px var(--line-glow));will-change:stroke-dashoffset, opacity}.hub-core-wrapper{z-index:10;width:260px;height:260px;position:relative}.core-hologram{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hologram-ring{will-change:transform;border:1px solid #4285f44d;border-radius:50%;animation:10s linear infinite ring-rotate;position:absolute}.ring-1{border-style:dashed;width:100%;height:100%;animation-duration:20s}.ring-2{border-color:#a142f433;width:85%;height:85%;animation-duration:15s;animation-direction:reverse}.ring-3{border-style:dotted;width:70%;height:70%;animation-duration:10s}@keyframes ring-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.core-sphere{background:radial-gradient(circle at 30% 30%,#141414 0%,#000 100%);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative;box-shadow:inset 0 0 40px #4285f433}.sphere-glow{filter:blur(10px);will-change:transform, opacity;background:radial-gradient(circle,#4285f426 0%,#0000 70%);border-radius:50%;animation:4s ease-in-out infinite core-pulse;position:absolute;inset:-20px}@keyframes core-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.core-text{letter-spacing:.2em;color:#fff;text-shadow:0 0 20px #4285f4cc;font-family:Inter Tight,sans-serif;font-size:28px;font-weight:800}.core-logo{object-fit:contain;z-index:2;border:1px solid #ffffff1a;border-radius:16px;width:auto;max-width:90px;height:auto;max-height:90px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 25px #4285f473}.core-sphere:hover .core-logo{transform:scale(1.05);box-shadow:0 0 35px #4285f4bf}.hub-nodes{pointer-events:none;position:absolute;inset:0}.hub-node{pointer-events:auto;z-index:15;width:400px;position:absolute}.node-glass{-webkit-backdrop-filter:blur(15px);will-change:transform;backface-visibility:hidden;background:#0a0a0ab3;border-radius:28px;gap:20px;padding:24px;transition:transform .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}.node-glass:before{content:"";background:linear-gradient(var(--node-angle,0deg), transparent 30%, var(--accent-clr,#4285f4), transparent 70%);-webkit-mask-composite:xor;opacity:.4;border-radius:28px;padding:2px;transition:opacity .5s;animation:4s linear infinite node-rotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@property --node-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes node-rotate{0%{--node-angle:0deg}to{--node-angle:360deg}}.node-glass:hover:before{opacity:1;animation-duration:2s}.node-glass:hover{transform:translateY(-10px)scale(1.02)}.node-dot{background:var(--accent-clr);width:8px;height:8px;box-shadow:0 0 10px var(--accent-clr);z-index:10;border-radius:50%;position:absolute}.dot-bottom-right{bottom:10px;right:10px}.dot-bottom-left{bottom:10px;left:10px}.dot-top-right{top:10px;right:10px}.dot-top-left{top:10px;left:10px}.node-icon-box{z-index:2;background:#ffffff08;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;box-shadow:0 10px 20px #0000004d}.node-icon-box img{width:28px;height:28px;filter:brightness(0) invert(1) drop-shadow(0 0 8px var(--accent-clr))}.node-info{z-index:2;position:relative}.node-name{color:#fff;margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:24px;font-weight:500}.node-desc{color:#ffffff80;margin:0;font-family:Inter Tight,sans-serif;font-size:14px;line-height:1.4}.node-top-left{top:8%;left:8%}.node-top-right{top:8%;right:8%}.node-bottom-left{bottom:8%;left:8%}.node-bottom-right{bottom:8%;right:8%}@media (width<=1200px){.hub-viewport{flex-direction:column;height:auto;padding:50px 0}.hub-nodes{flex-direction:column;align-items:center;gap:40px;padding-top:60px;display:flex;position:relative}.hub-node{width:100%;max-width:500px;position:relative;inset:auto!important;transform:none!important}.hub-svg-layer,.hub-particles,.hologram-ring{display:none}.hub-core-wrapper{margin-bottom:40px}}@media (width<=768px){.hub-section{padding:80px 20px}.hub-title{font-size:42px}.node-glass{text-align:center;flex-direction:column;align-items:center}}.services-container{background:radial-gradient(circle at 0 0,#ff3e3e26 0%,#0000 50%),radial-gradient(circle at 100% 100%,#6366f126 0%,#0000 50%),radial-gradient(circle,#8b5cf61a 0%,#0000 100%);padding:100px 2%;font-family:Outfit,sans-serif;position:relative;overflow:hidden}.grain-overlay{pointer-events:none;z-index:5;opacity:.04;will-change:transform;background-image:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:absolute;top:0;left:0}.bg-blob{filter:blur(150px);opacity:.35;z-index:0;pointer-events:none;border-radius:50%;width:800px;height:800px;position:absolute}.blob-1{background:#ff3e3e;animation:20s infinite alternate blob-float;top:-10%;left:-10%}.blob-white{opacity:.2;filter:blur(180px);background:#fff;width:1000px;height:1000px;animation:15s infinite alternate-reverse blob-float;top:10%;left:40%}.blob-2{background:#6366f1;animation:25s infinite alternate-reverse blob-float;bottom:20%;right:-5%}.blob-3{background:#8b5cf6;animation:30s infinite alternate blob-float;top:40%;left:20%}@keyframes blob-float{0%{transform:translate(0)scale(1)}to{transform:translate(100px,50px)scale(1.2)}}.services-header{text-align:center;will-change:transform, opacity;margin-bottom:80px}.services-header h2{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0% 40%,#ff3e3e 70%,#ff8a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:500}.services-header p{color:#fff9;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.services-grid{flex-direction:column;gap:120px;display:flex}.service-card{will-change:transform;backface-visibility:hidden;background:#0a0a0a;border:1px solid #ffffff14;border-radius:50px;width:100%;height:92vh;min-height:750px;transition:transform .6s cubic-bezier(.2,1,.2,1),border-color .6s,box-shadow .6s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.service-card:hover{border-color:#fff3;transform:translateY(-10px)scale(1.01);box-shadow:0 30px 60px -20px #000c}.service-card.reverse{flex-direction:row-reverse}.service-image-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.service-image-wrapper img{object-fit:cover;opacity:.5;will-change:transform;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.2,1,.2,1),opacity 1.2s}.service-card:hover .service-image-wrapper img{opacity:.7;transform:scale(1.1)}.service-content{z-index:2;background:linear-gradient(90deg,#000 20%,#000c 50%,#0000 100%);flex-direction:column;justify-content:flex-end;width:60%;height:100%;padding:80px;display:flex;position:relative}.service-card.reverse .service-content{text-align:right;background:linear-gradient(270deg,#000000e6 0%,#0006 50%,#0000 100%);align-items:flex-end}.service-number{color:#ffffff08;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:8rem;font-weight:800;line-height:1;position:absolute;top:40px;left:80px}.service-card.reverse .service-number{left:auto;right:80px}.service-category{text-transform:uppercase;letter-spacing:.2em;color:#ff3e3e;margin-bottom:20px;font-size:.9rem;font-weight:600;display:block}.service-title{background:linear-gradient(#fff 0%,#fff9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:25px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500;line-height:1.05}.service-description{color:#ffffffb3;max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.service-cta{color:#000;cursor:pointer;background:#fff;border:none;border-radius:100px;align-items:center;gap:15px;padding:18px 35px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.service-cta:hover{color:#fff;background:#ff3e3e;transform:translateY(-5px);box-shadow:0 15px 30px #ff3e3e4d}.service-cta span{font-size:1.2rem}.card-glass-glow{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#ff3e3e26 0%,#ff3e3e00 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=968px){.service-card{height:auto;min-height:500px;flex-direction:column!important}.service-content{width:100%;padding:40px;text-align:left!important;background:linear-gradient(#0003 0%,#000000e6 100%)!important;align-items:flex-start!important}.service-title{font-size:2.5rem}}:root{--mesh-cyan:#00f2ff;--mesh-purple:#7000ff;--mesh-indigo:#0a0a20;--mesh-pink:#ff007a;--text-white:#fff}.highway-section{color:var(--text-white);background:#000;padding:150px 0;position:relative;overflow:hidden}.mesh-container{z-index:1;pointer-events:none;position:absolute;inset:0}.mesh-blob{filter:blur(120px);opacity:.4;mix-blend-mode:screen;border-radius:50%;position:absolute}.blob-1{background:var(--mesh-cyan);width:800px;height:800px;top:-20%;left:-10%}.blob-2{background:var(--mesh-purple);width:700px;height:700px;bottom:-10%;right:-10%}.blob-3{background:var(--mesh-pink);width:600px;height:600px;top:30%;right:20%}.highway-container{z-index:10;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.highway-header{text-align:center;margin-bottom:150px}.highway-title{letter-spacing:-4px;background:linear-gradient(135deg,#fff 0%,#e0f2fe 40%,#00f2ff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #00f2ff4d);-webkit-background-clip:text;padding-bottom:20px;font-size:clamp(3.5rem,10vw,7rem);font-weight:500;line-height:1.1}.vibrant-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(300px,auto);gap:40px;display:grid}.feature-zone{border-radius:0;flex-direction:column;justify-content:flex-end;padding:60px;transition:all .6s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden}.zone-1{grid-column:span 7}.zone-2,.zone-3{grid-column:span 5}.zone-4{grid-column:span 7}.zone-overlay{z-index:1;background:linear-gradient(#0000,#000c);position:absolute;inset:0}.zone-content{z-index:10;position:relative}.zone-number{opacity:.05;font-size:8rem;font-weight:900;line-height:.8;transition:all .5s;position:absolute;top:-20px;left:-20px}.feature-zone:hover .zone-number{opacity:.15;transform:translate(20px,20px)}.zone-icon{color:var(--mesh-cyan);filter:drop-shadow(0 0 15px var(--mesh-cyan));margin-bottom:30px;transition:all .5s}.feature-zone:hover .zone-icon{color:#fff;transform:scale(1.2)rotate(10deg)}.zone-title{letter-spacing:-1px;margin-bottom:20px;font-size:2.8rem;font-weight:500}.zone-desc{color:#fff9;max-width:450px;font-size:1.15rem;line-height:1.6}.zone-tech-chips{gap:15px;margin-top:30px;display:flex}.tech-chip{color:var(--mesh-cyan);text-transform:uppercase;background:#00f2ff0d;border:1px solid #00f2ff33;padding:5px 15px;font-family:"monospace";font-size:.75rem}.feature-zone:after{content:"";background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #ffffff1a 0%, transparent 50%);opacity:0;z-index:2;transition:opacity .3s;position:absolute;inset:0}.feature-zone:hover:after{opacity:1}@media (width<=1100px){.vibrant-grid{grid-template-columns:1fr}.feature-zone{padding:40px;grid-column:span 1!important}.zone-title{font-size:2.2rem}}.showcase-section{z-index:5;background:radial-gradient(80% 50% at 50% 0,#1e40af40 0%,#0000 70%),radial-gradient(60% 50% at 10% 100%,#3b82f61f 0%,#0000 60%),radial-gradient(50% 60% at 90%,#633cc814 0%,#0000 60%),linear-gradient(#010818 0%,#020a1a 40%,#030d20 100%);padding:160px 40px;position:relative;overflow:hidden}.showcase-section:before{content:"";z-index:2;background:linear-gradient(90deg,#0000,#3b82f680,#8b5cf64d,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.showcase-glow-line{filter:blur(1px);z-index:1;transform-origin:0;background:linear-gradient(90deg,#0000 0%,#3b82f666 20%,#6366f199 50%,#3b82f666 80%,#0000 100%);height:2px;position:absolute;top:45%;left:5%;right:5%;box-shadow:0 0 30px #3b82f64d,0 0 80px #3b82f626}.showcase-ambient{pointer-events:none;z-index:0;position:absolute;inset:0}.ambient-orb{filter:blur(100px);will-change:transform;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#2563eb40 0%,#2563eb14 40%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite alternate orbFloat1;top:-15%;right:-5%}.orb-2{background:radial-gradient(circle,#633cc833 0%,#633cc80f 40%,#0000 70%);width:500px;height:500px;animation:15s ease-in-out infinite alternate orbFloat2;bottom:5%;left:-10%}.orb-3{background:radial-gradient(circle,#3b82f62e 0%,#0000 65%);width:400px;height:400px;animation:10s ease-in-out infinite alternate orbFloat3;top:50%;left:50%;transform:translate(-50%,-50%)}.orb-4{background:radial-gradient(circle,#38bdf81f 0%,#0000 65%);width:350px;height:350px;animation:18s ease-in-out infinite alternate orbFloat4;top:20%;left:15%}@keyframes orbFloat1{0%{transform:translate(0)scale(1)}to{transform:translate(-80px,100px)scale(1.15)}}@keyframes orbFloat2{0%{transform:translate(0)scale(1)}to{transform:translate(70px,-80px)scale(1.1)}}@keyframes orbFloat3{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.4)}}@keyframes orbFloat4{0%{opacity:.4;transform:translate(0)scale(1)}to{opacity:.8;transform:translate(40px,60px)scale(1.2)}}.showcase-particles{pointer-events:none;z-index:1;position:absolute;inset:0}.s-particle{filter:blur(1px);will-change:transform, opacity;background:#3b82f699;border-radius:50%;width:3px;height:3px;position:absolute;box-shadow:0 0 6px #3b82f666}.s-particle:nth-child(2n){background:#8b5cf680;box-shadow:0 0 6px #8b5cf64d}.s-particle:nth-child(3n){background:#38bdf880;width:2px;height:2px;box-shadow:0 0 8px #38bdf866}.showcase-container{z-index:10;max-width:1400px;margin:0 auto;position:relative}.showcase-header{text-align:left;margin-bottom:80px}.showcase-badge{color:#60a5fa;letter-spacing:.15em;text-transform:uppercase;background:#3b82f614;border:1px solid #3b82f640;border-radius:100px;margin-bottom:24px;padding:8px 20px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;display:inline-block;box-shadow:0 0 25px #3b82f61f,inset 0 0 15px #3b82f60d}.showcase-title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0%,#e0e7ff 35%,#93c5fd 65%,#3b82f6 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 20px #3b82f626);-webkit-background-clip:text;margin:0 0 24px;font-family:Inter Tight,sans-serif;font-size:clamp(42px,7vw,80px);font-weight:500;line-height:1}.showcase-subtitle{color:#94a3b8cc;max-width:520px;margin:0;font-family:Inter Tight,sans-serif;font-size:18px;font-weight:400;line-height:1.6}.showcase-bento{perspective:1200px;grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.bento-1{grid-area:1/1/2/3}.bento-2{grid-area:1/3/2/4}.bento-3{grid-area:1/4/2/5}.bento-4{grid-area:2/1/3/3}.bento-5{grid-area:2/3/3/5}.bento-card{cursor:pointer;will-change:transform;transform-style:preserve-3d;background:#080f1ed9;border:1px solid #3b82f61a;border-radius:24px;transition:transform .5s cubic-bezier(.2,.8,.2,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.bento-card:hover{border-color:#3b82f64d;transform:translateY(-8px)scale(1.015);box-shadow:0 20px 60px #3b82f626,0 0 0 1px #3b82f61a,0 0 40px #3b82f614}.bento-image-wrap{width:100%;position:relative;overflow:hidden}.bento-large .bento-image-wrap{height:300px}.bento-small .bento-image-wrap{height:220px}.bento-medium .bento-image-wrap{height:260px}.bento-medium-full .bento-image-wrap{height:320px}.bento-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .6s;display:block}.bento-card:hover .bento-img{filter:brightness(1.1);transform:scale(1.06)}.bento-image-glow{pointer-events:none;background:linear-gradient(#0000 30%,#020a1ae6 100%);position:absolute;inset:0}.bento-info{z-index:2;padding:24px 28px 28px;position:relative}.bento-name{color:#e2e8f0;letter-spacing:-.02em;margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:22px;font-weight:600}.bento-desc{color:#94a3b899;margin:0;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.bento-shine{opacity:0;pointer-events:none;z-index:20;background:linear-gradient(105deg,#0000 40%,#3b82f60a 45%,#3b82f614 50%,#3b82f60a 55%,#0000 60%);transition:none;position:absolute;inset:0;transform:translate(-100%)}.bento-card:hover .bento-shine{opacity:1;transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .3s;transform:translate(100%)}@property --bento-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.bento-1:before{content:"";background:linear-gradient(var(--bento-angle,0deg), transparent 30%, #3b82f680, transparent 70%);-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:30;border-radius:24px;padding:1px;transition:opacity .5s;animation:5s linear infinite bentoRotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.bento-1:hover:before{opacity:1}@keyframes bentoRotate{0%{--bento-angle:0deg}to{--bento-angle:360deg}}@media (width<=1100px){.showcase-bento{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.bento-1{grid-area:auto/1/auto/3}.bento-2{grid-area:auto/1/auto/2}.bento-3{grid-area:auto/2/auto/3}.bento-4{grid-area:auto/1/auto/2}.bento-5{grid-area:auto/2/auto/3}}@media (width<=768px){.showcase-section{padding:100px 20px}.showcase-header{margin-bottom:50px}.showcase-title{font-size:38px}.showcase-subtitle{font-size:15px}.showcase-bento{grid-template-columns:1fr}.bento-1,.bento-2,.bento-3,.bento-4,.bento-5{grid-area:auto/1/auto/-1}.bento-large .bento-image-wrap,.bento-medium .bento-image-wrap,.bento-medium-full .bento-image-wrap,.bento-small .bento-image-wrap{height:200px}.bento-info{padding:20px}.bento-name{font-size:18px}.bento-desc{font-size:13px}.showcase-glow-line{display:none}}.preel-section-split{z-index:5;background:radial-gradient(circle,#141008 0%,#040406 100%);padding:160px 80px;position:relative;overflow:clip}.preel-noise{opacity:.03;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.preel-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.preel-glow-1{opacity:.22;background:#78350f;width:600px;height:600px;top:-10%;left:-10%}.preel-glow-2{opacity:.12;filter:blur(150px);background:#d97706;width:600px;height:600px;bottom:-10%;right:-10%}.preel-glow-3{opacity:.14;filter:blur(160px);pointer-events:none;z-index:0;background:#b45309;width:800px;height:800px;position:absolute;top:30%;left:30%}.preel-split-container{z-index:10;grid-template-columns:4fr 7fr;align-items:stretch;gap:80px;max-width:1400px;margin:0 auto;display:grid;position:relative}.preel-sticky-panel{height:100%;position:relative}.preel-sticky-content{flex-direction:column;align-items:flex-start;display:flex;position:sticky;top:150px}.preel-badge-tag{color:#fbbf24;letter-spacing:.15em;text-transform:uppercase;background:#d977060d;border:1px solid #d9770633;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:500;display:inline-block;box-shadow:0 0 20px #d9770614}.preel-split-title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 10%,#fef08a 60%,#f59e0b 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #d977060d;-webkit-background-clip:text;margin:0 0 28px;font-family:Inter Tight,sans-serif;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:1.05}.preel-split-desc{color:#e2e8f0bf;max-width:420px;margin:0 0 44px;font-family:Inter Tight,sans-serif;font-size:17px;font-weight:400;line-height:1.6}.preel-indicators{border-left:2px solid #ffffff0a;flex-direction:column;gap:24px;width:100%;max-width:300px;padding-left:24px;display:flex}.preel-indicator-item{opacity:.25;align-items:center;gap:16px;transition:opacity .35s,transform .35s;display:flex}.preel-indicator-item.active{opacity:1;transform:translate(4px)}.indicator-num{color:#fbbf24;letter-spacing:.05em;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600}.indicator-text{color:#fff;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:500;transition:color .35s}.preel-indicator-item.active .indicator-text{color:#fbbf24;text-shadow:0 0 10px #fbbf244d}.preel-scroll-gallery{grid-template-columns:1fr 1fr;align-items:start;gap:32px;padding-top:40px;display:grid}.preel-gallery-col{will-change:transform;backface-visibility:hidden;flex-direction:column;gap:40px;display:flex;transform:translate(0,0)}.right-col{padding-top:100px}.preel-gallery-card{cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#121218a6;border:1px solid #fbbf240f;border-radius:20px;transition:border-color .4s,box-shadow .4s,transform .4s;overflow:hidden}.preel-gallery-card:hover{border-color:#fbbf244d;box-shadow:0 20px 40px #0009,0 0 35px #fbbf241a}.preel-card-media{background:#060608;width:100%;height:380px;position:relative;overflow:hidden}.left-col .preel-gallery-card:nth-child(2n) .preel-card-media{height:280px}.right-col .preel-gallery-card:nth-child(odd) .preel-card-media{height:320px}.preel-card-media img{object-fit:cover;z-index:2;will-change:transform;backface-visibility:hidden;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;position:relative;transform:translate(0,0)}.preel-gallery-card:hover .preel-card-media img{transform:scale(1.05)}.preel-card-blur-bg{filter:blur(40px);opacity:.15;z-index:1;background-position:50%;background-size:cover;transition:opacity .5s;position:absolute;inset:0}.preel-gallery-card:hover .preel-card-blur-bg{opacity:.3}.preel-card-media:after{content:"";z-index:3;background:linear-gradient(#06060800 60%,#060608b3 100%);position:absolute;inset:0}.preel-card-tag{color:#fbbf24;letter-spacing:.08em;text-transform:uppercase;z-index:4;background:#08080ce6;border:1px solid #fbbf2433;border-radius:8px;padding:6px 14px;font-family:Inter Tight,sans-serif;font-size:11px;font-weight:600;position:absolute;top:20px;left:20px;box-shadow:0 0 10px #fbbf240d}.preel-card-details{padding:24px}.preel-card-details h3{color:#fff;letter-spacing:-.01em;margin:0 0 8px;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500}.preel-card-details p{color:#94a3b899;margin:0;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:400;line-height:1.5}@media (width<=1200px){.preel-section-split{padding:120px 40px}.preel-split-container{gap:40px}}@media (width<=991px){.preel-split-container{grid-template-columns:1fr;gap:60px}.preel-sticky-panel{height:auto}.preel-sticky-content{position:relative;top:0}.preel-split-desc{max-width:100%;margin-bottom:24px}.preel-indicators{border-top:2px solid #ffffff0d;border-left:none;flex-direction:row;max-width:100%;padding-top:24px;padding-left:0}.preel-scroll-gallery{padding-top:0}}@media (width<=768px){.preel-section-split{padding:80px 20px}.preel-scroll-gallery{grid-template-columns:1fr;gap:24px}.preel-gallery-col{gap:24px;transform:none!important}.right-col{padding-top:0}.preel-card-media,.left-col .preel-gallery-card:nth-child(2n) .preel-card-media,.right-col .preel-gallery-card:nth-child(odd) .preel-card-media{height:260px}.preel-indicators{display:none}}.connect-section{z-index:1;background:radial-gradient(circle,#1e40af26 0%,#0000 60%),linear-gradient(#030d20 0%,#010818 100%);padding:120px 24px;position:relative;overflow:hidden}.connect-grid-bg{opacity:.8;pointer-events:none;background-image:linear-gradient(#3b82f605 1px,#0000 1px),linear-gradient(90deg,#3b82f605 1px,#0000 1px);background-position:50%;background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}.connect-glow{filter:blur(120px);pointer-events:none;opacity:.15;border-radius:50%;position:absolute}.connect-glow-left{background:#2563eb;width:400px;height:400px;top:10%;left:-10%}.connect-glow-right{background:#3b82f6;width:450px;height:450px;bottom:10%;right:-10%}.connect-container{max-width:1200px;margin:0 auto}.connect-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:70px;display:flex}.connect-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.15em;background:#3b82f614;border:1px solid #3b82f640;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 18px;font-family:Inter Tight,sans-serif;font-size:.78rem;font-weight:500;display:inline-flex;box-shadow:0 0 25px #3b82f61f,inset 0 0 15px #3b82f60d}.connect-main-title{letter-spacing:-.03em;color:#fff;margin-bottom:16px;font-family:Inter Tight,sans-serif;font-size:clamp(32px,5vw,52px);font-weight:500;line-height:1.15}.connect-main-title span{background:linear-gradient(135deg,#fff 0%,#e0e7ff 35%,#93c5fd 65%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.connect-desc{color:#94a3b8cc;max-width:650px;margin:0 auto;font-family:Inter Tight,sans-serif;font-size:1.1rem;line-height:1.6}.connect-content-grid{grid-template-columns:5fr 7fr;align-items:stretch;gap:40px;display:grid}.connect-info-side{height:100%}.info-card-wrap{-webkit-backdrop-filter:blur(16px);background:#080f1ebf;border:1px solid #3b82f61f;border-radius:24px;flex-direction:column;justify-content:space-between;height:100%;padding:40px;display:flex;box-shadow:0 20px 40px #0000004d,inset 0 0 20px #3b82f608}.info-card-title{color:#fff;letter-spacing:-.01em;margin-bottom:14px;font-family:Inter Tight,sans-serif;font-size:1.6rem;font-weight:600}.info-card-desc{color:#94a3b899;margin-bottom:40px;font-family:Inter Tight,sans-serif;font-size:.95rem;line-height:1.65}.direct-contact-items{flex-direction:column;gap:28px;margin-bottom:40px;display:flex}.direct-item{align-items:center;gap:18px;display:flex}.direct-icon{color:#60a5fa;background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.direct-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b880;margin-bottom:2px;font-family:Inter Tight,sans-serif;font-size:.72rem;display:block}.direct-details a{color:#fff;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.direct-details a:hover{color:#60a5fa}.direct-details p{color:#fff;font-family:Inter Tight,sans-serif;font-size:.95rem;font-weight:500}.info-interactive-banner{background:#34d3990a;border:1px solid #34d39926;border-radius:14px;align-items:center;gap:14px;padding:16px 20px;display:flex}.pulse-circle{background-color:#34d399;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.8s infinite pulseGreen;box-shadow:0 0 10px #34d399}@keyframes pulseGreen{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.6;transform:scale(.9)}}.banner-status{color:#34d399;margin-bottom:1px;font-family:Inter Tight,sans-serif;font-size:.85rem;font-weight:600;display:block}.banner-sub{color:#94a3b880;font-family:Inter Tight,sans-serif;font-size:.72rem;display:block}.connect-form-side{width:100%}.connect-form-card{-webkit-backdrop-filter:blur(16px);background:#080f1ebf;border:1px solid #3b82f61f;border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000004d,inset 0 0 20px #3b82f608}.connect-error-box{color:#f87171;background:#f8717114;border:1px solid #f8717133;border-radius:10px;align-items:center;gap:8px;margin-bottom:24px;padding:12px;font-size:.85rem;display:flex}.inline-contact-form{flex-direction:column;gap:20px;display:flex}.input-row{width:100%}.input-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b899;font-family:Inter Tight,sans-serif;font-size:.75rem;font-weight:500}.input-group input,.input-group select,.input-group textarea{color:#fff;background:#020a1a99;border:1px solid #3b82f626;border-radius:12px;outline:none;padding:14px 18px;font-family:inherit;font-size:.9rem;transition:all .3s}.input-group select option{color:#fff;background:#020a1a}.input-group input::placeholder,.input-group textarea::placeholder{color:#94a3b84d}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{background:#020a1acc;border-color:#3b82f6;box-shadow:0 0 15px #3b82f626}.submit-form-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:16px 24px;font-family:Inter Tight,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #3b82f633}.submit-form-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #3b82f666}.submit-form-btn:disabled{opacity:.7;cursor:not-allowed}.inline-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.form-success-content{text-align:center;padding:40px 20px}.success-icon-wrap{color:#34d399;background:#34d39914;border:2px solid #34d39933;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex;box-shadow:0 0 30px #34d39926}.form-success-content h4{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-family:Inter Tight,sans-serif;font-size:1.4rem;font-weight:600}.form-success-content p{color:#94a3b899;max-width:400px;margin:0 auto 28px;font-family:Inter Tight,sans-serif;font-size:.95rem;line-height:1.6}.reset-form-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:12px 24px;font-family:Inter Tight,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.reset-form-btn:hover{background:#ffffff14;border-color:#ffffff26}@media (width<=1024px){.connect-content-grid{grid-template-columns:1fr;gap:30px}.info-card-wrap{padding:30px}.direct-contact-items{margin-bottom:30px}}@media (width<=768px){.connect-section{padding:80px 16px}.connect-main-title{font-size:2.4rem}.connect-desc{font-size:.95rem}.connect-form-card{padding:24px}.input-grid{grid-template-columns:1fr;gap:16px}}.cta-section{background:linear-gradient(#050507 0%,#0a0c16 50%,#050507 100%);justify-content:center;align-items:center;padding:140px 0;display:flex;position:relative;overflow:hidden}.cta-container{-webkit-backdrop-filter:blur(12px);background:#0a0c1673;border:1px solid #60a5fa14;border-radius:36px;width:90%;max-width:1000px;padding:100px 40px;position:relative;overflow:hidden}.cta-container:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#3b82f60f 0%,#0000 65%);width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-logo{filter:drop-shadow(0 0 10px #3b82f64d);width:auto;height:46px;margin-bottom:32px;animation:4s ease-in-out infinite alternate ctaLogoPulse}@keyframes ctaLogoPulse{0%{filter:drop-shadow(0 0 8px #3b82f640)}to{filter:drop-shadow(0 0 20px #3b82f68c)}}.cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:24px;font-family:Inter Tight,sans-serif;font-size:clamp(32px,5.2vw,62px);font-weight:300;line-height:1.15}.cta-title span{color:#60a5fa;font-style:italic;font-weight:400}.cta-subtitle{color:#ffffff73;max-width:580px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-family:Inter Tight,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.cta-btn{color:#050507;cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:10px;padding:16px 32px;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #ffffff0d}.cta-btn svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.cta-btn:hover{color:#fff;background:#60a5fa;transform:translateY(-3px);box-shadow:0 12px 30px #60a5fa4d}.cta-btn:hover svg{transform:translate(4px)}@media (width<=768px){.cta-section{padding:100px 0}.cta-container{border-radius:28px;padding:60px 24px}.cta-logo{height:38px;margin-bottom:24px}.cta-subtitle{margin-bottom:32px;font-size:14.5px}}.wf-section{z-index:6;background:#000;padding:100px 40px 140px;position:relative;overflow:hidden}.wf-container{max-width:1300px;margin:0 auto}.wf-header{text-align:center;margin-bottom:60px}.wf-badge{color:#ff9d00;letter-spacing:.2em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff9d000d;border:1px solid #ff9d0033;border-radius:100px;margin-bottom:25px;padding:8px 18px;font-size:12px;font-weight:600;display:inline-block}.wf-title{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 0% 50%,#ff9d00 85%,#ff5e00 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 20px #ff5e001a);-webkit-background-clip:text;max-width:800px;margin:0 auto;font-family:Inter Tight,sans-serif;font-size:clamp(40px,8vw,84px);font-weight:500;line-height:1.1}.wf-bento{grid-template-rows:repeat(2,380px);grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.wf-card{-webkit-backdrop-filter:blur(12px);will-change:transform;backface-visibility:hidden;background:#0f0f0fe6;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;transition:transform .6s cubic-bezier(.2,.8,.2,1),box-shadow .6s;display:flex;position:relative;overflow:hidden}.wf-card-inner{z-index:2;flex-direction:column;height:100%;padding:30px;display:flex;position:relative}.wf-integrations{grid-area:span 1/span 2}.wf-conversational,.wf-workflow,.wf-omnichannel,.wf-security{grid-column:span 1}.wf-visual{background:#0006;border-radius:20px;width:100%;height:220px;margin-bottom:24px;position:relative;overflow:hidden}.wf-integrations .wf-visual{height:240px}.wf-visual img{object-fit:cover;opacity:.85;will-change:transform;width:100%;height:100%;transition:transform .6s}.wf-card:hover .wf-visual img{transform:scale(1.08)}.wf-glow{pointer-events:none;position:absolute;inset:0}.wf-content{flex-grow:1}.wf-card-title{color:#fff;margin:0 0 10px;font-family:Inter Tight,sans-serif;font-size:24px;font-weight:500}.wf-card-desc{color:#ffffff80;margin:0;font-family:Inter Tight,sans-serif;font-size:15px;line-height:1.5}.wf-border-move{pointer-events:none;z-index:1;border-radius:32px;position:absolute;inset:0}.wf-border-move:before{content:"";background:linear-gradient(var(--wf-angle,0deg), transparent 30%, var(--glow-clr,#4285f4), transparent 70%);-webkit-mask-composite:xor;opacity:.3;border-radius:32px;padding:2px;animation:4s linear infinite wf-rotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.wf-card:hover .wf-border-move:before{opacity:1;animation-duration:2s}@property --wf-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes wf-rotate{0%{--wf-angle:0deg}to{--wf-angle:360deg}}@media (width<=1200px){.wf-bento{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.wf-integrations{grid-column:span 2}.wf-card{min-height:400px}}@media (width<=768px){.wf-section{padding:80px 20px}.wf-bento{grid-template-columns:1fr}.wf-integrations{grid-column:span 1}.wf-title{font-size:38px}.wf-visual{height:200px!important}}.contact-modal-overlay{z-index:9999;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.contact-modal-backdrop{-webkit-backdrop-filter:blur(16px);background:#010818cc;position:absolute;inset:0}.contact-modal-container{z-index:10;-webkit-backdrop-filter:blur(20px);background:#080f1ed9;border:1px solid #3b82f626;border-radius:24px;width:100%;max-width:960px;position:relative;overflow:hidden;box-shadow:0 24px 60px #000c,0 0 80px #3b82f614,0 0 50px #2563eb0a}.modal-glow{filter:blur(80px);pointer-events:none;opacity:.15;border-radius:50%;position:absolute}.modal-glow-1{background:#2563eb;width:300px;height:300px;top:-10%;left:-10%}.modal-glow-2{background:#3b82f6;width:300px;height:300px;bottom:-10%;right:-10%}.modal-close-btn{color:#94a3b899;cursor:pointer;z-index:20;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d;transform:rotate(90deg)}.modal-content-grid{grid-template-columns:4fr 6fr;min-height:580px;display:grid}.modal-info-panel{background:linear-gradient(145deg,#060c1af2,#020610f2);border-right:1px solid #3b82f61a;flex-direction:column;justify-content:space-between;padding:40px;display:flex;position:relative}.info-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.info-logo img{object-fit:contain;height:28px}.info-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.1em;background:#3b82f614;border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:5px;padding:4px 12px;font-family:Inter Tight,sans-serif;font-size:.72rem;font-weight:500;display:inline-flex}.info-title{letter-spacing:-.02em;color:#fff;background:linear-gradient(135deg,#fff 0%,#cbd5e1 50%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-family:Inter Tight,sans-serif;font-size:2.2rem;font-weight:600;line-height:1.15}.info-subtitle{color:#94a3b899;margin-bottom:40px;font-family:Inter Tight,sans-serif;font-size:.9rem;line-height:1.6}.info-contact-list{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.info-contact-item{align-items:center;gap:16px;display:flex}.info-contact-item .icon-wrapper{color:#60a5fa;background:#3b82f614;border:1px solid #3b82f626;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b880;margin-bottom:2px;font-family:Inter Tight,sans-serif;font-size:.72rem;display:block}.contact-link{color:#fff;font-family:Inter Tight,sans-serif;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}a.contact-link:hover{color:#60a5fa}.info-footer p{color:#94a3b866;font-family:Inter Tight,sans-serif;font-size:.75rem}.modal-form-panel{flex-direction:column;justify-content:center;padding:40px;display:flex;position:relative}.form-heading{color:#fff;letter-spacing:-.01em;margin-bottom:24px;font-family:Inter Tight,sans-serif;font-size:1.4rem;font-weight:600}.form-error-alert{color:#f87171;background:#f8717114;border:1px solid #f8717133;border-radius:8px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;font-size:.825rem;display:flex}.modal-form{flex-direction:column;gap:16px;display:flex}.form-row{width:100%}.form-row-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b899;font-family:Inter Tight,sans-serif;font-size:.75rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#020a1a99;border:1px solid #3b82f626;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.88rem;transition:all .3s}.form-group select option{color:#fff;background:#020a1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b84d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#020a1acc;border-color:#3b82f6;box-shadow:0 0 15px #3b82f626}.form-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:14px 20px;font-family:Inter Tight,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #3b82f633}.form-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #3b82f666}.form-submit-btn:active:not(:disabled){transform:translateY(0)}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-success-state{text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.success-icon-box{color:#34d399;background:#34d39914;border:2px solid #34d39933;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:flex;box-shadow:0 0 30px #34d39926}.form-success-state h3{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-family:Inter Tight,sans-serif;font-size:1.6rem;font-weight:600}.form-success-state p{color:#94a3b899;max-width:380px;margin-bottom:30px;font-family:Inter Tight,sans-serif;font-size:.9rem;line-height:1.6}.success-close-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:12px 24px;font-family:Inter Tight,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.success-close-btn:hover{background:#ffffff14;border-color:#ffffff26}@media (width<=860px){.contact-modal-container{max-width:540px}.modal-content-grid{grid-template-columns:1fr;min-height:auto}.modal-info-panel{border-bottom:1px solid #3b82f626;border-right:none;padding:30px}.modal-form-panel{padding:30px}.info-subtitle,.info-contact-list{margin-bottom:24px}}@media (width<=480px){.contact-modal-overlay{padding:10px}.contact-modal-container{border-radius:16px}.modal-info-panel,.modal-form-panel{padding:20px}.form-row-grid{grid-template-columns:1fr;gap:12px}.info-title{font-size:1.8rem}}.labs-section{z-index:5;background:radial-gradient(circle,#031e18 0%,#010705 100%);padding:160px 0 240px;position:relative;overflow:clip}.labs-matrix-grid{z-index:1;pointer-events:none;background-image:linear-gradient(#34d39903 1px,#0000 1px),linear-gradient(90deg,#34d39903 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.labs-noise{opacity:.02;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;position:absolute;inset:0}.labs-bg-glow{filter:blur(140px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.labs-glow-1{opacity:.18;background:#047857;width:600px;height:600px;top:-10%;right:5%}.labs-glow-2{opacity:.12;filter:blur(160px);background:#10b981;width:600px;height:600px;bottom:-10%;left:-10%}.labs-glow-3{opacity:.15;background:#022c22;width:800px;height:800px;top:20%;left:20%}.labs-container{z-index:10;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.labs-header{flex-direction:column;align-items:flex-start;max-width:600px;margin-bottom:100px;display:flex}.labs-badge{color:#34d399;letter-spacing:.15em;text-transform:uppercase;background:#10b9810d;border:1px solid #10b98133;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:500;display:inline-block;box-shadow:0 0 20px #10b98114}.labs-title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 10%,#34d399 60%,#059669 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px #10b9810d;-webkit-background-clip:text;margin:0 0 24px;font-family:Inter Tight,sans-serif;font-size:clamp(38px,4.5vw,58px);font-weight:500;line-height:1.05}.labs-subtitle{color:#d1fae5a6;margin:0;font-family:Inter Tight,sans-serif;font-size:17px;font-weight:400;line-height:1.6}.labs-stack-wrapper{width:100%;position:relative}.labs-stack-card{will-change:transform;width:100%;margin-bottom:120px}.labs-card-inner{-webkit-backdrop-filter:blur(16px);will-change:transform;backface-visibility:hidden;background:#061612;border:1px solid #34d39914;border-radius:28px;grid-template-columns:5fr 6fr;height:480px;transition:border-color .4s,box-shadow .4s;display:grid;overflow:hidden;transform:translate(0,0);box-shadow:0 -20px 40px #0107054d,0 30px 60px #00000080,inset 0 1px #ffffff0d}.labs-stack-card:hover .labs-card-inner{border-color:#34d3994d;box-shadow:0 -20px 40px #01070533,0 30px 60px #0009,0 0 40px #34d39914,inset 0 1px #ffffff14}.labs-card-info{z-index:2;flex-direction:column;justify-content:center;padding:56px;display:flex;position:relative}.labs-info-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.labs-info-num{color:#34d399;letter-spacing:.05em;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:600}.labs-info-category{color:#d1fae573;letter-spacing:.05em;text-transform:uppercase;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:500}.labs-info-title{color:#fff;letter-spacing:-.02em;margin:0 0 18px;font-family:Inter Tight,sans-serif;font-size:clamp(24px,2.5vw,34px);font-weight:500;line-height:1.15}.labs-info-desc{color:#d1fae599;margin:0 0 32px;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:400;line-height:1.6}.labs-info-tags{flex-wrap:wrap;gap:10px;display:flex}.labs-info-tag{color:#34d399;letter-spacing:.02em;background:#34d3990a;border:1px solid #34d39926;border-radius:8px;padding:6px 14px;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;transition:background .3s,border-color .3s}.labs-stack-card:hover .labs-info-tag{background:#34d39914;border-color:#34d3994d}.labs-card-media{background:#010605;border-left:1px solid #34d39914;width:100%;height:100%;position:relative;overflow:hidden}.labs-card-media img{object-fit:cover;z-index:2;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:block;position:relative}.labs-stack-card:hover .labs-card-media img{transform:scale(1.05)}.labs-media-shimmer{z-index:3;pointer-events:none;background:linear-gradient(105deg,#0000 40%,#34d39914 50%,#0000 60%);transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-100%)}.labs-stack-card:hover .labs-media-shimmer{transform:translate(100%)}.labs-media-blur-glow{filter:blur(40px);opacity:.12;z-index:1;background-position:50%;background-size:cover;transition:opacity .5s;position:absolute;inset:0}.labs-stack-card:hover .labs-media-blur-glow{opacity:.28}@media (width<=1200px){.labs-section{padding:120px 0 180px}.labs-container{padding:0 40px}.labs-card-inner{grid-template-columns:1fr;height:auto}.labs-card-media{border-top:1px solid #34d39914;border-left:none;height:320px}}@media (width<=768px){.labs-section{padding:80px 0 120px}.labs-container{padding:0 20px}.labs-card-info{padding:32px}.labs-card-media{height:240px}.labs-stack-card{margin-bottom:60px}}.footer{z-index:10;background:#050507;border-top:1px solid #ffffff08;padding:120px 0 160px;position:relative;overflow:clip}.footer-ambient-glow{pointer-events:none;filter:blur(60px);z-index:0;background:radial-gradient(circle,#3b82f608 0%,#6366f103 50%,#0000 100%);width:600px;height:400px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.footer-container{z-index:5;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.footer-top-row{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:60px;display:flex}.footer-callout{max-width:65%}.callout-heading{color:#fff;letter-spacing:-.02em;margin:0;font-family:Inter Tight,sans-serif;font-size:clamp(32px,4.2vw,54px);font-weight:300;line-height:1.15}.callout-heading span{color:#60a5fa;font-style:italic;font-weight:400}.footer-cta-circle{color:#050507;cursor:pointer;background:#fff;border:none;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:130px;height:130px;font-family:Inter Tight,sans-serif;font-size:13px;font-weight:600;transition:transform .6s cubic-bezier(.16,1,.3,1),background .3s,color .3s;display:flex;box-shadow:0 10px 35px #ffffff0d}.footer-cta-circle svg{transition:transform .4s cubic-bezier(.16,1,.3,1)}.footer-cta-circle:hover{color:#fff;background:#60a5fa;transform:scale(1.06)rotate(6deg);box-shadow:0 15px 40px #60a5fa40}.footer-cta-circle:hover svg{transform:translate(3px)translateY(-3px)rotate(-45deg)}.footer-divider{background:#ffffff0a;height:1px;margin-bottom:70px}.footer-content-grid{grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:80px;display:grid}.footer-brand-col{flex-direction:column;gap:24px;display:flex}.footer-logo-brand{width:auto;height:38px;display:block}.footer-brand-description{color:#fff6;max-width:85%;margin:0;font-family:Inter Tight,sans-serif;font-size:14.5px;font-weight:400;line-height:1.6}.footer-email-box{cursor:pointer;flex-direction:column;gap:6px;width:max-content;margin-top:10px;display:flex;position:relative}.email-label{color:#ffffff40;text-transform:uppercase;letter-spacing:.05em;font-family:Inter Tight,sans-serif;font-size:11px;font-weight:600}.email-address{color:#fff;border-bottom:1px dashed #ffffff26;padding-bottom:3px;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:500;transition:all .3s}.footer-email-box:hover .email-address{color:#60a5fa;border-color:#60a5fa66}.email-copy-toast{color:#60a5fa;opacity:0;pointer-events:none;font-family:monospace;font-size:10.5px;transition:all .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-24px;left:0;transform:translateY(5px)}.email-copy-toast.show{opacity:1;transform:translateY(0)}.col-title-meta{text-transform:uppercase;color:#ffffff40;letter-spacing:.1em;margin-bottom:24px;font-family:Inter Tight,sans-serif;font-size:11px;font-weight:600;display:block}.footer-nav-list,.footer-social-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-nav-list a,.footer-social-list a{color:#ffffff73;font-family:Inter Tight,sans-serif;font-size:15px;font-weight:400;text-decoration:none;transition:color .3s,transform .3s;display:inline-block}.footer-nav-list a:hover,.footer-social-list a:hover{color:#fff;transform:translate(4px)}.footer-bottom-row{z-index:5;border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding-top:40px;display:flex;position:relative}.bottom-row-meta{color:#ffffff4d;align-items:center;gap:16px;font-family:Inter Tight,sans-serif;font-size:12px;display:flex}.meta-bullet{color:#ffffff26}.meta-status{color:#ffffff59;align-items:center;gap:6px;display:flex}.meta-status:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 8px #10b981cc}.back-to-top-btn{color:#fff6;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-family:Inter Tight,sans-serif;font-size:12px;font-weight:500;transition:color .3s;display:flex}.back-to-top-btn:hover{color:#60a5fa}.scroll-btn-arrow{align-items:center;transition:transform .3s;display:flex}.back-to-top-btn:hover .scroll-btn-arrow{transform:translateY(-3px)}.footer-watermark{color:#ffffff0a;-webkit-text-stroke:1px #ffffff04;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;letter-spacing:-.06em;text-align:center;white-space:nowrap;font-family:Inter Tight,sans-serif;font-size:19vw;font-weight:900;line-height:.8;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}@media (width<=991px){.footer{padding:80px 0 120px}.footer-top-row{flex-direction:column;align-items:flex-start;gap:30px}.footer-callout{max-width:100%}.footer-content-grid{grid-template-columns:1fr;gap:40px;margin-bottom:50px}.footer-brand-col{max-width:100%}}@media (width<=576px){.footer-cta-circle{width:110px;height:110px;font-size:12px}.footer-bottom-row{text-align:center;flex-direction:column;align-items:center;gap:20px}.bottom-row-meta{flex-direction:column;gap:8px}.meta-bullet{display:none}.footer-watermark{font-size:22vw;bottom:-10px}}
