html{scroll-behavior:smooth}:root{--lp-primary:#e31837;--lp-primary-light:#ef3b4e;--lp-primary-dark:#c41430;--lp-secondary:#1b2b5a;--lp-secondary-light:#2a3d73;--lp-dark:#1b2b5a;--lp-dark-light:#243462;--lp-gray-700:#374151;--lp-gray-500:#6b7280;--lp-gray-300:#d1d5db;--lp-gray-100:#f3f4f6;--lp-white:#fff;--lp-yellow:#fbbf24;--lp-bg:#fff;--lp-bg-alt:#f3f4f6;--lp-text:#1b2b5a;--lp-text-muted:#6b7280}[data-theme=dark]{--lp-bg:#0f172a;--lp-bg-alt:#1e293b;--lp-text:#f1f5f9;--lp-text-muted:#94a3b8;--lp-gray-100:#1e293b;--lp-gray-300:#334155;--lp-gray-500:#94a3b8;--lp-gray-700:#cbd5e1;--lp-white:#0f172a}.landing-page{background:var(--lp-bg);color:var(--lp-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;transition:background .3s,color .3s}.landing-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--lp-gray-300);background:#fffffffa;justify-content:space-between;align-items:center;width:100%;padding:1rem 5%;display:flex;position:fixed;top:0}[data-theme=dark] .landing-nav{background:#0f172afa}.landing-logo{align-items:center;display:flex}.landing-logo img{width:auto;height:40px}[data-theme=dark] .landing-logo img{filter:brightness(0)invert()}.landing-nav-links{align-items:center;gap:2rem;display:flex}.landing-nav-links a{color:var(--lp-gray-700);font-weight:500;text-decoration:none;transition:color .3s}.landing-nav-links a:hover{color:var(--lp-primary)}.landing-theme-toggle{background:var(--lp-gray-100);border:1px solid var(--lp-gray-300);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;font-size:1.2rem;transition:all .3s;display:flex}.landing-theme-toggle:hover{background:var(--lp-gray-300)}.landing-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.landing-btn-primary{background:var(--lp-primary);font-weight:700;color:#fff!important}.landing-btn-primary:hover{background:var(--lp-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #e3183759;color:#fff!important}.landing-btn-outline{border:2px solid var(--lp-secondary);color:var(--lp-secondary);background:0 0;font-weight:600}[data-theme=dark] .landing-btn-outline{border-color:var(--lp-gray-300);color:var(--lp-text)}.landing-btn-outline:hover{border-color:var(--lp-primary);background:var(--lp-primary);color:#fff!important}.landing-btn-large{padding:1rem 2rem;font-size:1.05rem}.landing-hero{background:linear-gradient(180deg,var(--lp-bg)0%,var(--lp-bg-alt)100%);padding:10rem 5% 6rem}.landing-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.landing-hero-content{max-width:550px}.landing-hero-social-proof{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.landing-avatar-stack{display:flex}.landing-avatar{border:3px solid var(--lp-bg);background:var(--lp-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:-10px;font-size:.8rem;font-weight:600;display:flex}.landing-avatar:nth-child(2),.landing-avatar:nth-child(4){background:var(--lp-primary)}.landing-avatar:first-child{margin-left:0}.landing-hero-social-proof p{color:var(--lp-text-muted);font-size:.95rem}.landing-hero-social-proof strong{color:var(--lp-text)}.landing-hero h1{color:var(--lp-text);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.15}.landing-hero h1 span{color:var(--lp-primary)}.landing-hero-description{color:var(--lp-text-muted);margin-bottom:2rem;font-size:1.2rem}.landing-hero-cta{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.landing-hero-trust{border-top:1px solid var(--lp-gray-300);align-items:center;gap:2rem;padding-top:2rem;display:flex}.landing-trust-item{color:var(--lp-text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.landing-trust-item span{color:var(--lp-primary)}.landing-hero-image{background:var(--lp-bg);border:1px solid var(--lp-gray-300);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}.landing-hero-image img{width:100%;height:auto;display:block}.landing-stats-bar{background:#5b63d3;padding:3rem 5%}.landing-stats-container{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.landing-stat-item h3{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-style:italic;font-weight:800}.landing-stat-item p{color:#ffffffd9;font-size:.9rem}.landing-pricing-section{background:var(--lp-bg);padding:6rem 5%}.landing-pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.landing-pricing-card{background:var(--lp-bg-alt);text-align:center;border:2px solid var(--lp-gray-300);border-radius:16px;padding:2.5rem;transition:all .3s}.landing-pricing-card:hover{border-color:var(--lp-primary);transform:translateY(-5px);box-shadow:0 20px 40px #e318371a}.landing-pricing-card.featured{border-color:var(--lp-primary);position:relative}.landing-pricing-card.featured:before{content:"Most Popular";background:var(--lp-primary);color:#fff;border-radius:50px;padding:.35rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.landing-pricing-card h3{color:var(--lp-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.landing-pricing-card .price{color:var(--lp-text);margin:1rem 0;font-size:3rem;font-weight:800}.landing-pricing-card .price span{color:var(--lp-text-muted);font-size:1rem;font-weight:400}.landing-pricing-card ul{text-align:left;margin:2rem 0;padding:0;list-style:none}.landing-pricing-card li{color:var(--lp-text-muted);align-items:center;gap:.75rem;padding:.6rem 0;display:flex}.landing-pricing-card li:before{content:"✓";color:var(--lp-primary);font-weight:700}.landing-pricing-card .landing-btn{justify-content:center;width:100%}.landing-section-header{text-align:center;margin-bottom:4rem}.landing-section-header h2{color:var(--lp-text);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.landing-section-header p{color:var(--lp-text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.landing-testimonials-section{background:var(--lp-bg);padding:6rem 5%}.landing-testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-testimonial-card{background:var(--lp-bg-alt);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.landing-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.landing-testimonial-card .stars{color:var(--lp-yellow);margin-bottom:1rem;font-size:1rem}.landing-testimonial-card blockquote{color:var(--lp-text-muted);margin-bottom:1.5rem;font-size:.95rem}.landing-testimonial-card .author{align-items:center;gap:.75rem;display:flex}.landing-testimonial-card .author-avatar{background:var(--lp-secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.landing-testimonial-card:nth-child(2n) .author-avatar{background:var(--lp-primary)}.landing-testimonial-card .author-info h4{color:var(--lp-text);margin:0;font-size:.9rem}.landing-testimonial-card .author-info p{color:var(--lp-text-muted);margin:0;font-size:.8rem}.landing-why-section{background:var(--lp-bg-alt);padding:6rem 5%}.landing-why-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-why-card{background:var(--lp-bg);text-align:center;border:1px solid var(--lp-gray-300);border-radius:12px;padding:2rem}.landing-why-icon{width:60px;height:60px;color:var(--lp-primary);background:#e318371a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}.landing-why-card h3{color:var(--lp-text);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.landing-why-card p{color:var(--lp-text-muted);margin:0;font-size:.95rem}.landing-distributors-section{background:var(--lp-bg);text-align:center;border-top:1px solid var(--lp-gray-300);border-bottom:1px solid var(--lp-gray-300);padding:4rem 5%}.landing-distributors-section h3{color:var(--lp-text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:.9rem}.landing-distributor-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;max-width:1000px;margin:0 auto;display:flex}.landing-distributor-logos span{color:var(--lp-text-muted);font-size:.95rem;font-weight:600}.landing-case-study-section{background:var(--lp-bg);padding:6rem 5%}.landing-case-study-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.landing-case-study-content h3{color:var(--lp-text);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.landing-case-study-content>p{color:var(--lp-text-muted);margin-bottom:1.5rem}.landing-case-study-metrics{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.landing-metric{background:var(--lp-bg-alt);border-radius:8px;padding:1rem}.landing-metric h4{color:var(--lp-primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.landing-metric p{color:var(--lp-text-muted);margin:0;font-size:.85rem}.landing-case-study-quote{background:var(--lp-bg-alt);border-left:4px solid var(--lp-primary);border-radius:12px;padding:2rem}.landing-case-study-quote blockquote{color:var(--lp-text);margin-bottom:1rem;font-size:1rem;font-style:italic}.landing-case-study-quote .author{color:var(--lp-text-muted);font-weight:600}.landing-faq-section{background:var(--lp-bg-alt);padding:6rem 5%}.landing-faq-grid{max-width:800px;margin:0 auto}.landing-faq-item{background:var(--lp-bg);border:1px solid var(--lp-gray-300);border-radius:8px;margin-bottom:1rem;padding:1.5rem}.landing-faq-item h4{color:var(--lp-text);margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.landing-faq-item p{color:var(--lp-text-muted);margin:0;font-size:.95rem}.landing-final-cta{background:var(--lp-secondary);text-align:center;padding:6rem 5%}.landing-final-cta h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.landing-final-cta p{color:#fffc;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.landing-final-cta .landing-btn-primary:hover{background:#fff;color:var(--lp-primary)!important}.landing-guarantee{color:#ffffffb3;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;display:flex}.landing-footer{background:var(--lp-dark-light);text-align:center;padding:3rem 5%}.landing-footer img{filter:brightness(0)invert();height:30px;margin-bottom:1rem}.landing-footer p{color:#fff9;margin:0}@media (max-width:900px){.landing-hero-container,.landing-testimonials-grid,.landing-why-grid,.landing-case-study-container,.landing-pricing-grid{grid-template-columns:1fr}.landing-stats-container{grid-template-columns:repeat(2,1fr)}.landing-nav-links{display:none}.landing-hero-image{order:-1}.landing-hero-trust{flex-wrap:wrap;gap:1rem}}
@font-face{font-family:geistSans;src:url(../media/GeistVF-s.p.4c3c0b96.woff)format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:geistSans Fallback;src:local(Arial);ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.geistsans_d0589124-module__Gy56ta__className{font-family:geistSans,geistSans Fallback}.geistsans_d0589124-module__Gy56ta__variable{--font-geist-sans:"geistSans","geistSans Fallback"}
@font-face{font-family:geistMono;src:url(../media/GeistMonoVF-s.p.2cee7d16.woff)format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:geistMono Fallback;src:local(Arial);ascent-override:69.97%;descent-override:16.73%;line-gap-override:7.61%;size-adjust:131.49%}.geistmono_9c2b0b84-module__F7Sr7W__className{font-family:geistMono,geistMono Fallback}.geistmono_9c2b0b84-module__F7Sr7W__variable{--font-geist-mono:"geistMono","geistMono Fallback"}
/*# sourceMappingURL=f4493dc2aa95e00a.css.map*/