*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{background-color:#0a0e1a;min-height:100%}body{background-color:#0a0e1a}:root{--primary-color: #7a9a8f;--secondary-color: #a8b8b0;--bg-color: #000a18;--text-color: #ffffff;--text-secondary: #a8b8b0;--text-muted: #7a9a8f;--border-color: rgba(10, 156, 184, .2);--shadow-color: rgba(10, 156, 184, .35);--graphic-primary: #0a9cb8;--graphic-secondary: #18a090;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 0 12px var(--shadow-color);--shadow-md: 0 0 25px var(--shadow-color);--shadow-lg: 0 0 40px var(--shadow-color)}body{background-color:transparent;color:var(--text-color);overflow-x:hidden;line-height:1.6;animation:fade-in 1s ease-out}.btn-primary{padding:14px 32px;background:linear-gradient(90deg,#7a9a8f,#a8b8b0);border:none;border-radius:8px;color:var(--text-color);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #0a9cb866}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 0 30px #0a9cb899;position:relative;overflow:hidden}.btn-primary:hover:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:btn-circuit .6s ease-out forwards}.btn-outline{padding:14px 32px;background:transparent;border:2px solid var(--secondary-color);border-radius:8px;color:var(--secondary-color);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 0 10px #0a9cb833}.btn-outline:hover{transform:translateY(-3px);background:#18a0901a;box-shadow:0 0 20px #18a09066;position:relative;overflow:hidden}.btn-outline:hover:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:btn-circuit .6s ease-out forwards}@keyframes btn-circuit{0%{left:-100%}to{left:100%}}.section-title{text-align:center;font-size:36px;font-weight:700;color:var(--text-color);margin-bottom:60px;position:relative;letter-spacing:2px}.section-title:after{content:"";width:100px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));position:absolute;bottom:-15px;left:50%;transform:translate(-50%);border-radius:2px}.navbar{position:fixed;top:0;left:0;width:100%;height:80px;background:#0a1628!important;background-color:#0a1628!important;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;align-items:center;padding:0 5%;z-index:9999;box-shadow:0 2px 30px #0a9cb833,0 1px #18a0904d}.logo{font-size:28px;font-weight:700;color:var(--primary-color);position:relative;z-index:1001;margin:0;padding:0;line-height:1;letter-spacing:0;font-family:Arial,Helvetica,sans-serif}.logo:before,.logo:after{content:none!important;display:none!important}.nav-menu{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;list-style:none;gap:45px}.hamburger{display:none}.nav-item{color:var(--text-secondary);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.nav-item:hover{color:var(--text-color)}.nav-item.active{color:var(--secondary-color)}.nav-item.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:100%;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:1px}.cta-button{position:absolute;right:5%;top:50%;transform:translateY(-50%);padding:14px 32px;background:linear-gradient(135deg,#7a9a8f,#a8b8b0);border:1px solid rgba(122,154,143,.5);border-radius:35px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 25px #0a9cb866,0 0 40px #18a09026,inset 0 1px #fff3;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{transform:translateY(-50%);background:linear-gradient(135deg,#7a9a8f,#a8b8b0);box-shadow:0 6px 25px #7a9a8f80,0 0 50px #a8b8b040,inset 0 1px #ffffff40}.cta-button:active{transform:translateY(-50%) scale(.98);box-shadow:0 2px 15px #0a9cb866,inset 0 1px #ffffff1a}.desktop-only{display:inline-flex;align-items:center;justify-content:center}@media (max-width: 768px){.desktop-only{display:none!important}}.hero{width:100%;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background:#0a0e1a}.hero-bg-light{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(10,156,184,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(10,156,184,.02) 1px,transparent 1px);background-size:80px 80px;animation:bg-float 8s linear infinite alternate;z-index:1}@keyframes bg-float{0%{transform:translate(0)}to{transform:translate(-6px,-4px)}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(1px 1px at 15% 20%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 80% 70%,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 45% 40%,rgba(255,255,255,.25),transparent);z-index:2;pointer-events:none;animation:star-twinkle 6s linear infinite alternate}@keyframes star-twinkle{0%{opacity:.4}to{opacity:.8}}.nebula-core{position:absolute;top:43%;left:50%;transform:translate(-50%,-50%);width:320px;height:320px;z-index:6;pointer-events:none}.nebula-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22%;height:22%;border-radius:50%;background:radial-gradient(circle,#ffffff 0%,#0a9cb8 40%,#18a090 70%,transparent 100%);animation:core-breathe 4s ease-in-out infinite alternate;z-index:6}.nebula-center:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:inherit;opacity:0;z-index:-1;animation:core-burst 8s ease-in-out infinite}.nebula-center:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200%;height:200%;border-radius:50%;background:radial-gradient(circle,rgba(10,156,184,.1) 0%,transparent 70%);animation:core-halo 6s ease-in-out infinite alternate;z-index:-2}@keyframes core-breathe{0%{transform:translate(-50%,-50%) scale(1);filter:brightness(1);box-shadow:0 0 40px #0a9cb8b3,0 0 60px #18a09066}to{transform:translate(-50%,-50%) scale(1.15);filter:brightness(1.7);box-shadow:0 0 80px #0a9cb8,0 0 120px #18a090b3}}@keyframes core-burst{0%,to{transform:translate(-50%,-50%) scale(1);opacity:0}50%{transform:translate(-50%,-50%) scale(2.8);opacity:.25;filter:blur(8px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes core-halo{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.circuit-flow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none}.circuit{fill:none;stroke:#0a9cb8;stroke-width:2;stroke-linecap:round;stroke-dasharray:100 2900;stroke-dashoffset:3000;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 6px #0a9cb8);opacity:0;animation-fill-mode:forwards}.circuit-left-1{animation:circuit-flow 2.1s linear infinite 0s}.circuit-left-2{animation:circuit-flow 2.2s linear infinite .3s}.circuit-left-3{animation:circuit-flow 2s linear infinite .6s}.circuit-left-4{animation:circuit-flow 2.3s linear infinite .9s}.circuit-right-1{animation:circuit-flow 2.1s linear infinite 1.2s}.circuit-right-2{animation:circuit-flow 2.2s linear infinite 1.5s}.circuit-right-3{animation:circuit-flow 2s linear infinite 1.8s}.circuit-right-4{animation:circuit-flow 2.3s linear infinite 2.1s}@keyframes circuit-flow{0%{stroke-dashoffset:3000;opacity:0}6%{opacity:1}94%{opacity:1}to{stroke-dashoffset:0;opacity:0}}.hero-content{position:relative;z-index:10;text-align:center;margin-bottom:70px}.hero-title{font-size:60px;font-weight:700;margin-bottom:20px;background:linear-gradient(90deg,#fff,#a8b8b0,#7a9a8f);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:3px;animation:title-glow 6s ease-in-out infinite alternate,title-float 4s ease-in-out infinite alternate}@keyframes title-glow{0%{background-position:0% 50%;filter:brightness(1)}to{background-position:100% 50%;filter:brightness(1.2)}}@keyframes title-float{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.hero-text-wrapper{display:flex;align-items:center;justify-content:center;gap:80px;max-width:1000px;margin:0 auto;padding:0 20px;position:relative}.hero-text-left{font-size:42px;font-weight:700;background:linear-gradient(90deg,#7a9a8f,#a8b8b0);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:2px;text-align:right}.hero-text-right{font-size:42px;font-weight:700;background:linear-gradient(90deg,#7a9a8f,#a8b8b0);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:2px;text-align:left}.hero-desc{font-size:22px;color:var(--text-secondary);opacity:.9}.product-system{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(135deg,#0a0e1ae6,#0f192de0,#0a0e1ae6);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.product-system:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.product-system .section-title{width:100%;text-align:center;margin-bottom:60px}.product-system .content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:100px;width:100%;max-width:1300px}.product-system .solar-graphic-wrapper{flex-shrink:0;width:600px;height:600px;position:relative}.product-system .solar-system-container{width:100%;height:100%;position:relative}.product-system .system-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,#ffffff 0%,#0a9cb8 40%,#18a090 70%,transparent 100%);filter:blur(0) brightness(1.2);box-shadow:0 0 40px #0a9cb8,0 0 80px #18a090;z-index:10;animation:core-breathe 4s ease-in-out infinite alternate}.product-system .orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1px solid rgba(10,156,184,.5);border-radius:50%;opacity:.6;transition:all .4s ease;cursor:pointer;background:#0a9cb803;box-shadow:0 0 10px #0a9cb833}.product-system .orbit:hover{opacity:1;border-width:2px;border-color:#0a9cb8e6;box-shadow:0 0 30px #0a9cb8cc;background:transparent}.product-system .ring-highlight{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border-style:solid;pointer-events:none;opacity:0;display:none;z-index:8;transition:opacity .3s ease}@keyframes orbit-move{0%{transform:rotate(0) translate(var(--orbit-radius)) rotate(0)}to{transform:rotate(360deg) translate(var(--orbit-radius)) rotate(-360deg)}}.product-system .planet{position:absolute;top:50%;left:50%;border-radius:50%;filter:blur(0) brightness(1);cursor:pointer;z-index:100;transition:all .3s ease;transform-origin:center center}.product-system .planet:hover{transform:scale(1.5);filter:brightness(1.8)}.planet-0{width:18px;height:18px;margin-left:-9px;margin-top:-9px;background:radial-gradient(circle,#fff,#0a9cb8 60%,#18a090);box-shadow:0 0 10px #0a9cb8}.planet-1{width:22px;height:22px;margin-left:-11px;margin-top:-11px;background:radial-gradient(circle,#fff,#0a9cb8 60%,#18a090);box-shadow:0 0 12px #4dabf7}.planet-2{width:26px;height:26px;margin-left:-13px;margin-top:-13px;background:radial-gradient(circle,#fff,#9775fa 60%,#5f3dc4);box-shadow:0 0 14px #9775fa}.planet-3{width:30px;height:30px;margin-left:-15px;margin-top:-15px;background:radial-gradient(circle,#fff,#ffd43b 60%,#f59f00);box-shadow:0 0 16px #ffd43b}.planet-4{width:34px;height:34px;margin-left:-17px;margin-top:-17px;background:radial-gradient(circle,#fff,#69db7c 60%,#2f9e44);box-shadow:0 0 18px #69db7c}.product-system .product-info-card{flex-shrink:0;width:420px;min-height:280px;height:auto;padding:32px 36px;background:#0a1638f2;border:1px solid rgba(10,156,184,.3);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.7;transition:border-color .3s ease,box-shadow .3s ease;z-index:20;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column}.product-system .product-info-card.active{opacity:1;border-color:var(--graphic-primary);box-shadow:0 0 25px #0a9cb866}.product-system .product-info-card:hover{border-color:var(--graphic-primary);box-shadow:0 0 50px #0a9cb8b3,0 0 100px #0a9cb866}.product-system .product-card-title{font-size:28px;color:#fff;margin:0 0 16px;line-height:1.3;text-shadow:0 0 10px rgba(10,156,184,.5)}.product-system .product-card-desc{font-size:16px;color:var(--text-secondary);line-height:1.7;margin:0 0 15px}.product-system .product-card-btn{display:inline-block;padding:10px 24px;background:linear-gradient(90deg,#7a9a8f,#a8b8b0);border-radius:6px;font-size:15px;color:#fff;text-decoration:none;transition:all .3s ease;box-shadow:0 0 15px #0a9cb866}.product-system .card-header{flex-shrink:0}.product-system .card-footer{flex-shrink:0;margin-top:auto;padding-top:20px}.product-system .card-expand-content{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .35s ease,margin .3s ease;margin:0;will-change:opacity,max-height}.product-system .product-info-card:hover .card-expand-content{opacity:1;max-height:400px;margin:15px 0}.product-system .product-card-details{margin-bottom:20px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.product-system .product-info-card:hover .product-card-details{opacity:1;transform:translateY(0);transition-delay:.08s}.product-system .product-card-details p{font-size:14px;color:var(--text-muted);line-height:1.7;margin:0;padding:12px 16px;background:#0a9cb80d;border-left:3px solid var(--graphic-primary);border-radius:0 8px 8px 0}.product-system .product-card-features{display:flex;flex-wrap:wrap;gap:10px;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.product-system .product-info-card:hover .product-card-features{opacity:1;transform:translateY(0);transition-delay:.15s}.product-system .feature-tag{display:inline-flex;align-items:center;padding:6px 14px;background:#0a9cb833;border:1px solid rgba(10,156,184,.3);border-radius:20px;font-size:12px;color:#7a9a8f;transition:all .3s ease}.product-system .feature-tag:hover{background:#0a9cb866;border-color:#0a9cb899;transform:translateY(-2px)}.product-system .product-card-btn:hover{transform:translateY(-2px);box-shadow:0 0 25px #0a9cb899}.cosmic-section{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(225deg,#0a0e1aeb,#0c1426e6,#0a0e1aeb);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.cosmic-section:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.cosmic-section .section-title{width:100%;text-align:center;margin-bottom:60px}.star-overlay{position:absolute;top:-100%;left:-50%;right:-50%;bottom:-100%;pointer-events:none;z-index:0;overflow:visible}.star-layer{position:absolute;top:0;left:0;width:100%;height:100%}.star-bg{position:absolute;opacity:.8;animation:starBgTwinkle 3s ease-in-out infinite;z-index:1;border-radius:50%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;pointer-events:none}.star-bg.blue.bright{width:6px;height:6px;background:radial-gradient(circle,#fff,#87ceeb,#4dabf7 60%,#1e90ff);box-shadow:0 0 6px #4dabf7,0 0 12px #4dabf7,0 0 20px #4dabf7e6,0 0 30px #4dabf799,0 0 50px #4dabf74d}.star-bg.blue.normal{width:4px;height:4px;background:radial-gradient(circle,#b3d9ff,#4dabf7,#228be6);box-shadow:0 0 4px #4dabf7,0 0 8px #4dabf7cc,0 0 15px #4dabf780}.star-bg.blue.dim{width:3px;height:3px;background:radial-gradient(circle,#87ceeb,#4dabf7);box-shadow:0 0 3px #4dabf7,0 0 6px #4dabf780}.star-bg.white.bright{width:7px;height:7px;background:radial-gradient(circle,#fff,#fff,#e0e0e0 60%,#bdbdbd);box-shadow:0 0 6px #fff,0 0 12px #fff,0 0 25px #ffffffe6,0 0 40px #fff9,0 0 60px #ffffff4d}.star-bg.white.normal{width:4px;height:4px;background:radial-gradient(circle,#fff,#e0e0e0,#bdbdbd);box-shadow:0 0 4px #fff,0 0 8px #fffc,0 0 15px #ffffff80}.star-bg.white.dim{width:2px;height:2px;background:#fff;box-shadow:0 0 2px #fff,0 0 4px #ffffff80}.star-bg.red.bright{width:5px;height:5px;background:radial-gradient(circle,#fff,#f99,#f66 60%,#f33);box-shadow:0 0 5px #f66,0 0 10px #f66,0 0 18px #ff6666e6,0 0 28px #ff666680}.star-bg.red.normal{width:3px;height:3px;background:radial-gradient(circle,#fcc,#f66,#f33);box-shadow:0 0 3px #f66,0 0 6px #ff6666b3}.star-bg.red.dim{width:2px;height:2px;background:radial-gradient(circle,#f99,#f66);box-shadow:0 0 2px #f66,0 0 4px #f666}@keyframes starBgTwinkle{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.4;transform:scale(.9)}}.scan-line{position:absolute;left:0;width:100%;height:12px;background:linear-gradient(to bottom,transparent 0%,rgba(10,156,184,.1) 20%,rgba(24,160,144,.4) 35%,#0a9cb8 45%,#fff 50%,#0a9cb8 55%,rgba(24,160,144,.4) 65%,rgba(10,156,184,.1) 80%,transparent 100%);filter:blur(4px);box-shadow:0 0 10px #0a9cb8cc;z-index:0;animation:scan 4s linear infinite,scan-pulse 1.5s ease-in-out infinite;animation-play-state:paused;opacity:0;pointer-events:none}@keyframes scan-pulse{0%,to{height:12px;filter:blur(4px)}50%{height:16px;filter:blur(6px)}}@keyframes scan{0%{top:0}to{top:100%}}.connect-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}.line{fill:none;stroke:#0a9cb8;stroke-width:2;stroke-dasharray:1000;stroke-dashoffset:1000;opacity:0;filter:drop-shadow(0 0 8px #0a9cb8);transition:all .4s ease}.line.glow,.data-item:hover .line{stroke:#fff;filter:drop-shadow(0 0 15px #fff) drop-shadow(0 0 25px #0a9cb8)}.data-item{position:absolute;z-index:4;cursor:pointer;display:flex;flex-direction:column;align-items:center}.data-item[data-index="0"]{top:280px;left:calc(50vw - 110px)}.data-item[data-index="1"]{top:580px;left:calc(50vw + 250px)}.data-item[data-index="2"]{top:800px;left:calc(50vw - 110px)}.data-item[data-index="3"]{top:580px;left:calc(50vw - 470px)}.data-item[data-index="0"] .star{bottom:-100px;left:50%;transform:translate(-50%)}.data-item[data-index="1"] .star{left:-100px;top:50%;transform:translateY(-50%)}.data-item[data-index="2"] .star{top:-100px;left:50%;transform:translate(-50%)}.data-item[data-index="3"] .star{right:-100px;top:50%;transform:translateY(-50%)}.star{width:16px;height:16px;background:#fff;border-radius:50%;opacity:0;transition:all .4s ease;z-index:5;position:absolute}.star.show{opacity:1;box-shadow:0 0 25px #fff,0 0 50px #0a9cb8;transform:scale(1.2)}.star.glow,.data-item:hover .star{box-shadow:0 0 40px #fff,0 0 70px #0a9cb8;transform:scale(1.3)}.text-box{position:relative;padding:14px 20px;background:#0a1638f2;border:1px solid rgba(10,156,184,.3);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;transition:all .5s ease;z-index:4;min-width:220px}.text-box.show{opacity:1}.text-box.glow,.data-item:hover .text-box{border-color:var(--graphic-primary);box-shadow:0 0 20px var(--graphic-primary);background:#0a9cb81a}.box-title{font-size:20px;color:#7a9a8f;margin-bottom:6px;font-weight:600}.box-desc{font-size:14px;color:var(--text-secondary);line-height:1.5}@keyframes lineDraw{to{stroke-dashoffset:0}}.site-footer{background:#0a1628;box-shadow:0 -2px 30px #0a9cb833,0 -1px #18a0904d;padding:70px 5% 30px;position:relative;z-index:10}.footer-grid{max-width:1200px;margin:0 auto 50px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:60px}.footer-col-left{display:flex;flex-direction:column;gap:20px}.footer-logo{font-size:32px;font-weight:700;color:var(--primary-color);text-shadow:0 0 12px rgba(10,156,184,.6)}.footer-desc{color:var(--text-secondary);font-size:14px;line-height:1.7;opacity:.8}.footer-col-center h4{font-size:16px;color:#fff;margin:0 0 18px}.footer-col-center ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col-center li{color:var(--text-secondary);font-size:14px;transition:color .3s;position:relative}.footer-col-center li a{color:inherit;text-decoration:none}.footer-col-center li:hover{color:var(--primary-color);cursor:pointer}.footer-col-center li:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--secondary-color);transition:width .3s ease}.footer-col-center li:hover:after{width:100%}.footer-col-right{display:flex;flex-direction:column;gap:18px}.footer-col-right h4{font-size:16px;color:#fff;margin:0}.contact-list{color:var(--text-secondary);font-size:14px;line-height:1.8}.qrcode-area{display:flex;align-items:center;gap:10px;margin-top:10px}.qrcode{width:50px;height:50px;background:#fff;border-radius:4px}.qrcode-area span{font-size:12px;color:var(--text-muted)}.footer-bottom-bar{max-width:1200px;margin:0 auto;padding-top:25px;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:25px}.footer-links a{color:var(--text-secondary);font-size:13px;text-decoration:none;position:relative}.footer-links a:hover{color:var(--primary-color)}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--secondary-color);transition:width .3s ease}.footer-links a:hover:after{width:100%}.footer-info{display:flex;align-items:center;gap:20px}.copyright,.icp{color:var(--text-muted);font-size:13px}.icp-container{display:flex;align-items:center;gap:12px}.security-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:3px 8px;background:linear-gradient(135deg,#1565c0,#0d47a1);border:1px solid #42a5f5;border-radius:3px;white-space:nowrap;box-shadow:0 1px 3px #0000004d;line-height:1}.badge-icon{width:14px;height:14px;color:#fff;flex-shrink:0}.badge-icon svg{width:100%;height:100%}.badge-text{font-size:11px;color:#e3f2fd;font-weight:500;letter-spacing:.5px}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#080815;z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .8s ease,visibility .8s ease}.loading-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-core{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,#fff 0%,#0a9cb8 40%,#18a090 70%,transparent);box-shadow:0 0 40px #0a9cb8,0 0 80px #18a090;animation:loading-pulse 1.5s infinite alternate}.loading-text{margin-top:30px;font-size:16px;color:var(--text-secondary);animation:loading-fade 1.5s infinite alternate}@keyframes loading-pulse{0%{transform:scale(.9)}to{transform:scale(1.1)}}@keyframes loading-fade{0%{opacity:.6}to{opacity:1}}#loading-bar{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,#0a9cb8,#18a090);z-index:9999;transition:width .3s ease}.particle-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){body{font-size:14px}.section-title{font-size:24px;margin-bottom:50px}.cta-button{display:none}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;position:relative;z-index:999;background:#0a9cb81a;border:1px solid rgba(10,156,184,.3);border-radius:8px;cursor:pointer;transition:all .3s ease}.hamburger:hover{background:#0a9cb833;border-color:#0a9cb880;box-shadow:0 0 15px #0a9cb84d}.hamburger span{display:block;width:22px;height:2px;background:var(--secondary-color);position:relative;transition:all .3s ease;margin:3px 0;border-radius:1px;box-shadow:0 0 5px var(--secondary-color)}.navbar{height:60px;padding:0 3%;justify-content:space-between}.logo{font-size:22px}.nav-menu{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background:linear-gradient(180deg,#000a18,#000f20);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-direction:column;padding:70px 0 0;border-left:1px solid rgba(10,156,184,.3);z-index:998;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 30px #00000080,0 0 40px #0a9cb81a}.nav-menu.active{transform:translate(0)}.nav-item{padding:22px 30px;text-align:left;font-size:17px;color:var(--text-secondary);border-bottom:none;transition:all .3s ease;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,var(--primary-color),var(--secondary-color));transform:scaleY(0);transition:transform .3s ease}.nav-item:hover{color:var(--secondary-color);background:#0a9cb814;padding-left:35px}.nav-item:hover:before{transform:scaleY(1)}.nav-item.active{color:var(--secondary-color);background:#0a9cb814}.nav-item.active:before{transform:scaleY(1)}.hero{height:100vh}.hero-text-wrapper{flex-direction:column;gap:15px;padding:0 20px}.hero-text-left,.hero-text-right{font-size:18px;padding:0!important;text-align:center!important}.hero-desc{font-size:16px}.nebula-core{width:240px;height:240px}.product-system{padding:80px 3% 70px;flex-direction:column;gap:0}.product-system .solar-graphic-wrapper,.product-system .content-wrapper{display:none!important}.product-system-mobile{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px}.product-card-mobile{padding:20px;background:#0a1638f2;border:1px solid rgba(10,156,184,.3);border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card-mobile .product-card-title{font-size:20px;color:#7a9a8f;margin:0 0 10px}.product-card-mobile .product-card-desc{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.cosmic-section{padding:100px 3%;min-height:auto;height:auto;display:flex;flex-direction:column;align-items:center}.data-item{position:relative;margin-bottom:30px;top:auto!important;left:auto!important;transform:none!important;display:flex;flex-direction:column;align-items:center}.star,.connect-svg,.scan-line{display:none!important}.text-box{min-width:280px;max-width:400px;width:100%;padding:20px 24px;text-align:center;opacity:1!important;transform:none!important;border:1px solid rgba(10,156,184,.3);border-radius:12px;background:#000510cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 20px #0a9cb833}.site-footer{padding:50px 3% 20px}.footer-grid{grid-template-columns:1fr;gap:40px;text-align:center}.footer-bottom-bar{flex-direction:column;gap:15px}.qrcode-area{justify-content:center;margin-top:15px}}.why-choose-us-section{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(180deg,#0a0e1ae6,#0e1628e0,#0a0e1ae6);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.why-choose-us-section:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.why-choose-us-section .star-overlay{z-index:0}.arc-tracks{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:visible}.arc-tracks .arc-svg{width:100%;height:100%}.arc-path{fill:none;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(10,156,184,.5)) drop-shadow(0 0 15px rgba(10,156,184,.3)) drop-shadow(0 0 25px rgba(10,156,184,.2));stroke:url(#orbit-gradient)}.arc-path-1{stroke-width:2}.arc-path-2,.arc-path-3,.arc-path-4{stroke-width:1.5}.arc-tracks .shuttle{fill:url(#shuttle-gradient);filter:drop-shadow(0 0 12px rgba(102,255,255,1)) drop-shadow(0 0 25px rgba(102,255,255,.8)) drop-shadow(0 0 40px rgba(10,156,184,.6))}.arc-tracks .shuttle-1{fill:url(#shuttle-gradient-1);filter:drop-shadow(0 0 15px rgba(102,255,255,1)) drop-shadow(0 0 30px rgba(102,255,255,.9)) drop-shadow(0 0 50px rgba(10,156,184,.7))}.arc-tracks .shuttle-2{fill:url(#shuttle-gradient-2);filter:drop-shadow(0 0 12px rgba(102,255,204,1)) drop-shadow(0 0 25px rgba(102,255,204,.9)) drop-shadow(0 0 40px rgba(24,160,144,.6))}.arc-tracks .shuttle-3{fill:url(#shuttle-gradient-3);filter:drop-shadow(0 0 18px rgba(102,255,255,1)) drop-shadow(0 0 35px rgba(102,255,255,1)) drop-shadow(0 0 55px rgba(10,156,184,.8))}.arc-tracks .shuttle-4{fill:url(#shuttle-gradient-4);filter:drop-shadow(0 0 12px rgba(170,221,255,1)) drop-shadow(0 0 25px rgba(170,221,255,.9)) drop-shadow(0 0 40px rgba(122,154,143,.6))}.fade-shuttle-1{animation:orbit-glow-1 8s ease-in-out infinite}@keyframes orbit-glow-1{0%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(102,255,255,.3))}00%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(102,255,255,.3))}10%{opacity:.9;transform:scale(1.1);filter:drop-shadow(0 0 28px rgba(102,255,255,1)) drop-shadow(0 0 55px rgba(102,255,255,.8))}15%{opacity:1;transform:scale(1.2);filter:drop-shadow(0 0 35px rgba(102,255,255,1)) drop-shadow(0 0 70px rgba(102,255,255,.9)) drop-shadow(0 0 100px rgba(10,156,184,.7))}25%{opacity:.9;transform:scale(1.1);filter:drop-shadow(0 0 28px rgba(102,255,255,1)) drop-shadow(0 0 55px rgba(102,255,255,.8))}35%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(102,255,255,.3))}to{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(102,255,255,.3))}}.fade-shuttle-2{animation:orbit-glow-2 10s ease-in-out infinite;animation-delay:-2.5s}@keyframes orbit-glow-2{0%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(212,119,255,.3))}00%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(212,119,255,.3))}05%{opacity:.9;transform:scale(1.15);filter:drop-shadow(0 0 30px rgba(212,119,255,1)) drop-shadow(0 0 60px rgba(212,119,255,.8))}30%{opacity:1;transform:scale(1.25);filter:drop-shadow(0 0 40px rgba(212,119,255,1)) drop-shadow(0 0 80px rgba(212,119,255,.9)) drop-shadow(0 0 110px rgba(179,71,232,.7))}60%{opacity:.9;transform:scale(1.15);filter:drop-shadow(0 0 30px rgba(212,119,255,1)) drop-shadow(0 0 60px rgba(212,119,255,.8))}85%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(212,119,255,.3))}to{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(212,119,255,.3))}}.fade-shuttle-3{animation:orbit-glow-3 7s ease-in-out infinite;animation-delay:-1.8s}@keyframes orbit-glow-3{0%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(255,51,136,.3))}25%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(255,51,136,.3))}30%{opacity:.9;transform:scale(1.15);filter:drop-shadow(0 0 32px rgba(255,51,136,1)) drop-shadow(0 0 65px rgba(255,51,136,.8))}50%{opacity:1;transform:scale(1.3);filter:drop-shadow(0 0 45px rgba(255,51,136,1)) drop-shadow(0 0 90px rgba(255,51,136,.9)) drop-shadow(0 0 120px rgba(204,0,102,.7))}70%{opacity:.9;transform:scale(1.15);filter:drop-shadow(0 0 32px rgba(255,51,136,1)) drop-shadow(0 0 65px rgba(255,51,136,.8))}75%{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(255,51,136,.3))}to{opacity:.2;transform:scale(.6);filter:drop-shadow(0 0 4px rgba(255,51,136,.3))}}.fade-shuttle-4{animation:orbit-glow-4 9s ease-in-out infinite;animation-delay:-3s}@keyframes orbit-glow-4{0%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(0,212,102,.3))}25%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(0,212,102,.3))}30%{opacity:.9;transform:scale(1.1);filter:drop-shadow(0 0 28px rgba(0,212,102,1)) drop-shadow(0 0 55px rgba(0,212,102,.8))}50%{opacity:1;transform:scale(1.25);filter:drop-shadow(0 0 38px rgba(0,212,102,1)) drop-shadow(0 0 75px rgba(0,212,102,.9)) drop-shadow(0 0 105px rgba(0,170,85,.7))}70%{opacity:.9;transform:scale(1.1);filter:drop-shadow(0 0 28px rgba(0,212,102,1)) drop-shadow(0 0 55px rgba(0,212,102,.8))}75%{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(0,212,102,.3))}to{opacity:.2;transform:scale(.55);filter:drop-shadow(0 0 4px rgba(0,212,102,.3))}}.why-choose-us-content{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;width:100%;position:relative;z-index:2;background:transparent;align-items:end}.why-card{position:relative;background:#12203cbf;border:1px solid rgba(10,156,184,.35);border-radius:12px;padding:22px;transition:all .4s ease;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:space-station-float 6s ease-in-out infinite;box-shadow:0 0 20px #0a9cb826,0 0 40px #0a9cb814,0 0 60px #0a9cb80a,inset 0 1px #ffffff1a,inset 0 -1px #0a9cb826}@keyframes space-station-float{0%,to{transform:translateY(0);box-shadow:0 0 25px #0a9cb833,0 0 50px #0a9cb81a,0 0 80px #0a9cb80d,0 5px 15px #00000040,inset 0 1px #ffffff1f,inset 0 -1px #0a9cb833}50%{transform:translateY(-8px);box-shadow:0 0 30px #0a9cb840,0 0 60px #0a9cb81f,0 0 100px #0a9cb80f,0 15px 30px #00000059,inset 0 1px #ffffff26,inset 0 -1px #0a9cb840}}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(10,156,184,.6) 20%,rgba(102,255,255,.8) 50%,rgba(10,156,184,.6) 80%,transparent 100%);animation:edge-light-pulse 3s ease-in-out infinite}@keyframes edge-light-pulse{0%,to{opacity:.5}50%{opacity:1}}.why-card:after{content:"";position:absolute;bottom:8px;right:8px;width:8px;height:8px;border-radius:50%;background:radial-gradient(circle,rgba(10,156,184,.8) 0%,transparent 70%);animation:corner-light-blink 4s ease-in-out infinite}@keyframes corner-light-blink{0%,90%,to{opacity:.3}95%{opacity:1}}.why-card:nth-child(1){margin-bottom:0}.why-card:nth-child(2){margin-bottom:40px;animation-delay:1.5s}.why-card:nth-child(3){margin-bottom:80px;animation-delay:3s}.why-card:nth-child(4){margin-bottom:120px;animation-delay:4.5s}@keyframes holographic-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.why-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(10,156,184,.05) 0%,transparent 50%,rgba(24,160,144,.05) 100%);pointer-events:none}.why-card:nth-child(4){animation-delay:4.5s}.holographic-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#0a9cb8,#18a090,#0a9cb8);background-size:200% 200%;animation:border-flow 3s linear infinite;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes border-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.holographic-glow{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:14px;background:radial-gradient(ellipse at center,rgba(10,156,184,.2) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.why-card:hover .holographic-glow{opacity:1}.holographic-icon{position:relative}.holographic-icon:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;background:radial-gradient(circle,rgba(10,156,184,.4) 0%,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease;animation:icon-pulse 2s ease-in-out infinite}@keyframes icon-pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}.holographic-text{position:relative}.holographic-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a9cb880,#18a09080);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0;transition:opacity .3s ease;filter:blur(2px)}.why-card:hover .holographic-text:after{opacity:.8}.card-ripple{position:absolute;width:20px;height:20px;background:radial-gradient(circle,rgba(10,156,184,.8) 0%,rgba(24,160,144,.4) 50%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:ripple-expand 1s ease-out forwards;pointer-events:none;z-index:100}@keyframes ripple-expand{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(40);opacity:0}}.why-card:hover{border-color:var(--graphic-primary);background:#162a4bd9;box-shadow:0 0 35px #0a9cb880,0 0 70px #18a09040,0 0 100px #0a9cb81a,inset 0 0 30px #0a9cb814;transform:translateY(-8px)}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(148,163,184,.1) 0%,transparent 50%);opacity:0;transition:opacity .4s ease;pointer-events:none}.why-card:hover .card-glow{opacity:1}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#94a3b833,#47556933);border:1px solid rgba(148,163,184,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#94a3b8;flex-shrink:0;transition:all .3s ease;position:relative;z-index:1}.card-icon:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:16px;background:linear-gradient(45deg,#0a9cb8,#18a090,#0a9cb8);background-size:200% 200%;animation:gradientRotate 3s ease infinite;opacity:0;z-index:-1}.why-card:hover .card-icon:before{opacity:.5}.card-icon svg{width:24px;height:24px;filter:drop-shadow(0 0 6px rgba(10,156,184,.5))}.card-title{font-size:17px;font-weight:600;color:#7a9a8f;margin-bottom:10px;position:relative;z-index:1}.card-desc{font-size:13px;color:var(--text-secondary);line-height:1.6;margin-bottom:16px;position:relative;z-index:1}.card-features{list-style:none;padding:0;margin:0;position:relative;z-index:1}.card-features li{font-size:12px;color:var(--text-muted);padding-left:18px;position:relative;margin-bottom:8px;line-height:1.5}.card-features li:last-child{margin-bottom:0}.card-features li:before{content:"";position:absolute;left:0;top:6px;width:8px;height:8px;background:linear-gradient(135deg,#0a9cb8,#18a090);border-radius:50%;box-shadow:0 0 8px #0a9cb880}@keyframes gradientRotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.why-card,.investor-item,.testimonial-card{position:relative;overflow:hidden}.card-overlay-content,.investor-overlay-content,.testimonial-overlay-content{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1638f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.3);border-radius:12px;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:10}.why-card:hover .card-overlay-content,.investor-item:hover .investor-overlay-content,.testimonial-card:hover .testimonial-overlay-content{opacity:1;visibility:visible;transform:translateY(0)}.card-overlay-content .overlay-title,.investor-overlay-content .overlay-title,.testimonial-overlay-content .overlay-title{font-size:20px;font-weight:600;color:#7a9a8f;margin-bottom:16px;text-align:center}.card-overlay-content .overlay-desc,.investor-overlay-content .overlay-desc,.testimonial-overlay-content .overlay-desc{font-size:14px;color:var(--text-secondary);line-height:1.7;text-align:center;margin-bottom:20px}.card-overlay-content .overlay-features,.testimonial-overlay-content .overlay-benefits{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.card-overlay-content .overlay-tag,.testimonial-overlay-content .overlay-tag{padding:6px 14px;background:#94a3b833;border:1px solid rgba(148,163,184,.3);border-radius:20px;font-size:12px;color:#94a3b8;transition:all .3s ease}.card-overlay-content .overlay-tag:hover,.testimonial-overlay-content .overlay-tag:hover{background:#94a3b866;border-color:#94a3b899}.investor-overlay-content .overlay-stats{display:flex;gap:20px;justify-content:center}.investor-overlay-content .stat{text-align:center}.investor-overlay-content .stat-value{display:block;font-size:24px;font-weight:700;color:#94a3b8;margin-bottom:4px}.investor-overlay-content .stat-label{font-size:12px;color:var(--text-muted)}@media (max-width: 768px){.why-choose-us-section{padding:100px 3%;min-height:auto}.why-choose-us-content{grid-template-columns:1fr;gap:25px}.why-card:nth-child(1),.why-card:nth-child(2),.why-card:nth-child(3),.why-card:nth-child(4){margin-bottom:0}.why-card{padding:25px}.arc-1{width:120px;height:120px}.arc-2{width:200px;height:200px}.arc-3{width:280px;height:280px}.arc-4{width:360px;height:360px}.card-icon{width:50px;height:50px}.card-icon svg{width:24px;height:24px}}.investors-section{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(45deg,#0c1220bf,#121c30b8,#0c1220bf);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.investors-section:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.investors-content{position:relative;display:flex;gap:24px;max-width:1000px;width:100%;justify-content:center;flex-wrap:wrap}.investor-item{width:280px;height:380px;background:#12203cbf;border:1px solid rgba(10,156,184,.35);border-radius:14px;padding:24px;transition:all .4s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:space-station-float 8s ease-in-out infinite;box-shadow:0 0 20px #0a9cb826,0 0 40px #0a9cb814,0 0 60px #0a9cb80a,inset 0 1px #ffffff1a,inset 0 -1px #0a9cb826}.investor-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:1px;background:linear-gradient(135deg,#0a9cb8,#18a090,#0a9cb8);background-size:200% 200%;animation:border-flow 3s linear infinite;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5}.investor-item:hover{border-color:#0a9cb859;background:#162a4bd9;box-shadow:0 0 35px #0a9cb880,0 0 70px #18a09040,0 0 100px #0a9cb81a,inset 0 0 30px #0a9cb814;transform:translateY(-4px);animation:none}.investor-default{height:100%;display:flex;flex-direction:column;gap:16px;transition:opacity .4s ease}.investor-item:hover .investor-default{opacity:0}.investor-avatar{display:flex;align-items:center;gap:12px}.avatar-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0a9cb84d,#0a9cb81a);border:2px solid rgba(148,163,184,.3)}.investor-name{font-size:18px;font-weight:600;color:#7a9a8f}.investor-title{font-size:12px;color:#64ffda;font-weight:500;text-transform:uppercase;letter-spacing:1px}.investor-desc{font-size:13px;color:#94a3b8cc;line-height:1.7;margin:0;flex:1}.investor-hover{position:absolute;top:0;left:0;width:100%;height:100%;padding:24px;display:flex;flex-direction:column;gap:16px;opacity:0;transition:opacity .4s ease;background:#0a1638fa}.investor-item:hover .investor-hover{opacity:1}.investor-highlights{display:flex;flex-direction:column;gap:12px;flex:1}.highlight-item{display:flex;align-items:flex-start;gap:10px}.check-icon{color:#64ffda;font-size:14px;font-weight:700;flex-shrink:0}.highlight-text{font-size:13px;color:#94a3b8d9;line-height:1.5}.testimonials-section{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(135deg,#0c1220c7,#142037bf,#0c1220c7);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.testimonials-section:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.testimonials-content{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,350px));gap:35px;max-width:1100px;width:100%;justify-content:center}.testimonial-card{background:#12203cbf;border:1px solid rgba(10,156,184,.35);border-radius:12px;padding:30px;transition:all .4s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:space-station-float 8s ease-in-out infinite;box-shadow:0 0 20px #0a9cb826,0 0 40px #0a9cb814,0 0 60px #0a9cb80a,inset 0 1px #ffffff1a,inset 0 -1px #0a9cb826;position:relative}.testimonial-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#0a9cb8,#18a090,#0a9cb8);background-size:200% 200%;animation:border-flow 3s linear infinite;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5}.testimonial-card:hover{border-color:#0a9cb859;background:#162a4bd9;box-shadow:0 0 35px #0a9cb880,0 0 70px #18a09040,0 0 100px #0a9cb81a,inset 0 0 30px #0a9cb814;transform:translateY(-4px);animation:none}.testimonial-quote{margin-bottom:20px}.testimonial-quote svg{width:32px;height:32px}.testimonial-text{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:25px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:15px}.author-avatar svg{width:48px;height:48px}.author-name{font-size:15px;color:#fff;font-weight:500;margin-bottom:4px}.author-title{font-size:13px;color:var(--text-muted)}.partners-section{width:100%;min-height:100vh;height:auto;position:relative;background:linear-gradient(225deg,#0c1220bf,#121c30b8,#0c1220bf);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:visible;padding:80px 5% 150px;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;z-index:0}.partners-section:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(10,156,184,.6),rgba(148,163,184,.3),rgba(10,156,184,.6),transparent);box-shadow:0 0 20px #0a9cb866}.partners-content{position:relative;max-width:1200px;width:100%}.partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin-bottom:40px}.partner-item{padding:15px}.partner-logo{display:flex;flex-direction:column;align-items:center;padding:20px;background:#12203cbf;border:1px solid rgba(10,156,184,.35);border-radius:8px;transition:all .4s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:space-station-float 8s ease-in-out infinite;box-shadow:0 0 15px #0a9cb826,0 0 30px #0a9cb814,0 0 45px #0a9cb80a,inset 0 1px #ffffff1a,inset 0 -1px #0a9cb826;position:relative}.partner-logo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;padding:1px;background:linear-gradient(135deg,#0a9cb8,#18a090,#0a9cb8);background-size:200% 200%;animation:border-flow 3s linear infinite;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5}.partner-logo:hover{border-color:#0a9cb859;background:#162a4bd9;box-shadow:0 0 25px #0a9cb866,0 0 50px #18a09033,0 0 80px #0a9cb81a,inset 0 0 20px #0a9cb814;transform:translateY(-3px);animation:none}.logo-letter{font-size:28px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s ease}.partner-logo:hover .logo-letter{transform:scale(1.1);filter:drop-shadow(0 0 10px currentColor)}.partner-name{font-size:13px;color:#8892a6;font-weight:500}.partners-stats{display:flex;justify-content:center;gap:80px;padding:40px;background:#12203cbf;border:1px solid rgba(10,156,184,.35);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 20px #0a9cb826,0 0 40px #0a9cb814,inset 0 1px #ffffff1a,inset 0 -1px #0a9cb826}.stat-item{text-align:center}.stat-number{display:block;font-size:36px;font-weight:700;color:#94a3b8;margin-bottom:8px}.stat-label{font-size:14px;color:var(--text-muted)}@media (max-width: 768px){.investors-section,.testimonials-section,.partners-section{padding:100px 3% 80px;min-height:auto}.investors-content,.testimonials-content{grid-template-columns:1fr;gap:20px}.partner-grid{grid-template-columns:repeat(2,1fr);gap:15px}.partners-stats{gap:40px}.stat-number{font-size:28px}}@media (min-width: 769px){.product-system-mobile{display:none!important}}.page-container{min-height:100vh;background:linear-gradient(135deg,#080815,#0a0e17)}.page-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#080815e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(10,156,184,.1)}.nav-content{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{font-size:20px;font-weight:700;background:linear-gradient(135deg,#7a9a8f,#a8b8b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-back{color:var(--text-secondary);font-size:14px;transition:color .3s ease}.nav-back:hover{color:var(--secondary-color)}.page-main{padding-top:100px;padding-bottom:80px}.page-header{text-align:center;margin-bottom:60px}.page-title{font-size:40px;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 0 30px rgba(10,156,184,.3)}.title-line{width:60px;height:3px;background:linear-gradient(90deg,var(--graphic-primary),var(--graphic-secondary));margin:0 auto;border-radius:2px}.update-date{color:var(--text-muted);font-size:14px;margin-top:20px}.content-wrapper{max-width:800px;margin:0 auto;padding:0 5%}.content-wrapper section{background:#0a0e17b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(10,156,184,.1);border-radius:12px;padding:30px;margin-bottom:30px}.page-container .section-title{font-size:22px;font-weight:600;color:#fff;margin-bottom:20px;display:flex;align-items:center}.section-text{color:var(--text-secondary);font-size:15px;line-height:1.8;margin-bottom:15px}.section-list{list-style:disc;padding-left:20px;color:var(--text-secondary);font-size:15px;line-height:1.8}.section-list li{margin-bottom:10px}.contact-box{background:#0a0e1a;border-radius:8px;padding:20px;margin-top:15px}.contact-item{color:var(--text-secondary);font-size:15px;margin-bottom:10px;display:flex;align-items:center}.contact-item:last-child{margin-bottom:0}.contact-item i{color:#7a9a8f;margin-right:12px}.page-footer{background:#0a0e17cc;border-top:1px solid rgba(10,156,184,.1);padding:30px 5%;margin-top:50px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.page-footer p{color:var(--text-muted);font-size:13px}.page-footer .footer-links{display:flex;gap:20px}.page-footer .footer-links a{color:var(--text-secondary);font-size:13px;transition:color .3s ease}.page-footer .footer-links a:hover{color:var(--secondary-color)}.section-stars[data-v-62642745]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.section-star[data-v-62642745]{position:absolute;opacity:.8;animation:starBgTwinkle-62642745 3s ease-in-out infinite;border-radius:50%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.section-star.blue.bright[data-v-62642745]{width:6px;height:6px;background:radial-gradient(circle,#fff,#87ceeb,#4dabf7 60%,#1e90ff);box-shadow:0 0 6px #4dabf7,0 0 12px #4dabf7,0 0 20px #4dabf7e6,0 0 30px #4dabf799,0 0 50px #4dabf74d}.section-star.blue.normal[data-v-62642745]{width:4px;height:4px;background:radial-gradient(circle,#b3d9ff,#4dabf7,#228be6);box-shadow:0 0 4px #4dabf7,0 0 8px #4dabf7cc,0 0 15px #4dabf780}.section-star.blue.dim[data-v-62642745]{width:3px;height:3px;background:radial-gradient(circle,#87ceeb,#4dabf7);box-shadow:0 0 3px #4dabf7,0 0 6px #4dabf780}.section-star.white.bright[data-v-62642745]{width:5px;height:5px;background:radial-gradient(circle,#fff,#e0e7ff,#c7d2fe);box-shadow:0 0 5px #fff,0 0 10px #fff,0 0 18px #ffffffe6,0 0 28px #fff9,0 0 45px #ffffff4d}.section-star.white.normal[data-v-62642745]{width:3px;height:3px;background:radial-gradient(circle,#fff,#e0e7ff);box-shadow:0 0 3px #fff,0 0 6px #fffc,0 0 12px #ffffff80}.section-star.white.dim[data-v-62642745]{width:2px;height:2px;background:radial-gradient(circle,#f0f0f0,#e0e7ff);box-shadow:0 0 2px #fff,0 0 4px #ffffff80}.section-star.red.bright[data-v-62642745]{width:5px;height:5px;background:radial-gradient(circle,#fff,#ffb3ba,#ff6b8a 60%,#ee5a70);box-shadow:0 0 5px #ff6b8a,0 0 10px #ff6b8a,0 0 18px #ff6b8ae6,0 0 28px #ff6b8a99,0 0 45px #ff6b8a4d}.section-star.red.normal[data-v-62642745]{width:3px;height:3px;background:radial-gradient(circle,#ffccd5,#ff6b8a,#e6496b);box-shadow:0 0 3px #ff6b8a,0 0 6px #ff6b8acc,0 0 12px #ff6b8a80}.section-star.red.dim[data-v-62642745]{width:2px;height:2px;background:radial-gradient(circle,#ffb3ba,#ff6b8a);box-shadow:0 0 2px #ff6b8a,0 0 4px #ff6b8a80}@keyframes starBgTwinkle-62642745{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}
