@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:93%;descent-override:26%;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}:root{--bg-light:#F9FAFB;--text-light:#374151;--title-light:#111827;--bg-dark:#111827;--text-dark:#E5E7EB;--title-dark:#FFF;--accent-gradient:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045);--card-bg-light:#FFF;--card-border-light:#E5E7EB;--card-bg-dark:rgba(255,255,255,0.05);--card-border-dark:rgba(255,255,255,0.1)}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;margin:0;padding:0;transition:background-color .3s,color .3s;text-align:center}.light{background-color:var(--bg-light);color:var(--text-light)}.dark{background-color:var(--bg-dark);color:var(--text-dark)}h1,h2,h3{font-family:'Poppins',sans-serif;font-weight:700;margin-bottom:1rem}.light h1,.light h2,.light h3{color:var(--title-light)}.dark h1,.dark h2,.dark h3{color:var(--title-dark)}p{line-height:1.7;max-width:70ch;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.container{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;position:absolute;width:calc(100% - 3rem);top:0;left:0;z-index:10}.header__logo{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.5rem;text-decoration:none}.light .header__logo{color:var(--title-light)}.dark .header__logo{color:var(--title-dark)}.header__logo span{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.theme-toggle{background:none;border:1px solid transparent;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.light .theme-toggle{color:var(--title-light)}.dark .theme-toggle{color:var(--title-dark)}.hero{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1rem}.hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);max-width:60ch;margin-bottom:2.5rem;opacity:.9}.cta-button{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.1rem;color:white;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;background:var(--accent-gradient);background-size:200% 100%;transition:background-position .4s,transform .2s,box-shadow .3s;border:none;cursor:pointer;display:inline-block}.cta-button:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.teaser{padding:2rem 1.5rem}.teaser-window{max-width:700px;margin:0 auto;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);overflow:hidden}.light .teaser-window{background:#E5E7EB;border:1px solid #D1D5DB}.dark .teaser-window{background:#1F2937;border:1px solid #374151}.teaser-header{padding:.75rem;display:flex;align-items:center;gap:.5rem}.light .teaser-header{background-color:#F3F4F6}.dark .teaser-header{background-color:#374151}.teaser-dot{width:12px;height:12px;border-radius:50%}.teaser-dot:nth-child(1){background-color:#ef4444}.teaser-dot:nth-child(2){background-color:#f59e0b}.teaser-dot:nth-child(3){background-color:#22c55e}.teaser-body{padding:2rem;min-height:250px}.teaser-input-wrapper{display:flex;gap:1rem;margin-bottom:2rem}.teaser-input{flex-grow:1;padding:.75rem 1rem;border-radius:.5rem;font-family:'Inter',sans-serif;font-size:1rem;border:1px solid;caret-color:#fd1d1d}.light .teaser-input{background:#fff;border-color:#D1D5DB;color:#111827}.dark .teaser-input{background:#374151;border-color:#4B5563;color:#fff}.teaser-button{padding:.75rem 1.5rem;border-radius:.5rem;font-family:'Poppins',sans-serif;font-weight:600;border:none;cursor:default}.light .teaser-button{background-color:#374151;color:#fff}.dark .teaser-button{background-color:#4B5563;color:#E5E7EB}.teaser-results{display:flex;justify-content:space-around;align-items:center;text-align:center;gap:1rem}.teaser-result-item{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.teaser-result-item.visible{opacity:1;transform:translateY(0)}.teaser-result-icon{width:48px;height:48px;margin:0 auto .5rem}.light .teaser-result-icon{color:#833ab4}.dark .teaser-result-icon{color:#fcb045}.teaser-result-label{font-size:.9rem;font-weight:600}.light .teaser-result-label{color:var(--title-light)}.dark .teaser-result-label{color:var(--title-dark)}.pas-section__title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem}.pas-section__subtitle{font-weight:700;opacity:.7;margin-bottom:2rem}.features__grid{display:grid;gap:2rem;margin-top:3rem;text-align:left;grid-template-columns:1fr}@media(min-width:640px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features__grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:2rem;border-radius:1rem;transition:transform .3s,box-shadow .3s}.light .feature-card{background-color:var(--card-bg-light);border:1px solid var(--card-border-light)}.dark .feature-card{background-color:var(--card-bg-dark);border:1px solid var(--card-border-dark)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.1)}.feature-card__icon{margin-bottom:1rem;width:48px;height:48px}.light .feature-card__icon{color:#833ab4}.dark .feature-card__icon{color:#fcb045}.feature-card__title{font-size:1.25rem;margin-bottom:.5rem}.feature-card__text{font-size:1rem;max-width:100%;margin-bottom:0}.urgency-note{margin-top:4rem;padding:1rem;border-radius:.5rem;font-size:.9rem;display:inline-block}.light .urgency-note{background-color:#fef2f2;color:#991b1b}.dark .urgency-note{background-color:rgba(253,29,29,0.1);color:#fca5a5}.footer{padding:3rem 1.5rem;border-top:1px solid}.light .footer{border-color:var(--card-border-light)}.dark .footer{border-color:var(--card-border-dark)}.footer__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__socials{display:flex;gap:1.5rem}.footer__social-link{transition:transform .2s}.light .footer__social-link{color:var(--text-light)}.dark .footer__social-link{color:var(--text-dark)}.footer__social-link:hover{transform:scale(1.1);color:#fd1d1d}.footer__copyright{font-size:.9rem;opacity:.7}