@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.00%;ascent-override:90.20%;descent-override:22.45%;line-gap-override:.00%}@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.00%;ascent-override:90.20%;descent-override:22.45%;line-gap-override:.00%}@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-T1nyGy6xpmIyX_d-Rw.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:104.00%;ascent-override:101.92%;descent-override:37.50%;line-gap-override:.00%}:root{--bg-primary:#F5F7FA;--bg-secondary:#FFF;--text-primary:#1F2937;--text-secondary:#4a5568;--accent:#00BFFF;--shadow-color:rgba(0,191,255,0.3);--footer-border:#dde4ed}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background-color:var(--bg-primary);color:var(--text-primary);margin:0;padding:0;line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1100px;margin:0 auto;padding:0 1rem}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.header__logo{font-family:'Orbitron',sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none}.header__logo span{color:var(--accent)}.section{padding:5rem 0;text-align:center}.section--hero{padding-top:4rem;position:relative;overflow:hidden}.section__title{font-family:'Orbitron',sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.section__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-secondary);max-width:70ch;margin:0 auto 2.5rem auto}.cta-button{font-family:'Inter',sans-serif;background-color:var(--accent);color:#FFF;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:inline-block;box-shadow:0 4px 20px var(--shadow-color)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px var(--shadow-color)}.pas-section{background-color:var(--bg-secondary);padding:5rem 0;border-top:1px solid var(--accent);border-bottom:1px solid var(--accent)}.pas-section p{max-width:70ch;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.pas-section__label{font-family:'Orbitron',sans-serif;color:var(--accent);font-weight:700;margin-bottom:.5rem;display:block}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:4rem;text-align:left}.card{background-color:var(--bg-secondary);padding:2rem;border-radius:12px;border:1px solid #e2e8f0;transition:border-color .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03)}.card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05)}.card__icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.card__title{font-family:'Orbitron',sans-serif;font-size:1.25rem;margin-bottom:.5rem}.card__text{color:var(--text-secondary);margin-bottom:0}.urgency-section{background-color:var(--bg-secondary);border-radius:12px;padding:3rem;margin-top:5rem;border:1px solid var(--accent)}.footer{padding:3rem 0;text-align:center;border-top:1px solid var(--footer-border)}.footer__socials{margin-bottom:1rem}.footer__social-link{color:var(--text-secondary);margin:0 .75rem;font-size:1.5rem;transition:color .2s}.footer__social-link:hover{color:var(--accent)}.footer__copyright{color:var(--text-secondary);font-size:.9rem}#hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}@media screen and (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}