@font-face{font-family:'Orbitron';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1T_c64.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:100%;ascent-override:95%;descent-override:25%;line-gap-override:0}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:102.5%;ascent-override:92.5%;descent-override:24%;line-gap-override:0}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:102.5%;ascent-override:92.5%;descent-override:24%;line-gap-override:0}:root{--primary-color:#00FFD1;--accent-color:#9747FF;--text-light:#E0E0E0;--text-dark:#1A1B23;--bg-dark:#0D0E11;--surface-dark:#1A1B23;--bg-light:#F5F6FA;--surface-light:#FFF}html{scroll-behavior:smooth}body{font-family:'Roboto',sans-serif;margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}.dark body{background-color:var(--bg-dark);color:var(--text-light)}.light body{background-color:var(--bg-light);color:var(--text-dark)}.container{width:90%;max-width:1200px;margin:0 auto;padding:5rem 0}section{text-align:center;overflow:hidden;position:relative}h1,h2,h3{font-family:'Orbitron',sans-serif;font-weight:700;margin:0 0 1.5rem 0}h1{font-size:clamp(2.5rem,5vw+1rem,4.5rem);color:var(--primary-color);text-shadow:0 0 15px rgba(0,255,209,0.4)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.7;max-width:65ch;margin:0 auto 1.5rem auto}ul{list-style:none;padding:0}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:absolute;top:0;left:0;right:0;z-index:10}.logo{font-family:'Orbitron',sans-serif;font-weight:700;font-size:1.5rem;text-decoration:none}.dark .logo{color:var(--text-light)}.light .logo{color:var(--text-dark)}.logo span{color:var(--primary-color)}.theme-toggle{background:transparent;border:1px solid;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.dark .theme-toggle{border-color:var(--text-light);color:var(--text-light)}.light .theme-toggle{border-color:var(--text-dark);color:var(--text-dark)}.theme-toggle:hover{transform:scale(1.1) rotate(15deg)}.dark .theme-toggle .sun-icon{display:block}.dark .theme-toggle .moon-icon{display:none}.light .theme-toggle .sun-icon{display:none}.light .theme-toggle .moon-icon{display:block}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.hero__content{position:relative;z-index:2}.hero__content p{max-width:50ch;margin-bottom:2.5rem}.animated-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}@keyframes move{100%{transform:translate3d(0,0,1px) rotate(360deg)}}.background{position:fixed;width:100vw;height:100vh;top:0;left:0;background:var(--bg-dark);overflow:hidden}.light .background{background:var(--bg-light)}.background span{width:20vmin;height:20vmin;border-radius:20vmin;backface-visibility:hidden;position:absolute;animation:move;animation-duration:45s;animation-timing-function:linear;animation-iteration-count:infinite}.dark .background span{background:var(--primary-color);filter:blur(80px)}.light .background span{background:var(--accent-color);filter:blur(100px)}.background span:nth-child(1){top:80%;left:10%;animation-duration:40s;animation-delay:-2s;transform-origin:-1vw 2vh}.background span:nth-child(2){top:20%;left:90%;animation-duration:43s;animation-delay:-5s;transform-origin:12vw -3vh}.background span:nth-child(3){top:40%;left:30%;animation-duration:41s;animation-delay:-12s;transform-origin:5vw -19vh}.cta-button{font-family:'Orbitron',sans-serif;font-weight:700;font-size:1.2rem;text-decoration:none;color:var(--bg-dark);background-color:var(--primary-color);padding:1rem 3rem;border-radius:50px;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:inline-block;box-shadow:0 0 25px rgba(0,255,209,0.3)}.cta-button:hover{transform:scale(1.05);box-shadow:0 0 40px rgba(0,255,209,0.6)}.pas-section{padding-top:0}.pas-section__item{margin-bottom:2rem}.pas-section__item h3{color:var(--primary-color)}.showcase{background-color:var(--surface-dark);border-radius:1rem;padding:3rem 2rem;border:1px solid rgba(0,255,209,0.2)}.light .showcase{background-color:var(--surface-light);border-color:rgba(0,0,0,0.1)}.showcase__terminal-input{background-color:var(--bg-dark);border:1px solid rgba(0,255,209,0.3);border-radius:8px;padding:1rem;font-family:'Roboto',monospace;color:var(--text-light);text-align:center;font-size:1.1rem;margin:2rem auto 3rem auto;max-width:400px;width:100%}.light .showcase__terminal-input{background-color:var(--bg-light);border-color:rgba(0,0,0,0.2);color:var(--text-dark)}.showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.showcase-card{background-color:var(--bg-dark);border:1px solid rgba(0,255,209,0.1);padding:2rem;border-radius:8px;transition:all .3s ease}.light .showcase-card{background-color:var(--bg-light)}.showcase-card:hover{transform:translateY(-5px);border-color:rgba(0,255,209,0.4)}.showcase-card__icon{margin-bottom:1rem;color:var(--primary-color)}.showcase-card h3{margin-bottom:.5rem}.showcase-card p{font-size:.9rem;max-width:100%;margin-bottom:0}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{border:1px solid transparent;padding:2rem;border-radius:1rem}.dark .feature-card{background-color:var(--surface-dark)}.light .feature-card{background-color:var(--surface-light);box-shadow:0 4px 20px rgba(0,0,0,0.05)}.feature-card__icon{margin-bottom:1rem;color:var(--primary-color)}.urgency-section{background:linear-gradient(45deg,var(--primary-color),var(--accent-color));padding:4rem 2rem;border-radius:1rem;margin-top:5rem}.urgency-section h2{color:var(--bg-dark);text-shadow:none}.urgency-section p{color:rgba(13,14,17,0.8)}.footer{padding:4rem 0 2rem 0}.dark .footer{background-color:#0A0B0E}.light .footer{background-color:#EAEBEE}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.footer__socials a{color:var(--text-light);transition:color .3s,transform .3s}.light .footer__socials a{color:var(--text-dark)}.footer__socials a:hover{color:var(--primary-color);transform:scale(1.2)}.footer__copyright{font-size:.9rem;opacity:.7}