@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 4px 14px 0 rgba(59,130,246,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(59,130,246,.4)}.btn-secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background:#3b82f6;color:white;transform:translateY(-2px)}.navbar{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:fixed;top:0;width:100%;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between;height:70px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px}.nav-logo img{width:40px;height:40px}.nav-logo h2{color:#1f2937;font-weight:600;font-size:1.4rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color .3s ease;padding:.5rem 0}.nav-link.active,.nav-link:hover{color:#3b82f6}.hero{margin-top:70px;padding:80px 0 120px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.jupiter-system{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.jupiter-logo{position:relative;width:400px;height:400px}.planet{top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;background:radial-gradient(circle at 30% 30%,#ff6b35,#f7931e,#ffcd3c);box-shadow:0 0 20px rgba(255,107,53,.5),inset -10px -10px 20px rgba(0,0,0,.3);animation:planetRotate 25s linear infinite}.planet,.planet-spots{position:absolute;border-radius:50%}.planet-spots{width:100%;height:100%}.spot{position:absolute;border-radius:50%;background:rgba(0,0,0,.2)}.spot-1{width:25px;height:15px;top:30%;left:20%}.spot-1,.spot-2{border-radius:50% 50% 50% 50%/60% 60% 40% 40%}.spot-2{width:35px;height:20px;top:60%;left:40%}.spot-3{width:20px;height:12px;top:45%;left:70%;border-radius:50% 50% 50% 50%/60% 60% 40% 40%}.planet-ring{position:absolute;top:-20px;left:-20px;width:220px;height:220px;border:2px solid rgba(255,255,255,.3);border-radius:50%;transform:rotateX(75deg);animation:ringRotate 15s linear infinite}.planet-core{width:20px;height:20px;border-radius:50%;background:radial-gradient(circle,#ffffff,#ffcd3c);box-shadow:0 0 10px rgba(255,255,255,.8)}.orbit-ring,.planet-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-ring{border:1px solid rgba(100,200,255,.4);border-radius:50%}.ring-1{width:280px;height:280px;animation:orbitRotate 35s linear infinite}.ring-2{width:340px;height:340px;animation:orbitRotate 45s linear infinite reverse}.ring-3{width:400px;height:400px;animation:orbitRotate 55s linear infinite}.orbit-ring:before{content:"";top:-3px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#64c8ff;box-shadow:0 0 8px #64c8ff}.moon,.orbit-ring:before{position:absolute;border-radius:50%}.moon{width:12px;height:12px;background:radial-gradient(circle,#e5e7eb,#9ca3af);box-shadow:0 0 8px rgba(255,255,255,.5)}.moon-1{animation:moonOrbit1 35s linear infinite}.moon-1,.moon-2{top:-6px;left:50%;transform:translateX(-50%)}.moon-2{animation:moonOrbit2 45s linear infinite}.moon-3{top:-6px;left:50%;transform:translateX(-50%);animation:moonOrbit3 55s linear infinite}.cosmic-particles{position:absolute;width:100%;height:100%;pointer-events:none}.particle{position:absolute;width:4px;height:4px;background:#64c8ff;border-radius:50%;box-shadow:0 0 6px #64c8ff;animation:particleFloat 8s linear infinite}.particle-1{top:20%;left:10%;animation-delay:0s}.particle-2{top:60%;left:80%;animation-delay:-2s}.particle-3{top:80%;left:20%;animation-delay:-4s}.particle-4{top:30%;left:70%;animation-delay:-6s}.particle-5{top:50%;left:50%;animation-delay:-1s}.particle-6{top:10%;left:60%;animation-delay:-3s}@keyframes planetRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes ringRotate{0%{transform:rotateX(75deg) rotate(0deg)}to{transform:rotateX(75deg) rotate(1turn)}}@keyframes orbitRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes moonOrbit1{0%{transform:translateX(-50%) rotate(0deg) translateX(140px) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn) translateX(140px) rotate(-1turn)}}@keyframes moonOrbit2{0%{transform:translateX(-50%) rotate(0deg) translateX(170px) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn) translateX(170px) rotate(-1turn)}}@keyframes moonOrbit3{0%{transform:translateX(-50%) rotate(0deg) translateX(200px) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn) translateX(200px) rotate(-1turn)}}@keyframes particleFloat{0%{transform:translateY(0) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(1turn);opacity:0}}.hero-title{font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center;align-items:center}.page-hero{margin-top:70px;padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.page-hero h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.page-hero p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto}.services{padding:100px 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.service-card{background:white;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.12)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;line-height:1.6}.products{padding:100px 0;background:#f8fafc}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.product-card{background:white;padding:40px 30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-card.featured{border:2px solid #3b82f6}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.12)}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-icon{font-size:2.5rem}.product-status{padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;background:#dcfce7;color:#166534}.product-status.coming-soon{background:#fef3c7;color:#92400e}.product-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.product-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.product-features{list-style:none}.product-features li{color:#374151;position:relative;padding:8px 0 8px 20px}.product-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cta{padding:100px 0;background:linear-gradient(135deg,#3b82f6,#1d4ed8);text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;color:rgba(255,255,255,.9);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn-primary{background:white;color:#3b82f6;box-shadow:0 4px 20px rgba(0,0,0,.1)}.cta .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.footer{background:#1f2937;color:white;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:40px}.footer-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#e5e7eb}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{padding:6px 0;color:#9ca3af}.footer-bottom{border-top:1px solid #374151;padding-top:30px;text-align:center}.footer-bottom p{color:#9ca3af}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:2.5rem}.footer-content{grid-template-columns:1fr;gap:40px;text-align:center}.page-hero h1{font-size:2.2rem}.section-header h2{font-size:2rem}.nav-menu{gap:1rem}.hero-buttons{justify-content:center}.jupiter-logo{width:300px;height:300px}.planet{width:140px;height:140px}.planet-ring{width:180px;height:180px;top:-20px;left:-20px}.ring-1{width:220px;height:220px}.ring-2{width:260px;height:260px}.ring-3{width:300px;height:300px}}.contact-form-container{background:white;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:40px 30px}.contact-form h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:white}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.form-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:8px}.form-error,.form-success{padding:1rem;margin-top:1rem}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px}.form-note{font-size:.9rem;color:#6b7280;margin-top:1rem;text-align:center}@media (max-width:768px){.contact-form-container{padding:30px 20px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px}}.about-content{padding:80px 0;background:white}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.content-section h2{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.content-section p{color:#6b7280;margin-bottom:1.5rem;line-height:1.7}.expertise-list{display:flex;flex-direction:column;gap:24px}.expertise-item h3{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.expertise-item p{color:#6b7280;margin:0}.values{padding:100px 0;background:#f8fafc}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:968px){.values-grid{grid-template-columns:1fr}}.value-card{background:white;padding:40px 30px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.6}.why-choose{padding:100px 0;background:white}.why-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}.why-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.why-list{list-style:none}.why-list li{padding:12px 0;color:#374151;line-height:1.6}.why-visual{display:flex;justify-content:center;align-items:center}.stats-container{display:flex;flex-direction:column;gap:30px}.stat-item{text-align:center;padding:30px;background:#f8fafc;border-radius:16px}.stat-number{font-size:2.5rem;font-weight:700;color:#3b82f6;display:block}.stat-label{color:#6b7280;font-weight:500;margin-top:8px}.contact-content{padding:80px 0;background:white}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-info h2{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.contact-info>p{color:#6b7280;margin-bottom:3rem;line-height:1.7}.contact-methods{display:flex;flex-direction:column;gap:30px;margin-bottom:3rem}.contact-method{display:flex;align-items:flex-start;gap:20px}.method-icon{font-size:2rem;flex-shrink:0}.method-details h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.method-details p{color:#3b82f6;font-weight:500;margin-bottom:.5rem}.method-note{color:#6b7280;font-size:.9rem}.response-time h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.response-time ul{list-style:none}.response-time li{color:#374151;position:relative;padding:8px 0 8px 20px}.response-time li:before{content:"⏱";position:absolute;left:0}.faq{padding:100px 0;background:#f8fafc}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:968px){.faq-grid{grid-template-columns:1fr}}.faq-item{background:white;padding:30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.faq-item h3{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}@media (max-width:768px){.contact-form-container{padding:30px 20px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px}.contact-grid,.content-grid,.why-content{grid-template-columns:1fr;gap:40px}.value-card{padding:30px 20px}}@media (max-width:480px){.container,.nav-container{padding:0 15px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.btn{padding:10px 20px;font-size:.9rem}.product-card,.service-card{padding:30px 20px}}