.lp-hero{align-items:center;min-height:80vh;padding:150px 0 90px;display:flex;position:relative;overflow:hidden}.lp-hero__bg{z-index:0;position:absolute;inset:0}.lp-hero__bg img{object-fit:cover;opacity:.55;width:100%;height:100%}.lp-hero__bg:after{content:"";background:linear-gradient(180deg, #0a0a0bd1 0%, #0a0a0b9e 42%, var(--bg) 100%);position:absolute;inset:0}.lp-hero__inner{z-index:1;max-width:980px;position:relative}.lp-hero h1{font-size:var(--t-hero);max-width:16ch;margin:.35em 0 0}.lp-hero h1 .accent{color:var(--red)}.lp-hero__sub{font-size:var(--t-lede);color:var(--fg-2);max-width:58ch;margin-top:1.1rem}.lp-actions{flex-wrap:wrap;gap:14px;margin-top:2rem;display:flex}.lp-micro{color:var(--fg-3);letter-spacing:.02em;margin-top:1rem;font-size:.85rem}.lp-proof{flex-wrap:wrap;gap:10px;margin-top:1.9rem;padding:0;list-style:none;display:flex}.lp-proof li{border:1px solid var(--line);color:var(--fg-2);background:#ffffff08;border-radius:999px;padding:.5rem 1rem;font-size:.82rem}.lp-section{border-top:1px solid var(--line-2);padding:clamp(64px,9vw,128px) 0}.lp-section--alt{background:var(--bg-2)}.lp-head{max-width:68ch;margin-bottom:clamp(32px,4vw,56px)}.lp-head h2{margin-top:.4em;font-size:clamp(2rem,4.2vw,3.4rem)}.lp-head p{color:var(--fg-2);font-size:var(--t-lede);margin-top:1rem}.lp-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.lp-card{background:var(--panel);border:1px solid var(--line-2);transition:border-color .35s var(--ease), transform .35s var(--ease);border-radius:14px;padding:26px}.lp-card:hover{border-color:#e01e2673;transform:translateY(-3px)}.lp-card h3{margin-bottom:.6rem;font-size:1.25rem}.lp-card p{color:var(--fg-2);font-size:.95rem}.lp-card__flag{letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:.9rem;font-size:.68rem;font-weight:700;display:inline-block}.lp-split{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(28px,5vw,72px);display:grid}.lp-split img{object-fit:cover;aspect-ratio:4/3;border-radius:14px;width:100%}.lp-list{gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.lp-list li{color:var(--fg-2);padding-left:1.9rem;position:relative}.lp-list li:before{content:"";background:var(--red);width:12px;height:2px;position:absolute;top:.62em;left:0}.lp-steps{counter-reset:lp-step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.lp-step{border-top:2px solid var(--red);padding-top:20px}.lp-step__n{letter-spacing:.2em;color:var(--fg-3);margin-bottom:.7rem;font-family:Archivo,system-ui,sans-serif;font-size:.8rem;display:block}.lp-step h3{margin-bottom:.5rem;font-size:1.15rem}.lp-step p{color:var(--fg-2);font-size:.94rem}.lp-faq{gap:0;max-width:860px;display:grid}.lp-faq details{border-bottom:1px solid var(--line-2);padding:1.15rem 0}.lp-faq summary{cursor:pointer;letter-spacing:-.01em;justify-content:space-between;gap:1rem;font-family:Archivo,system-ui,sans-serif;font-size:1.05rem;font-weight:700;list-style:none;display:flex}.lp-faq summary::-webkit-details-marker{display:none}.lp-faq summary:after{content:"+";color:var(--red);font-size:1.3rem;line-height:1}.lp-faq details[open] summary:after{content:"–"}.lp-faq p{color:var(--fg-2);margin-top:.8rem;font-size:.97rem}.lp-cta{text-align:center;background:var(--bg-3);border-top:1px solid var(--line-2);padding:clamp(72px,10vw,140px) 0}.lp-cta h2{font-size:clamp(2.1rem,5vw,4rem)}.lp-cta p{color:var(--fg-2);max-width:54ch;font-size:var(--t-lede);margin:1rem auto 0}.lp-cta .lp-actions{justify-content:center}@media (width<=860px){.lp-split{grid-template-columns:1fr}.lp-hero{min-height:auto;padding:126px 0 64px}.lp-actions .btn{justify-content:center;width:100%}}.lp-illo{width:52px;height:52px;color:var(--red);margin-bottom:1.1rem;animation:6s ease-in-out infinite lp-illo-float;display:inline-flex}.lp-illo svg{width:100%;height:100%}.lp-illo .lp-illo__seg{stroke-dasharray:1;stroke-dashoffset:1px}.reveal.in .lp-illo .lp-illo__seg{animation:lp-illo-draw 1.6s var(--ease) forwards}.reveal.in .lp-illo .lp-illo__accent{animation:lp-illo-draw 1.6s var(--ease) forwards, lp-illo-pulse 3.2s ease-in-out 1.8s infinite}.lp-illo .lp-illo__pulse{fill:currentColor;stroke:none;opacity:0}.reveal.in .lp-illo .lp-illo__pulse{animation:3.2s ease-in-out 1.6s infinite lp-illo-dot}.lp-step .lp-illo{width:44px;height:44px;margin-bottom:.9rem}@keyframes lp-illo-draw{to{stroke-dashoffset:0}}@keyframes lp-illo-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes lp-illo-dot{0%,to{opacity:.9;transform:scale(1)}50%{opacity:.25;transform:scale(.82)}}@keyframes lp-illo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.lp-illo,.reveal.in .lp-illo .lp-illo__seg,.reveal.in .lp-illo .lp-illo__accent,.reveal.in .lp-illo .lp-illo__pulse{animation:none}.lp-illo .lp-illo__seg{stroke-dashoffset:0}.lp-illo .lp-illo__pulse{opacity:.9}}.lp-gallery{grid-template-columns:repeat(4,1fr);gap:12px;margin:2rem 0;display:grid}.lp-gallery figure{aspect-ratio:4/3;border:1px solid var(--line,#ffffff14);border-radius:14px;margin:0;position:relative;overflow:hidden}.lp-gallery img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.lp-gallery figure:hover img{transform:scale(1.04)}.lp-gallery figcaption{letter-spacing:.04em;background:linear-gradient(#0000,#000000b8);padding:1.4rem .9rem .7rem;font-size:.8rem;position:absolute;bottom:0;left:0;right:0}@media (width<=860px){.lp-gallery{grid-template-columns:repeat(2,1fr)}}
