@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Poppins:wght@700;800;900&family=Inter:wght@300;400;500;600;700;800&display=swap";body{background:#080810}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#8b5cf6;--primary-dark:#7c3aed;--secondary:#a855f7;--accent:#c084fc;--accent-light:#e879f9;--dark:#1a0a2e;--darker:#0f0518;--light:#f5f3ff;--gray:#c4b5fd;--gradient-1:linear-gradient(135deg, #8b5cf6 0%, #a855f7 50%, #c084fc 100%);--gradient-2:linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);--gradient-3:linear-gradient(135deg, #ec4899 0%, #8b5cf6 50%, #06b6d4 100%)}html{scroll-behavior:smooth}.animate-on-scroll{opacity:1;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(0)}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.animate-on-scroll:nth-child(2){transition-delay:.1s}.animate-on-scroll:nth-child(3){transition-delay:.2s}.animate-on-scroll:nth-child(4){transition-delay:.3s}.animate-on-scroll:nth-child(5){transition-delay:.4s}body{background:var(--darker);color:var(--light);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.app{min-height:100vh;position:relative}.space-bg{pointer-events:none;z-index:0;background:0 0;width:100%;height:100%;position:fixed;top:0;left:0}.gradient-orb{filter:blur(120px);pointer-events:none;border-radius:50%;display:none;position:absolute}.gradient-orb-1{background:radial-gradient(circle,#3b07644d 0%,#0000 70%);width:800px;height:800px;top:-300px;left:-300px}.gradient-orb-2{background:radial-gradient(circle,#3b076440 0%,#0000 70%);width:600px;height:600px;bottom:-200px;right:-200px}.gradient-orb-3{background:radial-gradient(circle,#4c1d9533 0%,#0000 70%);width:500px;height:500px;display:none;top:30%;left:50%}.gradient-orb-4{background:radial-gradient(circle,#3b076440 0%,#0000 70%);width:400px;height:400px;display:none;top:50%;left:10%}.navbar{z-index:1000;background:#311048cc;border-bottom:1px solid #8b5cf633;justify-content:space-between;align-items:center;padding:.8rem 5%;transition:transform .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:.5rem;display:flex}.logo-img{width:auto;height:40px}.nav-logo-effects{pointer-events:none;width:80px;height:40px;position:absolute;top:50%;left:-20px;transform:translateY(-50%)}.nav-particle{background:#8b5cf6cc;border-radius:50%;width:4px;height:4px;animation:3s ease-in-out infinite navParticleFloat;position:absolute}.nav-particle.np1{animation-delay:0s;top:20%;left:10%}.nav-particle.np2{background:#d946efcc;animation-delay:1s;top:60%;left:40%}.nav-particle.np3{animation-delay:2s;top:40%;left:70%}.nav-star{background:#fff;border-radius:50%;width:3px;height:3px;animation:2s ease-in-out infinite navStarTwinkle;position:absolute;box-shadow:0 0 4px #fffc}.nav-star.ns1{animation-delay:.5s;top:10%;left:30%}.nav-star.ns2{animation-delay:1.5s;top:70%;left:60%}@keyframes navParticleFloat{0%,to{opacity:.6;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-5px)scale(1.3)}}@keyframes navStarTwinkle{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.logo-text{letter-spacing:3px;background:linear-gradient(135deg,#fff 0%,#c084fc 50%,#e879f9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.logo-dot{color:#c084fc;text-shadow:0 0 10px #c084fccc;font-size:12px;animation:4s linear infinite rotateSymbol}@keyframes rotateSymbol{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:#fffc;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#fff;text-shadow:0 0 20px #a855f780}.nav-link:after{content:"";background:linear-gradient(90deg,#8b5cf6,#ec4899);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-tagline{background:linear-gradient(90deg,#c084fc,#f5f3ff,#e9d5ff,#c084fc,#f5f3ff) 0 0/200% 100%;-webkit-text-fill-color:transparent;letter-spacing:.5px;white-space:nowrap;-webkit-background-clip:text;background-clip:text;margin-left:20px;font-size:.85rem;font-weight:600;animation:3s linear infinite textGradient}@keyframes textGradient{0%{background-position:0%}to{background-position:200%}}.nav-cta{background:#8b5cf6;border:3px solid #c084fc;border-radius:50px;padding:.4rem 1.5rem;font-weight:600;transition:all .3s;animation:3s linear infinite borderColor;position:relative;transform:translateY(-3px);color:#fff!important}@keyframes borderColor{0%{border-color:#c084fc;box-shadow:0 0 10px #c084fc66}25%{border-color:#a855f7;box-shadow:0 0 15px #a855f780}50%{border-color:#e9d5ff;box-shadow:0 0 20px #e9d5ff99}75%{border-color:#a855f7;box-shadow:0 0 15px #a855f780}to{border-color:#c084fc;box-shadow:0 0 10px #c084fc66}}.nav-cta:hover{transform:translateY(-3px)}@keyframes gradientRotate{0%{background-position:0%}to{background-position:200%}}.hero{justify-content:space-between;align-items:flex-start;gap:4rem;min-height:100vh;padding:20px 5% 0;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;flex:1;max-width:650px;padding-top:0;position:relative}.hero-image-right{z-index:5;width:520px;height:auto;animation:5s ease-in-out infinite floatImage;position:absolute;top:45%;right:3%;transform:translateY(-50%)}.hero-image-right img,.header-img{object-fit:contain;z-index:5;width:100%;height:auto;position:relative}@keyframes floatImage{0%,to{transform:translateY(-50%)translateY(0)}50%{transform:translateY(-50%)translateY(-10px)}}.hero-badge{color:#e9d5ff;background:#8b5cf626;border:1px solid #a855f766;border-radius:50px;align-items:center;gap:.5rem;margin-top:15px;margin-bottom:1.5rem;padding:.6rem 1.25rem;font-size:.85rem;animation:.8s fadeInUp;display:inline-flex}@keyframes badgeGlow{0%,to{border-color:#a855f766;box-shadow:0 0 20px #8b5cf64d,0 0 40px #a855f733}50%{border-color:#c084fcb3;box-shadow:0 0 30px #c084fc80,0 0 60px #a855f74d}}.badge-icon{font-size:1.1rem;animation:1.5s ease-in-out infinite sparkle}@keyframes sparkle{0%,to{opacity:1}50%{opacity:.5}}.hero-title{width:120%;margin-bottom:1.5rem;font-size:5.5rem;font-weight:800;line-height:1.1;animation:.8s .1s both fadeInUp}@keyframes textGlow{0%,to{text-shadow:0 0 10px #a855f780,0 0 20px #a855f74d,0 0 40px #a855f733}50%{text-shadow:0 0 20px #c084fccc,0 0 40px #c084fc80,0 0 60px #c084fc4d,0 0 80px #a855f733}}@keyframes gradientFlow{0%{background-position:0%}to{background-position:200%}}@keyframes gradientBicolor{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.title-normal{font-family:Inter,sans-serif;font-weight:600}@keyframes gradientPulse{0%,to{filter:drop-shadow(0 0 30px #a855f799)}50%{filter:drop-shadow(0 0 50px #c084fc)}}.hero-subtitle{color:#e9d5ff;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:2rem;font-family:Sora,sans-serif;font-size:1rem;font-weight:600;line-height:1.4;animation:.8s .2s both fadeInUp;display:-webkit-box;overflow:hidden}.hero-buttons{gap:1rem;margin-bottom:3rem;animation:.8s .3s both fadeInUp;display:flex}.btn{cursor:pointer;border:2px solid #c084fc66;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:none;position:relative;transform:translateY(-3px);box-shadow:0 0 40px #c4b5fd99,0 0 60px #c084fc66}.btn-primary:before{content:"";z-index:-1;filter:brightness(1.3);background:linear-gradient(90deg,#f5f3ff,#e9d5ff,#c084fc,#f5f3ff,#e9d5ff,#c084fc) 0 0/200% 100%;border-radius:50px;animation:2s linear infinite gradientRotate;position:absolute;inset:-5px}.btn-primary:after{content:"";z-index:-1;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border-radius:50px;position:absolute;inset:0}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 40px #c4b5fd99,0 0 60px #c084fc66}.btn-secondary{color:#fff;background:linear-gradient(135deg,#1a0a2e 0%,#2d1b4e 100%);border:none;position:relative;transform:translateY(-3px);box-shadow:0 0 30px #c4b5fd80,0 0 50px #c084fc4d}.btn-secondary:before{content:"";z-index:-1;filter:brightness(1.3);background:linear-gradient(90deg,#f5f3ff,#e9d5ff,#c084fc,#f5f3ff,#e9d5ff,#c084fc) 0 0/200% 100%;border-radius:50px;animation:2s linear infinite gradientRotate;position:absolute;inset:-5px}.btn-secondary:after{content:"";z-index:-1;background:linear-gradient(135deg,#1a0a2e 0%,#2d1b4e 100%);border-radius:50px;position:absolute;inset:0}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 0 30px #c4b5fd80,0 0 50px #c084fc4d}.btn-full{justify-content:center;width:100%}.btn-submit{color:#fff;cursor:pointer;background:#a855f7;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative}.btn-submit:before{content:"";z-index:-1;filter:brightness(1.2);background:linear-gradient(90deg,#f5f3ff,#e9d5ff,#c084fc,#f0abfc,#e9d5ff,#c084fc) 0 0/200% 100%;border-radius:50px;animation:1.5s linear infinite gradientRotate;position:absolute;inset:-3px}.btn-submit:after{content:"";z-index:-1;background:#a855f7;border-radius:50px;position:absolute;inset:0}.btn-submit:hover{background:#c084fc;transform:translateY(-2px)}.hero-stats{gap:3rem;animation:.8s .4s both fadeInUp;display:flex}.stat{flex-direction:column;display:flex}.stat-number{background:linear-gradient(135deg,#c084fc 0%,#e879f9 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px #a855f780);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;animation:4s ease-in-out infinite statGlow}@keyframes statGlow{0%,to{filter:drop-shadow(0 0 15px #a855f766)}50%{filter:drop-shadow(0 0 25px #c084fccc)}}.stat-label{color:#c4b5fd;text-shadow:0 0 10px #8b5cf64d;font-size:.85rem}.hero-visual{z-index:0;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.spline-container{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.nebula-container{z-index:1;pointer-events:none;border-radius:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.nebula-bg{opacity:.15;z-index:0;background-image:url(/space-bg.jpg),linear-gradient(135deg,#2d054080 0%,#5804ba80 100%);background-position:50%;background-size:cover,cover;width:100%;height:100%;position:absolute}@keyframes nebulaPulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.nebula-particles{width:100%;height:100%;position:absolute}.star{border-radius:50%;position:absolute}.s1{background:#fff;width:2px;height:2px;animation:3s ease-in-out infinite twinkle;top:5%;left:10%;box-shadow:0 0 4px #fff,0 0 8px #a855f7cc}.s2{background:#fff;width:2px;height:2px;animation:2.5s ease-in-out .5s infinite twinkle;top:12%;left:25%;box-shadow:0 0 4px #fff,0 0 8px #ec4899cc}.s3{background:#e0f0ff;width:3px;height:3px;animation:4s ease-in-out 1s infinite twinkle;top:8%;left:40%;box-shadow:0 0 6px #e0f0ff,0 0 12px #06b6d4cc}.s4{background:#fff;width:2px;height:2px;animation:3.5s ease-in-out .3s infinite twinkle;top:15%;left:55%;box-shadow:0 0 4px #fff,0 0 8px #a855f7cc}.s5{background:#ffe0f0;width:2px;height:2px;animation:2.8s ease-in-out .8s infinite twinkle;top:3%;left:70%;box-shadow:0 0 4px #ffe0f0,0 0 8px #ec4899cc}.s6{background:#fff;width:3px;height:3px;animation:3.2s ease-in-out 1.2s infinite twinkle;top:20%;left:85%;box-shadow:0 0 6px #fff,0 0 12px #8b5cf6cc}.s7{background:#e0f8ff;width:2px;height:2px;animation:4.5s ease-in-out .2s infinite twinkle;top:25%;left:15%;box-shadow:0 0 4px #e0f8ff,0 0 8px #06b6d4cc}.s8{background:#fff;width:2px;height:2px;animation:3s ease-in-out .7s infinite twinkle;top:30%;left:35%;box-shadow:0 0 4px #fff,0 0 8px #a855f7cc}.s9{background:#fff8e0;width:3px;height:3px;animation:2.7s ease-in-out 1.5s infinite twinkle;top:35%;left:60%;box-shadow:0 0 6px #fff8e0,0 0 12px #ec4899cc}.s10{background:#fff;width:2px;height:2px;animation:3.8s ease-in-out .4s infinite twinkle;top:28%;left:75%;box-shadow:0 0 4px #fff,0 0 8px #8b5cf6cc}.s11{background:#ffe0ff;width:2px;height:2px;animation:3.3s ease-in-out .9s infinite twinkle;top:40%;left:5%;box-shadow:0 0 4px #ffe0ff,0 0 8px #a855f7cc}.s12{background:#fff;width:3px;height:3px;animation:4.2s ease-in-out .6s infinite twinkle;top:45%;left:90%;box-shadow:0 0 6px #fff,0 0 12px #06b6d4cc}.s13{background:#e0fff0;width:2px;height:2px;animation:2.9s ease-in-out 1.1s infinite twinkle;top:50%;left:20%;box-shadow:0 0 4px #e0fff0,0 0 8px #06b6d4cc}.s14{background:#fff;width:2px;height:2px;animation:3.6s ease-in-out .1s infinite twinkle;top:55%;left:45%;box-shadow:0 0 4px #fff,0 0 8px #ec4899cc}.s15{background:#fff0e0;width:3px;height:3px;animation:4s ease-in-out 1.3s infinite twinkle;top:60%;left:65%;box-shadow:0 0 6px #fff0e0,0 0 12px #ec4899cc}.s16{background:#fff;width:2px;height:2px;animation:3.1s ease-in-out .5s infinite twinkle;top:65%;left:30%;box-shadow:0 0 4px #fff,0 0 8px #8b5cf6cc}.s17{background:#e0e0ff;width:2px;height:2px;animation:2.6s ease-in-out .8s infinite twinkle;top:70%;left:80%;box-shadow:0 0 4px #e0e0ff,0 0 8px #8b5cf6cc}.s18{background:#fff;width:3px;height:3px;animation:4.3s ease-in-out .2s infinite twinkle;top:75%;left:50%;box-shadow:0 0 6px #fff,0 0 12px #a855f7cc}.s19{background:#ffe0e0;width:2px;height:2px;animation:3.4s ease-in-out 1.4s infinite twinkle;top:80%;left:10%;box-shadow:0 0 4px #ffe0e0,0 0 8px #ec4899cc}.s20{background:#fff;width:2px;height:2px;animation:3.7s ease-in-out .7s infinite twinkle;top:85%;left:95%;box-shadow:0 0 4px #fff,0 0 8px #06b6d4cc}.s21{background:#e0ffff;width:3px;height:3px;animation:2.4s ease-in-out .3s infinite twinkle;top:90%;left:25%;box-shadow:0 0 6px #e0ffff,0 0 12px #06b6d4cc}.s22{background:#fff;width:2px;height:2px;animation:4.1s ease-in-out 1s infinite twinkle;top:95%;left:70%;box-shadow:0 0 4px #fff,0 0 8px #a855f7cc}.s23{background:#fff0ff;width:2px;height:2px;animation:3.9s ease-in-out .6s infinite twinkle;top:18%;left:3%;box-shadow:0 0 4px #fff0ff,0 0 8px #a855f7cc}.s24{background:#fff;width:3px;height:3px;animation:2.8s ease-in-out 1.2s infinite twinkle;top:38%;left:97%;box-shadow:0 0 6px #fff,0 0 12px #8b5cf6cc}.s25{background:#ffffe0;width:2px;height:2px;animation:3.2s ease-in-out .4s infinite twinkle;top:58%;left:8%;box-shadow:0 0 4px #ffffe0,0 0 8px #ec4899cc}.s26{background:#fff;width:2px;height:2px;animation:4.4s ease-in-out .9s infinite twinkle;top:78%;left:92%;box-shadow:0 0 4px #fff,0 0 8px #06b6d4cc}.s27{background:#e0e0ff;width:3px;height:3px;animation:3s ease-in-out 1.5s infinite twinkle;top:2%;left:58%;box-shadow:0 0 6px #e0e0ff,0 0 12px #8b5cf6cc}.s28{background:#fff;width:2px;height:2px;animation:2.5s ease-in-out .2s infinite twinkle;top:22%;left:42%;box-shadow:0 0 4px #fff,0 0 8px #ec4899cc}.s29{background:#ffe0ff;width:2px;height:2px;animation:3.6s ease-in-out .7s infinite twinkle;top:42%;left:68%;box-shadow:0 0 4px #ffe0ff,0 0 8px #a855f7cc}.s30{background:#fff;width:3px;height:3px;animation:4s ease-in-out 1.1s infinite twinkle;top:62%;left:2%;box-shadow:0 0 6px #fff,0 0 12px #06b6d4cc}.s31{background:#e0fff0;width:2px;height:2px;animation:3.3s ease-in-out .5s infinite twinkle;top:82%;left:38%;box-shadow:0 0 4px #e0fff0,0 0 8px #06b6d4cc}.s32{background:#fff;width:2px;height:2px;animation:2.7s ease-in-out .8s infinite twinkle;top:92%;left:55%;box-shadow:0 0 4px #fff,0 0 8px #a855f7cc}.lp1{background:#5b21b6;width:4px;height:4px;animation:5s ease-in-out infinite luminousPulse;top:17%;left:47%;box-shadow:0 0 6px #4c1d95,0 0 12px #4c1d9566}.lp2{background:#6b21a8;width:4px;height:4px;animation:4.5s ease-in-out .5s infinite luminousPulse;top:37%;left:73%;box-shadow:0 0 6px #581c87,0 0 12px #581c8766}.lp3{background:#7e22ce;width:5px;height:5px;animation:5.5s ease-in-out 1s infinite luminousPulse;top:57%;left:27%;box-shadow:0 0 6px #6b21a8,0 0 12px #6b21a866}.lp4{background:#4c1d95;width:4px;height:4px;animation:4s ease-in-out 1.5s infinite luminousPulse;top:77%;left:63%;box-shadow:0 0 6px #3b0764,0 0 12px #3b076466}.lp5{background:#5b21b6;width:4px;height:4px;animation:5s ease-in-out .3s infinite luminousPulse;top:7%;left:83%;box-shadow:0 0 6px #4c1d95,0 0 12px #4c1d9566}.lp6{background:#6b21a8;width:4px;height:4px;animation:4.5s ease-in-out .8s infinite luminousPulse;top:87%;left:43%;box-shadow:0 0 6px #581c87,0 0 12px #581c8766}.lp7{background:#7e22ce;width:5px;height:5px;animation:6s ease-in-out 1.2s infinite luminousPulse;top:47%;left:53%;box-shadow:0 0 6px #6b21a8,0 0 12px #6b21a866}.lp8{background:#5b21b6;width:4px;height:4px;animation:5s ease-in-out .6s infinite luminousPulse;top:67%;left:13%;box-shadow:0 0 6px #4c1d95,0 0 12px #4c1d9566}@keyframes luminousPulse{0%,to{opacity:.3;filter:brightness(.5);transform:scale(.7)}50%{opacity:.9;filter:brightness(1.3);transform:scale(1.4)}}@keyframes twinkle{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.planet-saturn{z-index:2;background:linear-gradient(135deg,#c4a574 0%,#8b7355 50%,#6b5344 100%);border-radius:50%;width:80px;height:80px;animation:20s ease-in-out infinite planetFloat;position:absolute;top:15%;right:15%;box-shadow:inset -10px -10px 20px #0006,0 0 30px #c4a5744d,0 0 60px #c4a5741a}.planet-saturn:before{content:"";background:linear-gradient(90deg,#0000 0%,#c4a57499 20%,#d2b48ccc 50%,#c4a57499 80%,#0000 100%);border-radius:50%;width:200%;height:20px;position:absolute;top:50%;left:-50%;transform:translateY(-50%)rotateX(70deg);box-shadow:0 0 10px #c4a5744d}.planet-neptune{z-index:2;background:linear-gradient(135deg,#4a90d9 0%,#2858a8 50%,#1a3a6c 100%);border-radius:50%;width:60px;height:60px;animation:25s ease-in-out infinite reverse planetFloat;position:absolute;bottom:25%;left:10%;box-shadow:inset -8px -8px 15px #0006,0 0 25px #4a90d966,0 0 50px #4a90d933}.planet-mars{z-index:2;background:linear-gradient(135deg,#d45a4a 0%,#a83232 50%,#6c2020 100%);border-radius:50%;width:45px;height:45px;animation:18s ease-in-out -5s infinite planetFloat;position:absolute;top:60%;right:8%;box-shadow:inset -6px -6px 12px #0006,0 0 20px #d45a4a66}@keyframes planetFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.moon{z-index:2;background:radial-gradient(circle at 30% 30%,#e8e8e8 0%,silver 50%,#a0a0a0 100%);border-radius:50%;width:70px;height:70px;animation:8s ease-in-out infinite moonGlow;position:absolute;top:20%;left:8%;box-shadow:inset -10px -10px 20px #0000004d,inset 5px 5px 10px #fff3,0 0 30px #c8c8c84d,0 0 60px #c8c8c81a}.moon:after{content:"";background:#96969680;border-radius:50%;width:15px;height:15px;position:absolute;top:25%;left:35%;box-shadow:20px 10px #96969666,8px 25px #9696964d}@keyframes moonGlow{0%,to{box-shadow:inset -10px -10px 20px #0000004d,0 0 30px #c8c8c84d}50%{box-shadow:inset -10px -10px 20px #0000004d,0 0 50px #c8c8c880}}.shooting-star{opacity:0;background:linear-gradient(90deg,#fff0 0%,#fffc 50%,#fff 100%);border-radius:50%;width:100px;height:2px;animation:3s ease-in-out infinite shoot;position:absolute}.ss1-star{animation-delay:0s;top:10%;left:-100px}.ss2-star{width:80px;animation-delay:5s;top:30%;left:-100px}.ss3-star{width:120px;animation-delay:10s;top:50%;left:-100px}.ss4-star{width:60px;animation-delay:15s;top:70%;left:-100px}@keyframes shoot{0%{opacity:0;transform:translate(0)translateY(0)}5%{opacity:1}30%{opacity:1;transform:translate(400px)translateY(200px)}35%{opacity:0}to{opacity:0;transform:translate(500px)translateY(250px)}}.milky-way{filter:blur(80px);pointer-events:none;background:linear-gradient(45deg,#0000 0%,#8b5cf608 20%,#ec48990d 40%,#06b6d408 60%,#8b5cf60a 80%,#0000 100%);width:100%;height:100%;animation:30s ease-in-out infinite milkyWay;position:absolute;top:0;left:0}@keyframes milkyWay{0%,to{opacity:.5;transform:translateY(0)rotate(0)}50%{opacity:.8;transform:translateY(-20px)rotate(2deg)}}.black-hole{pointer-events:none;background:radial-gradient(circle,#000 0% 40%,#0a0514cc 60%,#0000 70%);border-radius:50%;width:200px;height:200px;animation:10s ease-in-out infinite blackHolePulse;position:absolute;bottom:-50px;right:-50px;box-shadow:0 0 50px #000c,0 0 100px #8b5cf633}.black-hole:before{content:"";border:2px solid #8b5cf633;border-radius:50%;width:80%;height:80%;animation:8s linear infinite blackHoleRing;position:absolute;top:10%;left:10%}@keyframes blackHolePulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes blackHoleRing{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.constellation{pointer-events:none;opacity:.3;width:100%;height:100%;position:absolute}.constellation:before,.constellation:after{content:"";background:#fff6;border-radius:50%;position:absolute}.constellation-1{top:35%;left:70%}.constellation-1:before{width:4px;height:4px;top:0;left:0;box-shadow:20px 10px #ffffff4d,40px 5px #fff6,60px 15px #ffffff4d,35px 25px #ffffff80}.nebula-cloud{filter:blur(60px);opacity:.4;border-radius:50%;animation:15s ease-in-out infinite nebulaCloudFloat;position:absolute}.nc1{background:radial-gradient(#8b5cf699 0%,#0000 70%);width:400px;height:300px;top:-100px;left:-100px}.nc2{background:radial-gradient(#ec489980 0%,#0000 70%);width:350px;height:250px;animation-delay:-5s;bottom:-80px;right:-80px}.nc3{background:radial-gradient(#06b6d466 0%,#0000 70%);width:300px;height:200px;animation-delay:-10s;top:50%;left:50%}@keyframes nebulaCloudFloat{0%,to{opacity:.4;transform:translate(0)scale(1)}33%{opacity:.5;transform:translate(30px,-20px)scale(1.1)}66%{opacity:.3;transform:translate(-20px,30px)scale(.95)}}.nebula-orb{filter:blur(35px);border-radius:50%;animation:7s ease-in-out infinite orbGlow;position:absolute}.orb1{background:radial-gradient(circle,#7c3aedcc 0%,#6d28d999 30%,#4c1d9566 60%,#0000 80%);width:400px;height:400px;animation:8s ease-in-out infinite orbGlow;top:-180px;left:-180px}.orb2{background:radial-gradient(circle,#8b5cf6cc 0%,#7c3aed99 30%,#6d28d966 60%,#0000 80%);width:350px;height:350px;animation:7s ease-in-out -1s infinite reverse orbGlow;top:-150px;right:-150px}.orb3{background:radial-gradient(circle,#a855f7cc 0%,#8b5cf699 30%,#7c3aed66 60%,#0000 80%);width:380px;height:380px;animation:9s ease-in-out -2s infinite orbGlow;bottom:-160px;left:5%}.orb4{background:radial-gradient(circle,#9333eacc 0%,#7c3aed99 30%,#4c1d9566 60%,#0000 80%);width:320px;height:320px;animation:6s ease-in-out -3s infinite orbGlow;top:10%;right:-120px}.orb5{background:radial-gradient(circle,#c084fccc 0%,#a855f799 30%,#8b5cf666 60%,#0000 80%);width:420px;height:420px;animation:10s ease-in-out -4s infinite reverse orbGlow;bottom:-180px;right:-5%}.orb6{background:radial-gradient(circle,#6d28d9cc 0%,#4c1d9599 30%,#3b076466 60%,#0000 80%);width:300px;height:300px;animation:7s ease-in-out -5s infinite orbGlow;top:40%;left:-120px}.orb7{background:radial-gradient(circle,#7c3aedcc 0%,#8b5cf699 30%,#6b21a866 60%,#0000 80%);width:350px;height:350px;animation:9s ease-in-out -6s infinite reverse orbGlow;top:-5%;left:20%}.orb8{background:radial-gradient(circle,#8b5cf6cc 0%,#7c3aed99 30%,#4c1d9566 60%,#0000 80%);width:320px;height:320px;animation:8s ease-in-out -7s infinite orbGlow;bottom:5%;left:-140px}.orb9{background:radial-gradient(circle,#a855f7cc 0%,#9333ea99 30%,#6d28d966 60%,#0000 80%);width:280px;height:280px;animation:6s ease-in-out -.5s infinite orbGlow;top:50%;right:-90px}.orb10{background:radial-gradient(circle,#6b21a8cc 0%,#4c1d9599 30%,#3b076466 60%,#0000 80%);width:260px;height:260px;animation:8s ease-in-out -8s infinite reverse orbGlow;top:20%;left:-20px}.orb11{background:radial-gradient(circle,#8b5cf6cc 0%,#7c3aed99 30%,#6d28d966 60%,#0000 80%);width:240px;height:240px;animation:7s ease-in-out -2.5s infinite orbGlow;bottom:0%;right:10%}.orb12{background:radial-gradient(circle,#a855f7cc 0%,#8b5cf699 30%,#7c3aed66 60%,#0000 80%);width:270px;height:270px;animation:9s ease-in-out -4.5s infinite reverse orbGlow;top:5%;left:10%}.orb13{background:radial-gradient(circle,#9333eacc 0%,#7c3aed99 30%,#4c1d9566 60%,#0000 80%);width:220px;height:220px;animation:6s ease-in-out -1.5s infinite orbGlow;top:60%;left:15%}.orb14{background:radial-gradient(circle,#7c3aedcc 0%,#6b21a899 30%,#4c1d9566 60%,#0000 80%);width:250px;height:250px;animation:8s ease-in-out -6.5s infinite reverse orbGlow;bottom:15%;right:-60px}.orb15{background:radial-gradient(circle,#8b5cf6cc 0%,#6d28d999 30%,#3b076466 60%,#0000 80%);width:200px;height:200px;animation:7s ease-in-out -3.5s infinite orbGlow;top:30%;left:45%}.orb16{background:radial-gradient(circle,#a855f7cc 0%,#9333ea99 30%,#7c3aed66 60%,#0000 80%);width:190px;height:190px;animation:6s ease-in-out -5.5s infinite reverse orbGlow;bottom:35%;left:25%}.orb17{background:radial-gradient(circle,#c084fccc 0%,#a855f799 30%,#8b5cf666 60%,#0000 80%);width:180px;height:180px;animation:8s ease-in-out -.8s infinite orbGlow;top:75%;left:35%}.orb18{background:radial-gradient(circle,#8b5cf6cc 0%,#7c3aed99 30%,#6d28d966 60%,#0000 80%);width:170px;height:170px;animation:7s ease-in-out -4.2s infinite reverse orbGlow;bottom:55%;right:20%}.orb19{background:radial-gradient(circle,#6b21a8cc 0%,#4c1d9599 30%,#3b076466 60%,#0000 80%);width:160px;height:160px;animation:9s ease-in-out -2.2s infinite orbGlow;top:8%;right:25%}.orb20{background:radial-gradient(circle,#7c3aedcc 0%,#8b5cf699 30%,#6b21a866 60%,#0000 80%);width:150px;height:150px;animation:6s ease-in-out -6.8s infinite reverse orbGlow;bottom:65%;left:5%}@keyframes orbGlow{0%,to{opacity:.15;filter:blur(40px)brightness(.4);transform:scale(.85)}50%{opacity:.85;filter:blur(25px)brightness(1.1);transform:scale(1.1)}}.scroll-indicator{color:#a78bfa;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-arrow{border:2px solid #8b5cf6;border-radius:12px;width:24px;height:34px;position:relative}.scroll-arrow:after{content:"";background:linear-gradient(#e879f9,#8b5cf6);border-radius:3px;width:6px;height:10px;animation:1.5s ease-in-out infinite scrollBounce;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes scrollBounce{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.5;transform:translate(-50%)translateY(8px)}}.services{z-index:1;padding:1rem 5%;position:relative}.services-header-row{justify-content:flex-end;max-width:1200px;margin:0 auto 3rem;display:flex}.section-header{text-align:right;flex:1}.section-badge{color:#c084fc;white-space:nowrap;background:#8b5cf626;border:1px solid #a855f74d;border-radius:50px;padding:.5rem 1.25rem;font-size:.85rem;display:inline-block;box-shadow:0 0 20px #8b5cf633}.section-title{white-space:nowrap;margin-bottom:1rem;font-size:2.8rem;font-weight:800}.section-subtitle{color:#c4b5fd;white-space:nowrap;font-size:1.1rem;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.service-card-image{z-index:2;max-width:100%;animation:5s ease-in-out infinite floatImg;position:relative;overflow:visible}.service-card-image .particle-aura{pointer-events:none;z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.service-card-image .sparkle{z-index:6;background:#fff;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite sparkleFloat;position:absolute;box-shadow:0 0 6px #8b5cf6,0 0 12px #8b5cf6cc}.service-card-image .sparkle:first-child{animation-delay:0s;top:10%;left:-10px}.service-card-image .sparkle:nth-child(2){width:4px;height:4px;animation-delay:.5s;top:30%;right:-15px}.service-card-image .sparkle:nth-child(3){animation-delay:1s;top:50%;left:-20px}.service-card-image .sparkle:nth-child(4){width:5px;height:5px;animation-delay:1.5s;top:70%;right:-10px}.service-card-image .sparkle:nth-child(5){width:4px;height:4px;animation-delay:2s;top:85%;left:0%}.service-card-image .sparkle:nth-child(6){animation-delay:2.5s;top:20%;right:10%}.service-card-image .sparkle:nth-child(7){width:5px;height:5px;animation-delay:3s;bottom:15%;left:10%}.service-card-image .sparkle:nth-child(8){width:3px;height:3px;animation-delay:3.5s;top:40%;left:-5px}@keyframes sparkleFloat{0%,to{opacity:.3;transform:translateY(0)scale(.8)}50%{opacity:1;transform:translateY(-15px)scale(1.2)}}.star-dot{z-index:6;background:#fff;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite starTwinkle;position:absolute;box-shadow:0 0 4px #fff,0 0 8px #a855f7e6}.star-dot:nth-child(9){animation-delay:.2s;top:5%;left:-5px}.star-dot:nth-child(10){animation-delay:.7s;top:45%;right:-8px}.star-dot:nth-child(11){animation-delay:1.2s;bottom:25%;left:-12px}.star-dot:nth-child(12){animation-delay:1.7s;top:15%;right:5%}.star-dot:nth-child(13){animation-delay:2.2s;bottom:5%;left:20%}@keyframes starTwinkle{0%,to{opacity:.4;transform:scale(.6);box-shadow:0 0 3px #fff,0 0 6px #a855f799}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 6px #fff,0 0 15px #c084fc}}.luminous-dot{z-index:6;background:radial-gradient(circle,#8b5cf6e6 0%,#d946ef99 50%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite luminousPulse;position:absolute}.luminous-dot:nth-child(14){animation-delay:.3s;top:25%;left:-18px}.luminous-dot:nth-child(15){animation-delay:.8s;top:60%;right:-12px}.luminous-dot:nth-child(16){animation-delay:1.3s;bottom:35%;left:-8px}.luminous-dot:nth-child(17){animation-delay:1.8s;top:80%;right:15%}.luminous-dot:nth-child(18){animation-delay:2.3s;top:5%;left:15%}.rings-container{pointer-events:none;z-index:6;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring{z-index:7;border:2px solid #8b5cf699;border-radius:50%;animation:4s ease-out infinite expandRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-1{width:50px;height:50px;animation-delay:0s}.ring-2{width:50px;height:50px;animation-delay:1.3s}.ring-3{width:50px;height:50px;animation-delay:2.6s}@keyframes expandRing{0%{opacity:.7;border-color:#8b5cf6cc;width:50px;height:50px}to{opacity:0;border-color:#d946ef1a;width:400px;height:400px}}.service-card-image:after{content:"";z-index:-1;filter:blur(30px);background:radial-gradient(circle,#8b5cf680 0%,#d946ef4d 30%,#06b6d433 50%,#0000 70%);border-radius:50%;width:150%;height:150%;animation:4s ease-in-out infinite radialAura;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes radialAura{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.15)}}.service-card-image img{object-fit:contain;z-index:5;width:100%;height:auto;display:block;position:relative}.service-card{-webkit-backdrop-filter:blur(15px);transform-style:preserve-3d;background:linear-gradient(135deg,#2d0540d9 0%,#1e0f32e6 100%);border:1px solid #8b5cf64d;border-radius:24px;padding:2.5rem;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.service-card:before{content:"";clip-path:inset(0 round 24px 24px 0 0);background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6) 0 0/300% 100%;height:4px;animation:4s linear infinite shimmerBorder;position:absolute;top:0;left:0;right:0}.service-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);width:200%;height:200%;animation:10s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}@keyframes shimmerBorder{0%{background-position:0%}to{background-position:300%}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.service-card .particle{opacity:.5;pointer-events:none;width:20px;height:20px;animation:6s ease-in-out infinite particleFloat;position:absolute}.service-card .particle:first-child{width:35px;height:35px;animation-delay:0s;top:15%;left:5%}.service-card .particle:nth-child(2){width:30px;height:30px;animation-delay:1s;top:15%;left:85%}.service-card .particle:nth-child(3){width:38px;height:38px;animation-delay:2s;top:40%;left:5%}.service-card .particle:nth-child(4){width:32px;height:32px;animation-delay:3s;top:40%;left:85%}.service-card .particle:nth-child(5){width:42px;height:42px;animation-delay:4s;top:65%;left:10%}.service-card .particle:nth-child(6){width:40px;height:40px;animation-delay:5s;top:68%;left:80%}.service-card .particle:nth-child(7){width:35px;height:35px;animation-delay:6s;top:90%;left:50%;transform:translate(-50%)}@keyframes particleFloat{0%,to{opacity:.2;transform:translateY(0)translate(0)}25%{opacity:.6;transform:translateY(-25px)translate(10px)}50%{opacity:.4;transform:translateY(-40px)translate(-10px)}75%{opacity:.6;transform:translateY(-18px)translate(12px)}}.service-card .particle.shape-triangle{background:0 0;border:18px solid #0000;border-top:none;border-bottom:30px solid #8b5cf680;width:0;height:0}.service-card .particle.shape-diamond{background:0 0;border:2px solid #8b5cf680;width:26px;height:26px;transform:rotate(45deg)}.service-card .particle.shape-hexagon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:2px solid #8b5cf680;width:30px;height:30px}.service-card .particle.shape-square{background:0 0;border:2px solid #8b5cf680;width:32px;height:32px}.service-card .grid-lines{pointer-events:none;opacity:.6;background-image:linear-gradient(#8b5cf614 1px,#0000 1px),linear-gradient(90deg,#8b5cf614 1px,#0000 1px);background-size:40px 40px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(30px,30px)}}.service-card .shape{pointer-events:none;opacity:.2;animation:8s ease-in-out infinite shapeFloat;position:absolute}.service-card .shape-1{border:2px solid #8b5cf666;border-radius:50%;width:25px;height:25px;animation-delay:.5s;top:20%;left:5%}.service-card .shape-2{background:radial-gradient(circle,#d946ef26 0%,#0000 70%);border:2px solid #d946ef4d;border-radius:50%;width:35px;height:35px;animation-delay:1.5s;bottom:15%;right:12%}.service-card .shape-3{background:#8b5cf6;border-radius:50%;width:20px;height:20px;animation-delay:2.5s;top:8%;right:25%}.service-card .shape-4{background:0 0;border:2px solid #8b5cf666;width:25px;height:25px;animation-delay:1s;top:60%;left:10%;transform:rotate(15deg)}.service-card .shape-5{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:2px solid #8b5cf659;width:30px;height:30px;animation-delay:2s;top:75%;left:60%}.service-card .shape-6{clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%);background:0 0;border:2px solid #d946ef59;width:28px;height:28px;animation-delay:1.5s;top:80%;right:20%}@keyframes shapeFloat{0%,to{transform:translateY(0)scale(1)rotate(0)}50%{transform:translateY(-20px)scale(1.1)rotate(5deg)}}.service-card .orb{pointer-events:none;background:radial-gradient(circle,#8b5cf640 0%,#0000 70%);border-radius:50%;width:150px;height:150px;animation:10s ease-in-out infinite orbMove;position:absolute}.service-card .orb-1{animation-delay:0s;top:-40px;left:-40px}.service-card .orb-2{animation-delay:3s;bottom:-70px;right:-70px}@keyframes orbMove{0%,to{transform:translate(0)}25%{transform:translate(30px,30px)}50%{transform:translateY(50px)}75%{transform:translate(-30px,30px)}}.service-card .corner-tl{border-top:2px solid #8b5cf6;border-left:2px solid #8b5cf6;border-radius:10px 0 0;top:10px;left:10px}.service-card .corner-tr{border-top:2px solid #d946ef;border-right:2px solid #d946ef;border-radius:0 10px 0 0;top:10px;right:10px}.service-card .corner-bl{border-bottom:2px solid #8b5cf6;border-left:2px solid #8b5cf6;border-radius:0 0 0 10px;bottom:10px;left:10px}.service-card .corner-br{border-bottom:2px solid #d946ef;border-right:2px solid #d946ef;border-radius:0 0 10px;bottom:10px;right:10px}.service-card:hover{border-color:#8b5cf699;transform:translateY(-10px)rotateX(2deg)rotateY(-2deg);box-shadow:0 30px 60px #8b5cf64d,0 0 40px #8b5cf61a,inset 0 1px #ffffff1a}.service-card:hover:before{animation:1s linear infinite shimmerBorder}.service-card:hover .corner{opacity:.8;width:80px;height:80px}.service-card:hover .corner-tl{top:15px;left:15px}.service-card:hover .corner-tr{top:15px;right:15px}.service-card:hover .corner-bl{bottom:15px;left:15px}.service-card:hover .corner-br{bottom:15px;right:15px}.service-card .content-overlay{z-index:5;position:relative}.service-icon{z-index:2;margin-bottom:1.5rem;animation:3s ease-in-out infinite iconFloat;display:inline-block;position:relative}.service-icon svg{filter:drop-shadow(0 0 20px #8b5cf699);width:64px;height:64px}@keyframes iconFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-8px)scale(1.05)}}.service-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf64d 0%,#0000 70%);width:150px;height:150px;animation:4s ease-in-out infinite pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulseGlow{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.2)}}.service-card:hover .service-icon{filter:drop-shadow(0 0 25px #8b5cf6cc);animation:.6s iconPop}@keyframes iconPop{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.4)rotate(10deg)}}.service-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 50%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.service-card:hover .service-glow{opacity:1}.service-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.service-card p{color:#c4b5fd;margin-bottom:1.5rem;line-height:1.7}.service-features{z-index:2;margin:1.5rem 0;padding:0;list-style:none;position:relative}.service-features li{color:#ffffffd9;border-bottom:1px solid #8b5cf61a;padding:.6rem 0 .6rem 1.8rem;font-size:.95rem;transition:all .3s;position:relative}.service-features li:last-child{border-bottom:none}.service-features li:before{content:"✦";color:#8b5cf6;font-size:.8rem;transition:all .3s;position:absolute;left:0}.service-card:hover .service-features li{color:#fff;transform:translate(8px)}.service-card:hover .service-features li:before{color:#d946ef;animation:.6s sparkle;transform:scale(1.3)}.service-link{color:#c084fc;z-index:2;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.service-link:before{content:"";transform-origin:100%;background:linear-gradient(90deg,#8b5cf6,#d946ef);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-link:hover:before{transform-origin:0;transform:scaleX(1)}.service-link:hover{color:#e879f9;gap:1rem}.about{z-index:1;align-items:center;gap:4rem;padding:8rem 5%;display:flex;position:relative}.about-content{flex:1;position:relative}.about-text-wrapper{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#5804ba66 0%,#2d146480 100%);border:1px solid #a855f766;border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}.about-text-wrapper:before{content:"";z-index:-1;background:radial-gradient(circle,#8b5cf640 0%,#d946ef26 30%,#0000 60%);width:200%;height:200%;animation:8s ease-in-out infinite textGlowMove;position:absolute;top:-50%;left:-50%}@keyframes textGlowMove{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(10%,10%)rotate(5deg)}50%{transform:translate(5%,15%)rotate(0)}75%{transform:translate(-5%,10%)rotate(-5deg)}}.about-text-wrapper:after{content:"";background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6) 0 0/300% 100%;height:3px;animation:4s linear infinite shimmerBorderText;position:absolute;top:0;left:0;right:0}@keyframes shimmerBorderText{0%{background-position:0%}to{background-position:300%}}.about-text-wrapper .text-particle{pointer-events:none;background:#fff;border-radius:50%;width:4px;height:4px;animation:6s ease-in-out infinite textParticleFloat;position:absolute;box-shadow:0 0 6px #8b5cf6}.about-text-wrapper .text-particle:first-child{animation-delay:0s;top:20%;left:10%}.about-text-wrapper .text-particle:nth-child(2){width:3px;height:3px;animation-delay:1s;top:60%;left:85%}.about-text-wrapper .text-particle:nth-child(3){animation-delay:2s;top:80%;left:20%}.about-text-wrapper .text-particle:nth-child(4){width:5px;height:5px;animation-delay:3s;top:40%;left:90%}.about-text-wrapper .text-particle:nth-child(5){width:3px;height:3px;animation-delay:4s;bottom:15%;left:70%}@keyframes textParticleFloat{0%,to{opacity:.4;transform:translateY(0)scale(1)}50%{opacity:.9;transform:translateY(-20px)scale(1.2)}}.about-text-wrapper:hover{border-color:#a855f7b3;transition:all .4s;transform:translateY(-5px);box-shadow:0 20px 60px #8b5cf666,0 0 50px #d946ef33}.about-text-wrapper .section-badge,.about-text-wrapper h2,.about-text-wrapper p,.about-text-wrapper .about-features{z-index:5;position:relative}.float-shape{pointer-events:none;opacity:.3;z-index:3;position:absolute}.shape-circle:first-child{border:3px solid #8b5cf6cc;border-radius:50%;width:70px;height:70px;animation:12s linear infinite floatRotate;top:-20px;left:5%}.shape-circle:nth-child(2){border:3px solid #d946efb3;border-radius:50%;width:55px;height:55px;animation:10s linear infinite reverse floatRotate;bottom:30%;left:-15px}.shape-circle:nth-child(3){border:3px solid #c084fcb3;border-radius:50%;width:60px;height:60px;animation:14s linear infinite floatRotate;bottom:15%;right:5%}.shape-square:nth-child(4){border:3px solid #06b6d4b3;border-radius:6px;width:45px;height:45px;animation:10s ease-in-out infinite floatSquare;top:5%;right:-10px;transform:rotate(20deg)}.shape-square:nth-child(5){border:3px solid #8b5cf6b3;border-radius:6px;width:40px;height:40px;animation:12s ease-in-out infinite reverse floatSquare;bottom:5%;left:20%;transform:rotate(-15deg)}.shape-square:nth-child(6){border:3px solid #06b6d499;border-radius:6px;width:35px;height:35px;animation:9s ease-in-out infinite floatSquare;top:40%;left:-12px;transform:rotate(30deg)}.shape-triangle:nth-child(7){background:0 0;border-bottom:40px solid #8b5cf699;border-left:25px solid #0000;border-right:25px solid #0000;width:0;height:0;animation:9s ease-in-out infinite floatTriangle;top:-25px;left:30%}.shape-triangle:nth-child(8){background:0 0;border-bottom:35px solid #d946ef99;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;animation:11s ease-in-out infinite reverse floatTriangle;bottom:25%;right:-15px}.shape-triangle:nth-child(9){background:0 0;border-bottom:38px solid #c084fc99;border-left:22px solid #0000;border-right:22px solid #0000;width:0;height:0;animation:8s ease-in-out infinite floatTriangle;top:30%;left:-10px}.shape-ring:nth-child(10){border:4px solid #d946efb3;border-radius:50%;width:55px;height:55px;animation:8s linear infinite floatRotate;top:-15px;right:25%}.shape-ring:nth-child(11){border:4px solid #8b5cf6b3;border-radius:50%;width:50px;height:50px;animation:11s linear infinite reverse floatRotate;bottom:10%;left:8%}.shape-ring:nth-child(12){border:3px solid #c084fc99;border-radius:50%;width:45px;height:45px;animation:9s linear infinite floatRotate;top:35%;right:-18px}.shape-hexagon:nth-child(13){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #c084fcb3;width:50px;height:50px;animation:11s ease-in-out infinite floatHex;top:-18px;left:50%}.shape-hexagon:nth-child(14){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #8b5cf699;width:40px;height:40px;animation:10s ease-in-out infinite reverse floatHex;bottom:20%;left:-10px}.shape-hexagon:nth-child(15){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #06b6d499;width:45px;height:45px;animation:12s ease-in-out infinite floatHex;bottom:5%;right:20%}@keyframes floatRotate{0%{transform:rotate(0)translateY(0)}25%{transform:rotate(90deg)translateY(-8px)}50%{transform:rotate(180deg)translateY(0)}75%{transform:rotate(270deg)translateY(8px)}to{transform:rotate(360deg)translateY(0)}}@keyframes floatSquare{0%,to{transform:rotate(20deg)translateY(0)scale(1)}50%{transform:rotate(35deg)translateY(-10px)scale(1.1)}}@keyframes floatTriangle{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-12px)rotate(5deg)}}@keyframes floatHex{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(15deg)}}.shape-title-circle{opacity:.6!important;z-index:10!important;border:4px solid #8b5cf6!important;border-radius:50%!important;width:90px!important;height:90px!important;animation:8s linear infinite floatRotate!important;top:45px!important;left:60%!important}.shape-title-hex{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)!important;opacity:.6!important;z-index:10!important;background:0 0!important;border:4px solid #d946ef!important;width:80px!important;height:80px!important;animation:10s ease-in-out infinite floatHex!important;top:35px!important;left:78%!important}.grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#8b5cf60d 1px,#0000 1px),linear-gradient(90deg,#8b5cf60d 1px,#0000 1px);background-size:30px 30px;animation:20s linear infinite gridMove;position:absolute;inset:0}.about-content h2{margin:1rem 0;font-size:2.8rem;font-weight:800}.about-content p{color:#c4b5fd;margin-bottom:1.5rem;line-height:1.8}.about-features{gap:1.5rem;margin-top:2rem;display:flex}.about-feature{background:#8b5cf626;border:1px solid #a855f74d;border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.about-feature:before{content:"";background:linear-gradient(90deg,#0000,#8b5cf64d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.about-feature:hover:before{left:100%}.about-feature:hover{border-color:#a855f799;transform:translateY(-5px)scale(1.05);box-shadow:0 10px 30px #8b5cf666}.feature-icon{font-size:1.2rem;animation:3s ease-in-out infinite iconBounce;display:inline-block}.about-feature:first-child .feature-icon{animation-delay:0s}.about-feature:nth-child(2) .feature-icon{animation-delay:1s}.about-feature:nth-child(3) .feature-icon{animation-delay:2s}@keyframes iconBounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-5px)scale(1.1)}}.about-feature:hover .feature-icon{animation:.6s iconPop}.about-visual{flex:1;justify-content:flex-start;align-items:center;padding-left:2rem;display:flex}.about-images{align-items:center;gap:1rem;margin-left:-20px;display:flex;position:relative;overflow:visible}.about-images img{object-fit:cover;z-index:5;border-radius:16px;width:150px;height:auto;animation:4s ease-in-out infinite floatImg1;position:relative}.about-images img:last-child{z-index:5;width:350px;animation:5s ease-in-out .5s infinite floatImg2;position:relative}.about-images .img-container{border-radius:16px;position:relative;overflow:visible}.about-images .sparkle{z-index:10;background:#fff;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite sparkleFloat;position:absolute;box-shadow:0 0 6px #8b5cf6,0 0 12px #8b5cf6cc}.about-images .sparkle:nth-child(3){animation-delay:0s;top:10%;left:-10px}.about-images .sparkle:nth-child(4){width:4px;height:4px;animation-delay:.5s;top:30%;right:-15px}.about-images .sparkle:nth-child(5){animation-delay:1s;top:50%;left:-20px}.about-images .sparkle:nth-child(6){width:5px;height:5px;animation-delay:1.5s;top:70%;right:-10px}.about-images .sparkle:nth-child(7){width:4px;height:4px;animation-delay:2s;bottom:20%;left:0%}.about-images .sparkle:nth-child(8){animation-delay:2.5s;top:15%;left:30%}.about-images .sparkle:nth-child(9){width:5px;height:5px;animation-delay:3s;bottom:10%;right:20%}.about-images .sparkle:nth-child(10){animation-delay:3.5s;top:40%;left:-5%}.comet-tail{transform-origin:100%;filter:blur(1px);background:linear-gradient(90deg,#0000,#8b5cf6cc,#d946efe6,#fff);border-radius:50%;width:120px;height:4px;animation:3s ease-in-out infinite cometTrail;position:absolute;top:50%;right:100%;transform:translateY(-50%);box-shadow:0 0 15px #8b5cf6cc,0 0 30px #d946ef80}.comet-tail:before{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 10px #fff,0 0 20px #8b5cf6}#about-img-1 .comet-tail{animation-delay:0s;top:30%}#about-img-2 .comet-tail{animation-delay:1.5s;top:60%}@keyframes cometTrail{0%,to{opacity:0;width:60px;transform:translateY(-50%)translate(0)}15%{opacity:1}50%{opacity:1;width:150px;transform:translateY(-50%)translate(-30px)}85%{opacity:1}to{opacity:0;width:60px;transform:translateY(-50%)translate(0)}}.about-images .star-dot{z-index:9;background:#fff;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite starTwinkle;position:absolute;box-shadow:0 0 4px #fff,0 0 8px #a855f7e6}.about-images .star-dot:nth-child(11){animation-delay:.2s;top:5%;left:10%}.about-images .star-dot:nth-child(12){animation-delay:.7s;top:25%;right:5%}.about-images .star-dot:nth-child(13){animation-delay:1.2s;bottom:35%;left:5%}.about-images .star-dot:nth-child(14){animation-delay:1.7s;top:60%;right:10%}.about-images .star-dot:nth-child(15){animation-delay:2.2s;bottom:10%;right:30%}.about-images .luminous-dot{z-index:8;background:radial-gradient(circle,#8b5cf6e6 0%,#d946ef99 50%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite luminousPulseAbout;position:absolute}.about-images .luminous-dot:nth-child(16){animation-delay:.3s;top:20%;left:-15px}.about-images .luminous-dot:nth-child(17){animation-delay:.8s;top:45%;right:-12px}.about-images .luminous-dot:nth-child(18){animation-delay:1.3s;bottom:30%;left:-8px}.about-images .luminous-dot:nth-child(19){animation-delay:1.8s;top:75%;right:15%}.about-images .luminous-dot:nth-child(20){animation-delay:2.3s;top:10%;left:20%}@keyframes luminousPulseAbout{0%,to{opacity:.3;filter:brightness(.5);transform:scale(.7)}50%{opacity:.9;filter:brightness(1.3);transform:scale(1.4)}}.about-images .img-container:after{content:"";z-index:-1;filter:blur(25px);background:radial-gradient(circle,#8b5cf666 0%,#d946ef33 30%,#0000 70%);border-radius:50%;width:150%;height:150%;animation:4s ease-in-out infinite radialAura;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-images .rings-container{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-images .ring{border:2px solid #8b5cf680;border-radius:50%;animation:5s ease-out infinite expandRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-images .ring-1{width:50px;height:50px;animation-delay:0s}.about-images .ring-2{width:50px;height:50px;animation-delay:1.7s}.about-images .ring-3{width:50px;height:50px;animation-delay:3.4s}.img-container{position:relative;overflow:visible}.crosshair{pointer-events:none;z-index:100;opacity:0;width:40px;height:40px;transition:opacity .3s;position:absolute}.img-container:hover .crosshair{opacity:1}.crosshair-h{background:linear-gradient(90deg,#0000,#8b5cf6,#d946ef,#0000);width:100%;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 10px #8b5cf6cc}.crosshair-v{background:linear-gradient(#0000,#8b5cf6,#d946ef,#0000);width:2px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #8b5cf6cc}.crosshair-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite crosshairPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #8b5cf6,0 0 30px #d946ef99}@keyframes crosshairPulse{0%,to{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 15px #8b5cf6,0 0 30px #d946ef99}50%{transform:translate(-50%,-50%)scale(1.3);box-shadow:0 0 25px #8b5cf6,0 0 50px #d946efe6}}@keyframes floatImg1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes floatImg2{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(-5px)}}.cube{width:200px;height:200px;transform-style:preserve-3d;animation:15s linear infinite rotateCube;position:relative}@keyframes rotateCube{0%{transform:rotateX(0)rotateY(0)}to{transform:rotateX(360deg)rotateY(360deg)}}.cube-face{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#8b5cf633;border:2px solid #a855f780;width:200px;height:200px;position:absolute}.cube-front{transform:translateZ(100px)}.cube-back{transform:translateZ(-100px)rotateY(180deg)}.cube-right{transform:translate(100px)rotateY(90deg)}.cube-left{transform:translate(-100px)rotateY(-90deg)}.cube-top{transform:translateY(-100px)rotateX(90deg)}.cube-bottom{transform:translateY(100px)rotateX(-90deg)}.portfolio{z-index:1;padding:8rem 5%;position:relative;overflow:hidden}.portfolio-particles{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.particle{border-radius:50%;animation:8s ease-in-out infinite floatAround;position:absolute}.particle.p1{background:#8b5cf6;width:8px;height:8px;animation-delay:0s;top:20%;left:5%;box-shadow:0 0 15px #8b5cf6}.particle.p2{background:#d946ef;width:12px;height:12px;animation-delay:1s;top:60%;left:15%;box-shadow:0 0 20px #d946ef}.particle.p3{background:#c084fc;width:6px;height:6px;animation-delay:2s;top:30%;right:10%;box-shadow:0 0 10px #c084fc}.particle.p4{background:#8b5cf6;width:10px;height:10px;animation-delay:3s;top:70%;right:20%;box-shadow:0 0 18px #8b5cf6}.particle.p5{background:#d946ef;width:7px;height:7px;animation-delay:4s;top:40%;left:8%;box-shadow:0 0 12px #d946ef}.particle.p6{background:#c084fc;width:9px;height:9px;animation-delay:5s;top:50%;right:5%;box-shadow:0 0 16px #c084fc}@keyframes floatAround{0%,to{opacity:.8;transform:translate(0)scale(1)}25%{opacity:1;transform:translate(20px,-30px)scale(1.2)}50%{opacity:.6;transform:translate(-10px,-50px)scale(.9)}75%{opacity:1;transform:translate(30px,-20px)scale(1.1)}}.portfolio-content{z-index:1;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex;position:relative}.portfolio-left{flex:1.1;height:450px;overflow:hidden}.portfolio-right{flex:.9}.portfolio-text-wrapper{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#5804ba66 0%,#2d146480 100%);border:1px solid #a855f766;border-radius:24px;padding:2.5rem;position:relative;overflow:hidden}.portfolio-text-wrapper:before{content:"";z-index:-1;background:radial-gradient(circle,#8b5cf640 0%,#d946ef26 30%,#0000 60%);width:200%;height:200%;animation:8s ease-in-out infinite textGlowMove;position:absolute;top:-50%;left:-50%}.portfolio-text-wrapper:after{content:"";background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6) 0 0/300% 100%;height:3px;animation:4s linear infinite shimmerBorderText;position:absolute;top:0;left:0;right:0}.portfolio-text-wrapper .section-badge,.portfolio-text-wrapper h2,.portfolio-text-wrapper p,.portfolio-text-wrapper .portfolio-stats{z-index:5;position:relative}.portfolio-text-wrapper .float-shape{pointer-events:none;opacity:.3;z-index:3;position:absolute}.portfolio-text-wrapper .shape-circle:first-child{border:3px solid #8b5cf6cc;border-radius:50%;width:65px;height:65px;animation:12s linear infinite floatRotate;top:-15px;left:8%}.portfolio-text-wrapper .shape-circle:nth-child(2){border:3px solid #d946efb3;border-radius:50%;width:50px;height:50px;animation:10s linear infinite reverse floatRotate;bottom:25%;left:-10px}.portfolio-text-wrapper .shape-circle:nth-child(3){border:3px solid #c084fcb3;border-radius:50%;width:55px;height:55px;animation:14s linear infinite floatRotate;bottom:10%;right:10%}.portfolio-text-wrapper .shape-square:nth-child(4){border:3px solid #06b6d4b3;border-radius:6px;width:40px;height:40px;animation:10s ease-in-out infinite floatSquare;top:5%;right:-8px;transform:rotate(20deg)}.portfolio-text-wrapper .shape-square:nth-child(5){border:3px solid #8b5cf6b3;border-radius:6px;width:35px;height:35px;animation:12s ease-in-out infinite reverse floatSquare;bottom:5%;left:15%;transform:rotate(-15deg)}.portfolio-text-wrapper .shape-square:nth-child(6){border:3px solid #06b6d499;border-radius:6px;width:30px;height:30px;animation:9s ease-in-out infinite floatSquare;top:35%;left:-10px;transform:rotate(30deg)}.portfolio-text-wrapper .shape-triangle:nth-child(7){background:0 0;border-bottom:38px solid #8b5cf699;border-left:22px solid #0000;border-right:22px solid #0000;width:0;height:0;animation:9s ease-in-out infinite floatTriangle;top:-20px;left:35%}.portfolio-text-wrapper .shape-triangle:nth-child(8){background:0 0;border-bottom:32px solid #d946ef99;border-left:18px solid #0000;border-right:18px solid #0000;width:0;height:0;animation:11s ease-in-out infinite reverse floatTriangle;bottom:20%;right:-12px}.portfolio-text-wrapper .shape-triangle:nth-child(9){background:0 0;border-bottom:35px solid #c084fc99;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;animation:8s ease-in-out infinite floatTriangle;top:25%;left:-8px}.portfolio-text-wrapper .shape-ring:nth-child(10){border:4px solid #d946efb3;border-radius:50%;width:50px;height:50px;animation:8s linear infinite floatRotate;top:-12px;right:30%}.portfolio-text-wrapper .shape-ring:nth-child(11){border:4px solid #8b5cf6b3;border-radius:50%;width:45px;height:45px;animation:11s linear infinite reverse floatRotate;bottom:8%;left:5%}.portfolio-text-wrapper .shape-ring:nth-child(12){border:3px solid #c084fc99;border-radius:50%;width:40px;height:40px;animation:9s linear infinite floatRotate;top:30%;right:-15px}.portfolio-text-wrapper .shape-hexagon:nth-child(13){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #c084fcb3;width:45px;height:45px;animation:11s ease-in-out infinite floatHex;top:-15px;left:55%}.portfolio-text-wrapper .shape-hexagon:nth-child(14){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #8b5cf699;width:35px;height:35px;animation:10s ease-in-out infinite reverse floatHex;bottom:15%;left:-8px}.portfolio-text-wrapper .shape-hexagon:nth-child(15){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:3px solid #06b6d499;width:40px;height:40px;animation:12s ease-in-out infinite floatHex;bottom:5%;right:25%}.portfolio-text-wrapper .grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#8b5cf60d 1px,#0000 1px),linear-gradient(90deg,#8b5cf60d 1px,#0000 1px);background-size:30px 30px;animation:20s linear infinite gridMove;position:absolute;inset:0}.portfolio-right .section-badge{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.portfolio-right h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.portfolio-right p{color:#fffc;margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.portfolio-stats{gap:2rem;margin-top:2rem;display:flex}.stat-item{text-align:center}.stat-number{background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;display:block}.stat-animate{animation:4s ease-in-out infinite statColorCycle}@keyframes statColorCycle{0%,to{background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);filter:brightness();-webkit-background-clip:text;background-clip:text}25%{background:linear-gradient(135deg,#06b6d4 0%,#8b5cf6 100%);filter:brightness(1.2);-webkit-background-clip:text;background-clip:text}50%{background:linear-gradient(135deg,#e879f9 0%,#06b6d4 100%);filter:brightness(1.1);-webkit-background-clip:text;background-clip:text}75%{background:linear-gradient(135deg,#d946ef 0%,#e879f9 100%);filter:brightness(1.3);-webkit-background-clip:text;background-clip:text}}.portfolio-grid{width:100%;height:100%;position:relative;overflow:hidden}.portfolio-track{flex-direction:row;width:1000%;height:100%;animation:20s linear infinite portfolioSlide;display:flex}.portfolio-track:hover{animation-play-state:paused}.portfolio-card:hover .portfolio-card-overlay{opacity:1}.portfolio-card:hover .portfolio-card-info{opacity:0}.portfolio-card-overlay{opacity:0;z-index:10;background:#5804bacc;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.portfolio-card-overlay h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.portfolio-card-overlay .btn-ver-sitio{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border-radius:50px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.portfolio-card-overlay .btn-ver-sitio:hover{transform:scale(1.05);box-shadow:0 0 30px #8b5cf680}@keyframes portfolioSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.portfolio-card{-webkit-backdrop-filter:blur(12px);background:#5804ba66;border:1px solid #8b5cf64d;border-radius:16px;flex-shrink:0;width:10%;height:100%;margin-right:10px;transition:all .3s;position:relative;overflow:visible}.portfolio-card:hover{z-index:10;transform:scale(1.05);box-shadow:0 0 40px #8b5cf6cc,0 0 80px #8b5cf666}.portfolio-card img{object-fit:contain;width:100%;height:100%;display:block}.content-section{z-index:1;padding:8rem 5%;position:relative}.content-header{text-align:center;margin-bottom:4rem}.content-header h2{color:#fff;margin:1rem 0;font-size:2.8rem}.content-header p{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.2rem}.content-content{align-items:stretch;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.content-card{-webkit-backdrop-filter:blur(12px);opacity:0;background:#5804ba4d;border-radius:24px;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;animation:.6s forwards fadeInUp;display:flex}.content-card:first-child{animation-delay:.1s}.content-card:nth-child(3){animation-delay:.2s}.content-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #8b5cf64d}.content-card-header{align-items:center;gap:1rem;display:flex}.content-icon{background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.content-icon svg{color:#fff;width:24px;height:24px}.content-label{color:#fff9;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.content-card-header h3{color:#fff;margin:0;font-size:1.3rem}.video-wrapper{border-radius:16px;position:relative;overflow:hidden}.video-glow{z-index:-1;background:linear-gradient(135deg,#8b5cf6,#d946ef,#8b5cf6);border-radius:18px;animation:3s ease-in-out infinite glowPulse;position:absolute;inset:-2px}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.video-wrapper iframe{border:2px solid #8b5cf64d;border-radius:16px;display:block}.content-card-footer{border-top:1px solid #8b5cf633;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.content-stat{text-align:center}.content-stat .stat-number{background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;display:block}.content-stat .stat-label{color:#fff9;font-size:.8rem}.content-divider{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:0 1rem;display:flex}.divider-line{background:linear-gradient(#0000,#8b5cf680,#0000);width:2px;height:60px}.divider-icon{background:#8b5cf64d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:3s ease-in-out infinite float;display:flex}.divider-icon svg{color:#8b5cf6;width:20px;height:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.blog-preview{flex-direction:column;flex:1;gap:1.5rem;display:flex}.blog-preview-item{background:#8b5cf626;border-radius:12px;gap:1rem;padding:1rem;transition:all .3s;display:flex}.blog-preview-item:hover{background:#8b5cf640;transform:translate(5px)}.blog-preview-image{border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.image-placeholder{background:linear-gradient(135deg,#8b5cf666,#d946ef66);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-placeholder svg{color:#ffffff80;width:30px;height:30px}.blog-preview-content{flex-direction:column;flex:1;display:flex}.blog-preview-category{color:#8b5cf6;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-size:.75rem}.blog-preview-content h4{color:#fff;margin:0 0 .3rem;font-size:1rem}.blog-preview-content p{color:#fff9;margin:0;font-size:.85rem;line-height:1.4}.read-more{color:#8b5cf6;margin-top:auto;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .3s}.read-more:hover{color:#d946ef}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=968px){.content-content{flex-direction:column}.content-divider{flex-direction:row;justify-content:center;padding:.5rem 0}.divider-line{width:40px;height:2px}.divider-icon{animation:none}}.contact{z-index:1;padding:8rem 5%;position:relative}.contact-content{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.contact-text-centered{text-align:center;width:100%}.contact-text-centered .section-badge{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-block}.contact-text-centered h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.contact-text-centered p{color:#fffc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.contact-bottom-row{align-items:flex-start;gap:2rem;display:flex}.contact-left{flex:1;justify-content:flex-start;align-items:flex-start;margin-right:auto;display:flex}.contact-image{object-fit:contain;z-index:5;border-radius:24px;width:100%;max-width:500px;height:auto;position:relative}.contact-image-container{animation:5s ease-in-out infinite floatImg;position:relative;overflow:visible}.contact-image-container .sparkle{z-index:0;background:#fff;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite sparkleFloat;position:absolute;box-shadow:0 0 6px #8b5cf6,0 0 12px #8b5cf6cc}.contact-image-container .sparkle:first-child{animation-delay:0s;top:10%;left:-10px}.contact-image-container .sparkle:nth-child(2){width:4px;height:4px;animation-delay:.5s;top:30%;right:-15px}.contact-image-container .sparkle:nth-child(3){animation-delay:1s;top:50%;left:-20px}.contact-image-container .sparkle:nth-child(4){width:5px;height:5px;animation-delay:1.5s;top:70%;right:-10px}.contact-image-container .sparkle:nth-child(5){width:4px;height:4px;animation-delay:2s;bottom:20%;left:0%}.contact-image-container .sparkle:nth-child(6){animation-delay:2.5s;top:15%;left:30%}.contact-image-container .sparkle:nth-child(7){width:5px;height:5px;animation-delay:3s;bottom:10%;right:20%}.contact-image-container .sparkle:nth-child(8){animation-delay:3.5s;top:40%;left:-5%}.contact-image-container .star-dot{z-index:0;background:#fff;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite starTwinkle;position:absolute;box-shadow:0 0 4px #fff,0 0 8px #a855f7e6}.contact-image-container .star-dot:nth-child(9){animation-delay:.2s;top:5%;left:10%}.contact-image-container .star-dot:nth-child(10){animation-delay:.7s;top:25%;right:5%}.contact-image-container .star-dot:nth-child(11){animation-delay:1.2s;bottom:35%;left:5%}.contact-image-container .star-dot:nth-child(12){animation-delay:1.7s;top:60%;right:10%}.contact-image-container .star-dot:nth-child(13){animation-delay:2.2s;bottom:10%;right:30%}.contact-image-container .luminous-dot{z-index:0;background:radial-gradient(circle,#8b5cf6e6 0%,#d946ef99 50%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite luminousPulse;position:absolute}.contact-image-container .luminous-dot:nth-child(14){animation-delay:.3s;top:20%;left:-15px}.contact-image-container .luminous-dot:nth-child(15){animation-delay:.8s;top:45%;right:-12px}.contact-image-container .luminous-dot:nth-child(16){animation-delay:1.3s;bottom:30%;left:-8px}.contact-image-container .luminous-dot:nth-child(17){animation-delay:1.8s;top:75%;right:15%}.contact-image-container .luminous-dot:nth-child(18){animation-delay:2.3s;top:10%;left:20%}.contact-image-container .rings-container{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-image-container .ring{border:2px solid #8b5cf680;border-radius:50%;animation:5s ease-out infinite expandRing;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-image-container .ring-1{animation-delay:0s}.contact-image-container .ring-2{animation-delay:1.7s}.contact-image-container .ring-3{animation-delay:3.4s}.contact-image-container .comet-tail{transform-origin:100%;filter:blur(1px);z-index:5;background:linear-gradient(90deg,#0000,#8b5cf6cc,#d946efe6,#fff);border-radius:50%;width:120px;height:4px;animation:3s ease-in-out infinite cometTrail;position:absolute;top:30%;right:100%;transform:translateY(-50%);box-shadow:0 0 15px #8b5cf6cc,0 0 30px #d946ef80}.contact-image-container .comet-tail:before{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 10px #fff,0 0 20px #8b5cf6}@keyframes floatImg{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.orbit-container{pointer-events:none;z-index:0;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-dot{border-radius:50%;width:10px;height:10px;position:absolute;box-shadow:0 0 10px,0 0 20px}.od1{color:#8b5cf6;transform-origin:150px 0;background:#8b5cf6;animation:10s linear infinite orbit1;top:50%;left:50%}.od2{color:#d946ef;transform-origin:120px 0;background:#d946ef;animation:12s linear infinite orbit2;top:50%;left:50%}.od3{color:#06b6d4;transform-origin:140px 0;background:#06b6d4;animation:14s linear infinite orbit3;top:50%;left:50%}.od4{color:#e879f9;transform-origin:100px 0;background:#e879f9;animation:11s linear infinite reverse orbit4;top:50%;left:50%}.od5{color:#c084fc;transform-origin:130px 0;background:#c084fc;animation:13s linear infinite orbit5;top:50%;left:50%}@keyframes orbit1{0%{transform:rotate(0)translate(150px)rotate(0)}to{transform:rotate(360deg)translate(150px)rotate(-360deg)}}@keyframes orbit2{0%{transform:rotate(0)translate(120px)rotate(0)}to{transform:rotate(360deg)translate(120px)rotate(-360deg)}}@keyframes orbit3{0%{transform:rotate(0)translate(140px)rotate(0)}to{transform:rotate(360deg)translate(140px)rotate(-360deg)}}@keyframes orbit4{0%{transform:rotate(0)translate(100px)rotate(0)}to{transform:rotate(-360deg)translate(100px)rotate(360deg)}}@keyframes orbit5{0%{transform:rotate(0)translate(130px)rotate(0)}to{transform:rotate(360deg)translate(130px)rotate(-360deg)}}.rotating-circle{pointer-events:none;z-index:0;border:2px solid #0000;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rc1{border-top:4px solid #8b5cf6cc;border-bottom:4px solid #d946ef66;width:350px;height:350px;animation:12s linear infinite rotateCircle}.rc2{border-left:4px solid #06b6d4b3;border-right:4px solid #c084fc80;width:400px;height:400px;animation:15s linear infinite rotateCircleReverse}@keyframes rotateCircle{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes rotateCircleReverse{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}.pulsing-circle{pointer-events:none;z-index:0;border:2px solid #8b5cf699;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pc1{width:300px;height:300px;animation:6s ease-in-out infinite pulseCircle}.pc2{border-color:#d946ef80;width:350px;height:350px;animation:8s ease-in-out 1s infinite pulseCircle}@keyframes pulseCircle{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(.8)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.arc{pointer-events:none;z-index:0;border:6px solid #0000;border-top-color:#8b5cf6cc;border-radius:50%;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arc1{animation:10s linear infinite arcRotate}.arc2{border-top-color:#06b6d4b3;width:280px;height:280px;animation:12s linear infinite arcRotateReverse}@keyframes arcRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes arcRotateReverse{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-360deg)}}.ripple-container{pointer-events:none;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple-container .ripple{border:2px solid #8b5cf680;border-radius:50%;animation:5s ease-out infinite rippleEffect;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ripple-container .ripple:first-child{animation-delay:0s}.ripple-container .ripple:nth-child(2){animation-delay:1s}.ripple-container .ripple:nth-child(3){animation-delay:2s}@keyframes rippleEffect{0%{opacity:.8;width:50px;height:50px}to{opacity:0;width:450px;height:450px}}.infinity-figure{pointer-events:none;z-index:0;width:200px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.infinity-figure:before,.infinity-figure:after{content:"";border:3px solid #d946efb3;border-radius:50%;width:50%;height:100%;position:absolute;top:0}.infinity-figure:before{transform-origin:100%;border-right:none;animation:10s linear infinite infinityRotate;left:0}.infinity-figure:after{transform-origin:0;border-left:none;animation:10s linear infinite reverse infinityRotate;right:0}@keyframes infinityRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spiral{pointer-events:none;z-index:0;border:5px solid #0000;border-top-color:#06b6d4cc;border-radius:50%;width:450px;height:450px;animation:15s linear infinite spiralRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spiral2{border-top-color:#d946efcc;width:380px;height:380px;animation:20s linear infinite spiralRotateReverse}@keyframes spiralRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(720deg)}}@keyframes spiralRotateReverse{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(-720deg)}}.rotating-diamond{pointer-events:none;z-index:0;background:0 0;border:3px solid #c084fccc;width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.rd1{animation:12s linear infinite diamondOrbit1}.rd2{border-color:#06b6d4b3;width:40px;height:40px;animation:10s linear infinite reverse diamondOrbit2}@keyframes diamondOrbit1{0%{transform:translate(-50%,-50%)rotate(45deg)translate(150px)rotate(-45deg)}to{transform:translate(-50%,-50%)rotate(405deg)translate(150px)rotate(-405deg)}}@keyframes diamondOrbit2{0%{transform:translate(-50%,-50%)rotate(45deg)translate(200px)rotate(-45deg)}to{transform:translate(-50%,-50%)rotate(-315deg)translate(200px)rotate(315deg)}}.dashed-border{pointer-events:none;z-index:0;border:3px dashed #8b5cf699;border-radius:50%;width:280px;height:280px;animation:20s linear infinite dashRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes dashRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.blob{pointer-events:none;filter:blur(25px);z-index:0;background:radial-gradient(circle,#8b5cf64d 0%,#d946ef33 50%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:12s ease-in-out infinite blobPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes blobPulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(.9)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.1)}}.contact-form-wrapper{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#5804ba66 0%,#2d146480 100%);border:1px solid #a855f766;border-radius:24px;flex:1;padding:3.5rem;position:relative;overflow:hidden}.contact-form-wrapper:before{content:"";z-index:-1;background:radial-gradient(circle,#8b5cf640 0%,#d946ef26 30%,#0000 60%);width:200%;height:200%;animation:8s ease-in-out infinite textGlowMove;position:absolute;top:-50%;left:-50%}.contact-form-wrapper:after{content:"";background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6) 0 0/300% 100%;height:3px;animation:4s linear infinite shimmerBorderText;position:absolute;top:0;left:0;right:0}.contact-form-wrapper .float-shape{pointer-events:none;opacity:.3;z-index:3;position:absolute}.contact-form-wrapper .shape-circle:first-child{border:2px solid #8b5cf6b3;border-radius:50%;width:50px;height:50px;animation:10s linear infinite floatRotate;top:-10px;left:5%}.contact-form-wrapper .shape-circle:nth-child(2){border:2px solid #d946ef99;border-radius:50%;width:40px;height:40px;animation:12s linear infinite reverse floatRotate;bottom:10%;right:5%}.contact-form-wrapper .shape-square:nth-child(3){border:2px solid #06b6d499;border-radius:4px;width:30px;height:30px;animation:8s ease-in-out infinite floatSquare;top:5%;right:-5px;transform:rotate(15deg)}.contact-form-wrapper .shape-triangle:nth-child(4){border-bottom:25px solid #8b5cf680;border-left:15px solid #0000;border-right:15px solid #0000;width:0;height:0;animation:9s ease-in-out infinite floatTriangle;bottom:20%;left:-8px}.contact-form-wrapper .shape-ring:nth-child(5){border:2px solid #d946ef99;border-radius:50%;width:35px;height:35px;animation:11s linear infinite floatRotate;top:-8px;right:20%}.contact-form-wrapper .shape-hexagon:nth-child(6){clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border:2px solid #c084fc80;width:30px;height:30px;animation:10s ease-in-out infinite floatHex;bottom:5%;left:15%}.contact-form-wrapper .grid-overlay{pointer-events:none;z-index:0;background-image:linear-gradient(#8b5cf60d 1px,#0000 1px),linear-gradient(90deg,#8b5cf60d 1px,#0000 1px);background-size:25px 25px;animation:20s linear infinite gridMove;position:absolute;inset:0}.contact-form{z-index:5;flex-direction:column;gap:1rem;display:flex;position:relative}.form-group{width:100%;position:relative}.form-input{color:#fff;background:#1e0f32cc;border:1px solid #8b5cf666;border-radius:12px;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .4s;position:relative;overflow:hidden}.form-input:before{content:"";background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6) 0 0/300% 100%;width:100%;height:2px;transition:left .5s;position:absolute;top:0;left:-100%}.form-input:focus:before{left:100%}.form-input:focus{background:#1e0f32f2;border-color:#8b5cf6cc;outline:none;transform:translateY(-2px);box-shadow:0 0 30px #8b5cf666,0 0 60px #d946ef33}.form-input::placeholder{color:#a78bfa;transition:color .3s}.form-input:focus::placeholder{color:#a78bfa80}.contact-form .btn-primary{background:linear-gradient(135deg,#8b5cf6 0%,#d946ef 50%,#8b5cf6 100%) 0 0/200% 200%;border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .4s;animation:3s infinite gradientShift;position:relative;overflow:hidden;box-shadow:0 5px 25px #8b5cf666}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.contact-form .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 40px #8b5cf699,0 0 60px #d946ef4d}.contact-form .btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.contact-form .btn-primary:hover:before{left:100%}@media (width<=968px){.contact-content{flex-direction:column}.contact-left{width:100%}.contact-image{max-width:100%}.contact-bottom-row{flex-direction:column}.contact-form-wrapper{width:100%}.contact-right{text-align:center}}.contact-content>p{color:#c4b5fd;margin-bottom:2rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{width:100%}.form-input{color:#fff;background:#1e0f3299;border:1px solid #8b5cf64d;border-radius:12px;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-input:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 25px #8b5cf64d}.form-input::placeholder{color:#a78bfa}.form-textarea{resize:vertical;min-height:150px}.footer{z-index:1;background:#020009;border-top:1px solid #8b5cf626;padding:4rem 5%;position:relative}.footer-content{text-align:center;max-width:1200px;margin:0 auto}.footer-logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-tagline{color:#a78bfa;margin-bottom:2rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-links a{color:#c4b5fd;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#c084fc;text-shadow:0 0 15px #c084fc80}.footer-copy{color:#a78bfa;font-size:.85rem}@media (width<=1024px){.hero{text-align:center;flex-direction:column;padding-top:100px}.hero-content{max-width:100%}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{height:400px}.services-grid{grid-template-columns:1fr}.about{flex-direction:column;padding:3rem 5%}.about-images{gap:1rem;width:100%}.about-images .img-container{width:100%;max-width:250px;margin:0 auto}.about-images .img-container img{object-fit:contain;width:100%;height:auto}.portfolio-content{flex-direction:column-reverse}.portfolio-left{width:100%}.portfolio-card{height:250px}.portfolio-card img{object-fit:cover;height:250px}.portfolio-right{width:100%}}.mobile-nav-icons{display:none}.desktop-social-icons{display:flex}@media (width<=768px){.navbar{flex-wrap:wrap;padding:1rem 5%;position:fixed}.nav-links{display:none}.desktop-social-icons{display:none!important}.mobile-nav-icons{align-items:center;gap:8px;margin-left:auto;display:flex}.mobile-nav-icons .social-icons{flex-direction:row;gap:6px;display:flex}.mobile-nav-icons .social-icons a{width:30px!important;height:30px!important}.hamburger{cursor:pointer;z-index:100;flex-direction:column;gap:5px;display:flex!important}.mobile-menu+div>div:last-child{display:none!important}.subscribe-form{flex-direction:column!important;align-items:center!important}.subscribe-form input{text-align:center!important;width:100%!important}.subscribe-form button{width:100%!important}.hamburger span{background:#c4b5fd;border-radius:2px;width:25px;height:3px}.mobile-menu{border-top:1px solid #8b5cf64d;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;right:0;background:#311048cc!important}.mobile-menu .nav-link{color:#c4b5fd;padding:.5rem 0;font-size:1rem;text-decoration:none}.nav-tagline{display:none}.hero{flex-direction:column;align-items:flex-start;gap:0;min-height:auto;padding-top:20px;overflow:visible}.hero-content{text-align:center;max-width:100%;padding-top:0}.hero-badge{margin-top:15px;padding:.4rem 1rem;font-size:.75rem}.hero-title{text-align:center;width:100%;margin-bottom:.5rem;font-size:1.8rem}.hero-subtitle{text-align:center;overflow-wrap:break-word;word-break:break-word;margin-bottom:1rem;padding:0 10px;font-size:.65rem;line-height:1.4}.hero-buttons{flex-flow:wrap;justify-content:center;gap:.5rem}.hero-buttons .btn{padding:.4rem 1rem;font-size:.8rem}.hero-image-right{width:80%!important;max-width:300px!important;margin-top:200px!important;margin-left:auto!important;margin-right:auto!important;display:block!important;position:relative!important}.hero-image-right img,.header-img{width:100%;height:auto}.hero-image-right .ripple-container,.hero-image-right .ripple,.hero-image-right .spiral,.hero-image-right .rotating-circle,.hero-image-right .rotating-diamond,.hero-image-right .orbit-container,.hero-image-right .orbit-dot,.nebula-particles .s7,.nebula-particles .s8,.nebula-particles .s9,.nebula-particles .s10,.nebula-particles .s11,.nebula-particles .s12,.nebula-particles .s13,.nebula-particles .s14,.nebula-particles .s15,.nebula-particles .s16,.nebula-particles .s17,.nebula-particles .s18,.nebula-particles .s19,.nebula-particles .s20,.nebula-particles .s21,.nebula-particles .s22,.nebula-particles .s23,.nebula-particles .s24,.nebula-particles .s25,.nebula-particles .s26,.nebula-particles .s27,.nebula-particles .s28,.nebula-particles .s29,.nebula-particles .s30,.nebula-particles .s31,.nebula-particles .s32{display:none!important}.hero{overflow:visible}.services-header-row{justify-content:center}.section-title{white-space:normal;text-align:center;font-size:1.6rem}.section-subtitle{white-space:normal;text-align:center}.section-header{text-align:center}.section-badge{white-space:normal;padding:.3rem .8rem;font-size:.75rem}.hero-stats{flex-direction:column;gap:1.5rem}.about-features{flex-direction:column;gap:1rem}.hero-visual{height:300px}.floating-card{padding:.75rem 1rem;font-size:.8rem}.central-element,.core-ring.ring-1{width:150px;height:150px}.core-ring.ring-2{width:120px;height:120px}.core-ring.ring-3{width:90px;height:90px}}.ss5-star{width:90px;animation-delay:7s;top:85%;left:-100px}.star-cluster{pointer-events:none;width:100px;height:100px;position:absolute}.cluster-1{background:radial-gradient(1px 1px at 20% 30%,#ffffffe6 0%,#0000 100%),radial-gradient(1px 1px at 40%,#fffc 0%,#0000 100%),radial-gradient(1px 1px at 60% 40%,#ffffffb3 0%,#0000 100%),radial-gradient(1px 1px at 30% 60%,#ffffffe6 0%,#0000 100%),radial-gradient(1px 1px at 50% 25%,#fff9 0%,#0000 100%),radial-gradient(1px 1px at 70% 70%,#fffc 0%,#0000 100%),radial-gradient(1px 1px at 25% 45%,#ffffffb3 0%,#0000 100%),radial-gradient(1px 1px at 55% 55%,#ffffffe6 0%,#0000 100%);animation:4s ease-in-out infinite clusterGlow;top:20%;right:15%}.cluster-2{background:radial-gradient(1px 1px at 30% 40%,#c4b5fde6 0%,#0000 100%),radial-gradient(1px 1px at 50% 30%,#c4b5fdcc 0%,#0000 100%),radial-gradient(1px 1px at 70% 60%,#c4b5fdb3 0%,#0000 100%),radial-gradient(1px 1px at 40% 70%,#c4b5fde6 0%,#0000 100%),radial-gradient(1px 1px at 60%,#c4b5fd99 0%,#0000 100%),radial-gradient(1px 1px at 20% 60%,#c4b5fdcc 0%,#0000 100%);animation:5s ease-in-out -2s infinite reverse clusterGlow;bottom:25%;left:10%}@keyframes clusterGlow{0%,to{opacity:.4;filter:brightness(.8)}50%{opacity:.8;filter:brightness(1.2)}}.cosmic-dust{pointer-events:none;filter:blur(15px);border-radius:50%;position:absolute}.dust1{background:radial-gradient(#8b5cf626 0%,#0000 70%);width:200px;height:100px;animation:20s ease-in-out infinite dustFloat;top:30%;left:20%}.dust2{background:radial-gradient(#a855f71f 0%,#0000 70%);width:150px;height:80px;animation:25s ease-in-out -5s infinite reverse dustFloat;top:60%;right:25%}.dust3{background:radial-gradient(#7c3aed1a 0%,#0000 70%);width:180px;height:90px;animation:22s ease-in-out -10s infinite dustFloat;bottom:20%;left:50%}@keyframes dustFloat{0%,to{opacity:.5;transform:translate(0)scale(1)}25%{opacity:.7;transform:translate(30px,-20px)scale(1.1)}50%{opacity:.4;transform:translate(-20px,30px)scale(.9)}75%{opacity:.6;transform:translate(20px,20px)scale(1.05)}}.aurora{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.aurora-1{background:linear-gradient(#0000 0%,#8b5cf614 20%,#a855f70d 40%,#c084fc0a 50%,#a855f70f 60%,#8b5cf614 80%,#0000 100%);animation:15s ease-in-out infinite auroraWave}@keyframes auroraWave{0%,to{opacity:.3;transform:scaleY(1)translateY(0)}50%{opacity:.6;transform:scaleY(1.1)translateY(-5px)}}.energy-wave{pointer-events:none;border-radius:50%;position:absolute}.wave1{background:radial-gradient(circle,#0000 40%,#8b5cf61a 50%,#0000 70%);width:300px;height:300px;animation:8s ease-out infinite energyPulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes energyPulse{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}20%{opacity:.6}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.wave2{background:radial-gradient(circle,#0000 40%,#4c1d951f 50%,#0000 70%);width:250px;height:250px;animation:10s ease-out -4s infinite energyPulse;top:30%;left:20%;transform:translate(-50%,-50%)}.cluster-3{background:radial-gradient(1px 1px at 25% 35%,#4c1d95e6 0%,#0000 100%),radial-gradient(1px 1px at 45% 45%,#3b0764cc 0%,#0000 100%),radial-gradient(1px 1px at 65% 55%,#4c1d95b3 0%,#0000 100%),radial-gradient(1px 1px at 35% 65%,#3b0764e6 0%,#0000 100%),radial-gradient(1px 1px at 55% 30%,#4c1d9599 0%,#0000 100%),radial-gradient(1px 1px at 30%,#3b0764cc 0%,#0000 100%);animation:6s ease-in-out -3s infinite clusterGlow;top:60%;right:30%}.dust4{background:radial-gradient(#3b076426 0%,#0000 70%);width:180px;height:100px;animation:18s ease-in-out -7s infinite dustFloat;top:45%;left:65%}.aurora-2{background:linear-gradient(#0000 0%,#4c1d950f 20%,#3b07640d 40%,#3b07640a 50%,#4c1d950f 60%,#3b07640d 80%,#0000 100%);animation:12s ease-in-out -5s infinite reverse auroraWave}.ss6-star{width:70px;animation-delay:12s;top:40%;left:-100px}.aurora-3{background:linear-gradient(#0000 0%,#ad02a71a 20%,#ad02a714 40%,#ad02a70f 50%,#ad02a714 60%,#ad02a71a 80%,#0000 100%);animation:10s ease-in-out -2s infinite auroraWave}.wave3{background:radial-gradient(circle,#0000 40%,#ad02a71f 50%,#0000 70%);width:280px;height:280px;animation:9s ease-out -3s infinite energyPulse;top:70%;left:30%;transform:translate(-50%,-50%)}.aurora-4{background:linear-gradient(#0000 0%,#5fa4e114 20%,#5fa4e10f 40%,#5fa4e10d 50%,#5fa4e10f 60%,#5fa4e114 80%,#0000 100%);animation:13s ease-in-out -6s infinite auroraWave}.wave4{background:radial-gradient(circle,#0000 40%,#5fa4e11a 50%,#0000 70%);width:260px;height:260px;animation:11s ease-out -5s infinite energyPulse;top:35%;left:75%;transform:translate(-50%,-50%)}.bright-star{background:#fff;border-radius:50%;width:3px;height:3px;animation:3s ease-in-out infinite brightTwinkle;position:absolute;box-shadow:0 0 4px #fff,0 0 8px #fffc}.bs1{animation-delay:0s;top:8%;left:15%}.bs2{width:2px;height:2px;animation-delay:.5s;top:15%;left:45%}.bs3{animation-delay:1s;top:25%;left:75%}.bs4{width:2px;height:2px;animation-delay:1.5s;top:35%;left:25%}.bs5{animation-delay:2s;top:45%;left:85%}.bs6{width:2px;height:2px;animation-delay:.3s;top:55%;left:55%}.bs7{animation-delay:.8s;top:65%;left:35%}.bs8{width:2px;height:2px;animation-delay:1.3s;top:75%;left:65%}.bs9{animation-delay:1.8s;top:85%;left:5%}.bs10{width:4px;height:4px;animation-delay:2.3s;top:12%;left:92%}@keyframes brightTwinkle{0%,to{opacity:.5;filter:brightness(.7);transform:scale(1)}50%{opacity:1;filter:brightness(1.5);transform:scale(1.3)}}.dust5{filter:blur(10px);background:radial-gradient(#ffffff14 0%,#0000 70%);width:150px;height:80px;animation:18s ease-in-out -3s infinite dustFloat;top:20%;left:40%}.dust6{filter:blur(8px);background:radial-gradient(#c8c8ff0f 0%,#0000 70%);width:120px;height:60px;animation:22s ease-in-out -8s infinite reverse dustFloat;top:50%;left:70%}.dust7{filter:blur(12px);background:radial-gradient(#ffffff12 0%,#0000 70%);width:140px;height:70px;animation:20s ease-in-out -12s infinite dustFloat;bottom:30%;left:15%}.dark-star{background:#140a2899;border-radius:50%;width:2px;height:2px;animation:5s ease-in-out infinite darkTwinkle;position:absolute}.ds1{animation-delay:0s;top:18%;left:28%}.ds2{animation-delay:.8s;top:28%;left:68%}.ds3{width:3px;height:3px;animation-delay:1.6s;top:42%;left:18%}.ds4{animation-delay:2.4s;top:52%;left:78%}.ds5{animation-delay:.4s;top:62%;left:48%}.ds6{width:3px;height:3px;animation-delay:1.2s;top:72%;left:88%}.ds7{animation-delay:2s;top:82%;left:38%}.ds8{animation-delay:2.8s;top:92%;left:58%}@keyframes darkTwinkle{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:.6;transform:scale(1.1)}}.dust8{filter:blur(14px);background:radial-gradient(#140a2826 0%,#0000 70%);width:130px;height:70px;animation:24s ease-in-out -6s infinite dustFloat;top:25%;left:55%}.dust9{filter:blur(16px);background:radial-gradient(#1e0f321f 0%,#0000 70%);width:160px;height:85px;animation:26s ease-in-out -11s infinite reverse dustFloat;top:55%;left:25%}.dust10{filter:blur(10px);background:radial-gradient(#190a2d1a 0%,#0000 70%);width:110px;height:55px;animation:22s ease-in-out -15s infinite dustFloat;bottom:35%;left:65%}.blue-orb{filter:blur(30px);border-radius:50%;animation:8s ease-in-out infinite blueOrbGlow;position:absolute}.blue-orb.orb1{background:radial-gradient(circle,#5fa4e199 0%,#5fa4e14d 40%,#0000 70%);width:280px;height:280px;top:15%;left:10%}.blue-orb.orb2{background:radial-gradient(circle,#448fd480 0%,#448fd440 40%,#0000 70%);width:220px;height:220px;animation-delay:-3s;bottom:20%;right:15%}.blue-orb.orb3{background:radial-gradient(circle,#5fa4e166 0%,#5fa4e133 40%,#0000 70%);width:180px;height:180px;animation-delay:-5s;top:50%;left:60%}@keyframes blueOrbGlow{0%,to{opacity:.2;filter:blur(35px);transform:scale(.9)}50%{opacity:.7;filter:blur(25px);transform:scale(1.1)}}.blue-aura{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.blue-aura.aura1{background:radial-gradient(at 30% 60%,#5fa4e10f 0%,#0000 50%),radial-gradient(at 70% 30%,#448fd40a 0%,#0000 40%);animation:12s ease-in-out infinite blueAuraPulse}@keyframes blueAuraPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.blue-wave{pointer-events:none;border-radius:50%;position:absolute}.blue-wave.bw1{background:radial-gradient(circle,#0000 40%,#5fa4e114 50%,#0000 70%);width:240px;height:240px;animation:10s ease-out infinite blueWaveExpand;top:25%;right:20%}.blue-wave.bw2{background:radial-gradient(circle,#0000 40%,#448fd40f 50%,#0000 70%);width:200px;height:200px;animation:12s ease-out -5s infinite blueWaveExpand;bottom:35%;left:15%}@keyframes blueWaveExpand{0%{opacity:0;transform:scale(.5)}15%{opacity:.8}to{opacity:0;transform:scale(2.5)}}.header-image-container{position:relative;overflow:visible}.header-image-container .ripple-container{pointer-events:none;z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-image-container .ripple{border:2px solid #8b5cf680;border-radius:50%;animation:4s ease-out infinite rippleEffectHeader;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-image-container .ripple:first-child{animation-delay:0s}.header-image-container .ripple:nth-child(2){animation-delay:1.3s}.header-image-container .ripple:nth-child(3){animation-delay:2.6s}.header-image-container .spiral{pointer-events:none;z-index:0;border:4px solid #0000;border-top-color:#06b6d4cc;border-radius:50%;width:400px;height:400px;animation:15s linear infinite spiralRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-image-container .rotating-circle{pointer-events:none;z-index:0;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-image-container .rc1{border-top:4px solid #8b5cf6cc;border-bottom:4px solid #d946ef66;width:350px;height:350px;animation:12s linear infinite rotateCircle}.header-image-container .rc2{border-left:4px solid #06b6d4b3;border-right:4px solid #c084fc80;width:450px;height:450px;animation:15s linear infinite rotateCircleReverse}.header-image-container .rotating-diamond{pointer-events:none;z-index:0;background:0 0;border:3px solid #c084fccc;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.header-image-container .rd1{animation:12s linear infinite diamondOrbitHeader1}.header-image-container .rd2{border-color:#06b6d4b3;width:30px;height:30px;animation:10s linear infinite reverse diamondOrbitHeader2}.header-image-container .orbit-container{pointer-events:none;z-index:0;width:350px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-image-container .orbit-dot{background:radial-gradient(circle,#c084fc 0%,#8b5cf6cc 50%,#0000 70%);border-radius:50%;width:8px;height:8px;position:absolute;box-shadow:0 0 10px #c084fce6}.header-image-container .od1{transform-origin:175px 0;animation:8s linear infinite orbitHeader1}.header-image-container .od2{transform-origin:140px 0;animation:10s linear infinite orbitHeader2}.header-image-container .od3{transform-origin:160px 0;animation:12s linear infinite orbitHeader3}.header-image-container .od4{transform-origin:120px 0;animation:9s linear infinite reverse orbitHeader4}.header-image-container .od5{transform-origin:150px 0;animation:11s linear infinite orbitHeader5}@keyframes rippleEffectHeader{0%{opacity:.8;width:50px;height:50px}to{opacity:0;width:500px;height:500px}}@keyframes diamondOrbitHeader1{0%{transform:translate(-50%,-50%)rotate(45deg)translate(180px)rotate(-45deg)}to{transform:translate(-50%,-50%)rotate(405deg)translate(180px)rotate(-405deg)}}@keyframes diamondOrbitHeader2{0%{transform:translate(-50%,-50%)rotate(45deg)translate(220px)rotate(-45deg)}to{transform:translate(-50%,-50%)rotate(-315deg)translate(220px)rotate(315deg)}}@keyframes orbitHeader1{0%{transform:rotate(0)translate(175px)rotate(0)}to{transform:rotate(360deg)translate(175px)rotate(-360deg)}}@keyframes orbitHeader2{0%{transform:rotate(0)translate(140px)rotate(0)}to{transform:rotate(360deg)translate(140px)rotate(-360deg)}}@keyframes orbitHeader3{0%{transform:rotate(0)translate(160px)rotate(0)}to{transform:rotate(360deg)translate(160px)rotate(-360deg)}}@keyframes orbitHeader4{0%{transform:rotate(0)translate(120px)rotate(0)}to{transform:rotate(360deg)translate(120px)rotate(-360deg)}}@keyframes orbitHeader5{0%{transform:rotate(0)translate(150px)rotate(0)}to{transform:rotate(360deg)translate(150px)rotate(-360deg)}}.blog-page{background:var(--darker);min-height:100vh;padding-top:100px}.blog-hero{text-align:center;background:linear-gradient(#8b5cf61a 0%,#0000 100%);padding:60px 5% 40px}.blog-hero-content h1{margin-bottom:1rem;font-size:3rem;font-weight:800}.blog-hero-content p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.2rem}.blog-container{max-width:1200px;margin:0 auto;padding:40px 5%}.blog-categories{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:40px;display:flex}.category-btn{color:var(--gray);cursor:pointer;background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:50px;padding:.6rem 1.5rem;transition:all .3s}.category-btn:hover,.category-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:60px;display:grid}.blog-card{color:#fff;background:#1a0a2e;border:1px solid #8b5cf666;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #8b5cf633}.blog-card-image{background:#8b5cf61a;height:200px;position:relative;overflow:hidden}.blog-featured-img{object-fit:cover;width:100%;height:100%}.blog-card-category{background:var(--primary);color:#fff;z-index:2;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;position:absolute;top:15px;left:15px}.blog-image-placeholder{color:#8b5cf680;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.blog-image-placeholder svg{width:60px;height:60px}.blog-card-content{padding:1.5rem}.blog-meta{color:var(--gray);align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.85rem;display:flex}.blog-dot{opacity:.5}.blog-card h2{color:#fff;margin-bottom:.8rem;font-size:1.3rem;font-weight:700;line-height:1.4}.blog-card p{color:#e9d5ff;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.blog-newsletter{text-align:center;background:linear-gradient(135deg,#8b5cf626 0%,#d946ef1a 100%);border:1px solid #8b5cf64d;border-radius:20px;padding:40px}.newsletter-content h3{margin-bottom:.8rem;font-size:1.8rem}.newsletter-content p{color:var(--gray);margin-bottom:1.5rem}.newsletter-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.newsletter-form input{color:#fff;background:#1a0a2ecc;border:1px solid #8b5cf64d;border-radius:8px;flex:1;padding:.8rem 1.2rem;font-size:1rem}.newsletter-form input:focus{border-color:var(--primary);outline:none}@media (width<=768px){.header-image-container .ripple,.header-image-container .rc2,.header-image-container .rotating-diamond,.header-image-container .spiral,.header-image-container .orbit-dot,.about-images .sparkle,.about-images .star-dot,.about-images .luminous-dot,.about-images .crosshair,.about-images .comet-tail,.about-images .pulsing-circle,.about-images .spiral,.about-images .dashed-border,.about-images .rotating-diamond,.about-images .arc,.about-images .ring{display:none!important}.service-card .particle:nth-child(n+3),.nebula-container{animation:none!important}.gradient-orb{opacity:.3!important;animation:none!important}.nebula-cloud,.nebula-orb{opacity:.2!important;animation:none!important}.cosmic-dust,.nebula-particles{animation:none!important}.star,.star.s1,.star.s2,.star.s3,.star.s4,.star.s5,.star.s6,.star.s7,.star.s8,.star.s9,.star.s10,.star.s11,.star.s12,.star.s13,.star.s14,.star.s15,.star.s16,.star.s17,.star.s18,.star.s19,.star.s20,.star.s21,.star.s22,.star.s23,.star.s24,.star.s25,.star.s26,.star.s27,.star.s28,.star.s29,.star.s30,.star.s31,.star.s32,.star-cluster{opacity:.2!important;animation:none!important}.bright-star{opacity:.3!important;animation:none!important}.blue-orb{opacity:.2!important;animation:none!important}[class*=ss],[class*=luminousPulse],[class*=luminous]{animation:none!important}.lp1,.lp2,.lp3,.lp4,.lp5,.lp6,.lp7,.lp8,.orb1,.orb2,.orb3,.orb4,.orb5,.orb6,.orb7,.cluster-1,.cluster-2,.cluster-3,.bs1,.bs2,.bs3,.bs4,.bs5,.bs6,.bs7,.bs8,.bs9,.bs10{opacity:.2!important;animation:none!important}.ripple-container,.ripple-container *{animation:none!important;display:none!important}.header-image-container .ripple-container,.hero-image-right .ripple-container{display:none!important}.blue-aura,.particle-aura,.rings-container,.ring,.float-shape{animation:none!important;display:none!important}.about-images .sparkle{animation:none!important}.about-images .sparkle:first-child{animation:1.5s ease-in-out infinite sparkle!important}.about-images .rotating-diamond{animation:none!important}.about-images .rotating-diamond:first-child{animation:4s linear infinite rotateDiamond!important}.contact-image-container .rotating-circle,.contact-image-container .rotating-diamond{animation:none!important}.contact-image-container .rotating-diamond:first-child{animation:4s linear infinite rotateDiamond!important}.contact-image-container .sparkle,.img-container .crosshair,.img-container .ripple,.img-container .sparkle{animation:none!important}.portfolio-particles .particle:nth-child(n+4){display:none!important}.about-text-wrapper .text-particle:nth-child(n+4){animation:none!important}.btn-primary:before,.btn-primary:after{display:none!important}.btn-primary{transform:none!important;box-shadow:0 0 20px #8b5cf666!important}.btn-secondary{box-shadow:0 0 15px #8b5cf64d!important}.blog-hero-content h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}}.blog-admin{background:var(--darker);min-height:100vh;padding:20px}.admin-header{text-align:center;background:linear-gradient(#8b5cf626 0%,#0000 100%);border-bottom:1px solid #8b5cf633;margin-bottom:40px;padding:40px 20px}.admin-header h1{margin-bottom:.5rem;font-size:2.5rem}.admin-header p{color:var(--gray)}.admin-content{gap:30px;max-width:1400px;margin:0 auto;display:flex}.admin-sidebar{flex-shrink:0;width:250px}.admin-sidebar .btn{width:100%;margin-bottom:20px}.admin-stats{background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:12px;padding:20px}.stat-card{text-align:center}.stat-number{color:var(--primary);font-size:3rem;font-weight:800;display:block}.stat-label{color:var(--gray);font-size:.9rem}.admin-main{background:#8b5cf60d;border:1px solid #8b5cf633;border-radius:16px;flex:1;padding:30px}.post-form-container h2,.posts-list h2{margin-bottom:20px;font-size:1.5rem}.post-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--gray);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{color:#fff;background:#1a0a2ecc;border:1px solid #8b5cf64d;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);outline:none}.form-row{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.form-actions{justify-content:flex-end;gap:15px;margin-top:20px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .3s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{color:var(--gray);background:#8b5cf633}.btn-secondary:hover{background:#8b5cf64d}.posts-list{flex-direction:column;gap:15px;display:flex}.post-item{background:#1a0a2e80;border:1px solid #8b5cf633;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;display:flex}.post-info{flex:1}.post-category{background:var(--primary);border-radius:20px;margin-bottom:8px;padding:4px 12px;font-size:.75rem;display:inline-block}.post-info h3{margin-bottom:5px;font-size:1.1rem}.post-info p{color:var(--gray);margin-bottom:8px;font-size:.9rem}.post-meta{color:#c4b5fdb3;font-size:.8rem}.post-actions{gap:10px;display:flex}.btn-edit,.btn-delete{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;transition:all .3s}.btn-edit{color:#fff;background:#8b5cf64d}.btn-edit:hover{background:var(--primary)}.btn-delete{color:#fca5a5;background:#ef44444d}.btn-delete:hover{background:#ef444480}@media (width<=768px){.admin-content{flex-direction:column}.admin-sidebar{width:100%}.form-row{grid-template-columns:1fr}.post-item{flex-direction:column;align-items:flex-start;gap:15px}}.services-section{z-index:1;padding:80px 5%;position:relative}.services-section .container{max-width:1200px;margin:0 auto}.tech-section{margin:60px 0}.tech-title,.process-title,.usecases-title{text-align:center;color:#e9d5ff;margin-bottom:30px;font-size:1.5rem;font-weight:600}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.tech-card{background:#0f0518cc;border:1px solid #8b5cf633;border-radius:16px;align-items:flex-start;gap:15px;padding:25px;transition:all .3s;display:flex}.tech-card:hover{border-color:#8b5cf680;transform:translateY(-5px);box-shadow:0 10px 30px #8b5cf633}.tech-icon{font-size:2rem}.tech-info h4{color:#fff;margin-bottom:8px;font-size:1.1rem;font-weight:600}.tech-info p{color:#a78bfa;font-size:.9rem;line-height:1.5}.process-section{text-align:center;margin:60px 0}.process-steps{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px;display:flex}.process-step{flex-direction:column;align-items:center;gap:10px;display:flex}.step-number{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 0 20px #8b5cf666}.step-name{color:#c4b5fd;font-size:.95rem}.clawbot-section{background:linear-gradient(#0f051800 0%,#1a0a2e4d 50%,#0f051800 100%)}.usecases-section{margin:60px 0}.usecases-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;display:grid}.usecase-card{background:linear-gradient(135deg,#2d0540d9 0%,#1e0f32e6 100%);border:1px solid #8b5cf64d;border-radius:16px;padding:25px;transition:all .3s}.usecase-card:hover{border-color:#8b5cf699;transform:translateY(-5px)}.usecase-card h4{color:#fff;margin-bottom:10px;font-size:1.1rem;font-weight:600}.usecase-card p{color:#c4b5fd;font-size:.9rem;line-height:1.6}.cta-box{text-align:center;background:linear-gradient(145deg,#8b5cf626,#667eea0d);border:1px solid #8b5cf633;border-radius:24px;margin-top:60px;padding:50px 40px}.cta-box h3{margin-bottom:15px;font-size:1.8rem;font-weight:700}.cta-box p{color:#c4b5fd;max-width:500px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1.1rem}.mentorship-section{padding:80px 5%}.mentorship-content{text-align:center;max-width:800px;margin:0 auto}.mentorship-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:40px 0;display:grid}.navbar{z-index:100;background:#311048cc;border-bottom:1px solid #8b5cf633;justify-content:space-between;align-items:center;padding:15px 5%;display:flex;position:sticky;top:0}.logo-link{align-items:center;gap:8px;text-decoration:none;display:flex}.footer{background:#020009;border-top:1px solid #8b5cf633;padding:60px 5% 30px}.footer-content{grid-template-columns:repeat(3,1fr);align-items:center;gap:40px;max-width:1200px;margin:0 auto 40px;display:grid}.footer-logo{flex-direction:column;align-items:flex-start;display:flex}.footer-links{justify-content:center;gap:30px;display:flex}.footer-links a{color:#c4b5fd;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-social{justify-content:flex-end;gap:12px;display:flex}.social-link{background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{background:#8b5cf64d;transform:translateY(-3px)}.footer-copy{text-align:center;color:#a78bfa;border-top:1px solid #8b5cf633;max-width:1200px;margin:0 auto;padding-top:25px;font-size:.85rem}.gradient-text{background:linear-gradient(90deg,#8b5cf6,#d946ef,#06b6d4,#8b5cf6);-webkit-text-fill-color:transparent;letter-spacing:.5px;background-size:300% 100%;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-weight:900;animation:10s infinite gradientBicolor}@media (width<=768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:30px}.footer-logo{align-items:center}.footer-links{flex-wrap:wrap;gap:15px}.footer-social{justify-content:center}.tech-grid,.usecases-grid{grid-template-columns:1fr}footer>div:first-child{grid-template-columns:1fr 1fr!important;align-items:center!important;gap:15px!important}footer>div:first-child>div:first-child{justify-content:flex-start!important}footer>div:first-child>div:first-child img{width:100px!important;height:auto!important}footer>div:first-child>div:last-child{justify-content:flex-end!important}footer>div:first-child>div:nth-child(2){display:none!important}footer{padding:30px 5%!important}.tech-flex-row{flex-direction:column!important;align-items:center!important;gap:20px!important}.tech-img-col{width:120px!important;max-width:120px!important;margin:0 auto!important}.tech-img-col img,.tech-cards-col{width:100%!important}.tech-cards-col{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.tech-cards-col>div{text-align:center!important;flex-direction:column!important;align-items:center!important;padding:6px!important}.tech-cards-col>div img{width:20px!important;height:20px!important;margin:0 auto!important}.tech-cards-col>div h4{text-align:center!important;margin-bottom:2px!important;font-size:.55rem!important;line-height:1.1!important}.tech-cards-col>div p{color:#a78bfa!important;font-size:.5rem!important;line-height:1.2!important;display:block!important}.webtypes-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.webtypes-grid>div{padding:20px!important}.webtypes-grid>div h4{font-size:1rem!important}.webtypes-grid>div p{font-size:.8rem!important}.webtypes-grid>div>div:last-child>span{padding:4px 8px!important;font-size:.7rem!important}.clawbot-flex{flex-direction:column!important;align-items:center!important;gap:30px!important}.clawbot-flex>div:first-child{order:2!important;width:100%!important}.clawbot-flex>div:last-child{order:1!important;width:200px!important;margin:0 auto!important}.clawbot-flex>div:last-child img{width:100%!important}.agent-features-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.agent-features-grid>div{padding:15px!important}.agent-features-grid>div h4{font-size:.85rem!important}.agent-features-grid>div p{font-size:.7rem!important}.cta-btn{transition:transform .3s,box-shadow .3s;position:relative}.cta-btn:before{content:"";border-radius:inherit;z-index:-1;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc,#8b5cf6) 0 0/300% 300%;animation:3s infinite borderGlow;position:absolute;inset:-2px}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 40px #8b5cf680}@keyframes borderGlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.consultoria-flex{flex-direction:column!important;gap:30px!important}.consultoria-flex>div:first-child{order:2!important;width:100%!important}.consultoria-flex>div:last-child{order:1!important;width:200px!important;margin:0 auto!important}.consultoria-flex>div:last-child img{width:100%!important}.consultoria-cards{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.consultoria-cards>div{padding:12px!important}.consultoria-cards>div h4{font-size:.75rem!important}.consultoria-cards>div p{font-size:.65rem!important}.header-image-container .ripple,.header-image-container .rc1,.header-image-container .rc2,.header-image-container .rd1,.header-image-container .rd2,.header-image-container .od1,.header-image-container .od2,.header-image-container .od3,.header-image-container .od4,.header-image-container .od5,.navParticleFloat,.navStarTwinkle,.floatImage,.badgeGlow,.twinkle,.statGlow,.shoot,.milkyWay,.blackHolePulse,.blackHoleRing,.nebulaCloudFloat,.orbGlow,.shapeFloat,.iconFloat,.textGlowMove,.textParticleFloat,.floatHex,.luminousPulseAbout,.crosshairPulse,.floatImg1,.floatImg2,.floatAround,.iconBounce,.cometTrail,.radialAura,.expandRing,.shimmerBorderText,.statColorCycle,.portfolioSlide,.floatImg,.iconPop,.rotateGlow,.particleFloat,.luminousPulse,.orbit2,.orbit3,.orbit4,.orbit5,.pulseCircle,.rippleEffect,.diamondOrbit1,.diamondOrbit2,.dashRotate,.clusterGlow,.dustFloat,.auroraWave,.energyPulse,.brightTwinkle,.darkTwinkle,.blueOrbGlow,.blueAuraPulse,.blueWaveExpand,.rippleEffectHeader,.diamondOrbitHeader1,.diamondOrbitHeader2,.orbitHeader1,.orbitHeader2,.orbitHeader3,.orbitHeader4,.orbitHeader5,.borderGlow,.gridMove,.blobPulse,.floatSquare,.floatTriangle,.sparkleFloat,.sparkle,.float,.glowPulse,.textGlow,.gradientPulse,.pulseGlow,.rotateCircle,.rotateCircleReverse,.arcRotate,.arcRotateReverse,.infinityRotate,.spiralRotate,.spiralRotateReverse,.floatRotate{animation:none!important}.service-card-image .particle-aura,.service-card-image .rings-container,.service-card-image .ring,.service-card-image .spiral,.service-card-image .spiral2,.service-card-image .rotating-circle,.service-card-image .rotating-diamond,.service-card-image .orbit-container,.service-card-image .orbit-dot,.service-card-image .sparkle,.service-card-image .star-dot,.service-card-image .luminous-dot,.service-card-image .arc2{display:none!important}.service-card-image{justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important}.service-card-image img{max-width:300px!important;height:auto!important;margin-top:250px!important;animation:6s ease-in-out infinite floatImage!important;display:block!important}.service-card{padding-bottom:25px!important}.contact-image-container .luminous-dot,.contact-image-container .star-dot,.contact-image-container .blob,.contact-image-container .sparkle,.contact-image-container .rotating-circle,.contact-image-container .rotating-diamond,.contact-image-container .comet-tail,.contact-image-container .crosshair,.contact-image-container .crosshair-h,.contact-image-container .crosshair-v,.tech-img-col>div{display:none!important}.tech-img-col>div[style*=diamondOrbit]:first-of-type{display:block!important}.tech-img-col>img{margin-top:200px!important;animation:6s ease-in-out infinite floatImage!important;display:block!important}.clawbot-flex>div>div{display:none!important}.clawbot-flex>div>div[style*=spiralRotate]{display:block!important}.clawbot-flex>div>img{margin-top:100px!important;animation:6s ease-in-out infinite floatImage!important;display:block!important}.consultoria-flex>div:last-child>div{display:none!important}.consultoria-flex>div:last-child>img{margin-top:100px!important;animation:6s ease-in-out infinite floatImage!important;display:block!important}}
