*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#000;color:#fff;line-height:1.6;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{font-family:Orbitron,monospace;font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.section-description{font-size:1.2rem;text-align:center;color:#ccc;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.highlight{color:gold;text-shadow:0 0 20px rgba(255,215,0,.5)}.navbar{position:fixed;top:0;width:100%;z-index:1000;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,215,0,.2);transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;flex-direction:column;align-items:flex-start}.logo-text{font-family:Orbitron,monospace;font-size:1.5rem;font-weight:900;color:gold;line-height:1;text-shadow:0 0 10px rgba(255,215,0,.3)}.logo-sub{font-family:Orbitron,monospace;font-size:.8rem;color:#fff;letter-spacing:2px;line-height:1}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:400;transition:all .3s ease;position:relative}.nav-link:hover{color:gold}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,gold,orange);color:#000;padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 20px #ffd7004d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ffd70080}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background:gold;margin:3px 0;transition:.3s;border-radius:2px}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,215,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,215,0,.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.floating-elements{position:absolute;width:100%;height:100%}.floating-element{position:absolute;width:4px;height:4px;background:gold;border-radius:50%;box-shadow:0 0 10px gold;animation:float 6s ease-in-out infinite}.floating-element:nth-child(1){top:20%;left:10%;animation-delay:0s}.floating-element:nth-child(2){top:60%;left:80%;animation-delay:2s}.floating-element:nth-child(3){top:80%;left:30%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.hero-content{z-index:2}.hero-title{font-family:Orbitron,monospace;font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.hero-description{font-size:1.3rem;color:#ccc;margin-bottom:2.5rem;line-height:1.6;max-width:600px}.hero-actions{display:flex;gap:1.5rem;margin-bottom:4rem}.primary-button{background:linear-gradient(135deg,gold,orange);color:#000;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 8px 32px #ffd7004d}.primary-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ffd70080}.primary-button.glow{animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 8px 32px #ffd7004d}to{box-shadow:0 12px 40px #ffd70099,0 0 20px #ffd7004d}}.secondary-button{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid #FFD700;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.secondary-button:hover{background:gold;color:#000;transform:translateY(-3px)}.button-arrow{font-size:1.2rem;transition:transform .3s ease}.primary-button:hover .button-arrow{transform:translate(5px)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center;padding:1.5rem;background:#ffd7000d;border:1px solid rgba(255,215,0,.2);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-number{display:block;font-family:Orbitron,monospace;font-size:2rem;font-weight:700;color:gold;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#ccc}.hero-visual{display:flex;justify-content:center;align-items:center}.device-showcase{position:relative;perspective:1000px}.device-card{width:300px;height:200px;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border:2px solid rgba(255,215,0,.3);border-radius:20px;padding:2rem;position:relative;transform-style:preserve-3d;animation:deviceFloat 4s ease-in-out infinite}@keyframes deviceFloat{0%,to{transform:rotateY(5deg) translateY(0)}50%{transform:rotateY(-5deg) translateY(-10px)}}.device-glow{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(45deg,transparent,#FFD700,transparent);border-radius:25px;z-index:-1;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.device-screen{width:100%;height:100%;background:#000;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #FFD700}.processing-animation{width:40px;height:40px;border:3px solid rgba(255,215,0,.3);border-top:3px solid #FFD700;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-text{font-family:Orbitron,monospace;font-size:.8rem;color:gold;letter-spacing:2px}.services{padding:8rem 0;background:linear-gradient(180deg,#000,#0a0a0a)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:4rem}.service-card{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);padding:3rem 2rem;border-radius:20px;border:1px solid rgba(255,215,0,.2);transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,215,0,.1),transparent);transition:left .5s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-10px);border-color:#ffd70080;box-shadow:0 20px 40px #ffd7001a}.service-icon{position:relative;width:80px;height:80px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffd7001a}.icon-glow{position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.3),transparent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}.service-title{font-family:Orbitron,monospace;font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1rem;color:gold}.service-description{text-align:center;color:#ccc;line-height:1.6}.products{padding:8rem 0;background:#000}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.product-card{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:20px;padding:2rem;border:1px solid rgba(255,215,0,.2);transition:all .3s ease;position:relative;overflow:hidden}.product-card.featured{border:2px solid #FFD700;transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;background:gold;color:#000;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:700;text-transform:uppercase}.product-image{position:relative;height:200px;border-radius:15px;overflow:hidden;margin-bottom:1.5rem;background:#0a0a0a}.product-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,rgba(255,215,0,.1),transparent);opacity:0;transition:opacity .3s ease}.product-card:hover .product-glow{opacity:1}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:contrast(1.2) brightness(.8)}.product-name{font-family:Orbitron,monospace;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:gold}.product-description{color:#ccc;margin-bottom:1rem;font-size:.9rem}.product-price{font-family:Orbitron,monospace;font-size:1.8rem;font-weight:700;color:gold;margin-bottom:1rem}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature{background:#ffd7001a;color:gold;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;border:1px solid rgba(255,215,0,.3)}.product-button{width:100%;background:transparent;color:gold;border:2px solid #FFD700;padding:.75rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.product-button:hover{background:gold;color:#000;transform:translateY(-2px)}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ffd7001a}.product-card.featured:hover{transform:scale(1.05) translateY(-10px)}.benefits{padding:8rem 0;background:linear-gradient(180deg,#0a0a0a,#000)}.benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-text .section-title{text-align:left;margin-bottom:3rem}.benefits-list{display:flex;flex-direction:column;gap:2rem}.benefit-item{display:flex;align-items:flex-start;gap:1.5rem}.benefit-icon{position:relative;width:60px;height:60px;background:#ffd7001a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pulse-effect{position:absolute;width:100%;height:100%;border-radius:50%;background:#ffd7004d;animation:pulseEffect 2s ease-in-out infinite}@keyframes pulseEffect{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}.benefit-icon .icon{font-size:1.5rem;z-index:1}.benefit-content h3{font-family:Orbitron,monospace;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:gold}.benefit-content p{color:#ccc;line-height:1.6}.benefits-visual{display:flex;justify-content:center}.stats-dashboard{width:400px;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border:1px solid rgba(255,215,0,.3);border-radius:20px;padding:2rem;box-shadow:0 20px 40px #00000080}.dashboard-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-family:Orbitron,monospace;font-size:.9rem;color:gold}.status-light{width:8px;height:8px;background:#0f0;border-radius:50%;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.dashboard-metrics{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.metric{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffd7000d;border-radius:10px;border:1px solid rgba(255,215,0,.1)}.metric-label{font-size:.9rem;color:#ccc}.metric-value{font-family:Orbitron,monospace;font-weight:700;color:gold}.metric-trend{font-size:.8rem;padding:.25rem .5rem;border-radius:12px;margin-left:.5rem}.metric-trend.up{background:#0f03;color:#0f0}.dashboard-chart{height:100px;background:#ffd7000d;border-radius:10px;padding:1rem;display:flex;align-items:end;justify-content:space-between}.chart-bars{display:flex;align-items:end;gap:.5rem;width:100%;height:100%}.bar{flex:1;background:linear-gradient(to top,gold,#ffd7004d);border-radius:3px 3px 0 0;min-height:20%;transition:all .3s ease}.bar.active{background:linear-gradient(to top,#0f0,#00ff004d);box-shadow:0 0 10px #00ff0080}.social-proof{padding:8rem 0;background:#000}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:4rem}.testimonial-card{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,215,0,.2);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-10px);border-color:#ffd70080;box-shadow:0 20px 40px #ffd7001a}.testimonial-content{margin-bottom:2rem}.testimonial-content p{font-size:1.1rem;line-height:1.6;color:#ccc;font-style:italic}.testimonial-author{display:flex;justify-content:space-between;align-items:flex-end}.author-name{font-weight:700;color:gold;display:block;margin-bottom:.25rem}.author-title{font-size:.9rem;color:#999}.rating{font-size:1.2rem}.contact{padding:8rem 0;background:linear-gradient(180deg,#000,#0a0a0a)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info .section-title{text-align:left;margin-bottom:2rem}.contact-description{font-size:1.2rem;color:#ccc;margin-bottom:2rem;line-height:1.6}.contact-features{margin-bottom:3rem}.feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:#ccc}.feature-icon{color:#0f0;font-size:1.2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:1px}.contact-value{font-family:Orbitron,monospace;font-size:1.2rem;font-weight:600;color:gold}.contact-form-container{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);padding:3rem;border-radius:20px;border:1px solid rgba(255,215,0,.2);box-shadow:0 20px 40px #0000004d}.form-header{text-align:center;margin-bottom:2rem}.form-header h3{font-family:Orbitron,monospace;font-size:1.5rem;color:gold;margin-bottom:.5rem}.form-header p{color:#ccc}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{position:relative;display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:2px solid rgba(255,215,0,.3);border-radius:10px;padding:1rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd70033}.form-group label{position:absolute;top:1rem;left:1rem;color:#999;transition:all .3s ease;pointer-events:none;background:transparent;padding:0 .5rem}.form-group input:focus+label,.form-group input:valid+label,.form-group select:focus+label,.form-group select:valid+label,.form-group textarea:focus+label,.form-group textarea:valid+label{top:-.5rem;left:.5rem;font-size:.8rem;color:gold;background:#0a0a0a}.submit-button{grid-column:1 / -1;background:linear-gradient(135deg,gold,orange);color:#000;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:1rem;font-family:inherit}.submit-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ffd70080}.button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.submit-button:hover .button-glow{left:100%}.footer{background:linear-gradient(180deg,#0a0a0a,#000);padding:4rem 0 2rem;border-top:1px solid rgba(255,215,0,.2)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-main .footer-logo{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.footer-main .logo-text{font-family:Orbitron,monospace;font-size:1.5rem;font-weight:900;color:gold;line-height:1}.footer-main .logo-sub{font-family:Orbitron,monospace;font-size:.8rem;color:#fff;letter-spacing:2px;line-height:1}.footer-description{color:#ccc;line-height:1.6;max-width:300px}.footer-column h4{font-family:Orbitron,monospace;font-size:1rem;color:gold;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-column a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:gold}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,215,0,.1);color:#999}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#999;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:gold}@media (max-width: 1200px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:3.5rem}.benefits-content{grid-template-columns:1fr;gap:3rem}.benefits-text .section-title{text-align:center}.contact-content{grid-template-columns:1fr;gap:3rem}.contact-info .section-title{text-align:center}}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-toggle{display:flex}.container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.hero-stats{grid-template-columns:1fr}.section-title{font-size:2rem}.services-grid,.products-grid,.testimonials,.contact-form{grid-template-columns:1fr}.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-main{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{justify-content:center}.device-card{width:250px;height:150px}.stats-dashboard{width:100%;max-width:350px}}@media (max-width: 480px){.hero-title{font-size:2rem;line-height:1.2}.primary-button,.secondary-button{width:100%;text-align:center}.product-card{padding:1.5rem}.service-card,.testimonial-card{padding:2rem 1.5rem}.contact-form-container{padding:2rem}.benefit-item{flex-direction:column;text-align:center;gap:1rem}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #FFD700;outline-offset:2px}@media (prefers-contrast: high){.service-card,.product-card,.testimonial-card,.contact-form-container{border-width:2px}}
