@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.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:107%;ascent-override:92%;descent-override:23%;line-gap-override:0}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/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+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.6%;ascent-override:90%;descent-override:22.5%;line-gap-override:0}:root{--bg-primary:#0A0A14;--bg-secondary:#101024;--text-primary:#FFF;--text-secondary:#8A94BE;--accent:#0FD;--accent-dark:#00C7AC;--font-headings:'Poppins',sans-serif;--font-body:'Inter',sans-serif}@keyframes cta-glow{0%{box-shadow:0 0 10px rgba(0,255,221,0.2),0 0 20px rgba(0,255,221,0.2)}50%{box-shadow:0 0 20px rgba(0,255,221,0.5),0 0 30px rgba(0,255,221,0.5)}100%{box-shadow:0 0 10px rgba(0,255,221,0.2),0 0 20px rgba(0,255,221,0.2)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1100px;margin:0 auto}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:absolute;width:100%;top:0;left:0;z-index:100}.header__logo{font-family:var(--font-headings);font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none}.hero{background-color:transparent;text-align:center;padding:10rem 1rem 8rem 1rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100vh}.hero::before{content:'';position:absolute;top:50%;left:50%;width:100%;max-width:800px;height:800px;transform:translate(-50%,-50%);background-image:radial-gradient(circle,hsla(170,100%,50%,0.15) 0,transparent 60%);z-index:0}.hero__content{position:relative;z-index:1}.hero__title{font-family:var(--font-headings);font-size:clamp(2.2rem,5vw,3.2rem);color:var(--text-primary);margin-bottom:1rem;text-shadow:0 0 15px rgba(0,255,221,0.3)}.hero__subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:65ch;margin:0 auto 2.5rem auto}.cta-button{font-family:var(--font-headings);font-size:1.2rem;font-weight:700;color:#0D0D1A;background:linear-gradient(45deg,var(--accent),var(--accent-dark));text-decoration:none;padding:1rem 2.5rem;border-radius:50px;display:inline-block;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer;animation:cta-glow 4s infinite ease-in-out}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 20px rgba(0,255,221,0.4)}.section{padding:6rem 0}.section--dark{background-color:var(--bg-secondary);border-top:1px solid rgba(138,148,190,0.1);border-bottom:1px solid rgba(138,148,190,0.1)}.section__title{font-family:var(--font-headings);font-size:clamp(2rem,4vw,2.8rem);text-align:center;margin-bottom:1rem}.section__subtitle{text-align:center;color:var(--text-secondary);max-width:60ch;margin:0 auto 3rem auto}.pas-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:70ch;margin:0 auto;text-align:center}.pas-grid p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.5rem}.pas-grid .solve{font-weight:700;color:var(--accent);font-size:1.2rem;margin-top:1rem;text-shadow:0 0 10px rgba(0,255,221,0.3)}.features-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;margin-top:4rem}.features-layout__content .section__title{text-align:left}.features-layout__content .section__subtitle{text-align:left;margin-left:0;margin-right:0}.features-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;align-items:flex-start;gap:1.5rem;background:rgba(10,10,20,0.5);padding:1.5rem;border-radius:12px;border:1px solid rgba(138,148,190,0.1);transition:background .3s,border-color .3s}.feature-item:hover{background:var(--bg-secondary);border-color:rgba(0,255,221,0.3)}.feature-item__icon{width:40px;height:40px;flex-shrink:0;fill:var(--accent);margin-top:5px}.feature-item__title{font-family:var(--font-headings);font-size:1.25rem;margin-bottom:.25rem;color:var(--text-primary)}.feature-item__text{color:var(--text-secondary)}.lottery-section{background:linear-gradient(45deg,hsla(170,100%,50%,0.1),hsla(250,80%,40%,0.1)),var(--bg-secondary);color:#FFF;padding:5rem 1rem;text-align:center;border-radius:20px;margin:6rem auto;border:1px solid rgba(0,255,221,0.2)}.lottery-section .section__title{color:#FFF}.lottery-section .section__subtitle{color:var(--text-secondary)}.footer{background-color:transparent;text-align:center;padding:4rem 1rem 2rem 1rem;border-top:1px solid rgba(138,148,190,0.1)}.footer__logo{font-family:var(--font-headings);font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.footer__socials{margin:1.5rem 0}.footer__social-link{display:inline-block;margin:0 1rem}.footer__social-icon{width:28px;height:28px;fill:var(--text-secondary);transition:fill .2s ease,transform .2s ease}.footer__social-link:hover .footer__social-icon{fill:var(--accent);transform:scale(1.1)}.footer__copyright{color:var(--text-secondary);font-size:.9rem}@media(min-width:768px){.features-layout{grid-template-columns:1fr 1.2fr;gap:5rem}}