@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-color: #030014;--bg-surface: #0a0a1a;--bg-surface-2: #111128;--bg-glass: rgba(10, 10, 26, .75);--bg-glass-light: rgba(255, 255, 255, .03);--text-main: #f0f2f5;--text-muted: #8b8fa3;--text-dim: #5a5d70;--primary: #00d4ff;--primary-rgb: 0, 212, 255;--primary-light: #7df3ff;--primary-glow: rgba(0, 212, 255, .35);--primary-dark: #0077b6;--secondary: #ff4d00;--secondary-rgb: 255, 77, 0;--secondary-light: #ff9e6c;--secondary-glow: rgba(255, 77, 0, .35);--accent-purple: #7c3aed;--accent-green: #10b981;--font-heading: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--container-width: 1280px;--nav-height: 80px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-full: 9999px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--transition-fast: .25s var(--ease-out-expo);--transition-medium: .5s var(--ease-out-expo);--transition-slow: .8s var(--ease-out-expo)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.025;pointer-events:none;z-index:10000}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.05;color:var(--text-main);margin-bottom:1rem;letter-spacing:-.03em}h1{font-size:clamp(3rem,6vw,5.5rem);font-weight:800}h2{font-size:clamp(2.25rem,4.5vw,3.5rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600}p{line-height:1.7;color:var(--text-muted);margin-bottom:1rem;font-size:1.0625rem}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.section-padding{padding:4rem 0}@media(min-width:768px){.section-padding{padding:6rem 0}}.text-center{text-align:center}.relative{position:relative}.glass-panel{background:var(--bg-glass);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg)}.text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,var(--primary),#ff9900)}.text-gradient-heat{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(135deg,#ffb347,var(--secondary),#ff2d00)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary),#0099cc);color:#000;font-family:var(--font-heading);font-weight:700;font-size:1rem;border-radius:var(--radius-full);transition:transform .4s var(--ease-out-back),box-shadow .4s var(--ease-out-expo);box-shadow:0 4px 20px rgba(var(--primary-rgb),.3),inset 0 1px #fff3;position:relative;overflow:hidden;cursor:pointer;border:none;text-decoration:none}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 30px rgba(var(--primary-rgb),.5),inset 0 1px #ffffff4d}.btn-primary:hover:before{left:100%}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;color:var(--text-main);font-family:var(--font-heading);font-weight:600;font-size:1rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.15);transition:var(--transition-fast);backdrop-filter:blur(8px);background:#ffffff08;text-decoration:none}.btn-outline:hover{background:#ffffff14;border-color:rgba(var(--primary-rgb),.5);box-shadow:0 0 20px rgba(var(--primary-rgb),.15)}.btn-heat{background:linear-gradient(135deg,var(--secondary),#ff9100);box-shadow:0 4px 20px rgba(var(--secondary-rgb),.3),inset 0 1px #fff3}.btn-heat:hover{box-shadow:0 8px 30px rgba(var(--secondary-rgb),.5),inset 0 1px #ffffff4d}.section-header{max-width:700px;margin:0 auto 5rem;text-align:center}.section-label{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.15);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.reveal{opacity:0;transform:translateY(40px)}.reveal-scale{opacity:0;transform:scale(.92)}.reveal-left{opacity:0;transform:translate(-60px)}.reveal-right{opacity:0;transform:translate(60px)}.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));z-index:10001;transition:none}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:var(--bg-glass);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--primary);z-index:9999;opacity:0;transform:translateY(20px);transition:var(--transition-fast);cursor:pointer}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{background:rgba(var(--primary-rgb),.15);border-color:rgba(var(--primary-rgb),.3);transform:translateY(-3px)}.page-hero{padding-top:calc(var(--nav-height) + 3rem);padding-bottom:2rem;position:relative;overflow:hidden}.page-hero-glow{position:absolute;top:-30%;left:20%;width:60vw;height:60vw;border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.page-hero-glow.blue{background:radial-gradient(circle,rgba(var(--primary-rgb),.2),transparent 70%)}.page-hero-glow.orange{background:radial-gradient(circle,rgba(var(--secondary-rgb),.2),transparent 70%)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.w-full{width:100%}::selection{background:rgba(var(--primary-rgb),.3);color:var(--text-main)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.header[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);z-index:1000;display:flex;align-items:center;transition:background .5s var(--ease-out-expo),height .5s var(--ease-out-expo),box-shadow .5s}.header[data-astro-cid-5blmo7yk].scrolled{background:#030014d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.04);height:64px;box-shadow:0 8px 32px #0006}.nav-container[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;height:100%}.logo[data-astro-cid-5blmo7yk]{display:flex;flex-direction:row;align-items:center;gap:.75rem;z-index:1001}.logo-icon[data-astro-cid-5blmo7yk]{width:32px;height:32px}.logo-text[data-astro-cid-5blmo7yk]{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main)}.desktop-nav[data-astro-cid-5blmo7yk]{display:none;align-items:center;gap:1rem}.nav-list[data-astro-cid-5blmo7yk]{display:flex;gap:.25rem}.nav-link[data-astro-cid-5blmo7yk]{font-size:.95rem;font-weight:500;color:var(--text-muted);transition:color .3s;position:relative;padding:.6rem 1rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:0}.nav-link-dot[data-astro-cid-5blmo7yk]{display:block;width:0;height:4px;border-radius:2px;background:var(--primary);position:absolute;bottom:2px;left:50%;transform:translate(-50%);transition:width .3s var(--ease-out-expo)}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--text-main)}.nav-link[data-astro-cid-5blmo7yk]:hover .nav-link-dot[data-astro-cid-5blmo7yk],.nav-link[data-astro-cid-5blmo7yk].active .nav-link-dot[data-astro-cid-5blmo7yk]{width:20px}.nav-link[data-astro-cid-5blmo7yk].active{color:var(--text-main)}.nav-cta[data-astro-cid-5blmo7yk]{padding:.7rem 1.4rem;font-size:.9rem}.hamburger[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;gap:6px;z-index:1001;border-radius:var(--radius-sm);transition:background .3s}.hamburger[data-astro-cid-5blmo7yk]:hover{background:#ffffff0d}.hamburger[data-astro-cid-5blmo7yk] .bar[data-astro-cid-5blmo7yk]{width:24px;height:2px;background-color:var(--text-main);border-radius:2px;transition:transform .4s var(--ease-out-expo),opacity .3s,width .3s var(--ease-out-expo)}.hamburger[data-astro-cid-5blmo7yk] .bar[data-astro-cid-5blmo7yk]:nth-child(2){width:16px}.hamburger[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(2){opacity:0;width:0}.hamburger[data-astro-cid-5blmo7yk].active .bar[data-astro-cid-5blmo7yk]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu[data-astro-cid-5blmo7yk]{position:fixed;inset:0;z-index:999;pointer-events:none;visibility:hidden}.mobile-menu[data-astro-cid-5blmo7yk].active{pointer-events:all;visibility:visible}.mobile-menu-bg[data-astro-cid-5blmo7yk]{position:absolute;inset:0;background:#030014f2;backdrop-filter:blur(30px);opacity:0;transition:opacity .5s}.mobile-menu[data-astro-cid-5blmo7yk].active .mobile-menu-bg[data-astro-cid-5blmo7yk]{opacity:1}.mobile-nav-inner[data-astro-cid-5blmo7yk]{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding:2rem}.mobile-nav-list[data-astro-cid-5blmo7yk]{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item[data-astro-cid-5blmo7yk]{opacity:0;transform:translate(-30px)}.mobile-nav-link[data-astro-cid-5blmo7yk]{font-family:var(--font-heading);font-size:clamp(2rem,6vw,3rem);font-weight:700;color:var(--text-muted);transition:color .3s,padding-left .3s var(--ease-out-expo);display:block;padding:.5rem 0;letter-spacing:-.02em}.mobile-nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--primary);padding-left:1rem}.mobile-cta[data-astro-cid-5blmo7yk]{opacity:0;transform:translateY(20px)}.mobile-contact-info[data-astro-cid-5blmo7yk]{margin-top:3rem;display:flex;flex-direction:column;gap:.5rem;opacity:0}.mobile-contact-info[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--text-dim);font-size:.9rem;transition:color .3s}.mobile-contact-info[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--primary)}.w-full[data-astro-cid-5blmo7yk]{width:100%}.mt-4[data-astro-cid-5blmo7yk]{margin-top:2rem}@media(min-width:992px){.desktop-nav[data-astro-cid-5blmo7yk]{display:flex}.hamburger[data-astro-cid-5blmo7yk],.mobile-menu[data-astro-cid-5blmo7yk]{display:none}}.footer-wave[data-astro-cid-sz7xmlte]{margin-top:-1px}.footer-wave[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{display:block;width:100%;height:80px}.footer[data-astro-cid-sz7xmlte]{background-color:var(--bg-surface);padding:4rem 0 2rem;margin-top:0}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:640px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.8fr 1fr 1fr 1.2fr}}.footer-logo[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main);display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img[data-astro-cid-sz7xmlte]{width:32px;height:32px}.footer-desc[data-astro-cid-sz7xmlte]{font-size:.95rem;color:var(--text-dim);line-height:1.6;margin-bottom:1.5rem}.social-icons[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem}.social-icon[data-astro-cid-sz7xmlte]{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s var(--ease-out-expo)}.social-icon[data-astro-cid-sz7xmlte]:hover{background:rgba(var(--primary-rgb),.15);border-color:rgba(var(--primary-rgb),.3);color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--primary-rgb),.2)}.footer-heading[data-astro-cid-sz7xmlte]{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-main);letter-spacing:0}.footer-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.85rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:var(--text-dim);font-size:.95rem;transition:color .3s,padding-left .3s var(--ease-out-expo)}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--primary);padding-left:.5rem}.contact-links[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.75rem;color:var(--text-dim);font-size:.95rem}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--text-dim);font-size:.85rem}.preloader[data-astro-cid-whrugjgn]{position:fixed;inset:0;background:var(--bg-color);z-index:99999;display:flex;align-items:center;justify-content:center;pointer-events:none}.preloader-inner[data-astro-cid-whrugjgn]{text-align:center}.preloader-logo[data-astro-cid-whrugjgn]{font-family:var(--font-heading);font-size:3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:2rem;opacity:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem}.preloader-icon[data-astro-cid-whrugjgn]{width:64px;height:64px}.preloader-text-cold[data-astro-cid-whrugjgn]{background:linear-gradient(135deg,var(--primary-light),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.preloader-text-pro[data-astro-cid-whrugjgn]{color:var(--text-main)}.preloader-bar[data-astro-cid-whrugjgn]{width:200px;height:3px;background:#ffffff14;border-radius:3px;overflow:hidden;margin:0 auto;opacity:0}.preloader-bar-fill[data-astro-cid-whrugjgn]{width:0%;height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:3px}.cursor-dot[data-astro-cid-ofxtmv4x],.cursor-ring[data-astro-cid-ofxtmv4x]{display:none;position:fixed;top:0;left:0;pointer-events:none;z-index:99998;border-radius:50%;mix-blend-mode:difference}@media(pointer:fine){.cursor-dot[data-astro-cid-ofxtmv4x],.cursor-ring[data-astro-cid-ofxtmv4x]{display:block}[data-astro-cid-ofxtmv4x]{cursor:none!important}}.cursor-dot[data-astro-cid-ofxtmv4x]{width:8px;height:8px;background:#fff;transform:translate(-50%,-50%)}.cursor-ring[data-astro-cid-ofxtmv4x]{width:40px;height:40px;border:1.5px solid rgba(255,255,255,.5);transform:translate(-50%,-50%);transition:width .3s var(--ease-out-expo),height .3s var(--ease-out-expo),border-color .3s}.cursor-ring[data-astro-cid-ofxtmv4x].hover{width:70px;height:70px;border-color:var(--primary)}.particle-canvas[data-astro-cid-ysqzlhfs]{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.5}
