@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;800&display=swap";:root{--font-family:"Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{color:#fff;min-width:320px;min-height:100vh;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a1128;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");margin:0}*{box-sizing:border-box}#root{text-align:left;width:100%;margin:0;padding:0}.background-anim{z-index:-1;perspective:1600px;background:radial-gradient(circle,#0000 0%,#0a1128d9 100%);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.cubes-wrapper{width:100%;transform-style:preserve-3d;grid-template-columns:repeat(32,10px);justify-content:center;gap:0;display:grid}.flat-square{width:10px;height:10px;transform-style:preserve-3d}.hex-square{width:10px;height:10px;transform-style:preserve-3d;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,0 100,25 100,75 50,100 0,75 0,25'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,0 100,25 100,75 50,100 0,75 0,25'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background:#fffffff2;border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;display:flex;position:fixed;top:0;box-shadow:0 4px 20px #00000026}.nav-brand{letter-spacing:2px;background:linear-gradient(90deg,#005cff,#2a5bd5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:#334155;cursor:pointer;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#0f172a}.nav-btn{color:#fff;cursor:pointer;background:#008cff;border:none;border-radius:30px;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.nav-btn:hover{background:#0076d6;box-shadow:0 0 15px #008cff66}.hero{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative}.hero h1{text-shadow:0 10px 30px #000000e6;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:5.5rem;font-weight:800;line-height:1.1}.hero p{color:#94a3b8;max-width:750px;margin-bottom:3rem;font-size:1.4rem;line-height:1.6}.hero-buttons{gap:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(90deg,#00d2ff,#3a7bd5);border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00d2ff4d}.btn-secondary{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fff3;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#ffffff1a}.section{z-index:10;background:linear-gradient(#0000,#0a1128 15%,#0a1128);padding:8rem 4rem;position:relative}.section-title{text-align:center;margin-bottom:4rem;font-family:Outfit,sans-serif;font-size:3rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.service-card{text-align:left;-webkit-backdrop-filter:blur(20px);background:#10183c99;border:1px solid #ffffff0d;border-radius:20px;padding:3rem 2rem;transition:transform .3s,border-color .3s}.service-card:hover{border-color:#00d2ff66;transform:translateY(-10px)}.service-icon{background:linear-gradient(135deg,#00d2ff,#3a7bd5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;display:inline-block}.service-card h3{margin-bottom:1rem;font-size:1.6rem}.service-card p{color:#94a3b8;line-height:1.6}.footer{text-align:center;color:#94a3b8;z-index:10;background:#050a18;border-top:1px solid #ffffff0d;padding:3rem;position:relative}
