.landing{--landing-primary:#fd2a30;--landing-primary-dark:#d91e24;--landing-primary-light:#ff6b6f;--landing-bg:#fff;--landing-bg-alt:#fafafa;--landing-bg-dark:#0f0f0f;--landing-text:#111;--landing-text-secondary:#4b5563;--landing-text-light:#9ca3af;--landing-border:#e5e7eb;--landing-border-light:#f3f4f6;--landing-card-bg:#fff;--landing-card-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;--landing-card-shadow-hover:0 10px 25px #00000014,0 4px 10px #0000000a;--landing-radius:12px;--landing-radius-sm:8px;--landing-radius-lg:16px;--landing-radius-xl:20px;--landing-radius-full:9999px;--landing-font:"Mulish",ui-sans-serif,system-ui,-apple-system,sans-serif;--landing-max-width:1280px;--landing-section-padding:96px 24px;font-family:var(--landing-font);color:var(--landing-text);background:var(--landing-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.landing *,.landing :before,.landing :after{box-sizing:border-box;margin:0;padding:0}.landing-h1{letter-spacing:-.02em;color:var(--landing-text);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.landing-h2{letter-spacing:-.015em;color:var(--landing-text);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15}.landing-h3{color:var(--landing-text);font-size:1.25rem;font-weight:700;line-height:1.3}.landing-h4{color:var(--landing-text);font-size:1.0625rem;font-weight:600;line-height:1.4}.landing-text{color:var(--landing-text-secondary);font-size:1.125rem;line-height:1.7}.landing-text-sm{color:var(--landing-text-secondary);font-size:.9375rem;line-height:1.6}.landing-text-xs{color:var(--landing-text-light);font-size:.8125rem;line-height:1.5}.landing-label{text-transform:uppercase;letter-spacing:.08em;color:var(--landing-primary);font-size:.8125rem;font-weight:700}.landing-btn{font-family:var(--landing-font);border-radius:var(--landing-radius-full);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.landing-btn-primary{background:var(--landing-primary);color:#fff;box-shadow:0 4px 14px #fd2a304d}.landing-btn-primary:hover{background:var(--landing-primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px #fd2a3066}.landing-btn-secondary{color:var(--landing-text);border:2px solid var(--landing-border);background:0 0}.landing-btn-secondary:hover{border-color:var(--landing-text);transform:translateY(-1px)}.landing-btn-ghost{color:var(--landing-text);background:0 0;padding:10px 20px}.landing-btn-ghost:hover{background:var(--landing-bg-alt)}.landing-btn-sm{padding:10px 24px;font-size:.875rem}.landing-container{max-width:var(--landing-max-width);width:100%;margin:0 auto;padding:0 24px}.landing-section{padding:var(--landing-section-padding)}.landing-placeholder{background:var(--landing-border-light);border:2px dashed var(--landing-border);border-radius:var(--landing-radius);color:var(--landing-text-light);justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.landing-scroll-hide{-ms-overflow-style:none;scrollbar-width:none}.landing-scroll-hide::-webkit-scrollbar{display:none}.landing-nav{z-index:1000;border-radius:var(--landing-radius-full);background:0 0;border:1px solid #0000;width:100%;max-width:95vw;padding:10px 16px;transition:all .3s;position:fixed;top:24px;left:50%;transform:translate(-50%)}.landing-nav-scrolled{-webkit-backdrop-filter:blur(12px);border-color:var(--landing-border);background:#fffffff2;padding:8px 16px;top:16px;box-shadow:0 1px 3px #0000000d}.landing-nav-inner{max-width:var(--landing-max-width);justify-content:space-between;align-items:center;width:100%;min-width:0;margin:0 auto;display:flex;position:relative}.landing-nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.landing-nav-logo img{width:auto;height:48px}.landing-nav-center{align-items:center;gap:4px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.landing-nav-center a{color:var(--landing-text-secondary);border-radius:var(--landing-radius-full);letter-spacing:.02em;padding:8px 16px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s}.landing-nav-center a:hover{color:var(--landing-text);background:var(--landing-bg-alt)}.landing-nav-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.landing-nav-hamburger{cursor:pointer;color:var(--landing-text);background:0 0;border:none;padding:8px;display:none}.landing-nav-hamburger svg{width:24px;height:24px}.landing-mobile-menu{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}.landing-mobile-menu.open{display:flex}.landing-mobile-menu-inner{background:var(--landing-bg);flex-direction:column;gap:16px;width:min(320px,85vw);height:100%;padding:24px;animation:.3s landing-slide-in-right;display:flex;position:absolute;top:0;right:0}.landing-mobile-menu-close{cursor:pointer;color:var(--landing-text);background:0 0;border:none;align-self:flex-end;padding:8px}.landing-mobile-menu-links{flex-direction:column;gap:8px;padding-top:24px;display:flex}.landing-mobile-menu-links a{color:var(--landing-text);border-radius:var(--landing-radius-sm);padding:12px 16px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.landing-mobile-menu-links a:hover{background:var(--landing-bg-alt)}.landing-hero{text-align:center;background:var(--landing-bg);flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:140px 24px 64px;display:flex;position:relative;overflow:hidden}.landing-hero-content{z-index:1;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:800px;margin:0 auto;display:flex;position:relative}.landing-hero h1{margin-bottom:8px}.landing-hero-highlight{color:var(--landing-primary)}.landing-hero-subtitle{max-width:640px;margin:0 auto}.landing-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:16px;display:flex}.landing-hero-stats{width:100%;max-width:900px;margin-top:48px}.landing-hero-stats-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.landing-hero-stat{text-align:center}.landing-hero-stat-value{color:var(--landing-text);margin-bottom:4px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.landing-hero-stat-label{color:var(--landing-text-secondary);font-size:.8125rem}.landing-video{background:var(--landing-bg);padding:0 24px 64px}.landing-video-container{max-width:75%;margin:0 auto}.landing-video-placeholder{aspect-ratio:16/9;border-radius:var(--landing-radius-lg);width:100%;font-size:1.125rem}.landing-logos{padding:48px 24px 32px;overflow:hidden}.landing-logos-container{max-width:var(--landing-max-width);margin:0 auto}.landing-logos-fade{margin-bottom:16px;position:relative;overflow:hidden}.landing-logos-fade:before,.landing-logos-fade:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.landing-logos-fade:before{background:linear-gradient(90deg,#fff,#fffc 40%,#0000);left:0}.landing-logos-fade:after{background:linear-gradient(-90deg,#fff,#fffc 40%,#0000);right:0}.landing-logos-track{align-items:center;gap:48px;width:max-content;animation:25s linear infinite landing-scroll-logos;display:flex}.landing-logos-track:hover{animation-play-state:paused}.landing-logos-track-reverse{animation:25s linear infinite landing-scroll-logos-reverse}.landing-logos-track-reverse:hover{animation-play-state:paused}.landing-logo-item{opacity:.5;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:40px;transition:opacity .2s;display:flex}.landing-logo-item:hover{opacity:.8}.landing-logo-placeholder{background:var(--landing-border-light);border:1px dashed var(--landing-border);border-radius:var(--landing-radius-sm);width:100%;height:100%}.landing-logos-desktop{display:block}.landing-logos-mobile{display:none}.landing-problems{background:var(--landing-bg);padding:80px 24px 48px}.landing-problems-header{text-align:center;max-width:900px;margin:0 auto 48px}.landing-problems-headline{color:var(--landing-text-secondary);margin-bottom:16px;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:600;line-height:1.5}.landing-problems-subtitle{color:var(--landing-text);font-size:1rem;font-weight:700}.landing-problems-grid{max-width:var(--landing-max-width);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.landing-problem-card{background:var(--landing-card-bg);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);transition:all .3s;overflow:hidden}.landing-problem-card:hover{box-shadow:var(--landing-card-shadow-hover);transform:translateY(-2px)}.landing-problem-card-image{aspect-ratio:4/3;width:100%}.landing-problem-card-body{padding:24px}.landing-problem-card-body h3{margin-bottom:8px}.landing-problem-card-link{color:var(--landing-primary);align-items:center;gap:4px;margin-top:12px;font-size:.875rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.landing-problem-card-link:hover{gap:8px}.landing-platform-header{text-align:center;max-width:800px;margin:0 auto;padding:96px 24px 48px}.landing-platform-header p{margin-top:16px}.landing-lifecycle-section{padding:64px 24px;position:relative}.landing-lifecycle-inner{max-width:var(--landing-max-width);grid-template-columns:1fr 1.2fr;align-items:start;gap:48px;margin:0 auto;display:grid}.landing-lifecycle-content{flex-direction:column;gap:8px;display:flex}.landing-lifecycle-content .landing-label{margin-bottom:4px}.landing-lifecycle-content h3{margin-bottom:16px;font-size:clamp(1.375rem,2.5vw,1.75rem)}.landing-lifecycle-features{flex-direction:column;gap:16px;margin-top:8px;display:flex}.landing-lifecycle-feature{border-radius:var(--landing-radius);gap:16px;padding:16px;transition:background .2s;display:flex}.landing-lifecycle-feature:hover{background:var(--landing-bg-alt)}.landing-lifecycle-feature-icon{border-radius:var(--landing-radius-sm);width:40px;height:40px;color:var(--landing-primary);background:#fd2a3014;flex-shrink:0;justify-content:center;align-items:center;display:flex}.landing-lifecycle-feature-icon svg{width:20px;height:20px}.landing-lifecycle-feature-text h4{align-items:center;gap:8px;margin-bottom:4px;display:flex}.landing-lifecycle-visual{position:relative}.landing-lifecycle-visual .landing-placeholder{aspect-ratio:4/3;border-radius:var(--landing-radius-lg);width:100%}.landing-soon-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--landing-border-light);color:var(--landing-text-light);border-radius:var(--landing-radius-full);padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-flex}.landing-testimonials{background:var(--landing-bg);padding:96px 24px}.landing-testimonials-header{text-align:center;max-width:600px;margin:0 auto 48px}.landing-testimonials-header p{margin-top:12px}.landing-testimonials-grid{max-width:var(--landing-max-width);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.landing-testimonial-card{background:var(--landing-card-bg);border:1px solid var(--landing-border);border-radius:var(--landing-radius-xl);flex-direction:column;padding:32px;display:flex}.landing-testimonial-quote{color:var(--landing-text-secondary);flex:1;margin-bottom:24px;font-size:1rem;font-style:italic;line-height:1.7}.landing-testimonial-author{align-items:center;gap:12px;display:flex}.landing-testimonial-avatar{border-radius:50%;flex-shrink:0;width:48px;height:48px}.landing-testimonial-name{color:var(--landing-text);font-size:.9375rem;font-weight:700}.landing-testimonial-role{color:var(--landing-text-light);font-size:.8125rem}.landing-adapts{background:var(--landing-bg);padding:96px 24px}.landing-adapts-inner{max-width:var(--landing-max-width);grid-template-columns:1fr 1.5fr;align-items:start;gap:64px;margin:0 auto;display:grid}.landing-adapts-header h2{position:sticky;top:120px}.landing-adapts-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.landing-adapts-item{flex-direction:column;gap:12px;display:flex}.landing-adapts-icon{border-radius:var(--landing-radius);width:48px;height:48px;color:var(--landing-primary);background:#fd2a3014;justify-content:center;align-items:center;display:flex}.landing-adapts-icon svg{width:24px;height:24px}.landing-adapts-item h3{margin-bottom:0}.landing-solutions{background:var(--landing-bg);padding:96px 24px}.landing-solutions-header{text-align:center;max-width:700px;margin:0 auto 48px}.landing-solutions-header p{margin-top:12px}.landing-solutions-grid{max-width:var(--landing-max-width);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.landing-solution-card{border-radius:var(--landing-radius-lg);aspect-ratio:3/4;background:var(--landing-border-light);transition:transform .3s;position:relative;overflow:hidden}.landing-solution-card:hover{transform:translateY(-4px)}.landing-solution-card-image{border:2px dashed var(--landing-border);border-radius:var(--landing-radius-lg);color:var(--landing-text-light);justify-content:center;align-items:center;font-size:.875rem;display:flex;position:absolute;inset:0}.landing-solution-card-overlay{color:#fff;background:linear-gradient(#0000 0%,#0006 40%,#000c 100%);padding:24px;position:absolute;bottom:0;left:0;right:0}.landing-solution-card-title{white-space:pre-line;margin-bottom:4px;font-size:1.125rem;font-weight:700;line-height:1.3}.landing-solution-card-desc{color:#fffc;font-size:.8125rem;line-height:1.5}.landing-faq{background:var(--landing-bg);padding:96px 24px}.landing-faq-header{text-align:center;margin-bottom:48px}.landing-faq-list{flex-direction:column;gap:8px;max-width:800px;margin:0 auto;display:flex}.landing-faq-item{border:1px solid var(--landing-border);border-radius:var(--landing-radius);background:var(--landing-card-bg);overflow:hidden}.landing-faq-trigger{cursor:pointer;width:100%;font-family:var(--landing-font);color:var(--landing-text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.landing-faq-trigger:hover{background:var(--landing-bg-alt)}.landing-faq-chevron{width:20px;height:20px;color:var(--landing-text-light);flex-shrink:0;transition:transform .2s}.landing-faq-chevron.rotated{transform:rotate(180deg)}.landing-faq-content{max-height:0;transition:max-height .3s;overflow:hidden}.landing-faq-answer{color:var(--landing-text-secondary);padding:0 20px 18px;font-size:.9375rem;line-height:1.7}.landing-cta{background:var(--landing-bg);text-align:center;padding:96px 24px}.landing-cta-content{max-width:600px;margin:0 auto}.landing-cta h2{margin-bottom:32px}.landing-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.landing-footer{border-top:1px solid var(--landing-border);padding:64px 24px 32px}.landing-footer-inner{max-width:var(--landing-max-width);margin:0 auto}.landing-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.landing-footer-brand{flex-direction:column;gap:16px;display:flex}.landing-footer-brand img{width:auto;height:32px}.landing-footer-brand p{color:var(--landing-text-light);max-width:260px;font-size:.875rem}.landing-footer-social{gap:12px;margin-top:8px;display:flex}.landing-footer-social a{background:var(--landing-bg-alt);width:36px;height:36px;color:var(--landing-text-secondary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.landing-footer-social a:hover{background:var(--landing-border);color:var(--landing-text)}.landing-footer-col h4{color:var(--landing-text);margin-bottom:16px;font-size:.875rem;font-weight:700}.landing-footer-col a{color:var(--landing-text-secondary);padding:4px 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.landing-footer-col a:hover{color:var(--landing-text)}.landing-footer-bottom{border-top:1px solid var(--landing-border);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.landing-footer-copyright{color:var(--landing-text-light);font-size:.8125rem}.landing-footer-lang{background:var(--landing-bg-alt);border-radius:var(--landing-radius-full);align-items:center;gap:2px;padding:4px;display:flex}.landing-footer-lang a{color:var(--landing-text-secondary);border-radius:var(--landing-radius-full);padding:6px 12px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .2s}.landing-footer-lang a.active{color:var(--landing-text);background:#fff;box-shadow:0 1px 3px #0000001a}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes landing-fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes landing-scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes landing-scroll-logos-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.landing-animate{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.landing-animate.visible{opacity:1;transform:translateY(0)}.landing-animate-delay-1{transition-delay:.1s}.landing-animate-delay-2{transition-delay:.2s}.landing-animate-delay-3{transition-delay:.3s}.landing-animate-delay-4{transition-delay:.4s}.landing-animate-delay-5{transition-delay:.5s}@media (max-width:1024px){.landing-lifecycle-inner,.landing-adapts-inner{grid-template-columns:1fr;gap:32px}.landing-adapts-header h2{position:static}.landing-footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:768px){.landing{--landing-section-padding:64px 16px}.landing-nav{padding:8px 12px;top:12px}.landing-nav-center,.landing-nav-right .landing-btn{display:none}.landing-nav-right .landing-btn:last-child{display:inline-flex}.landing-nav-hamburger{display:block}.landing-logos-desktop{display:none}.landing-logos-mobile{display:block}.landing-hero{min-height:auto;padding:120px 16px 48px}.landing-hero-actions{flex-direction:column;width:100%}.landing-hero-actions .landing-btn{width:100%}.landing-hero-stats-grid{-ms-overflow-style:none;scrollbar-width:none;gap:32px;padding:0 16px;display:flex;overflow-x:auto}.landing-hero-stats-grid::-webkit-scrollbar{display:none}.landing-hero-stat{flex-shrink:0;min-width:140px}.landing-video-container{max-width:100%}.landing-problems-grid{-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.landing-problems-grid::-webkit-scrollbar{display:none}.landing-problem-card{flex-shrink:0;width:300px}.landing-testimonials-grid{-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.landing-testimonials-grid::-webkit-scrollbar{display:none}.landing-testimonial-card{flex-shrink:0;width:320px}.landing-adapts-grid{grid-template-columns:1fr}.landing-solutions-grid{-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:8px;display:flex;overflow-x:auto}.landing-solutions-grid::-webkit-scrollbar{display:none}.landing-solution-card{flex-shrink:0;width:260px}.landing-cta-actions{flex-direction:column;width:100%}.landing-cta-actions .landing-btn{width:100%}.landing-footer-grid{grid-template-columns:1fr;gap:32px}.landing-footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (max-width:480px){.landing-h1{font-size:2rem}.landing-h2{font-size:1.75rem}.landing-problem-card{width:280px}.landing-testimonial-card{width:280px;padding:24px}}
/*# sourceMappingURL=187c5dbca1ad0445.css.map*/