: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-links{gap:.8rem}.nav-link{white-space:nowrap;font-size:1.8rem}.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 #34c75933}70%{box-shadow:0 0 0 8px #34c75900}to{box-shadow:0 0 #34c75900}}.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 - 3rem);right:0}}@media (width<=768px){.floating-contact-wrapper{bottom:2rem;right:1rem}.fab-button{width:50px;height:50px}.fab-button svg{width:20px;height:20px}}.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}.dock-brand-segment{padding:0 .8rem}.dock-cta-segment{padding:0 .8rem;font-size:.85rem}.dock-logo-mark,.dock-logo-text{font-size:.95rem}}.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:650px;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:550px;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,#5b58f559 0%,#0000 60%);border-radius:50%;width:450px;height:450px;transition:opacity .6s,transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:-20%;left:-20%}.bento-grid .bento-card:hover:before{opacity:1;transform:translate(10%,10%)}.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 #ffffff26;transform:scale(1.05)}.bento-icon-container{color:#5b58f5;z-index:2;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;position:relative}.bento-card:hover .bento-icon-container{color:#fff;background:#5b58f5;transform: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{z-index:50;justify-content:flex-start;width:100%;max-width:1000px;margin-bottom:4rem;display:flex;position:relative}.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 #0071e3;border-radius:9999px;margin-bottom:3rem;padding:.5rem 1.5rem;display:inline-block}.pw-pill span{color:#0071e3;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:#0071e3}.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:#0071e3;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:#0071e3}@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}}.dp-premium-wrapper{color:#111;z-index:10;background-color:#fafafa;flex-direction:column;width:100%;min-height:100vh;padding:10rem 0 6rem;font-family:inherit;display:flex;position:relative;overflow:hidden}.dp-ambient-core{z-index:0;pointer-events:none;background:radial-gradient(circle,#6464ff0d 0%,#0000 60%);width:1200px;height:1200px;position:absolute;top:-10%;left:-10%}.dp-nav-header{z-index:50;width:100%;max-width:1500px;margin:0 auto 6rem;padding:0 5%;position:relative}.dp-back-link{color:#00000080;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.8rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.dp-back-link svg{transform:rotate(180deg)}.dp-back-link:hover{color:#111}.dp-hero-section{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;max-width:1500px;margin:0 auto 8rem;padding:0 5%;display:grid;position:relative}.dp-tech-kicker{letter-spacing:2px;color:#6464ff;text-transform:uppercase;background:#6464ff0d;border:1px solid #6464ff26;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.dp-pulse-dot{background-color:#6464ff;border-radius:50%;width:8px;height:8px;animation:2s infinite alternate pulseDotDp}@keyframes pulseDotDp{0%{opacity:.4;box-shadow:0 0 5px #6464ff}to{opacity:1;box-shadow:0 0 15px #6464ff}}.dp-massive-title{letter-spacing:-2px;color:#111;margin-bottom:2rem;font-size:clamp(3rem,5vw,6.5rem);font-weight:300;line-height:1.1}.dp-hero-desc{color:#0009;max-width:500px;font-size:1.25rem;line-height:1.7}.dp-hero-tags{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.dp-pill-tag{color:#0009;letter-spacing:.5px;background:#00000008;border:1px solid #00000014;border-radius:100px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.dp-pill-tag:hover{color:#111;background:#6464ff1a;border-color:#6464ff4d}.dp-glass-reveal{perspective:1000px;animation:8s ease-in-out infinite floatDp}@keyframes floatDp{0%{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}50%{transform:translateY(-15px)rotateX(-2deg)rotateY(2deg)}to{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}}.dp-glass-canvas{-webkit-backdrop-filter:blur(40px);background:#ffffffd9;border:1px solid #00000014;border-top-color:#ffffffe6;border-radius:20px;flex-direction:column;height:480px;transition:transform .8s cubic-bezier(.16,1,.3,1),box-shadow .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(10deg)scale(.95);box-shadow:0 40px 80px #0000000d,0 0 100px #6464ff1a}.dp-glass-canvas:hover{border-color:#6464ff4d;transform:rotateY(0)rotateX(0)scale(1.05)translateY(-10px);box-shadow:0 50px 100px #0000001a,0 0 150px #6464ff33}.dp-canvas-header{background:#fafaffe6;border-bottom:1px solid #0000000d;align-items:center;padding:1rem 1.5rem;display:flex}.dp-mac-dots{gap:8px;margin-right:auto;display:flex}.dp-mac-dots span{border-radius:50%;width:12px;height:12px}.dp-mac-dots .red{background:#ff5f56}.dp-mac-dots .yellow{background:#ffbd2e}.dp-mac-dots .green{background:#27c93f}.dp-canvas-title{color:#0009;text-align:center;flex-grow:1;padding-right:40px;font-family:monospace;font-size:.85rem}.dp-canvas-body{flex-grow:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.dp-canvas-layer{width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute}.dp-glass-canvas:hover .dp-bottom-layer{opacity:.5;transform:translateZ(-50px)scale(.95)}.dp-glass-canvas:hover .dp-middle-layer{transform:translateZ(50px)scale(1.02)}.dp-glass-canvas:hover .dp-top-layer{transform:translateZ(100px)translateY(-15px)scale(1.08)}.dp-webhook-connection{background:linear-gradient(90deg,#0000,#6464ff4d);width:50%;height:2px;position:absolute;top:50%;left:-20%;transform:translateY(-50%)}.dp-webhook-connection.right{background:linear-gradient(270deg,#0000,#6464ff4d);left:auto;right:-20%}.dp-revenue-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border:1px solid #0000000f;border-radius:20px;flex-direction:column;width:320px;padding:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 15px 35px #0000000d}.dp-rev-label{text-transform:uppercase;letter-spacing:2px;color:#0006;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.dp-rev-value{color:#27c93f;text-shadow:0 5px 15px #27c93f33;margin-bottom:1.5rem;font-size:2.8rem;font-weight:700}.dp-rev-graph{justify-content:space-between;align-items:flex-end;gap:8px;height:80px;display:flex}.dp-graph-bar{transform-origin:bottom;background:#e2e8f0;border-radius:6px 6px 0 0;flex-grow:1;min-width:15px;transition:all .4s;transform:scaleY(0)}.dp-revenue-card:hover .dp-graph-bar{background:#6464ff4d}.dp-graph-bar.b1{height:30%;animation:1s cubic-bezier(.16,1,.3,1) .2s forwards dpBarIn}.dp-graph-bar.b2{height:50%;animation:1s cubic-bezier(.16,1,.3,1) .3s forwards dpBarIn}.dp-graph-bar.b3{height:40%;animation:1s cubic-bezier(.16,1,.3,1) .4s forwards dpBarIn}.dp-graph-bar.b4{height:70%;animation:1s cubic-bezier(.16,1,.3,1) .5s forwards dpBarIn}.dp-graph-bar.b5{height:85%;animation:1s cubic-bezier(.16,1,.3,1) .6s forwards dpBarIn}.dp-graph-bar.b6{background:#6464ff;height:100%;animation:1s cubic-bezier(.16,1,.3,1) .7s forwards dpBarIn;box-shadow:0 5px 15px #6464ff66}@keyframes dpBarIn{to{transform:scaleY(1)}}.dp-status-pill{color:#111;background:#fff;border:1px solid #0000000f;border-radius:100px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:20%;right:15%;box-shadow:0 10px 25px #0000000d}.dp-status-dot{background:#27c93f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #27c93f}.dp-matrix-section{z-index:2;max-width:1500px;margin:0 auto 8rem;padding:0 5%;position:relative}.dp-section-heading{letter-spacing:3px;color:#0006;margin-bottom:3rem;font-size:.85rem;font-weight:600}.dp-bento-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.dp-bento-item{background:#fafafa;border:1px solid #0000000f;border-radius:24px;padding:3rem;transition:all .4s;position:relative;overflow:hidden}.dp-bento-item:hover{background:#fff;border-color:#6464ff4d;transform:translateY(-5px);box-shadow:0 15px 40px #0000000d}.dp-bento-item.tall{grid-area:span 2/span 1}.dp-bento-item.wide{grid-area:span 1/span 2}.dp-bento-item.dark{background:#111;grid-area:span 1/span 2}.dp-bento-item.dark h3{color:#fff}.dp-bento-item.dark p{color:#fff9}.dp-bento-item.gradient-accent:before{content:"";pointer-events:none;background:radial-gradient(circle,#6464ff0d 0%,#0000 70%);width:300px;height:300px;position:absolute;bottom:0;right:0}.dp-bento-icon{color:#6464ff;background:#6464ff14;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.dp-bento-item h3{color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.dp-bento-item p{color:#0009;font-size:1.05rem;line-height:1.6}.dp-node-visualization{align-items:center;gap:10px;margin-top:3rem;display:flex}.dp-node{background:#0000001a;border-radius:50%;width:12px;height:12px}.dp-node.active{background:#6464ff}.dp-node.pulse{background:#6464ff;box-shadow:0 0 15px #6464ff80}.dp-line{background:#0000000d;flex-grow:1;height:2px}.dp-footer-cta{z-index:2;max-width:1500px;margin:0 auto;padding:0 5%;position:relative}.dp-cta-panel{text-align:center;background:linear-gradient(135deg,#6464ff0d 0%,#fff 100%);border:1px solid #0000000d;border-radius:30px;padding:5rem;box-shadow:0 20px 60px #00000008}.dp-cta-panel h2{color:#111;margin-bottom:1.5rem;font-size:3rem;font-weight:600}.dp-cta-panel p{color:#0009;margin-bottom:3rem;font-size:1.2rem}.dp-action-btn{color:#fff;background:#111;border-radius:100px;align-items:center;gap:1rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.dp-action-btn:hover{transform:scale(1.05);box-shadow:0 10px 25px #0003}@media (width<=1024px){.dp-hero-section{text-align:center;grid-template-columns:1fr}.dp-bento-grid{grid-template-columns:1fr}.dp-bento-item.tall,.dp-bento-item.wide,.dp-bento-item.standard,.dp-bento-item.dark{grid-area:span 1/span 1}.dp-revenue-card{width:80%}}@media (width<=768px){.dp-massive-title{font-size:3rem}.dp-cta-panel{padding:3rem 1.5rem}.dp-revenue-card{width:90%}}@media (width>=1920px){.dp-nav-header{max-width:2200px}.dp-hero-section{gap:12rem;max-width:2200px;padding-top:8rem}.dp-matrix-section{max-width:2200px;margin-bottom:12rem}.dp-footer-cta{max-width:2200px;padding:4rem 5%}.dp-massive-title{margin-bottom:4rem;font-size:clamp(7rem,9vw,11rem)}.dp-hero-desc{max-width:900px;font-size:1.8rem;line-height:1.8}.dp-tech-kicker{border-radius:200px;padding:1rem 2rem;font-size:1.1rem}.dp-pill-tag{border-radius:200px;padding:.8rem 2rem;font-size:1.2rem}.dp-glass-canvas{border-radius:40px;height:650px;transform:rotateY(-15deg)rotateX(10deg)}.dp-glass-canvas:hover{transform:rotateY(0)rotateX(0)translateY(-20px)}.dp-canvas-header{padding:1.5rem 2rem}.dp-canvas-title{font-size:1.25rem}.dp-mac-dots span{width:16px;height:16px}.dp-revenue-card{border-radius:30px;width:450px;padding:3rem;box-shadow:0 25px 50px #0000000d}.dp-rev-label{margin-bottom:1rem;font-size:1.2rem}.dp-rev-value{margin-bottom:2rem;font-size:4.5rem}.dp-rev-graph{height:140px}.dp-status-pill{padding:1.2rem 2.5rem;font-size:1.2rem}.dp-bento-grid{gap:3.5rem}.dp-bento-item{border-radius:40px;padding:6rem}.dp-bento-item h3{margin-bottom:2rem;font-size:2.8rem}.dp-bento-item p{font-size:1.5rem;line-height:1.8}.dp-bento-icon{border-radius:24px;width:100px;height:100px;margin-bottom:3rem}.dp-cta-panel{border-radius:60px;padding:10rem 6rem}.dp-cta-panel h2{margin-bottom:2rem;font-size:6rem}.dp-cta-panel p{margin-bottom:5rem;font-size:2rem}.dp-action-btn{border-radius:200px;padding:2rem 5rem;font-size:1.6rem}}.ux-premium-wrapper{color:#111;z-index:10;background-color:#fafafa;flex-direction:column;width:100%;min-height:100vh;padding:10rem 0 6rem;font-family:inherit;display:flex;position:relative;overflow:hidden}.ux-ambient-core{z-index:0;pointer-events:none;background:radial-gradient(circle,#5b58f526 0%,#0000 60%);width:1200px;height:1200px;position:absolute;top:-10%;right:20%}.ux-nav-header{z-index:50;width:100%;max-width:1500px;margin:0 auto 6rem;padding:0 5%;position:relative}.ux-back-link{color:#00000080;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.8rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.ux-back-link svg{transform:rotate(180deg)}.ux-back-link:hover{color:#111}.ux-hero-section{z-index:2;grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;max-width:1500px;margin:0 auto 8rem;padding:0 5%;display:grid;position:relative}.ux-tech-kicker{letter-spacing:2px;color:#5b58f5;text-transform:uppercase;background:#5b58f51a;border:1px solid #5b58f533;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.ux-pulse-dot{background-color:#5b58f5;border-radius:50%;width:8px;height:8px;animation:2s infinite alternate pulseDotUx}@keyframes pulseDotUx{0%{opacity:.4;box-shadow:0 0 5px #5b58f5}to{opacity:1;box-shadow:0 0 15px #5b58f5}}.ux-massive-title{letter-spacing:-2px;color:#111;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:300;line-height:1.1}.ux-hero-desc{color:#0009;max-width:500px;font-size:1.25rem;line-height:1.7}.ux-hero-tags{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.ux-pill-tag{color:#0009;letter-spacing:.5px;background:#00000008;border:1px solid #00000014;border-radius:100px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .3s}.ux-pill-tag:hover{color:#111;background:#5b58f51a;border-color:#5b58f54d}.ux-glass-reveal{perspective:1000px;animation:8s ease-in-out infinite floatUx}@keyframes floatUx{0%{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}50%{transform:translateY(-15px)rotateX(-2deg)rotateY(2deg)}to{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}}.ux-glass-canvas{-webkit-backdrop-filter:blur(40px);background:#ffffffd9;border:1px solid #00000014;border-top-color:#ffffffe6;border-radius:20px;flex-direction:column;height:450px;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(10deg)scale(.95);box-shadow:0 40px 80px #0000000d,0 0 100px #5b58f51a}.ux-glass-canvas:hover{border-color:#5b58f566;transform:rotateY(0)rotateX(0)scale(1.05)translateY(-10px);box-shadow:0 50px 100px #0000001a,0 0 150px #5b58f533}.ux-canvas-header{background:#fafaffe6;border-bottom:1px solid #0000000d;align-items:center;padding:1rem 1.5rem;display:flex}.ux-mac-dots{gap:8px;margin-right:auto;display:flex}.ux-mac-dots span{border-radius:50%;width:12px;height:12px}.ux-mac-dots .red{background:#ff5f56}.ux-mac-dots .yellow{background:#ffbd2e}.ux-mac-dots .green{background:#27c93f}.ux-canvas-title{color:#0009;text-align:center;flex-grow:1;padding-right:40px;font-family:monospace;font-size:.85rem}.ux-canvas-body{flex-grow:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.ux-canvas-layer{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);display:flex;position:absolute}.ux-glass-canvas:hover .bottom-layer{opacity:.5;transform:translateZ(-50px)translateY(20px)scale(.9)}.ux-glass-canvas:hover .middle-layer{transform:translateZ(50px)scale(1.05)}.ux-glass-canvas:hover .top-layer{transform:translateZ(100px)translateY(-20px)scale(1.1)}.ux-wireframe-box{border:1px dashed #0003;border-radius:12px;width:150px;height:150px;margin:10px}.ux-glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000f;border-radius:16px;width:250px;height:160px;position:absolute;left:20%;box-shadow:0 10px 30px #0000001a}.ux-color-swatches{gap:10px;display:flex;position:absolute;top:30%;right:15%}.ux-swatch{border:2px solid #fff;border-radius:8px;width:40px;height:40px;box-shadow:0 5px 15px #0000001a}.ux-typo-inspector{background:#fffffff2;border:1px solid #0000000d;border-radius:8px;align-items:center;gap:15px;padding:10px 15px;display:flex;position:absolute;bottom:25%;left:30%;box-shadow:0 10px 25px #0000000d}.ux-typo-title{color:#111;font-size:1.5rem;font-weight:700}.ux-typo-font{color:#5b58f5;font-family:monospace;font-size:.75rem}.ux-pointer-icon{filter:drop-shadow(0 10px 10px #00000026);position:absolute;top:40%;right:40%}.ux-matrix-section{z-index:2;max-width:1500px;margin:0 auto 8rem;padding:0 5%;position:relative}.ux-section-heading{letter-spacing:3px;color:#0006;margin-bottom:3rem;font-size:.85rem;font-weight:600}.ux-bento-grid{grid-template-rows:auto;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem;display:grid}.ux-bento-item{background:#fff;border:1px solid #0000000f;border-radius:24px;padding:3rem;transition:all .4s;position:relative;overflow:hidden}.ux-bento-item:hover{border-color:#5b58f54d;transform:translateY(-5px);box-shadow:0 15px 40px #0000000d}.ux-bento-item.wide{grid-column:span 2}.ux-bento-item.tall{grid-area:span 2/span 1}.ux-bento-item.standard{grid-column:span 2}.ux-bento-item.gradient-accent:before{content:"";pointer-events:none;background:radial-gradient(circle,#5b58f50d 0%,#0000 70%);width:300px;height:300px;position:absolute;bottom:0;right:0}.ux-bento-icon{color:#5b58f5;background:#5b58f50d;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.ux-bento-item h3{color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.ux-bento-item p{color:#0009;font-size:1.05rem;line-height:1.6}.ux-footer-cta{z-index:2;max-width:1500px;margin:0 auto;padding:0 5%;position:relative}.ux-cta-panel{text-align:center;background:linear-gradient(135deg,#5b58f50d 0%,#fff 100%);border:1px solid #00000014;border-radius:30px;padding:5rem;box-shadow:0 20px 60px #00000008}.ux-cta-panel h2{color:#111;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.ux-cta-panel p{color:#0009;margin-bottom:3rem;font-size:1.2rem}.ux-action-btn{color:#fff;background:#111;border-radius:100px;align-items:center;gap:1rem;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .3s;display:inline-flex}.ux-action-btn:hover{transform:scale(1.05);box-shadow:0 10px 30px #1113}@media (width<=1024px){.ux-hero-section{text-align:center;grid-template-columns:1fr}.ux-tech-kicker,.ux-hero-tags{justify-content:center}.ux-subtext-container{margin:0 auto}.ux-bento-grid{grid-template-columns:1fr}.ux-bento-item.tall,.ux-bento-item.wide,.ux-bento-item.standard{grid-area:span 1/span 1}}@media (width<=768px){.ux-massive-title{font-size:3.5rem}.ux-cta-panel{padding:3rem 1.5rem}.ux-cta-panel h2{font-size:2.2rem}}@media (width>=1920px){.ux-nav-header{max-width:2200px}.ux-hero-section{gap:12rem;max-width:2200px;padding-top:8rem}.ux-matrix-section{max-width:2200px;margin-bottom:12rem}.ux-footer-cta{max-width:2200px;padding:4rem 5%}.ux-massive-title{margin-bottom:4rem;font-size:clamp(7rem,9vw,11rem)}.ux-hero-desc{max-width:900px;font-size:1.8rem;line-height:1.8}.ux-tech-kicker{border-radius:200px;padding:1rem 2rem;font-size:1.1rem}.ux-pill-tag{border-radius:200px;padding:.8rem 2rem;font-size:1.2rem}.ux-glass-canvas{border-radius:40px;height:650px;transform:rotateY(-15deg)rotateX(10deg)}.ux-glass-canvas:hover{transform:rotateY(0)rotateX(0)translateY(-20px)}.ux-canvas-header{padding:1.5rem 2rem}.ux-canvas-title{font-size:1.25rem}.ux-mac-dots span{width:16px;height:16px}.ux-glass-card{border-radius:24px;width:380px;height:240px;box-shadow:0 25px 50px #0000000d}.ux-swatch{border-radius:12px;width:60px;height:60px}.ux-color-swatches{gap:15px;top:25%;right:10%}.ux-typo-inspector{border-radius:12px;gap:25px;padding:15px 25px}.ux-typo-title{font-size:2.2rem}.ux-typo-font{font-size:1.1rem}.ux-wireframe-box{width:220px;height:220px}.ux-bento-grid{gap:3.5rem}.ux-bento-item{border-radius:40px;padding:6rem}.ux-bento-item h3{margin-bottom:2rem;font-size:2.8rem}.ux-bento-item p{font-size:1.5rem;line-height:1.8}.ux-bento-icon{border-radius:24px;width:100px;height:100px;margin-bottom:3rem}.ux-cta-panel{border-radius:60px;padding:10rem 6rem}.ux-cta-panel h2{margin-bottom:2rem;font-size:6rem}.ux-cta-panel p{margin-bottom:5rem;font-size:2rem}.ux-action-btn{border-radius:200px;padding:2rem 5rem;font-size:1.6rem}}.cd-premium-wrapper{color:#111;z-index:10;background-color:#fff;flex-direction:column;width:100%;min-height:100vh;padding:10rem 0 6rem;font-family:inherit;display:flex;position:relative;overflow:hidden}.cd-ambient-core{z-index:0;pointer-events:none;background:radial-gradient(circle,#4955ff0d 0%,#0000 60%);width:1200px;height:1200px;position:absolute;top:-10%;left:20%}.cd-nav-header{z-index:50;width:100%;max-width:1500px;margin:0 auto 6rem;padding:0 5%;position:relative}.cd-back-link{color:#0006;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:.8rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .3s;display:flex}.cd-back-link svg{transform:rotate(180deg)}.cd-back-link:hover{color:#111}.cd-hero-section{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1500px;margin:0 auto 8rem;padding:0 5%;display:grid;position:relative}.cd-tech-kicker{letter-spacing:2px;color:#4955ff;text-transform:uppercase;background:#4955ff0d;border:1px solid #4955ff26;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.cd-pulse-dot{background-color:#4955ff;border-radius:50%;width:8px;height:8px;animation:2s infinite alternate pulseDot}@keyframes pulseDot{0%{opacity:.4;box-shadow:0 0 5px #4955ff}to{opacity:1;box-shadow:0 0 15px #4955ff}}.cd-massive-title{letter-spacing:-2px;color:#111;margin-bottom:2rem;font-size:clamp(3rem,5vw,6.5rem);font-weight:300;line-height:1.1}.cd-hero-desc{color:#0009;max-width:500px;font-size:1.25rem;line-height:1.7}.cd-hero-tags{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.cd-pill-tag{color:#0009;letter-spacing:.5px;background:#00000008;border:1px solid #00000014;border-radius:100px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .3s}.cd-pill-tag:hover{color:#111;background:#0000000f}.cd-glass-reveal{perspective:1000px;animation:8s ease-in-out infinite floatDashboard}@keyframes floatDashboard{0%{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}50%{transform:translateY(-15px)rotateX(-2deg)rotateY(2deg)}to{transform:translateY(0)rotateX(2deg)rotateY(-2deg)}}.cd-glass-ide{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #0000000f;border-radius:20px;transition:all .8s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:rotateY(-15deg)rotateX(5deg)scale(.95);box-shadow:0 30px 60px #0000000f,0 20px 80px #4955ff0d}.cd-glass-ide:after{content:"";pointer-events:none;border-radius:20px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #fff}.cd-glass-ide:hover{border-color:#4955ff4d;transform:rotateY(0)rotateX(0)scale(1.02)translateY(-10px);box-shadow:0 40px 100px #0000001a,0 0 150px #4955ff26}.cd-ide-header{background:#fafafce6;border-bottom:1px solid #0000000d;align-items:center;padding:1rem 1.5rem;display:flex}.cd-mac-dots{gap:8px;margin-right:auto;display:flex}.cd-mac-dots span{border-radius:50%;width:12px;height:12px}.cd-mac-dots .red{background:#ff5f56}.cd-mac-dots .yellow{background:#ffbd2e}.cd-mac-dots .green{background:#27c93f}.cd-ide-title{color:#0006;text-align:center;flex-grow:1;padding-right:40px;font-family:monospace;font-size:.85rem}.cd-dashboard-body{color:#111;flex-direction:column;gap:1.5rem;padding:2rem 2.5rem;display:flex}.cd-dash-metric{cursor:default;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.cd-dash-metric:hover{background:#4955ff08;border-color:#4955ff1a;transform:translate(10px);box-shadow:0 10px 20px #00000005}.cd-dash-label{color:#00000080;font-size:.9rem;font-weight:600}.cd-dash-value{align-items:center;font-size:1.1rem;font-weight:700;display:flex}.cd-dash-chart{justify-content:space-between;align-items:flex-end;gap:12px;height:80px;margin-top:1rem;padding:0 1rem;display:flex}.cd-bar{transform-origin:bottom;background:#e2e8f0;border-radius:8px 8px 0 0;flex-grow:1;transition:background .3s,box-shadow .3s;transform:scaleY(0);box-shadow:0 5px 15px #0000}.cd-bar:hover{background:#4955ff99;box-shadow:0 10px 20px #4955ff33}.cd-bar.b1{height:35%;animation:1.5s cubic-bezier(.16,1,.3,1) .1s forwards growBar}.cd-bar.b2{height:55%;animation:1.5s cubic-bezier(.16,1,.3,1) .2s forwards growBar}.cd-bar.b3{height:45%;animation:1.5s cubic-bezier(.16,1,.3,1) .3s forwards growBar}.cd-bar.b4{height:85%;animation:1.5s cubic-bezier(.16,1,.3,1) .4s forwards growBar}.cd-bar.b5{background:#4955ff;height:100%;animation:1.5s cubic-bezier(.16,1,.3,1) .5s forwards growBar;box-shadow:0 10px 30px #4955ff4d}@keyframes growBar{to{transform:scaleX(1)}}.cd-matrix-section{z-index:2;max-width:1500px;margin:0 auto 8rem;padding:0 5%;position:relative}.cd-section-heading{letter-spacing:3px;color:#0006;margin-bottom:3rem;font-size:.85rem;font-weight:600}.cd-bento-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.cd-bento-item{background:#fafafa;border:1px solid #0000000f;border-radius:24px;padding:3rem;transition:all .4s;position:relative;overflow:hidden}.cd-bento-item:hover{background:#fff;border-color:#4955ff4d;transform:translateY(-5px);box-shadow:0 15px 40px #0000000d}.cd-bento-item.tall{grid-area:span 2/span 1}.cd-bento-item.wide{grid-area:span 1/span 2}.cd-bento-item.dark{background:#111;grid-area:span 1/span 2}.cd-bento-item.dark h3{color:#fff}.cd-bento-item.dark p{color:#fff9}.cd-bento-icon{color:#4955ff;background:#4955ff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;display:flex}.cd-bento-item h3{color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:400}.cd-bento-item p{color:#0009;font-size:1.05rem;line-height:1.6}.cd-node-visualization{align-items:center;gap:10px;margin-top:3rem;display:flex}.cd-node{background:#0000001a;border-radius:50%;width:12px;height:12px}.cd-node.active{background:#4955ff}.cd-node.pulse{background:#4955ff;box-shadow:0 0 15px #4955ff80}.cd-line{background:#0000000d;flex-grow:1;height:2px}.cd-footer-cta{z-index:2;max-width:1500px;margin:0 auto;padding:0 5%;position:relative}.cd-cta-panel{text-align:center;background:linear-gradient(135deg,#4955ff0d 0%,#f0f0f5cc 100%);border:1px solid #0000000d;border-radius:30px;padding:5rem}.cd-cta-panel h2{color:#111;margin-bottom:1.5rem;font-size:3rem;font-weight:500}.cd-cta-panel p{color:#0009;margin-bottom:3rem;font-size:1.2rem}.cd-action-btn{color:#fff;background:#111;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,box-shadow .3s;display:inline-flex}.cd-action-btn:hover{transform:scale(1.05);box-shadow:0 10px 25px #0003}@media (width<=1024px){.cd-hero-section{text-align:center;grid-template-columns:1fr}.cd-tech-kicker{justify-content:center}.cd-subtext-container{margin:0 auto}.cd-bento-grid{grid-template-columns:1fr}.cd-bento-item.tall,.cd-bento-item.wide,.cd-bento-item.dark{grid-area:span 1/span 1}}@media (width<=768px){.cd-massive-title{font-size:3rem}.cd-cta-panel{padding:3rem 1.5rem}.cd-cta-panel h2{font-size:2.2rem}}@media (width>=1920px){.cd-nav-header{max-width:2200px}.cd-hero-section{gap:12rem;max-width:2200px;padding-top:8rem}.cd-matrix-section{max-width:2200px;margin-bottom:12rem}.cd-footer-cta{max-width:2200px;padding:4rem 5%}.cd-massive-title{margin-bottom:4rem;font-size:clamp(7rem,9vw,11rem)}.cd-hero-desc{max-width:900px;font-size:1.8rem;line-height:1.8}.cd-tech-kicker{border-radius:200px;padding:1rem 2rem;font-size:1.1rem}.cd-pill-tag{border-radius:200px;padding:.8rem 2rem;font-size:1.2rem}.cd-glass-ide{border-radius:40px;height:650px;transform:rotateY(-15deg)rotateX(5deg)}.cd-glass-ide:after{border-radius:40px}.cd-glass-ide:hover{transform:rotateY(0)rotateX(0)translateY(-20px)}.cd-ide-header{padding:1.5rem 2rem}.cd-ide-title{font-size:1.25rem}.cd-mac-dots span{width:16px;height:16px}.cd-dashboard-body{gap:3.5rem;padding:5rem 6rem}.cd-dash-metric{border-radius:20px;padding:2.5rem 3.5rem}.cd-dash-label{font-size:1.6rem}.cd-dash-value{font-size:2.2rem}.cd-dash-chart{height:200px;margin-top:3.5rem}.cd-bento-grid{gap:3.5rem}.cd-bento-item{border-radius:40px;padding:6rem}.cd-bento-item h3{margin-bottom:2rem;font-size:2.8rem}.cd-bento-item p{font-size:1.5rem;line-height:1.8}.cd-bento-icon{border-radius:24px;width:100px;height:100px;margin-bottom:3rem}.cd-cta-panel{border-radius:60px;padding:10rem 6rem}.cd-cta-panel h2{margin-bottom:2rem;font-size:6rem}.cd-cta-panel p{margin-bottom:5rem;font-size:2rem}.cd-action-btn{border-radius:200px;padding:2rem 5rem;font-size:1.6rem}}.faq-page-wrapper{color:#000;min-height:100vh;font-family:var(--font-primary);background-color:#fff;padding-top:10rem;padding-bottom:8rem;position:relative;overflow:hidden}.faq-bg-glow{display:none}.faq-hero{z-index:2;text-align:center;max-width:900px;margin:0 auto 5rem;position:relative}.faq-kicker{letter-spacing:2px;text-transform:uppercase;color:#4b5563;background:#00000005;border:1px solid #0000001a;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;display:inline-block}.faq-title{letter-spacing:-1.5px;color:#000;margin-bottom:1.5rem;font-size:clamp(3rem,6.5vw,5rem);font-weight:300;line-height:1.1}.faq-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.6}.faq-search-container{z-index:5;max-width:600px;margin:0 auto 6rem;position:relative}.faq-search-input-wrapper{align-items:center;display:flex;position:relative}.faq-search-icon{color:#9ca3af;transition:color .3s;position:absolute;left:1.5rem}.faq-search-input{color:#000;width:100%;font-size:1.1rem;font-family:var(--font-primary);background:0 0;border:1px solid #00000026;border-radius:100px;padding:1.5rem 1.5rem 1.5rem 4rem;transition:all .4s cubic-bezier(.19,1,.22,1)}.faq-search-input::placeholder{color:#9ca3af}.faq-search-input:focus{border-color:#000;outline:none;box-shadow:0 4px 15px #0000000d}.faq-search-input:focus+.faq-search-icon{color:#000}.faq-categories{z-index:2;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex;position:relative}.faq-category-btn{color:#4b5563;cursor:pointer;font-size:.95rem;font-weight:500;font-family:var(--font-primary);background:0 0;border:1px solid #0000001a;border-radius:100px;padding:.8rem 1.5rem;transition:all .3s}.faq-category-btn:hover{color:#000;background:#00000008}.faq-category-btn.active{color:#fff;background:#000;border-color:#000;box-shadow:0 10px 20px #0000001a}.faq-list-container{z-index:2;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex;position:relative}.faq-list-container .reveal{opacity:0;transform:translateY(40px)scale(.95);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1)!important}.faq-list-container .reveal.is-visible{opacity:1;transform:translateY(0)scale(1)}.faq-page-card{will-change:transform, box-shadow;background:#fff;border:1px solid #0000000d;border-radius:20px;transition:transform .6s cubic-bezier(.16,1,.3,1),border-color .6s,box-shadow .6s;overflow:hidden;box-shadow:0 4px 10px #00000005}.faq-page-card:hover{border-color:#00000026;transform:translateY(-4px)scale(1.01);box-shadow:0 20px 40px -10px #00000014}.faq-page-card.open{border-color:#0000004d;transform:scale(1.02);box-shadow:0 25px 50px -12px #00000026}.faq-page-header{cursor:pointer;justify-content:space-between;align-items:center;padding:2rem;display:flex}.faq-page-question{color:#000;padding-right:2rem;font-size:1.25rem;font-weight:400;line-height:1.4;transition:color .3s}.faq-page-card.open .faq-page-question{color:#000}.faq-cross-icon{flex-shrink:0;width:24px;height:24px;position:relative}.faq-cross-icon span{background-color:#9ca3af;border-radius:2px;transition:transform .4s cubic-bezier(.19,1,.22,1),background-color .3s;position:absolute}.faq-cross-icon span:first-child{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.faq-cross-icon span:nth-child(2){width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.faq-page-card:hover .faq-cross-icon span{background-color:#000}.faq-page-card.open .faq-cross-icon span:first-child{background-color:#000;transform:translateY(-50%)rotate(180deg)}.faq-page-card.open .faq-cross-icon span:nth-child(2){opacity:0;background-color:#000;transform:translate(-50%)rotate(90deg)}.faq-page-answer-wrapper{grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.19,1,.22,1);display:grid}.faq-page-card.open .faq-page-answer-wrapper{grid-template-rows:1fr}.faq-page-answer-inner{overflow:hidden}.faq-page-answer-text{color:#6b7280;padding:0 2rem 2rem;font-size:1.1rem;font-weight:400;line-height:1.6}.faq-zero-state{text-align:center;color:#4b5563;padding:4rem 2rem;font-size:1.1rem}.faq-final-note{text-align:left;background-color:#fafafa;border:1px solid #00000014;border-radius:12px;align-items:flex-start;gap:1rem;max-width:800px;margin:3rem auto 0;padding:1.5rem 2rem;display:flex}.faq-final-note-icon{color:#000;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:flex}.faq-final-note-content strong{color:#000;text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.faq-final-note-content p{color:#6b7280;margin:0;font-size:.95rem;font-weight:400;line-height:1.6}.faq-support-section{border-top:1px solid #0000001a;max-width:800px;margin:8rem auto 0;padding-top:6rem}.faq-support-header{text-align:center;margin-bottom:3rem}.faq-support-header h2{color:#000;letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:500}.faq-support-header p{color:#4b5563;max-width:500px;margin:0 auto;font-size:1.1rem}.faq-support-form{flex-direction:column;gap:1.5rem;display:flex}.faq-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.faq-input-group{flex-direction:column;gap:.5rem;display:flex}.faq-input-group label{color:#000;letter-spacing:.5px;font-size:.85rem;font-weight:600}.faq-input-group input,.faq-input-group select,.faq-input-group textarea{color:#000;width:100%;font-size:1rem;font-family:var(--font-primary);background:#fff;border:1px solid #0003;border-radius:12px;padding:1rem 1.2rem;transition:all .3s}.faq-input-group input::placeholder,.faq-input-group textarea::placeholder{color:#9ca3af}.faq-input-group input:focus,.faq-input-group select:focus,.faq-input-group textarea:focus{border-color:#000;outline:none;box-shadow:0 4px 15px #0000000d}.faq-submit-wrapper{justify-content:flex-end;margin-top:1rem;display:flex}.faq-submit-btn{color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;background:#000;border:none;border-radius:100px;align-items:center;gap:.8rem;padding:1.2rem 2.5rem;transition:transform .3s,box-shadow .3s;display:flex}.faq-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}@media (width<=768px){.faq-page-wrapper{padding-top:8rem}.faq-title{font-size:3rem}.faq-search-input{padding:1.2rem 1.2rem 1.2rem 3.5rem;font-size:1rem}.faq-page-header{padding:1.5rem}.faq-page-question{font-size:1.1rem}.faq-page-answer-text{padding:0 1.5rem 1.5rem}.faq-support-section{margin-top:5rem;padding-top:4rem}.faq-form-row{grid-template-columns:1fr}.faq-submit-wrapper{justify-content:stretch}.faq-submit-btn{justify-content:center;width:100%}}@keyframes floatOrb{0%{opacity:.5;transform:translateY(0)scale(1)}to{opacity:.8;transform:translateY(-80px)scale(1.2)}}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes slideRight{0%{opacity:1;transform:translate(0)}45%{opacity:0;transform:translate(15px)}55%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@keyframes pulseUpload{0%{background:#fff;border-color:#000;box-shadow:0 0 #4955ff1a}50%{background:#f9fafb;border-color:#4955ff;box-shadow:0 0 0 15px #4955ff00}to{background:#fff;border-color:#000;box-shadow:0 0 #4955ff00}}.careers-page-split{color:#000;min-height:100vh;font-family:var(--font-primary);background:#fafafa;position:relative;overflow-x:hidden}.careers-page-split:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00000008 0%,#0000 60%);border-radius:50%;width:40vw;height:40vw;animation:12s ease-in-out infinite alternate floatOrb;position:absolute;top:-10vw;right:-5vw}.careers-page-split:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#4955ff0a 0%,#0000 60%);border-radius:50%;width:50vw;height:50vw;animation:15s ease-in-out infinite alternate-reverse floatOrb;position:absolute;top:40vh;left:10%}.split-layout{z-index:1;flex-direction:column;display:flex;position:relative}@media (width>=1024px){.split-layout{grid-template-columns:40% 60%;display:grid}}.left-column{padding:10rem 10% 5rem}@media (width>=1024px){.left-column{flex-direction:column;justify-content:center;height:100vh;padding:0 15%;display:flex;position:sticky;top:0}}.left-eyebrow{display:none}.left-title{letter-spacing:-2px;color:#000;margin-bottom:2rem;font-size:clamp(3.5rem,5vw,4.5rem);font-weight:300;line-height:1.1;animation:8s ease-in-out infinite floatY}.left-desc{color:#8b8f98;max-width:400px;font-size:1.25rem;font-weight:400;line-height:1.6}.right-column{padding:5rem 5% 10rem}@media (width>=1024px){.right-column{padding:10rem 10%}}.jobs-container-premium{margin-bottom:6rem}.roles-header-premium{border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding-bottom:1.5rem}.roles-tag{letter-spacing:2px;text-transform:uppercase;color:#9ca3af;font-size:.85rem;font-weight:600}.job-card-premium{cursor:pointer;color:inherit;background:#fff;border-radius:16px;margin-bottom:1.5rem;padding:2.5rem;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:block;position:relative;box-shadow:0 4px 20px #00000005}.job-card-premium:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 50px #00000014}.job-meta-pill-container{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.pill-premium{letter-spacing:.5px;color:#000;background:#fafafa;border-radius:50px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;transition:all .5s cubic-bezier(.16,1,.3,1)}.job-card-premium:hover .pill-premium{background:#fff;transform:scale(1.05);box-shadow:0 4px 15px #0000000f}.job-title-premium{letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.25rem;font-weight:400}.job-desc-premium{color:#6b7280;max-width:550px;margin-bottom:0;font-size:1.05rem;font-weight:300;line-height:1.6}.job-details-grid{border-top:1px solid #eaeaea;flex-direction:column;gap:2rem;margin-top:2rem;margin-bottom:3rem;padding-top:2rem;display:flex}.detail-heading{color:#000;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.detail-list{padding-left:0;list-style-type:none}.detail-list li{color:#6b7280;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;font-weight:300;line-height:1.6;position:relative}.detail-list li:before{content:"•";color:#000;font-weight:700;position:absolute;left:0}.apply-btn-premium{color:#000;background:0 0;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .4s;display:flex}.apply-btn-premium svg{color:#9ca3af;transition:all .4s}.job-card-premium:hover .apply-btn-premium svg{color:#000;animation:1.5s cubic-bezier(.16,1,.3,1) infinite slideRight}.careers-form-premium{margin-top:6rem;position:relative}.form-title-premium{letter-spacing:-1px;color:#000;margin-bottom:3rem;font-size:2.5rem;font-weight:300}.input-group-premium{margin-bottom:1.5rem}.input-premium{color:#000;width:100%;height:70px;font-size:1.1rem;font-family:var(--font-primary);background:#fff;border:none;border-radius:12px;padding:0 1.5rem;font-weight:300;transition:background .4s,box-shadow .4s,transform .4s;box-shadow:0 4px 20px #00000005}.input-premium:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000000a}.input-premium:focus{background:#fff;outline:none;transform:translateY(-4px);box-shadow:0 0 0 1.5px #000}.input-premium::placeholder{color:#9ca3af;font-weight:300}.select-premium{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1.5rem center;background-repeat:no-repeat}.upload-zone-premium{cursor:pointer;background:0 0;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:100px;transition:all .4s;display:flex;position:relative}.upload-zone-premium:hover{animation:2s infinite pulseUpload}.hidden-file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.upload-text-main{color:#6b7280;font-size:1.1rem;font-weight:300}.upload-text-sub{color:#9ca3af;margin-top:.5rem;font-size:.85rem}.submit-pill{color:#fff;cursor:pointer;width:auto;min-width:200px;height:60px;font-size:1rem;font-weight:400;font-family:var(--font-primary);background:#000;border:none;border-radius:30px;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:0 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.submit-pill:hover{background:#111827;transform:translateY(-6px)scale(1.02);box-shadow:0 15px 40px #0003}.submit-pill:hover .submit-icon-wrapper svg{animation:1s cubic-bezier(.16,1,.3,1) infinite slideRight}.submit-icon-wrapper{justify-content:center;align-items:center;display:flex}.success-message-premium{text-align:center;background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:5rem 3rem;animation:.8s cubic-bezier(.16,1,.3,1) floatOrb;display:flex;box-shadow:0 4px 30px #00000008}.success-icon-wrapper{background:#fdfdfd;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:2rem;display:flex;box-shadow:0 10px 30px #00000008}.success-title{color:#000;letter-spacing:-.5px;margin-bottom:1rem;font-size:2.25rem;font-weight:300}.success-desc{color:#6b7280;max-width:450px;font-size:1.1rem;font-weight:300;line-height:1.6}.culture-section-premium{margin-top:8rem;margin-bottom:8rem}.culture-title-premium{letter-spacing:-1px;color:#000;margin-bottom:4rem;font-size:2.5rem;font-weight:300}.culture-grid-premium{grid-template-columns:1fr 1fr;gap:5rem 4rem;display:grid}@media (width<=768px){.culture-grid-premium{grid-template-columns:1fr}}.culture-card-premium{cursor:pointer;border-bottom:1px solid #eaeaea;padding-bottom:2rem;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative}.culture-card-premium:after{content:"";background:#000;width:0;height:2px;transition:width .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-1px;left:0}.culture-card-premium:hover{transform:translateY(-8px)}.culture-card-premium:hover:after{width:100%}.culture-icon-wrapper{color:#000;background:#f9fafb;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.5rem;transition:all .6s cubic-bezier(.34,1.56,.64,1);display:flex}.culture-card-premium:hover .culture-icon-wrapper{color:#fff;background:#000;transform:translateY(-4px)scale(1.15)rotate(15deg);box-shadow:0 15px 30px #00000026}.culture-heading{color:#000;margin-bottom:.75rem;font-size:1.25rem;font-weight:400;transition:color .4s}.culture-desc{color:#9ca3af;font-size:1rem;font-weight:300;line-height:1.6;transition:color .4s}.culture-card-premium:hover .culture-desc{color:#000}.careers-cta-premium{z-index:5;background:#fdfdfd;justify-content:center;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:8rem 5%;display:flex;position:relative;left:50%;right:50%}.careers-cta-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;display:flex}.cta-top-row{justify-content:flex-end;align-items:center;width:100%;margin-bottom:5rem;display:flex}.cta-line{background:linear-gradient(90deg,#0000,#e5e5e5);flex-grow:1;height:1px}.cta-subtitle{color:#6b7280;text-align:right;margin-left:2rem;font-size:.95rem;font-weight:400;line-height:1.6}.cta-main-title{color:#000;letter-spacing:-2.5px;margin-bottom:5rem;font-size:clamp(3rem,6vw,4.5rem);line-height:1.15}.cta-main-title .fw-bold{font-weight:500}.cta-main-title .fw-light{color:#7b8290;font-weight:200}.cta-contact-btn{letter-spacing:2px;color:#000;background:#fff;border-radius:50px;justify-content:space-between;align-items:center;gap:2rem;padding:.5rem .5rem .5rem 2.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 30px #0000000a}.cta-contact-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000000f}.cta-contact-icon{color:#5b58f5;background:#000;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .4s;display:flex}.cta-contact-btn:hover .cta-contact-icon{background:#111827;transform:scale(1.05)}.cta-contact-btn:hover .cta-contact-icon svg{transform:translate(4px)}.bento-wrapper{min-height:100vh;font-family:var(--font-primary);background-color:#f7f7f8;flex-direction:column;align-items:center;padding:10rem 2rem 4rem;display:flex}.bento-hero{text-align:center;margin-bottom:6rem}.bento-eyebrow{text-transform:uppercase;letter-spacing:.2rem;color:#8b8f98;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.bento-headline{letter-spacing:-2px;color:#111;font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:1.5rem;width:100%;max-width:1200px;display:grid}.bento-box{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:32px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.bento-box:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000014}.bento-kaif{grid-area:span 3/span 2}.bento-shehzad{grid-area:span 2/span 2}.bento-custom-1{color:#fff;pointer-events:none;background:#111;grid-area:span 1/span 1}.bento-custom-2{pointer-events:none;background:#fff;grid-area:span 1/span 1}.bento-img-container{width:100%;height:100%;position:absolute;top:0;left:0}.bento-img-container img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform 1s cubic-bezier(.16,1,.3,1)}.bento-box:hover .bento-img-container img{transform:scale(1.05)}.bento-overlay{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0006 40%,#000c 100%);width:100%;padding:2rem;position:absolute;bottom:0;left:0}.bento-name{letter-spacing:-1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.bento-role{text-transform:uppercase;letter-spacing:2px;opacity:.9;font-size:.85rem;font-weight:500}.bento-modal-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:100;background:#ffffffd9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.bento-expanded-card{background:#fff;border-radius:32px;width:100%;max-width:1000px;height:80vh;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000026}.expanded-img-sec{flex:1.2;position:relative}.expanded-img-sec img{object-fit:cover;object-position:top center;width:100%;height:100%}.expanded-info-sec{flex-direction:column;flex:1;justify-content:center;padding:4rem;display:flex}.expanded-close{cursor:pointer;z-index:10;color:#111;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:background .3s;display:flex;position:absolute;top:2rem;right:2rem}.expanded-close:hover{background:#00000026}.expanded-bio{color:#6b7280;margin-top:1.5rem;font-size:1.15rem;font-weight:300;line-height:1.7}.custom-tags{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.custom-tag{color:#374151;text-transform:uppercase;letter-spacing:1px;background:#f3f4f6;border-radius:100px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}@media (width<=1024px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-kaif,.bento-shehzad{grid-area:span 1/span 1;height:60vh}.bento-custom-1,.bento-custom-2{height:30vh}.bento-expanded-card{flex-direction:column;height:90vh;overflow-y:auto}.expanded-img-sec{flex:none;height:40vh}.expanded-info-sec{padding:2rem}}.terms-page-wrapper{min-height:100vh;font-family:var(--font-primary), "Inter", sans-serif;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#fff;padding-top:15rem}.terms-container{max-width:900px;margin:0 auto;padding:0 5% 8rem}.terms-breadcrumbs{text-transform:uppercase;letter-spacing:2px;color:#888;align-items:center;gap:1.5rem;margin-bottom:4rem;font-size:.75rem;display:flex}.terms-breadcrumbs a{color:#111;font-weight:500;text-decoration:none;transition:color .3s}.terms-breadcrumbs a:hover{color:#5b58f5}.terms-hero-title{letter-spacing:-2px;margin-bottom:5rem;font-size:clamp(3.5rem,8vw,5rem);line-height:1.1}.terms-hero-title .fw-bold{color:#111;font-weight:700}.terms-hero-title .fw-light{color:#111;margin:0 .5rem;font-weight:200}.terms-intro{color:#555;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.terms-section{margin-bottom:3.5rem}.terms-section h2{color:#111;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.terms-section p{color:#555;margin-bottom:1rem;font-size:1rem;line-height:1.8}.terms-section ul{margin-bottom:1rem;padding-left:1.5rem;list-style-type:disc}.terms-section li{color:#555;margin-bottom:.5rem;font-size:1rem;line-height:1.8}.terms-contact-link{color:#5b58f5;text-transform:uppercase;letter-spacing:1.5px;margin-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.terms-contact-link:hover{color:#111}@media (width<=768px){.terms-page-wrapper{padding-top:10rem}}.bk-platform-wrapper{color:#1d1d1f;width:100%;min-height:100vh;font-family:var(--font-primary), -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;z-index:100;background-color:#fafafc;position:relative;overflow-x:hidden}.bk-ambient-core{filter:blur(120px);z-index:0;pointer-events:none;background:radial-gradient(circle at 40% 30%,#14142014 0%,#fff0 40%),radial-gradient(circle at 60% 70%,#5b58f50a 0%,#fff0 50%);width:120vw;max-width:1800px;height:120vw;max-height:1800px;animation:14s ease-in-out infinite alternate slowBreathe;position:absolute;top:-10%;left:50%;transform:translate(-50%)}@keyframes slowBreathe{0%{transform:translate(-50%)translateY(0)scale(1)}to{transform:translate(-52%)translateY(2%)scale(1.05)}}.bk-nav{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:2.5rem 6%;display:flex;position:absolute;top:0;left:0}.bk-back-link{color:#86868b;letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:8px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.bk-back-link:hover{color:#1d1d1f}.bk-status-indicator{letter-spacing:1.5px;color:#86868b;align-items:center;gap:10px;font-size:.75rem;font-weight:600;display:flex}.bk-status-dot{background-color:#34c759;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 12px #34c7594d}.bk-status-dot.pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulseGreen}.bk-main-container{z-index:5;flex-direction:column;justify-content:center;width:100%;max-width:1100px;min-height:100vh;margin:0 auto;padding:8rem 5%;display:flex;position:relative}.fade-in-up{animation:1s cubic-bezier(.16,1,.3,1) forwards springUp}.fade-in{animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeInBlur}.stagger-1{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards springUp}.stagger-2{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .35s forwards springUp}.stagger-3{opacity:0;animation:1.2s cubic-bezier(.16,1,.3,1) .6s forwards springUp}.bk-pdf-processing .stagger-1,.bk-pdf-processing .stagger-2,.bk-pdf-processing .stagger-3{opacity:1!important;animation:none!important;transform:none!important}@keyframes springUp{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeInBlur{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur()}}.bk-badge{letter-spacing:1.5px;-webkit-backdrop-filter:blur(20px);color:#424245;background:#ffffffb3;border:1px solid #0000000f;border-radius:200px;align-items:center;gap:8px;margin-bottom:2rem;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.bk-massive-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(4.5rem,8vw,7.5rem);font-weight:600;line-height:1.05}.bk-text-gradient{background:linear-gradient(90deg,#1d1d1f 0%,#4a4a55 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.bk-subtitle{color:#86868b;max-width:700px;margin-bottom:3rem;font-size:clamp(1.2rem,2vw,1.4rem);font-weight:400;line-height:1.5}.bk-primary-btn{color:#fff;cursor:pointer;background-color:#1d1d1f;border:none;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:1.1rem 2.2rem;font-size:1.05rem;font-weight:600;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .3s,box-shadow .3s;display:inline-flex;box-shadow:0 10px 20px #0000001a}.bk-primary-btn:hover{background-color:#333336;transform:scale(1.03);box-shadow:0 15px 30px #00000026}.bk-primary-btn.bk-btn-disabled{opacity:.3;cursor:not-allowed;box-shadow:none;transform:none}.bk-secondary-btn{color:#1d1d1f;cursor:pointer;background-color:#00000008;border:1px solid #00000014;border-radius:100px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.bk-secondary-btn:hover{background-color:#0000000f}.bk-input-stage{width:100%;max-width:850px;margin:0 auto}.bk-glass-panel,.bk-bento-card{background:#fff;border:1px solid #0000000f;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px #00000014,0 4px 12px #00000008}.bk-panel-header{color:#86868b;border-bottom:1px solid #0000000a;align-items:center;gap:12px;padding:18px 30px;font-size:.8rem;display:flex}.bk-mono{letter-spacing:.5px;font-family:SF Mono,JetBrains Mono,monospace}.bk-panel-body{padding:3.5rem}.bk-panel-title{letter-spacing:-.02em;margin-bottom:8px;font-size:2.2rem;font-weight:600}.bk-panel-desc{color:#86868b;margin-bottom:2.5rem;font-size:1.15rem}.bk-textarea{color:#1d1d1f;resize:none;background:#ffffffb3;border:1px solid #0000000f;border-radius:16px;width:100%;height:220px;margin-bottom:2.5rem;padding:1.8rem;font-family:inherit;font-size:1.2rem;line-height:1.5;transition:all .4s;box-shadow:inset 0 2px 6px #00000005}.bk-textarea:focus{background:#ffffffe6;border-color:#5b58f599;outline:none;box-shadow:inset 0 2px 6px #00000005,0 0 0 3px #5b58f526}.bk-textarea::placeholder{color:#a1a1a6}.bk-action-row{border-top:1px solid #0000000a;justify-content:space-between;align-items:center;padding-top:2.5rem;display:flex}.bk-help-text{color:#86868b;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.bk-terminal-stage{justify-content:center;align-items:center;display:flex}.bk-pure-terminal{-webkit-backdrop-filter:blur(80px)saturate(140%);background:#ffffffd9;border:1px solid #0000000f;border-radius:28px;width:100%;max-width:750px;overflow:hidden;box-shadow:0 60px 120px #0000001a,inset 0 1.5px 2px #fff}.bk-term-header{background:#fafafc99;border-bottom:1px solid #0000000a;align-items:center;gap:10px;height:52px;padding:0 24px;display:flex}.bk-mac-dot{border-radius:50%;width:12px;height:12px}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.bk-term-content{color:#1d1d1f;min-height:320px;padding:35px;font-family:SF Mono,JetBrains Mono,monospace;font-size:.95rem;line-height:2}.bk-term-prefix{color:#5b58f5;margin-right:15px;font-weight:600}.bk-term-line{opacity:0;margin-bottom:8px;animation:.15s cubic-bezier(.2,.8,.2,1) forwards typing}.bk-error-line{color:#ff3b30}.bk-cursor-blink{color:#5b58f5;animation:1s step-end infinite blink;display:inline-block;opacity:1!important}@keyframes typing{to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.bk-dashboard-stage{width:100%}.bk-dash-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;padding-bottom:2rem;display:flex}.bk-dash-title{color:#1d1d1f;letter-spacing:-.02em;font-size:2.8rem;font-weight:600}.bk-bento-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:30px;display:grid}.bk-bento-card{padding:3rem}.bk-score-card{text-align:center;flex-direction:column;grid-area:1/1/3/2;justify-content:center;align-items:center;display:flex}.bk-score-radial{width:280px;height:280px;margin-bottom:3.5rem;position:relative}.bk-score-radial svg{filter:drop-shadow(0 4px 15px #5b58f533);width:100%;height:100%;transform:rotate(-90deg)}.bk-score-radial circle{fill:none;stroke-linecap:round}.bk-ring-bg{stroke-width:2px;stroke:#00000008}.bk-ring-track{stroke-width:6px;stroke:#5b58f50d}.bk-ring-progress{stroke-width:6px;stroke-dasharray:283;stroke-dashoffset:283px;animation:2s cubic-bezier(.2,.8,.2,1) .3s forwards fillRing}@keyframes fillRing{to{stroke-dashoffset:45.28px}}.bk-score-value{color:#1d1d1f;letter-spacing:-.04em;font-size:5.5rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bk-score-value span{color:#86868b;font-size:2.2rem;font-weight:500}.bk-score-text h3{color:#1d1d1f;margin-bottom:12px;font-size:1.8rem;font-weight:600}.bk-score-text p{color:#86868b;font-size:1.15rem;line-height:1.5}.bk-metrics-col{flex-direction:column;grid-column:2/3;gap:24px;display:flex}.bk-metric-item{align-items:center;gap:24px;padding:2.2rem;display:flex}.bk-m-icon{color:#1d1d1f;background:#fff;border:1px solid #00000008;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .4s;display:flex;box-shadow:0 8px 24px #0000000a,inset 0 -2px 10px #00000003}.bk-metric-item:hover .bk-m-icon{transform:scale(1.05)translateY(-2px)}.bk-m-info{flex-grow:1}.bk-m-label{color:#86868b;margin-bottom:12px;font-size:1.05rem;font-weight:500;display:block}.bk-m-bar{background:#0000000f;border-radius:100px;width:100%;height:8px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000a}.bk-m-fill{transform-origin:0;border-radius:100px;height:100%;animation:1.2s cubic-bezier(.2,.8,.2,1) .5s forwards growBar;transform:scaleX(0)}.bk-m-value{text-align:right;color:#1d1d1f;width:100px;font-size:1.15rem;font-weight:600}.bk-insights-card{grid-column:2/3}.bk-insights-header{color:#1d1d1f;align-items:center;gap:14px;margin-bottom:2rem;display:flex}.bk-insights-header h3{font-size:1.4rem;font-weight:600}.bk-insight-point{background:#f5f5f7;border:1px solid #00000008;border-radius:20px;align-items:flex-start;gap:18px;margin-bottom:1.5rem;padding:1.8rem;display:flex}.bk-success-text{color:#34c759;flex-shrink:0;margin-top:2px}.bk-warning-text{color:#ff9f0a;flex-shrink:0;margin-top:2px}.bk-insight-point p{color:#424245;margin:0;font-size:1.05rem;line-height:1.6}@media (width>=1920px){.bk-main-container{max-width:1400px}.bk-massive-title{font-size:9rem}.bk-subtitle{max-width:1000px;font-size:1.8rem}.bk-panel-body{padding:5rem}.bk-textarea{height:300px;font-size:1.5rem}.bk-bento-card{padding:4rem}.bk-score-radial{width:350px;height:350px}.bk-score-value{font-size:7rem}.bk-score-text h3{font-size:2.2rem}}@media (width<=1024px){.bk-bento-grid{grid-template-columns:1fr}.bk-score-card{grid-area:1/1/2/2}.bk-metrics-col,.bk-insights-card{grid-column:1/2}}@media (width<=768px){.bk-massive-title{font-size:3.5rem}.bk-platform-wrapper{padding:2rem 0}.bk-panel-body{padding:2.5rem 1.8rem}.bk-textarea{font-size:1rem}.bk-action-row{flex-direction:column;align-items:stretch;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}}
