.landing-page{--landing-primary:#0070f3;--landing-primary-hover:#0051cc;--landing-gradient:linear-gradient(135deg,#0070f3,#7c3aed);--landing-bg:#0a0a0a;--landing-bg-subtle:rgba(255,255,255,0.02);--landing-text:#ffffff;--landing-text-secondary:rgba(255,255,255,0.7);--landing-text-muted:rgba(255,255,255,0.6);--landing-border:rgba(255,255,255,0.1);--landing-border-hover:rgba(255,255,255,0.2);--landing-card-bg:rgba(255,255,255,0.05);--landing-nav-height:60px;--landing-max-width:1200px}html.landing-dark,html:has(.landing-loading),html:has(.landing-page){background:#0a0a0a!important;overflow-x:clip}html.landing-dark body,html:has(.landing-loading) body,html:has(.landing-page) body{background:#0a0a0a!important;overflow-x:clip}.landing-page{min-height:100vh;padding-top:var(--landing-nav-height);background:#0a0a0a;color:var(--landing-text);overflow-x:clip;overscroll-behavior-x:none;text-rendering:optimizeLegibility}html.landing-dark,html.landing-dark *,html.landing-dark body{scrollbar-width:thin;scrollbar-color:#333 #0a0a0a}html.landing-dark ::-webkit-scrollbar{width:6px!important;height:6px!important;background:#0a0a0a!important}html.landing-dark ::-webkit-scrollbar-track{background:#0a0a0a!important}html.landing-dark ::-webkit-scrollbar-thumb{background:#333!important;border-radius:3px!important}html.landing-dark ::-webkit-scrollbar-thumb:hover{background:#555!important}.landing-page ::selection{background:rgba(255,255,255,.2);color:#fff}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--landing-nav-height);padding:0 2rem;border-bottom:1px solid rgba(255,255,255,.15)}.landing-nav,.landing-nav--scrolled{background:#000000}.landing-nav-inner{max-width:var(--landing-max-width);margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}.landing-nav-logo{display:flex;align-items:center;cursor:pointer;text-decoration:none;flex-shrink:0;min-width:76px}.landing-logo-full{height:24px}.landing-logo-full,.landing-logo-icon{width:auto;filter:drop-shadow(0 1px 3px rgba(0,112,243,.3))}.landing-logo-icon{height:22px}.landing-nav--scrolled .landing-logo-full,.landing-nav:not(.landing-nav--scrolled) .landing-logo-icon{display:none}.landing-nav-left{display:flex;align-items:center;gap:4rem}.landing-nav-links{display:flex;align-items:center;gap:1.5rem}.landing-nav-right{display:flex;align-items:center;gap:.75rem}.landing-nav-link{background:none;border:none;color:var(--landing-text-secondary);font-size:14px;font-weight:500;text-transform:capitalize;letter-spacing:.05em;cursor:pointer;padding:0;font-family:inherit;transition:color .2s;text-decoration:none}.landing-nav-btn-login{background:transparent;color:var(--landing-text);border:1px solid var(--landing-border-hover);border-radius:8px;font-family:inherit;transition:all .2s}.landing-nav-btn-cta,.landing-nav-btn-login{padding:8px 16px;cursor:pointer;font-size:14px;font-weight:600}.landing-nav-btn-cta{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:rgba(255,255,255,.85);color:#0a0a0a;border:none;border-radius:8px}.landing-nav-btn-dashboard{display:inline-flex;gap:6px;background:transparent;color:var(--landing-text);border:1px solid var(--landing-border-hover);border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s,border-color .2s}.landing-nav-btn-dashboard,.landing-nav-mobile-cta{align-items:center;white-space:nowrap;padding:8px 16px;font-weight:600;font-family:inherit}.landing-nav-mobile-cta{display:none;background:rgba(255,255,255,.85);color:#0a0a0a;border:none;border-radius:8px;font-size:13px;text-decoration:none;transition:background .2s}.landing-nav-hamburger{display:none;background:none;border:none;color:var(--landing-text);cursor:pointer;padding:4px 0 4px 4px}.landing-mobile-menu{position:fixed;top:var(--landing-nav-height);left:0;right:0;bottom:0;z-index:150;background:#0a0a0a;display:flex;flex-direction:column;animation:landingFadeIn .15s ease}.landing-mobile-menu-nav{flex:1;display:flex;flex-direction:column;padding:1.5rem 0}.landing-mobile-menu-link{background:none;border:none;color:var(--landing-text);font-size:1.125rem;font-family:inherit;cursor:pointer;padding:1rem 2rem;text-align:left;width:100%}.landing-mobile-menu-bottom{border-top:1px solid var(--landing-border);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.landing-mobile-menu-btn-secondary{background:transparent;color:var(--landing-text);border:1px solid var(--landing-border-hover);border-radius:8px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.landing-mobile-menu-btn-secondary,.landing-mobile-menu-cta{width:100%;padding:12px;cursor:pointer;font-size:1rem;font-family:inherit;text-align:center}.landing-mobile-menu-cta{background:rgba(255,255,255,.85);color:#0a0a0a;border:none;border-radius:8px;font-weight:600}.landing-hero{padding:5rem 2rem;border-bottom:1px solid rgba(255,255,255,.15)}.landing-hero-inner{max-width:var(--landing-max-width);margin:0 auto;display:grid;grid-template-columns:3fr 2fr;gap:2.5rem;align-items:center}.landing-hero-text{text-align:left;min-width:0}.landing-hero-visual{display:flex;justify-content:flex-end;align-items:center}.landing-badge{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--landing-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:8px 18px;border:1px solid rgba(124,58,237,.3);border-radius:100px;margin-bottom:1.5rem}.landing-hero h1{font-size:clamp(2.5rem,5vw,4rem);margin:0 0 1.5rem;line-height:1.1;font-weight:600}.landing-hero h1,.landing-hero h1 span{color:var(--landing-text)}.landing-hero-sub{font-size:1.25rem;color:var(--landing-text-secondary);margin:0 0 2.5rem;max-width:min(650px,100%);line-height:1.6;text-align:left}.landing-hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.landing-hero-btn-primary{background:rgba(255,255,255,.85);color:#0a0a0a;border:none;border-radius:8px;display:inline-flex;align-items:center;gap:8px}.landing-hero-btn-primary,.landing-hero-btn-secondary{padding:10px 28px;cursor:pointer;font-size:16px;font-weight:600;font-family:inherit;transition:background .2s,border-color .2s}.landing-hero-btn-secondary{background:transparent;color:var(--landing-text);border:1px solid var(--landing-border-hover);border-radius:8px}.landing-pills{display:flex;gap:.75rem;justify-content:flex-start;flex-wrap:wrap}.landing-pill{font-size:12px;letter-spacing:.02em;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid rgba(255,255,255,.15);border-radius:100px;background:transparent}.landing-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#43e97b;flex-shrink:0}.landing-section-title{font-size:2.5rem;color:var(--landing-text);margin:0 0 1rem;font-weight:700}.landing-section-subtitle{color:var(--landing-text-muted);font-size:1.15rem;max-width:640px;margin:0 auto;line-height:1.6}.landing-showcase{padding:7rem 2rem;scroll-margin-top:60px;border-bottom:1px solid rgba(255,255,255,.15)}.landing-showcase-inner{max-width:var(--landing-max-width);margin:0 auto;text-align:center}.landing-showcase-blocks{margin-top:4rem;display:flex;flex-direction:column;gap:5rem}.landing-showcase-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.landing-showcase-block--reversed{direction:rtl}.landing-showcase-block--reversed>*{direction:ltr}.landing-showcase-text{text-align:left}.landing-showcase-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--landing-primary);margin-bottom:.75rem}.landing-showcase-headline{font-size:2rem;font-weight:700;color:var(--landing-text);margin:0 0 1rem;line-height:1.2}.landing-showcase-description{color:var(--landing-text-muted);font-size:1rem;line-height:1.7;margin:0}.landing-showcase-visual{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:520px;margin:0 auto}.landing-usecases{padding:2rem 2rem 6rem}.landing-usecases-inner{max-width:var(--landing-max-width);margin:0 auto;text-align:center}.landing-usecases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:3rem}.landing-usecase-card{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1.5rem;text-align:left;display:flex;flex-direction:column}.landing-usecase-icon{width:40px;height:40px;border-radius:10px;background:rgba(0,112,243,.1);border:1px solid rgba(0,112,243,.15);display:flex;align-items:center;justify-content:center;color:var(--landing-primary);margin-bottom:1rem;flex-shrink:0}.landing-usecase-content{flex:1}.landing-usecase-title{font-size:1rem;font-weight:600;color:var(--landing-text);margin:0 0 .6rem}.landing-usecase-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.75rem}.landing-usecase-chip{padding:2px 10px;border-radius:100px;border:1px solid rgba(255,255,255,.15);font-size:.7rem;font-weight:500;color:rgba(255,255,255,.7);white-space:nowrap}.landing-usecase-description{font-size:.875rem;color:var(--landing-text-secondary);line-height:1.6;margin:0}.landing-usecase-stat{margin-top:1rem;padding-top:.75rem;font-size:.8rem;font-weight:600;color:var(--landing-text-secondary);letter-spacing:.01em}.landing-footer,.landing-usecase-stat{border-top:1px solid rgba(255,255,255,.15)}.landing-footer{padding:4rem 2rem 2rem;background:#000000}.landing-footer-inner{max-width:var(--landing-max-width);margin:0 auto}.landing-footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.landing-footer-brand{max-width:280px}.landing-footer-logo{height:24px;width:auto;filter:drop-shadow(0 1px 3px rgba(0,112,243,.3));margin-bottom:.75rem}.landing-footer-tagline{font-size:14px;color:var(--landing-text-muted);margin:0 0 1rem;line-height:1.5}.landing-footer-social{display:flex;gap:.75rem}.landing-footer-social a{color:rgba(255,255,255,.4);transition:color .2s;display:flex;align-items:center;justify-content:center}.landing-footer-nav{display:flex;gap:4rem}.landing-footer-col{display:flex;flex-direction:column;gap:.5rem}.landing-footer-col-title{font-size:14px;font-weight:600;color:#ffffff;text-transform:capitalize;letter-spacing:.05em;margin:0 0 .5rem}.landing-footer-link{font-size:14px;color:var(--landing-text-muted);text-decoration:none;transition:color .2s}.landing-footer-divider{height:1px;background:var(--landing-border);margin:2.5rem 0 1.5rem}.landing-footer-bottom{display:flex;justify-content:center}.landing-footer-copyright{font-size:.8rem;color:var(--landing-text-muted)}.landing-animate-on-scroll{transition:opacity .6s ease,transform .6s ease}.landing-animate-on-scroll,.landing-animate-on-scroll.landing-animated{opacity:1;transform:translateY(0)}.landing-steps{padding:7rem 2rem;scroll-margin-top:60px}.landing-steps-inner{max-width:var(--landing-max-width);margin:0 auto;text-align:center}.landing-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;position:relative}.landing-step{text-align:center;padding:2rem 1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.15);background:transparent;flex-direction:column}.landing-step,.landing-step-icon-wrap{position:relative;display:flex;align-items:center}.landing-step-icon-wrap{width:72px;height:72px;margin:0 auto 1.25rem;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);justify-content:center}.landing-step-icon{width:30px;height:30px;color:rgba(255,255,255,.7)}.landing-step-img{width:48px;height:48px;object-fit:contain}.landing-step-badge{position:absolute;top:-4px;left:-4px;width:22px;height:22px;border-radius:50%;background:#111;border:2px solid rgba(67,233,123,.3);color:#43e97b;box-shadow:0 2px 8px rgba(0,0,0,.5);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.landing-step-connector{position:absolute;top:calc(2rem + 32px);right:-2rem;width:2rem;height:2px;z-index:-1;background:repeating-linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.15) 3px,transparent 0,transparent 5px)}.landing-step h4{color:var(--landing-text);margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.landing-step p{color:var(--landing-text-secondary);line-height:1.6;margin:0 0 1rem;font-size:.95rem}.landing-step-hook{display:block;font-size:.85rem;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.01em;margin-top:auto}.landing-cta{padding:4rem 2rem 10rem;text-align:center}.landing-cta-inner{max-width:var(--landing-max-width);margin:0 auto;background:#ff9f0a;border-radius:20px;padding:7rem 3rem}.landing-cta h2{font-size:2.5rem;color:#0a0a0a;margin:0 0 2rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.landing-cta p{font-size:1.125rem;color:#000000;margin:0 auto 4rem;font-weight:500;max-width:480px;text-wrap:pretty}.landing-cta-btn{padding:10px 28px;color:#ffffff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;font-family:inherit;display:inline-flex;gap:8px;transition:background .2s,border-color .2s}.landing-cta-btn,.landing-loading{background:#0a0a0a;align-items:center}.landing-loading{min-height:100vh;display:flex;justify-content:center}.landing-spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top:2px solid var(--landing-primary);border-radius:50%;animation:landingSpin .8s linear infinite}@media (hover:hover){.landing-nav-link:hover{color:var(--landing-text)}.landing-nav-btn-login:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.landing-nav-btn-cta:hover{background:#ffffff;border-color:#ffffff}.landing-nav-btn-dashboard:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.landing-hero-btn-primary:hover{background:#ffffff;border-color:#ffffff}.landing-hero-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.landing-cta-btn:hover{background:#1a1a1a}.landing-footer-social a:hover{color:rgba(255,255,255,.8)}.landing-footer-link:hover{color:var(--landing-text)}}@keyframes landingSpin{to{transform:rotate(1turn)}}@keyframes landingFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.landing-hero{padding:2rem 2rem 4rem}.landing-hero-inner{grid-template-columns:1fr;gap:0}.landing-hero-visual{order:-1;margin-bottom:1rem}.landing-hero-text{text-align:center}.landing-hero-ctas,.landing-pills{justify-content:center}.landing-hero-sub{text-align:center;margin-left:auto;margin-right:auto}.landing-hero-visual{width:100%;max-width:520px;margin-left:auto;margin-right:auto;justify-content:center}.landing-usecases-grid{grid-template-columns:repeat(2,1fr)}.landing-showcase-block,.landing-showcase-block--reversed{grid-template-columns:1fr;gap:2rem}.landing-showcase-block--reversed{direction:ltr}.landing-showcase-text{text-align:center;max-width:600px;margin:0 auto}.landing-showcase-description{max-width:400px;margin-left:auto;margin-right:auto}.landing-showcase-blocks{gap:4rem}}@media (max-width:768px){.landing-nav-btn-cta,.landing-nav-btn-dashboard,.landing-nav-btn-login,.landing-nav-links{display:none}.landing-nav-mobile-cta{display:inline-flex}.landing-nav-hamburger{display:flex}.landing-hero{padding:1rem 1.5rem 4rem}.landing-hero h1{font-size:2.5rem}.landing-hero-sub{font-size:1.1rem;max-width:400px;margin:0 auto 1.5rem}.landing-cta p,.landing-section-subtitle,.landing-showcase-description,.landing-step p,.landing-usecase-description{max-width:400px;margin-left:auto;margin-right:auto}.landing-showcase{padding:4rem 1.5rem}.landing-usecases{padding:1rem 1.5rem 4rem}.landing-usecases-grid{grid-template-columns:1fr;gap:1rem;max-width:400px;margin-left:auto;margin-right:auto}.landing-steps{padding:4rem 1.5rem}.landing-steps-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;max-width:400px;margin-left:auto;margin-right:auto}.landing-step-connector{display:none}.landing-cta{padding:3rem 1.5rem 6rem}.landing-cta-inner{padding:3rem 2rem}.landing-footer-top{text-align:left}.landing-footer-brand,.landing-footer-top{flex-direction:column;align-items:flex-start}.landing-footer-brand{display:flex}.landing-footer-social{justify-content:flex-start}.landing-footer-nav{gap:3rem}.landing-footer-col{align-items:flex-start}.landing-cta h2,.landing-section-title{font-size:2rem}.landing-showcase-headline{font-size:1.6rem}}@media (max-width:480px){.landing-hero{padding:1rem 1rem 3rem}.landing-hero h1{font-size:2.1rem}.landing-hero-sub{font-size:1rem}.landing-hero-ctas{flex-direction:column;align-items:center}.landing-cta-btn,.landing-hero-btn-primary,.landing-hero-btn-secondary{width:100%;justify-content:center}.landing-pills{gap:.5rem}.landing-cta,.landing-showcase,.landing-usecases{padding:2rem 1rem 4rem}.landing-cta-inner{padding:2.5rem 1.5rem;border-radius:16px}.landing-steps{padding:3rem 1rem}.landing-steps-grid{gap:1.5rem;margin-top:2rem}.landing-showcase-blocks{gap:3rem}.landing-cta h2{font-size:2rem;max-width:600px;margin-left:auto;margin-right:auto}.landing-footer{padding:3rem 2rem 1.5rem}.landing-footer-nav{flex-direction:column;gap:2rem}}@media (max-width:360px){.landing-nav-mobile-cta{padding:6px 12px;font-size:12px}}@media (max-width:450px){.landing-hero-visual{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}}.lp-pricing-hero{padding:4rem 2rem 2rem}.lp-pricing-container{max-width:var(--landing-max-width);margin:0 auto}.lp-pricing-heading{font-size:3rem;font-weight:600;color:var(--landing-text);text-align:center;margin:0 0 1rem;line-height:1.15}.lp-pricing-subheading{font-size:1.15rem;color:var(--landing-text-secondary);text-align:center;margin:0 0 2.5rem}.lp-billing-toggle{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:3rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:4px;width:fit-content;margin-left:auto;margin-right:auto}.lp-billing-option{padding:8px 20px;border:none;border-radius:8px;background:transparent;color:var(--landing-text-muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;display:flex;align-items:center;gap:6px}.lp-billing-option.active{background:rgba(255,255,255,.1);color:var(--landing-text)}.lp-billing-save{font-size:11px;font-weight:600;color:#43e97b;background:rgba(67,233,123,.1);border:1px solid rgba(67,233,123,.2);padding:2px 6px;border-radius:100px}.lp-plans-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:stretch}.lp-plan-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.lp-plan-wrapper--popular{margin-top:-12px}.lp-plan-badge{background:linear-gradient(135deg,#0060d0,#6530c4);color:white;text-align:center;padding:8px 16px;font-size:13px;font-weight:600;border-radius:12px 12px 0 0}.lp-plan-card{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:20px;display:flex;flex-direction:column}.lp-plan-card--popular{border-color:rgba(100,120,220,.4);border-top:none;border-radius:0 0 12px 12px}.lp-plan-name{font-size:1.25rem;font-weight:600;color:var(--landing-text);margin:0 0 4px}.lp-plan-description{font-size:13px;color:var(--landing-text-muted);margin:0 0 16px;line-height:1.4;min-height:1.4em}.lp-plan-price{margin:0 0 16px;display:flex;align-items:baseline;height:44px}.lp-plan-currency{font-size:1.5rem}.lp-plan-amount,.lp-plan-currency{font-weight:600;color:var(--landing-text)}.lp-plan-amount{font-size:2.5rem;line-height:1}.lp-plan-period{font-size:14px;font-weight:400;color:var(--landing-text-muted);margin-left:2px}.lp-plan-custom{font-size:2.5rem;font-weight:600;color:var(--landing-text);line-height:1}.lp-plan-cta{display:block;width:100%;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s;font-family:inherit;margin-bottom:16px}.lp-plan-cta--primary{background:rgba(255,255,255,.85);color:#0a0a0a;border:none}.lp-plan-cta--primary:hover{background:#ffffff}.lp-plan-cta--secondary{background:transparent;color:var(--landing-text);border:1px solid rgba(255,255,255,.15)}.lp-plan-cta--secondary:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.25)}.lp-plan-limits{list-style:none;padding:0;margin:0}.lp-plan-limits li{gap:8px;padding:6px 0;font-size:13px}.lp-compare-toggle,.lp-plan-limits li{display:flex;align-items:center;color:var(--landing-text-secondary)}.lp-compare-toggle{justify-content:center;margin:3rem auto 0;padding:0;background:none;border:none;cursor:pointer;font-size:16px;font-weight:600;font-family:inherit;transition:color .2s}.lp-compare-toggle:hover{color:var(--landing-text)}.lp-compare-chevron{display:inline;vertical-align:middle;margin-left:4px}.lp-comparison{padding:4rem 2rem;scroll-margin-top:60px}.lp-comparison-sticky{position:sticky;top:60px;background:var(--landing-bg);z-index:10;padding-bottom:0}.lp-comparison-sticky,.lp-comparison-sticky *{scrollbar-width:none!important}.lp-comparison-sticky ::-webkit-scrollbar,.lp-comparison-sticky::-webkit-scrollbar{display:none!important}.lp-comparison-mobile-header{display:none}.lp-comparison-title{font-size:28px;font-weight:700;color:var(--landing-text);margin:0 0 4px}.lp-comparison-subtitle{font-size:15px;color:var(--landing-text-muted);margin:0 0 16px}.lp-plan-selector{display:flex;gap:0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:3px;width:fit-content;overflow-x:auto;overflow-y:hidden;scrollbar-width:none!important}.lp-plan-selector::-webkit-scrollbar{display:none!important;display:none}.lp-plan-selector-tab{padding:6px 12px;border:none;border-radius:6px;background:transparent;color:var(--landing-text-muted);font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap;flex-shrink:0}.lp-plan-selector-tab.active{background:rgba(255,255,255,.1);color:var(--landing-text)}.lp-comparison-header{display:grid;grid-template-columns:240px repeat(5,1fr);gap:16px;padding:20px 0}.lp-comparison-header-label{align-self:start}.lp-comparison-header-plan{display:flex;flex-direction:column;align-items:center;text-align:center}.lp-comparison-plan-name{font-size:16px;font-weight:600;color:var(--landing-text)}.lp-comparison-plan-price{font-size:20px;font-weight:600;color:var(--landing-text);margin-top:2px}.lp-comparison-plan-price span{font-size:13px;font-weight:400;color:var(--landing-text-muted)}.lp-comparison-tabs{display:flex;gap:24px;border-bottom:1px solid rgba(255,255,255,.15);margin-top:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none!important}.lp-comparison-tabs::-webkit-scrollbar{display:none!important}.lp-comparison-tab{padding:14px 0;background:none;border:none;border-bottom:2px solid transparent;font-size:18px;font-weight:500;color:var(--landing-text-muted);cursor:pointer;font-family:inherit;transition:all .15s;margin-bottom:-1px;flex-shrink:0;white-space:nowrap}.lp-comparison-tab:hover{color:var(--landing-text-secondary)}.lp-comparison-tab.active{color:#0070f3;border-bottom-color:#0070f3}.lp-comparison-table-wrap{margin-top:0}.lp-comparison-table{width:100%;border-collapse:collapse;table-layout:fixed}.lp-comparison-table tr{display:grid;grid-template-columns:240px repeat(5,1fr);gap:16px}.lp-comparison-section-row td{padding:24px 0 12px}.lp-comparison-section-title{font-size:15px;font-weight:700;color:var(--landing-text);text-transform:uppercase;letter-spacing:.05em}.lp-comparison-feature-row{border-bottom:1px solid rgba(255,255,255,.06)}.lp-comparison-feature-row:last-child{border-bottom:none}.lp-comparison-feature-name{padding:14px 0;font-size:14px;color:var(--landing-text-secondary);display:flex;align-items:center;gap:6px}.lp-comparison-feature-value{padding:14px 0;text-align:center;display:flex;align-items:center;justify-content:center}html.landing-dark .tooltip-popup.tooltip-portal{background:#1a1a1a;border:1px solid rgba(255,255,255,.15);padding:8px 10px;box-shadow:0 4px 16px rgba(0,0,0,.5);text-align:center;text-wrap:pretty;max-width:220px;min-width:0}.lp-mobile-only,html.landing-dark .tooltip-popup:after{display:none}.lp-addons{padding:2rem}.lp-addons-heading{font-size:2rem;font-weight:700;color:var(--landing-text);text-align:center;margin:0 0 .5rem}.lp-addons-subheading{font-size:1rem;color:var(--landing-text-muted);text-align:center;margin:0 0 2rem}.lp-addons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;margin:0 auto}.lp-addon-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:transparent}.lp-addon-info{display:flex;flex-direction:column;gap:2px}.lp-addon-name{font-size:15px;font-weight:600;color:var(--landing-text)}.lp-addon-description{font-size:13px;color:var(--landing-text-muted)}.lp-addon-price{font-size:20px;font-weight:600;color:var(--landing-text);white-space:nowrap;flex-shrink:0}.lp-addon-price span{font-size:13px;font-weight:400;color:var(--landing-text-muted)}@media (max-width:1024px){.lp-plans-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.lp-plan-wrapper--popular{margin-top:0}.lp-comparison-header{display:none}.lp-comparison-mobile-header{display:block;padding:16px 0}.lp-comparison-table tr{grid-template-columns:1fr 1fr}.lp-desktop-only{display:none!important}.lp-mobile-only{display:flex!important}}@media (max-width:768px){.lp-pricing-hero{padding:2rem 1.5rem 1rem}.lp-pricing-heading{font-size:2.25rem}.lp-comparison{padding:2rem 1.5rem}.lp-addons-grid{grid-template-columns:1fr}.lp-addons{padding:2rem 1.5rem}}@media (max-width:480px){.lp-pricing-heading{font-size:2rem}.lp-pricing-hero{padding:1.5rem 1rem 1rem}.lp-addons,.lp-comparison{padding:1.5rem 1rem}}