.landing-page{--lp-background: #fafbfc;--lp-foreground: #373d47;--lp-primary: #2881bc;--lp-primary-foreground: #fafbfc;--lp-secondary: #f5f8fc;--lp-accent: #00bfc5;--lp-accent-light: #e0f7fa;--lp-success: #27d9a9;--lp-info: #00a2cd;--lp-border: #e8ecf1;--lp-text-muted: #6b7280;background-color:var(--lp-background);color:var(--lp-foreground);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.6}.landing-page *{margin:0;padding:0;box-sizing:border-box}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5{font-family:Sora,sans-serif;letter-spacing:-.02em;text-wrap:balance}.landing-page h1{font-size:clamp(2rem,.94rem + 4vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em}.landing-page h2{font-size:clamp(1.5rem,.96rem + 2.4vw,2.5rem);font-weight:700;line-height:1.2}.landing-page h3{font-size:1.5rem;font-weight:600}.landing-page p{font-size:1rem;color:var(--lp-text-muted);line-height:1.7}.landing-page a{text-decoration:none;color:var(--lp-primary);transition:color .2s}.landing-page a:hover{color:var(--lp-info)}.landing-page svg{display:block;flex-shrink:0}.landing-page button,.landing-page .btn-primary,.landing-page .btn-secondary{font-family:Inter,sans-serif;border:none;cursor:pointer;border-radius:.5rem;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.landing-page .eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:.85rem}.landing-page .btn-primary{background-color:var(--lp-primary);color:var(--lp-primary-foreground);padding:.75rem 2rem;font-size:1rem}.landing-page .btn-primary:hover{background-color:#1f5fa3;transform:translateY(-2px);box-shadow:0 4px 12px #2881bc4d}.landing-page .btn-secondary{background-color:transparent;color:var(--lp-primary);border:2px solid var(--lp-primary);padding:.625rem 1.875rem;font-size:1rem}.landing-page .btn-secondary:hover{background-color:var(--lp-secondary)}.landing-page header{background-color:#fff;border-bottom:1px solid var(--lp-border);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.landing-page .header-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.landing-page .logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--lp-primary);font-family:Sora,sans-serif}.landing-page .logo-icon{width:2rem;height:2rem;border-radius:.4rem}.landing-page .nav-links{display:flex;gap:2rem;list-style:none}.landing-page .nav-links a{font-size:.95rem;color:var(--lp-foreground);font-weight:500}.landing-page .nav-links a:hover{color:var(--lp-primary)}.landing-page .header-cta{padding:.5rem 1.25rem;font-size:.9rem}.landing-page .nav-toggle,.landing-page .mobile-menu{display:none}.landing-page .hero{background:linear-gradient(135deg,#fff 0%,var(--lp-secondary) 100%);padding:4rem 2rem;position:relative;overflow:hidden}.landing-page .carousel-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.landing-page .carousel-content{display:flex;flex-direction:column;gap:2rem}.landing-page .slide{display:none}.landing-page .slide.active{display:block}.landing-page .slide.active>*{animation:lp-rise .5s cubic-bezier(.22,.61,.36,1) both}.landing-page .slide.active>*:nth-child(1){animation-delay:.02s}.landing-page .slide.active>*:nth-child(2){animation-delay:.09s}.landing-page .slide.active>*:nth-child(3){animation-delay:.16s}.landing-page .slide.active>*:nth-child(4){animation-delay:.23s}.landing-page .slide.active>*:nth-child(5){animation-delay:.3s}@keyframes lp-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.landing-page .slide h1{color:var(--lp-foreground);margin-bottom:1rem}.landing-page .slide p{font-size:1.125rem;color:var(--lp-text-muted);margin-bottom:.9rem}.landing-page .slide-cta{display:flex;gap:1rem}.landing-page .hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;margin:0 0 1.75rem;border-radius:99px;background:var(--lp-accent-light);color:var(--lp-info);font-size:.7rem;font-weight:600;letter-spacing:.01em;border:1px solid rgba(0,162,205,.18)}.landing-page .hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lp-success)}.landing-page .carousel-footer{display:flex;align-items:center;margin-top:2rem}.landing-page .hero-rating{display:flex;align-items:center;gap:.6rem;line-height:1;margin-top:1.5rem}.landing-page .hero-rating-stars{display:inline-flex;align-items:center;gap:2px;color:#f5a623;position:relative;top:-1px}.landing-page .hero-rating-text{font-size:.85rem;line-height:1;color:var(--lp-text-muted)}.landing-page .hero-rating-text strong{color:var(--lp-foreground)}.landing-page .carousel-visual{position:relative;height:400px;background:linear-gradient(135deg,var(--lp-accent-light) 0%,#e1f5fe 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-page .carousel-visual-inner{width:100%;height:100%;animation:lp-visual-in .6s cubic-bezier(.22,.61,.36,1) both}@keyframes lp-visual-in{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.landing-page .lp-bar-grow{transform-origin:bottom center;animation:lp-bar-grow .7s cubic-bezier(.22,.61,.36,1) both}.landing-page .lp-fill-grow{transform-origin:left center;animation:lp-fill-grow .85s cubic-bezier(.22,.61,.36,1) both}@keyframes lp-bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes lp-fill-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.landing-page .lp-chart-reveal{animation:lp-chart-reveal .9s cubic-bezier(.22,.61,.36,1) .1s both}@keyframes lp-chart-reveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.landing-page .carousel-controls{display:flex;gap:.6rem}.landing-page .dot{width:9px;height:9px;padding:0;border-radius:99px;background-color:#cfd8e3;cursor:pointer;transition:width .4s cubic-bezier(.22,.61,.36,1),background-color .3s;border:none;position:relative;overflow:hidden}.landing-page .dot.active{width:34px;background-color:#2881bc38}.landing-page .dot:not(.active):hover{background-color:var(--lp-info)}.landing-page .dot-progress{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:left center;background-color:var(--lp-primary);animation-name:lp-progress;animation-timing-function:linear;animation-fill-mode:both}@keyframes lp-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.landing-page .stats-band{background:linear-gradient(135deg,#1f5fa3 0%,var(--lp-primary) 45%,var(--lp-accent) 100%);padding:3rem 2rem}.landing-page .stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.landing-page .stat{text-align:center;color:#fff;position:relative}.landing-page .stat+.stat:before{content:"";position:absolute;left:-.75rem;top:50%;transform:translateY(-50%);height:46px;width:1px;background:#ffffff40}.landing-page .stat-value{font-family:Sora,sans-serif;font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.02em}.landing-page .stat-label{margin-top:.5rem;font-size:.85rem;color:#ffffffd9}.landing-page .logos-strip{max-width:1200px;margin:4rem auto 0;padding:0 2rem;text-align:center}.landing-page .logos-title{font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-text-muted)}.landing-page .logos-list{list-style:none;margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 2.5rem}.landing-page .logos-list li{font-family:Sora,sans-serif;font-size:1.15rem;font-weight:600;color:#9aa6b4;transition:color .2s}.landing-page .logos-list li:hover{color:var(--lp-foreground)}.landing-page .features{max-width:1400px;margin:5rem auto 6rem;padding:0 2rem}.landing-page .section-header{text-align:center;margin-bottom:4rem}.landing-page .section-header h2{color:var(--lp-foreground);margin-bottom:1rem}.landing-page .section-header p{max-width:600px;margin:0 auto;font-size:1.1rem}.landing-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.landing-page .feature-card{padding:2rem;background:#fff;border:1px solid var(--lp-border);border-radius:1rem;transition:transform .3s,box-shadow .3s,border-color .3s}.landing-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014;border-color:var(--lp-accent)}.landing-page .feature-icon{width:52px;height:52px;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:.85rem;color:var(--lp-primary);background:linear-gradient(135deg,var(--lp-accent-light) 0%,#dbeafe 100%);border:1px solid rgba(40,129,188,.15);transition:transform .3s}.landing-page .feature-card:hover .feature-icon{transform:scale(1.06) rotate(-3deg)}.landing-page .feature-card h3{color:var(--lp-foreground);margin-bottom:.75rem}.landing-page .feature-card p{font-size:.95rem}.landing-page .testimonials{background-color:var(--lp-secondary);padding:6rem 2rem;margin:4rem 0}.landing-page .testimonials-container{max-width:1400px;margin:0 auto}.landing-page .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.landing-page .testimonial-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid var(--lp-border)}.landing-page .testimonial-stars{display:flex;gap:2px;color:#f5a623;margin-bottom:1rem}.landing-page .testimonial-text{font-size:.95rem;color:var(--lp-foreground);margin-bottom:1.5rem;font-style:italic}.landing-page .testimonial-author{display:flex;align-items:center;gap:1rem}.landing-page .author-avatar{width:50px;height:50px;border-radius:50%;background:var(--lp-accent-light);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--lp-primary);flex-shrink:0}.landing-page .author-info h4{font-size:.95rem;color:var(--lp-foreground);margin:0}.landing-page .author-info p{font-size:.85rem;color:var(--lp-text-muted);margin:0}.landing-page .pricing{max-width:1200px;margin:6rem auto;padding:0 2rem}.landing-page .billing-toggle{display:inline-flex;gap:.25rem;margin-top:1.75rem;padding:.3rem;background:var(--lp-secondary);border:1px solid var(--lp-border);border-radius:99px}.landing-page .billing-toggle button{padding:.5rem 1.4rem;border-radius:99px;font-size:.9rem;font-weight:600;color:var(--lp-text-muted);background:transparent}.landing-page .billing-toggle button.active{background:#fff;color:var(--lp-primary);box-shadow:0 1px 3px #0000001a}.landing-page .save-pill{font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:99px;background:var(--lp-success);color:#fff}.landing-page .pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;align-items:start}.landing-page .pricing-card{padding:2.5rem;border:2px solid var(--lp-border);border-radius:1rem;background:#fff;position:relative;transition:all .3s}.landing-page .pricing-card.featured{border-color:var(--lp-primary);box-shadow:0 12px 32px #2881bc33;transform:scale(1.05)}.landing-page .pricing-badge{position:absolute;top:-12px;left:2rem;background-color:var(--lp-primary);color:#fff;padding:.375rem 1rem;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase}.landing-page .pricing-name{font-size:1.35rem;color:var(--lp-foreground);margin-top:.5rem}.landing-page .pricing-desc{color:var(--lp-text-muted);font-size:.9rem;margin-top:.35rem}.landing-page .pricing-price{font-family:Sora,sans-serif;font-size:3rem;font-weight:800;letter-spacing:-.02em;color:var(--lp-foreground);margin:1.25rem 0 .5rem}.landing-page .pricing-price span{font-size:.95rem;color:var(--lp-text-muted);font-weight:500}.landing-page .pricing-features{list-style:none;margin:1.5rem 0}.landing-page .pricing-features li{display:flex;align-items:flex-start;gap:.65rem;padding:.6rem 0;border-bottom:1px solid var(--lp-border);color:var(--lp-foreground);font-size:.92rem}.landing-page .pricing-features li svg{color:var(--lp-success);margin-top:1px}.landing-page .pricing-cta{width:100%;margin-top:.5rem}.landing-page .pricing-guarantee{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:2.5rem;font-size:.9rem;color:var(--lp-text-muted)}.landing-page .pricing-guarantee svg{color:var(--lp-success)}.landing-page .faq{background-color:var(--lp-secondary);padding:6rem 2rem}.landing-page .faq-container{max-width:800px;margin:0 auto}.landing-page .faq-item{background:#fff;margin-bottom:1rem;border:1px solid var(--lp-border);border-radius:.75rem;overflow:hidden}.landing-page .faq-question{width:100%;padding:1.5rem;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;text-align:left;border-radius:0;color:var(--lp-foreground);font-size:1rem;font-weight:600;transition:background-color .2s}.landing-page .faq-question:hover{background-color:var(--lp-secondary)}.landing-page .faq-toggle{color:var(--lp-primary);transition:transform .3s;display:flex}.landing-page .faq-toggle.open{transform:rotate(180deg)}.landing-page .faq-answer{display:none;padding:1.5rem;border-top:1px solid var(--lp-border);background-color:#fafbfd;color:var(--lp-text-muted);line-height:1.8}.landing-page .faq-answer.open{display:block}.landing-page .cta-band{position:relative;overflow:hidden;background:linear-gradient(135deg,#16324f 0%,#1f5fa3 55%,var(--lp-primary) 100%);padding:5rem 2rem}.landing-page .cta-band:after{content:"";position:absolute;right:-120px;top:-120px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(39,217,169,.35) 0%,transparent 70%);pointer-events:none}.landing-page .cta-inner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:1}.landing-page .cta-inner h2{color:#fff;margin-bottom:1rem}.landing-page .cta-inner p{color:#ffffffd9;font-size:1.1rem;max-width:560px;margin:0 auto}.landing-page .cta-actions{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem;flex-wrap:wrap}.landing-page .btn-lg{padding:.95rem 2rem;font-size:1.05rem}.landing-page .cta-band .btn-primary{background:#fff;color:var(--lp-primary)}.landing-page .cta-band .btn-primary:hover{background:#f0f6fb;box-shadow:0 8px 24px #00000040}.landing-page .btn-ghost{color:#fff;font-weight:600;padding:.95rem 1.5rem;border-radius:.5rem;border:1.5px solid rgba(255,255,255,.5);transition:all .2s}.landing-page .btn-ghost:hover{color:#fff;background:#ffffff1f}.landing-page .cta-fineprint{margin-top:1.75rem;font-size:.85rem;color:#ffffffb3}.landing-page footer{background-color:#1a2332;color:#d1dce6;padding:4rem 2rem 2rem;margin-top:0}.landing-page .footer-logo{color:#fff;margin-bottom:1rem}.landing-page .footer-logo .logo-icon{width:1.75rem;height:1.75rem}.landing-page .footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.landing-page .footer-section h4{color:#fff;margin-bottom:1rem;font-family:Sora,sans-serif}.landing-page .footer-section p{color:#d1dce6}.landing-page .footer-section ul{list-style:none}.landing-page .footer-section ul li{margin-bottom:.75rem}.landing-page .footer-section a{color:#d1dce6}.landing-page .footer-section a:hover{color:var(--lp-accent)}.landing-page .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;color:#8a96a8;font-size:.9rem}@media(max-width:1024px){.landing-page .carousel-container{grid-template-columns:1fr;gap:2.5rem}.landing-page .carousel-visual{height:340px}.landing-page .stats-inner{grid-template-columns:repeat(2,1fr);gap:2.25rem 1rem}.landing-page .stat:nth-child(odd):before{display:none}.landing-page .pricing-cards{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}.landing-page .pricing-card.featured{transform:none}.landing-page .features{margin:4rem auto 4.5rem}.landing-page .testimonials,.landing-page .faq,.landing-page .cta-band{padding:4.5rem 2rem}.landing-page .pricing{margin:4.5rem auto}}@media(max-width:768px){.landing-page .section-header{margin-bottom:3rem}.landing-page .stats-band{padding:2.5rem 1.5rem}.landing-page .logos-strip{margin-top:3rem}.landing-page .features{margin:3.5rem auto 4rem;padding:0 1.5rem}.landing-page .testimonials{padding:4rem 1.5rem;margin:3rem 0}.landing-page .faq,.landing-page .cta-band{padding:4rem 1.5rem}.landing-page .pricing{margin:4rem auto;padding:0 1.5rem}}@media(max-width:640px){.landing-page .header-content{padding:.85rem 1.25rem}.landing-page .nav-desktop,.landing-page .header-cta{display:none}.landing-page .nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:.6rem;color:var(--lp-foreground);background:var(--lp-secondary);border:1px solid var(--lp-border)}.landing-page .nav-toggle:hover{background:#eef3f9}.landing-page .mobile-menu{display:block;overflow:hidden;max-height:0;opacity:0;visibility:hidden;background:#fff;border-top:1px solid transparent;box-shadow:0 8px 16px #0000000f;transition:max-height .32s cubic-bezier(.22,.61,.36,1),opacity .24s ease,visibility .32s}.landing-page .mobile-menu.open{max-height:420px;opacity:1;visibility:visible;border-top-color:var(--lp-border)}.landing-page .mobile-nav-links{list-style:none;padding:.25rem 1.25rem 0}.landing-page .mobile-nav-links li{border-bottom:1px solid var(--lp-border)}.landing-page .mobile-nav-links li:last-child{border-bottom:none}.landing-page .mobile-nav-links a{display:block;padding:.95rem .25rem;font-size:1rem;font-weight:600;color:var(--lp-foreground)}.landing-page .mobile-nav-links a:hover{color:var(--lp-primary)}.landing-page .mobile-menu-cta{display:flex;width:auto;margin:.85rem 1.25rem 1.25rem}.landing-page .hero{padding:2.5rem 1.25rem}.landing-page .carousel-container{gap:2rem}.landing-page .carousel-visual{height:300px}.landing-page .slide p{font-size:1.05rem}.landing-page .slide-cta{flex-direction:column;align-items:stretch}.landing-page .slide-cta .btn-primary,.landing-page .slide-cta .btn-secondary{width:100%}.landing-page .section-header{margin-bottom:2.5rem}.landing-page .features{padding:0 1.25rem;margin:3rem auto}.landing-page .features-grid{grid-template-columns:1fr;gap:1.25rem}.landing-page .testimonials{padding:3.5rem 1.25rem}.landing-page .testimonial-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.landing-page .faq,.landing-page .cta-band{padding:3.5rem 1.25rem}.landing-page .pricing{padding:0 1.25rem;margin:3rem auto}.landing-page .stats-inner{gap:1.75rem 1rem}.landing-page .stat-value{font-size:2.1rem}.landing-page .logos-list{gap:.85rem 2rem}.landing-page .cta-actions{flex-direction:column}.landing-page .cta-band .btn-primary,.landing-page .btn-ghost{width:100%}}@media(max-width:480px){.landing-page .header-content{padding:.75rem 1rem}.landing-page .logo{font-size:1.3rem}.landing-page .logo-icon{width:1.75rem;height:1.75rem}.landing-page .hero{padding:2rem 1rem}.landing-page .carousel-visual{height:280px}.landing-page .slide p{font-size:1rem}.landing-page .stat-value{font-size:2.25rem}.landing-page .feature-card,.landing-page .testimonial-card{padding:1.5rem}.landing-page .pricing-card{padding:1.75rem 1.5rem}.landing-page .pricing-price{font-size:2.5rem}.landing-page .faq-question{padding:1.15rem 1.25rem;font-size:.95rem}.landing-page .faq-answer{padding:1.25rem}.landing-page .features,.landing-page .pricing,.landing-page .testimonials,.landing-page .faq,.landing-page .cta-band{padding-left:1rem;padding-right:1rem}.landing-page .cta-band:after{width:260px;height:260px;right:-90px;top:-90px}}.landing-page a:focus-visible,.landing-page button:focus-visible{outline:2px solid var(--lp-info);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){.landing-page *,.landing-page *:before,.landing-page *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.landing-page .feature-card:hover,.landing-page .feature-card:hover .feature-icon,.landing-page .btn-primary:hover{transform:none}.landing-page .dot-progress{display:none}.landing-page .dot.active{background-color:var(--lp-primary)}}.landing-page section[id]{scroll-margin-top:5.5rem}.landing-page .logo:hover{color:var(--lp-primary)}.landing-page .page-hero{background:linear-gradient(135deg,#fff 0%,var(--lp-secondary) 100%);border-bottom:1px solid var(--lp-border);padding:4.5rem 2rem 3.75rem;text-align:center}.landing-page .page-hero h1{max-width:820px;margin:0 auto;color:var(--lp-foreground)}.landing-page .page-hero .eyebrow{display:inline-block}.landing-page .page-lede{max-width:640px;margin:1.25rem auto 0;font-size:1.125rem}.landing-page .page-main{max-width:1100px;margin:3.5rem auto 4.5rem;padding:0 2rem}.landing-page .page-band{background:var(--lp-secondary);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:4rem 0}.landing-page .page-band .page-main{margin:0 auto}.landing-page .prose{max-width:720px;margin-left:auto;margin-right:auto}.landing-page .prose h2{font-size:1.45rem;color:var(--lp-foreground);margin:2.25rem 0 .75rem}.landing-page .prose h2:first-child{margin-top:0}.landing-page .prose p{margin-bottom:1rem}.landing-page .prose ul{list-style:disc;padding-left:1.35rem;margin-bottom:1rem;color:var(--lp-text-muted)}.landing-page .prose li{margin-bottom:.6rem;line-height:1.7}.landing-page .page-cta-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;margin-top:3rem}.landing-page .page-cta-row p{font-size:1.05rem;color:var(--lp-foreground)}.landing-page .about-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.landing-page .timeline-item{background:#fff;border:1px solid var(--lp-border);border-top:3px solid var(--lp-accent);border-radius:.75rem;padding:1.25rem}.landing-page .timeline-year{font-family:Sora,sans-serif;font-size:1.35rem;font-weight:800;color:var(--lp-primary);margin-bottom:.5rem}.landing-page .timeline-item p{font-size:.92rem}.landing-page .values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.landing-page .value-card{background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:1.75rem}.landing-page .value-card h3{font-size:1.15rem;color:var(--lp-foreground);margin-bottom:.6rem}.landing-page .value-card p{font-size:.95rem}.landing-page .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.landing-page .team-card{text-align:center;background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:1.75rem 1.25rem}.landing-page .team-avatar{width:64px;height:64px;font-size:1.15rem;margin:0 auto 1rem}.landing-page .team-card h3{font-size:1.05rem;color:var(--lp-foreground)}.landing-page .team-role{font-size:.8rem;font-weight:600;color:var(--lp-info);margin:.25rem 0 .75rem}.landing-page .team-card p{font-size:.88rem}.landing-page .roadmap-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.landing-page .roadmap-column{display:flex;flex-direction:column;gap:.9rem}.landing-page .roadmap-column-head{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem}.landing-page .roadmap-timeframe{font-size:.8rem;color:var(--lp-text-muted);font-weight:600}.landing-page .status-pill{display:inline-block;padding:.3rem .8rem;border-radius:99px;font-size:.78rem;font-weight:700;letter-spacing:.02em}.landing-page .status-shipped{background:#27d9a929;color:#0f9d76}.landing-page .status-progress{background:var(--lp-accent-light);color:var(--lp-info)}.landing-page .status-planned{background:#eef1f5;color:var(--lp-text-muted)}.landing-page .roadmap-card{background:#fff;border:1px solid var(--lp-border);border-left-width:3px;border-radius:.75rem;padding:1.15rem 1.25rem}.landing-page .roadmap-shipped{border-left-color:var(--lp-success)}.landing-page .roadmap-progress{border-left-color:var(--lp-info)}.landing-page .roadmap-planned{border-left-color:#cfd8e3}.landing-page .roadmap-card h3{font-size:1rem;color:var(--lp-foreground);margin-bottom:.4rem}.landing-page .roadmap-card p{font-size:.88rem}.landing-page .roadmap-note{max-width:720px;margin:2.5rem auto 0;text-align:center;font-size:.92rem}.landing-page .blog-meta{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--lp-text-muted);flex-wrap:wrap}.landing-page .blog-category{padding:.2rem .7rem;border-radius:99px;background:var(--lp-accent-light);color:var(--lp-info);font-weight:700;font-size:.75rem}.landing-page .blog-featured{display:block;background:linear-gradient(135deg,var(--lp-accent-light) 0%,#e1f5fe 100%);border:1px solid rgba(40,129,188,.15);border-radius:1rem;padding:2.5rem;transition:transform .3s,box-shadow .3s}.landing-page .blog-featured:hover{transform:translateY(-3px);box-shadow:0 12px 28px #2881bc24;color:inherit}.landing-page .blog-featured h2{color:var(--lp-foreground);margin:.9rem 0 .75rem;max-width:700px}.landing-page .blog-featured p{max-width:640px}.landing-page .blog-readmore{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;font-weight:700;color:var(--lp-primary)}.landing-page .blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.landing-page .blog-card{display:flex;flex-direction:column;gap:.75rem;background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s}.landing-page .blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000014;border-color:var(--lp-accent);color:inherit}.landing-page .blog-card h3{font-size:1.2rem;color:var(--lp-foreground)}.landing-page .blog-card p{font-size:.92rem}.landing-page .blog-author{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.5rem}.landing-page .blog-author .author-avatar{width:38px;height:38px;font-size:.8rem}.landing-page .blog-author strong{display:block;font-size:.88rem;color:var(--lp-foreground)}.landing-page .blog-author span:not(.author-avatar){font-size:.78rem;color:var(--lp-text-muted)}.landing-page .article-hero .blog-meta{justify-content:center;margin-bottom:1rem}.landing-page .article-author{justify-content:center;margin-top:1.5rem}.landing-page .article-cta{background:var(--lp-secondary);border:1px solid var(--lp-border);border-radius:1rem;padding:1.75rem;margin-top:2.75rem;text-align:center}.landing-page .article-cta h3{color:var(--lp-foreground);margin-bottom:.5rem}.landing-page .article-cta p{max-width:480px;margin:0 auto 1.25rem;font-size:.95rem}.landing-page .article-back{margin-top:2rem;font-weight:600}.landing-page .roles-list{display:flex;flex-direction:column;gap:1rem}.landing-page .role-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:1.4rem 1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s}.landing-page .role-row:hover{transform:translateY(-2px);border-color:var(--lp-accent);box-shadow:0 10px 20px #0000000f}.landing-page .role-row h3{font-size:1.1rem;color:var(--lp-foreground);margin-bottom:.45rem}.landing-page .role-tags{display:flex;gap:.5rem;flex-wrap:wrap}.landing-page .role-tags span{font-size:.78rem;font-weight:600;color:var(--lp-text-muted);background:var(--lp-secondary);border:1px solid var(--lp-border);padding:.2rem .65rem;border-radius:99px}.landing-page .role-apply{display:inline-flex;align-items:center;gap:.4rem;font-weight:700;color:var(--lp-primary);white-space:nowrap}.landing-page .roles-note{text-align:center;margin-top:1.75rem;font-size:.95rem}.landing-page .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.landing-page .process-card{background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:1.5rem}.landing-page .process-step{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--lp-primary),var(--lp-accent));color:#fff;font-family:Sora,sans-serif;font-weight:700;margin-bottom:1rem}.landing-page .process-card h3{font-size:1.05rem;color:var(--lp-foreground);margin-bottom:.5rem}.landing-page .process-card p{font-size:.9rem}.landing-page .contact-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}.landing-page .contact-form-panel{background:#fff;border:1px solid var(--lp-border);border-radius:1rem;padding:2rem}.landing-page .contact-form{display:flex;flex-direction:column;gap:1.1rem}.landing-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.landing-page .form-field{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--lp-foreground)}.landing-page .form-optional{font-weight:400;color:var(--lp-text-muted)}.landing-page .form-field input,.landing-page .form-field select,.landing-page .form-field textarea{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:var(--lp-foreground);background:#fff;border:1px solid var(--lp-border);border-radius:.5rem;padding:.65rem .8rem;transition:border-color .2s,box-shadow .2s}.landing-page .form-field textarea{resize:vertical;line-height:1.6}.landing-page .form-field input:focus,.landing-page .form-field select:focus,.landing-page .form-field textarea:focus{outline:none;border-color:var(--lp-primary);box-shadow:0 0 0 3px #2881bc26}.landing-page .form-field ::placeholder{color:#9aa6b4}.landing-page .form-submit{align-self:flex-start}.landing-page .form-fineprint{font-size:.8rem;color:var(--lp-text-muted)}.landing-page .contact-success{text-align:center;padding:2rem 1rem}.landing-page .contact-success-icon{width:56px;height:56px;margin:0 auto 1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#27d9a929;color:#0f9d76}.landing-page .contact-success h2{color:var(--lp-foreground);margin-bottom:.75rem}.landing-page .contact-success p{max-width:420px;margin:0 auto 1.5rem}.landing-page .contact-side{display:flex;flex-direction:column;gap:1rem}.landing-page .contact-channel{background:var(--lp-secondary);border:1px solid var(--lp-border);border-radius:1rem;padding:1.4rem 1.5rem}.landing-page .contact-channel h3{font-size:1rem;color:var(--lp-foreground);margin-bottom:.35rem}.landing-page .contact-channel p{font-size:.88rem;margin-bottom:.5rem}.landing-page .contact-channel a{font-weight:600;font-size:.92rem}.landing-page .legal-updated{font-size:.95rem}.landing-page .legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:3rem;align-items:start}.landing-page .legal-toc{position:sticky;top:5.5rem;border:1px solid var(--lp-border);border-radius:.75rem;background:#fff;padding:1.25rem 1.4rem}.landing-page .legal-toc h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--lp-text-muted);margin-bottom:.75rem}.landing-page .legal-toc ol{list-style:none;display:flex;flex-direction:column;gap:.45rem}.landing-page .legal-toc a{font-size:.85rem;color:var(--lp-text-muted)}.landing-page .legal-toc a:hover{color:var(--lp-primary)}.landing-page .legal-body{max-width:none}.landing-page .legal-intro{font-size:1.05rem;margin-bottom:2rem}.landing-page .legal-section{margin-bottom:.5rem}.landing-page .legal-number{color:var(--lp-accent);margin-right:.25rem}.landing-page .legal-contact{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--lp-border)}.landing-page .notfound-hero{padding-bottom:5.5rem}.landing-page .notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width:1024px){.landing-page .roadmap-board{grid-template-columns:1fr;max-width:560px;margin:0 auto}.landing-page .team-grid,.landing-page .about-timeline,.landing-page .process-grid{grid-template-columns:repeat(2,1fr)}.landing-page .legal-layout{grid-template-columns:1fr;gap:2rem}.landing-page .legal-toc{position:static}.landing-page .contact-layout{grid-template-columns:1fr}.landing-page .page-hero{padding:3.5rem 2rem 3rem}}@media(max-width:640px){.landing-page .page-hero{padding:2.75rem 1.25rem 2.5rem}.landing-page .page-main{padding:0 1.25rem;margin:2.5rem auto 3.5rem}.landing-page .page-band{padding:3rem 0}.landing-page .values-grid,.landing-page .team-grid{grid-template-columns:1fr;gap:1.25rem}.landing-page .about-timeline{grid-template-columns:1fr;gap:1rem}.landing-page .process-grid,.landing-page .blog-grid{grid-template-columns:1fr;gap:1.25rem}.landing-page .blog-featured{padding:1.75rem 1.5rem}.landing-page .form-row{grid-template-columns:1fr}.landing-page .contact-form-panel{padding:1.5rem 1.25rem}.landing-page .form-submit{align-self:stretch;width:100%}.landing-page .role-row{flex-direction:column;align-items:flex-start;gap:.9rem;padding:1.25rem}.landing-page .page-cta-row{flex-direction:column;gap:.9rem}}.landing-page .mobile-apps{max-width:1100px;margin:5rem auto 6rem;padding:0 2rem}.landing-page .app-download{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;background:linear-gradient(135deg,var(--lp-accent-light) 0%,#e1f5fe 100%);border:1px solid rgba(40,129,188,.15);border-radius:1.5rem;padding:3.5rem 2rem}.landing-page .app-download-icon{width:64px;height:64px;border-radius:1rem;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 8px 20px #2881bc2e}.landing-page .app-download-icon img{width:40px;height:40px}.landing-page .app-download h2{color:var(--lp-foreground);max-width:640px}.landing-page .app-download p{max-width:520px;margin:.75rem auto 0}.landing-page .app-download .store-badges{justify-content:center;margin-top:1.75rem}.landing-page .store-badges{display:flex;gap:.65rem;flex-wrap:wrap}.landing-page .store-badge{display:inline-flex;align-items:center;gap:.55rem;background:#14181f;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:.6rem;padding:.55rem 1rem;transition:transform .2s,background-color .2s}.landing-page .store-badge:hover{background:#1f2530;color:#fff;transform:translateY(-1px)}.landing-page .store-badge-text{display:flex;flex-direction:column;line-height:1.2;text-align:left}.landing-page .store-badge-eyebrow{font-size:.58rem;letter-spacing:.03em;color:#ffffffb3;text-transform:uppercase}.landing-page .store-badge-name{font-size:.95rem;font-weight:700;font-family:Sora,sans-serif}.landing-page .store-badges-compact .store-badge{padding:.4rem .7rem;gap:.4rem}.landing-page .store-badges-compact .store-badge-eyebrow{font-size:.52rem}.landing-page .store-badges-compact .store-badge-name{font-size:.8rem}.landing-page .footer-section .store-badges{margin-top:1.25rem}@media(max-width:640px){.landing-page .mobile-apps{padding:0 1.25rem;margin:3rem auto}.landing-page .app-download{padding:2.5rem 1.5rem}.landing-page .app-download .store-badges{justify-content:center}.landing-page .footer-section .store-badges{justify-content:flex-start}}@media(max-width:480px){.landing-page .store-badge{padding:.5rem .8rem}}
