:root{--lp-brand:#624ce0;--lp-brand-soft:#f3f2fd;--lp-brand-deep:#6b21a8;--lp-ink:#060606;--lp-muted:gray;--lp-faint:#9ca3af;--lp-white:#fff;--lp-bg:#fbfbfb;--lp-bg-alt:#f6f6f6;--lp-bg-soft:#fdfdfd;--lp-border:#eaeaea;--lp-border-soft:#e5e7eb;--lp-announce-bg:#fef9c3;--lp-announce-text:#854d0e;--lp-live:#22c55e;--lp-font:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--lp-font-display:"Playfair Display", "Inter", ui-serif, Georgia, serif;--lp-r4:4px;--lp-r8:8px;--lp-r12:12px;--lp-r16:16px;--lp-tile-pad:1.15rem;--lp-shadow:0 4px 24px #0606060f;--lp-nav-h:64px;--lp-max:1120px;--lp-ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}.lp-body{min-height:100vh;color:var(--lp-ink);font-family:var(--lp-font);background:var(--lp-white);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;font-weight:400;line-height:1.55}.lp-skip{z-index:10000;border-radius:var(--lp-r8);background:var(--lp-brand);color:var(--lp-white);transition:transform .2s var(--lp-ease);padding:.65rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;position:absolute;top:.75rem;left:.75rem;transform:translateY(-160%)}.lp-skip:focus,.lp-skip:focus-visible{outline:2px solid var(--lp-ink);outline-offset:2px;transform:translateY(0)}.lp-body a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}.lp-container{width:100%;max-width:var(--lp-max);margin:0 auto;padding:0 1.25rem}.lp-btn{border-radius:var(--lp-r8);cursor:pointer;transition:background .2s var(--lp-ease), color .2s, border-color .2s, box-shadow .2s;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.15rem;font-size:.9375rem;font-weight:600;line-height:1.2;display:inline-flex}.lp-btn--primary{background:var(--lp-brand);color:#fff}.lp-btn--primary:hover{background:#5139d4}.lp-btn--secondary{background:var(--lp-white);color:var(--lp-ink);border-color:var(--lp-border)}.lp-btn--secondary:hover{border-color:var(--lp-brand);color:var(--lp-brand);background:var(--lp-brand-soft)}.lp-btn--ghost{color:var(--lp-ink);border-color:var(--lp-border);background:0 0}.lp-btn--lg{padding:.85rem 1.4rem;font-size:1rem}.lp-announce{background:var(--lp-announce-bg);color:var(--lp-announce-text);font-size:.875rem;font-weight:500}.lp-announce__inner{max-width:var(--lp-max);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:.55rem 1.25rem;display:flex}.lp-announce__left{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.lp-announce__timer{font-variant-numeric:tabular-nums;letter-spacing:.02em;font-weight:600}.lp-announce__right{align-items:center;gap:1rem;display:flex}.lp-announce__right a{font-weight:600}.lp-announce__right a:hover{text-decoration:underline}.lp-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0000;transition:border-color .25s;position:sticky;top:0}.lp-header__inner{max-width:var(--lp-max);height:var(--lp-nav-h);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:0 1.25rem;display:flex}.lp-brand{flex-shrink:0}.roxets-brand{color:#010101;align-items:center;gap:.5rem;line-height:1;text-decoration:none;display:inline-flex}.roxets-brand__icon{color:#010101;flex-shrink:0;width:28px;height:28px;display:block}.roxets-brand__word{letter-spacing:-.035em;text-transform:lowercase;color:inherit;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.375rem;font-weight:700}.lp-nav{align-items:center;gap:.15rem;display:none}@media (width>=1024px){.lp-nav{display:flex}}.lp-nav__link{color:var(--lp-ink);border-radius:var(--lp-r8);align-items:center;gap:.3rem;padding:.55rem .75rem;font-size:.9375rem;font-weight:500;display:inline-flex}.lp-nav__link:hover{background:var(--lp-bg-alt)}.lp-nav__chevron{opacity:.6;font-size:.65rem}.lp-live{align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.9375rem;font-weight:500;display:inline-flex}.lp-live__dot{background:var(--lp-live);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #22c55e40}.lp-header__actions{align-items:center;gap:.5rem;display:flex}.lp-header__actions .lp-btn--primary{display:none}@media (width>=640px){.lp-header__actions .lp-btn--primary{display:inline-flex}}.lp-nav-toggle{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:inline-flex}.lp-nav-toggle span{background:var(--lp-ink);border-radius:2px;height:2px;display:block}@media (width>=1024px){.lp-nav-toggle{display:none}}.lp-mega{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:var(--lp-r12);min-width:min(920px,92vw);box-shadow:var(--lp-shadow);z-index:60;padding:1.25rem;display:none;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-40%)}.lp-nav__item.is-open>.lp-mega,.lp-nav__item:hover>.lp-mega,.lp-nav__item:focus-within>.lp-mega{display:block}.lp-mega--why{min-width:320px;transform:translate(-10%)}.lp-mega__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=900px){.lp-mega__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1100px){.lp-mega__grid.lp-mega__grid--5{grid-template-columns:repeat(5,1fr)}}.lp-mega__col h4{letter-spacing:.06em;text-transform:uppercase;color:var(--lp-muted);margin:0 0 .65rem;font-size:.7rem;font-weight:600}.lp-mega__col a{color:var(--lp-ink);padding:.35rem 0;font-size:.875rem;font-weight:500;display:block}.lp-mega__col a:hover{color:var(--lp-brand)}.lp-mega__badge{color:var(--lp-brand-deep);letter-spacing:.04em;margin-left:.25rem;font-size:.65rem;font-weight:700;display:inline-block}.lp-drawer{border-top:1px solid var(--lp-border);background:var(--lp-white);max-height:calc(100vh - var(--lp-nav-h) - 40px);padding:.75rem 1.25rem 1.5rem;display:none;overflow-y:auto}.lp-drawer.is-open{display:block}@media (width>=1024px){.lp-drawer{display:none!important}}.lp-drawer a,.lp-drawer button.lp-drawer__section{text-align:left;border:0;border-bottom:1px solid var(--lp-border);cursor:pointer;width:100%;color:var(--lp-ink);background:0 0;padding:.75rem 0;font-size:.95rem;font-weight:500;display:block}.lp-drawer__panel.is-open{display:block}.lp-drawer__panel a{color:var(--lp-muted);border-bottom:0;padding:.4rem 0;font-size:.875rem;font-weight:400}.lp-cookie{z-index:80;background:var(--lp-white);border:1px solid var(--lp-border);border-radius:var(--lp-r12);width:min(380px,100vw - 2rem);box-shadow:var(--lp-shadow);padding:1.15rem;position:fixed;bottom:1rem;right:1rem}.lp-cookie[hidden]{display:none!important}.lp-cookie h3{margin:0 0 .4rem;font-size:1rem;font-weight:600}.lp-cookie p{color:var(--lp-muted);margin:0 0 1rem;font-size:.85rem}.lp-cookie__actions{flex-wrap:wrap;gap:.4rem;display:flex}.lp-cookie__actions .lp-btn{padding:.5rem .75rem;font-size:.8rem}.lp-footer{background:var(--lp-bg);border-top:1px solid var(--lp-border);margin-top:0;padding:3.5rem 0 2rem}.lp-footer__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}@media (width>=768px){.lp-footer__grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1100px){.lp-footer__grid{grid-template-columns:repeat(7,1fr)}}.lp-footer h4{margin:0 0 .85rem;font-size:.8rem;font-weight:600}.lp-footer a{color:var(--lp-muted);padding:.25rem 0;font-size:.85rem;display:block}.lp-footer__bottom{border-top:1px solid var(--lp-border);color:var(--lp-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.85rem;display:flex}.lp-footer__social{gap:.85rem;display:flex}.lp-footer__social a:hover{color:var(--lp-brand)}.lp-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--lp-brand);margin:0 0 .85rem;font-size:.75rem;font-weight:600}.lp-h1{letter-spacing:-.03em;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;line-height:1.15}.lp-h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:600;line-height:1.2}.lp-lead{color:var(--lp-muted);max-width:40rem;margin:0;font-size:1.05rem}.lp-section--alt{background:var(--lp-bg-alt)}.lp-section--soft{background:var(--lp-bg-soft)}.lp-section__head--center{text-align:center;margin-left:auto;margin-right:auto}.lp-section__head--center .lp-lead{margin-left:auto;margin-right:auto}.lp-check{margin:1.25rem 0 0;padding:0;list-style:none}.lp-check li{color:var(--lp-muted);padding:.4rem 0 .4rem 1.6rem;position:relative}.lp-check li:before{content:"";background:var(--lp-brand-soft);width:14px;height:14px;box-shadow:inset 0 0 0 4px var(--lp-brand);border-radius:50%;position:absolute;top:.7rem;left:0}.lp-hero{text-align:center;padding:4rem 0 3rem}.lp-hero .lp-h1{max-width:18ch;margin:0 auto}.lp-hero .lp-lead{max-width:36rem;margin:1.25rem auto 0}.lp-hero__ctas{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.75rem;display:flex}.lp-brands{border-bottom:1px solid var(--lp-border);padding:1.5rem 0 3rem;overflow:hidden}.lp-brands__track{gap:2.5rem;width:max-content;animation:32s linear infinite lp-marquee;display:flex}.lp-brands__item{color:var(--lp-faint);white-space:nowrap;align-items:center;gap:.55rem;font-size:.95rem;font-weight:600;display:inline-flex}.lp-brands__mark{background:linear-gradient(135deg, var(--lp-brand-soft), #ddd6fe);border:1px solid var(--lp-border);border-radius:50%;width:22px;height:22px}@keyframes lp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.lp-brands__track{animation:none}}.lp-grid{gap:1.25rem;display:grid}@media (width>=640px){.lp-grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.lp-grid--3{grid-template-columns:repeat(3,1fr)}}.lp-card{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:var(--lp-r12);padding:1.15rem;overflow:hidden;box-shadow:0 1px 2px #06060608}.lp-card h3{margin:.85rem 0 .35rem;font-size:1.05rem;font-weight:600}.lp-card p{color:var(--lp-muted);margin:0;font-size:.9rem}.lp-card__media{border-radius:var(--lp-r8);background:var(--lp-bg-alt);aspect-ratio:16/10;overflow:hidden}.lp-card__media img{object-fit:cover;width:100%;height:100%}.lp-cta{background:var(--lp-brand-soft);border-radius:var(--lp-r16);text-align:center;padding:2.5rem 1.75rem}.lp-cta h2{margin:0 0 .5rem}.lp-cta p{color:var(--lp-muted);max-width:32rem;margin:0 auto 1.25rem}.lp-cta__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.lp-cta__minis{text-align:left;gap:.75rem;margin-top:1.75rem;display:grid}@media (width>=720px){.lp-cta__minis{grid-template-columns:repeat(3,1fr)}}.lp-cta__mini{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:var(--lp-r8);padding:1rem}.lp-cta__mini strong{margin-bottom:.2rem;font-size:.9rem;display:block}.lp-cta__mini span{color:var(--lp-muted);font-size:.8rem}.lp-showcase{align-items:center;gap:2rem;display:grid}@media (width>=900px){.lp-showcase{grid-template-columns:1.15fr 1fr;gap:3rem}.lp-showcase--flip{direction:rtl}.lp-showcase--flip>*{direction:ltr}}.lp-tabs__list{flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem;display:flex}.lp-tabs__btn{border:1px solid var(--lp-border);background:var(--lp-white);cursor:pointer;color:var(--lp-muted);border-radius:999px;padding:.45rem .9rem;font-size:.85rem;font-weight:500}.lp-tabs__btn.is-active,.lp-tabs__btn:hover{background:var(--lp-brand-soft);color:var(--lp-brand);border-color:#0000}.lp-tabs__panel{display:none}.lp-tabs__panel.is-active{display:block}.lp-integ-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=640px){.lp-integ-grid{grid-template-columns:repeat(4,1fr)}}.lp-integ{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-white);align-items:center;gap:.65rem;padding:.85rem;font-size:.875rem;font-weight:500;display:flex}.lp-integ__icon{background:var(--lp-brand-soft);border-radius:8px;flex-shrink:0;width:32px;height:32px}.lp-resource-grid{gap:1.15rem;display:grid}@media (width>=720px){.lp-resource-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.lp-resource-grid{grid-template-columns:repeat(4,1fr)}}.lp-resource{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);transition:box-shadow .2s;display:block;overflow:hidden}.lp-resource__img{aspect-ratio:16/10;background:var(--lp-bg-alt)}.lp-resource__img img{object-fit:cover;width:100%;height:100%}.lp-resource__body h3{margin:0 0 .35rem;font-size:.95rem;font-weight:600}.lp-resource__body p{color:var(--lp-muted);margin:0;font-size:.85rem}.lp-faq details{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-white);margin-bottom:.65rem;padding:0 1.1rem}.lp-faq summary{cursor:pointer;padding:1rem 0;font-size:.95rem;font-weight:600;list-style:none}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq details p{color:var(--lp-muted);margin:0;padding:.9rem 0 1.1rem;font-size:.9rem}.lp-mock{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:var(--lp-r12);box-shadow:var(--lp-shadow);font-size:.72rem;overflow:hidden}.lp-mock__bar{background:var(--lp-bg-alt);border-bottom:1px solid var(--lp-border);align-items:center;gap:.35rem;padding:.55rem .75rem;display:flex}.lp-mock__dot{background:#ddd;border-radius:50%;width:7px;height:7px}.lp-mock__body{min-height:180px;display:flex}.lp-mock__side{border-right:1px solid var(--lp-border);background:#fafafa;flex-shrink:0;width:88px;padding:.65rem .45rem}.lp-mock__side span{color:var(--lp-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;margin-bottom:.2rem;padding:.3rem .4rem;display:block;overflow:hidden}.lp-mock__side span.is-on{background:var(--lp-brand-soft);color:var(--lp-brand);font-weight:600}.lp-mock__main{flex:1;padding:.65rem}.lp-mock__row{border-bottom:1px solid var(--lp-border);grid-template-columns:.7fr 1.2fr .8fr .7fr;align-items:center;gap:.35rem;padding:.4rem .3rem;display:grid}.lp-mock__row--head{color:var(--lp-faint);text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;font-weight:600}.lp-badge{border-radius:999px;padding:.15rem .4rem;font-size:.62rem;font-weight:600;display:inline-flex}.lp-badge--ok{color:#166534;background:#dcfce7}.lp-badge--warn{color:#854d0e;background:#fef9c3}.lp-badge--info{background:var(--lp-brand-soft);color:var(--lp-brand)}.lp-mock-store{background:linear-gradient(#f8f7ff 0%,#fff 60%);padding:.75rem}.lp-mock-store__nav{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:4px;height:18px;margin-bottom:.65rem}.lp-mock-store__hero{border-radius:var(--lp-r8);background:linear-gradient(120deg, var(--lp-brand-soft), #e9e5ff);height:70px;margin-bottom:.55rem}.lp-mock-store__grid{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.lp-mock-store__grid span{aspect-ratio:1;background:var(--lp-bg-alt);border:1px solid var(--lp-border);border-radius:6px}.lp-mock-checkout{padding:.85rem}.lp-mock-checkout__line{background:var(--lp-bg-alt);border-radius:4px;height:10px;margin-bottom:.45rem}.lp-mock-checkout__line--lg{width:70%}.lp-mock-checkout__pay{border-radius:var(--lp-r8);background:var(--lp-brand);color:#fff;text-align:center;margin-top:.75rem;padding:.55rem;font-weight:600}.lp-mock-flow{flex-wrap:wrap;align-items:center;gap:.35rem;padding:1rem .75rem;display:flex}.lp-mock-flow__node{border-radius:var(--lp-r8);border:1px solid var(--lp-border);background:var(--lp-white);padding:.45rem .55rem;font-weight:600}.lp-mock-flow__node--accent{background:var(--lp-brand-soft);color:var(--lp-brand);border-color:#0000}.lp-mock-flow__arrow{color:var(--lp-faint)}.lp-mock-popup{background:#06060614;place-items:center;min-height:160px;padding:1rem;display:grid;position:relative}.lp-mock-popup__card{background:var(--lp-white);border-radius:var(--lp-r8);border:1px solid var(--lp-border);text-align:center;width:70%;box-shadow:var(--lp-shadow);padding:1rem}.lp-mock-popup__card strong{margin-bottom:.35rem;font-size:.85rem;display:block}.lp-mock-popup__card span{color:var(--lp-muted);font-size:.7rem}.lp-mock-popup__cta{background:var(--lp-brand);color:#fff;border-radius:6px;margin-top:.65rem;padding:.4rem;font-weight:600}.lp-mock-cities{background:radial-gradient(circle at 30% 40%,#ede9fe,#fff 60%);height:140px;position:relative;overflow:hidden}.lp-mock-cities__list{flex-direction:column;justify-content:center;align-items:center;gap:.35rem;animation:12s linear infinite lp-cities;display:flex;position:absolute;inset:0}.lp-mock-cities__list span{color:var(--lp-muted);opacity:.45;font-weight:600}.lp-mock-cities__list span:nth-child(3){opacity:1;color:var(--lp-brand);font-size:.95rem}@keyframes lp-cities{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.lp-mock-social{grid-template-columns:repeat(3,1fr);gap:.4rem;padding:.65rem;display:grid}.lp-mock-social span{aspect-ratio:3/4;border:1px solid var(--lp-border);background:linear-gradient(160deg,#f3f2fd,#e5e7eb);border-radius:8px}.lp-mock-ai{gap:.45rem;padding:.75rem;display:grid}.lp-mock-ai__bar{align-items:center;gap:.4rem;display:flex}.lp-mock-ai__swatch{background:linear-gradient(135deg,#c4b5fd,#624ce0);border-radius:6px;width:36px;height:36px}.lp-mock-ai__lines{flex:1}.lp-mock-ai__lines i{background:var(--lp-bg-alt);border-radius:4px;height:7px;margin-bottom:.3rem;display:block}.lp-mock-ai__score{color:#166534;background:#dcfce7;border-radius:999px;align-self:flex-start;padding:.2rem .45rem;font-weight:700}.lp-page-hero__grid{align-items:center;gap:2rem;display:grid}@media (width>=900px){.lp-page-hero__grid{grid-template-columns:1fr 1fr}}.lp-page-hero__media{border-radius:var(--lp-r16);border:1px solid var(--lp-border);aspect-ratio:4/3;background:var(--lp-bg-alt);overflow:hidden}.lp-page-hero__media img{object-fit:cover;width:100%;height:100%}.lp-prose{max-width:42rem;color:var(--lp-muted);white-space:pre-line}.lp-prose h1,.lp-legal h1{color:var(--lp-ink);margin-bottom:1rem}.lp-form{gap:.85rem;max-width:28rem;margin-top:1.5rem;display:grid}.lp-form label{gap:.35rem;font-size:.85rem;font-weight:500;display:grid}.lp-form input,.lp-form textarea,.lp-form select{border:1px solid var(--lp-border);border-radius:var(--lp-r8);font:inherit;background:var(--lp-white);padding:.65rem .75rem}.lp-form textarea{resize:vertical;min-height:120px}.lp-plans{gap:1.15rem;margin-top:2rem;display:grid}@media (width>=800px){.lp-plans{grid-template-columns:repeat(3,1fr)}}.lp-plan{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);padding:1.4rem;position:relative}.lp-plan__badge{background:var(--lp-brand);color:#fff;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:600;position:absolute;top:-.65rem;left:1rem}.lp-plan__name{margin:.4rem 0 .25rem;font-size:1.15rem;font-weight:600}.lp-plan__desc{color:var(--lp-muted);min-height:2.4em;margin:0;font-size:.85rem}.lp-plan__price{letter-spacing:-.03em;margin:1rem 0;font-size:2rem;font-weight:700}.lp-plan__price span{color:var(--lp-muted);font-size:.9rem;font-weight:500}.lp-plan__list{margin:0 0 1.25rem;padding:0;list-style:none}.lp-plan__list li{color:var(--lp-muted);border-bottom:1px solid var(--lp-border);padding:.35rem 0;font-size:.875rem}.lp-js .lp-reveal{opacity:0;transition:opacity .55s var(--lp-ease), transform .55s var(--lp-ease);transform:translateY(14px)}.lp-js .lp-reveal.is-in,.lp-reveal.is-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.lp-js .lp-reveal{opacity:1;transform:none}}.lp-list{gap:.85rem;display:grid}.lp-list a{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-white);padding:1.1rem 1.2rem;display:block}.lp-list time{color:var(--lp-faint);font-size:.8rem}.lp-list h3{margin:.25rem 0;font-size:1.05rem}.lp-list p{color:var(--lp-muted);margin:0;font-size:.9rem}.lp-sitemap-cols{gap:1.5rem;display:grid}@media (width>=700px){.lp-sitemap-cols{grid-template-columns:repeat(3,1fr)}}.lp-sitemap-cols h3{margin:0 0 .5rem;font-size:.9rem}.lp-sitemap-cols a{color:var(--lp-muted);padding:.25rem 0;font-size:.875rem;display:block}.lp-sitemap-cols a:hover{color:var(--lp-brand)}:root{--lp-brand:#624ce0;--lp-brand-hover:#5341be;--lp-brand-soft:#f3f2fd;--lp-ink:#060606;--lp-ink-secondary:#212121;--lp-muted:gray;--lp-faint:#a2a2a2;--lp-white:#fff;--lp-bg:#fbfbfb;--lp-bg-alt:#f6f6f6;--lp-bg-soft:#fbfbfb;--lp-border:#eaeaea;--lp-border-soft:#eaeaea;--lp-r4:4px;--lp-r8:8px;--lp-r12:8px;--lp-r16:8px;--lp-shadow:0 12px 36px #0606061a;--lp-nav-h:68px;--lp-max:1200px}html{scroll-behavior:smooth}html.lp-menu-locked,html.lp-menu-locked body{overflow:hidden}.lp-body{color:var(--lp-ink);background:var(--lp-white);line-height:1.6}.lp-body :focus-visible{outline:2px solid var(--lp-brand);outline-offset:3px}.lp-container{padding-inline:clamp(1.25rem,4vw,2rem)}.lp-btn{border-radius:var(--lp-r4);min-height:42px;padding:.7rem 1.15rem;font-size:.9rem;font-weight:600}.lp-body .lp-btn--primary,.lp-body a.lp-btn--primary,.lp-body button.lp-btn--primary{background:var(--lp-brand);color:var(--lp-white)}.lp-body .lp-btn--primary:hover,.lp-body a.lp-btn--primary:hover,.lp-body button.lp-btn--primary:hover{background:var(--lp-brand-hover);color:var(--lp-white)}.lp-btn--secondary,.lp-btn--ghost{border-color:var(--lp-border);background:var(--lp-white);color:var(--lp-ink)}.lp-btn--secondary:hover,.lp-btn--ghost:hover{background:var(--lp-bg-alt);color:var(--lp-ink);border-color:#c7c7c7}.lp-btn--lg{min-height:48px;padding-inline:1.45rem}.lp-announce{border-bottom:1px solid var(--lp-border);background:var(--lp-bg-alt);color:var(--lp-ink-secondary);font-size:.78rem}.lp-announce__inner{min-height:36px;padding-block:.4rem}.lp-announce__timer{color:var(--lp-muted);border-left:1px solid #dcdcdc;padding-left:.65rem}.lp-announce__right a:last-child{color:var(--lp-brand)}.lp-header{z-index:100;border-bottom:1px solid var(--lp-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5}.lp-header.is-scrolled{border-bottom-color:var(--lp-border)}.lp-header__inner{height:var(--lp-nav-h);padding-inline:clamp(1.25rem,3vw,2rem)}.lp-nav{gap:0}.lp-nav__item{position:static}.lp-nav__link{border-radius:var(--lp-r4);min-height:40px;color:var(--lp-ink-secondary);cursor:pointer;background:0 0;border:0;padding:.55rem .7rem;font-size:.875rem;font-weight:500}.lp-nav__link:hover,.lp-nav__item.is-open>.lp-nav__link{background:var(--lp-bg-alt);color:var(--lp-ink)}.lp-nav__chevron{opacity:.65;width:14px;height:14px;transition:transform .18s var(--lp-ease)}.lp-nav__item.is-open .lp-nav__chevron{transform:rotate(180deg)}.lp-header__actions{gap:.75rem}.lp-header__login{color:var(--lp-ink-secondary);padding:.55rem .25rem;font-size:.875rem;font-weight:550;display:none}.lp-header__login:hover{color:var(--lp-brand)}.lp-header__start{min-height:38px;padding:.55rem .9rem;font-size:.83rem;display:none}@media (width>=640px){.lp-header__login,.lp-header__start{display:inline-flex}}.lp-mega{border:0;border-top:1px solid var(--lp-border);border-radius:0 0 var(--lp-r8) var(--lp-r8);background:var(--lp-white);width:100%;min-width:0;box-shadow:var(--lp-shadow);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease, transform .2s var(--lp-ease), visibility 0s linear .2s;padding:0;display:block;position:absolute;top:100%;left:0;right:0;transform:translateY(-6px)}.lp-nav__item.is-open>.lp-mega{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;display:block;transform:translateY(0)}.lp-mega__inner{width:min(100%, var(--lp-max));grid-template-columns:minmax(0,1fr) 260px;gap:2rem;margin:0 auto;padding:1.75rem 2rem 2rem;display:grid}.lp-mega__content{min-width:0}.lp-mega__groups{gap:1.5rem 2rem;display:grid}.lp-mega__groups--4{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-mega__groups--2,.lp-mega__groups--3{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-mega__group-head{align-items:center;gap:.55rem;margin-bottom:.75rem;display:flex}.lp-nav-icon{width:18px;height:18px;color:var(--lp-muted);flex:none}.lp-mega__group h2{color:var(--lp-muted);letter-spacing:.075em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:650}.lp-mega__links{gap:.15rem;display:grid}.lp-mega__link{border-radius:var(--lp-r4);margin-inline:-.55rem;padding:.5rem .55rem;display:block}.lp-mega__link:hover{background:var(--lp-bg-alt)}.lp-mega__link>span{color:var(--lp-ink);font-size:.85rem;font-weight:600;display:block}.lp-mega__link small{color:var(--lp-muted);margin-top:.08rem;font-size:.72rem;font-weight:400;line-height:1.35;display:block}.lp-mega__all{color:var(--lp-brand);align-items:center;gap:.45rem;margin-top:1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.lp-mega__all:hover span{transform:translate(2px)}.lp-mega__all span{transition:transform .15s}.lp-mega__featured{border-radius:var(--lp-r8);background:var(--lp-bg-alt);flex-direction:column;align-items:flex-start;min-height:100%;padding:1rem;display:flex}.lp-mega__featured:hover{background:#f0f0f0}.lp-mega__featured-art{grid-template-rows:1fr 1fr;grid-template-columns:1.3fr .8fr;gap:5px;width:100%;min-height:88px;margin-bottom:1rem;display:grid}.lp-mega__featured-art span{border-radius:var(--lp-r4);background:var(--lp-white);border:1px solid var(--lp-border)}.lp-mega__featured-art span:first-child{background:var(--lp-brand);border-color:var(--lp-brand);grid-row:1/3}.lp-mega__featured small{color:var(--lp-brand);letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:700}.lp-mega__featured strong{margin-top:.45rem;font-size:1rem;line-height:1.35}.lp-mega__featured p{color:var(--lp-muted);margin:.4rem 0 1rem;font-size:.78rem;line-height:1.5}.lp-mega__featured-cta{color:var(--lp-brand);margin-top:auto;font-size:.78rem;font-weight:600}.lp-nav-toggle{border-radius:var(--lp-r4)}.lp-nav-toggle:hover{background:var(--lp-bg-alt)}.lp-drawer{z-index:120;background:var(--lp-white);width:min(92vw,430px);max-height:none;box-shadow:var(--lp-shadow);visibility:hidden;transition:transform .28s var(--lp-ease), visibility 0s linear .28s;border:0;flex-direction:column;padding:0;display:flex;position:fixed;inset:0 0 0 auto;transform:translate(105%)}.lp-drawer.is-open{visibility:visible;transition-delay:0s;display:flex;transform:translate(0)}.lp-drawer__head{border-bottom:1px solid var(--lp-border);flex:none;justify-content:space-between;align-items:center;height:64px;padding:0 1.25rem;font-size:.9rem;font-weight:650;display:flex}.lp-drawer__close{border-radius:var(--lp-r4);width:38px;height:38px;color:var(--lp-ink);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.lp-drawer__close:hover{background:var(--lp-bg-alt)}.lp-drawer__close svg{width:20px;height:20px}.lp-drawer__body{flex:1;padding:.5rem 1.25rem 1rem;overflow-y:auto}.lp-drawer__group{border-bottom:1px solid var(--lp-border)}.lp-drawer a,.lp-drawer button.lp-drawer__section{border-bottom:0}.lp-drawer button.lp-drawer__section{justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:600;display:flex}.lp-drawer__section svg{width:16px;height:16px;transition:transform .18s}.lp-drawer__section[aria-expanded=true] svg{transform:rotate(180deg)}.lp-drawer__panel{padding:0 0 1rem;display:block}.lp-drawer__panel[hidden]{display:none}.lp-drawer__subgroup+.lp-drawer__subgroup{margin-top:1rem}.lp-drawer__subgroup p{color:var(--lp-muted);letter-spacing:.075em;text-transform:uppercase;margin:0 0 .4rem;font-size:.68rem;font-weight:650}.lp-drawer__panel a{color:var(--lp-ink-secondary);padding:.48rem 0;font-size:.9rem;font-weight:500}.lp-drawer__panel .lp-drawer__all{color:var(--lp-brand);margin-top:.75rem;font-weight:600}.lp-drawer__direct{padding:1rem 0;font-size:1rem;font-weight:600;border-bottom:1px solid var(--lp-border)!important}.lp-drawer__actions{border-top:1px solid var(--lp-border);grid-template-columns:1fr 1fr;gap:.6rem;padding:1rem 1.25rem;display:grid}.lp-drawer-backdrop{z-index:110;opacity:0;background:#0606065c;transition:opacity .2s;position:fixed;inset:0}.lp-drawer-backdrop.is-open{opacity:1}@media (width>=1024px){.lp-drawer,.lp-drawer-backdrop{display:none!important}}.lp-eyebrow{color:var(--lp-brand);letter-spacing:.09em;font-size:.7rem}.lp-h1{letter-spacing:-.052em;font-size:clamp(2.65rem,6.2vw,5.2rem);font-weight:600;line-height:1.01}.lp-h1__muted{color:var(--lp-muted);font-weight:500}.lp-h2{letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.lp-lead{color:var(--lp-muted);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.lp-section{padding:clamp(5rem,9vw,8rem) 0}.lp-section--alt,.lp-section--soft{background:var(--lp-bg)}.lp-section__head{max-width:48rem;margin-bottom:clamp(2.25rem,5vw,4rem)}.lp-hero{padding:clamp(5.5rem,10vw,9rem) 0 clamp(4rem,8vw,7rem)}.lp-hero .lp-h1{max-width:20ch}.lp-hero__ctas{margin-top:2rem}.lp-hero__visual{border-radius:var(--lp-r8);background:var(--lp-bg-alt);margin-top:clamp(3.5rem,7vw,6rem);overflow:hidden}.lp-hero__visual img{aspect-ratio:3/2;object-fit:cover;width:100%}.lp-brands{border-color:var(--lp-border);padding:1.25rem 0 3.25rem}.lp-brands__mark{background:#dcdcdc;border:0}.lp-grid{gap:clamp(2rem,4vw,3rem) clamp(1.25rem,3vw,2rem)}.lp-card{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.lp-card__media{border-radius:var(--lp-r8);background:var(--lp-bg-alt)}.lp-card h3{letter-spacing:-.015em;margin-top:1.15rem;font-size:1.15rem}.lp-card p{max-width:34rem;font-size:.9rem;line-height:1.6}.lp-cta{border-radius:var(--lp-r8);background:var(--lp-bg-alt);padding:clamp(3rem,7vw,5rem) clamp(1.25rem,5vw,4rem)}.lp-cta__mini{border-radius:var(--lp-r4);background:var(--lp-white);border:0}.lp-showcase{gap:clamp(2.5rem,6vw,5rem)}@media (width>=900px){.lp-showcase{grid-template-columns:1.08fr .92fr}}.lp-tabs__list{border-bottom:1px solid var(--lp-border);justify-content:center;gap:0}.lp-tabs__btn{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:.75rem .85rem}.lp-tabs__btn.is-active,.lp-tabs__btn:hover{border-color:var(--lp-brand);color:var(--lp-ink);background:0 0}.lp-integ-grid{border:1px solid var(--lp-border);border-radius:var(--lp-r8);gap:0;overflow:hidden}.lp-integ{border:0;border-right:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);border-radius:0}.lp-integ__icon{border-radius:var(--lp-r4);background:var(--lp-bg-alt)}.lp-resource-grid{gap:2rem 1.25rem}.lp-resource{background:0 0;border:0;border-radius:0}.lp-resource:hover{box-shadow:none}.lp-resource__img{border-radius:var(--lp-r8);overflow:hidden}.lp-resource__body{padding:1rem 0 0}.lp-faq{max-width:780px;margin-inline:auto}.lp-faq details{border:0;border-bottom:1px solid var(--lp-border);border-radius:0;margin:0;padding:0}.lp-faq details[open] summary{border-bottom:0}.lp-faq summary{padding:1.25rem 2rem 1.25rem 0;font-size:1rem;position:relative}.lp-faq summary:after{content:"+";color:var(--lp-muted);font-size:1.25rem;font-weight:400;position:absolute;right:0}.lp-faq details[open] summary:after{content:"−"}.lp-mock{border-color:var(--lp-border);border-radius:var(--lp-r8);box-shadow:0 12px 30px #06060614}.lp-mock-store,.lp-mock-store__hero,.lp-mock-cities,.lp-mock-social span,.lp-mock-ai__swatch{background-image:none}.lp-mock-store,.lp-mock-cities{background-color:var(--lp-bg-alt)}.lp-mock-store__hero{background-color:var(--lp-brand-soft)}.lp-mock-social span{background-color:var(--lp-bg-alt)}.lp-mock-ai__swatch{background-color:var(--lp-brand)}.lp-mock-checkout__line--sm{width:50%}.lp-mock-checkout__methods{color:var(--lp-muted);margin:.75rem 0;font-weight:600}.lp-mock-ai__lines--listing{flex:1}.lp-mock-ai__lines--listing i:first-child{width:90%}.lp-mock-ai__lines--listing i:nth-child(2){width:70%}.lp-mock-ai__lines--listing i:nth-child(3){width:55%}.lp-mock-ai__lines--seo i:first-child{width:95%}.lp-mock-ai__lines--seo i:nth-child(2){width:88%}.lp-mock-ai__lines--seo i:nth-child(3){width:76%}.lp-mock-ai__lines--seo i:nth-child(4){width:60%}.lp-mock-ai__caption{margin-top:.35rem;font-weight:600}.lp-mock-email__body{padding:.85rem}.lp-mock-email__hero{border-radius:var(--lp-r4);background:var(--lp-brand-soft);height:48px;margin-bottom:.5rem}.lp-mock-email__line{border-radius:var(--lp-r4);background:var(--lp-bg-alt);height:8px;margin-bottom:.35rem}.lp-mock-email__line--long{width:80%}.lp-mock-email__line--short{width:60%;margin-bottom:.65rem}.lp-mock-email__button{border-radius:var(--lp-r4);background:var(--lp-brand);color:var(--lp-white);padding:.35rem .65rem;font-weight:600;display:inline-block}.lp-integ-note{color:var(--lp-muted);text-align:center;margin-top:1rem;font-size:.9rem}.lp-cookie__link{color:var(--lp-brand);text-underline-offset:2px;text-decoration:underline}.lp-page-hero{padding:clamp(4rem,8vw,7rem) 0}.lp-page-hero__grid{gap:clamp(2.5rem,6vw,5rem)}.lp-page-hero__media{border-radius:var(--lp-r8);border:0}.lp-prose{color:var(--lp-muted);line-height:1.8}.lp-content-narrow{max-width:46rem}.lp-content-lead{margin-top:.85rem}.lp-content-list{margin-top:2.25rem}.lp-back-link{color:var(--lp-brand);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:inline-flex}.lp-content-date{color:var(--lp-faint);font-size:.82rem;display:block}.lp-content-title{margin-top:.55rem}.lp-content-prose{margin-top:1.5rem}.lp-content-actions{margin-top:2rem}.lp-page-title{font-size:clamp(2.25rem,5vw,3.75rem)}.lp-page-copy{margin-top:1rem}.lp-page-ctas{justify-content:flex-start;margin-top:1.5rem}.lp-link{color:var(--lp-brand);font-weight:550}.lp-list{border-top:1px solid var(--lp-border);gap:0}.lp-list a{border:0;border-bottom:1px solid var(--lp-border);border-radius:0;padding:1.4rem 0}.lp-list a:hover{border-color:var(--lp-border)}.lp-list a:hover h3{color:var(--lp-brand)}.lp-list h3{font-size:1.1rem}.lp-plans{gap:1rem}.lp-plan{border-color:var(--lp-border);border-radius:var(--lp-r8);padding:1.5rem}.lp-plan--popular{border-color:var(--lp-brand);box-shadow:none}.lp-plan__badge{border-radius:var(--lp-r4)}.lp-plan__price--contact{font-size:1.55rem}.lp-plan__list li{border-bottom:0}.lp-plan__cta{width:100%}.lp-empty-grid{text-align:center;grid-column:1/-1}.lp-comparison{margin-top:4rem;overflow-x:auto}.lp-comparison__group{margin:2rem 0 .75rem;font-size:1.1rem}.lp-table{border-collapse:collapse;width:100%;min-width:620px;font-size:.88rem}.lp-table th,.lp-table td{border-bottom:1px solid var(--lp-border);text-align:center;padding:.8rem .65rem}.lp-table th:first-child,.lp-table td:first-child{text-align:left}.lp-table th{color:var(--lp-muted);font-weight:600}.lp-footer{border-top:1px solid var(--lp-border);background:var(--lp-bg);padding:clamp(4rem,7vw,6rem) 0 2rem}.lp-footer__intro{border-bottom:1px solid var(--lp-border);justify-content:space-between;align-items:center;gap:2rem;padding-bottom:2.5rem;display:flex}.lp-footer__intro p{max-width:28rem;color:var(--lp-muted);text-align:right;margin:0;font-size:.9rem}.lp-footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;padding-top:3rem}.lp-footer h2{margin:0 0 .9rem;font-size:.78rem;font-weight:650}.lp-footer a{color:var(--lp-muted);padding:.25rem 0;font-size:.82rem}.lp-footer a:hover{color:var(--lp-ink)}@media (width>=768px){.lp-footer__grid{grid-template-columns:repeat(5,1fr)}}@media (width<=1099px){.lp-mega__inner{grid-template-columns:1fr 230px;gap:1.25rem;padding-inline:1.25rem}.lp-mega__groups--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.lp-announce__right a:first-child{display:none}.lp-announce__inner{justify-content:center}.lp-announce__right{display:none}.lp-announce__left{justify-content:center}.lp-h1{font-size:clamp(2.55rem,12vw,4rem)}.lp-section{padding-block:4.5rem}.lp-footer__intro{flex-direction:column;align-items:flex-start}.lp-footer__intro p{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lp-mega,.lp-drawer,.lp-drawer-backdrop,.lp-nav__chevron,.lp-drawer__section svg{transition:none}}.lp-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lp-display{color:var(--lp-ink);letter-spacing:-.055em;margin:0;font-size:clamp(2.7rem,6vw,5rem);font-weight:600;line-height:1.01}.lp-mega__featured-media{border-radius:var(--lp-r4);background:#ecebf2;width:100%;margin-bottom:1rem;display:block;overflow:hidden}.lp-mega__featured-media img{aspect-ratio:3/2;object-fit:cover;width:100%;transition:transform .3s var(--lp-ease);display:block}.lp-mega__featured:hover .lp-mega__featured-media img{transform:scale(1.025)}.lp-drawer__featured{border-radius:var(--lp-r8);background:var(--lp-bg-alt);grid-template-columns:92px minmax(0,1fr);align-items:center;gap:.8rem;margin-top:1rem;padding:.65rem!important;display:grid!important}.lp-drawer__featured img{aspect-ratio:3/2;border-radius:var(--lp-r4);object-fit:cover;width:92px}.lp-drawer__featured span{gap:.2rem;display:grid}.lp-drawer__featured small{color:var(--lp-brand);letter-spacing:.07em;text-transform:uppercase;font-size:.64rem;font-weight:700}.lp-drawer__featured strong{color:var(--lp-ink);font-size:.84rem;line-height:1.35}.lp-feature-hero{padding:clamp(4.5rem,9vw,8rem) 0 clamp(4rem,7vw,6rem)}.lp-feature-hero__grid{align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.lp-feature-hero__copy .lp-lead{max-width:40rem;margin-top:1.4rem}.lp-feature-hero__media{border-radius:var(--lp-r8);background:var(--lp-bg-alt);overflow:hidden;box-shadow:0 20px 50px #06060614}.lp-feature-hero__media img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.lp-feature-catalog{background:var(--lp-bg)}.lp-feature-nav-wrap{z-index:20;border-block:1px solid var(--lp-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbfbfbf5;position:sticky;top:64px}.lp-feature-nav{scrollbar-width:none;gap:.4rem;padding:.75rem 0;display:flex;overflow-x:auto}.lp-feature-nav::-webkit-scrollbar{display:none}.lp-feature-nav button{border-radius:var(--lp-r4);color:var(--lp-muted);font:inherit;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:.45rem;padding:.65rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.lp-feature-nav button span{color:var(--lp-faint);font-size:.68rem}.lp-feature-nav button:hover{background:var(--lp-white);color:var(--lp-ink)}.lp-feature-nav button.is-active{background:var(--lp-ink);color:var(--lp-white)}.lp-feature-nav button.is-active span{color:#ffffffa6}.lp-feature-catalog__body{padding-block:clamp(4rem,8vw,7rem)}.lp-feature-group+.lp-feature-group{margin-top:clamp(5rem,9vw,8rem)}.lp-feature-group[hidden]{display:none}.lp-feature-group__head{grid-template-columns:42px minmax(0,1fr);gap:1rem;max-width:48rem;margin-bottom:2rem;display:grid}.lp-feature-group__icon{border-radius:var(--lp-r8);background:var(--lp-white);width:42px;height:42px;color:var(--lp-brand);place-items:center;display:grid}.lp-feature-group__icon .lp-nav-icon{width:21px;height:21px;color:inherit}.lp-feature-group__head h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,3vw,2.35rem)}.lp-feature-group__head p{color:var(--lp-muted);margin:.5rem 0 0;line-height:1.6}.lp-feature-grid{gap:0 1.5rem;display:grid}.lp-feature-card{border-top:1px solid var(--lp-border);min-width:0;padding:1.35rem 0 1.5rem}.lp-feature-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.lp-feature-card h3{letter-spacing:-.01em;margin:0;font-size:1rem}.lp-feature-card__mark{color:var(--lp-faint);font-size:.9rem}.lp-feature-card p{color:var(--lp-muted);margin:.55rem 0 1rem;font-size:.86rem;line-height:1.6}.lp-feature-card__availability{border-radius:var(--lp-r4);background:var(--lp-brand-soft);color:var(--lp-brand-hover);padding:.32rem .5rem;font-size:.68rem;font-weight:650;display:inline-flex}.lp-feature-empty{color:var(--lp-muted);text-align:center;padding:3rem 0}.lp-pricing-hero{padding:clamp(4.5rem,9vw,8rem) 0 clamp(5rem,9vw,8rem)}.lp-pricing-title{max-width:15ch;margin-inline:auto}.lp-billing-toggle{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-bg-alt);gap:.25rem;width:fit-content;margin:-1.5rem auto 2.5rem;padding:.25rem;display:flex}.lp-billing-toggle button{border-radius:var(--lp-r4);min-width:92px;color:var(--lp-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:.65rem .9rem;font-size:.84rem;font-weight:600}.lp-billing-toggle button.is-active{background:var(--lp-white);color:var(--lp-ink);box-shadow:0 1px 4px #06060614}.lp-plans{grid-template-columns:repeat(auto-fit,minmax(min(100%,245px),1fr));align-items:stretch;gap:1rem;display:grid}.lp-plan{border:1px solid var(--lp-border);background:var(--lp-white);flex-direction:column;min-width:0;padding:1.5rem;display:flex}.lp-plan--popular{border-color:var(--lp-brand)}.lp-plan__topline{justify-content:space-between;align-items:center;gap:.75rem;min-height:1.5rem;display:flex}.lp-plan__eyebrow{color:var(--lp-faint);letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:650}.lp-plan__badge{background:var(--lp-brand-soft);color:var(--lp-brand-hover);padding:.3rem .45rem;font-size:.65rem;position:static}.lp-plan__name{letter-spacing:-.025em;margin:1rem 0 .4rem;font-size:1.45rem}.lp-plan__desc{min-height:3.9em;font-size:.84rem;line-height:1.55}.lp-plan__price-wrap{min-height:5.8rem;margin-top:1.35rem}.lp-plan__price{letter-spacing:-.035em;margin:0;font-size:clamp(1.7rem,2.6vw,2.2rem);font-weight:600;line-height:1.15}.lp-plan__price[hidden]{display:none}.lp-plan__saving{color:var(--lp-brand-hover);margin:.45rem 0 0;font-size:.72rem;font-weight:650}.lp-plan__saving[hidden]{display:none}.lp-plan__cta{margin-top:.5rem}.lp-plan__includes{color:var(--lp-ink);margin:1.5rem 0 .6rem;font-size:.78rem;font-weight:650}.lp-plan__list{gap:.55rem;margin:0;padding:0;display:grid}.lp-plan__list li{color:var(--lp-muted);grid-template-columns:16px minmax(0,1fr);gap:.45rem;padding:0;font-size:.78rem;line-height:1.45;display:grid}.lp-plan__check{color:var(--lp-brand);font-weight:700}.lp-comparison-section{overflow:clip}.lp-comparison{margin-top:0;overflow:visible}.lp-comparison__title{text-align:left;margin-bottom:.7rem}.lp-comparison__group-block+.lp-comparison__group-block{margin-top:3rem}.lp-comparison__group-head{align-items:center;gap:.65rem;margin-bottom:.8rem;display:flex}.lp-comparison__group-head>span{border-radius:var(--lp-r4);background:var(--lp-white);width:34px;height:34px;color:var(--lp-brand);place-items:center;display:grid}.lp-comparison__group-head .lp-nav-icon{color:inherit}.lp-comparison__group-head h3{margin:0;font-size:1.05rem}.lp-table-scroll{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-white);overflow-x:auto}.lp-table-scroll:focus-visible{outline-offset:2px;outline:3px solid #624ce040}.lp-table{table-layout:fixed;min-width:max(720px,100%)}.lp-table th,.lp-table td{vertical-align:middle;min-width:150px;padding:1rem}.lp-table thead th{background:var(--lp-bg-alt);color:var(--lp-ink);font-size:.76rem}.lp-table th:first-child{z-index:2;background:var(--lp-white);width:290px;min-width:290px;box-shadow:1px 0 0 var(--lp-border);position:sticky;left:0}.lp-table thead th:first-child{z-index:3;background:var(--lp-bg-alt)}.lp-table tbody th{font-weight:600}.lp-table tbody th span{color:var(--lp-ink);font-size:.82rem;display:block}.lp-table tbody th small{color:var(--lp-faint);margin-top:.25rem;font-size:.68rem;font-weight:400;line-height:1.4;display:block}.lp-table__yes{background:var(--lp-brand-soft);width:24px;height:24px;color:var(--lp-brand);border-radius:50%;place-items:center;font-weight:700;display:inline-grid}.lp-table__no{color:var(--lp-faint)}@media (width>=768px){.lp-feature-hero__grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.lp-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.lp-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){.lp-display{font-size:clamp(2.55rem,12vw,4rem)}.lp-feature-hero__media{order:-1}.lp-feature-nav-wrap{top:56px}.lp-feature-group__head{grid-template-columns:36px minmax(0,1fr)}.lp-feature-group__icon{width:36px;height:36px}.lp-table th:first-child{width:210px;min-width:210px}.lp-table tbody th small{display:none}.lp-pricing-hero .lp-section__head{margin-bottom:3rem}}@media (prefers-reduced-motion:reduce){.lp-mega__featured-media img{transition:none}}.lp-stat-chips{flex-wrap:wrap;gap:.65rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.lp-stat-chips li{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-white);gap:.1rem;min-width:5.5rem;padding:.65rem .85rem;display:grid}.lp-stat-chips strong{letter-spacing:-.03em;font-size:1.15rem}.lp-stat-chips span{color:var(--lp-muted);font-size:.72rem}.lp-hero{position:relative;overflow:clip}.lp-hero__mesh{background:radial-gradient(circle at var(--mesh-x,30%) var(--mesh-y,40%), #624ce02e, transparent 42%), radial-gradient(circle at 80% 20%, #624ce01a, transparent 35%);pointer-events:none;z-index:0;height:70%;position:absolute;inset:-20% -10% auto}.lp-hero__orb,.lp-hero__pattern{z-index:0}.lp-hero__copy,.lp-hero__brands,.lp-hero__ctas,.lp-hero__stage{z-index:2;position:relative}.lp-hero__title{max-width:16ch;margin-left:auto;margin-right:auto}.lp-hero__lead{text-align:center;max-width:28rem;margin:1rem auto 0}.lp-hero__chips{justify-content:center}.lp-hero__stage{align-items:center;gap:1.25rem;margin-top:2.5rem;display:grid}.lp-hero__tilt{--tilt-x:0deg;--tilt-y:0deg;transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .2s ease-out;position:relative}.lp-hero__panel{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);overflow:hidden;box-shadow:0 18px 50px #06060614}.lp-hero__toast{border-radius:var(--lp-r8);background:var(--lp-ink);color:var(--lp-white);opacity:0;pointer-events:none;padding:.55rem .75rem;font-size:.72rem;font-weight:600;transition:opacity .35s,transform .35s;position:absolute;bottom:.75rem;right:.75rem;transform:translateY(8px)}.lp-hero__toast.is-on{opacity:1;transform:translateY(0)}.lp-hero__visual img{border-radius:var(--lp-r12);width:100%;height:auto;display:block}@media (width>=960px){.lp-hero__stage{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.lp-steps{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.lp-steps__item{border-bottom:1px solid var(--lp-border);grid-template-columns:2.5rem minmax(0,1fr);align-items:start;gap:1rem;padding:1rem 0;display:grid}.lp-steps__num{background:var(--lp-brand-soft);width:2.5rem;height:2.5rem;color:var(--lp-brand-hover);border-radius:999px;place-items:center;font-weight:700;display:grid}.lp-steps__title{margin:0 0 .35rem;font-size:1.05rem}.lp-split--reverse{direction:rtl}.lp-split--reverse>*{direction:ltr}.lp-theme-gallery__viewport{position:relative}.lp-theme-gallery__viewport:after{content:"";z-index:1;inset-block:0;background:linear-gradient(90deg, transparent, var(--lp-white));pointer-events:none;width:clamp(2rem,6vw,5rem);position:absolute;right:0}.lp-section--alt .lp-theme-gallery__viewport:after{background:linear-gradient(90deg, transparent, var(--lp-bg-alt))}.lp-theme-gallery__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-auto-columns:minmax(236px,268px);grid-auto-flow:column;gap:1rem;padding-bottom:.75rem;display:grid;overflow-x:auto}.lp-theme-gallery__track::-webkit-scrollbar{display:none}.lp-theme-gallery__track:focus-visible{outline-offset:4px;border-radius:var(--lp-r8);outline:3px solid #624ce040}.lp-theme-gallery__card{scroll-snap-align:start;border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);color:inherit;transition:transform .25s var(--lp-ease), box-shadow .25s var(--lp-ease), border-color .25s var(--lp-ease);flex-direction:column;padding:.6rem .6rem .95rem;text-decoration:none;display:flex;box-shadow:0 1px 2px #06060608}.lp-theme-gallery__card:hover{border-color:color-mix(in srgb, var(--lp-brand) 30%, var(--lp-border));transform:translateY(-4px);box-shadow:0 14px 34px #06060617}.lp-theme-gallery__swatch{aspect-ratio:4/3;border-radius:var(--lp-r8);border:1px solid var(--lp-border);background:var(--tg-bg);margin-bottom:.85rem;position:relative;overflow:hidden}.lp-theme-gallery__swatch img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .4s var(--lp-ease);display:block}.lp-theme-gallery__card:hover .lp-theme-gallery__swatch img{transform:scale(1.04)}.lp-theme-gallery__swatch--fallback{align-content:start;gap:.45rem;padding:.9rem;display:grid}.lp-theme-gallery__bar{background:var(--tg-primary);border-radius:999px;width:42%;height:10px}.lp-theme-gallery__dot{background:var(--tg-accent);border-radius:50%;width:14px;height:14px}.lp-theme-gallery__line{background:color-mix(in srgb, var(--tg-primary) 18%, transparent);border-radius:999px;width:78%;height:6px}.lp-theme-gallery__line--short{width:55%}.lp-theme-gallery__body{flex-direction:column;flex:1;padding-inline:.4rem;display:flex}.lp-theme-gallery__title{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lp-theme-gallery__card h3{letter-spacing:-.015em;margin:0 0 .3rem;font-size:1rem}.lp-theme-gallery__card p{color:var(--lp-muted);margin:0;font-size:.82rem;line-height:1.45}.lp-theme-gallery__tag{border-radius:var(--lp-r4);background:var(--lp-bg-alt);color:var(--lp-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;margin-bottom:.3rem;padding:.2rem .45rem;font-size:.62rem;font-weight:650}.lp-theme-gallery__chips{gap:.3rem;margin-top:auto;padding-top:.85rem;display:flex}.lp-theme-gallery__chip{border:1px solid #0606061f;border-radius:50%;width:14px;height:14px}.lp-theme-gallery__foot{flex-wrap:wrap;align-items:center;gap:.85rem 1.25rem;margin-top:1.75rem;display:flex}.lp-theme-gallery__note{color:var(--lp-muted);margin:0;font-size:.85rem}.lp-metrics__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.lp-metrics__grid li{text-align:center;border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);padding:1.5rem 1rem}.lp-metrics__grid strong{letter-spacing:-.04em;font-size:clamp(1.8rem,4vw,2.6rem);display:block}.lp-metrics__grid span{color:var(--lp-muted);font-size:.85rem}@media (width>=800px){.lp-metrics__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-testimonials__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem;display:grid}.lp-testimonial{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);margin:0;padding:1.35rem}.lp-testimonial p{color:var(--lp-ink);margin:0 0 1rem;font-size:.95rem;line-height:1.55}.lp-testimonial footer{gap:.15rem;display:grid}.lp-testimonial strong{font-size:.9rem}.lp-testimonial span{color:var(--lp-muted);font-size:.78rem}.lp-blog-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.25rem;display:grid}.lp-blog-card{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);color:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s;display:grid;overflow:hidden}.lp-blog-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #06060614}.lp-blog-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.lp-blog-card__body{gap:.35rem;padding:1rem 1.1rem 1.25rem;display:grid}.lp-blog-card__body time,.lp-blog-card__meta{color:var(--lp-faint);font-size:.75rem}.lp-blog-card__body h2{margin:0;font-size:1.1rem}.lp-blog-card__body p{color:var(--lp-muted);margin:0;font-size:.88rem;line-height:1.5}.lp-blog-cover{margin:1.25rem 0 1.75rem}.lp-blog-cover img{border-radius:var(--lp-r12);width:100%;display:block}.lp-content-meta{color:var(--lp-faint);margin:.25rem 0 0;font-size:.8rem}.lp-legal{max-width:48rem}.lp-legal__updated{color:var(--lp-muted);font-size:.85rem}.lp-legal__toc{border:1px solid var(--lp-border);border-radius:var(--lp-r8);background:var(--lp-bg-alt);margin:1.5rem 0;padding:1rem 1.15rem}.lp-legal__toc-title{margin:0 0 .5rem;font-size:.85rem;font-weight:650}.lp-legal__toc ol{margin:0;padding-left:1.1rem}.lp-legal__toc a{color:var(--lp-ink);text-decoration:none}.lp-legal__toc a:hover{color:var(--lp-brand)}.lp-legal__section+.lp-legal__section{margin-top:1.75rem}.lp-legal__note{border-left:3px solid var(--lp-brand);color:var(--lp-muted);background:var(--lp-brand-soft);margin-top:2rem;padding:.85rem 1rem;font-size:.82rem}.lp-guarantee__band{border-radius:var(--lp-r12);background:linear-gradient(var(--lp-white), var(--lp-white)) padding-box, linear-gradient(120deg, var(--lp-brand), #9b8cf0, var(--lp-brand)) border-box;text-align:center;border:1px solid #0000;padding:1.5rem 1.25rem}.lp-guarantee__band .lp-h3{margin:0 0 .5rem}.lp-guarantee__band .lp-lead{max-width:40rem;margin:0 auto}.lp-card--link{color:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.lp-card--link:hover{transform:translateY(-2px);box-shadow:0 10px 28px #06060612}.lp-faq-group+.lp-faq-group{margin-top:2rem}.lp-h3{margin:0 0 .85rem;font-size:1.15rem}.lp-reveal{--stagger-delay:0s;transition-delay:var(--stagger-delay)}.lp-magnetic{will-change:transform;transition:transform .15s ease-out}.lp-cta-strip .lp-btn--primary{box-shadow:0 0 0 1px color-mix(in srgb, var(--lp-brand) 35%, transparent)}@media (prefers-reduced-motion:reduce){.lp-hero__tilt,.lp-theme-gallery__card,.lp-blog-card,.lp-card--link,.lp-magnetic,.lp-hero__toast{transition:none!important;transform:none!important}.lp-hero__toast{opacity:1}}.lp-hero--home{text-align:center;background:radial-gradient(90% 70% at 50% -10%,#624ce024,#0000 58%),radial-gradient(70% 50% at 50% 100%,#624ce00d,#0000 55%),linear-gradient(#f7f5ff 0%,#fbfbfb 42%,#fff 100%);flex-direction:column;justify-content:center;width:100%;max-width:none;min-height:min(92vh,860px);margin:0;padding:0;display:flex;position:relative;overflow:clip}.lp-hero--home .lp-hero__inner{z-index:2;width:100%;padding-block:clamp(4.5rem,11vw,7.5rem) clamp(3.5rem,8vw,5.5rem);position:relative}.lp-hero--home .lp-hero__copy{z-index:2;max-width:48rem;margin:0 auto;position:relative}.lp-hero--home .lp-hero__title{max-width:22ch;font-size:clamp(2.15rem,5.4vw,3.5rem);font-family:var(--lp-font-display);letter-spacing:-.02em;color:var(--lp-ink);gap:.85rem;margin-inline:auto;display:grid}.lp-hero__fade{color:var(--lp-muted);letter-spacing:0;max-width:36rem;margin-inline:auto;font-size:clamp(1rem,2.1vw,1.2rem);font-weight:400;line-height:1.55;display:block}.lp-hero__glow{pointer-events:none;z-index:0;background:radial-gradient(circle at 18% 28%,#624ce017,#0000 34%),radial-gradient(circle at 82% 22%,#624ce014,#0000 32%),radial-gradient(circle at 50% 70%,#624ce00d,#0000 40%);position:absolute;inset:0}.lp-hero--home .lp-hero__mesh{opacity:.7;background:radial-gradient(circle at var(--mesh-x,50%) var(--mesh-y,35%), #624ce01f, transparent 38%);height:auto;inset:0}.lp-hero--home .lp-hero__pattern{pointer-events:none;z-index:0;background-image:radial-gradient(#624ce012 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000073,#0000 72%);mask-image:linear-gradient(#00000073,#0000 72%)}.lp-hero__orb{display:none}.lp-section__head--carousel{justify-content:space-between;align-items:flex-end;gap:1.5rem;max-width:none;display:flex}.lp-section__head--carousel>:first-child{max-width:40rem}@media (width<=639px){.lp-section__head--carousel .lp-carousel__arrows{display:none}}.lp-carousel{margin-top:.25rem}.lp-carousel__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-auto-columns:minmax(280px,340px);grid-auto-flow:column;gap:1rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.lp-carousel__track::-webkit-scrollbar{display:none}.lp-carousel__card{scroll-snap-align:start}.lp-carousel__arrows{flex-shrink:0;gap:.5rem;display:flex}.lp-carousel__arrow{border:1px solid var(--lp-border);background:var(--lp-white);width:2.5rem;height:2.5rem;color:var(--lp-ink);cursor:pointer;border-radius:999px;place-items:center;display:grid}.lp-carousel__arrow:hover{border-color:var(--lp-brand);color:var(--lp-brand)}.lp-carousel__arrow:disabled{opacity:.35;cursor:default}.lp-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.lp-card__top h3{margin:0 0 .35rem;font-size:1.05rem}.lp-card__top p{color:var(--lp-muted);margin:0;font-size:.84rem;line-height:1.45}.lp-card__arrow{border:1px solid var(--lp-border);width:1.75rem;height:1.75rem;color:var(--lp-ink-secondary);border-radius:50%;flex-shrink:0;place-items:center;font-size:.85rem;display:grid}.lp-card--link:hover .lp-card__arrow{background:var(--lp-brand);color:#fff;border-color:var(--lp-brand)}.lp-card__media--illust{min-height:200px;margin-inline:calc(var(--lp-tile-pad) * -1);flex:200px;align-items:flex-end;padding:.75rem 1rem 1rem;display:flex;overflow:hidden;background:0 0!important}.lp-card--span2{grid-column:span 1}@media (width>=720px){.lp-card--span2{grid-column:span 2}}.lp-feature-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=720px){.lp-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.lp-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lp-feature-grid>.lp-card,.lp-carousel__card,.lp-card--tile{--lp-tile-pad:1.15rem;min-height:360px;padding:var(--lp-tile-pad) var(--lp-tile-pad) 0;border:1px solid var(--lp-border);border-radius:var(--lp-r12);background-color:var(--lp-bg-alt);flex-direction:column;display:flex;overflow:hidden}.lp-feature-grid>.lp-card--link:hover,.lp-carousel__card.lp-card--link:hover,.lp-card--tile.lp-card--link:hover{border-color:color-mix(in srgb, var(--lp-brand) 32%, var(--lp-border))}.lp-feature-grid--duo{grid-template-columns:minmax(0,1fr)}.lp-feature-grid--duo>.lp-card{grid-column:auto}@media (width>=900px){.lp-feature-grid--duo{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)}}.lp-tile-grid{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}@media (width>=900px){.lp-tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lp-showcase__visual{border-radius:var(--lp-r12);border:1px solid var(--lp-border);padding:1rem;overflow:hidden}.lp-showcase__text .lp-eyebrow{margin-bottom:.65rem}.lp-page-hero__scene{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:radial-gradient(circle at 20% 30%, #624ce012 0%, transparent 50%), var(--lp-bg-alt);justify-content:center;align-items:center;min-height:280px;padding:1.25rem;display:flex}.lp-pay-mosaic{grid-template-columns:repeat(auto-fill,minmax(56px,1fr));align-content:end;gap:.5rem;width:100%;padding:.35rem 0;display:grid}.lp-pay-mosaic__item{aspect-ratio:1;border-radius:var(--lp-r8);border:1px solid var(--lp-border);background:var(--lp-white);transition:transform .2s var(--lp-ease), box-shadow .2s var(--lp-ease);place-items:center;padding:.4rem;display:grid;box-shadow:0 1px 2px #0606060a}.lp-card--link:hover .lp-pay-mosaic__item{box-shadow:0 4px 12px #06060612}.lp-pay-mosaic__item img{object-fit:contain;max-width:74%;max-height:74%}.lp-pay-mosaic__more{box-shadow:none;color:var(--lp-muted);letter-spacing:-.01em;background:0 0;border-style:dashed;font-size:.68rem;font-weight:650}@media (width<=719px){.lp-pay-mosaic{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:.4rem}}@media (prefers-reduced-motion:reduce){.lp-pay-mosaic__item{transition:none}}.lp-illust{width:100%;min-height:180px;color:var(--lp-ink-secondary);font-size:.68rem;position:relative}.lp-illust__skel{background:color-mix(in srgb, var(--lp-ink) 12%, transparent);border-radius:999px;height:5px;margin-top:4px;display:block}.lp-illust__pill{background:var(--lp-brand);color:#fff;border-radius:6px;align-items:center;padding:.35rem .65rem;font-size:.65rem;font-weight:600;display:inline-flex}.lp-illust__pill--sm{padding:.25rem .5rem;font-size:.58rem}.lp-illust__tag{background:var(--lp-brand-soft);color:var(--lp-brand-hover);border-radius:999px;padding:.2rem .45rem;font-size:.6rem;font-weight:650;display:inline-flex}.lp-illust__input-fake{border:1px solid var(--lp-border);background:var(--lp-white);border-radius:6px;height:28px;margin:.5rem 0;display:block}.lp-illust--store{grid-template-columns:1.35fr .7fr;align-items:end;gap:.65rem;display:grid}.lp-illust__desktop{border:1px solid var(--lp-border);background:var(--lp-white);border-radius:10px;overflow:hidden;box-shadow:0 10px 28px #0606060f}.lp-illust__toolbar{border-bottom:1px solid var(--lp-border);background:var(--lp-bg-alt);align-items:center;gap:.5rem;padding:.4rem .55rem;display:flex}.lp-illust__dots{gap:3px;display:flex}.lp-illust__dots i{background:#d0d0d5;border-radius:50%;width:6px;height:6px;display:block}.lp-illust__url{text-align:center;color:var(--lp-faint);background:var(--lp-white);border-radius:4px;flex:1;padding:.15rem;font-size:.58rem}.lp-illust__dnav{border-bottom:1px solid var(--lp-border-soft);align-items:center;gap:.55rem;padding:.45rem .6rem;display:flex}.lp-illust__dnav strong{letter-spacing:.04em;font-size:.62rem}.lp-illust__dnav span{color:var(--lp-faint);font-size:.55rem}.lp-illust__dhero{background:linear-gradient(135deg, var(--lp-brand-soft), #8b5cf614);gap:.25rem;padding:.85rem .7rem;display:grid}.lp-illust__dhero-title{color:var(--lp-ink);font-size:.78rem;font-weight:700}.lp-illust__dhero-sub{color:var(--lp-muted);margin-bottom:.35rem;font-size:.58rem}.lp-illust__dproducts,.lp-illust__mproducts{grid-template-columns:repeat(4,1fr);gap:.35rem;padding:.5rem;display:grid}.lp-illust__dproducts span,.lp-illust__mproducts span,.lp-illust__shop-tile,.lp-illust__scard-img,.lp-illust__ig-grid span,.lp-illust__offer-thumb,.lp-illust__photo,.lp-illust__studio-canvas,.lp-illust__email-banner{background:color-mix(in srgb, var(--lp-ink) 8%, var(--lp-bg-alt));aspect-ratio:1;border-radius:6px;display:block}.lp-illust__phone{border:1px solid var(--lp-border);background:var(--lp-white);border-radius:14px;padding:.45rem .4rem .55rem;position:relative;box-shadow:0 12px 28px #06060614}.lp-illust__phone--solo{max-width:150px;min-height:220px;margin:0 auto}.lp-illust__notch{background:#1f2937;border-radius:999px;width:36%;height:6px;margin:0 auto .35rem}.lp-illust__mnav{justify-content:space-between;padding:.2rem .25rem;font-size:.55rem;display:flex}.lp-illust__mnav span{background:#ddd;border-radius:2px;width:12px;height:8px}.lp-illust__mhero{gap:.25rem;padding:.45rem .3rem;display:grid}.lp-illust__mproducts{grid-template-columns:1fr 1fr}.lp-illust--shop{min-height:210px}.lp-illust__shop-grid{filter:blur(.2px);opacity:.85;grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.lp-illust__shop-overlay{border:1px solid var(--lp-border);text-align:center;background:#ffffffeb;border-radius:10px;place-content:center;gap:.55rem;padding:.85rem;display:grid;position:absolute;inset:18% 12%;box-shadow:0 14px 36px #0606061a}.lp-illust__search{border:1px solid var(--lp-border);color:var(--lp-faint);border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .55rem;font-size:.62rem;display:flex}.lp-illust__search span{border:1.5px solid;border-radius:50%;width:10px;height:10px}.lp-illust--social{min-height:220px}.lp-illust__stack{height:210px;position:relative}.lp-illust__scard{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;width:58%;padding:.45rem;position:absolute;box-shadow:0 10px 24px #06060614}.lp-illust__scard--fb{z-index:1;top:8%;left:0}.lp-illust__scard--ig{z-index:2;width:62%;top:28%;left:22%}.lp-illust__scard--tt{z-index:3;top:52%;right:0}.lp-illust__scard-h{align-items:center;gap:.35rem;margin-bottom:.35rem;display:flex}.lp-illust__scard-h b{font-size:.6rem;display:block}.lp-illust__scard-h small{color:var(--lp-faint);font-size:.5rem}.lp-illust__plat{color:#fff;border-radius:4px;flex-shrink:0;place-items:center;width:16px;height:16px;font-size:.5rem;font-weight:700;display:grid}.lp-illust__plat--fb{background:#1877f2}.lp-illust__plat--ig{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af)}.lp-illust__plat--tt{background:#111}.lp-illust__plat--brand{background:var(--lp-brand)}.lp-illust__scard-img{aspect-ratio:auto;height:48px;margin-bottom:.35rem}.lp-illust__ig-grid{grid-template-columns:repeat(3,1fr);gap:3px;margin-bottom:.35rem;display:grid}.lp-illust__ig-grid span{aspect-ratio:1;background:linear-gradient(135deg, var(--lp-brand-soft), #8b5cf626);border-radius:3px}.lp-illust--markets{min-height:220px}.lp-illust__lines{width:100%;height:100%;position:absolute;inset:0}.lp-illust__line{stroke:color-mix(in srgb, var(--lp-brand) 35%, transparent);stroke-width:1.2px;stroke-dasharray:80;animation:lp-line-draw 2.4s ease var(--ld,0s) infinite}.lp-illust__hub{background:var(--lp-brand);color:#fff;z-index:2;border-radius:14px;place-items:center;width:48px;height:48px;font-weight:800;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #624ce059}.lp-illust__badge{left:var(--bx);top:var(--by);background:var(--lp-white);border:1px solid var(--lp-border);animation:lp-badge-pop .5s ease var(--bd,0s) both;border-radius:10px;padding:.35rem .45rem;font-size:.55rem;font-weight:650;position:absolute;transform:translate(-50%,-50%);box-shadow:0 6px 16px #0606060f}.lp-illust--global{place-items:center;gap:.65rem;display:grid}.lp-illust__globe{border:1px solid var(--lp-border);background:radial-gradient(circle at 35% 30%,#ffffffb3,#0000 40%),radial-gradient(circle,#624ce02e,#0ea5e91f);border-radius:50%;width:160px;height:160px;position:relative}.lp-illust__ring{border:1px dashed color-mix(in srgb, var(--lp-brand) 30%, transparent);border-radius:50%;position:absolute;inset:12%}.lp-illust__ring--2{inset:28%}.lp-illust__pin{left:var(--px);top:var(--py);background:var(--lp-white);border:1px solid var(--lp-border);white-space:nowrap;border-radius:999px;padding:.15rem .35rem;font-size:.5rem;font-weight:600;position:absolute;transform:translate(-50%,-50%)}.lp-illust__pin:before{content:"";background:var(--lp-brand);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-right:3px;display:inline-block}.lp-illust__caption{color:var(--lp-muted);margin:0;font-size:.65rem}.lp-illust--b2b .lp-illust__b2b-form{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;padding:.7rem;box-shadow:0 10px 24px #0606060f}.lp-illust__b2b-head{justify-content:space-between;gap:.5rem;margin-bottom:.55rem;display:flex}.lp-illust__b2b-head strong{font-size:.72rem;display:block}.lp-illust__b2b-head small{color:var(--lp-faint);font-size:.55rem}.lp-illust__b2b-cols,.lp-illust__b2b-row{grid-template-columns:1.6fr .6fr .7fr .8fr;gap:.25rem;padding:.3rem 0;font-size:.55rem;display:grid}.lp-illust__b2b-cols{color:var(--lp-faint);border-bottom:1px solid var(--lp-border-soft)}.lp-illust__b2b-row{animation:lp-row-in .45s ease var(--row-delay,0s) both}.lp-illust__qty{border:1px solid var(--lp-border);border-radius:4px;justify-content:center;padding:.1rem .25rem;display:inline-flex}.lp-illust__b2b-foot{border-top:1px solid var(--lp-border);justify-content:space-between;margin-top:.45rem;padding-top:.45rem;font-size:.65rem;display:flex}.lp-illust--broadcast{grid-template-columns:.85fr 1.15fr;align-items:end;gap:.55rem;display:grid}.lp-illust__sms,.lp-illust__email{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;padding:.55rem;box-shadow:0 8px 20px #0606060d}.lp-illust__sms-time{color:var(--lp-faint);font-size:.5rem}.lp-illust__sms-h{align-items:center;gap:.3rem;margin:.25rem 0;display:flex}.lp-illust__sms p{margin:.25rem 0;font-size:.62rem;line-height:1.35}.lp-illust__sms small{color:var(--lp-brand);font-size:.52rem}.lp-illust__email-row{gap:.35rem;margin-bottom:.2rem;font-size:.55rem;display:flex}.lp-illust__email-row span{color:var(--lp-faint);min-width:2.5rem}.lp-illust__email-body{gap:.3rem;margin-top:.4rem;display:grid}.lp-illust__email-banner{aspect-ratio:auto;height:36px}.lp-illust--popup .lp-illust__store-skel{opacity:.45;padding:.35rem}.lp-illust__overlay{background:#0f0f1459;border-radius:14px;position:absolute;inset:0}.lp-illust__popup-card{background:var(--lp-white);text-align:center;z-index:2;border-radius:10px;gap:.25rem;padding:.7rem;display:grid;position:absolute;top:28%;left:8%;right:8%;box-shadow:0 12px 28px #06060626}.lp-illust__popup-card strong{color:var(--lp-brand);font-size:.85rem}.lp-illust--auto .lp-illust__flow{gap:0;display:grid}.lp-illust__node-wrap{justify-items:center;display:grid}.lp-illust__connector{background:color-mix(in srgb, var(--lp-brand) 35%, transparent);width:2px;height:14px;position:relative}.lp-illust__connector i{background:var(--lp-brand);width:6px;height:6px;animation:lp-pulse 1.4s ease var(--cn-delay,0s) infinite;border-radius:50%;margin-left:-3px;position:absolute;top:0;left:50%}.lp-illust__node{border:1px solid var(--lp-border);background:var(--lp-white);width:100%;max-width:210px;animation:lp-row-in .4s ease var(--nd-delay,0s) both;border-radius:8px;align-items:center;gap:.45rem;padding:.45rem .55rem;display:flex}.lp-illust__node-label{color:var(--lp-faint);min-width:3.5rem;font-size:.5rem}.lp-illust__node strong{font-size:.62rem}.lp-illust--seg{min-height:200px}.lp-illust__av{width:var(--av-size);height:var(--av-size);background:var(--lp-brand-soft);color:var(--lp-brand-hover);border:2px solid var(--lp-white);border-radius:50%;place-items:center;font-size:.6rem;font-weight:700;display:grid;position:absolute;box-shadow:0 4px 12px #06060614}.lp-illust__filters{border:1px solid var(--lp-border);background:#ffffffeb;border-radius:10px;gap:.35rem;width:48%;padding:.55rem;display:grid;position:absolute;top:18%;right:6%;box-shadow:0 10px 24px #06060614}.lp-illust__rule{color:var(--lp-muted);border-radius:6px;align-items:center;gap:.35rem;padding:.25rem;font-size:.58rem;display:flex}.lp-illust__rule i{background:#ddd;border-radius:50%;width:7px;height:7px;display:block}.lp-illust__rule.is-on{background:var(--lp-brand-soft);color:var(--lp-brand-hover);font-weight:650}.lp-illust__rule.is-on i{background:var(--lp-brand)}.lp-illust--discount .lp-illust__disc-panel{grid-template-columns:1.1fr .9fr;gap:.55rem;display:grid}.lp-illust__campaign,.lp-illust__steps-mini{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;padding:.55rem}.lp-illust__timer{color:#fff;font-variant-numeric:tabular-nums;background:#111;border-radius:4px;margin-bottom:.45rem;padding:.15rem .4rem;font-size:.58rem;display:inline-flex}.lp-illust__offer{align-items:center;gap:.4rem;display:flex}.lp-illust__offer-thumb{flex-shrink:0;width:32px;height:32px}.lp-illust__disc-badge{color:#ef4444;margin-left:auto;font-size:.85rem}.lp-illust__steps-mini{gap:.4rem;display:grid}.lp-illust__steps-mini>div{align-items:center;gap:.35rem;display:flex}.lp-illust__step-num{background:var(--lp-brand-soft);width:16px;height:16px;color:var(--lp-brand);border-radius:50%;place-items:center;font-size:.5rem;font-weight:700;display:grid}.lp-illust__code-row{gap:.3rem;display:flex}.lp-illust__code-btn{background:var(--lp-brand);border-radius:6px;width:28px;height:28px}.lp-illust--ai-list{align-items:center;gap:.45rem;display:flex}.lp-illust__photo{flex-shrink:0;place-items:end center;width:72px;height:88px;padding-bottom:.35rem;display:grid}.lp-illust__photo-label{color:var(--lp-faint);background:#ffffffd9;border-radius:4px;padding:.1rem .3rem;font-size:.5rem}.lp-illust__ai-conn{color:var(--lp-brand);justify-items:center;gap:.2rem;display:grid}.lp-illust__ai-conn span{background:color-mix(in srgb, var(--lp-brand) 40%, transparent);width:1px;height:18px}.lp-illust__ai-form{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;flex:1;gap:.45rem;padding:.55rem;display:grid}.lp-illust__field small{color:var(--lp-faint);margin-bottom:.2rem;font-size:.5rem;display:block}.lp-illust__bar{background:linear-gradient(90deg, var(--lp-brand-soft), #624ce059);border-radius:999px;width:100%;height:6px;animation:1.6s infinite alternate lp-bar-fill;display:block}.lp-illust__tags{flex-wrap:wrap;gap:.3rem;display:flex}.lp-illust__tags span{background:var(--lp-brand-soft);color:var(--lp-brand-hover);border-radius:999px;padding:.15rem .4rem;font-size:.52rem;font-weight:600}.lp-illust--ai-blog .lp-illust__blog-panel{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:10px;padding:.65rem;box-shadow:0 8px 20px #0606060d}.lp-illust__blog-top{color:var(--lp-faint);justify-content:space-between;align-items:center;margin-bottom:.55rem;font-size:.55rem;display:flex}.lp-illust__blog-title{color:var(--lp-ink);margin-bottom:.55rem;font-size:.78rem;font-weight:700}.lp-illust__cursor{background:var(--lp-brand);vertical-align:text-bottom;width:2px;height:.85em;margin-left:2px;animation:1s step-end infinite lp-blink;display:inline-block}.lp-illust__blog-para{gap:.25rem;margin-bottom:.65rem;display:grid}.lp-illust__blog-foot{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.lp-illust__seo{align-items:center;gap:.3rem;font-size:.55rem;display:flex}.lp-illust__seo-track{background:var(--lp-bg-alt);border-radius:999px;width:48px;height:5px;overflow:hidden}.lp-illust__seo-track i{border-radius:inherit;background:#16a34a;width:94%;height:100%;display:block}.lp-illust--ai-studio{gap:.55rem;min-height:180px;display:flex}.lp-illust__studio-side{flex-shrink:0;align-content:start;gap:.3rem;width:72px;display:grid}.lp-illust__studio-side small{color:var(--lp-faint);letter-spacing:.06em;font-size:.48rem}.lp-illust__tool{border:1px solid var(--lp-border);background:var(--lp-white);text-align:center;animation:lp-row-in .35s ease var(--box-delay,0s) both;border-radius:6px;padding:.35rem;font-size:.52rem}.lp-illust__tool.is-on{border-color:var(--lp-brand);background:var(--lp-brand-soft);color:var(--lp-brand-hover);font-weight:650}.lp-illust__studio-canvas{border:1px dashed var(--lp-border);background:linear-gradient(135deg, #c8d4c859, transparent 50%), var(--lp-bg-alt);flex:1;min-height:160px}.lp-integ-hub{border-radius:var(--lp-r16);border:1px solid var(--lp-border);background:radial-gradient(circle at 20% 20%, #624ce014, transparent 40%), radial-gradient(circle at 80% 70%, #8b5cf60f, transparent 40%), var(--lp-bg-alt);min-height:420px;position:relative;overflow:hidden}.lp-integ-hub__orb{filter:blur(50px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.lp-integ-hub__orb--a{background:#624ce040;width:200px;height:200px;top:10%;left:15%}.lp-integ-hub__orb--b{background:#0ea5e92e;width:160px;height:160px;bottom:15%;right:18%}.lp-integ-hub__diagram{height:480px;display:none;position:relative}@media (width>=900px){.lp-integ-hub__diagram{display:block}.lp-integ-hub__mobile{display:none}}.lp-integ-hub__lines{width:100%;height:100%;position:absolute;inset:0}.lp-integ-hub__line{fill:none;stroke:color-mix(in srgb, var(--lp-brand) 28%, transparent);stroke-width:1.5px;stroke-dasharray:12 8;animation:lp-line-flow 3s linear var(--d,0s) infinite}.lp-integ-hub__chip{background:var(--lp-white);border:1px solid var(--lp-border);white-space:nowrap;z-index:2;border-radius:999px;padding:.45rem .75rem;font-size:.75rem;font-weight:600;position:absolute;transform:translate(-50%,-50%);box-shadow:0 6px 16px #0606060d}.lp-integ-hub__chip--sec{color:var(--lp-muted);font-weight:500}.lp-integ-hub__chip--link{color:var(--lp-ink);text-decoration:none}.lp-integ-hub__chip--link:hover{border-color:var(--lp-brand);color:var(--lp-brand)}.lp-integ-hub__chip--pay{color:var(--lp-ink);align-items:center;gap:.35rem;text-decoration:none;display:inline-flex}.lp-integ-hub__chip--pay span{background:var(--lp-brand);color:#fff;border-radius:4px;padding:.15rem .4rem;font-size:.65rem}.lp-integ-hub__center{z-index:3;position:absolute;transform:translate(-50%,-50%)}.lp-integ-hub__logo{background:var(--lp-brand);color:#fff;border-radius:18px;place-items:center;width:64px;height:64px;font-size:1.1rem;font-weight:800;display:grid;box-shadow:0 14px 36px #624ce066}.lp-integ-hub__strip,.lp-integ-hub__apps,.lp-integ-hub__gateways{flex-wrap:wrap;justify-content:center;gap:.35rem;max-width:280px;display:flex;position:absolute;transform:translate(-50%,-50%)}.lp-integ-hub__tile{background:var(--lp-white);border:1px solid var(--lp-border);width:40px;height:40px;color:var(--lp-ink-secondary);border-radius:10px;place-items:center;font-size:.55rem;font-weight:650;display:grid}.lp-integ-hub__mobile{text-align:center;padding:1.5rem 1rem 2rem}.lp-integ-hub__mobile-hub{background:var(--lp-brand);color:#fff;border-radius:16px;place-items:center;width:56px;height:56px;margin:0 auto 1rem;font-weight:800;display:grid}.lp-integ-hub__mobile-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;max-width:280px;margin:0 auto;display:grid}@keyframes lp-line-draw{0%{stroke-dashoffset:80px;opacity:.3}50%{opacity:1}to{stroke-dashoffset:0;opacity:.3}}@keyframes lp-line-flow{to{stroke-dashoffset:-40px}}@keyframes lp-badge-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.85)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes lp-row-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-pulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(10px)}}@keyframes lp-bar-fill{0%{width:40%}to{width:100%}}@keyframes lp-blink{50%{opacity:0}}.lp-mock-row-pulse{animation:lp-row-in .45s ease var(--row-delay,0s) both}.lp-mock.is-live .lp-badge{animation:.4s both lp-badge-pop}@media (prefers-reduced-motion:reduce){.lp-illust__line,.lp-integ-hub__line,.lp-illust__connector i,.lp-illust__bar,.lp-illust__cursor,.lp-illust__badge,.lp-illust__b2b-row,.lp-illust__node,.lp-illust__tool,.lp-mock-row-pulse,.lp-mock.is-live .lp-badge,.lp-hero__orb{animation:none!important}.lp-hero__fade{opacity:1!important;transform:none!important}}.lp-contact-hero{text-align:center;background:radial-gradient(90% 70% at 50% -10%,#624ce01f,#0000 58%),linear-gradient(#f7f5ff 0%,#fff 70%);position:relative;overflow:clip}.lp-contact-hero__glow{pointer-events:none;background:radial-gradient(circle at 20% 40%,#624ce012,#0000 36%),radial-gradient(circle at 80% 30%,#624ce00f,#0000 34%);position:absolute;inset:0}.lp-contact-hero__inner{z-index:1;max-width:44rem;padding-block:clamp(4rem,10vw,6.5rem) clamp(3rem,7vw,4.5rem);position:relative}.lp-contact-hero__title{max-width:14ch;font-family:var(--lp-font-display);letter-spacing:-.03em;margin-inline:auto;font-size:clamp(2.25rem,5.5vw,3.5rem)}.lp-contact-hero__lead{max-width:34rem;margin:1rem auto 0}.lp-contact-hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.75rem;display:flex}.lp-contact-channels{padding-block:clamp(2.5rem,5vw,3.5rem)}.lp-contact-channels__list{border-top:1px solid var(--lp-border);gap:0;display:grid}.lp-contact-channel{border-bottom:1px solid var(--lp-border);color:inherit;transition:color .2s var(--lp-ease);grid-template-columns:minmax(7rem,11rem) 1fr auto;align-items:baseline;gap:1rem 1.5rem;padding:1.35rem 0;text-decoration:none;display:grid}a.lp-contact-channel:hover{color:var(--lp-brand)}a.lp-contact-channel:hover .lp-contact-channel__arrow{transform:translate(4px)}.lp-contact-channel__label{letter-spacing:.06em;text-transform:uppercase;color:var(--lp-brand);font-size:.8rem;font-weight:650}.lp-contact-channel__body{color:var(--lp-muted);font-size:1rem;line-height:1.45}.lp-contact-channel__arrow{color:var(--lp-brand);transition:transform .2s var(--lp-ease);font-size:1.1rem}@media (width<=640px){.lp-contact-channel{grid-template-columns:1fr auto;gap:.35rem 1rem}.lp-contact-channel__label,.lp-contact-channel__body{grid-column:1}.lp-contact-channel__arrow{grid-row:1/span 2;align-self:center}}.lp-contact-form-layout{align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}@media (width>=900px){.lp-contact-form-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.lp-contact-form-copy .lp-h2{margin-bottom:.75rem}.lp-contact-tips{gap:.55rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.lp-contact-tips li{color:var(--lp-muted);padding-left:1.35rem;font-size:.95rem;position:relative}.lp-contact-tips li:before{content:"";background:var(--lp-brand);opacity:.75;border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:.45rem;left:0}.lp-contact-form{border:1px solid var(--lp-border);border-radius:var(--lp-r12);background:var(--lp-white);gap:1rem;padding:clamp(1.25rem,3vw,1.75rem);display:grid}.lp-contact-form__field{color:var(--lp-ink);gap:.4rem;font-size:.85rem;font-weight:550;display:grid}.lp-contact-form__field input,.lp-contact-form__field textarea{border:1px solid var(--lp-border);border-radius:var(--lp-r8);width:100%;font:inherit;color:var(--lp-ink);background:var(--lp-bg-soft);padding:.8rem .9rem;transition:border-color .2s,background .2s,box-shadow .2s}.lp-contact-form__field input:focus,.lp-contact-form__field textarea:focus{border-color:var(--lp-brand);background:var(--lp-white);outline:none;box-shadow:0 0 0 3px #624ce01f}.lp-contact-form__field textarea{resize:vertical;min-height:140px}.lp-contact-form .lp-btn{justify-self:start;margin-top:.25rem}.lp-contact-form__note{color:var(--lp-faint);margin:0;font-size:.82rem;line-height:1.45}
