@font-face{font-family:'Oxanium';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sL3wG.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}@font-face{font-family:'Oxanium';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sL3wG.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}@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+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Inter';font-style:normal;font-weight:600;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+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-background-light:#F8F7FC;--color-surface-light:#FFF;--color-text-primary-light:#1A1625;--color-text-secondary-light:#5B547B;--color-accent-primary-light:#6A35D9;--color-accent-secondary-light:#00BFA5;--color-border-light:#E8E6F2;--color-background-dark:#0D0B12;--color-surface-dark:#1A1625;--color-text-primary-dark:#F5F5F5;--color-text-secondary-dark:#A9A3C2;--color-accent-primary-dark:#7B42F6;--color-accent-secondary-dark:#00F5D4;--color-border-dark:#2C2744;--font-family-headings:'Oxanium',sans-serif;--font-family-body:'Inter',sans-serif;--transition-speed:200ms}:root{--bg:var(--color-background-dark);--surface:var(--color-surface-dark);--text:var(--color-text-primary-dark);--text-secondary:var(--color-text-secondary-dark);--accent:var(--color-accent-primary-dark);--accent-glow:var(--color-accent-secondary-dark);--border:var(--color-border-dark)}[data-theme='light']{--bg:var(--color-background-light);--surface:var(--color-surface-light);--text:var(--color-text-primary-light);--text-secondary:var(--color-text-secondary-light);--accent:var(--color-accent-primary-light);--accent-glow:var(--color-accent-secondary-light);--border:var(--color-border-light)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%}body{background-color:var(--bg);color:var(--text);font-family:var(--font-family-body);line-height:1.6;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-headings);color:var(--text);line-height:1.2;font-weight:700}a{color:var(--accent);text-decoration:none}img,video{max-width:100%;height:auto}.section--hidden{opacity:0;transform:translateY(2rem);transition:opacity 300ms ease-out,transform 300ms ease-out}.section--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.section--hidden{transition:none}}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.cta-button{display:inline-block;padding:1rem 2.5rem;background-image:linear-gradient(90deg,var(--accent),var(--accent-glow));color:#0D0B12;font-family:var(--font-family-headings);font-weight:700;font-size:1.1rem;text-transform:uppercase;border-radius:8px;border:none;cursor:pointer;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease;box-shadow:0 4px 15px rgba(0,245,212,0.2)}.cta-button:hover,.cta-button:focus{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,245,212,0.4)}.cta-button:active{transform:translateY(-1px)}.header{padding:1.5rem 0}.header__container{display:flex;justify-content:space-between;align-items:center}.header__logo{font-family:var(--font-family-headings);font-size:1.8rem;font-weight:700;color:var(--text)}.theme-toggle{background:var(--surface);border:1px solid var(--border);width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition-speed) ease}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.theme-toggle .fa-sun{display:none}.theme-toggle .fa-moon{display:block}[data-theme='light'] .theme-toggle .fa-sun{display:block}[data-theme='light'] .theme-toggle .fa-moon{display:none}.hero{text-align:center;padding:6rem 0;background:radial-gradient(circle at 50% 0,rgba(123,66,246,0.1),transparent 70%)}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1rem;letter-spacing:1px}.hero__title span{background:-webkit-linear-gradient(45deg,var(--accent),var(--accent-glow));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:650px;margin:0 auto 2.5rem}.problem,.solution{text-align:center}.problem__title,.solution__title{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:1rem}.problem__text,.solution__text{color:var(--text-secondary);font-size:1.1rem;max-width:700px;margin:0 auto 1.5rem}.solution__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;text-align:center}.solution__step-icon{font-size:3rem;color:var(--accent-glow);margin-bottom:1rem}.solution__step-title{font-size:1.5rem;margin-bottom:.5rem}.solution__step-text{color:var(--text-secondary)}.features__title{text-align:center;font-size:clamp(2rem,5vw,2.8rem);margin-bottom:4rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform var(--transition-speed) ease,border-color var(--transition-speed) ease}.card:hover{transform:translateY(-5px);border-color:var(--accent)}.card__icon{font-size:2.5rem;color:var(--accent-glow);margin-bottom:1.5rem}.card__title{font-size:1.5rem;margin-bottom:.5rem}.card__text{color:var(--text-secondary)}.social-proof{background:var(--surface)}.social-proof__title{text-align:center;font-size:clamp(2rem,5vw,2.8rem);margin-bottom:4rem}.live-feed{max-width:500px;height:300px;margin:0 auto;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1rem;overflow:hidden;position:relative}.live-feed__item{display:flex;align-items:center;padding:.75rem 1rem;background:var(--surface);border-radius:8px;margin-bottom:.75rem;opacity:0;transform:translateX(-100%);animation:slideIn 500ms ease forwards,slideOut 500ms ease 4s forwards}.live-feed__item-icon{color:var(--accent-glow);margin-right:1rem}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}@keyframes slideOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.faq__title{text-align:center;font-size:clamp(2rem,5vw,2.8rem);margin-bottom:4rem}.faq__container{max-width:800px;margin:0 auto}.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;background:none;border:none;color:var(--text);font-family:var(--font-family-headings);font-size:1.2rem;text-align:left;cursor:pointer}.faq__question::after{content:'\f078';font-family:'Font Awesome 6 Free';font-weight:900;transition:transform var(--transition-speed) ease;color:var(--text-secondary)}.faq__item.faq__item--active .faq__question::after{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height 300ms ease-out,padding 300ms ease-out}.faq__answer p{padding:0 1.5rem 1.5rem;color:var(--text-secondary)}.final-cta{text-align:center;background:radial-gradient(circle at 50% 100%,rgba(123,66,246,0.1),transparent 70%)}.final-cta__title{font-size:clamp(2rem,5vw,3rem);max-width:700px;margin:0 auto 1.5rem}.final-cta__text{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2.5rem}.footer{background:var(--surface);padding:3rem 0;text-align:center}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer__social-link{font-size:1.5rem;color:var(--text-secondary);transition:color var(--transition-speed) ease}.footer__social-link:hover{color:var(--accent)}.footer__copyright{color:var(--text-secondary);font-size:.9rem}