.lh-hero .lv-hero-split__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.lh-hero .lv-hero-split__stage{display:flex;flex-direction:column;gap:.65rem;min-width:0;width:100%}.lh-hero .lv-hero-split__stage .lh-timeline--segments{max-width:none}@media (max-width: 860px){.lh-hero .lv-hero-split__grid{grid-template-columns:1fr}.lh-hero .lv-hero-split__stage{order:-1;max-width:28rem;margin-inline:auto;width:100%}}.lh-hero{--robi: var(--visual-a, #1e3a8a);--brand: var(--blue, #A855F7);--brand-deep: #A855F7;--brand-light: #A855F7;--hero-line: var(--border, #e2e8f0);--hero-muted: var(--muted, #64748b);--hero-ink: var(--text, #0f172a);--hero-chip-bg: #fff;--r-tile: 8px;--r-chip: 8px;--r-media: 10px;--kb-ox: 35%;--kb-oy: 40%;--kb-from: 1;--kb-to: 1.12;--kb-tx0: 0%;--kb-ty0: 0%;--kb-tx1: 3%;--kb-ty1: -2%;--kb-duration: 5s;--kb-ease: ease-out}.lh-hero .lv-hero-split__copy{display:flex;flex-direction:column;gap:var(--copy-stack-gap, 1rem);min-width:0}.lh-hero .lv-hero-split__copy h1,.lh-hero .hero-grad-title,.lh-hero .hero-title--stack{font-size:clamp(1.7rem,3.5vw,2.55rem);margin:0;font-weight:800;line-height:1.12;letter-spacing:-.02em}.lh-hero .sec-actions,.lh-hero .hero-actions{margin-top:calc(var(--cta-gap, 1.125rem) - var(--copy-stack-gap, 1rem))}.lh-hero .hero-badge-row{display:flex;align-items:center;gap:.75rem}.lh-hero .hero-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:2.5rem;height:2.5rem;border-radius:var(--r-tile);background:var(--robi);color:#fff;font-weight:800;font-size:1rem;line-height:1}.lh-hero .hero-eyebrow--brand{color:var(--robi);font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;margin:0;line-height:1.3;max-width:36rem}.lh-hero .hero-lead{color:var(--hero-muted);line-height:1.5;margin:0;max-width:48ch}.lh-hero .hero-grad-title{background:linear-gradient(105deg,var(--robi) 0%,#3b4f9c 28%,var(--brand-deep) 62%,var(--brand) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.lh-hero .hero-grad-title--split{background:none;color:var(--robi);-webkit-background-clip:unset;background-clip:unset}.lh-hero .hero-grad-title--split .hero-grad-title__gen{display:block;margin-top:.2em;background:linear-gradient(105deg,var(--brand-deep) 0%,var(--brand) 55%,var(--brand-light) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.lh-hero .hero-title--stack{display:flex;flex-direction:column;gap:.35rem;color:inherit}.lh-hero .hero-title--stack .t1a{color:var(--robi)}.lh-hero .hero-title--stack .t1b{color:var(--brand)}.lh-hero .hero-title--stack .t2{color:transparent;background:linear-gradient(90deg,var(--brand-deep),var(--brand));-webkit-background-clip:text;background-clip:text;font-weight:700;font-size:.82em}.lh-slot{display:grid;align-items:start;justify-items:stretch;width:100%}.lh-slot>*{grid-area:1 / 1;margin:0;max-width:100%}.lh-slot>.is-off{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.lh-slot>.is-on{visibility:visible;z-index:1}.lh-slot--eyebrow{flex:1 1 auto;min-width:0}.lh-hero .hero-badge-row .lh-slot--eyebrow{align-self:center}.lh-slot>.is-on[data-enter]{animation:lh-fade-up-in .45s ease both}.lh-hero[data-anim=stagger] .lh-slot--title>.is-on[data-enter]{animation-delay:.04s}.lh-hero[data-anim=stagger] .lh-slot--lead>.is-on[data-enter]{animation-delay:.1s}@keyframes lh-fade-up-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lh-hero .hero-chips,.lh-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none}.lh-hero .hero-chips li{font-size:.78rem;font-weight:600;color:var(--hero-ink);background:var(--hero-chip-bg);border:1px solid var(--hero-line);border-radius:var(--r-chip);padding:.32rem .65rem}.lh-hero .hero-chips li:before{content:"";display:inline-block;width:.32rem;height:.32rem;margin-right:.4rem;border-radius:999px;background:var(--brand);vertical-align:.1em}.lh-chip-accent,.lh-hero .hero-chips .lh-chip-accent{border-color:color-mix(in srgb,var(--brand) 45%,var(--hero-line));background:color-mix(in srgb,var(--brand) 10%,#fff)}.lh-hero .lh-media-frame,.lh-hero .lv-hero-split__media.lh-media-frame{position:relative;margin:0;border-radius:var(--r-media);overflow:hidden;border:1px solid var(--hero-line);box-shadow:0 10px 28px #0f172a12;aspect-ratio:1;background:#f3e8ff}.lh-hero .lh-media-frame picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:0}.lh-hero .lh-media-frame img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:0;pointer-events:none;transition:opacity .55s ease;transform:scale(var(--kb-from, 1));transform-origin:var(--kb-ox, 50%) var(--kb-oy, 50%)}.lh-hero .lh-media-frame img.is-show{opacity:1;z-index:1}.lh-hero .lh-media-frame img.is-show.is-kb{animation:lh-kenburns var(--kb-duration, 5s) var(--kb-ease, ease-out) forwards}@keyframes lh-kenburns{0%{transform:scale(var(--kb-from, 1)) translate(var(--kb-tx0, 0%),var(--kb-ty0, 0%))}to{transform:scale(var(--kb-to, 1.12)) translate(var(--kb-tx1, 3%),var(--kb-ty1, -2%))}}.lh-timeline{margin-top:.45rem}.lh-timeline--segments{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;max-width:28rem}.lh-timeline--segments button{position:relative;height:6px;padding:0;border:none;border-radius:999px;background:color-mix(in srgb,var(--hero-line) 70%,#e8eaf0);cursor:pointer;overflow:hidden}.lh-timeline--segments .lh-seg-fill{display:block;height:100%;width:100%;border-radius:inherit;background:var(--brand);transform-origin:left center;transform:scaleX(0);will-change:transform}.lh-timeline--segments button.is-done .lh-seg-fill{transform:scaleX(1);animation:none}.lh-timeline--segments button.is-active .lh-seg-fill{transform:scaleX(0);animation:lh-seg-run 5s linear forwards}.lh-hero.is-paused .lh-timeline--segments button.is-active .lh-seg-fill{animation-play-state:paused}@keyframes lh-seg-run{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion: reduce){.lh-slot>.is-on[data-enter],.lh-hero .lh-media-frame img.is-show.is-kb,.lh-timeline--segments button.is-active .lh-seg-fill{animation:none!important}.lh-hero .lh-media-frame img{transition:none;transform:none!important}.lh-timeline--segments button.is-active .lh-seg-fill,.lh-timeline--segments button.is-done .lh-seg-fill{transform:scaleX(1)}}:root[data-landing-visual]{--lv-green: #A855F7;--lv-green-soft: #FAF5FF;--lv-green-muted: #F3E8FF;--lv-green-dark: #A855F7;--lv-green-border: #E9D5FF;--lv-green-light: #A855F7;--lv-brand: #A855F7;--lv-robi: #1E3A8A;--lv-surface: #ffffff;--lv-alt: #f8fafc;--lv-text: #0f172a;--lv-muted: #5d6b80}[data-landing-visual] .media-frame--blob .media-img,[data-landing-visual] .media-frame--hex .media-img,[data-landing-visual] .media-frame--diag .media-img,[data-landing-visual] .media-frame--arch .media-img,[data-landing-visual] .media-frame--circle .media-img{clip-path:none;border-radius:12px}[data-landing-visual] .media-frame{background:var(--lv-surface);border-color:#e2e8f0;box-shadow:0 4px 24px #0f172a0f}.lv-mockup-banner{position:sticky;top:0;z-index:200;padding:.55rem 1rem;background:#1e3a8a;color:#faf5ff;font-size:.82rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between}.lv-mockup-banner a{color:#a855f7}.lv-mockup-nav{display:flex;flex-wrap:wrap;gap:.35rem}.lv-mockup-nav a{padding:.2rem .55rem;border-radius:999px;background:#ffffff1f;text-decoration:none;font-size:.75rem}.lv-mockup-nav a.is-active{background:var(--lv-green);color:#fff}.lv-pain-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:720px;margin:0 auto 1.5rem}.lv-stat{text-align:center;padding:1.25rem .75rem;border-radius:14px;background:var(--lv-surface);border:1px solid #e2e8f0}.lv-stat strong{display:block;font-size:2rem;color:var(--lv-green);line-height:1.1}.lv-stat span{font-size:.85rem;color:var(--lv-muted)}.lv-split-card{display:grid;gap:clamp(1.75rem,4vw,2.75rem);align-items:center}.lv-split-card>.sec-copy{display:flex;flex-direction:column}.lv-split-card>.sec-copy .lead{margin-bottom:0}.lv-split-card>.sec-copy .sec-actions{margin-top:var(--cta-gap, 1.125rem)}@media (min-width: 768px){.lv-split-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:clamp(2rem,5vw,4.5rem);row-gap:2rem}.lv-split-card>.sec-copy{order:1}.lv-split-card>.lv-split-card__media,.lv-split-card>.lv-ui-preview,.lv-split-card>.lv-code-panel,.lv-split-card>figure{order:2}.lv-split-card--reverse>.sec-copy{order:2}.lv-split-card--reverse>.lv-split-card__media,.lv-split-card--reverse>.lv-ui-preview,.lv-split-card--reverse>.lv-code-panel,.lv-split-card--reverse>figure{order:1}}@media (min-width: 1024px){.lv-split-card{column-gap:clamp(2.5rem,6vw,5rem)}.lv-split-card--reverse{grid-template-columns:minmax(0,11fr) minmax(0,10fr)}.lv-split-card:not(.lv-split-card--reverse){grid-template-columns:minmax(0,10fr) minmax(0,11fr)}}#answer .lv-split-card{gap:clamp(2rem,5vw,3.5rem)}@media (min-width: 768px){#answer .lv-split-card{column-gap:clamp(3rem,7vw,6rem)}#answer .lv-split-card--reverse>.sec-copy{padding-left:clamp(.75rem,2vw,2rem)}}#answer .sec-copy .lead{margin-bottom:0;max-width:36em}#answer .sec-copy .sec-actions{margin-top:var(--cta-gap, 1.125rem)}#answer .sec-copy .micro{margin-top:1.25rem}@media (min-width: 768px){.lv-grid-cols--2{grid-template-columns:repeat(2,minmax(0,1fr))}.lv-grid-cols--3{grid-template-columns:repeat(3,minmax(0,1fr))}.lv-grid-cols--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.sec-stack-wide{display:flex;flex-direction:column;align-items:center;gap:var(--gap-block, 2rem);max-width:980px;margin:0 auto}.sec-stack-wide>.lv-synergy-grid,.sec-stack-wide>.lv-product-grid,.sec-stack-wide>.sec-copy{width:100%}.lv-media-center{max-width:360px;margin-left:auto;margin-right:auto}.lv-hero-img--center{max-width:760px;margin:1.75rem auto 0}.lv-split-card__media img{width:100%;border-radius:14px;display:block;aspect-ratio:4 / 3;object-fit:cover;background:#faf5ff;border:none;box-shadow:0 12px 40px #0f172a1a}.lv-ui-preview{border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;background:#0f172a;box-shadow:0 12px 40px #a855f726}.lv-ui-preview__bar{display:flex;gap:.35rem;padding:.55rem .75rem;background:#1e293b}.lv-ui-preview__dot{width:8px;height:8px;border-radius:50%;background:#475569}.lv-ui-preview__body{display:grid;grid-template-columns:140px 1fr;min-height:220px}.lv-ui-preview__sidebar{background:#1e3a8a;padding:1rem .75rem;display:flex;flex-direction:column;gap:.45rem}.lv-ui-preview__nav-item{height:10px;border-radius:4px;background:#ffffff40}.lv-ui-preview__nav-item--on{background:#a855f7;width:80%}.lv-ui-preview__main{padding:1rem;background:#f8fafc;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;align-content:start}.lv-ui-preview__thumb{aspect-ratio:1;border-radius:8px;background:#a855f7;opacity:.85}.lv-steps{display:grid;gap:clamp(1rem,3vw,1.75rem);margin-top:clamp(1.5rem,4vw,2.5rem)}.lv-steps--3{grid-template-columns:1fr}@media (min-width: 768px){.lv-steps--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}}.lv-step__num{width:2rem;height:2rem;border-radius:50%;background:var(--lv-green);color:#fff;display:grid;place-items:center;font-weight:700;font-size:.9rem;margin-bottom:.75rem}.lv-step h3{font-size:1.05rem;margin-bottom:.35rem}.lv-step p{font-size:.92rem;color:var(--lv-muted)}.lv-timeline__item.lv-step,.lv-bento__step{padding:1.25rem;border-radius:14px;background:var(--lv-surface);border:1px solid #e2e8f0;position:relative}.lv-steps--3 .lv-step{display:flex;flex-direction:column;min-height:100%;padding:clamp(1.5rem,3vw,2.25rem);border-radius:16px;background:var(--lv-surface);border:1px solid #e2e8f0;box-shadow:0 8px 32px #0f172a0f;position:relative;overflow:hidden}.lv-steps--3 .lv-step__num{width:auto;height:auto;border-radius:0;background:none;color:var(--lv-green);display:block;place-items:unset;font-weight:800;font-size:clamp(3.25rem,9vw,5rem);line-height:1;letter-spacing:-.04em;margin-bottom:clamp(.5rem,1.5vw,1rem)}.lv-steps--3 .lv-step h3{font-size:clamp(1.05rem,2vw,1.2rem);font-weight:700;margin-bottom:.5rem;line-height:1.25}.lv-steps--3 .lv-step p{font-size:.92rem;line-height:1.55;flex:1}@media (min-width: 768px){.lv-steps--3 .lv-step:not(:last-child):after{content:"";position:absolute;top:clamp(2.5rem,6vw,3.5rem);right:calc(clamp(1.25rem,3vw,2rem)/-2 - 5px);width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:9px solid #cbd5e1;pointer-events:none}}.lv-timeline{position:relative;padding-left:1.5rem;border-left:3px solid var(--lv-green-muted);display:grid;gap:1.5rem}.lv-timeline__item:before{content:"";position:absolute;left:-1.65rem;width:12px;height:12px;border-radius:50%;background:var(--lv-green);border:3px solid #fff;box-shadow:0 0 0 2px var(--lv-green-muted)}.lv-bento{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.lv-bento{grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto}.lv-bento__pain{grid-column:span 2}.lv-bento__answer{grid-column:span 4}.lv-bento__step{grid-column:span 2}}.lv-bento__cell{padding:1.25rem;border-radius:14px;background:var(--lv-surface);border:1px solid #e2e8f0}.lv-bento__cell--green{background:linear-gradient(145deg,#faf5ff,#fff);border-color:#e9d5ff}.lv-cms-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.lv-cms-chip{padding:.35rem .75rem;border-radius:999px;font-size:.85rem;background:var(--lv-green-soft);color:#a855f7;border:1px solid #E9D5FF}.lv-code-panel{font-family:ui-monospace,monospace;font-size:.78rem;line-height:1.5;padding:1rem;border-radius:12px;background:#0f172a;color:#e2e8f0;overflow-x:auto}.lv-code-panel .tag{color:#a855f7}.lv-gallery-wrap{position:relative}.lv-gallery-toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.lv-filters{display:flex;flex-wrap:wrap;gap:.4rem}.lv-filter{border:1px solid #e2e8f0;background:#fff;color:var(--lv-text);padding:.4rem .85rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;min-height:44px}.lv-filter.is-active{background:var(--lv-green);border-color:var(--lv-green);color:#fff}.lv-sort-hint{font-size:.82rem;color:var(--lv-muted)}.lv-gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){.lv-gallery-grid{grid-template-columns:repeat(4,1fr)}}.lv-g-card{position:relative;border-radius:12px;overflow:hidden;background:#f1f5f9;aspect-ratio:1;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.lv-g-card.is-new{box-shadow:0 0 0 2px var(--lv-green)}.lv-g-card.is-hidden{display:none}.lv-g-card img{width:100%;height:100%;object-fit:cover;display:block;background:#faf5ff}.lv-g-card__meta{position:absolute;inset:auto 0 0 0;padding:.5rem .65rem;background:linear-gradient(transparent,#0f172ad1);color:#fff;font-size:.78rem;display:flex;justify-content:space-between;gap:.5rem}.lv-g-card__badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .5rem;border-radius:6px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;background:#a855f7;color:#fff}.lv-g-card__badge--new{background:#a855f7;color:#fff}.lv-ribbon{position:fixed;bottom:4.5rem;left:1rem;z-index:90;max-width:min(340px,calc(100vw - 2rem));pointer-events:none}.lv-ribbon__inner{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:12px;background:#0f172ae0;color:#fff;font-size:.82rem;box-shadow:0 8px 32px #00000040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:lv-ribbon-in .4s ease}.lv-ribbon__thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.lv-ribbon__text strong{color:#a855f7}@keyframes lv-ribbon-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lv-trust-row{display:grid;gap:1rem}@media (min-width: 640px){.lv-trust-row{grid-template-columns:1fr 1fr}}.lv-trust-card{padding:1.5rem;border-radius:14px;background:var(--lv-green-soft);border:1px solid #E9D5FF;text-align:center}.lv-trust-card strong{display:block;font-size:2.5rem;color:var(--lv-green);line-height:1}.lv-trust-card .stars{color:#f59e0b;letter-spacing:.1em;margin:.35rem 0}[data-lv-variant=v02] .lv-gallery-grid{grid-template-columns:repeat(2,1fr)}@media (min-width: 768px){[data-lv-variant=v02] .lv-gallery-grid{grid-template-columns:repeat(3,1fr)}}[data-lv-variant=v05] .sec--library{background:linear-gradient(180deg,#f8fafc,#faf5ff)}[data-lv-variant=v08] .lv-gallery-grid .lv-g-card:first-child{grid-column:span 2;grid-row:span 2}@media (min-width: 768px){[data-lv-variant=v08] .lv-gallery-grid .lv-g-card:first-child{grid-column:span 2;grid-row:span 2}}[data-lv-variant=v06] .sec--band-green{background:var(--lv-green);color:#fff}[data-lv-variant=v06] .sec--band-green .eyebrow,[data-lv-variant=v06] .sec--band-green .lead,[data-lv-variant=v06] .sec--band-green .micro a{color:#f3e8ff}[data-lv-variant=v06] .sec--band-green h2,.lv-layout--m06 .sec--band-green h2{color:#fff}.lv-layout--m06 .sec--band-green{background:var(--lv-green);color:#fff}.lv-layout--m06 .sec--band-green .eyebrow,.lv-layout--m06 .sec--band-green .lead,.lv-layout--m06 .sec--band-green .micro a{color:#f3e8ff}[data-lv-variant=v10] .lv-ribbon,.lv-layout--m10 .lv-toast-host{bottom:1rem;left:1rem}[data-lv-variant=v10] .lv-gallery-wrap,.lv-layout--m10 .lv-gallery-wrap{padding-bottom:4rem}.lv-toast-host{position:fixed;bottom:4.5rem;left:1rem;z-index:90;max-width:min(360px,calc(100vw - 2rem));pointer-events:none;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.lv-toast-host.is-visible{opacity:1;transform:translateY(0)}.lv-hero-bleed{min-height:min(70vh,640px);background-size:cover;background-position:center}.lv-hero-bleed__overlay{background:linear-gradient(180deg,#0f172a8c,#0f172abf);color:#fff;min-height:min(70vh,640px);display:flex;flex-direction:column;justify-content:center;padding:3rem 1.25rem}.lv-hero-bleed__overlay .eyebrow,.lv-hero-bleed__overlay .lead{color:#f3e8ff}.lv-hero-bleed__overlay h1{color:#fff}.lv-faq{max-width:720px;margin:0 auto}.lv-faq--cols{max-width:none;display:grid;grid-template-columns:1fr;gap:.5rem;align-items:start}.lv-faq-col{display:grid;gap:.5rem;align-content:start;min-width:0}@media (min-width: 900px){.lv-faq--cols{grid-template-columns:1fr 1fr;gap:1rem}.lv-faq-col{gap:.55rem}}.lv-faq-item{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;margin-bottom:0;background:#fff}.lv-faq-item summary{cursor:pointer;font-weight:600}.lv-faq-item p{margin-top:.5rem;color:var(--lv-muted);font-size:.92rem}.lv-cta-img{max-width:280px;margin:0 auto 1rem}main>section[data-lv-pickable]{position:relative}.lv-fav-pin{position:absolute;top:.75rem;right:.75rem;z-index:30;cursor:pointer;margin:0}.lv-fav-pin__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lv-fav-pin__box{display:grid;place-items:center;width:42px;height:42px;border:2px solid #ef4444;border-radius:8px;background:#fffffff5;box-shadow:0 2px 8px #0f172a1f;color:transparent;transition:border-color .2s,color .2s,background .2s}.lv-fav-pin:hover .lv-fav-pin__box{border-color:#dc2626;background:#fff}.lv-fav-pin.is-checked .lv-fav-pin__box{border-color:#a855f7;color:#a855f7;background:#faf5ff}.lv-fav-pin__icon{display:block}section.is-favorited{outline:2px solid rgba(168,85,247,.35);outline-offset:-2px}.lv-mockup-banner .lv-fav-link{margin-left:auto;margin-right:.75rem;font-size:.85rem;font-weight:600;color:#fef3c7;text-decoration:none;white-space:nowrap}.lv-mockup-banner .lv-fav-link.is-empty{opacity:.65}.lv-mockup-banner .lv-fav-link:hover{color:#fff;text-decoration:underline}.lv-favorites-page{max-width:960px;margin:0 auto;padding:2rem 1.25rem 4rem}.lv-favorites-page__head{margin-bottom:1.5rem}.lv-favorites-page__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.lv-fav-card{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;align-items:center;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;margin-bottom:.65rem}.lv-fav-card__thumb img{width:120px;height:90px;object-fit:cover;border-radius:8px;display:block}.lv-fav-card__no-img{display:grid;place-items:center;width:120px;height:90px;background:#f1f5f9;border-radius:8px;color:#94a3b8}.lv-fav-card__badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#a855f7;margin-bottom:.25rem}.lv-fav-card__title{font-size:1.05rem;margin:0 0 .2rem}.lv-fav-card__meta{font-size:.82rem;color:var(--lv-muted, #64748b);margin:0}.lv-fav-card__actions{display:flex;flex-direction:column;gap:.25rem}.lv-fav-card__actions .btn{min-width:2.25rem;padding:.25rem .5rem}.lv-composite-banner{padding:.5rem 1rem;background:#0f172a;color:#e2e8f0;font-size:.85rem}.lv-composite-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.lv-composite-tag{display:inline-block;padding:.15rem .5rem;border-radius:999px;background:#334155;font-size:.75rem}.lv-composite-empty{text-align:center;padding:4rem 1rem;color:var(--lv-muted, #64748b)}.lv-tools-subhead{font-size:1rem;font-weight:700;margin:2rem 0 1rem;color:#0f172a}.lv-preset-grid,.lv-use-grid,.lv-for-grid,.lv-benefit-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr))}#advantages .sec-head{margin-bottom:clamp(1.25rem,3vw,2rem)}#advantages .sec-head .eyebrow{margin-bottom:.65rem;color:var(--lv-green, #A855F7)}#advantages .sec-head .lead.sec-head__sub{font-size:clamp(.9375rem,2vw,1.0625rem);font-weight:400;color:var(--lv-muted, #64748b);line-height:1.55;margin-top:.75rem;max-width:48ch}.lv-benefit-bento{display:grid;gap:clamp(1rem,2.5vw,1.25rem);grid-template-columns:1fr}@media (min-width: 640px){.lv-benefit-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.lv-benefit-card--lead{grid-column:1 / -1}}.lv-benefit-card{display:flex;flex-direction:column;min-height:100%;padding:clamp(1.25rem,3vw,1.65rem);border-radius:16px;background:var(--lv-surface);border:1px solid #e2e8f0;box-shadow:0 8px 32px #0f172a0d}.lv-benefit-card--lead{background:linear-gradient(145deg,#faf5ff,#fff 55%);border-color:#e9d5ff}@media (min-width: 768px){.lv-benefit-card--lead{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:1.25rem;row-gap:.35rem;align-items:start}.lv-benefit-card--lead .lv-benefit-card__icon{grid-row:1 / span 2;margin-bottom:0}}.lv-benefit-card__icon{width:2.75rem;height:2.75rem;border-radius:12px;background:var(--lv-green-soft);color:var(--lv-green);display:grid;place-items:center;margin-bottom:1rem;flex-shrink:0}.lv-benefit-card__icon svg{width:1.35rem;height:1.35rem}#advantages .lv-benefit-card h3{font-size:clamp(1.02rem,2vw,1.15rem);font-weight:800;line-height:1.25;margin:0 0 .45rem;color:var(--lv-text, #0f172a)}#advantages .lv-benefit-card--lead h3{font-size:clamp(1.12rem,2.5vw,1.35rem)}#advantages .lv-benefit-card p{font-size:.92rem;line-height:1.55;color:var(--lv-muted, #64748b);flex:1;margin:0}.lv-preset-card{position:relative;padding-top:.5rem}.lv-preset-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#a855f7;background:#faf5ff;border-radius:999px;padding:.15rem .55rem;margin-bottom:.35rem}.lv-use-case h3,.lv-for-whom h3{font-size:1.02rem}.lv-synergy-grid{display:grid;gap:clamp(1rem,2.5vw,1.5rem);margin-top:clamp(1.25rem,3vw,2rem);grid-template-columns:1fr}@media (min-width: 640px){.lv-synergy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lv-synergy-card--mascot{grid-column:1 / -1}}.lv-synergy-card{display:flex;flex-direction:column;min-height:100%;padding:clamp(1.15rem,2.5vw,1.5rem);border-radius:16px;background:var(--lv-surface, #fff);border:1px solid #e2e8f0;box-shadow:0 8px 32px #0f172a0d}.lv-synergy-formula{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.75rem}.lv-synergy-chip{font-size:.875rem;font-weight:700;letter-spacing:.02em;color:#fff;background:#a855f7;border-radius:999px;padding:.25rem .65rem}.lv-synergy-plus{color:#94a3b8;font-weight:700;font-size:.85rem;line-height:1}#synergy .lv-synergy-card h3{font-size:clamp(1.02rem,2vw,1.15rem);color:#a855f7;line-height:1.25;margin:0 0 .4rem}.lv-synergy-card--mascot{background:linear-gradient(145deg,#faf5ff,#fff 55%);border-color:#e9d5ff}#synergy .lv-synergy-card--mascot h3{font-size:clamp(1.05rem,2vw,1.2rem)}#synergy .lv-synergy-card p{font-size:.92rem;line-height:1.55;margin:0;color:var(--lv-muted, #64748b)}.lv-partner-grid{margin-top:clamp(1.25rem,3vw,2rem)}@media (min-width: 640px){.lv-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.lv-partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}#partner .lv-synergy-card h3{font-size:clamp(1.02rem,2vw,1.15rem);color:#a855f7;line-height:1.25;margin:0 0 .4rem}#partner .lv-synergy-card p{font-size:.92rem;line-height:1.55;color:var(--lv-muted, #64748b)}#partner .lv-synergy-card .lv-synergy-formula{margin-bottom:.75rem}.lv-partner-actions{margin-top:clamp(1.25rem,3vw,1.75rem)}.lv-partner-note{text-align:center;margin-top:.75rem}#synergy .lv-split-card{margin-bottom:0}#synergy .lv-split-card+.lv-synergy-grid{margin-top:clamp(1.5rem,4vw,2.25rem)}.lv-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.lv-seo-kws{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1rem}.lv-seo-kw{font-size:.72rem;padding:.2rem .55rem;border-radius:999px;background:#f1f5f9;color:#475569}.lv-seo-block .sec-copy p{font-size:.92rem;color:var(--lv-muted, #64748b);line-height:1.55}.lv-hero-editorial .sec-copy h1{letter-spacing:-.02em}.lv-synergy-img{max-width:200px;margin-left:auto}[data-lv-variant=m02] .lv-product-center-layout{display:flex;flex-direction:column;gap:1.5rem}[data-lv-variant=m02] .lv-product-col{display:flex;flex-direction:column;gap:1rem}[data-lv-variant=m02] .lv-product-col--center img{max-width:100%;height:auto;border-radius:12px}@media (min-width: 768px){[data-lv-variant=m02] .lv-product-center-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:center}[data-lv-variant=m02] .lv-product-col--center img{margin:0 auto}}@media (min-width: 768px){[data-lv-variant=m02] .lv-trust-row.lv-grid-cols--3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){[data-lv-variant=m02] .sec-inner--wide.lv-faq{max-width:1200px}[data-lv-variant=m02] .lv-faq{column-count:2;column-gap:2rem}[data-lv-variant=m02] .lv-faq>header{column-span:all;margin-bottom:2rem}[data-lv-variant=m02] .lv-faq-item{break-inside:avoid;margin-bottom:1rem}}#top+#pricing.sec--pricing{padding-top:clamp(2rem,4vw,3.25rem)}#pricing .pricing-head{margin-bottom:.25rem}#pricing .pricing-inner{gap:1.5rem}.lv-service-list{list-style:none;margin:var(--copy-stack-gap, 1rem) 0 0;padding:0;display:grid;gap:.5rem}.lv-service-list li{position:relative;padding-left:1.15rem;color:var(--muted, #64748b);font-size:.95rem}.lv-service-list li:before{content:"";position:absolute;left:0;top:.55em;width:.4rem;height:.4rem;border-radius:50%;background:var(--lv-green, #A855F7)}.lv-hero-split{background:linear-gradient(180deg,#faf5ff,#fff 70%);padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.lv-hero-split__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.lv-hero-split__copy h1{font-size:clamp(2rem,4.2vw,3.1rem);line-height:1.12;letter-spacing:-.02em;color:var(--lv-text, #0f172a)}.lv-hero-split__media{margin:0;border-radius:16px;overflow:hidden;border:1px solid var(--lv-green-border, #E9D5FF);box-shadow:0 16px 40px #a855f71f}.lv-hero-split__media:not(.lh-media-frame) img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}@media (max-width: 860px){.lv-hero-split__grid{grid-template-columns:1fr}.lv-hero-split__media,.lv-hero-split__stage{order:-1;max-width:28rem;margin-inline:auto}.lh-hero .lv-hero-split__media.lh-media-frame,.lh-hero .lv-hero-split__stage{width:100%}}.lv-service-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.1rem;margin-top:2rem;align-items:start}.lv-service-tile{display:grid;gap:.55rem;overflow-wrap:anywhere;text-decoration:none;color:inherit;padding:0;border:none;background:transparent;min-width:0}.lv-service-tile img{width:100%;aspect-ratio:16 / 10;max-height:11.5rem;height:auto;object-fit:cover;object-position:center;border-radius:12px;display:block;background:#faf5ff;border:none;box-shadow:0 4px 16px #0f172a14}.lv-service-tile h3{margin:0;font-size:1.05rem;color:var(--lv-green, #A855F7)}.lv-service-tile p{margin:0;font-size:.9rem;color:var(--lv-muted, #64748b);line-height:1.4}.lv-service-tile:hover img{box-shadow:0 8px 24px #0f172a1f}.sec--services-board{background:linear-gradient(180deg,#faf5ff,#fff 55%)}.lv-cta-band{background:linear-gradient(135deg,#faf5ff,#f3e8ff,#fff)}.lv-cta-band__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.lv-cta-band .sec-copy .lead{margin-top:var(--copy-stack-gap, 1rem);margin-bottom:0}.lv-cta-band .sec-copy .sec-actions{margin-top:var(--cta-gap, 1.125rem)}.lv-cta-band__media img{width:100%;border-radius:14px;display:block;aspect-ratio:1;object-fit:cover}@media (max-width: 960px){.lv-service-board{grid-template-columns:repeat(2,minmax(0,1fr))}.lv-cta-band__inner{grid-template-columns:1fr}}@media (max-width: 560px){.lv-service-board{grid-template-columns:1fr}.lv-hero-bleed{min-height:78vh}}.lp-promo{position:fixed;z-index:95;left:max(1rem,env(safe-area-inset-left,0px));bottom:max(1rem,env(safe-area-inset-bottom,0px));width:min(22rem,calc(100vw - 2rem));font-family:inherit;animation:lp-promo-in .42s ease-out both}@keyframes lp-promo-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.lp-promo__card{background:var(--surface, #fff);border:1px solid #e9d5ff;border-radius:16px;box-shadow:0 14px 36px #1e3a8a1f;overflow:hidden}.lp-promo__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .75rem .45rem .9rem}.lp-promo__eyebrow{margin:0;font-size:.68rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase;color:#a855f7}.lp-promo__close{border:0;background:transparent;color:#94a3b8;width:1.75rem;height:1.75rem;border-radius:8px;cursor:pointer;font-size:1.1rem;line-height:1}.lp-promo__close:hover{background:#f8fafc;color:#475569}.lp-promo__body{padding:0 .9rem .9rem}.lp-promo__rows{display:grid;gap:.45rem}.lp-promo__row{display:grid;grid-template-columns:1fr auto;gap:.55rem;align-items:center;padding:.55rem .65rem;border:1px solid #f1f5f9;border-radius:12px;background:#fafafa;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}.lp-promo__row:hover{background:#faf5ff;border-color:#e9d5ff}.lp-promo__row strong{display:block;font-size:.8rem;color:#1e3a8a;font-weight:750}.lp-promo__row span:not(.lp-promo__go){display:block;margin-top:.1rem;font-size:.72rem;color:#64748b;line-height:1.35}.lp-promo__code{display:block;width:fit-content;margin-top:.45rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;font-weight:800;letter-spacing:.04em;color:#a855f7;background:#f3e8ff;border:1px solid #e9d5ff;border-radius:6px;padding:.05rem .4rem;box-shadow:0 0 0 3px #a855f71f}.lp-promo__go{font-size:.72rem;font-weight:750;color:#a855f7;white-space:nowrap}@media (max-width: 768px){.lp-promo{display:none!important}}@media (prefers-reduced-motion: reduce){.lp-promo{animation:none}}
