@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.00%;ascent-override:92%;descent-override:25%;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.50%;ascent-override:90%;descent-override:22%;line-gap-override:0}@font-face{font-family:'Inter';font-style:normal;font-weight:600;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.50%;ascent-override:90%;descent-override:22%;line-gap-override:0}:root{--bg-primary:#fff;--bg-secondary:#f3f4f6;--text-primary:#111827;--text-secondary:#4b5563;--accent-start:#8A2BE2;--accent-end:#4F46E5;--accent-text:#fff}html.dark{--bg-primary:#121212;--bg-secondary:#1E1E1E;--text-primary:#EAEAEA;--text-secondary:#A0A0A0}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s}.container{width:90%;max-width:1100px;margin-left:auto;margin-right:auto;padding:6rem 0}.section{text-align:center}.section__title{font-family:'Poppins',sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,var(--accent-start),var(--accent-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section__subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:70ch;margin:0 auto 3rem auto}p{max-width:70ch;margin:0 auto 1.5rem 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}.logo{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.75rem;text-decoration:none;background:linear-gradient(90deg,var(--accent-start),var(--accent-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-toggle{background:var(--bg-secondary);border:1px solid var(--text-secondary);border-radius:50px;cursor:pointer;width:50px;height:25px;position:relative;transition:border-color .3s}.theme-toggle__slider{position:absolute;top:2px;left:3px;width:19px;height:19px;background:var(--text-secondary);border-radius:50%;transition:transform .3s ease}html.dark .theme-toggle__slider{transform:translateX(24px)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 5%;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(138,43,226,0.1),transparent 70%);z-index:-1}.hero__uvp{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.25rem;color:var(--text-secondary);margin-bottom:.5rem}.hero__title{font-family:'Poppins',sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero__subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem}.cta-button{font-family:'Poppins',sans-serif;font-weight:600;font-size:1.125rem;text-decoration:none;color:var(--accent-text);background:linear-gradient(90deg,var(--accent-start),var(--accent-end));padding:1rem 2.5rem;border-radius:50px;display:inline-block;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px rgba(138,43,226,0.2)}.cta-button:hover{transform:scale(1.05);box-shadow:0 15px 30px rgba(138,43,226,0.3)}.pas-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:left}.pas-card{background:rgba(30,30,30,0.0);padding:2rem;border-radius:1rem;border:1px solid transparent}html.dark .pas-card{background:rgba(30,30,30,0.7);border-color:rgba(255,255,255,0.1);backdrop-filter:blur(10px)}.pas-card__icon{margin-bottom:1rem;color:var(--accent-start)}.pas-card__icon i{width:40px;height:40px}.pas-card__title{font-family:'Poppins',sans-serif;font-size:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.pas-card__text{color:var(--text-secondary);max-width:100%;margin-bottom:0}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:4rem}.feature-card{background:var(--bg-secondary);padding:2rem;border-radius:1rem;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid transparent}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,0.1)}html.dark .feature-card{background:rgba(30,30,30,0.7);border-color:rgba(255,255,255,0.1);backdrop-filter:blur(10px)}html.dark .feature-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3)}.feature-card__icon{margin-bottom:1.5rem;color:var(--accent-start)}.feature-card__icon i{width:48px;height:48px;stroke-width:2}.feature-card__icon-group{display:flex;justify-content:center;gap:.5rem}.feature-card__title{font-family:'Poppins',sans-serif;font-size:1.25rem;margin-bottom:.5rem}.feature-card__text{color:var(--text-secondary);font-size:.95rem;margin-bottom:0}.urgency-banner{margin-top:4rem;padding:1.5rem;background:var(--bg-secondary);border-radius:1rem;border-left:5px solid;border-image:linear-gradient(to bottom,var(--accent-start),var(--accent-end)) 1;font-weight:600;color:var(--text-primary)}html.dark .urgency-banner{background:rgba(30,30,30,0.7);backdrop-filter:blur(10px)}.footer{background-color:var(--bg-secondary);color:var(--text-secondary);text-align:center;padding:4rem 5% 2rem}.footer__socials{margin-bottom:1.5rem}.footer__social-link{color:var(--text-secondary);margin:0 1rem;text-decoration:none;transition:color .3s;display:inline-block}.footer__social-link i{width:24px;height:24px}.footer__social-link:hover{color:var(--text-primary)}.footer__copyright{font-size:.9rem}@media(max-width:768px){.container{padding:4rem 0}.section__title{font-size:2rem}.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.1rem}.pas-section{grid-template-columns:1fr}}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}