@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%;ascent-override:93%;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/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;size-adjust:107.5%;ascent-override:91%;descent-override:23%;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/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;size-adjust:107.5%;ascent-override:91%;descent-override:23%;line-gap-override:0}:root{--color-background:#F9FAFB;--color-surface:#FFF;--color-primary:#3B82F6;--color-primary-hover:#2563EB;--color-secondary:#10B981;--color-secondary-hover:#059669;--color-text-heading:#111827;--color-text-body:#374151;--color-text-muted:#6B7280;--color-border:#E5E7EB;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1);--font-family-headings:'Poppins',sans-serif;--font-family-body:'Inter',sans-serif;--border-radius:.5rem}[data-theme='dark']{--color-background:#0D1117;--color-surface:#161B22;--color-primary:#3B82F6;--color-primary-hover:#60A5FA;--color-secondary:#10B981;--color-secondary-hover:#34D399;--color-text-heading:#F0F6FC;--color-text-body:#C9D1D9;--color-text-muted:#8B949E;--color-border:#30363D}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-family-body);background-color:var(--color-background);color:var(--color-text-body);line-height:1.6;font-size:16px}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.section{padding:5rem 0}.section__title{font-family:var(--font-family-headings);color:var(--color-text-heading);font-size:2.5rem;text-align:center;margin-bottom:1rem}.section__subtitle{text-align:center;font-size:1.125rem;color:var(--color-text-muted);max-width:700px;margin:0 auto 3rem auto}.cta-button{display:inline-block;font-family:var(--font-family-body);font-weight:600;font-size:1.1rem;text-decoration:none;color:#fff;background-color:var(--color-primary);padding:1rem 2.5rem;border-radius:var(--border-radius);transition:background-color 200ms ease,transform 200ms ease;box-shadow:var(--shadow-md)}.cta-button:hover{background-color:var(--color-primary-hover);transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.is-visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(16,185,129,0.7)}70%{box-shadow:0 0 0 10px rgba(16,185,129,0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header{padding:1.5rem 0;position:sticky;top:0;background-color:color-mix(in srgb,var(--color-background) 80%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--color-border)}.header__container{display:flex;justify-content:space-between;align-items:center}.header__logo{font-family:var(--font-family-headings);font-size:1.5rem;font-weight:700;color:var(--color-text-heading);text-decoration:none}.header__logo-accent{color:var(--color-primary)}.theme-switcher{background:none;border:1px solid var(--color-border);color:var(--color-text-muted);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color 200ms ease,color 200ms ease}.theme-switcher:hover{background-color:var(--color-surface);color:var(--color-text-heading)}.theme-switcher .fa-sun{display:none}[data-theme='dark'] .theme-switcher .fa-moon{display:none}[data-theme='dark'] .theme-switcher .fa-sun{display:block}.hero{text-align:center;padding:6rem 0;background:radial-gradient(circle,color-mix(in srgb,var(--color-primary) 5%,transparent) 0,transparent 70%)}.hero__tagline{display:inline-block;background-color:color-mix(in srgb,var(--color-primary) 15%,transparent);color:var(--color-primary);padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.hero__title{font-family:var(--font-family-headings);color:var(--color-text-heading);font-size:3.5rem;max-width:800px;margin:0 auto 1.5rem auto;line-height:1.2}.hero__subtitle{font-size:1.25rem;color:var(--color-text-muted);max-width:700px;margin:0 auto 2.5rem auto}.hero__cta-group{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero__user-counter{font-size:.9rem;color:var(--color-text-muted);font-weight:500}.hero__user-counter-number{font-weight:700;color:var(--color-text-body);font-feature-settings:'tnum'}.how-it-works{background-color:var(--color-surface)}.how-it-works__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}.how-it-works__step{text-align:center;position:relative;z-index:2}.how-it-works__icon-wrapper{width:70px;height:70px;border-radius:50%;background-color:color-mix(in srgb,var(--color-primary) 15%,transparent);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem auto;font-size:1.75rem}.how-it-works__step-number{position:absolute;top:-10px;left:50%;transform:translateX(20px);background-color:var(--color-primary);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;border:3px solid var(--color-surface)}.how-it-works__title{font-family:var(--font-family-headings);color:var(--color-text-heading);font-size:1.25rem;margin-bottom:.5rem}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:2rem;text-align:center}.feature-card__icon{font-size:2.5rem;color:var(--color-primary);margin-bottom:1.5rem}.feature-card__title{font-family:var(--font-family-headings);color:var(--color-text-heading);font-size:1.25rem;margin-bottom:.5rem}.demo__wrapper{max-width:900px;margin:0 auto}.demo__preview-notice{text-align:center;font-style:italic;color:var(--color-text-muted);margin-top:1.5rem}.demo__image-wrapper{border-radius:var(--border-radius);border:1px solid var(--color-border);background-color:var(--color-surface);box-shadow:var(--shadow-lg);aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.live-demo{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#3a3d40}.live-demo::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at top,rgba(255,255,255,0.1) 0,transparent 50%);filter:blur(20px)}.live-demo__content{position:relative;z-index:2;color:#fff;text-align:center;padding:2rem;background-color:rgba(0,0,0,0.1);border-radius:var(--border-radius);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.live-demo__avatar{width:80px;height:80px;border-radius:50%;background-color:#4F545C;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#C9D1D9;margin:0 auto 1rem auto}.live-demo__title{font-family:var(--font-family-headings);font-size:1.75rem;margin-bottom:.25rem}.live-demo__status{color:var(--color-secondary);font-weight:600;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.live-demo__status-indicator{width:10px;height:10px;background-color:var(--color-secondary);border-radius:50%;animation:pulse 2s infinite}.live-demo__buttons{display:flex;gap:1rem;margin-bottom:1rem}.live-demo__button{border:none;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;cursor:pointer;transition:background-color 200ms ease;display:flex;align-items:center;gap:.5rem}.live-demo__button--primary{background-color:#fff;color:#111827}.live-demo__button--primary:hover{background-color:#eee}.live-demo__button--secondary{background-color:var(--color-secondary);color:#fff}.live-demo__button--secondary:hover{background-color:var(--color-secondary-hover)}.live-demo__notice{font-size:.8rem;color:#8B949E}.social-proof__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:2rem;display:flex;flex-direction:column}.testimonial-card__text{font-style:italic;margin-bottom:1.5rem;flex-grow:1}.testimonial-card__author{display:flex;align-items:center}.testimonial-card__author-avatar{width:40px;height:40px;border-radius:50%;margin-right:1rem}.testimonial-card__author-name{font-weight:600;color:var(--color-text-heading)}.testimonial-card__author-title{font-size:.9rem;color:var(--color-text-muted)}.urgency-banner{background-color:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:var(--border-radius);padding:1.5rem 2rem;text-align:center;margin:0 auto 5rem auto;max-width:800px}.urgency-banner__text{font-size:1.1rem;font-weight:600;color:var(--color-text-heading)}.faq{max-width:800px;margin:0 auto}.faq__item{border-bottom:1px solid var(--color-border)}.faq__question{width:100%;background:none;border:none;text-align:left;padding:1.5rem 0;font-size:1.1rem;font-weight:600;color:var(--color-text-heading);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq__icon{transition:transform 200ms ease}.faq__answer{max-height:0;overflow:hidden;transition:max-height 300ms ease-out,padding 300ms ease-out;padding:0}.faq__answer p{padding-bottom:1.5rem}.faq__item.is-active .faq__icon{transform:rotate(45deg)}.faq__item.is-active .faq__answer{max-height:300px}.final-cta{background-color:var(--color-surface);text-align:center}.final-cta__title{font-size:2.5rem}.footer{padding:3rem 0;border-top:1px solid var(--color-border)}.footer__container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__socials{display:flex;gap:1.5rem}.footer__social-link{color:var(--color-text-muted);font-size:1.5rem;transition:color 200ms ease}.footer__social-link:hover{color:var(--color-primary)}.footer__copyright{color:var(--color-text-muted);font-size:.9rem}@media(max-width:768px){.section__title,.hero__title,.final-cta__title{font-size:2rem}.hero__title{font-size:2.5rem}.hero{padding:4rem 0}.section{padding:3rem 0}.urgency-banner{margin-bottom:3rem}.live-demo__buttons{flex-direction:column}}