@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap");.lp{--lp-brand:#ff5c00;--lp-brand-hover:#e65200;--lp-brand-soft:#fff5f0;--lp-brand-mid:#ffd4c2;--lp-ink:#1a1a1a;--lp-ink-muted:#5c5c5c;--lp-ink-faint:#8a8a8a;--lp-line:#ebebeb;--lp-surface:#ffffff;--lp-wash:#fffaf7;--lp-charcoal:#1c1c1e;--lp-radius:14px;--lp-radius-lg:20px;--lp-shadow:0 20px 50px rgba(26,26,26,0.07);--lp-shadow-sm:0 6px 20px rgba(26,26,26,0.05);--lp-shadow-card:0 1px 2px rgba(26,26,26,0.04),0 10px 30px rgba(26,26,26,0.05);--lp-font:"Plus Jakarta Sans",Inter,system-ui,sans-serif;--lp-max:72rem;font-family:var(--lp-font);color:var(--lp-ink);background:var(--lp-surface);width:100%;min-height:100vh;overflow-x:hidden;color-scheme:light;-webkit-font-smoothing:antialiased}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp a{color:inherit;text-decoration:none}.lp button{font-family:inherit;cursor:pointer}.lp a.lp-btn-primary,.lp a.lp-btn-primary:active,.lp a.lp-btn-primary:hover,.lp a.lp-btn-primary:visited{color:#fff}.lp a.lp-btn-secondary,.lp a.lp-btn-secondary:active,.lp a.lp-btn-secondary:hover,.lp a.lp-btn-secondary:visited{color:var(--lp-ink)}.lp a.lp-btn-ghost,.lp a.lp-btn-ghost:visited{color:var(--lp-ink-muted)}.lp a.lp-btn-ghost:hover{color:var(--lp-brand)}.lp figure,.lp h1,.lp h2,.lp h3,.lp h4,.lp p,.lp ul{margin:0}.lp ul{list-style:none;padding:0}.lp-wrap{width:100%;max-width:var(--lp-max);margin:0 auto;padding:0 clamp(1rem,4vw,1.75rem)}.lp-diagram-grid>.lp-wrap{position:relative;z-index:1}.lp-diagram-grid>.lp-hero-glow,.lp-diagram-grid>.lp-pricing-confetti{position:absolute;z-index:0}.lp .lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1.35rem;border-radius:10px;border:none;background:var(--lp-brand);color:#fff!important;font-size:var(--text-base);font-weight:600;box-shadow:0 1px 2px rgba(255,92,0,.2),0 8px 20px rgba(255,92,0,.22);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.lp .lp-btn-primary:hover{background:var(--lp-brand-hover);color:#fff!important;transform:translateY(-1px)}.lp .lp-btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.lp .lp-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1.35rem;border-radius:10px;background:#fff;color:var(--lp-ink);font-size:var(--text-base);font-weight:600;border:1px solid var(--lp-line);transition:border-color .15s,background .15s}.lp .lp-btn-secondary:hover{border-color:#d4d4d4;background:#fafafa;color:var(--lp-ink)}.lp .lp-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.1rem;border-radius:10px;color:var(--lp-ink-muted);font-size:var(--text-base);font-weight:600;transition:color .15s}.lp .lp-btn-ghost:hover{color:var(--lp-brand)}.lp .lp-btn-text{padding:.5rem .75rem;color:var(--lp-ink-muted);font-size:var(--text-base);font-weight:600}.lp .lp-btn-text:hover{color:var(--lp-ink)}.lp-link-arrow{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.5rem;font-size:var(--text-base);font-weight:600;color:var(--lp-brand)}.lp-link-arrow:hover{color:var(--lp-brand-hover)}.lp-resource-links{display:flex;flex-direction:column;align-items:flex-start}.lp-resource-links .lp-link-arrow+.lp-link-arrow{margin-top:.65rem}.lp-nav{position:fixed;inset:0 0 auto;z-index:100;transition:background .25s,border-color .25s,box-shadow .25s}.lp-nav.is-solid{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--lp-line);box-shadow:0 4px 24px rgba(26,26,26,.04)}.lp-nav-inner{display:grid;grid-template-columns:1fr auto;align-items:center;height:4.5rem;gap:1.25rem}@media (min-width:1024px){.lp-nav-inner{grid-template-columns:1fr auto 1fr}}.lp-nav-logo{justify-self:start}.lp-nav-links{display:none;align-items:center;gap:.15rem;justify-self:center}.lp-nav-dropdown-btn,.lp-nav-links>a{display:inline-flex;align-items:center;gap:.3rem;padding:.55rem .85rem;border-radius:8px;font-size:1rem;font-weight:500;letter-spacing:-.01em;color:var(--lp-ink-muted);background:transparent;border:0;transition:color .15s,background .15s}.lp-nav-dropdown-btn:hover,.lp-nav-dropdown-wrap:focus-within .lp-nav-dropdown-btn,.lp-nav-dropdown-wrap:hover .lp-nav-dropdown-btn,.lp-nav-links>a:hover{color:var(--lp-ink);background:rgba(26,26,26,.04)}.lp-nav-dropdown-btn svg{opacity:.7;transition:transform .15s}.lp-nav-dropdown-wrap:focus-within .lp-nav-dropdown-btn svg,.lp-nav-dropdown-wrap:hover .lp-nav-dropdown-btn svg{transform:rotate(180deg)}.lp-nav-dropdown-wrap{position:relative}.lp-nav-dropdown{position:absolute;top:calc(100% + .35rem);left:0;min-width:12.5rem;padding:.4rem;border-radius:12px;background:#fff;border:1px solid var(--lp-line);box-shadow:var(--lp-shadow-sm);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}.lp-nav-dropdown a{display:block;padding:.65rem .85rem;border-radius:8px;font-size:1rem;font-weight:500;color:var(--lp-ink-muted)}.lp-nav-dropdown a:hover{background:var(--lp-brand-soft);color:var(--lp-brand)}.lp-nav-dropdown-wrap:focus-within .lp-nav-dropdown,.lp-nav-dropdown-wrap:hover .lp-nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.lp-nav-actions{display:none;align-items:center;gap:.5rem;justify-self:end}.lp-nav-actions .lp-btn-text{font-size:1rem;font-weight:600;padding:.55rem .9rem}.lp-nav-actions .lp-btn-primary{font-size:1rem;padding:.6rem 1.15rem}.lp-nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:10px;border:1px solid var(--lp-line);color:var(--lp-ink);justify-self:end;background:#fff}.lp-nav-mobile{display:flex;flex-direction:column;gap:.15rem;padding:.5rem clamp(1rem,4vw,1.75rem) 1.15rem;border-top:1px solid var(--lp-line);background:rgba(255,255,255,.98)}.lp-nav-mobile__label{margin:.5rem 0 .15rem;padding:0 .25rem;font-size:var(--text-sm);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--lp-ink-faint)}.lp-nav-mobile a,.lp-nav-mobile button.lp-btn-text{padding:.75rem .35rem;text-align:left;font-size:1rem;font-weight:500;color:var(--lp-ink);background:transparent;border:0}.lp-nav-mobile__actions{display:flex;flex-direction:column;gap:.55rem;margin-top:.75rem;padding-top:.85rem;border-top:1px solid var(--lp-line)}.lp-nav-mobile__actions .lp-btn-primary{width:100%;font-size:1rem}@media (min-width:768px){.lp-nav-actions{display:flex}.lp-nav-toggle{display:none}}@media (min-width:1024px){.lp-nav-links{display:flex}.lp-nav-mobile{display:none!important}}.lp-hero{position:relative;padding:7.5rem 0 5.5rem;overflow:hidden;background:linear-gradient(180deg,#fffaf7,#ffffff 55%)}.lp-hero-glow{position:absolute;top:-12%;right:-10%;width:min(720px,78vw);height:min(720px,78vw);background:radial-gradient(circle at 60% 40%,rgba(255,92,0,.14) 0,transparent 62%),radial-gradient(circle at 30% 70%,rgba(255,145,77,.08) 0,transparent 60%);filter:blur(4px);pointer-events:none}.lp-hero-layout{position:relative;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1080px){.lp-hero-layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:3.5rem}}.lp-hero-copy{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:31rem}.lp-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 2rem;padding:.45rem 1rem;border:1px solid rgba(255,92,0,.18);border-radius:999px;background:rgba(255,255,255,.75);backdrop-filter:blur(6px);box-shadow:0 2px 10px rgba(255,92,0,.06);font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lp-hero-eyebrow span:not(.lp-hero-eyebrow-dot){color:var(--lp-ink-muted)}.lp-hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--lp-brand);box-shadow:0 0 0 3px rgba(255,92,0,.15);flex-shrink:0}.lp-hero-title{margin:0 0 1.75rem;font-size:clamp(2.125rem,3.8vw,3rem);font-weight:800;letter-spacing:-.042em;line-height:1.12;color:var(--lp-ink);text-wrap:balance}.lp-hero-title-line{display:block}.lp-hero-accent{background:linear-gradient(92deg,var(--lp-brand) 10%,#ff8a3d 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--lp-brand)}.lp-hero-lead{margin:0 0 2.75rem;max-width:26.5rem;font-size:clamp(1.0625rem,1.4vw,1.25rem);line-height:1.6;color:var(--lp-ink-muted)}.lp-hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.lp-hero-cta{display:flex;flex-wrap:wrap;align-items:stretch;gap:.625rem;margin:0}.lp-btn-xl{min-height:3.25rem;padding:.875rem 1.75rem;font-size:var(--text-lg)}.lp-hero-cta .lp-btn-primary{box-shadow:0 1px 2px rgba(255,92,0,.18),0 6px 16px rgba(255,92,0,.18)}.lp-hero-trust{display:flex;flex-wrap:wrap;gap:.625rem 1.75rem;margin:0;padding:0;list-style:none}.lp-hero-trust li{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-md);font-weight:600;color:var(--lp-ink-muted)}.lp-hero-trust svg{color:var(--lp-brand);flex-shrink:0}.lp-shot{position:relative;width:100%;margin:0;border-radius:16px;border:1px solid var(--lp-line);background:#fff;box-shadow:var(--lp-shadow);overflow:hidden}.lp-shot-chrome{display:flex;align-items:center;gap:.45rem;padding:.75rem 1rem;border-bottom:1px solid var(--lp-line);background:#fafafa}.lp-shot-dot{width:.55rem;height:.55rem;border-radius:50%}.lp-shot-dot:first-child{background:#ff6b6b}.lp-shot-dot:nth-child(2){background:#ffd43b}.lp-shot-dot:nth-child(3){background:#51cf66}.lp-shot-url{margin-left:.35rem;font-size:var(--text-sm);font-weight:500;color:var(--lp-ink-faint)}.lp-shot img{display:block;width:100%;height:auto}.lp-hero-layout--stacked{grid-template-columns:1fr;justify-items:center;gap:4.5rem}@media (min-width:1080px){.lp-hero-layout--stacked{grid-template-columns:1fr}}.lp-hero-layout--stacked .lp-hero-copy{align-items:center;text-align:center;max-width:58rem}.lp-hero-layout--stacked .lp-hero-lead{max-width:40rem;text-wrap:balance}.lp-hero-layout--stacked .lp-hero-actions{align-items:center}.lp-hero-layout--stacked .lp-hero-cta,.lp-hero-layout--stacked .lp-hero-trust{justify-content:center}.lp-hero-layout--stacked .lp-hero-title{font-size:clamp(2.25rem,4.2vw,3.1rem)}.lp-shot--hero{position:relative;z-index:1;border-radius:18px;box-shadow:0 0 0 1px rgba(255,92,0,.05),0 30px 80px rgba(26,26,26,.12),0 8px 24px rgba(255,92,0,.06)}.lp-hero-stage{position:relative;width:100%;max-width:74rem}.lp-hero-stage-glow{position:absolute;inset:-6% -4% 30%;background:radial-gradient(ellipse at 30% 20%,rgba(255,92,0,.18) 0,transparent 55%),radial-gradient(ellipse at 75% 30%,rgba(255,138,61,.14) 0,transparent 55%);filter:blur(48px);z-index:0;pointer-events:none}.lp-hero-stage-fade{left:-1px;right:-1px;bottom:-1px;height:5.5rem;background:linear-gradient(180deg,transparent,#ffffff);z-index:2}.lp-hero-float,.lp-hero-stage-fade{position:absolute;pointer-events:none}.lp-hero-float{z-index:3;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid var(--lp-line);border-radius:14px;box-shadow:0 12px 36px rgba(26,26,26,.12)}.lp-hero-float--review{left:-3rem;bottom:20%;width:15.5rem;padding:.95rem 1.05rem}.lp-hero-float-stars{display:inline-flex;gap:.15rem;margin-bottom:.45rem;color:#f59e0b}.lp-hero-float-stars svg{fill:currentColor}.lp-hero-float--review p{font-size:var(--text-sm);line-height:1.5;color:var(--lp-ink);font-weight:500}.lp-hero-float-meta{display:block;margin-top:.45rem;font-size:var(--text-xs);font-weight:600;color:var(--lp-ink-faint)}.lp-hero-float--vote{right:-3rem;top:16%;display:flex;align-items:center;gap:.6rem;padding:.75rem .95rem}.lp-hero-float-count{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;border-radius:999px;background:var(--lp-brand-soft);color:var(--lp-brand);font-size:var(--text-sm);font-weight:800}.lp-hero-float-title{font-size:var(--text-sm);font-weight:700;color:var(--lp-ink);white-space:nowrap}.lp-hero-float-status{padding:.22rem .55rem;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:var(--text-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}@media (max-width:1150px){.lp-hero-float{display:none}}@keyframes lp-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.lp-hero-eyebrow{animation:lp-rise .55s cubic-bezier(.22,1,.36,1) .05s backwards}.lp-hero-title{animation:lp-rise .55s cubic-bezier(.22,1,.36,1) .12s backwards}.lp-hero-lead{animation:lp-rise .55s cubic-bezier(.22,1,.36,1) .2s backwards}.lp-hero-actions{animation:lp-rise .55s cubic-bezier(.22,1,.36,1) .28s backwards}.lp-hero-stage{animation:lp-rise .7s cubic-bezier(.22,1,.36,1) .38s backwards}.lp-hero-float--vote{animation:lp-rise .6s cubic-bezier(.22,1,.36,1) .75s backwards}.lp-hero-float--review{animation:lp-rise .6s cubic-bezier(.22,1,.36,1) .9s backwards}@media (prefers-reduced-motion:reduce){.lp-hero-actions,.lp-hero-eyebrow,.lp-hero-float--review,.lp-hero-float--vote,.lp-hero-lead,.lp-hero-stage,.lp-hero-title{animation:none}}@media (max-width:1079px){.lp-hero-copy{align-items:center;text-align:center;max-width:36rem;margin:0 auto}.lp-hero-lead{max-width:32rem}.lp-hero-actions{align-items:center}.lp-hero-cta{justify-content:center}}@media (max-width:640px){.lp-hero{padding-top:6rem;padding-bottom:3.5rem}.lp-hero-cta{flex-direction:column;width:100%}.lp-hero-cta .lp-btn-primary,.lp-hero-cta .lp-btn-secondary{width:100%;justify-content:center}}.lp-proof{border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line);background:#fff}.lp-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding:0}@media (min-width:768px){.lp-proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-proof-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:2rem 1rem;text-align:center;position:relative}.lp-proof-item+.lp-proof-item:before{content:"";position:absolute;top:22%;bottom:22%;left:0;border-left:1px solid var(--lp-line)}@media (max-width:767px){.lp-proof-item:nth-child(odd):before{display:none}.lp-proof-item:nth-child(n+3){border-top:1px solid var(--lp-line)}}.lp-proof-value{display:inline-flex;align-items:baseline;gap:.12rem;font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--lp-ink)}.lp-proof-unit{font-size:.5em;font-weight:700;color:var(--lp-brand)}.lp-proof-label{font-size:var(--text-sm);font-weight:500;color:var(--lp-ink-faint)}.lp-section{position:relative;padding:clamp(4rem,8vw,6.5rem) 0}.lp-section>.lp-wrap{position:relative;z-index:1}.lp-section--wash{background:var(--lp-wash);border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line)}.lp-section--social{padding-top:clamp(3rem,6vw,4.5rem);padding-bottom:clamp(3rem,6vw,4.5rem);border-top:1px solid var(--lp-line);background:#fafafa}.lp-section--social .lp-section-intro{margin-bottom:2.25rem}.lp-section--social .lp-wrap{display:flex;flex-direction:column;align-items:center}.lp-x-embed{width:100%;max-width:34rem;margin:0 auto;display:flex;justify-content:center}.lp-x-embed .twitter-tweet{margin:0!important}.lp-section-intro{max-width:40rem;margin:0 auto 3rem;text-align:center}.lp-section-intro h2{font-size:clamp(1.85rem,4vw,2.65rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;margin-bottom:.85rem}.lp-section-intro p{font-size:var(--text-lg);line-height:1.6;color:var(--lp-ink-muted)}.lp-bento{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}@media (min-width:768px){.lp-bento{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.lp-bento-card{display:flex;flex-direction:column;height:100%;min-height:19rem;padding:1.5rem;border-radius:var(--lp-radius);border:1px solid var(--lp-line);background:#fff;box-shadow:var(--lp-shadow-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-bento-card:hover{transform:translateY(-3px);border-color:#e0e0e0;box-shadow:var(--lp-shadow-sm)}.lp-bento-copy{flex-shrink:0}.lp-bento-copy h3{font-size:var(--text-xl);font-weight:700;margin-bottom:.35rem}.lp-bento-copy p{font-size:var(--text-base);line-height:1.5;color:var(--lp-ink-muted);margin-bottom:1rem}.lp-bento-shot{flex:1;min-height:13rem;border-radius:12px;border:1px solid var(--lp-line);overflow:hidden;background:#fafafa}.lp-bento-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top left}.lp-loop-intro{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem;align-items:start}@media (min-width:900px){.lp-loop-intro{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2.5rem;margin-bottom:2.25rem}}.lp-loop-intro__copy h2{font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:.85rem}.lp-loop-intro__copy p{font-size:var(--text-lg);line-height:1.65;color:var(--lp-ink-muted);max-width:34rem}.lp-loop-contrast{display:flex;flex-direction:column;gap:.65rem}.lp-loop-contrast li{display:grid;grid-template-columns:1fr auto 1.15fr;gap:.65rem;align-items:center;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--lp-line);background:#fff;box-shadow:0 1px 2px rgba(26,26,26,.03)}@media (max-width:560px){.lp-loop-contrast li{grid-template-columns:1fr;gap:.35rem}.lp-loop-contrast__arrow{display:none}}.lp-loop-contrast__skip{font-size:var(--text-sm);color:var(--lp-ink-faint);text-decoration:line-through;text-decoration-color:rgba(140,140,140,.55)}.lp-loop-contrast__arrow{color:var(--lp-brand);flex-shrink:0}.lp-loop-contrast__get{font-size:var(--text-sm);font-weight:600;color:var(--lp-ink);letter-spacing:-.01em}.lp-audience-row{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width:768px){.lp-audience-row{grid-template-columns:repeat(3,1fr);gap:1rem}}.lp-audience-card{padding:1.25rem 1.2rem;border-radius:14px;border:1px solid var(--lp-line);background:rgba(255,255,255,.72)}.lp-audience-card h3{font-size:var(--text-base);font-weight:700;margin-bottom:.4rem}.lp-audience-card p{font-size:var(--text-sm);line-height:1.5;color:var(--lp-ink-muted)}.lp-loop{display:grid;grid-template-columns:1fr;gap:1rem;position:relative}@media (min-width:960px){.lp-loop{grid-template-columns:1fr auto 1fr auto 1fr;gap:.75rem;align-items:stretch}}.lp-loop-connector{display:none;align-items:center;justify-content:center;color:var(--lp-brand);opacity:.55}@media (min-width:960px){.lp-loop-connector{display:flex}}.lp-loop-step{display:flex;flex-direction:column;height:100%;padding:1.5rem 1.35rem 1.4rem;border-radius:16px;border:1px solid var(--lp-line);background:#fff;box-shadow:var(--lp-shadow-card)}.lp-loop-step__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.lp-loop-step__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:12px;background:var(--lp-brand-soft);color:var(--lp-brand)}.lp-loop-step__num{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--lp-ink-faint)}.lp-loop-step h3{font-size:var(--text-xl);font-weight:700;letter-spacing:-.02em;margin-bottom:.55rem}.lp-loop-step>p{font-size:var(--text-base);line-height:1.55;color:var(--lp-ink-muted);margin-bottom:1rem;flex:1}.lp-loop-step__points{display:flex;flex-direction:column;gap:.45rem;padding:.9rem 0 0;border-top:1px solid var(--lp-line)}.lp-loop-step__points li{display:flex;align-items:flex-start;gap:.45rem;font-size:var(--text-sm);font-weight:600;line-height:1.4;color:var(--lp-ink)}.lp-loop-step__points svg{flex-shrink:0;margin-top:.15rem;color:var(--lp-brand)}.lp-loop-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding:1.15rem 1.25rem;border-radius:14px;border:1px solid var(--lp-brand-mid);background:linear-gradient(135deg,#fff 0,var(--lp-brand-soft) 100%)}.lp-loop-foot p{margin:0;font-size:var(--text-base);font-weight:600;color:var(--lp-ink);letter-spacing:-.01em;max-width:36rem}.lp-loop-foot .lp-btn-secondary{text-decoration:none;white-space:nowrap}.lp-workflow{display:grid;grid-template-columns:1fr;gap:1.25rem;position:relative}@media (min-width:768px){.lp-workflow{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.lp-workflow-card{position:relative;z-index:1;padding:2rem 1.5rem 1.75rem;border-radius:var(--lp-radius);background:#fff;border:1px solid var(--lp-line);box-shadow:var(--lp-shadow-card);overflow:hidden}.lp-workflow-num{position:absolute;top:-.15rem;right:1rem;font-size:var(--text-hero);font-weight:800;line-height:1;color:rgba(255,92,0,.08);pointer-events:none}.lp-workflow-card h3{position:relative;font-size:var(--text-xl);font-weight:700;margin-bottom:.55rem}.lp-workflow-card p{position:relative;font-size:var(--text-base);line-height:1.55;color:var(--lp-ink-muted)}.lp-split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1024px){.lp-split{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:3.5rem}.lp-split--reverse{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.lp-split--reverse .lp-split-copy{order:2}.lp-split--reverse .lp-split-visual{order:1}}.lp-split-visual{width:100%;max-width:36rem;justify-self:center}@media (min-width:1024px){.lp-split-visual{justify-self:end;max-width:none}.lp-split--reverse .lp-split-visual{justify-self:start}}.lp-split-copy h2{font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1rem}.lp-split-copy>p{font-size:var(--text-lg);line-height:1.65;color:var(--lp-ink-muted);margin-bottom:1.5rem}.lp-checklist{display:flex;flex-direction:column;gap:.75rem}.lp-checklist li{display:flex;align-items:center;gap:.6rem;font-size:var(--text-base);font-weight:500;color:var(--lp-ink)}.lp-checklist svg{color:var(--lp-brand);flex-shrink:0}.lp-section-intro code{padding:.1rem .4rem;border-radius:6px;background:#f3f3f3;font-size:.875em;font-family:ui-monospace,monospace}.lp-roadmap-link-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem;margin:-.75rem 0 2.5rem}.lp-roadmap-link{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:999px;background:#fff;border:1px solid var(--lp-line);box-shadow:var(--lp-shadow-card);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:var(--text-md);font-weight:600;color:var(--lp-ink-faint);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.lp-roadmap-link strong{color:var(--lp-ink);font-weight:700}.lp-roadmap-link svg{color:var(--lp-brand);transition:transform .18s ease}.lp-roadmap-link:hover{transform:translateY(-1px);border-color:var(--lp-brand-mid);box-shadow:0 8px 24px rgba(255,92,0,.12)}.lp-roadmap-link:hover svg{transform:translateX(3px)}.lp-roadmap-link-note{display:inline-flex;align-items:center;gap:.45rem;font-size:var(--text-sm);font-weight:600;color:var(--lp-ink-muted)}.lp-roadmap-link-note:before{content:"";width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.18)}.lp-roadmap-showcase{display:block;max-width:64rem;margin:0 auto}.lp-roadmap-showcase .lp-shot{transition:transform .22s ease,box-shadow .22s ease}.lp-roadmap-showcase:hover .lp-shot{transform:translateY(-4px);box-shadow:0 0 0 1px rgba(255,92,0,.08),0 26px 64px rgba(26,26,26,.14)}.lp-integrations{text-align:center}.lp-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:40rem;margin:2rem auto 0}@media (min-width:640px){.lp-integration-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:960px){.lp-integration-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:50rem}}.lp-integration-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:1.25rem .75rem;border-radius:var(--lp-radius);background:#fff;border:1px solid var(--lp-line);box-shadow:0 1px 0 rgba(26,26,26,.04);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-integration-item:hover{transform:translateY(-2px);border-color:rgba(255,92,0,.35);box-shadow:0 6px 18px rgba(26,26,26,.08)}.lp-integration-item-icon{width:2.75rem;height:2.75rem;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f6f6f4}.lp-integration-item span{font-size:var(--text-md);font-weight:600;color:var(--lp-ink-muted)}.lp-integrations-cta{margin-top:2rem}.lp-api-eyebrow{display:inline-block;margin:0 0 .75rem;color:var(--lp-brand);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lp ul.lp-api-points{display:flex;flex-direction:column;margin:0 0 1.75rem;padding:0;list-style:none}.lp-api-points>li+li{margin-top:.875rem}.lp-api-points>li{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:flex-start;padding:.9rem 1rem;border:1px solid var(--lp-line);border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(26,26,26,.03)}.lp-api-points__icon{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:10px;background:var(--lp-brand-soft);color:var(--lp-brand);flex-shrink:0}.lp-api-points>li strong{display:block;margin-bottom:.2rem;font-size:var(--text-base);font-weight:700;color:var(--lp-ink);letter-spacing:-.01em}.lp-api-points>li span:last-child{display:block;font-size:var(--text-sm);line-height:1.5;color:var(--lp-ink-muted);font-weight:500}.lp-api-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.25rem}.lp-api-actions .lp-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.75rem;padding:.75rem 1.25rem;border-radius:12px;font-size:var(--text-base);font-weight:700;text-decoration:none}.lp-api-panel{position:relative;margin:0;width:100%;max-width:36rem;border-radius:18px;border:1px solid rgba(26,26,26,.08);background:linear-gradient(165deg,#1f1f22,#151518 48%,#111114);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 40px rgba(26,26,26,.14);overflow:hidden;text-align:left;isolation:isolate}.lp-api-panel__glow{position:absolute;inset:auto -20% -40% 30%;height:70%;background:radial-gradient(ellipse at center,rgba(255,92,0,.18),transparent 68%);pointer-events:none;z-index:0}.lp-api-panel__bar{position:relative;z-index:1;display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);backdrop-filter:blur(8px)}.lp-api-panel__method{flex-shrink:0;display:inline-flex;align-items:center;height:1.4rem;padding:0 .5rem;border-radius:6px;background:var(--lp-brand);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;line-height:1}.lp-api-panel__method,.lp-api-panel__path{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.lp-api-panel__path{flex:1;min-width:0;font-size:.78rem;font-weight:500;color:rgba(255,255,255,.72);letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-api-panel__lang{flex-shrink:0;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:rgba(255,255,255,.38)}.lp-api-code{position:relative;z-index:1;margin:0;padding:1.15rem 1.15rem 1.35rem;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.7;color:rgba(232,237,242,.88);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.lp-api-code code{display:block;font-family:inherit;white-space:pre;min-width:max-content}.lp-api-line{display:block;padding-left:.15rem}.lp-api-line:hover{background:rgba(255,255,255,.03);border-radius:4px}.lp-tok--kw{color:#ff9f6b;font-weight:600}.lp-tok--fn{color:#7dd3fc}.lp-tok--str{color:#86efac}.lp-tok--key{color:#e2e8f0}@media (min-width:1024px){.lp-api-panel{max-width:none}.lp-api-code{font-size:.82rem;padding:1.25rem 1.35rem 1.5rem}}@media (max-width:640px){.lp-api-code{font-size:.72rem;line-height:1.65}.lp-api-panel__lang{display:none}}.lp-section--pricing{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#fffaf7)}.lp-section--pricing .lp-wrap{position:relative;z-index:1}.lp-pricing-confetti{position:absolute;inset:0;pointer-events:none;z-index:0}.lp-pricing-confetti__piece{position:absolute;width:.35rem;height:.35rem;border-radius:1px;opacity:.5;animation:lp-confetti-float ease-in-out infinite alternate;transform:rotate(var(--lp-confetti-rotate,0deg))}.lp-pricing-confetti__piece.is-wide{width:.55rem;height:.18rem;border-radius:2px}@keyframes lp-confetti-float{0%{transform:translateY(0) rotate(var(--lp-confetti-rotate,0deg))}to{transform:translateY(-14px) rotate(calc(var(--lp-confetti-rotate, 0deg) + 24deg))}}@media (prefers-reduced-motion:reduce){.lp-pricing-confetti__piece{animation:none}}.lp-pricing-shell{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:54rem;margin:0 auto}.lp-billing{gap:.2rem;padding:.3rem;border-radius:999px;background:#f0f0f0;border:1px solid #e8e8e8}.lp-billing,.lp-billing button{display:inline-flex;align-items:center}.lp-billing button{gap:.4rem;padding:.55rem 1.35rem;border-radius:999px;font-size:var(--text-base);font-weight:600;color:var(--lp-ink-muted);transition:background .18s ease,color .18s ease,box-shadow .18s ease}.lp-billing button.is-on{background:#fff;color:var(--lp-ink);box-shadow:0 1px 3px rgba(26,26,26,.08),0 4px 12px rgba(26,26,26,.06)}.lp-billing-save{padding:.15rem .45rem;border-radius:999px;background:#dcfce7;color:#15803d;font-size:var(--text-xs);font-weight:700;line-height:1.2}.lp-pricing{display:grid;grid-template-columns:1fr;gap:1.25rem;width:100%}.lp-pricing--single{max-width:28rem;margin-inline:auto}@media (min-width:768px){.lp-pricing{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:1.5rem;align-items:stretch}.lp-pricing--single{grid-template-columns:1fr}}.lp-plan{position:relative;display:flex;flex-direction:column;min-height:100%;padding:2.25rem 2.25rem 2rem;border-radius:18px;box-shadow:0 1px 2px rgba(26,26,26,.04)}.lp-plan,.lp-plan--free{border:1px solid var(--lp-line);background:#fff}.lp-plan--free{box-shadow:var(--lp-shadow-card)}.lp-plan--pro{padding:2.35rem 2.35rem 2.15rem;background:linear-gradient(165deg,#2d2d31,#1c1c1e 58%,#171719);border-color:#3f3f46;color:#f4f4f5;box-shadow:0 1px 2px rgba(0,0,0,.2),0 20px 48px rgba(0,0,0,.18)}.lp-plan-tag{position:absolute;top:1.35rem;right:1.35rem;padding:.3rem .65rem;border-radius:999px;background:var(--lp-brand);color:#fff;font-size:var(--text-xs);font-weight:700;letter-spacing:.01em}.lp-plan-head{margin-bottom:2rem}.lp-plan--pro .lp-plan-head{margin-bottom:2.25rem}.lp-plan h3{margin:0 0 1.15rem;font-size:var(--text-lg);font-weight:700;letter-spacing:-.01em}.lp-plan-price{display:flex;flex-wrap:nowrap;align-items:baseline;gap:.15rem .4rem;margin-bottom:.75rem;min-height:clamp(2.5rem,5vw,3.25rem)}.lp-plan-price__amount{font-size:clamp(2.5rem,5vw,3.25rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--lp-ink)}.lp-plan--pro .lp-plan-price__amount{color:#fff}.lp-plan-price__term{font-size:var(--text-lg);font-weight:500;color:var(--lp-ink-faint)}.lp-plan--pro .lp-plan-price__term{color:#a1a1aa}.lp-plan-price__yearly{font-size:var(--text-md);font-weight:500;color:var(--lp-ink-faint);white-space:nowrap}.lp-plan--pro .lp-plan-price__yearly{color:#a1a1aa}.lp-plan-desc{margin:0;font-size:var(--text-base);line-height:1.5;color:var(--lp-ink-muted)}.lp-plan-note{margin:0;min-height:1.25rem;font-size:var(--text-md);font-weight:600;line-height:1.5;color:#fb923c}.lp-plan-features{flex:1;display:flex;flex-direction:column;gap:.9rem;margin:0 0 1.75rem;padding:0;list-style:none}.lp-plan--pro .lp-plan-features{margin-bottom:2rem}.lp-plan-features li{display:flex;align-items:center;gap:.75rem;font-size:var(--text-base);line-height:1.5;color:var(--lp-ink-muted)}.lp-plan--pro .lp-plan-features li{color:#d4d4d8}.lp-plan-check{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;border:1.5px solid #d4d4d4;color:#a3a3a3;flex-shrink:0}.lp-plan--pro .lp-plan-check{border-color:rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.06)}.lp-plan-foot{margin-top:auto;padding-top:1.75rem;flex-shrink:0}.lp-plan--free .lp-plan-foot{border-top:1px solid #f0f0f0}.lp-plan--pro .lp-plan-foot{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.lp-plan-btn{width:100%;min-height:2.875rem;flex-shrink:0}.lp-plan--pro .lp-plan-btn{box-shadow:0 1px 2px rgba(255,92,0,.16),0 8px 20px rgba(255,92,0,.22)}.lp-plan--free .lp-plan-btn{border-color:#e0e0e0;background:#fff}@media (max-width:767px){.lp-plan{padding:1.65rem 1.5rem 1.5rem}.lp-plan-tag{top:1.15rem;right:1.15rem}}.lp-faq{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:860px){.lp-faq{grid-template-columns:minmax(12rem,.9fr) minmax(0,1.6fr);gap:clamp(2rem,5vw,3.5rem)}}.lp-faq-heading{position:relative}@media (min-width:860px){.lp-faq-heading{position:sticky;top:5.5rem}}.lp-faq-heading h2{font-size:clamp(2rem,4.2vw,2.85rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;color:var(--lp-ink)}.lp-faq-scribble{display:block;width:min(11rem,70%);height:auto;margin-top:.55rem;color:var(--lp-brand)}.lp-faq-list{display:flex;flex-direction:column;gap:.75rem;min-width:0}.lp-faq-item{border-radius:16px;border:1px solid var(--lp-line);background:#fff;overflow:hidden;transition:border-color .15s}.lp-faq-item.is-open{border-color:#d8d8d8}.lp-faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.35rem;text-align:left;font-size:var(--text-base);font-weight:700;letter-spacing:-.01em;color:var(--lp-ink);background:transparent;border:0}.lp-faq-item button svg{color:var(--lp-ink-muted);flex-shrink:0;transition:transform .2s ease}.lp-faq-item.is-open button svg{transform:rotate(180deg)}.lp-faq-answer{padding:0 1.35rem 1.2rem;font-size:var(--text-base);line-height:1.65;color:var(--lp-ink-muted)}.lp-faq-more{text-align:center;margin-top:2rem}.lp-faq-more a{display:inline-flex;align-items:center;gap:.35rem;font-size:var(--text-base);font-weight:600;color:var(--lp-brand)}.lp-cta-band{padding:clamp(3.5rem,7vw,5rem) 0;background:linear-gradient(135deg,#fff5f0,#ffe8db 55%,#ffd4c2);border-top:1px solid rgba(255,92,0,.12);text-align:center}.lp-cta-band h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.lp-cta-band>.lp-wrap>p{max-width:32rem;margin:0 auto 2rem;font-size:var(--text-lg);color:var(--lp-ink-muted);line-height:1.55}.lp-cta-actions{display:flex;justify-content:center}.lp-cta-actions .lp-btn-primary{min-width:min(100%,16rem);white-space:nowrap;padding-left:1.5rem;padding-right:1.5rem}.lp-footer{padding:4rem 0 2rem;border-top:1px solid var(--lp-line);background:#fafafa}.lp-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media (min-width:768px){.lp-footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}}.lp-footer-brand p{margin-top:.85rem;max-width:16rem;font-size:var(--text-base);line-height:1.55;color:var(--lp-ink-faint)}.lp-footer-col h4{font-size:var(--text-md);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.85rem;color:var(--lp-ink)}.lp-footer-col li+li{margin-top:.5rem}.lp-footer-col a{font-size:var(--text-base);color:var(--lp-ink-faint);transition:color .15s}.lp-footer-col a:hover{color:var(--lp-brand)}.lp-footer-base{display:flex;flex-direction:column;gap:.75rem;padding-top:1.75rem;border-top:1px solid var(--lp-line);font-size:var(--text-md);color:var(--lp-ink-faint)}@media (min-width:640px){.lp-footer-base{flex-direction:row;align-items:center;justify-content:space-between}}.lp-footer-base div{display:flex;gap:1.25rem}.lp-footer-base a:hover{color:var(--lp-brand)}.landing-widget-trial{max-width:68rem;margin:0 auto;border:1px solid var(--lp-line);border-radius:var(--lp-radius-lg);overflow:hidden;background:#fff;box-shadow:var(--lp-shadow-sm)}.landing-widget-trial-layout{display:grid;grid-template-columns:1fr}@media (min-width:900px){.landing-widget-trial-layout{grid-template-columns:minmax(18rem,22rem) 1fr}}.landing-widget-trial-controls{padding:1.25rem;border-bottom:1px solid #f1f5f9;background:#fafafa}@media (min-width:900px){.landing-widget-trial-controls{border-bottom:none;border-right:1px solid #f1f5f9}}.landing-widget-trial-panel-head{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;color:var(--lp-ink)}.landing-widget-trial-panel-head h3{margin:0;font-size:var(--text-base);font-weight:600}.landing-widget-trial-panel-head svg{color:var(--lp-brand);flex-shrink:0}.landing-widget-trial-section+.landing-widget-trial-section{margin-top:1.25rem}.landing-widget-trial-section-label{margin:0 0 .5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.landing-widget-trial-options{display:flex;flex-direction:column;gap:.375rem}.landing-widget-trial-options--colors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.landing-widget-trial-option{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .7rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;text-align:left;transition:border-color .15s,box-shadow .15s}.landing-widget-trial-option:hover{border-color:#cbd5e1}.landing-widget-trial-option.is-active{border-color:var(--lp-brand-mid);background:var(--lp-brand-soft);box-shadow:0 0 0 1px rgba(255,92,0,.12)}.landing-widget-trial-option-swatch{width:1.125rem;height:1.125rem;border-radius:9999px;border:1px solid rgba(15,23,42,.08);flex-shrink:0}.landing-widget-trial-option-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:#f1f5f9;color:#475569;flex-shrink:0}.landing-widget-trial-option.is-active .landing-widget-trial-option-icon{background:var(--lp-brand-soft);color:var(--lp-brand)}.landing-widget-trial-option-copy{flex:1;min-width:0}.landing-widget-trial-option-title{display:block;font-size:var(--text-md);font-weight:600;color:var(--lp-ink);line-height:1.3}.landing-widget-trial-option-desc{display:block;margin-top:.15rem;font-size:var(--text-xs);color:#64748b;line-height:1.4}.landing-widget-trial-option-check{color:var(--lp-brand);flex-shrink:0}.landing-widget-trial-included{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.landing-widget-trial-included-item{display:flex;align-items:center;gap:.55rem;padding:.5rem .6rem;border:1px solid #f1f5f9;border-radius:.5rem;background:#fff;opacity:.55}.landing-widget-trial-included-item.is-included{opacity:1;border-color:#e2e8f0;background:var(--lp-brand-soft)}.landing-widget-trial-included-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:.375rem;background:#f1f5f9;color:#64748b;flex-shrink:0}.landing-widget-trial-included-item.is-included .landing-widget-trial-included-icon{background:var(--lp-brand-soft);color:var(--lp-brand)}.landing-widget-trial-included-copy{flex:1;min-width:0}.landing-widget-trial-included-title{display:block;font-size:var(--text-sm);font-weight:600;color:var(--lp-ink);line-height:1.25}.landing-widget-trial-included-desc{display:block;font-size:var(--text-2xs);color:#94a3b8;line-height:1.35}.landing-widget-trial-included-status{font-size:var(--text-2xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#cbd5e1;flex-shrink:0}.landing-widget-trial-included-item.is-included .landing-widget-trial-included-status{color:var(--lp-brand)}.landing-widget-trial-preview{display:flex;flex-direction:column;min-height:0;background:#fff;padding:1.25rem}.landing-widget-trial-frame{flex:1;min-height:0}.landing-widget-trial-preview-note{margin:.75rem 0 0;font-size:var(--text-xs);color:#94a3b8;text-align:center}.landing-widget-trial-frame .mw-live-preview{background:#f1f5f9;min-height:600px;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.landing-widget-trial-frame .mw-live-preview--widget-only{min-height:600px}.landing-widget-trial-frame .mw-live-preview-iframe,.landing-widget-trial-frame .mw-live-preview-placeholder{display:block;width:100%;height:600px;border:0;background:#f1f5f9}@media (max-width:768px){.landing-widget-trial-frame .mw-live-preview,.landing-widget-trial-frame .mw-live-preview--widget-only{min-height:500px}.landing-widget-trial-frame .mw-live-preview-iframe,.landing-widget-trial-frame .mw-live-preview-placeholder{height:500px}}@keyframes lpHeroIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.lp-hero-eyebrow{animation:lpHeroIn .6s ease both}.lp-hero-title{animation:lpHeroIn .6s ease .08s both}.lp-hero-lead{animation:lpHeroIn .6s ease .16s both}.lp-hero-actions{animation:lpHeroIn .6s ease .24s both}.lp-hero-stage{animation:lpHeroIn .7s ease .32s both}.lp-reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1)}.lp-reveal.is-visible{opacity:1;transform:none}}.legal-page{min-height:100vh;background:linear-gradient(180deg,#fff7ed,#ffffff 40%);color:#0f172a}.legal-nav{border-bottom:1px solid rgba(15,23,42,.06);background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.legal-nav-inner{padding:1rem 1.5rem;display:flex;align-items:center}.legal-main,.legal-nav-inner{max-width:1280px;margin:0 auto}.legal-main{padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,4vw,2rem)}.legal-content{max-width:900px;margin:0 auto}.legal-header{margin-bottom:2rem}.legal-back{display:inline-flex;align-items:center;gap:.5rem;color:#ea580c;text-decoration:none;font-size:var(--text-lg);font-weight:500;margin-bottom:1.5rem}.legal-back:hover{color:#c2410c}.legal-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;margin:0 0 .75rem;color:#0f172a}.legal-effective{color:#64748b;margin:0}.legal-article{background:#ffffff;border:1px solid rgba(15,23,42,.08);border-radius:1.25rem;padding:clamp(1.75rem,4vw,3rem);box-shadow:0 8px 30px rgba(15,23,42,.05)}.legal-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(15,23,42,.08)}.legal-intro p,.legal-section li,.legal-section p{color:#475569;line-height:1.65;font-size:var(--text-lg)}.legal-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(15,23,42,.06)}.legal-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.legal-section h2{font-size:clamp(1.25rem,2.5vw,1.6rem);color:#0f172a;margin:0 0 1rem;padding-left:.85rem;border-left:4px solid #fa8c16}.legal-section ol,.legal-section ul{margin:1rem 0;padding-left:1.25rem}.legal-section li{margin-bottom:.65rem}.legal-section a{color:#ea580c;text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-footer-note{margin-top:2rem;text-align:center;color:#94a3b8;font-size:var(--text-base)}@media (max-width:768px){.legal-article{padding:1.25rem;border-radius:1rem}}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-accordion-item{border:1px solid #e2e8f0;border-radius:.75rem;background:#ffffff;overflow:hidden}.faq-accordion-item[data-open=true]{border-color:#fdba74;box-shadow:0 4px 16px rgba(234,88,12,.08)}.faq-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;background:transparent;color:#0f172a;font-size:var(--text-lg);font-weight:600;border:0;cursor:pointer}.faq-accordion-trigger:hover{background:#fffaf5}.faq-accordion-chevron{flex-shrink:0;color:#fb923c;transition:transform .2s ease}.faq-accordion-chevron.is-open{transform:rotate(180deg)}.faq-accordion-panel{padding:0 1.5rem 1.25rem;color:#475569;line-height:1.65;font-size:var(--text-base)}.faq-accordion-panel p{margin:0}.faq-accordion-links{margin-top:.75rem!important;font-size:var(--text-base)}.faq-accordion-links a{color:#ea580c;font-weight:500;text-decoration:none}.faq-accordion-links a:hover{color:#c2410c;text-decoration:underline}.faq-page-lead{margin:0;max-width:42rem;color:#64748b;font-size:var(--text-lg);line-height:1.65}.faq-page-lead a{color:#ea580c;font-weight:500;text-decoration:none}.faq-page-lead a:hover{text-decoration:underline}.faq-page-sections{display:flex;flex-direction:column;gap:2.5rem}.faq-page-section-title{margin:0 0 1rem;font-size:var(--text-xl);font-weight:700;letter-spacing:-.02em;color:#0f172a}.landing-faq-read-all{margin-top:1.5rem;text-align:center}.landing-faq-read-all-link{display:inline-flex;align-items:center;gap:.35rem;color:#ea580c;font-size:var(--text-lg);font-weight:600;text-decoration:none}.landing-faq-read-all-link:hover{color:#c2410c}