@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Inter:wght@400;500;600&display=swap";:root{--bg-primary:#050505;--bg-secondary:#0a0a0c;--bg-tertiary:#141417;--accent-glow:#00c3ff80;--accent-color:#00e1ff;--accent-hover:#00bfff;--text-main:#f0f4f8;--text-muted:#9aa8b8;--card-bg:#14141799;--card-border:#ffffff14;--glass-shadow:0 8px 32px 0 #0000005e;--font-heading:"Orbitron", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700}a{color:var(--accent-color);text-decoration:none;transition:all .3s}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 15px var(--accent-glow)}50%{box-shadow:0 0 30px var(--accent-color)}to{box-shadow:0 0 15px var(--accent-glow)}}@keyframes gradientBg{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-neon{color:var(--accent-color);border:1px solid var(--accent-color);font-family:var(--font-heading);cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 15px #00e1ff33}.btn-neon:hover{background:var(--accent-color);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 0 30px #00e1ff99}.text-gradient{background:linear-gradient(135deg, #fff 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-section{background:radial-gradient(circle at 10% 20%,#050505 0%,#0a0a0f 100%);align-items:center;padding:4rem 0 2rem;display:flex;position:relative;overflow:hidden}.hero-bg-glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);filter:blur(80px);z-index:0;opacity:.5;pointer-events:none;width:600px;height:600px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.hero-container{z-index:1;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;display:grid;position:relative}.hero-content{animation:1s forwards fadeIn}.badge{color:var(--accent-color);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;background:#00e1ff1a;border:1px solid #00e1ff33;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.dot{background:var(--accent-color);width:8px;height:8px;box-shadow:0 0 10px var(--accent-color);border-radius:50%;animation:2s infinite pulseGlow}.hero-title{color:#fff;margin-bottom:1.2rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:90%;margin-bottom:2rem;font-size:1rem}.hero-card-wrapper{perspective:1000px;opacity:0;animation:1.2s .2s forwards fadeIn}.hero-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);transform-style:preserve-3d;border-top:1px solid #fff3;border-left:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:transform .5s cubic-bezier(.25,.8,.25,1),box-shadow .5s;position:relative;overflow:hidden;transform:rotateY(-10deg)rotateX(5deg);box-shadow:0 20px 40px #0006,inset 0 0 0 1px #ffffff0d}.hero-card:hover{transform:rotateY(0)rotateX(0)translateY(-10px);box-shadow:0 30px 60px #0009,inset 0 0 0 1px #00e1ff4d}.card-glare{pointer-events:none;background:linear-gradient(45deg,#0000 45%,#ffffff0d 50%,#0000 55%);width:200%;height:200%;animation:10s linear infinite gradientBg;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.card-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;transform:translateZ(30px)}.card-icon{width:50px;height:50px;color:var(--accent-color);background:#00e1ff1a;border:1px solid #00e1ff4d;border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 20px #00e1ff33}.card-status{color:#2ed573;text-transform:uppercase;background:#2ed57326;border:1px solid #2ed5734d;border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:600}.card-body{margin-bottom:2rem;transform:translateZ(40px)}.card-title{color:#fff;margin-bottom:.75rem;font-size:1.75rem}.card-description{color:var(--text-muted);font-size:.95rem}.card-footer{color:var(--accent-color);font-family:var(--font-heading);cursor:pointer;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.5rem;font-weight:600;transition:padding-left .3s;display:flex;transform:translateZ(20px)}.card-footer:hover{color:#fff;padding-left:10px}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2.5rem}.badge{margin:0 auto 2rem}.hero-card{max-width:500px;margin:0 auto;transform:none}.hero-card:hover{transform:translateY(-5px)}}.steps-section{background-color:var(--bg-secondary);z-index:1;padding:3rem 0 4rem;position:relative}.steps-header{text-align:center;margin-bottom:3rem}.steps-title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem)}.steps-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.cyber-flux-container{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:1rem 0;display:flex;position:relative}.cyber-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#0a0a0fb3;border:1px solid #00e1ff33;align-items:center;gap:2rem;padding:2rem;transition:all .4s cubic-bezier(.25,.8,.25,1);animation:1s forwards fadeIn;display:flex;position:relative}.cyber-step:hover{border-color:var(--accent-color);background:#00e1ff0d;box-shadow:0 0 20px #00e1ff33,inset 0 0 20px #00e1ff0d}.cyber-step:nth-child(odd){border-left:4px solid var(--accent-color);clip-path:polygon(0 0,100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0 100%);width:90%;margin-right:auto}.cyber-step:nth-child(2n){border-right:4px solid var(--accent-color);clip-path:polygon(0 0,100% 0,100% 100%,25px 100%,0 calc(100% - 25px));text-align:right;flex-direction:row-reverse;width:90%;margin-left:auto}.cyber-number{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:1px var(--accent-color);text-shadow:0 0 15px #00e1ff66;z-index:2;font-size:4rem;font-weight:900;line-height:1}.cyber-step:hover .cyber-number{color:var(--accent-color)}.cyber-content{flex:1}.cyber-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.cyber-step:nth-child(2n) .cyber-header{flex-direction:row-reverse}.cyber-icon{color:var(--accent-color);background:#00e1ff1a;border-radius:4px;justify-content:center;align-items:center;padding:.6rem;display:flex;box-shadow:0 0 10px #00e1ff33}.cyber-title{color:#fff;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;font-size:1.1rem}.cyber-desc{color:#a0b2c6;font-size:1.15rem;font-weight:500;line-height:1.5}.cyber-decoration{gap:4px;display:flex;position:absolute;top:-1px;right:20px}.cyber-step:nth-child(2n) .cyber-decoration{left:20px;right:auto}.cyber-decoration span{background:var(--accent-color);opacity:.3;width:15px;height:4px;display:block}.cyber-step:hover .cyber-decoration span{opacity:1;box-shadow:0 0 5px var(--accent-color)}@media (width<=768px){.cyber-step:nth-child(odd),.cyber-step:nth-child(2n){clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);border-right:none;border-left:4px solid var(--accent-color);text-align:left;flex-direction:row;width:100%;margin:0}.cyber-step:nth-child(2n) .cyber-header{flex-direction:row}.cyber-number{font-size:2.5rem}}.glow-bottom{background:linear-gradient(90deg, transparent, var(--accent-color), transparent);width:80%;height:1px;box-shadow:0 0 30px var(--accent-color);opacity:.3;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer-cta-section{background-color:var(--bg-primary);border-top:1px solid #00e1ff1a;padding:6rem 0 3rem;position:relative;overflow:hidden}.footer-bg-glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);filter:blur(80px);z-index:0;pointer-events:none;opacity:.3;width:600px;height:600px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.footer-container{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.footer-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);clip-path:polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);background:#0a0a0fb3;border:1px solid #00e1ff33;width:100%;max-width:800px;margin-bottom:4rem;padding:4rem;box-shadow:inset 0 0 30px #00e1ff0d}.footer-title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.footer-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.2rem}.footer-btn{padding:1.2rem 3rem;font-size:1.2rem}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding-top:2rem;display:flex}.cyber-stamp{font-family:var(--font-heading);color:var(--accent-color);border:1px solid var(--accent-color);text-transform:uppercase;letter-spacing:2px;background:#00e1ff0d;padding:.3rem .8rem;font-size:.8rem}.footer-brand{align-items:center;display:flex}.footer-logo{object-fit:contain;opacity:.9;filter:hue-rotate(120deg)brightness(1.2)drop-shadow(0 0 5px #00e1ff4d);max-width:250px;height:48px;transition:all .3s}.footer-logo:hover{opacity:1;filter:hue-rotate(120deg)brightness(1.3)drop-shadow(0 0 15px #00e1ff99)}.footer-copyright{color:#ffffff4d;letter-spacing:1px;font-family:monospace;font-size:.8rem}@media (width<=900px){.footer-bottom{flex-wrap:wrap;justify-content:center;gap:1.5rem}}@media (width<=768px){.footer-content{padding:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
