*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background-color:#fffffff2;box-shadow:0 4px 16px #0000001a;padding:.5rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.navbar-brand{font-size:1.8rem;font-weight:700;color:#036;text-decoration:none;display:flex;align-items:center;gap:.5rem}.navbar-brand .logo{height:40px;width:auto;vertical-align:middle}.navbar-nav{display:flex;list-style:none;gap:2rem}.navbar-nav a{position:relative;text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.navbar-nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#06c;transition:width .3s ease}.navbar-nav a:hover:after{width:100%}.navbar-nav a:hover{color:#06c}.btn-contact{background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff!important;padding:.5rem 1.5rem;border-radius:25px;transition:all .3s ease;box-shadow:0 2px 10px #06b6d44d}.btn-contact:hover{background:linear-gradient(135deg,#0ea5e9,#2563eb);transform:translateY(-2px);box-shadow:0 4px 16px #06b6d480;color:#fff!important}.btn-contact:after{display:none}.lang-switch{display:flex;gap:.5rem;margin-left:1rem}.lang-btn{background:none;border:1px solid #0066cc;color:#06c;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500}.lang-btn.active{background-color:#06c;color:#fff}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{display:block;width:25px;height:3px;background-color:#333;margin:5px 0;transition:all .3s ease}.hero{background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;padding:4rem 0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.stars{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.5),transparent),radial-gradient(2px 2px at 160px 30px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 190px 60px,rgba(255,255,255,.8),transparent),radial-gradient(1px 1px at 230px 20px,rgba(255,255,255,.4),transparent),radial-gradient(2px 2px at 260px 90px,rgba(255,255,255,.7),transparent),radial-gradient(2px 2px at 290px 40px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 320px 70px,rgba(255,255,255,.6),transparent);background-repeat:repeat;background-size:300px 300px;animation:twinkle 3s infinite;z-index:1}.hero-animation{position:absolute;top:0;right:0;width:100%;height:100%;z-index:2;opacity:.8}.hero-gif{position:absolute;top:50%;left:0;transform:translateY(-50%);height:100%;width:100%;object-fit:cover}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:.4}}.hero-content{position:relative;z-index:3;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;width:100%}.hero-left{text-align:left;animation:slideInLeft 1s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem;background:linear-gradient(135deg,#f59e0b,#ef4444,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-text{font-size:1.2rem;font-weight:700;color:#fff}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.title-main{display:block;background:linear-gradient(135deg,#06b6d4,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.1em}.title-sub{display:block;font-size:1.5rem;color:#fffc;margin-top:.5rem;font-weight:600}.hero-subtitle-chinese{font-size:1.2rem;color:#06b6d4;margin-bottom:1rem;font-weight:600}.hero-subtitle-english{font-size:.9rem;color:#fffc;margin-bottom:2.5rem;line-height:1.5;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-right{position:relative;height:600px;display:flex;align-items:center;justify-content:center;animation:slideInRight 1s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.core{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;animation:coreRotate 10s linear infinite}@keyframes coreRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.core-inner{position:absolute;width:60px;height:60px;background:radial-gradient(circle,#06b6d4,#3b82f6,#8b5cf6);border-radius:50%;animation:corePulse 2s ease-in-out infinite;box-shadow:0 0 30px #06b6d499}@keyframes corePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.core-middle{position:absolute;width:120px;height:120px;background:radial-gradient(circle,transparent 30%,rgba(6,182,212,.2) 70%);border-radius:50%;animation:middlePulse 3s ease-in-out infinite;border:1px solid rgba(6,182,212,.4)}@keyframes middlePulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.3}}.core-outer{position:absolute;width:180px;height:180px;background:radial-gradient(circle,transparent 50%,rgba(59,130,246,.1) 90%);border-radius:50%;animation:outerPulse 4s ease-in-out infinite;border:1px solid rgba(59,130,246,.3)}@keyframes outerPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.2);opacity:.2}}.orbit{position:absolute;border:1px solid rgba(6,182,212,.3);border-radius:50%;animation:orbitRotate linear infinite}.orbit-1{width:280px;height:280px;animation-duration:12s}.orbit-2{width:360px;height:360px;animation-duration:18s;border-color:#8b5cf64d}.orbit-3{width:440px;height:440px;animation-duration:24s;border-color:#ec48994d}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.particle{position:absolute;width:4px;height:4px;background:#06b6d4;border-radius:50%;box-shadow:0 0 10px #06b6d4cc;animation:floatParticle ease-in-out infinite}.particle-1{top:20%;left:30%;animation-duration:4s}.particle-2{top:60%;right:25%;animation-duration:6s;background:#8b5cf6;box-shadow:0 0 10px #8b5cf6cc}.particle-3{top:30%;right:40%;animation-duration:5s}.particle-4{bottom:25%;left:35%;animation-duration:7s;background:#ec4899;box-shadow:0 0 10px #ec4899cc}.particle-5{top:45%;left:20%;animation-duration:4.5s}@keyframes floatParticle{0%,to{transform:translateY(0) scale(1);opacity:.5}25%{transform:translateY(-20px) scale(1.2);opacity:.8}50%{transform:translateY(-10px) scale(.9);opacity:.6}75%{transform:translateY(-30px) scale(1.1);opacity:.7}}.robot{position:absolute;top:15%;right:10%;width:250px;height:400px;animation:robotFloat 15s ease-in-out infinite;z-index:3;filter:drop-shadow(0 0 30px rgba(6,182,212,.3))}.robot-antenna{position:absolute;top:-20px;left:50%;width:4px;height:30px;background:linear-gradient(to top,#06b6d4,transparent);transform:translate(-50%);border-radius:2px 2px 0 0;animation:antennaGlow 3s ease-in-out infinite}.robot-head{position:relative;width:150px;height:120px;margin:0 auto;z-index:2}.robot-head-shell{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);border-radius:30px 30px 15px 15px;border:2px solid #06b6d4;box-shadow:0 0 20px #06b6d480,inset 0 0 20px #06b6d41a;animation:headShellPulse 2s ease-in-out infinite}.robot-eyes{display:flex;justify-content:space-around;padding:40px 25px 0;position:relative;z-index:3}.robot-eye{width:30px;height:30px;background:radial-gradient(circle,#06b6d4,#1e40af);border-radius:50%;position:relative;overflow:hidden;border:2px solid #0ea5e9;box-shadow:0 0 20px #06b6d4cc}.eye-glow{position:absolute;top:50%;left:50%;width:10px;height:10px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ffffffe6;animation:eyeGlow 1.5s ease-in-out infinite}.eye-scan{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:eyeScan 2s ease-in-out infinite}.robot-sensors{position:absolute;top:80px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.sensor{width:8px;height:8px;border-radius:50%;background:#06b6d4;box-shadow:0 0 8px #06b6d4cc;animation:sensorPulse 2s ease-in-out infinite}.sensor-1{animation-delay:0s}.sensor-2{animation-delay:.5s}.sensor-3{animation-delay:1s}.robot-mouth{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:60px;height:12px;background:#00000080;border:1px solid #06b6d4;border-radius:6px;overflow:hidden;z-index:3}.mouth-data{color:#06b6d4;font-family:Courier New,monospace;font-size:8px;text-align:center;line-height:12px;animation:dataShift 1s linear infinite}.robot-neck{width:30px;height:20px;background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid #06b6d4;margin:0 auto;border-radius:15px;box-shadow:inset 0 0 10px #06b6d41a}.robot-body{position:relative;width:180px;margin:0 auto}.robot-torso{width:100%;height:200px;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);border:2px solid #06b6d4;border-radius:15px 15px 25px 25px;box-shadow:0 0 30px #06b6d44d,inset 0 0 30px #06b6d41a;position:relative;overflow:hidden}.robot-core{position:absolute;top:30px;left:50%;transform:translate(-50%);width:100px;height:100px;z-index:2}.core-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #06b6d4;border-radius:50%;animation:coreRingRotate linear infinite}.core-ring-1{width:90px;height:90px;animation-duration:3s}.core-ring-2{width:70px;height:70px;animation-duration:4.5s;animation-direction:reverse}.core-energy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:radial-gradient(circle,#06b6d4 0%,#3b82f6 50%,transparent 100%);border-radius:50%;animation:corePulse 2s ease-in-out infinite;box-shadow:0 0 30px #06b6d4cc}.robot-control-panel{position:absolute;bottom:20px;left:50%;transform:translate(-50%);width:120px;height:40px;background:#0009;border:1px solid #06b6d4;border-radius:10px;padding:8px;z-index:2}.panel-lights{display:flex;gap:8px;margin-bottom:4px}.light{width:8px;height:8px;border-radius:50%;box-shadow:0 0 5px currentColor;animation:lightPulse 2s ease-in-out infinite}.light-red{background:#ef4444;animation-delay:0s}.light-green{background:#10b981;animation-delay:.5s}.light-blue{background:#3b82f6;animation-delay:1s}.panel-display{width:100%;height:16px;background:#000c;border:1px solid #06b6d4;border-radius:4px;overflow:hidden}.display-data{color:#06b6d4;font-family:Courier New,monospace;font-size:8px;text-align:center;line-height:16px;animation:displayFlash .5s ease-in-out infinite}.robot-armor{position:absolute;top:20px;width:20px;height:160px;background:linear-gradient(to bottom,#1e293b,#334155);border:1px solid #06b6d4;border-radius:10px;box-shadow:0 0 15px #06b6d44d}.armor-left{left:-10px}.armor-right{right:-10px}.robot-arms{display:flex;justify-content:space-between;position:absolute;top:40px;left:-60px;right:-60px;z-index:1}.robot-arm{position:relative;width:50px;height:120px}.arm-joint{position:absolute;width:20px;height:20px;background:#06b6d4;border-radius:50%;box-shadow:0 0 15px #06b6d4cc;animation:jointRotate 3s ease-in-out infinite}.joint-1{top:0;left:15px}.joint-2{top:50px;left:15px}.robot-arm-left{animation:robotArmLeft 5s ease-in-out infinite}.robot-arm-right{animation:robotArmRight 5s ease-in-out infinite}.arm-cannon{position:absolute;bottom:0;left:5px;width:40px;height:60px;background:linear-gradient(to bottom,#1e293b,#334155);border:2px solid #06b6d4;border-radius:10px 10px 20px 20px;box-shadow:0 0 15px #06b6d44d}.cannon-barrel{position:absolute;bottom:-15px;left:12px;width:12px;height:20px;background:linear-gradient(to bottom,#334155,#0f172a);border:1px solid #06b6d4;border-radius:0 0 6px 6px}.cannon-energy{position:absolute;bottom:-25px;left:16px;width:4px;height:10px;background:#06b6d4;box-shadow:0 0 10px #06b6d4cc;animation:cannonEnergy 2s ease-in-out infinite}.arm-claw{position:absolute;bottom:0;left:5px;width:40px;height:60px;background:linear-gradient(to bottom,#1e293b,#334155);border:2px solid #06b6d4;border-radius:10px;box-shadow:0 0 15px #06b6d44d;display:flex;justify-content:space-around;padding:10px 5px}.claw-finger{width:8px;height:40px;background:linear-gradient(to bottom,#06b6d4,#1e40af);border-radius:4px;animation:clawGrip 3s ease-in-out infinite}.finger-1{animation-delay:0s}.finger-2{animation-delay:.5s}.finger-3{animation-delay:1s}.robot-legs{display:flex;justify-content:space-around;padding:10px 20px 0;position:relative;z-index:1}.robot-leg{position:relative;width:40px;height:100px;background:linear-gradient(to bottom,#1e293b,#334155);border:2px solid #06b6d4;border-radius:10px 10px 15px 15px;box-shadow:0 0 15px #06b6d44d}.leg-joint{position:absolute;left:50%;transform:translate(-50%);width:25px;height:25px;background:#06b6d4;border-radius:50%;box-shadow:0 0 15px #06b6d4cc;animation:legJointRotate 4s ease-in-out infinite}.leg-joint.joint-1{top:30px}.leg-joint.joint-2{top:65px}.leg-foot{position:absolute;bottom:-10px;left:-5px;width:50px;height:20px;background:linear-gradient(to bottom,#334155,#0f172a);border:2px solid #06b6d4;border-radius:10px;box-shadow:0 0 15px #06b6d44d}.ai-background-section{background:#000;padding:4rem 0;position:relative;overflow:hidden}.ai-background-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 50px 100px,rgba(6,182,212,.3),transparent),radial-gradient(1px 1px at 150px 200px,rgba(139,92,246,.3),transparent),radial-gradient(1px 1px at 250px 50px,rgba(236,72,153,.3),transparent),radial-gradient(2px 2px at 350px 150px,rgba(6,182,212,.3),transparent);animation:twinkle 3s infinite;z-index:1}.ai-background-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.ai-illustration{display:flex;justify-content:center;align-items:center;height:100%;min-height:400px}.ai-gif{max-width:100%;height:auto}.ai-avatar{width:300px;height:300px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><linearGradient id="aiGradient1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2306b6d4;stop-opacity:0.8" /><stop offset="100%" style="stop-color:%238b5cf6;stop-opacity:0.8" /></linearGradient><linearGradient id="aiGradient2" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%23ec4899;stop-opacity:0.6" /><stop offset="100%" style="stop-color:%238b5cf6;stop-opacity:0.6" /></linearGradient><linearGradient id="vrGradient" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%233b82f6;stop-opacity:0.8" /><stop offset="100%" style="stop-color:%2306b6d4;stop-opacity:0.8" /></linearGradient></defs><g transform="translate(150,150)"><path d="M-80,0 C-80,-50 -40,-100 0,-100 C40,-100 80,-50 80,0 C80,50 40,120 0,120 C-40,120 -80,50 -80,0 Z" fill="none" stroke="url(%23aiGradient1)" stroke-width="2" opacity="0.6" /><path d="M-60,20 C-60,0 -30,-30 0,-30 C30,-30 60,0 60,20" fill="url(%23aiGradient2)" opacity="0.4" /><path d="M-70,40 C-70,30 -40,10 0,10 C40,10 70,30 70,40" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.5" /><path d="M-50,60 C-50,50 -25,40 0,40 C25,40 50,50 50,60" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.5" /><path d="M-40,80 C-40,75 -20,70 0,70 C20,70 40,75 40,80" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.5" /><path d="M-30,100 C-30,97 -15,95 0,95 C15,95 30,97 30,100" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.5" /><g id="vr-glasses"><path d="M-70,-10 Q-70,-20 -50,-25 Q-30,-30 0,-30 Q30,-30 50,-25 Q70,-20 70,-10" fill="none" stroke="url(%23vrGradient)" stroke-width="3" opacity="0.8" /><path d="M-65,-25 Q-65,-35 -45,-40 Q-25,-45 0,-45 Q25,-45 45,-40 Q65,-35 65,-25" fill="none" stroke="url(%23vrGradient)" stroke-width="2" opacity="0.6" /><circle cx="-30" cy="-35" r="5" fill="url(%23vrGradient)" opacity="0.8" /><circle cx="30" cy="-35" r="5" fill="url(%23vrGradient)" opacity="0.8" /><path d="M-50,-25 L-45,-15 M50,-25 L45,-15" fill="none" stroke="url(%23vrGradient)" stroke-width="2" opacity="0.8" /></g><g id="brain"><circle cx="-20" cy="0" r="15" fill="none" stroke="url(%23aiGradient1)" stroke-width="2" opacity="0.7" /><circle cx="20" cy="0" r="15" fill="none" stroke="url(%23aiGradient1)" stroke-width="2" opacity="0.7" /><circle cx="0" cy="20" r="15" fill="none" stroke="url(%23aiGradient1)" stroke-width="2" opacity="0.7" /><path d="M-30,0 Q0,10 30,0 Q20,20 0,30 Q-20,20 -30,0" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.6" /><path d="M-15,-10 Q0,-5 15,-10 Q10,5 0,15 Q-10,5 -15,-10" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.6" /><circle cx="0" cy="0" r="5" fill="url(%23aiGradient1)" opacity="0.8" /></g><g id="tech-elements"><circle cx="-80,-80" r="8" fill="url(%23aiGradient1)" opacity="0.7" /><circle cx="80,-80" r="8" fill="url(%23aiGradient1)" opacity="0.7" /><circle cx="-80,80" r="8" fill="url(%23aiGradient1)" opacity="0.7" /><circle cx="80,80" r="8" fill="url(%23aiGradient1)" opacity="0.7" /><path d="M-90,-90 L-70,-70 M90,-90 L70,-70 M-90,90 L-70,70 M90,90 L70,70" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.6" /><rect x="-25" y="50" width="50" height="30" fill="none" stroke="url(%23aiGradient1)" stroke-width="2" opacity="0.7" rx="5" ry="5" /><rect x="-15" y="55" width="30" height="10" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.6" /><rect x="-15" y="70" width="30" height="5" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.6" /></g><path d="M-100,-100 L100,100 M100,-100 L-100,100" fill="none" stroke="url(%23aiGradient1)" stroke-width="1" opacity="0.3" stroke-dasharray="5,5" /></g></svg>') no-repeat center/contain;animation:aiAvatarFloat 6s ease-in-out infinite;filter:drop-shadow(0 0 30px rgba(6,182,212,.5))}.ai-text-content{color:#fff;text-align:left}.ai-section-title{font-size:2.5rem;font-weight:700;color:#06b6d4;margin-bottom:2rem;position:relative;display:inline-block;text-shadow:0 0 10px rgba(6,182,212,.5)}.ai-section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#06b6d4,transparent);border-radius:2px}.ai-main-content p{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin-bottom:2rem}.ai-era-title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:center}.ai-info-card{background:#ffffff1a;border:2px solid #06b6d4;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 0 20px #06b6d44d,inset 0 0 20px #06b6d41a;animation:cardGlow 2s ease-in-out infinite}.ai-info-card p{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0;text-align:center}.ai-button-container{display:flex;justify-content:center}.ai-button{font-size:1.2rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);border:none;color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #06b6d480}.ai-button:hover{transform:translateY(-3px);box-shadow:0 0 30px #06b6d4cc}@keyframes robotFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-30px) rotate(5deg)}66%{transform:translateY(15px) rotate(-5deg)}}@keyframes antennaGlow{0%,to{opacity:.6;box-shadow:0 0 10px #06b6d4cc}50%{opacity:1;box-shadow:0 0 20px #06b6d4}}@keyframes headShellPulse{0%,to{box-shadow:0 0 20px #06b6d480,inset 0 0 20px #06b6d41a}50%{box-shadow:0 0 30px #06b6d4cc,inset 0 0 30px #06b6d433}}@keyframes eyeGlow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}}@keyframes eyeScan{0%{left:-100%}to{left:100%}}@keyframes sensorPulse{0%,to{opacity:.6;box-shadow:0 0 8px #06b6d4cc}50%{opacity:1;box-shadow:0 0 15px #06b6d4}}@keyframes dataShift{0%{transform:translate(0)}to{transform:translate(-12px)}}@keyframes coreRingRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes corePulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8;box-shadow:0 0 30px #06b6d4cc}50%{transform:translate(-50%,-50%) scale(1.3);opacity:1;box-shadow:0 0 50px #06b6d4}}@keyframes lightPulse{0%,to{opacity:.6;box-shadow:0 0 5px currentColor}50%{opacity:1;box-shadow:0 0 10px currentColor}}@keyframes displayFlash{0%,to{opacity:1}50%{opacity:.6}}@keyframes jointRotate{0%,to{transform:rotate(0)}50%{transform:rotate(30deg)}}@keyframes robotArmLeft{0%,to{transform:rotate(0)}25%{transform:rotate(45deg)}50%{transform:rotate(-15deg)}75%{transform:rotate(30deg)}}@keyframes robotArmRight{0%,to{transform:rotate(0)}25%{transform:rotate(-45deg)}50%{transform:rotate(15deg)}75%{transform:rotate(-30deg)}}@keyframes cannonEnergy{0%,to{opacity:.6;height:10px;box-shadow:0 0 10px #06b6d4cc}50%{opacity:1;height:15px;box-shadow:0 0 20px #06b6d4}}@keyframes clawGrip{0%,to{height:40px}50%{height:35px}}@keyframes legJointRotate{0%,to{transform:translate(-50%) rotate(0)}50%{transform:translate(-50%) rotate(20deg)}}@keyframes aiAvatarFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(10px) rotate(-5deg)}}@keyframes cardGlow{0%,to{box-shadow:0 0 20px #06b6d44d,inset 0 0 20px #06b6d41a}50%{box-shadow:0 0 30px #06b6d480,inset 0 0 30px #06b6d433}}.ai-market-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:4rem 0;position:relative;overflow:hidden;color:#fff}.ai-market-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 100px 50px,rgba(255,255,255,.1),transparent),radial-gradient(1px 1px at 200px 150px,rgba(255,255,255,.1),transparent),radial-gradient(1px 1px at 300px 250px,rgba(255,255,255,.1),transparent),radial-gradient(2px 2px at 400px 100px,rgba(255,255,255,.1),transparent);background-repeat:repeat;background-size:500px 500px;animation:twinkle 3s infinite;z-index:1}.ai-market-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:2rem 0}.market-illustration{position:relative;width:40%;height:500px;display:flex;justify-content:center;align-items:center;z-index:2}.market-image{max-width:100%;max-height:100%;object-fit:contain;z-index:3}@media(max-width:992px){.market-image{max-height:250px}}@media(max-width:768px){.market-image{max-height:200px}}.market-astronaut{position:absolute;bottom:0;right:10%;width:250px;height:350px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 250 350"><defs><linearGradient id="astronautSuit" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:0.9" /><stop offset="100%" style="stop-color:%23e0e7ff;stop-opacity:0.8" /></linearGradient><linearGradient id="visor" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%233b82f6;stop-opacity:0.8" /><stop offset="100%" style="stop-color:%2306b6d4;stop-opacity:0.8" /></linearGradient></defs><g transform="translate(125,175)"><rect x="-70" y="-150" width="140" height="200" fill="url(%23astronautSuit)" rx="10" ry="10" /><rect x="-50" y="-150" width="100" height="80" fill="url(%23astronautSuit)" rx="5" ry="5" /><circle cx="0" cy="-110" r="30" fill="url(%23visor)" /><circle cx="0" cy="-110" r="10" fill="rgba(255,255,255,0.3)" /><rect x="-80" y="-100" width="30" height="150" fill="url(%23astronautSuit)" rx="5" ry="5" /><rect x="50" y="-100" width="30" height="150" fill="url(%23astronautSuit)" rx="5" ry="5" /><rect x="-60" y="50" width="120" height="60" fill="url(%23astronautSuit)" rx="5" ry="5" /><rect x="-35" y="110" width="25" height="40" fill="url(%23astronautSuit)" rx="3" ry="3" /><rect x="10" y="110" width="25" height="40" fill="url(%23astronautSuit)" rx="3" ry="3" /><circle cx="-65" cy="0" r="15" fill="url(%23astronautSuit)" /><circle cx="65" cy="0" r="15" fill="url(%23astronautSuit)" /></g></svg>') no-repeat center/contain;animation:astronautFloat 8s ease-in-out infinite;z-index:3}.market-planet{position:absolute;border-radius:50%;animation:planetFloat 10s ease-in-out infinite;z-index:2}.planet-1{top:10%;right:5%;width:100px;height:100px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><linearGradient id="planet1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23fde68a;stop-opacity:0.9" /><stop offset="50%" style="stop-color:%23fbbf24;stop-opacity:0.8" /><stop offset="100%" style="stop-color:%23f59e0b;stop-opacity:0.9" /></linearGradient></defs><circle cx="50" cy="50" r="45" fill="url(%23planet1)" /><circle cx="30" cy="30" r="8" fill="rgba(255,255,255,0.3)" /><circle cx="70" cy="60" r="12" fill="rgba(255,255,255,0.2)" /><circle cx="40" cy="70" r="6" fill="rgba(255,255,255,0.3)" /></svg>') no-repeat center/contain;animation-delay:-3s}.planet-2{top:20%;right:30%;width:80px;height:80px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><linearGradient id="planet2" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%238b5cf6;stop-opacity:0.8" /><stop offset="50%" style="stop-color:%23ec4899;stop-opacity:0.7" /><stop offset="100%" style="stop-color:%23f43f5e;stop-opacity:0.8" /></linearGradient></defs><circle cx="40" cy="40" r="35" fill="url(%23planet2)" /><path d="M20,40 Q30,20 40,40 Q50,60 60,40" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="2" /><path d="M15,40 Q30,30 40,40 Q50,50 65,40" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1" /></svg>') no-repeat center/contain;animation-delay:-5s}.planet-left{position:absolute;top:10%;left:-5%;width:60px;height:60px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><linearGradient id="planetLeft" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2306b6d4;stop-opacity:0.7" /><stop offset="100%" style="stop-color:%233b82f6;stop-opacity:0.7" /></linearGradient></defs><circle cx="30" cy="30" r="25" fill="url(%23planetLeft)" /><circle cx="20" cy="20" r="4" fill="rgba(255,255,255,0.4)" /><circle cx="40" cy="40" r="3" fill="rgba(255,255,255,0.3)" /></svg>') no-repeat center/contain;animation:planetFloat 12s ease-in-out infinite;animation-delay:-2s;z-index:1}.market-text-content{flex:1;max-width:700px;text-align:left;margin-right:auto;z-index:3;position:relative;padding:2rem 0}.market-main-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3)}.market-prediction{margin-bottom:2.5rem}.market-prediction-text{font-size:1.1rem;color:#fffc;margin-bottom:1rem}.market-value{display:flex;align-items:baseline;gap:.5rem}.market-number{font-size:3.5rem;font-weight:900;color:#3b82f6;text-shadow:0 0 20px rgba(59,130,246,.6)}.market-currency{font-size:1.5rem;color:#fffc;font-weight:600}.market-growth-rates{display:flex;gap:3rem;flex-wrap:wrap}.growth-rate{flex:1;min-width:250px}.growth-text{font-size:1rem;color:#fffc;margin-bottom:.75rem}.growth-value{display:flex;align-items:center;gap:1rem}.growth-number{font-size:2.5rem;font-weight:800;color:#06b6d4;text-shadow:0 0 15px rgba(6,182,212,.5)}.growth-arrow{width:30px;height:30px;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7,14 L17,14 L17,10 L22,15 L17,20 L17,16 L7,16 L7,14 Z" fill="%23ffffff" /></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7,14 L17,14 L17,10 L22,15 L17,20 L17,16 L7,16 L7,14 Z" fill="%23ffffff" /></svg>');-webkit-mask-size:cover;mask-size:cover;animation:arrowPulse 2s ease-in-out infinite}@keyframes astronautFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(5deg)}66%{transform:translateY(10px) rotate(-5deg)}}@keyframes planetFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(3deg)}66%{transform:translateY(10px) rotate(-3deg)}}@keyframes arrowPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@media(max-width:1200px){.market-astronaut{width:200px;height:280px;right:5%}.market-growth-rates{gap:2rem}.market-illustration{height:400px}}@media(max-width:992px){.ai-market-content{flex-direction:column;text-align:center}.market-illustration{width:100%;height:350px}.market-astronaut{position:relative;right:auto;bottom:auto;margin-bottom:0;width:180px;height:250px}.market-planet,.planet-left{display:none}.market-text-content{margin-left:auto;margin-right:auto}.market-growth-rates{justify-content:center}.growth-rate{min-width:300px}}@media(max-width:768px){.market-main-title{font-size:2rem}.market-number{font-size:3rem}.growth-number{font-size:2rem}.growth-rate{min-width:250px}.market-illustration{display:none}.profit-astronaut{display:none!important}}@media(max-width:480px){.market-main-title{font-size:1.8rem}.market-number{font-size:2.5rem}.market-currency{font-size:1.2rem}.growth-number{font-size:1.8rem}.growth-arrow{width:25px;height:25px}.market-growth-rates{gap:1.5rem}.growth-rate{min-width:200px}}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;position:relative;overflow:hidden;z-index:1}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background-color:#fff3;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease;z-index:-1}.btn:hover:before{width:300px;height:300px}.btn-primary{background-color:#fff;color:#036}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stats{background-color:#f8f9fa;padding:4rem 0;border-bottom:1px solid rgba(0,102,204,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item{padding:1.5rem;background:linear-gradient(135deg,#fff,#f0f8ff);border-radius:12px;box-shadow:0 4px 16px #00336614;transition:all .3s ease;border:1px solid rgba(0,102,204,.1)}.stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0033661f}.stat-number{font-size:3rem;font-weight:700;color:#036;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#666;font-weight:500}main{padding:4rem 0}.section{padding:4rem 0;background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);color:#fff}.web3-section{background:linear-gradient(135deg,#0a0e1a,#21263c,#161f32);background-size:cover;background-position:center;position:relative;overflow:hidden}.web3-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(6,182,212,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.1) 0%,transparent 50%);z-index:1}.web3-section .container{position:relative;z-index:2}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;color:#06b6d4;margin-bottom:1rem;text-shadow:0 0 10px rgba(6,182,212,.3)}.section-header p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media(max-width:1200px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cards-grid{grid-template-columns:1fr}}.card{background:linear-gradient(135deg,#1a0f3a,#2d1b69,#4a1f79);border-radius:12px;padding:2.5rem 2rem;box-shadow:0 6px 20px #06b6d41a,0 1px 3px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;border:1px solid rgba(6,182,212,.2);opacity:0;transform:translateY(20px)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#06b6d4,#3b82f6);transform:scaleX(0);transition:transform .4s ease}.card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #06b6d433,0 4px 8px #00000026}.card:hover:before{transform:scaleX(1)}.card.animate{opacity:1;transform:translateY(0)}.card:nth-child(2).animate{transition-delay:.1s}.card:nth-child(3).animate{transition-delay:.2s}.card:nth-child(4).animate{transition-delay:.3s}.card-icon{font-size:3rem;margin-bottom:1.5rem}.card h3{font-size:1.3rem;font-weight:600;color:#06b6d4;margin-bottom:1rem;text-shadow:0 0 10px rgba(6,182,212,.3)}.card p{color:#fffc;line-height:1.6}.bg-light{background-color:#f8f9fa}#about{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);color:#fff}#about .section-header h2{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:#fffc;line-height:1.7}.about-image{display:flex;justify-content:center;align-items:center;height:100%}.about-image img{max-width:100%;max-height:350px;object-fit:cover;border-radius:16px;box-shadow:0 0 30px #06b6d44d}.image-placeholder{background:linear-gradient(135deg,#3b82f633,#8b5cf633);height:350px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;border:2px solid rgba(59,130,246,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 32px #3b82f61a;transition:all .3s ease;position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);animation:shimmer 3s infinite}.image-placeholder:hover{transform:translateY(-5px);box-shadow:0 12px 40px #3b82f633;border-color:#3b82f680}.image-placeholder span{position:relative;z-index:1;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(59,130,246,.3)}@keyframes shimmer{0%{left:-100%}to{left:100%}}.mission-vision{margin-top:3rem}.mission-vision-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.mission-card{background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(20px)}.mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #3b82f633}.mission-card.animate{opacity:1;transform:translateY(0)}.mission-icon{font-size:2.5rem;margin-bottom:1.5rem}.mission-card h3{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}.mission-card p{color:#ffffffb3;line-height:1.6;margin:0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.process-step{text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#fff,#f0f8ff);border-radius:12px;box-shadow:0 6px 20px #00336614,0 1px 3px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid rgba(0,102,204,.1);opacity:0;transform:translateY(20px)}.process-step:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #00336626,0 4px 8px #0000001f}.process-step.animate{opacity:1;transform:translateY(0)}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#036,#06c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{font-size:1.3rem;font-weight:600;color:#036;margin-bottom:1rem}.process-step p{color:#666;line-height:1.6}.experts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem}.expert-card{text-align:center;background:linear-gradient(135deg,#1a0f3a,#2d1b69,#4a1f79);border-radius:12px;padding:2rem 1.5rem;box-shadow:0 6px 20px #06b6d41a,0 1px 3px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(6,182,212,.2);position:relative;overflow:hidden;opacity:0;transform:translateY(20px)}.expert-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #06b6d433,0 4px 8px #00000026}.expert-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#06b6d4,#3b82f6);transform:scaleX(0);transition:transform .4s ease}.expert-card:hover:before{transform:scaleX(1)}.expert-card.animate{opacity:1;transform:translateY(0)}.expert-image{width:120px;height:120px;background:linear-gradient(135deg,#06b6d4,#3b82f6);border-radius:50%;object-fit:cover;margin:0 auto 1.5rem}.expert-card h3{font-size:1.2rem;font-weight:600;color:#06b6d4;margin-bottom:.5rem;text-shadow:0 0 10px rgba(6,182,212,.3)}.expert-card p{color:#fffc;font-size:.95rem;margin-bottom:1rem}.expert-bio{font-size:.85rem;line-height:1.5;color:#ffffffb3;margin-bottom:1.5rem;font-style:italic}.expert-social{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.social-link{font-size:1.2rem;color:#06b6d4;text-decoration:none;transition:all .3s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#06b6d41a}.social-link:hover{color:#fff;background-color:#06b6d4;transform:translateY(-2px);box-shadow:0 4px 12px #06b6d466}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:12px;padding:2rem;box-shadow:0 6px 20px #00336614,0 1px 3px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,102,204,.1);position:relative;overflow:hidden;opacity:0;transform:translateY(20px)}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#036,#06c);transform:scaleX(0);transition:transform .4s ease}.testimonial-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px #00336626,0 4px 8px #0000001f}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card.animate{opacity:1;transform:translateY(0)}.testimonial-content{margin-bottom:1.5rem}.testimonial-stars{font-size:1.2rem;margin-bottom:1rem;color:#f39c12}.testimonial-content p{font-style:italic;color:#555;line-height:1.7;font-size:1rem;margin:0}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-image{width:50px;height:50px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:50%;flex-shrink:0}.author-info h4{font-size:1rem;font-weight:600;color:#036;margin-bottom:.25rem}.author-info p{font-size:.85rem;color:#666;margin:0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info h3,.contact-form h3{font-size:1.5rem;font-weight:600;color:#036;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:8px;box-shadow:0 2px 8px #0033660d;border:1px solid rgba(0,102,204,.1)}.contact-icon{font-size:1.5rem;margin-top:.2rem;color:#06c}.contact-text h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.contact-text p{color:#666;margin:0}.contact-form{background:linear-gradient(135deg,#fff,#f8f9ff);padding:2rem;border-radius:12px;box-shadow:0 6px 20px #00336614,0 1px 3px #0000001a;border:1px solid rgba(0,102,204,.1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid rgba(0,102,204,.2);border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.form-group textarea{resize:vertical;min-height:120px}.business-tech-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45)}.section-main-title{font-size:1.8rem;font-weight:700;color:#06b6d4;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px rgba(6,182,212,.3)}.business-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.business-item{background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(6,182,212,.2);transition:all .3s ease;opacity:0;transform:translateY(20px)}.business-item.animate{opacity:1;transform:translateY(0)}.business-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #06b6d433;border-color:#06b6d466}.business-icon{font-size:3rem;margin-bottom:1.5rem}.business-title{font-size:1.2rem;font-weight:600;color:#06b6d4;margin-bottom:1rem;text-shadow:0 0 10px rgba(6,182,212,.3)}.business-description{color:#fffc;line-height:1.6;font-size:.95rem}.tech-advantages{background:#ffffff0d;border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(6,182,212,.2)}.tech-list{opacity:0;transform:translateY(20px)}.tech-list.animate{opacity:1;transform:translateY(0)}.tech-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;color:#fffc;line-height:1.6;font-size:1rem}.tech-bullet{color:#06b6d4;font-size:1.2rem;line-height:1.4;flex-shrink:0}.tech-text{flex:1}@media(max-width:1200px){.business-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.business-grid{grid-template-columns:1fr}.section-main-title{font-size:1.5rem}}@media(max-width:480px){.business-item{padding:1.5rem}.business-icon{font-size:2.5rem}.business-title{font-size:1.1rem}.tech-advantages{padding:1.5rem}.tech-item{font-size:.9rem}}.footer{background:linear-gradient(135deg,#000,#1a1a1a,#000);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-brand p{color:#fffc;line-height:1.6}.footer-links h4,.footer-contact h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links ul{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact p{color:#fffc;margin-bottom:1rem;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@media(max-width:768px){.navbar-nav{position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 12px #00000014;max-height:0;overflow:hidden;transition:max-height .3s ease;flex-direction:column;padding:0 20px;gap:1rem}.navbar-nav.active{max-height:500px;padding:1rem 20px}.navbar-toggle{display:block}.hero{padding:4rem 0}.hero h2{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:2rem}.contact-content,.cards-grid,.process-steps,.experts-grid,.testimonials-grid,.mission-vision-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.btn{padding:.7rem 1.2rem;font-size:.95rem}.section-header h2{font-size:1.8rem}}@media(max-width:992px){.ai-background-content{grid-template-columns:1fr;text-align:center}.ai-illustration{min-height:300px}.ai-avatar{width:250px;height:250px}}@media(max-width:768px){.ai-section-title{font-size:2rem}.ai-era-title{font-size:1.5rem}.ai-info-card{padding:1.5rem}.ai-button{font-size:1rem;padding:.8rem 2rem}}@media(max-width:480px){.navbar-brand{font-size:1.5rem}.hero h2{font-size:1.8rem}.card,.process-step{padding:1.5rem}.ai-avatar{width:200px;height:200px}.ai-section-title{font-size:1.8rem}}.web3-content{position:relative;z-index:2;max-width:1000px;margin:0 auto}.web3-title{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:1rem;text-shadow:0 0 20px rgba(59,130,246,.5)}.web3-divider{height:2px;background:linear-gradient(90deg,#3b82f6,transparent);margin:1.5rem 0;width:100%}.web3-text{font-size:1.1rem;line-height:1.8;color:#ffffffe6}.web3-text p{margin-bottom:1.5rem}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}[data-animate].animate{opacity:1;transform:translateY(0)}[data-animate=fadeIn]{opacity:0;transform:translateY(20px)}[data-animate=slideInLeft]{opacity:0;transform:translate(-30px)}[data-animate=slideInRight]{opacity:0;transform:translate(30px)}[data-animate=fadeInUp]{opacity:0;transform:translateY(30px)}[data-animate=fadeIn].animate{opacity:1;transform:translateY(0)}[data-animate=slideInLeft].animate,[data-animate=slideInRight].animate{opacity:1;transform:translate(0)}[data-animate=fadeInUp].animate{opacity:1;transform:translateY(0)}.wallet-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:4rem 0;position:relative;overflow:hidden;color:#fff}.wallet-content{text-align:center}.wallet-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 20px rgba(59,130,246,.3)}.wallet-description{font-size:1.1rem;margin-bottom:3rem;color:#fffc;max-width:800px;margin-left:auto;margin-right:auto}.wallet-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.wallet-feature{background:#ffffff0d;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.wallet-feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px #3b82f633}.feature-icon{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#fff}.feature-desc{color:#ffffffb3;font-size:.95rem;line-height:1.5}.wallet-swap{background:linear-gradient(135deg,#3b82f633,#8b5cf633);padding:1.5rem;border-radius:10px;border:2px solid rgba(59,130,246,.5);max-width:800px;margin:0 auto}.wallet-swap p{margin:0;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.wallet-title{font-size:2rem}.wallet-description{font-size:1rem}.wallet-features{grid-template-columns:1fr}.wallet-swap{padding:1rem}.wallet-swap p{font-size:1rem}}.ai-tool-card{animation:fadeInUp .8s ease forwards}html{scroll-behavior:smooth}*{transition:all .3s ease}.mission-vision-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.mission-vision-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(6, 182, 212, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.mission-vision-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.mission-vision-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;display:inline-block;position:relative}.mission-vision-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#06b6d4,transparent);border-radius:2px}.mission-vision-subtitle{font-size:1.8rem;font-weight:700;margin-bottom:4rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3)}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.mission-vision-left{display:flex;flex-direction:column;gap:2rem}.mission-card{background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.mission-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #06b6d466}.mission-card-title{font-size:1.5rem;font-weight:700;color:#06b6d4;margin-bottom:1rem;text-shadow:0 0 10px rgba(6,182,212,.5)}.mission-card-desc{font-size:1.1rem;color:#ffffffe6;line-height:1.7}.mission-image{background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:1rem;overflow:hidden}.mission-vision-right{background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:3rem 2rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.mission-points{list-style-type:none;margin:0;padding:0}.mission-points li{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.7;position:relative;padding-left:2.5rem}.point-icon{position:absolute;left:0;top:.3rem;color:#06b6d4;font-size:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}@media(max-width:992px){.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.mission-vision-title{font-size:2rem}.mission-vision-subtitle{font-size:1.5rem;margin-bottom:3rem}.mission-card{padding:1.5rem}.mission-card-title{font-size:1.3rem}.mission-card-desc{font-size:1rem}.mission-vision-right{padding:2rem 1.5rem}.mission-points li{font-size:1.1rem;margin-bottom:1.5rem}}@media(max-width:768px){.mission-vision-section{padding:4rem 0}.mission-vision-title{font-size:1.8rem}.mission-vision-subtitle{font-size:1.3rem;margin-bottom:2.5rem}.mission-vision-grid{gap:1.5rem}.mission-card{padding:1.2rem}.mission-points li{font-size:1rem;margin-bottom:1.2rem;padding-left:2rem}.point-icon{font-size:1.2rem}}.value-position-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.value-position-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(6, 182, 212, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.value-position-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;text-align:center}.value-position-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3);display:inline-block;position:relative}.value-position-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#06b6d4,transparent);border-radius:2px}.value-position-subtitle{font-size:1.3rem;color:#06b6d4;font-weight:600;margin-bottom:4rem;padding:1rem 2rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);border-radius:30px;display:inline-block;box-shadow:0 0 20px #06b6d44d}.value-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem}.value-feature-item{background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:3rem 2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.value-feature-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(6,182,212,.2),transparent);transition:left .5s ease}.value-feature-item:hover{transform:translateY(-10px);box-shadow:0 15px 35px #06b6d466}.value-feature-item:hover:before{left:100%}.feature-icon{width:120px;height:120px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.feature-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;z-index:2}.feature-description{font-size:1.1rem;color:#ffffffe6;line-height:1.7;position:relative;z-index:2}@media(max-width:992px){.value-features{grid-template-columns:1fr;gap:2rem}.value-position-title{font-size:2rem}.value-position-subtitle{font-size:1.1rem;padding:.8rem 1.5rem;margin-bottom:3rem}.value-feature-item{padding:2rem 1.5rem}.feature-icon{width:100px;height:100px;margin-bottom:1.5rem}.feature-title{font-size:1.3rem;margin-bottom:1rem}.feature-description{font-size:1rem}}@media(max-width:768px){.value-position-section{padding:4rem 0}.value-position-title{font-size:1.8rem}.value-position-subtitle{font-size:1rem;padding:.7rem 1.2rem;margin-bottom:2.5rem}.feature-icon{width:80px;height:80px;margin-bottom:1.2rem}.feature-icon svg{width:60px;height:60px}.feature-title{font-size:1.2rem}}.profit-sharing-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.profit-sharing-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(6, 182, 212, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.profit-sharing-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.profit-sharing-left{text-align:left}.profit-sharing-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3)}.profit-example-btn{background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 0 20px #06b6d480}.profit-example-btn:hover{transform:translateY(-3px);box-shadow:0 0 30px #06b6d4cc}.profit-scenario{font-size:1.2rem;color:#06b6d4;font-weight:600;margin-bottom:1.5rem;line-height:1.6}.profit-levels{list-style-type:disc;margin-left:1.5rem;margin-bottom:2rem}.profit-levels li{font-size:1.1rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.6}.profit-equality{font-size:1rem;color:#fffc;line-height:1.7;background:#ffffff0d;padding:1.5rem;border-radius:10px;border-left:4px solid #06b6d4}.profit-sharing-right{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.profit-astronaut{width:100%;height:300px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.profit-astronaut img{max-width:100%;max-height:100%;object-fit:contain}.profit-network{display:flex;align-items:center;gap:2rem;margin-top:2rem}.network-node{width:60px;height:60px;background:#ffffff1a;border:2px solid #06b6d4;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#06b6d4;box-shadow:0 0 20px #06b6d480}.network-arrow{font-size:2rem;color:#06b6d4;font-weight:700;animation:arrowPulse 2s ease-in-out infinite}@keyframes arrowPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}@media(max-width:992px){.profit-sharing-content{grid-template-columns:1fr;text-align:center}.profit-sharing-left{text-align:center}.profit-levels{list-style-type:none;margin-left:0}.profit-network{gap:1.5rem}.network-node{width:50px;height:50px;font-size:1.2rem}.network-arrow{font-size:1.5rem}}@media(max-width:768px){.profit-sharing-title{font-size:2rem}.profit-example-btn{font-size:1rem;padding:.7rem 1.5rem}.profit-scenario{font-size:1.1rem}.profit-levels li{font-size:1rem}.profit-equality{font-size:.95rem;padding:1.2rem}.profit-network{gap:1rem}.network-node{width:45px;height:45px;font-size:1.1rem}.network-arrow{font-size:1.3rem}}.roadmap-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.roadmap-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(6, 182, 212, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.roadmap-section .container{position:relative;z-index:1}.roadmap-section .section-header{text-align:center;margin-bottom:4rem;color:#fff}.roadmap-section .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3)}.roadmap-timeline{position:relative;max-width:1200px;margin:0 auto}.roadmap-timeline:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,#06b6d4,#3b82f6);z-index:1}.roadmap-item{display:flex;align-items:center;margin-bottom:3rem;position:relative;z-index:2}.roadmap-item:nth-child(2n){flex-direction:row-reverse}.roadmap-dot{width:20px;height:20px;background:#06b6d4;border:3px solid #fff;border-radius:50%;position:absolute;left:50%;transform:translate(-50%);z-index:3;box-shadow:0 0 20px #06b6d499}.roadmap-line{flex:0 0 30%;height:2px;background:linear-gradient(to right,transparent,#06b6d4,transparent);position:absolute;left:50%;transform:translate(-50%);z-index:2}.roadmap-content{flex:0 0 45%;background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.roadmap-content:hover{transform:translateY(-5px);box-shadow:0 10px 30px #06b6d466}.roadmap-period{font-size:1.2rem;font-weight:700;color:#06b6d4;margin-bottom:.5rem;text-shadow:0 0 10px rgba(6,182,212,.3)}.roadmap-phase{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.roadmap-desc{font-size:.95rem;color:#fffc;line-height:1.6}@media(max-width:768px){.roadmap-timeline:before{left:30px}.roadmap-item{flex-direction:row;margin-left:30px}.roadmap-item:nth-child(2n){flex-direction:row}.roadmap-dot{left:30px;transform:translate(-50%)}.roadmap-line{left:30px;width:0}.roadmap-content{flex:1;margin-left:30px}}.ai-tools-section{background:linear-gradient(135deg,#0a0e1a,#1a1f35,#2a2f45);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.ai-tools-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(6, 182, 212, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.ai-tools-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.ai-tools-header{text-align:center;margin-bottom:4rem}.ai-tools-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(6,182,212,.3)}.ai-tools-description p{font-size:1.1rem;color:#fffc;max-width:800px;margin:0 auto;line-height:1.7}.ai-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.ai-tool-card{background:#ffffff0d;border:1px solid rgba(6,182,212,.3);border-radius:15px;padding:2.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.ai-tool-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(6,182,212,.2),transparent);transition:left .5s ease}.ai-tool-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #06b6d466}.ai-tool-card:hover:before{left:100%}.tool-icon{font-size:3rem;margin-bottom:1.5rem;display:block;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tool-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.tool-desc{color:#ffffffb3;line-height:1.6;margin:0}.light-social-section{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);padding:6rem 0;position:relative;overflow:hidden;color:#fff}.light-social-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="rgba(6, 182, 212, 0.1)" /><circle cx="100" cy="100" r="60" fill="rgba(59, 130, 246, 0.1)" /></svg>') repeat;opacity:.3;z-index:0}.light-social-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.social-text-content{max-width:600px}.social-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.social-description p{font-size:1.1rem;line-height:1.8;color:#ffffffe6;margin:0}.social-3d-content{display:flex;justify-content:center;align-items:center;height:400px;position:relative}.social-cubes{position:relative;width:300px;height:300px;perspective:1000px}.cube{position:absolute;width:80px;height:80px;transform-style:preserve-3d;animation:cubeRotate 10s linear infinite;opacity:.8}.cube:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#06b6d480,#3b82f64d);border:1px solid rgba(6,182,212,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 0 20px #06b6d44d;transform:translateZ(40px)}.cube:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#8b5cf680,#ec48994d);border:1px solid rgba(139,92,246,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 0 20px #8b5cf64d;transform:translateZ(-40px)}.cube-1{top:20%;left:20%;animation-delay:0s}.cube-2{top:20%;right:20%;animation-delay:1s}.cube-3{bottom:20%;left:20%;animation-delay:2s}.cube-4{bottom:20%;right:20%;animation-delay:3s}.cube-center{top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;animation-delay:.5s;z-index:2;opacity:1}.cube-center:before,.cube-center:after{width:120px;height:120px}.cube-center:before{transform:translateZ(60px)}.cube-center:after{transform:translateZ(-60px)}@keyframes cubeRotate{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}@media(max-width:992px){.light-social-content{grid-template-columns:1fr;text-align:center}.social-3d-content{height:300px}.social-cubes{width:200px;height:200px}.cube{width:60px;height:60px}.cube:before{transform:translateZ(30px)}.cube:after{transform:translateZ(-30px)}.cube-center{width:90px;height:90px}.cube-center:before{transform:translateZ(45px)}.cube-center:after{transform:translateZ(-45px)}}@media(max-width:768px){.ai-tools-title,.social-title{font-size:2rem}.ai-tools-grid{grid-template-columns:1fr;gap:1.5rem}.ai-tools-section,.light-social-section{padding:4rem 0}}@media(max-width:480px){.ai-tools-title,.social-title{font-size:1.8rem}.ai-tool-card{padding:1.5rem}.tool-icon{font-size:2.5rem}.social-3d-content{height:250px}.social-cubes{width:150px;height:150px}.cube{width:50px;height:50px}.cube:before{transform:translateZ(25px)}.cube:after{transform:translateZ(-25px)}}.app[data-v-551a766f]{min-height:100vh;display:flex;flex-direction:column}main[data-v-551a766f]{flex:1}.nav-link[data-v-551a766f]{text-decoration:none;color:inherit}
