.landing-page{--lp-bg-color:#ffffff;--lp-bg-color-alt:#f8fafc;--lp-text-primary:#33485A;--lp-text-secondary:#475569;--lp-accent-color:#29849F;--lp-accent-hover:#1e6278;--lp-border-color:#e2e8f0;--lp-font-main:"Poppins",sans-serif;--lp-container-width:90%;--lp-transition-smooth:0.3s cubic-bezier(0.16,1,0.3,1);font-family:var(--lp-font-main);background-color:var(--lp-bg-color);color:var(--lp-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page a{text-decoration:none;color:inherit;transition:color var(--lp-transition-smooth)}.landing-page img{max-width:100%;display:block}.landing-page .lp-container{max-width:var(--lp-container-width);margin:0 auto;padding:0 2rem}.landing-page .site-header{padding:1.5rem 0;position:absolute;top:0;left:0;width:100%;z-index:100;background-color:#ffffff}.landing-page .logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.35rem;letter-spacing:-.03em;color:var(--lp-text-primary)}.landing-page .logo img{height:28px;width:auto}.landing-page .hero{min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6.5rem 0 8rem;background:var(--lp-text-primary)}.landing-page .hero-content{max-width:800px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.landing-page .hero-overline{margin-bottom:.25rem}.landing-page .hero-overline,.landing-page .hero-trust{font-size:.875rem;font-weight:500;color:#ffffff;text-transform:uppercase;letter-spacing:.1em}.landing-page .hero-trust{margin-top:.75rem}.landing-page .hero-title{font-size:clamp(3rem,5vw,4.5rem);line-height:1.1;font-weight:800;letter-spacing:-.04em;margin-bottom:.5rem;color:#ffffff}.landing-page .hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.85);max-width:650px;margin-bottom:1.25rem}.landing-page .btn-primary{display:inline-block;background-color:var(--lp-accent-color);color:#ffffff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all var(--lp-transition-smooth);border:2px solid var(--lp-accent-color);box-shadow:0 4px 14px rgba(37,99,235,.2)}.landing-page .btn-primary:hover{background-color:var(--lp-accent-hover);border-color:var(--lp-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,99,235,.3)}.landing-page .hero .btn-primary{background-color:#ffffff;color:var(--lp-text-primary);border-color:#ffffff;box-shadow:0 4px 14px rgba(0,0,0,.15)}.landing-page .hero .btn-primary:hover{background-color:#f1f5f9;border-color:#f1f5f9;box-shadow:0 6px 20px rgba(0,0,0,.25)}.landing-page .cta-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.landing-page .text-center .cta-lockup{align-items:center}.landing-page .no-cc-text{font-size:.75rem;font-weight:500;color:var(--lp-text-secondary);opacity:.75;margin:0 0 0 1.25rem}.landing-page .text-center .no-cc-text{margin-left:0}.landing-page .bottom-cta .no-cc-text{color:#e2e8f0}.landing-page .btn-secondary{display:inline-block;align-self:flex-start;width:fit-content;margin-top:1.5rem;font-weight:600;font-size:1.125rem;background-color:var(--lp-accent-color);color:#ffffff;text-decoration:none;padding:.75rem 1.75rem;border-radius:8px;transition:opacity var(--lp-transition-smooth),transform var(--lp-transition-smooth)}.landing-page .btn-secondary:hover{opacity:.9;transform:translateY(-2px)}.landing-page .feature-block{padding:6rem 0;border-top:1px solid var(--lp-border-color)}.landing-page .feature-block.alt-bg{background-color:var(--lp-bg-color-alt)}.landing-page .feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-page .feature-text{display:flex;flex-direction:column;gap:1.25rem}.landing-page .feature-image{border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.08);border:1px solid var(--lp-border-color);transition:transform var(--lp-transition-smooth)}.landing-page .feature-image:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.12)}.landing-page .feature-image img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}.landing-page .logo-strip{width:100%;overflow:hidden;background-color:var(--lp-bg-color-alt);padding:3rem 0;border-top:1px solid var(--lp-border-color);border-bottom:1px solid var(--lp-border-color)}.landing-page .logo-track{display:flex;width:calc(250px * 14);animation:lp-scroll 30s linear infinite}.landing-page .logo-item{width:250px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.landing-page .logo-item img{max-height:60px;max-width:180px;opacity:.5;filter:grayscale(100%);transition:all .3s}.landing-page .logo-item img:hover{opacity:1;filter:grayscale(0)}@keyframes lp-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-250px * 7))}}.landing-page .marquee-testimonial{padding:6rem 0;background-color:var(--lp-bg-color)}.landing-page .marquee-header{margin-bottom:1rem}.landing-page .marquee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.landing-page .marquee-wrap{display:flex;flex-direction:row;position:relative;align-items:flex-start}.landing-page .marquee-image{flex:0 0 80%;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.landing-page .marquee-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block}.landing-page .marquee-quote-box{background-color:#ffffff;padding:1.25rem;border-radius:12px;box-shadow:0 25px 50px rgba(0,0,0,.15);margin-top:52%;margin-bottom:0;margin-left:-64%;z-index:10;flex:1}.landing-page .marquee-quote-box .stars{color:#f59e0b;font-size:1.15rem;margin-bottom:.75rem}.landing-page .marquee-quote-box .quote{font-size:.9rem;font-weight:500;line-height:1.5;color:var(--lp-text-primary);margin-bottom:1.25rem}.landing-page .marquee-quote-box .author{border-top:1px solid #e2e8f0;padding-top:.75rem}.landing-page .marquee-quote-box .author-name{font-weight:700;color:var(--lp-text-primary);font-size:1rem}.landing-page .marquee-quote-box .author-company{color:var(--lp-text-secondary);font-size:.875rem}.landing-page .callouts-strip{padding:0 0 5rem;background-color:var(--lp-text-primary);margin-top:-3rem}.landing-page .callouts-flex{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.landing-page .callout-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;color:#ffffff}.landing-page .callout-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:var(--lp-accent-color);color:#ffffff;flex-shrink:0}.landing-page .section-heading{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--lp-text-primary);margin-bottom:1rem}.landing-page .section-desc{font-size:1.125rem;color:var(--lp-text-secondary);max-width:600px;margin:0 auto 3rem}.landing-page .video-section{padding:6rem 0;border-top:1px solid var(--lp-border-color)}.landing-page .video-container{width:100%;max-width:1200px;margin:0 auto;aspect-ratio:16/9;background-color:var(--lp-accent-color);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px rgba(0,0,0,.1);position:relative;cursor:pointer}.landing-page .video-container iframe,.landing-page .video-container video{width:100%;height:100%;border:none;object-fit:cover}.landing-page .faq-section{padding:6rem 0;border-top:1px solid var(--lp-border-color)}.landing-page .faq-section.alt-bg{background-color:var(--lp-bg-color-alt)}.landing-page .faq-container{max-width:800px;margin:3rem auto 0}.landing-page .faq-item{background-color:white;border:1px solid var(--lp-border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.02);transition:all var(--lp-transition-smooth)}.landing-page .faq-item[open]{border-color:var(--lp-accent-color);box-shadow:0 10px 15px rgba(0,0,0,.05)}.landing-page .faq-question{padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;color:var(--lp-text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none;user-select:none}.landing-page .faq-question::-webkit-details-marker{display:none}.landing-page .faq-icon{font-size:1.5rem;font-weight:400;color:var(--lp-text-secondary);transition:transform .3s}.landing-page .faq-item[open] .faq-icon{transform:rotate(45deg);color:var(--lp-accent-color)}.landing-page .faq-answer{padding:0 2rem 1.5rem;color:var(--lp-text-secondary);font-size:1.05rem;line-height:1.6}.landing-page .bottom-cta{padding:8rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:var(--lp-text-primary);color:#ffffff}.landing-page .bottom-cta h2{font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1;margin-bottom:2.5rem;margin-top:0;font-weight:800;letter-spacing:-.02em}.landing-page .bottom-cta .btn-primary{background-color:#ffffff;color:var(--lp-text-primary);border-color:#ffffff;box-shadow:0 10px 25px rgba(0,0,0,.1)}.landing-page .bottom-cta .btn-primary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.landing-page .text-center{text-align:center;display:flex;flex-direction:column;align-items:center}.landing-page .site-footer{padding:3rem 0;background-color:var(--lp-bg-color);color:var(--lp-text-secondary);font-size:.875rem}.landing-page .footer-content{display:flex;justify-content:space-between;align-items:center}.landing-page .footer-links{display:flex;gap:1.5rem}.landing-page .footer-links a:hover{color:var(--lp-accent-color)}.landing-page .auto-tracking-section{padding:6rem 0;background-color:var(--lp-bg-color-alt)}.landing-page .auto-tracking-section .section-heading{font-size:2.25rem;margin-bottom:1rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--lp-text-primary)}.landing-page .auto-tracking-section .section-desc{font-size:1.15rem;color:var(--lp-text-secondary);margin:0 0 2.5rem;max-width:none;line-height:1.6}.landing-page .tracking-hero-img{width:100%;border-radius:20px;box-shadow:0 4px 30px rgba(0,0,0,.1);object-fit:cover}.landing-page .benefit-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.landing-page .benefit-list li{position:relative;padding-left:28px;font-size:1.05rem;color:var(--lp-text-secondary);line-height:1.5}.landing-page .benefit-list li:before{content:"\2713";position:absolute;left:0;top:1px;font-size:1.2rem}.landing-page .benefit-list li strong,.landing-page .benefit-list li:before{color:var(--lp-accent-color);font-weight:700}.landing-page .integration-section{padding:6rem 0;background-color:#f9f9fa}.landing-page .integration-heading{margin-bottom:3rem}.landing-page .integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem 0;width:100%;margin:0 auto}.landing-page .integration-card{aspect-ratio:1/1;min-height:0;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:10%;align-items:center;background-color:#ffffff;border-radius:16px;padding:10%;box-shadow:0 4px 15px rgba(0,0,0,.04);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.landing-page .integration-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.landing-page .integration-icon-wrap{width:40%;max-width:90px;height:auto;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.landing-page .integration-icon-wrap img{max-width:100%;max-height:100%;object-fit:contain}.landing-page .integration-card h4{font-size:clamp(.85rem,2vw,1.25rem);font-weight:800;color:var(--lp-text-primary);margin:0;text-align:center;word-break:break-word}@media (max-width:900px){.landing-page .marquee-header{margin-bottom:0}.landing-page .marquee-header .section-desc{margin-bottom:2.25rem}.landing-page .marquee-grid{grid-template-columns:1fr;gap:5rem}.landing-page .marquee-wrap{flex-direction:column}.landing-page .marquee-image{flex:0 0 auto;width:100%}.landing-page .marquee-quote-box{margin-left:0;margin-top:-3.5rem;margin-bottom:0;width:90%;padding:2rem}.landing-page .feature-grid{grid-template-columns:1fr;gap:3rem}.landing-page .feature-block{padding:4rem 0}.landing-page .feature-grid .feature-text{order:2}.landing-page .feature-grid .feature-image{order:1}.landing-page .auto-tracking-section .feature-text{align-items:center!important}.landing-page .auto-tracking-section .section-desc,.landing-page .auto-tracking-section .section-heading{text-align:center!important}.landing-page .auto-tracking-section .benefit-list{align-self:flex-start;text-align:left}.landing-page .integration-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:901px){.landing-page .tracking-hero-img{aspect-ratio:5/4}}@media (max-width:600px){.landing-page .lp-container{padding:0 1rem}.landing-page .callouts-flex{flex-direction:column;gap:1rem;align-items:flex-start;padding:0 2rem}.landing-page .hero{min-height:60vh;padding:7rem 0 6rem}.landing-page .hero-title{font-size:2.5rem}.landing-page .video-container{width:90vw;margin-left:calc(-45vw + 50%);border-radius:8px}.landing-page .footer-content{flex-direction:column;gap:1rem;text-align:center}.landing-page .bottom-cta{padding:4rem 0}}