.landing-page{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.background-video{object-fit:cover}.background-overlay,.background-video{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.background-overlay{background:rgb(255,255,255);opacity:1;transition:opacity .3s ease}body.dark-mode .background-overlay{opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@media (max-width:768px){@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-15px)}}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(-50px)}50%{opacity:1;transform:scale(1.05) translateY(0)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in-scale{animation:fadeInScale .8s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-bounce-in{animation:bounceIn 1s ease-out forwards}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200% 100%;animation:shimmer 2s infinite}.animate-on-scroll{opacity:0;transform:translateY(60px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.animate-on-scroll{transform:translateY(30px);transition:all .4s ease-out;will-change:transform,opacity}.animate-on-scroll.visible{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.animate-on-scroll{transform:none;transition:opacity .3s ease}}}.landing-feature-item{opacity:0;transform:translateY(40px);transition:all .6s cubic-bezier(.25,.46,.45,.94)}@media (max-width:768px){.landing-feature-item{transform:translateY(20px);transition:all .4s ease-out}}.landing-feature-item.visible{opacity:1;transform:translateY(0)}.landing-feature-item:first-child{transition-delay:.1s}.landing-feature-item:nth-child(2){transition-delay:.2s}.landing-feature-item:nth-child(3){transition-delay:.3s}.landing-feature-item:nth-child(4){transition-delay:.4s}.social-proof-banner{padding:2rem 0;margin:-8rem 0 4rem;position:relative;z-index:3}.social-proof-content{margin:0 auto;display:flex;justify-content:space-around;align-items:center;gap:2rem;padding:1.5rem 2rem;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;backdrop-filter:blur(10px);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;color:var(--color-text-light)}body.dark-mode .social-proof-content{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.social-proof-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;text-align:center}.social-proof-number{font-size:1.8rem;font-weight:800;color:var(--color-section-light);line-height:1}body.dark-mode .social-proof-number{color:var(--color-section-dark)}.social-proof-label{font-size:.85rem;font-weight:500;color:var(--color-muted-light);line-height:1.2}body.dark-mode .social-proof-label{color:var(--color-muted-dark)}.social-proof-divider{width:1px;height:40px;background:var(--color-border-light)}body.dark-mode .social-proof-divider{background:var(--color-border-dark)}@media (max-width:768px){.social-proof-banner{margin:-2rem 0 2rem;padding:1rem 0}.social-proof-content{flex-wrap:wrap;gap:1rem;padding:1rem}.social-proof-item{flex:1 1 45%;min-width:120px}.social-proof-number{font-size:1.5rem}.social-proof-label{font-size:.75rem}.social-proof-divider{display:none}}@media (max-width:480px){.social-proof-banner{margin:-2.5rem 0 1.5rem;padding:.5rem 0}.social-proof-content{padding:.5rem}.social-proof-item{flex:1 1 45%}.social-proof-number{font-size:1.3rem}.social-proof-label{font-size:.7rem}}.hero-section{text-align:center;padding:4rem 0 12rem;background:transparent;border-radius:20px;margin-bottom:2.5rem;position:relative;overflow:hidden}@media (min-width:769px){.hero-section{margin-top:4.5rem}}.hero-content,body.dark-mode .hero-section{background:transparent}.hero-content{max-width:800px;margin:0 auto;padding:0 2rem}.hero-logo{width:160px;height:160px;margin:0 auto 2rem;display:block;border-radius:50%;object-fit:contain}@media (max-height:650px) and (max-width:768px){.hero-logo{width:80px;height:80px;margin:0 auto 1rem}.hero-section{padding:.5rem 0 12rem}.social-proof-banner{padding:.25rem 0}.hero-subhead{margin-bottom:1rem}}.hero-headline{font-size:2.8rem;font-weight:800;color:var(--color-text-light);margin-bottom:1.8rem;line-height:1.1;letter-spacing:-1px}body.dark-mode .hero-headline{color:var(--color-text-dark)}.hero-subhead{font-size:1.2rem;color:var(--color-muted-light);margin-bottom:2rem;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto}body.dark-mode .hero-subhead{color:var(--color-muted-dark)}.hero-cta{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.hero-cta-subtext{margin-top:.5rem;font-size:14px;color:var(--text-secondary,#666);text-align:center;font-weight:500;opacity:.9;max-width:400px}.cta-button{display:inline-block;padding:.875rem 1.75rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;letter-spacing:.5px;min-width:200px}.cta-button.primary{background:var(--color-section-light);color:var(--color-section-text-light);border-color:var(--color-section-light)}body.dark-mode .cta-button.primary{background:var(--color-section-dark);color:var(--color-section-text-dark);border-color:var(--color-section-dark)}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.cta-button.primary:hover,body.dark-mode .cta-button.primary:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text)}body.dark-mode .cta-button.primary:hover{box-shadow:0 8px 25px rgba(0,0,0,.3)}.cta-button.secondary{background:transparent;color:var(--color-text-light);border-color:var(--color-border-light)}body.dark-mode .cta-button.secondary{color:var(--color-text-dark);border-color:var(--color-border-dark)}.cta-button.secondary:hover{background:var(--color-surface-light);border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}body.dark-mode .cta-button.secondary:hover{background:var(--color-surface-dark);border-color:var(--color-primary);color:var(--color-primary);box-shadow:0 8px 25px rgba(0,0,0,.25)}.cta-button.large{padding:1rem 2rem;font-size:1.1rem}.section-content{max-width:1000px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--color-text-light);margin-bottom:1.5rem;text-align:center;line-height:1.2}body.dark-mode .section-title{color:var(--color-text-dark)}.section-subtitle{font-size:1.3rem;color:var(--color-muted-light);margin-bottom:2.5rem;text-align:center;line-height:1.5}body.dark-mode .section-subtitle{color:var(--color-muted-dark)}.problem-section{padding:4rem 0 6rem;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:6rem;color:var(--color-text-light);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;backdrop-filter:blur(10px)}body.dark-mode .problem-section{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.problem-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}.problem-item{display:flex;align-items:center;gap:1rem;padding:1.8rem;background:rgba(255,255,255,.1);border-radius:10px;font-size:1.1rem;font-weight:500}body.dark-mode .problem-item{background:rgba(63,63,63,.26);backdrop-filter:blur(10px)}.problem-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-section-light)}.problem-icon svg{width:1.2rem;height:1.2rem}.solution-section{padding:6rem 0;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:6rem;color:var(--color-text-light);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;backdrop-filter:blur(10px)}body.dark-mode .solution-section{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.solution-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:1.5rem 0}.landing-feature-item{display:flex;align-items:center;gap:1rem;padding:1.8rem;background:rgba(255,255,255,.1);border-radius:10px;font-size:1.1rem;font-weight:500}body.dark-mode .landing-feature-item{background:rgba(63,63,63,.26);backdrop-filter:blur(10px)}.feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-section-light)}.feature-icon svg{width:1.2rem;height:1.2rem}.solution-summary{font-size:1.2rem;font-weight:600;text-align:center;margin-top:0;padding:1.8rem;background:rgba(0,0,0,.08);margin-bottom:1.5rem;border-radius:10px;background:#ffffff!important}.solution-summary-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem;color:var(--color-section-light)}body.dark-mode .solution-summary{background:rgba(63,63,63,.26)!important;backdrop-filter:blur(10px)}.scale-section{padding:3rem 0;background:var(--color-surface-light);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:8rem;position:relative;z-index:2}body.dark-mode .scale-section{border-color:var(--color-section-dark);color:white;box-shadow:0 4px 24px rgba(255,69,0,.3);background:rgba(65,65,65,.13);backdrop-filter:blur(10px)}.scale-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2.5rem 0}.scale-item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.8rem;background:var(--color-bg-light);border-radius:10px;font-size:1.1rem;font-weight:500;color:var(--color-text-light);transition:transform .2s ease;text-align:center}body.dark-mode .scale-item{background:rgba(65,65,65,.13);backdrop-filter:blur(10px);color:var(--color-text-dark)}.scale-item:hover{transform:translateY(-2px)}.scale-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-section-light)}.scale-icon svg{width:1.5rem;height:1.5rem}.scale-summary{font-size:1.2rem;font-weight:600;text-align:center;margin-top:2.5rem;color:var(--color-muted-light)}body.dark-mode .scale-summary{color:var(--color-muted-dark)}.faq-section{padding:6rem 0;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:6rem;color:var(--color-text-light);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;backdrop-filter:blur(10px)}body.dark-mode .faq-section{background:rgba(0,0,0,.2);border:2px solid var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.faq-title-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.75rem;color:var(--color-section-light)}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,69,0,.2);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}body.dark-mode .faq-item{background:rgba(63,63,63,.26);border:1px solid rgba(255,69,0,.3);backdrop-filter:blur(10px)}.faq-item:hover{border-color:var(--color-section-light);box-shadow:0 4px 16px rgba(255,69,0,.15)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.faq-question:hover{background:rgba(255,69,0,.05)}.faq-chevron{color:var(--color-section-light);transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem;background:rgba(255,255,255,.02);max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:400px;padding:1rem 1.5rem 1.5rem}.faq-answer p{margin:0;line-height:1.6;color:var(--color-muted-light)}body.dark-mode .faq-answer p{color:var(--color-muted-dark)}.solution-cta{margin-top:1rem}.scale-cta,.solution-cta{display:flex;justify-content:center}.scale-cta{margin-top:1.5rem}.solution-cta .cta-button{text-align:center}.final-cta-section{padding:2.5rem 0;background:white;border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:14.5rem;color:var(--color-text-light);text-align:center;box-shadow:0 4px 24px rgba(255,69,0,.2)}body.dark-mode .final-cta-section{background:var(--color-main-principle-bg-dark-gradient);border-color:var(--color-section-dark);color:white;box-shadow:0 4px 24px rgba(255,69,0,.3);background:rgba(65,65,65,.13);backdrop-filter:blur(10px)}.final-cta-section .section-title{color:var(--color-text-light);font-size:2.2rem}body.dark-mode .final-cta-section .section-title{color:white}.final-cta-section .section-subtitle{color:var(--color-muted-light);font-size:1.2rem}body.dark-mode .final-cta-section .section-subtitle{color:rgba(255,255,255,.9)}.final-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.final-cta .cta-button.primary{background:var(--color-section-light);color:var(--color-section-text-light);border-color:var(--color-section-light)}body.dark-mode .final-cta .cta-button.primary{background:var(--color-section-dark);color:var(--color-section-text-dark);border-color:var(--color-section-dark)}.final-cta .cta-button.primary:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}body.dark-mode .final-cta .cta-button.primary:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text);box-shadow:0 4px 12px rgba(0,0,0,.3)}.social-proof-section{padding:4rem 0;background:var(--color-surface-light);border-radius:16px;margin-bottom:4rem}body.dark-mode .social-proof-section{background:var(--color-surface-dark)}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2.5rem}.testimonial{padding:2rem;background:var(--color-bg-light);border-radius:12px;font-size:1.1rem;font-style:italic;color:var(--color-text-light);position:relative;border-left:4px solid var(--color-section-light)}body.dark-mode .testimonial{background:var(--color-bg-dark);color:var(--color-text-dark);border-left-color:var(--color-section-dark)}.testimonial:before{content:'"';font-size:3rem;color:var(--color-section-light);position:absolute;top:-.5rem;left:1rem;font-family:serif}body.dark-mode .testimonial:before{color:var(--color-section-dark)}@media (min-width:1200px){.problem-section,.scale-section,.social-proof-section,.solution-section{margin-bottom:8rem}.problem-section{padding:6rem 0 8rem}.scale-section,.social-proof-section,.solution-section{padding:6rem 0}}@media (max-width:768px){.hero-headline{font-size:2.5rem}.hero-subhead{font-size:1.2rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.final-cta,.hero-cta{flex-direction:column;align-items:center}.hero-cta-subtext{font-size:13px;margin-top:.375rem;max-width:90%}.cta-button{width:100%;max-width:300px;text-align:center}.problem-list,.scale-features,.solution-features,.testimonials{grid-template-columns:1fr}.hero-content,.section-content{padding:0 1rem}.final-cta-section,.hero-section,.problem-section,.scale-section,.social-proof-section,.solution-section{margin-bottom:2rem;padding:2rem 0}}@media (max-width:480px){.hero-section{padding:1rem 0 12rem}.hero-headline{font-size:2rem}.hero-subhead{font-size:1.1rem}.section-title{font-size:1.8rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem}.faq-item.active .faq-answer{padding:1.25rem 1.5rem 1.5rem}.faq-section{padding:2rem 0}.cta-button.large{padding:1rem 2rem;font-size:1.1rem}}.demo-intro-section{padding:6rem 0;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:6rem;color:var(--color-text-light);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;backdrop-filter:blur(10px);text-align:center}.demo-intro-section .section-subtitle{margin-bottom:0}body.dark-mode .demo-intro-section{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.demo-logo{width:180px;height:180px;margin:0 auto 2rem;opacity:.9;display:block}.demo-section{padding:6rem 0;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;margin-bottom:6rem;color:var(--color-text-light);box-shadow:0 4px 24px rgba(255,69,0,.2);position:relative;z-index:2;backdrop-filter:blur(10px)}body.dark-mode .demo-section{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.demo-text{text-align:center;margin-bottom:3rem}.demo-title{font-size:2.5rem;font-weight:700;color:var(--color-text-light);margin-bottom:1.5rem;line-height:1.2}body.dark-mode .demo-title{color:var(--color-text-dark)}.demo-description{font-size:1.3rem;color:var(--color-muted-light);margin-bottom:0;line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}body.dark-mode .demo-description{color:var(--color-muted-dark)}.demo-image-container{display:flex;justify-content:center;align-items:center;width:100%;max-width:1100px;margin:0 auto}.demo-image{width:100%;height:auto;object-fit:contain;border-radius:12px;background:transparent}.demo-image-light.demo-image-desktop{display:block}.demo-image-dark.demo-image-desktop{display:none}.demo-image-dark.demo-image-mobile,.demo-image-light.demo-image-mobile{display:none!important}body.dark-mode .demo-image-light.demo-image-desktop{display:none}body.dark-mode .demo-image-dark.demo-image-desktop{display:block}@media (max-width:768px){.demo-intro-section,.demo-section{padding:4rem 0;margin-bottom:4rem}.demo-logo{width:120px;height:120px;margin:0 auto 1.5rem}.demo-title{font-size:2rem}.demo-description{font-size:1.1rem}.demo-text{margin-bottom:2rem}.demo-image-dark.demo-image-desktop,.demo-image-light.demo-image-desktop{display:none!important}.demo-image-light.demo-image-mobile{display:block!important}.demo-image-dark.demo-image-mobile,body.dark-mode .demo-image-light.demo-image-mobile{display:none!important}body.dark-mode .demo-image-dark.demo-image-mobile{display:block!important}.demo-image{max-width:400px}}@media (max-width:480px){.demo-intro-section,.demo-section{padding:3rem 0;margin-bottom:3rem}.demo-logo{width:100px;height:100px;margin:0 auto 1rem}.demo-title{font-size:1.8rem}.demo-description{font-size:1rem}.demo-image{max-width:350px}}.social-proof-notification{position:fixed;bottom:2rem;left:2rem;z-index:1000;transform:translateX(-150%);transition:transform .5s cubic-bezier(.68,-.55,.265,1.55)}.social-proof-notification.show{transform:translateX(0)}.notification-content{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);border:2px solid var(--color-section-light);border-radius:16px;padding:1rem 1.5rem;box-shadow:0 4px 24px rgba(255,69,0,.2);backdrop-filter:blur(10px);min-width:280px;position:relative;z-index:2;color:var(--color-text-light)}body.dark-mode .notification-content{background:rgba(0,0,0,.356);border-color:var(--color-section-dark);color:var(--color-text-dark);box-shadow:0 4px 24px rgba(255,69,0,.3);backdrop-filter:blur(10px)}.notification-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-section-light);animation:pulse 2s ease-in-out infinite}.notification-icon svg{width:1.5rem;height:1.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-text{display:flex;flex-direction:column;gap:.25rem}.notification-name{font-weight:700;font-size:1rem;color:var(--color-text-light)}body.dark-mode .notification-name{color:var(--color-text-dark)}.notification-message{font-size:.875rem;color:var(--color-muted-light)}body.dark-mode .notification-message{color:var(--color-muted-dark)}.notification-plan{font-weight:700;color:var(--color-section-light)}body.dark-mode .notification-plan{color:var(--color-section-dark)}.notification-price{font-weight:600;color:var(--color-text-light)}body.dark-mode .notification-price{color:var(--color-text-dark)}@media (max-width:768px){.social-proof-notification{bottom:1rem;left:1rem;right:1rem}.notification-content{min-width:auto;width:100%;padding:.875rem 1.25rem}.notification-icon svg{width:1.25rem;height:1.25rem}.notification-name{font-size:.9rem}.notification-message{font-size:.8rem}}