@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:100%;ascent-override:90%}@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:100%;ascent-override:90%}:root{--bg-color:#F5F5FA;--text-color:#1A1A2E;--surface-color:#FFF;--accent-gradient:linear-gradient(90deg,#8A2BE2,#F0F);--shadow-color:220 3% 15%;--shadow-strength:1%}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color)}.container{width:90%;max-width:1100px;margin:0 auto;padding:80px 0}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 5%;position:absolute;width:90%;top:0;left:0;z-index:10}.header__logo{font-weight:700;font-size:1.5rem;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.hero{text-align:center;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px 20px 60px 20px;position:relative;overflow:hidden;background:linear-gradient(300deg,#f5f5fa,#e6e6f0,#f5f5fa);background-size:200% 200%;animation:gradient-animation 15s ease infinite}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;margin:0 auto 20px auto;max-width:800px}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);max-width:70ch;margin:0 auto 40px auto;opacity:.8}.cta-button{display:inline-block;font-size:1.1rem;font-weight:700;color:#fff;background:var(--accent-gradient);padding:18px 40px;border-radius:8px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(138,43,226,0.4)}.live-activity{margin-top:40px;display:flex;align-items:center;gap:10px;font-size:.9rem;opacity:.7}.live-activity__indicator{width:10px;height:10px;background-color:#28a745;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(40,167,69,0.7)}70%{box-shadow:0 0 0 10px rgba(40,167,69,0)}100%{box-shadow:0 0 0 0 rgba(40,167,69,0)}}.kpi-section{display:flex;justify-content:space-around;text-align:center;padding:40px 0;margin:40px auto;background-color:var(--surface-color);border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.05)}.kpi-item__value{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#8A2BE2}.kpi-item__label{font-size:1rem;opacity:.7}.section{text-align:center}.section__title{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;margin-bottom:20px}.section__content p{font-size:1.1rem;line-height:1.7;max-width:70ch;margin:0 auto 2rem auto;opacity:.8}.features{padding-top:40px}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;text-align:left}.feature-card{padding:30px;border-radius:12px;transition:background-color .3s ease,transform .3s ease;background-color:var(--surface-color);box-shadow:0 5px 15px rgba(0,0,0,0.05)}.feature-card__icon{width:40px;height:40px;margin-bottom:20px;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.feature-card__title{font-size:1.3rem;font-weight:700;margin:0 0 10px 0}.feature-card__text{font-size:1rem;line-height:1.6;opacity:.7;margin:0}.urgency-note{margin-top:60px;padding:20px;border-radius:8px;font-weight:500;background-color:var(--surface-color)}.footer{border-top:1px solid #ddd;text-align:center;padding:40px 0;margin-top:60px}.footer__socials{margin-bottom:20px}.footer__social-link{margin:0 15px;color:var(--text-color);opacity:.6;transition:opacity .2s ease}.footer__social-link:hover{opacity:1}.footer__social-link svg{width:24px;height:24px}.footer__copyright{opacity:.5;font-size:.9rem}@media(max-width:768px){.container{padding:60px 0}.hero{min-height:70vh}.kpi-section{flex-direction:column;gap:30px}}