@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.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:95%;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:500;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{--color-primary:#3D72DE;--color-accent:#FFFC00;--color-gradient:linear-gradient(45deg,#3D72DE,#A03FEF);--color-bg-light:#FFF;--color-bg-dark:#0A0A0A;--color-text-light:#0A0A0A;--color-text-dark:#F5F5F5;--color-border-light:#E5E7EB;--color-border-dark:#2a2a2a}@keyframes float{0%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}100%{transform:translateY(0px) rotate(0deg)}}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background-color:var(--color-bg-light);color:var(--color-text-light);margin:0;padding:0;transition:background-color .3s,color .3s;line-height:1.7;overflow-x:hidden}.dark body{background-color:var(--color-bg-dark);color:var(--color-text-dark)}.container{max-width:1100px;margin:0 auto;padding:0 20px;position:relative;z-index:2}h1,h2,h3{font-family:'Poppins',sans-serif;font-weight:700}p{max-width:65ch;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.header__logo{font-family:'Poppins',sans-serif;font-size:1.75rem;font-weight:700;color:var(--color-text-light);text-decoration:none;display:flex;align-items:center;gap:10px}.dark .header__logo{color:var(--color-text-dark)}.header__logo-icon{width:28px;height:28px;fill:var(--color-accent)}.theme-switcher{background:none;border:2px solid var(--color-text-light);border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.dark .theme-switcher{border-color:var(--color-text-dark)}.theme-switcher:hover{transform:scale(1.1) rotate(15deg)}.theme-switcher svg{width:22px;height:22px;fill:var(--color-text-light)}.dark .theme-switcher svg{fill:var(--color-text-dark)}#icon-sun{display:none}.dark #icon-sun{display:block}.dark #icon-moon{display:none}.hero{text-align:center;padding:100px 0;position:relative}.hero__bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero__bg-shapes .shape{position:absolute;opacity:.1;animation:float 6s ease-in-out infinite}.dark .hero__bg-shapes .shape{opacity:.2}.shape1{top:10%;left:15%;width:80px;animation-delay:0s}.shape2{top:20%;right:10%;width:120px;animation-delay:1s}.shape3{bottom:15%;left:25%;width:50px;animation-delay:2s}.shape4{bottom:25%;right:20%;width:90px;animation-delay:3s}.hero__title{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero__title .highlight{color:var(--color-primary)}.hero__subtitle{font-size:1.25rem;color:#555;margin-bottom:2.5rem}.dark .hero__subtitle{color:#aaa}.cta-button{display:inline-block;background:var(--color-gradient);color:#fff;padding:18px 40px;border-radius:12px;text-decoration:none;font-weight:500;font-size:1.2rem;transition:transform .2s,box-shadow .3s;box-shadow:0 5px 20px rgba(61,114,222,0.3)}.cta-button:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(61,114,222,0.5)}.section{padding:80px 0;text-align:center}.section__title{font-size:2.5rem;margin-bottom:1rem}.section__subtitle{font-size:1.1rem;color:#555;margin-bottom:4rem}.dark .section__subtitle{color:#aaa}.p-divided p{margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;text-align:left}.feature-card{background-color:var(--color-bg-light);border:3px solid var(--color-text-light);padding:30px;border-radius:16px;transition:all .3s;position:relative}.dark .feature-card{background-color:var(--color-bg-dark);border-color:var(--color-text-dark)}.feature-card:hover{transform:translateY(-10px)}.feature-card__icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--color-accent);background-color:var(--color-text-light);border-radius:10px;padding:8px;box-sizing:border-box}.dark .feature-card__icon{background-color:var(--color-text-dark)}.feature-card__title{font-size:1.3rem;margin-bottom:.5rem}.final-cta{background:var(--color-gradient);border-radius:20px;padding:80px 40px;color:#fff}.final-cta .section__title,.final-cta .section__subtitle{color:#fff}.final-cta .cta-button{background:#fff;color:var(--color-primary);box-shadow:0 5px 20px rgba(0,0,0,0.2)}.final-cta .cta-button:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3)}.footer{padding:50px 0 30px;text-align:center}.footer__socials{margin-bottom:1.5rem}.footer__socials a{margin:0 12px;text-decoration:none;display:inline-block}.footer__socials svg{width:28px;height:28px;fill:#888;transition:fill .2s,transform .2s}.footer__socials a:hover svg{fill:var(--color-primary);transform:scale(1.1)}.footer__copyright{font-size:.9rem;color:#888}@media(min-width:768px){.hero__title{font-size:4.5rem}.section__title{font-size:3rem}}