:root{--font-primary:"Outfit", sans-serif;--bg-dark:#050508;--bg-dark-elem:#0e0e12;--bg-light:#fff;--bg-light-elem:#fff;--text-light:#fff;--text-dark:#000;--text-muted:#8b8f98;--text-muted-dark:#666;--accent-glow:#4955ff26;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}.style-reset-btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;font-family:inherit}html,body{width:100%;max-width:100vw;font-family:var(--font-primary);background-color:var(--bg-dark);color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-1.5px;font-weight:300;line-height:1.1}h2{font-size:clamp(3rem,6vw,5rem)}h3{font-size:clamp(2rem,4vw,3rem)}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{cursor:pointer;transition:var(--transition-smooth);border:none;outline:none;font-family:inherit}.container{z-index:1;max-width:1400px;margin:0 auto;padding:0 3%;position:relative}.section{padding:8rem 0;position:relative}@media (width<=1024px){.section{padding:5rem 0}}@media (width<=768px){.section{padding:3.5rem 0}.container{padding:0 5%}}.theme-light{background-color:var(--bg-light-elem);color:var(--text-dark)}.theme-light .btn-outline{border-color:var(--text-dark);color:var(--text-dark)}.theme-light .btn-outline:hover{background:var(--text-dark);color:var(--text-light)}.fw-light{font-weight:200}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-bold{font-weight:700}.text-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#8b8f98);-webkit-background-clip:text;background-clip:text}@keyframes pulseGlow{0%{opacity:.5;transform:scale(1)translateY(0)}50%{opacity:.8;transform:scale(1.05)translateY(-5%)}to{opacity:.5;transform:scale(1)translateY(0)}}.glow-bg{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);pointer-events:none;z-index:0;will-change:transform, opacity;border-radius:50%;width:800px;height:800px;animation:12s ease-in-out infinite pulseGlow;position:absolute;transform:translateZ(0)}.app-container{position:relative;overflow:hidden}.glow-spot{pointer-events:none;z-index:0;will-change:transform, opacity;transform:preserve-3d;border-radius:50%;animation:8s ease-in-out infinite alternate pulseGlow;position:absolute}.glow-1{background:radial-gradient(circle,#3b82f64d 0%,#0000 60%);width:900px;height:900px;animation-duration:12s;top:10%;right:-5%}.glow-2{background:radial-gradient(circle,#2563eb40 0%,#0000 60%);width:700px;height:700px;animation-duration:15s;top:25%;left:10%}.glow-3{background:radial-gradient(circle,#6366f140 0%,#0000 60%);width:1000px;height:1000px;animation-duration:18s;top:60%;right:15%}.glow-4{background:radial-gradient(circle,#3b82f633 0%,#0000 60%);width:800px;height:800px;animation-duration:14s;top:75%;left:-10%}.glow-5{background:radial-gradient(circle,#06b6d433 0%,#0000 60%);width:600px;height:600px;animation-duration:11s;top:90%;right:5%}.btn-outline{-webkit-backdrop-filter:blur(10px);color:var(--text-light);background:#ffffff0d;border:1px solid #fff3;border-radius:50px;align-items:center;gap:1rem;padding:1rem 2rem;font-size:.95rem;font-weight:500;transition:all .5s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #0000001a}.btn-outline svg{transition:transform .5s cubic-bezier(.16,1,.3,1)}.btn-outline:hover{color:var(--bg-dark);background:#fff;border-color:#fff;transform:scale(1.02)translateY(-2px);box-shadow:0 14px 26px -6px #ffffff4d,0 4px 14px -6px #fff6}.btn-outline:hover svg{transform:translate(4px)}.btn-outline:active{transition:all .1s cubic-bezier(.4,0,.2,1);transform:scale(.98)translateY(0);box-shadow:0 4px 14px #0000001a}.btn-solid{background:var(--bg-light-elem);color:var(--text-dark);letter-spacing:.5px;border-radius:50px;align-items:center;gap:1rem;padding:1.2rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .5s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #ffffff26}.btn-solid:hover{background:#fff;transform:scale(1.03)translateY(-3px);box-shadow:0 20px 40px -10px #fff6,0 10px 20px -5px #ffffff4d}.btn-solid:hover .icon-circle{color:#fff;background:#3b82f6}.btn-solid:active{transition:all .1s cubic-bezier(.4,0,.2,1);transform:scale(.97)translateY(0);box-shadow:0 4px 14px #ffffff26}.icon-circle{background:var(--text-dark);width:32px;height:32px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;display:flex}.header{z-index:100;justify-content:space-between;align-items:center;padding-top:2.5rem;padding-bottom:2.5rem;display:flex;position:absolute;top:0;left:0;right:0}.logo{cursor:pointer;align-items:center;font-size:3rem;text-decoration:none;transition:transform .3s,opacity .3s;display:flex}.logo:hover{opacity:.9;transform:scale(1.02)}.logo-icon{justify-content:center;align-items:center;display:flex}.logo-text-group{align-items:center;display:flex}.logo-mark{letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-right:0;font-weight:800}.logo-text{opacity:.9;font-weight:300}.custom-burger{-webkit-backdrop-filter:blur(16px);cursor:pointer;z-index:999;background:#0a0a0f99;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 4px 20px #0000004d}.burger-lines{flex-direction:column;justify-content:space-between;width:24px;height:16px;display:flex}.burger-line{background-color:var(--text-light);transform-origin:0;border-radius:4px;height:2.5px;transition:all .4s cubic-bezier(.16,1,.3,1)}.line-1{width:100%}.line-2{width:85%}.line-3{width:50%}.custom-burger:hover{transform:scale(1.05)}.custom-burger:hover .line-2,.custom-burger:hover .line-3{width:100%}.header-light-mode .custom-burger{background:#fffc;border:1px solid #0000001a}.header-light-mode .burger-line{background-color:#000}.header-light-mode .logo .logo-mark{background:linear-gradient(135deg,#09090b 0%,#5b58f5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header-light-mode .logo .logo-text{color:#000}.nav-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;opacity:0;pointer-events:none;background:#050508fa;flex-direction:column;width:100vw;height:100vh;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.nav-overlay.open{opacity:1;pointer-events:auto}.nav-container{flex-direction:column;width:100%;height:100%;padding:0 5%;display:flex}.nav-header{justify-content:space-between;align-items:center;padding-top:2.5rem;padding-bottom:2.5rem;display:flex}.nav-links{text-align:right;flex-direction:column;flex-grow:1;justify-content:center;align-items:flex-end;gap:2.2rem;width:100%;padding-right:5%;display:flex}.nav-link{letter-spacing:-3px;color:#fff6;opacity:0;align-items:flex-end;gap:1.5rem;font-size:4.5rem;font-weight:300;text-decoration:none;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(30px)scale(.95)}.nav-overlay.open .nav-link{opacity:1;transform:translateY(0)scale(1)}.nav-num{letter-spacing:2px;color:#ffffff26;margin-bottom:1.2rem;font-size:1rem;font-weight:600;transition:all .4s}.nav-overlay.open .nav-link:first-child{transition-delay:.1s}.nav-overlay.open .nav-link:nth-child(2){transition-delay:.2s}.nav-overlay.open .nav-link:nth-child(3){transition-delay:.3s}.nav-overlay.open .nav-link:nth-child(4){transition-delay:.4s}.nav-overlay.open .nav-link:nth-child(5){transition-delay:.5s}.nav-links:hover .nav-link{color:#ffffff1a}.nav-links .nav-link:hover{color:#fff;text-shadow:0 0 40px #ffffff26;transform:translate(-30px)}.nav-link:hover .nav-num{color:#5b58f5;transform:translateY(-8px)}@media (width<=768px){.nav-link{font-size:2.5rem}.logo{font-size:2rem}.custom-burger{width:48px;height:48px;top:1.5rem;right:1.5rem}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal.cascade.is-visible>:first-child{transition-delay:.1s}.reveal.cascade.is-visible>:nth-child(2){transition-delay:.2s}.reveal.cascade.is-visible>:nth-child(3){transition-delay:.3s}.reveal.cascade.is-visible>:nth-child(4){transition-delay:.4s}.reveal.cascade>*{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.reveal.cascade.is-visible>*{opacity:1;transform:translateY(0)}.site-footer{background-color:var(--bg-dark);font-family:var(--font-primary);color:var(--text-muted);border-top:1px solid #ffffff0d;padding:5rem 0 3rem;font-size:.9rem;line-height:1.8;position:relative;overflow:hidden}.footer-sitemap{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:1.5rem;padding-bottom:2.5rem;display:grid}.footer-column{flex-direction:column;display:flex}.footer-column-title{color:var(--text-light);letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.05rem;font-weight:600}.footer-links{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--text-muted);text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block}.footer-links a:hover{color:var(--text-light);transform:translate(4px)}.footer-socials{align-items:center;gap:1.5rem;margin-top:.2rem;display:flex}.footer-socials a{color:var(--text-muted);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.footer-socials a:hover{color:#fff;filter:drop-shadow(0 0 10px #fff6);transform:translateY(-3px)scale(1.1)}.footer-address{color:var(--text-muted-dark);margin-top:1rem;font-style:normal}.footer-legal{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:1rem;display:flex}.legal-left{align-items:center;gap:2.5rem;display:flex}.legal-mini-logo{max-width:320px;height:auto;transition:transform .3s}.legal-mini-logo:hover{transform:scale(1.05)}.copyright{color:var(--text-muted-dark)}.legal-right{align-items:center;display:flex}.legal-links{align-items:center;margin:0;padding:0;list-style:none;display:flex}.legal-links li{align-items:center;display:flex}.legal-links a{color:var(--text-muted);transition:color .2s}.legal-links a:hover{color:var(--text-light)}.legal-links .separator{color:#ffffff26;-webkit-user-select:none;user-select:none;margin:0 .8rem}@media (width<=1024px){.footer-sitemap{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media (width<=768px){.site-footer{padding:3rem 0}.footer-sitemap{flex-direction:column;gap:2rem;display:flex}.footer-column-title{border-bottom:1px solid #ffffff0d;margin-bottom:.8rem;padding-bottom:.8rem}.footer-legal{flex-direction:column;align-items:flex-start}.legal-links{flex-wrap:wrap;row-gap:.5rem}.legal-mini-logo{max-width:200px}}.floating-contact-wrapper{z-index:9999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.fab-button{color:#fff;cursor:pointer;z-index:2;background-color:#09090b;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex;position:relative;box-shadow:0 10px 30px #00000026,0 4px 12px #0000001a}.fab-button:hover,.fab-button.fab-active{background-color:#000;transform:scale(1.05);box-shadow:0 15px 40px #00000040}.floating-popup{width:400px;font-family:var(--font-primary);opacity:0;pointer-events:none;transform-origin:100% 100%;z-index:1;background-color:#fff;border-radius:24px;padding:2rem;transition:all .5s cubic-bezier(.19,1,.22,1);position:absolute;bottom:calc(100% + 1.5rem);right:0;transform:translateY(30px)scale(.95);box-shadow:0 40px 100px #00000014,0 10px 30px #0000000a}.floating-popup.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.popup-header{margin-bottom:1.5rem}.popup-header h4{color:#111827;letter-spacing:-.5px;margin-bottom:.8rem;font-size:1.6rem;font-weight:500}.popup-header p{color:#6b7280;font-size:.95rem;font-weight:400;line-height:1.5}.popup-header strong{color:#111827;font-weight:600}.popup-card-stack{flex-direction:column;gap:.75rem;display:flex}.popup-card{border-radius:16px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex}.card-text-container{flex-direction:column;flex-grow:1;display:flex}.card-title{margin-bottom:.2rem;font-size:1.05rem;font-weight:600}.card-subtitle{font-size:.85rem}.card-primary{color:#fff;background:linear-gradient(135deg,#111827 0%,#313f5d 100%);box-shadow:0 10px 20px #11182726}.card-primary .card-title{color:#fff}.card-primary .card-subtitle{color:#d1d5db}.card-primary:hover{background:linear-gradient(135deg,#111827 0%,#3b4b6d 100%);transform:translateY(-2px);box-shadow:0 15px 30px #11182740}.card-arrow-container{justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.19,1,.22,1);display:flex}.card-primary:hover .card-arrow-container{transform:translate(4px)}.card-secondary{background-color:#f9fafb;border:1px solid #00000005;box-shadow:0 2px 5px #00000003}.card-secondary .card-title{color:#111827}.card-secondary .card-subtitle{color:#6b7280}.card-secondary:hover{background-color:#f3f4f6;transform:translateY(-2px);box-shadow:0 5px 15px #00000008}.card-footer{background-color:#f9fafb;gap:.75rem;margin-top:.5rem;padding:1rem 1.5rem}@keyframes sequenceDive{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.floating-popup.active .popup-card{opacity:0;animation:.6s cubic-bezier(.19,1,.22,1) forwards sequenceDive}.floating-popup.active .popup-card:first-child{animation-delay:.1s}.floating-popup.active .popup-card:nth-child(2){animation-delay:.18s}.floating-popup.active .popup-card:nth-child(3){animation-delay:.26s}.floating-popup.active .popup-card:nth-child(4){animation-delay:.34s}@keyframes pulseGreen{0%{box-shadow:0 0 #34d39980}70%{box-shadow:0 0 0 8px #34d39900}to{box-shadow:0 0 #34d39900}}.status-dot{background-color:#34d399;border-radius:50%;width:10px;height:10px;animation:2.5s cubic-bezier(.19,1,.22,1) infinite pulseGreen;display:inline-block}.status-text{color:#6b7280;font-size:.9rem}.status-text strong{color:#111827;font-weight:600}@media (width<=480px){.floating-popup{width:calc(100vw - 4rem);right:0}}.floating-nav-dock{z-index:1000;opacity:0;animation:1s cubic-bezier(.16,1,.3,1) 1.8s forwards slideUpFade;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,30px)}to{opacity:1;transform:translate(-50%)}}.dock-pill-segmented{-webkit-backdrop-filter:blur(24px);background:#2d2d32d9;border:1px solid #ffffff0a;border-top-color:#ffffff1a;border-radius:14px;align-items:stretch;gap:.35rem;padding:.35rem;display:flex;box-shadow:0 20px 40px #00000080,inset 0 1px #ffffff0d}.dock-segment{border-radius:10px;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.dock-brand-segment{color:#fff;background:#09090b;justify-content:center;align-items:center;padding:0 1.2rem;display:flex;box-shadow:inset 0 1px #ffffff14,0 2px 10px #0003}.dock-brand-segment:hover{background:#1c1c1f}.dock-logo-mark{font-family:var(--font-primary,"Inter", sans-serif);letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.dock-logo-text{font-family:var(--font-primary,"Inter", sans-serif);opacity:.9;font-size:1.15rem;font-weight:300}.dock-links-container{align-items:center;gap:.35rem;display:flex}.dock-link-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff0d;border-radius:10px;height:100%;min-height:44px;padding:0 1.2rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s}.dock-link-btn:hover{color:#fff;background:#ffffff08}.dock-link-btn.link-active{color:#fff;background:#ffffff0d;border-color:#fff6}.dock-cta-segment{color:#111113;background:#e8e8ea;padding:0 1.6rem;font-size:.95rem;font-weight:600;box-shadow:inset 0 2px 4px #ffffff80}.dock-cta-segment:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0003,inset 0 2px 4px #fffc}@media (width<=768px){.dock-links-container{display:none}}.hero-section{background-color:var(--bg-dark);align-items:center;min-height:100vh;padding-top:8rem;display:flex;position:relative;overflow:hidden}.hero-glow-1{background:radial-gradient(circle,#0f1955 0%,#0000 65%);width:550px;height:550px;animation-duration:25s;top:15%;right:15%}.hero-glow-2{background:radial-gradient(circle,#0a236ef2 0%,#0000 65%);width:600px;height:600px;animation-duration:30s;top:40%;left:10%}.hero-glow-3{background:radial-gradient(circle,#050f3c 0%,#0000 65%);width:500px;height:500px;animation-duration:20s;bottom:10%;right:25%}.hero-glow-4{background:radial-gradient(circle,#0f1446f2 0%,#0000 65%);width:450px;height:450px;animation-duration:35s;top:10%;left:35%}.hero-glow-5{background:radial-gradient(circle,#141e5a 0%,#0000 65%);width:480px;height:480px;animation-duration:28s;top:50%;right:10%}.hero-background-layer{z-index:0;pointer-events:none;opacity:1;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content-wrapper{justify-content:flex-start;align-items:center;width:100%;display:flex}.hero-content{z-index:2;flex:1;max-width:80%;position:relative}.hero-title{letter-spacing:-2px;color:var(--text-light);margin-bottom:2.5rem;font-size:clamp(3.5rem,8vw,7.2rem);line-height:1.1}.hero-title .text-gradient{-webkit-text-fill-color:transparent;letter-spacing:-1px;background:#fff;-webkit-background-clip:text;background-clip:text;font-weight:700}.hero-subtitle{color:#9ca3af;max-width:600px;margin-bottom:4.5rem;font-size:1.1rem;line-height:1.6}.hero-btn{color:#fff;letter-spacing:.5px;cursor:pointer;text-transform:none;z-index:1;background:0 0;border:1px solid #fff6;border-radius:100px;justify-content:center;align-items:center;gap:1.5rem;width:auto;padding:1.2rem 3rem;font-size:1.15rem;font-weight:500;transition:all .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.hero-btn:before{content:"";z-index:-1;transform-origin:100%;background:#fff;border-radius:100px;width:100%;height:100%;transition:transform .6s cubic-bezier(.19,1,.22,1);position:absolute;top:0;left:0;transform:scaleX(0)}.hero-btn:hover:before{transform-origin:0;transform:scaleX(1)}.hero-btn .btn-text{margin-top:1px;transition:color .4s,transform .5s cubic-bezier(.19,1,.22,1)}.hero-btn .btn-arrow{transition:color .4s,transform .6s cubic-bezier(.19,1,.22,1)}.hero-btn:hover{color:#000;border-color:#fff;transform:translateY(-2px);box-shadow:0 15px 35px #ffffff26}.hero-btn:hover .btn-text{transform:translate(-4px)}.hero-btn:hover .btn-arrow{transform:translate(5px)}.hero-phone-icon{color:#fff;opacity:.8;cursor:pointer;transition:opacity .3s;position:absolute;bottom:3rem;right:4rem}.hero-phone-icon:hover{opacity:1}@media (width<=1024px){.hero-content-wrapper{flex-direction:column-reverse}.hero-content{max-width:100%;margin-top:2rem}}@media (width<=768px){.hero-section{padding-top:6rem}.hero-title{margin-bottom:1.5rem;font-size:2.8rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-btn{padding:1rem 2rem;font-size:1rem}}.hero-mask-line{padding-bottom:.5rem;display:block;overflow:hidden}.hero-subtitle-wrapper{margin-top:1rem}.hero-btn-wrapper{margin-top:2rem}.hero-mask-inner{opacity:0;filter:blur(12px);will-change:transform, opacity, filter;transform-origin:0 100%;animation:1.6s cubic-bezier(.16,1,.3,1) forwards heroCinematicText;display:block;transform:translateY(140%)rotate(2deg)}.hero-anim-1{animation-delay:2.1s}.hero-anim-2{animation-delay:2.25s}.hero-anim-3{animation-delay:2.4s}.hero-anim-4{animation-delay:2.55s}@keyframes heroCinematicText{0%{opacity:0;filter:blur(12px);transform:translateY(140%)rotate(2deg)}to{opacity:1;filter:blur();transform:translateY(0)rotate(0)}}.about-section{background-color:var(--bg-light);color:var(--text-dark);position:relative;overflow:hidden}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-title{letter-spacing:-2px;margin-bottom:2rem;font-size:clamp(3rem,5vw,4.5rem);line-height:1.1}.about-text{color:var(--text-muted-dark);max-width:90%;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.8}.about-quote{border-left:2px solid var(--text-dark);align-items:center;gap:1.5rem;margin-top:3rem;padding-left:2rem;display:flex}.quote-avatar{object-fit:cover;border-radius:50%;width:60px;height:60px}.quote-text{color:var(--text-dark);max-width:80%;font-size:1.1rem;font-style:italic;line-height:1.5}.quote-author{color:var(--text-muted-dark);margin-top:.5rem;font-size:.9rem;font-style:normal;font-weight:600;display:block}.about-text strong{color:var(--text-dark);font-weight:500}.about-image-wrapper{align-items:center;width:100%;height:100%;min-height:500px;display:flex;position:relative}.about-image{object-fit:cover;z-index:2;border-radius:20px;width:100%;height:100%;position:relative;box-shadow:0 30px 60px #00000026}.about-shapes{z-index:1;width:140%;height:120%;position:absolute;top:-10%;left:-20%}.shape-circle{border:1px solid #0000000d;border-radius:50%;position:absolute}.circle-1{width:400px;height:400px;top:0;left:0}.circle-2{width:600px;height:600px;top:300px;left:-50px}.circle-3{width:500px;height:500px;bottom:0;left:100px}@media (width<=992px){.about-grid{grid-template-columns:1fr}.about-image-wrapper{height:500px}}.logo-ticker-section{z-index:10;background:#09090b;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;padding:4rem 0 3.5rem;position:relative;overflow:hidden}.ticker-eyebrow-container{justify-content:center;align-items:center;gap:1.5rem;max-width:800px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;display:flex}.ticker-line{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);flex:1;height:1px}.ticker-eyebrow{text-align:center;letter-spacing:3px;color:#71717a;text-transform:uppercase;font-size:.75rem;font-weight:700}.ticker-wrapper{width:100%;display:flex;position:relative;overflow:hidden}.ticker-fade{z-index:2;pointer-events:none;width:25vw;position:absolute;top:0;bottom:0}.ticker-fade-left{background:linear-gradient(90deg,#09090b 0%,#09090bb3 40%,#0000 100%);left:0}.ticker-fade-right{background:linear-gradient(270deg,#09090b 0%,#09090bb3 40%,#0000 100%);right:0}@keyframes marqueePhysics{0%{transform:translate(0)}to{transform:translate(-25%)}}.ticker-track{white-space:nowrap;transform-style:preserve-3d;will-change:transform;align-items:center;animation:45s linear infinite marqueePhysics;display:flex}.ticker-track:hover{animation-play-state:paused}.ticker-item{cursor:default;align-items:center;padding:0 4rem;display:flex}.ticker-company{opacity:.35;filter:grayscale();align-items:center;gap:.85rem;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex}.ticker-company:hover{opacity:1;filter:grayscale(0%);transform:scale(1.05)}.company-icon{color:#fff;justify-content:center;align-items:center;display:flex}.ticker-dot{background-color:#3f3f46;border-radius:50%;width:5px;height:5px;margin-right:4rem}.ticker-logo-text{font-family:var(--font-primary);letter-spacing:-.8px;color:#fff;text-transform:uppercase;margin-top:2px;font-size:1.6rem;font-weight:800}@media (width<=992px){.ticker-item{padding:0 3rem}.ticker-dot{margin-right:3rem}}@media (width<=768px){.ticker-item{padding:0 2rem}.ticker-dot{margin-right:2rem}.ticker-logo-text{font-size:1.3rem}.company-icon svg{width:20px;height:20px}.ticker-eyebrow-container{width:90%}.ticker-fade{width:15vw}}.capabilities-section{background-color:var(--bg-dark);padding-top:10rem;position:relative;overflow:hidden}.capabilities-glow-1{background:radial-gradient(circle,#2563eb4d 0%,#0000 60%);width:1000px;height:1000px;animation-duration:16s;top:-10%;left:-10%}.capabilities-glow-2{background:radial-gradient(circle,#3b82f640 0%,#0000 60%);width:800px;height:800px;animation-duration:13s;bottom:-15%;right:-5%}.capabilities-header{justify-content:flex-end;align-items:center;gap:2rem;margin-bottom:6rem;display:flex}.capabilities-subtitle{text-align:right;color:var(--text-muted);font-size:1.1rem;line-height:1.6}.capabilities-line{background:#fff3;flex-grow:1;max-width:400px;height:1px}.capabilities-title{text-align:center;letter-spacing:-1px;margin-bottom:5rem;font-size:4.5rem}.capabilities-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.cap-card{background-color:var(--bg-dark-elem);will-change:transform, box-shadow;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:3rem 2rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.cap-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:50%;height:100%;transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-150%;transform:skew(-20deg)}.cap-card:hover:before{transition:all .8s cubic-bezier(.16,1,.3,1);left:150%}.cap-card:hover{background-color:#ffffff0a;border-color:#ffffff4d;transform:translateY(-8px)scale(1.03);box-shadow:0 20px 40px #00000080,0 0 20px #4955ff1a}.cap-card:hover .cap-icon-wrapper{background:var(--text-light);color:var(--text-dark);transform:translateY(-5px)rotate(5deg)scale(1.1);box-shadow:0 10px 20px #fff3}.cap-icon-wrapper{z-index:2;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.cap-card-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;line-height:1.3}.cap-card-desc{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.cap-link{color:var(--text-light);letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.cap-link:hover{gap:.8rem}@media (width<=1200px){.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width<=768px){.capabilities-section{padding-top:5rem}.capabilities-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:3rem}.capabilities-title{text-align:left;margin-bottom:2rem;font-size:2.8rem}.capabilities-line{display:none}.capabilities-subtitle{text-align:left}.capabilities-grid{grid-template-columns:1fr}}.hww-bento-section{background-color:var(--bg-dark);z-index:10;padding:10rem 0;position:relative;overflow:hidden}.hww-bento-section:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#5b58f512 0%,#0000 60%);width:80vw;height:80vh;animation:8s ease-in-out infinite alternate breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes breathe{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.hww-bento-header{z-index:5;margin-bottom:6rem;position:relative}.gradient-tracking-text{letter-spacing:4px;background:linear-gradient(135deg,#a5b4fc 0%,#5b58f5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.massive-bento-title{letter-spacing:-3px;color:#fff;font-size:clamp(3.5rem,5vw,6rem);font-weight:200;line-height:1}.bento-grid{z-index:1;gap:1.5rem;width:100%;height:550px;display:flex;position:relative}.bento-card{-webkit-backdrop-filter:blur(24px);cursor:pointer;background:#0f0f1459;border:1px solid #ffffff0d;border-top-color:#ffffff1a;border-radius:40px;flex-direction:column;flex:1;justify-content:flex-end;min-height:auto;padding:3rem 2.5rem;transition:flex .6s cubic-bezier(.19,1,.22,1),background .6s,border-color .6s,transform .6s,filter .5s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.bento-grid:hover .bento-card{filter:grayscale(80%)brightness(.6)}.bento-card:before{content:"";opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#5b58f566 0%,#0000 60%);border-radius:50%;width:450px;height:450px;transition:opacity .6s,transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:-50%;right:-50%}.bento-grid .bento-card:hover:before{opacity:1;transform:translate(-10%,15%)}.bento-grid .bento-card:hover{filter:grayscale(0%)brightness();background:#0f0f16cc;border-color:#5b58f580;flex:3;transform:translateY(-10px)scale(1.02);box-shadow:0 40px 80px #0009,inset 0 0 50px #5b58f51a}.bento-content{z-index:2;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.bento-header-flex{justify-content:space-between;align-items:flex-start;margin-bottom:auto;display:flex}.bento-wireframe-number{color:#0000;-webkit-text-stroke:1px #ffffff0d;letter-spacing:-4px;z-index:0;font-size:11rem;font-weight:800;line-height:.8;transition:all .6s;position:absolute;top:-1rem;right:-1.5rem}.bento-card:hover .bento-wireframe-number{-webkit-text-stroke:1.5px #fff3;transform:translate(15px)}.bento-icon-container{color:#5b58f5;background:#5b58f51a;border:1px solid #5b58f540;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex}.bento-card:hover .bento-icon-container{color:#fff;background:#5b58f5;transform:rotate(-15deg)scale(1.15);box-shadow:0 0 40px #5b58f580}.bento-text-data{margin-top:auto}.bento-title{color:#fff;letter-spacing:-.5px;white-space:nowrap;margin-bottom:0;font-size:1.8rem;font-weight:400;transition:transform .5s}.bento-card:hover .bento-title{white-space:normal;font-size:2.2rem;transform:translate(5px)}.bento-desc-wrapper{opacity:0;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .6s cubic-bezier(.19,1,.22,1);display:grid}.bento-card:hover .bento-desc-wrapper{opacity:1;grid-template-rows:1fr;margin-top:1.5rem}.bento-desc{color:#ffffff80;max-width:450px;font-size:1.15rem;line-height:1.7;transition:color .5s;overflow:hidden}.bento-card:hover .bento-desc{color:#fffc}@media (width<=1024px){.bento-grid{flex-direction:column;gap:2rem;height:auto}.bento-card{min-height:300px;padding:2.5rem}.bento-desc-wrapper{opacity:1;grid-template-rows:1fr;margin-top:1.5rem}.bento-title{white-space:normal}.bento-wireframe-number{font-size:6rem}}.hydro-splash-node{opacity:0;pointer-events:none;z-index:1;background:0 0;border:2px solid #82a0ff66;border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.bento-card:hover .ripple-1{animation:1s cubic-bezier(.16,1,.3,1) forwards waterSplash}.bento-card:hover .ripple-2{border-width:4px;border-color:#5b58f54d;animation:1.3s cubic-bezier(.16,1,.3,1) .1s forwards waterSplash}.bento-card:hover .ripple-3{background:radial-gradient(circle,#82a0ff26 0%,#0000 60%);border:none;animation:1.6s cubic-bezier(.16,1,.3,1) .2s forwards waterSplash}@keyframes waterSplash{0%{opacity:0;transform:translate(-50%,-50%)scale(.1)}20%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(8)}}.cta-section{background-color:var(--bg-light);color:var(--text-dark);text-align:center;padding-bottom:2rem;position:relative}.cta-content{border-bottom:1px solid #0000000d;flex-direction:column;align-items:center;padding:6rem 0;display:flex}.cta-ready{color:var(--text-muted-dark);margin-bottom:1.5rem;font-size:1rem}.cta-dot{background-color:#e0e0e0;border-radius:50%;width:12px;height:12px;margin-bottom:2rem}.cta-title{letter-spacing:-3px;margin-bottom:4rem;font-size:clamp(3.5rem,7vw,6rem);line-height:1.1}.cta-title .text-muted{color:#a0a0a0}.cta-btn{cursor:pointer;background:#fff;border:none;border-radius:100px;align-items:center;gap:2rem;padding:.5rem .5rem .5rem 2rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 15px 40px #0000000f,0 5px 15px #00000005}.cta-btn:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 25px 50px #00000014,0 10px 20px #00000008}.cta-btn-text{letter-spacing:1.5px;color:#000;margin-top:2px;font-size:.75rem;font-weight:700;transition:transform .5s cubic-bezier(.19,1,.22,1)}.cta-btn-icon{color:#5b58f5;background:#000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .5s cubic-bezier(.19,1,.22,1);display:flex;position:relative;overflow:hidden}.cta-btn-arrow{transition:transform .4s cubic-bezier(.19,1,.22,1);position:absolute}.cta-btn-arrow-clone{transform:translate(-150%)}.cta-btn:hover .cta-btn-text{transform:translate(-4px)}.cta-btn:hover .cta-btn-icon{transform:scale(1.05)translate(3px)}.cta-btn:hover .cta-btn-arrow-main{transform:translate(150%)}.cta-btn:hover .cta-btn-arrow-clone{transform:translate(0%)}.blog-teaser{justify-content:space-between;align-items:center;margin-top:2rem;padding:4rem 10%;display:flex}.blog-title{font-family:var(--font-primary);letter-spacing:-1.5px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.blog-link{align-items:center;gap:1rem;display:flex}.blog-link-text{letter-spacing:1px;font-size:.8rem;font-weight:600}.blog-link-icon-wrapper{width:32px;height:32px;color:var(--text-dark);background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (width<=768px){.cta-title{margin-bottom:2rem;font-size:2.8rem}.cta-content{padding:4rem 0}.blog-teaser{flex-direction:column;align-items:flex-start;gap:2rem;padding:3rem 5%}.blog-title{font-size:2rem}}.faq-teaser-section{background-color:var(--bg-light);color:var(--text-dark);padding:8rem 0}.faq-teaser-grid{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.faq-teaser-left{position:sticky;top:150px}.faq-teaser-title{letter-spacing:-1.5px;color:#000;margin-bottom:1.5rem;font-size:clamp(3rem,4.5vw,4rem);font-weight:300;line-height:1.1}.faq-teaser-subtitle{color:#6b7280;font-size:1.25rem;font-weight:400;line-height:1.5}.faq-teaser-right{flex-direction:column;display:flex}.faq-view-all-wrapper{justify-content:flex-end;margin-bottom:2rem;display:flex}.faq-view-all-link{color:#000;align-items:center;gap:1rem;font-size:1.1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-flex}.faq-view-all-icon{color:#000;background-color:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex}.faq-view-all-link:hover .faq-view-all-icon{color:#fff;background-color:#000;transform:translate(4px)}.faq-cards-stack{flex-direction:column;gap:1.25rem;display:flex}.faq-teaser-card{cursor:pointer;background-color:#fff;border-radius:16px;flex-direction:column;padding:1.8rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex;box-shadow:0 10px 40px #0000000a,0 2px 10px #00000003}.faq-teaser-card:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 20px 40px #00000014,0 5px 15px #00000008}.faq-card-header{justify-content:space-between;align-items:center;width:100%;display:flex}.faq-card-text{color:#000;font-size:1.25rem;font-weight:400;transition:color .3s}.faq-card-arrow{color:#9ca3af;transition:all .4s cubic-bezier(.19,1,.22,1)}.faq-teaser-card:hover .faq-card-text{color:#3b82f6}.faq-teaser-card:hover .faq-card-arrow{color:#3b82f6;transform:translate(4px)}.faq-teaser-card.active .faq-card-arrow{color:#000;transform:rotate(90deg)}.faq-teaser-card.active .faq-card-text{color:#000;font-weight:500}.faq-card-answer-wrapper{grid-template-rows:0fr;width:100%;transition:grid-template-rows .4s cubic-bezier(.19,1,.22,1);display:grid}.faq-teaser-card.active .faq-card-answer-wrapper{grid-template-rows:1fr}.faq-card-answer{overflow:hidden}.faq-card-answer p{color:#6b7280;margin:0;padding-top:1.2rem;font-size:1.1rem;line-height:1.6}@media (width<=1024px){.faq-teaser-grid{grid-template-columns:1fr;gap:3rem}.faq-view-all-wrapper{justify-content:flex-start;margin-bottom:2rem}}@media (width<=768px){.faq-teaser-title{font-size:2.5rem}.faq-teaser-card{padding:1.5rem 2rem}.faq-card-text{font-size:1.1rem}}.consult-page-wrapper{background-color:var(--bg-light);min-height:100vh;color:var(--text-dark);padding-top:10rem;padding-bottom:6rem;position:relative;overflow:hidden}@keyframes float-slow{0%{transform:translate(0)}to{transform:translate(3%,5%)}}.consult-page-header{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative}.breadcrumb{letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.breadcrumb .separator{color:#fff3}.consult-main-title{letter-spacing:-2px;color:#000;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);line-height:1.1}.consult-main-subtitle{color:#555;font-size:1.1rem;line-height:1.6}.consult-layout-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}@media (width<=992px){.consult-layout-grid{grid-template-columns:1fr}}@media (width<=768px){.consult-page-wrapper{padding-top:7rem;padding-bottom:4rem}.consult-main-title{font-size:2.8rem}}.consult-form-card,.info-card{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#fff;border:1px solid #0000000d;border-radius:12px;padding:3rem;-webkit-transform:translateZ(0);box-shadow:0 10px 30px #0000000d}@media (width<=768px){.consult-form-card,.info-card{padding:1.5rem}}.consult-tabs{background:#f3f4f6;border:1px solid #00000008;border-radius:8px;margin-bottom:2.5rem;padding:.25rem;display:flex}.consult-tab{font-family:var(--font-primary);color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.consult-tab.active{color:#fff;background:#465a9e;box-shadow:0 2px 5px #0000001a}.tab-icon{opacity:.8}.consult-form-header h2{letter-spacing:-.5px;color:#111827;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.consult-form-header p{color:#6b7280;margin-bottom:2.5rem;font-size:.95rem;line-height:1.5}.input-field{flex-direction:column;gap:.4rem;margin-bottom:1.5rem;display:flex}.input-field label{color:#374151;font-size:.85rem;font-weight:700}.input-field input,.input-field select,.input-field textarea{width:100%;font-family:var(--font-primary);color:#111827;appearance:none;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;font-size:.95rem;transition:all .2s}.input-field input::placeholder,.input-field textarea::placeholder{color:#9ca3af;letter-spacing:1px;font-size:.75rem;font-weight:600}.input-field input:focus,.input-field select:focus,.input-field textarea:focus{border-color:#465a9e;outline:none;box-shadow:0 0 0 3px #465a9e1a}.select-wrapper{position:relative}.select-wrapper:after{content:"▼";pointer-events:none;color:#4b5563;font-size:.7rem;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.input-field select{appearance:none;cursor:pointer}.consult-submit-full{color:#fff;cursor:pointer;background:#465a9e;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:2rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.consult-submit-full:hover{transform:translateY(-1px);box-shadow:0 5px 15px #465a9e4d}.info-card h3{letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.info-desc{color:#52525b;margin-bottom:2.5rem;font-size:1rem}.info-blocks{flex-direction:column;gap:1.2rem;margin-bottom:3rem;display:flex}.info-block{background:#fff;border:1px solid #0000000a;border-radius:16px;align-items:flex-start;gap:1.2rem;padding:1.5rem;display:flex;box-shadow:0 2px 10px #00000005}.block-icon{color:#fff;background:#5b58f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 15px #5b58f533}.block-content h4{color:#09090b;letter-spacing:.5px;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.block-content p{color:#52525b;font-size:.95rem;line-height:1.6}.map-container-live{border:1px solid #0000000d;border-radius:16px;width:100%;height:250px;margin-bottom:3rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.business-hours h3{letter-spacing:-.5px;color:#09090b;margin-bottom:1.5rem;font-size:1.2rem}.business-hours ul{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.business-hours li{color:#52525b;border-bottom:1px solid #0000000d;justify-content:space-between;padding-bottom:1rem;font-size:.95rem;display:flex}.business-hours li:last-child{border-bottom:none;padding-bottom:0}.business-hours li span:last-child{color:#000;font-weight:700}.service-page-wrapper{background-color:var(--bg-dark);min-height:100vh;color:var(--text-light);padding-top:10rem;padding-bottom:6rem;position:relative;overflow:hidden}.service-glow-ambient{z-index:0;pointer-events:none;opacity:.6;width:100vw;height:80vh;animation:10s ease-in-out infinite alternate pulseAmbient;position:absolute;top:0;left:0}@keyframes pulseAmbient{0%{opacity:.5;transform:scale(1)translateY(0)}to{opacity:.8;transform:scale(1.1)translateY(-5%)}}.service-breadcrumb{letter-spacing:3px;color:var(--text-muted);z-index:2;align-items:center;gap:.8rem;margin-bottom:4rem;font-size:.75rem;font-weight:700;display:flex;position:relative}.service-breadcrumb a{color:var(--text-muted);transition:color .3s}.service-breadcrumb a:hover{color:#fff}.service-breadcrumb .separator{color:#fff3}.service-breadcrumb .current{color:#fff}.service-hero{z-index:2;max-width:900px;margin-bottom:6rem;position:relative}.service-hero-icon-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f1466;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:2rem;display:flex}.service-massive-title{letter-spacing:-3px;margin-bottom:1.5rem;font-size:clamp(3.5rem,6vw,6rem);font-weight:200;line-height:1.1}.service-hero-desc{color:var(--text-muted);max-width:800px;font-size:1.4rem;line-height:1.6}.service-features-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:8rem;display:grid;position:relative}.feature-bento-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#19191e66;border:1px solid #ffffff0d;border-radius:24px;padding:3rem 2.5rem;transition:all .4s}.feature-bento-card:hover{background:#19191e99;border-color:#ffffff26;transform:translateY(-5px)}.feat-icon{border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:2rem;display:flex}.feature-bento-card h3{letter-spacing:-.5px;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature-bento-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.service-process-section{z-index:2;background:#0a0a0f80;border:1px solid #ffffff0d;border-radius:24px;margin-bottom:8rem;padding:4rem;position:relative}.process-header{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.process-header h2{letter-spacing:-1px;white-space:nowrap;font-size:2.2rem;font-weight:300}.process-line{opacity:.5;flex-grow:1;height:2px}.process-list{flex-direction:column;gap:1.5rem;display:flex}.process-step{border-bottom:1px solid #ffffff0d;align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.process-step:last-child{border-bottom:none;padding-bottom:0}.step-text{color:#e2e8f0;font-size:1.2rem;font-weight:500}.service-cta-wrapper{z-index:2;position:relative}.service-cta-card{text-align:center;background:linear-gradient(#18181b 0%,#09090b 100%);border:1px solid #ffffff1a;border-radius:30px;padding:5rem;box-shadow:0 30px 60px #00000080}.service-cta-card h2{letter-spacing:-1px;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.service-cta-card p{color:var(--text-muted);margin-bottom:3rem;font-size:1.2rem}.service-cta-btn{color:#fff;border-radius:100px;align-items:center;gap:1rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex}.service-cta-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 20px #0000004d}@media (width<=1024px){.service-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.service-page-wrapper{padding-top:7rem}.service-hero-desc{font-size:1.1rem}.service-features-grid{grid-template-columns:1fr}.service-process-section{padding:2.5rem}.process-header{flex-direction:column;align-items:flex-start;gap:1rem}.process-line{width:100%}.service-cta-card{padding:3rem 1.5rem}.service-cta-card h2{font-size:2.2rem}}.apple-tier-bluesky{background-color:#000!important}.apple-tier-bluesky .service-glow-ambient{opacity:.8;mix-blend-mode:screen;background:radial-gradient(at 50% -10%,#9664ff66 0%,#5b58f51a 40%,#0000 80%)!important}.apple-tier-bluesky .service-massive-title{letter-spacing:-4px;background:linear-gradient(#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(4rem,10vw,8rem);font-weight:600;transform:translateY(-10px)}.apple-tier-bluesky .service-hero-desc{letter-spacing:-.5px;color:#a1a1aa;max-width:900px;font-size:1.6rem;font-weight:400}.apple-tier-bluesky .service-hero-icon-container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:30px;width:100px;height:100px;transform:translateY(-20px);box-shadow:inset 0 0 20px #ffffff0d,0 20px 40px #00000080!important}.apple-tier-bluesky .feature-bento-card{background:#0a0a0ccc;border:1px solid #ffffff08;border-radius:32px;padding:4rem 3rem;box-shadow:inset 0 1px 1px #ffffff0d}.apple-tier-bluesky .feature-bento-card:hover{background:#141419e6;border-color:#9664ff4d;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #000c,inset 0 1px 1px #ffffff1a}.pure-white-bluesky-clone{color:#000;background-color:#fff;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:8rem 1rem 6rem;font-family:inherit;display:flex}.pw-nav-header{justify-content:flex-start;width:100%;max-width:1000px;margin-bottom:4rem;display:flex}.pw-back-link{color:#000;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;transition:opacity .3s;display:flex}.pw-back-link svg{transform:rotate(180deg)}.pw-back-link:hover{opacity:.5}.pw-hero-section{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin-bottom:8rem;display:flex}.pw-pill{border:1px solid #7c3aed;border-radius:9999px;margin-bottom:3rem;padding:.5rem 1.5rem;display:inline-block}.pw-pill span{color:#7c3aed;letter-spacing:1.5px;text-transform:uppercase;font-size:.85rem;font-weight:600}.pw-massive-title{letter-spacing:-2px;color:#000;text-align:center;margin-bottom:3rem;font-size:clamp(3.5rem,8vw,7rem);font-weight:500;line-height:1}.pw-hero-desc{color:#1a1a1a;max-width:650px;margin-bottom:4rem;font-size:1.25rem;line-height:1.7}.pw-learn-more{color:#000;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding-bottom:.2rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}.pw-learn-more:hover{opacity:.6}.pw-waitlist-section{flex-direction:column;width:100%;max-width:600px;margin-bottom:4rem;display:flex}.pw-waitlist-header{margin-bottom:3rem}.pw-kicker{letter-spacing:2px;color:#000;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;display:block}.pw-waitlist-title{letter-spacing:-1.5px;color:#000;margin-bottom:1.5rem;font-size:4rem;font-weight:400;line-height:1}.pw-waitlist-subtitle{color:#1a1a1a;font-size:1.15rem;line-height:1.6}.pw-form{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.pw-form-section-title{color:#000;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.pw-form-row{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.pw-input-group{flex-direction:column;gap:.8rem;display:flex}.pw-input-group label{color:#000;letter-spacing:1px;font-size:.8rem;font-weight:600}.pw-input-group input{color:#000;background:0 0;border:none;border-bottom:1px solid #e5e7eb;outline:none;padding:.5rem 0;font-size:1.1rem;transition:border-color .3s}.pw-input-group input::placeholder{color:#9ca3af;font-weight:400}.pw-input-group input:focus{border-bottom-color:#000}.pw-submit-wrapper{justify-content:center;align-items:center;margin-top:2rem;display:flex}.pw-submit-btn{color:#000;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.1rem;font-weight:600;transition:opacity .3s}.pw-submit-btn:hover{opacity:.6}.pw-footer-contact{flex-direction:column;gap:2.5rem;margin-top:2rem;display:flex}.pw-contact-item{align-items:center;gap:1.5rem;display:flex}.pw-c-icon{color:#7c3aed;justify-content:center;align-items:center;display:flex}.pw-c-text{flex-direction:column;gap:.3rem;display:flex}.pw-c-label{letter-spacing:.5px;color:#000;font-size:.75rem;font-weight:500}.pw-c-value{color:#1a1a1a;font-size:.95rem;text-decoration:none;transition:color .3s}.pw-hover-link:hover{color:#7c3aed}@media (width<=768px){.pw-hero-section{margin-bottom:5rem}.pw-massive-title{font-size:3.5rem}.pw-waitlist-title{font-size:3rem}.pw-form-row{grid-template-columns:1fr;gap:1.5rem}}.preloader-wrapper{z-index:99999;background-color:#050508;justify-content:center;align-items:center;width:100vw;height:100vh;transition:transform 1s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0}.preloader-wrapper.slide-up{opacity:0;pointer-events:none}.preloader-content{z-index:2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.preloader-logo{font-family:var(--font-primary);letter-spacing:-2px;color:#fff;z-index:10;opacity:0;filter:blur(15px);align-items:center;font-size:4rem;font-weight:800;animation:1.5s cubic-bezier(.16,1,.3,1) .2s forwards preloader-logo-reveal;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-origin{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-right:2px}.logo-x.fw-light{opacity:.9;font-weight:300}.preloader-grid{z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.particle-container{pointer-events:none;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.particle{opacity:0;transform-origin:50%;background:#a5b4fc;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;box-shadow:0 0 10px #5b58f5}.particle:nth-child(2n){animation:2s cubic-bezier(.16,1,.3,1) .2s infinite particle-burst-even}.particle:nth-child(odd){animation:2s cubic-bezier(.16,1,.3,1) .4s infinite particle-burst-odd}.particle:nth-child(3n){animation:2s cubic-bezier(.16,1,.3,1) .1s infinite particle-burst-far}.particle:nth-child(4n){animation:2s cubic-bezier(.16,1,.3,1) .5s infinite particle-burst-close}.particle:nth-child(5n){animation:2s cubic-bezier(.16,1,.3,1) .3s infinite particle-burst-medium}@keyframes particle-burst-even{0%{opacity:0;transform:scale(0)translate(0)rotate(20deg)}20%{opacity:1}to{opacity:0;transform:scale(3)translate(150px,-150px)rotate(400deg)}}@keyframes particle-burst-odd{0%{opacity:0;transform:scale(0)translate(0)rotate(80deg)}20%{opacity:1}to{opacity:0;transform:scale(4)translate(-200px,100px)rotate(-100deg)}}@keyframes particle-burst-far{0%{opacity:0;transform:scale(0)translate(0)rotate(140deg)}20%{opacity:1}to{opacity:0;transform:scale(2)translate(180px,200px)rotate(300deg)}}@keyframes particle-burst-close{0%{opacity:0;transform:scale(0)translate(0)rotate(210deg)}20%{opacity:1}to{opacity:0;transform:scale(1.5)translate(-100px,-180px)rotate(-200deg)}}@keyframes particle-burst-medium{0%{opacity:0;transform:scale(0)translate(0)rotate(300deg)}20%{opacity:1}to{opacity:0;transform:scale(2.5)translate(-250px,-50px)rotate(150deg)}}@keyframes preloader-logo-reveal{0%{opacity:0;filter:blur(15px);transform:translate(-50%,-50%)scale(.6)}to{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1)}}@media (width<=768px){.preloader-logo{font-size:2.5rem}}
