/* Commercial landing pages (Tools menu). Reusable across all landing pages. Scoped under .lp-page. */
.lp-page .lp{max-width:1080px;margin:0 auto;padding:0 24px}
.lp-page .lp-btn{display:inline-block;background:var(--brand);color:var(--btntext,#0A0E1A);font-weight:700;padding:13px 24px;border-radius:9px;font-size:15px;border:none;cursor:pointer;transition:opacity .15s}
.lp-page .lp-btn:hover{opacity:.9}
.lp-page .lp-btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}
html[data-theme="light"] .lp-page .lp-btn:not(.ghost){color:#fff}

/* hero */
.lp-page .lp-hero{text-align:center;padding:64px 0 36px;background:transparent;color:#F3F4F6;position:static;z-index:auto}
html[data-theme="light"] .lp-page .lp-hero{color:#0B1220}
.lp-page .lp-eyebrow{display:inline-block;background:var(--brand-soft,rgba(251,146,60,.12));color:var(--brand);font-size:13px;font-weight:600;padding:6px 14px;border-radius:30px;letter-spacing:.03em;text-transform:uppercase;margin-bottom:22px}
.lp-page .lp-hero h1{font-size:clamp(32px,5vw,48px);line-height:1.12;font-weight:800;letter-spacing:-.02em;margin-bottom:18px;color:#F3F4F6;transition:none}
html[data-theme="light"] .lp-page .lp-hero h1{color:#0B1220}
.lp-page .lp-hero h1 .hl{color:var(--brand);transition:none}
.lp-page .lp-hero .sub{transition:none}
.lp-page .lp-hero .sub{font-size:19px;color:#c2c8d2;max-width:640px;margin:0 auto 28px}
html[data-theme="light"] .lp-page .lp-hero .sub{color:#475569}
.lp-page .lp-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.lp-page .lp-trust{margin-top:24px;color:var(--muted);font-size:14px}
.lp-page .lp-trust b{color:var(--text)}

/* product shot */
.lp-page .lp-shot{margin:42px auto 0;max-width:920px;background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.lp-page .lp-shot .bar{display:flex;gap:7px;padding:12px 16px;border-bottom:1px solid var(--border)}
.lp-page .lp-shot .bar i{width:11px;height:11px;border-radius:50%;background:var(--border);display:inline-block}
.lp-page .lp-shot img{width:100%;display:block}

/* sections */
.lp-page section.lp-sec{padding:54px 0}
.lp-page section.lp-alt{background:#0c1120}
html[data-theme="light"] .lp-page section.lp-alt{background:#eef1f6}
.lp-page .lp-sec h2{font-size:clamp(26px,4vw,32px);font-weight:800;letter-spacing:-.01em;text-align:center;margin-bottom:12px}
.lp-page .lp-lead{text-align:center;color:var(--muted);max-width:580px;margin:0 auto 38px;font-size:16px}

/* feature grid */
.lp-page .lp-g3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.lp-page .lp-feat{background:var(--card);border:1px solid var(--border);border-radius:13px;padding:26px}
.lp-page .lp-feat .ic{width:44px;height:44px;border-radius:11px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--text)}
.lp-page .lp-feat .ic svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}
.lp-page .lp-feat h3{font-size:18px;margin-bottom:8px}
.lp-page .lp-feat p{color:var(--muted);font-size:14.5px;line-height:1.6}

/* steps */
.lp-page .lp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.lp-page .lp-step .n{width:34px;height:34px;border-radius:50%;background:var(--brand);color:var(--btntext,#0A0E1A);font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
html[data-theme="light"] .lp-page .lp-step .n{color:#fff}
.lp-page .lp-step h3{font-size:17px;margin-bottom:6px}
.lp-page .lp-step p{color:var(--muted);font-size:14.5px}

/* faq */
.lp-page .lp-faq{max-width:760px;margin:0 auto}
.lp-page .lp-faq details{background:var(--card);border:1px solid var(--border);border-radius:11px;padding:18px 20px;margin-bottom:12px}
.lp-page .lp-faq summary{font-weight:600;cursor:pointer;font-size:16px;list-style:none}
.lp-page .lp-faq summary::-webkit-details-marker{display:none}
.lp-page .lp-faq details p{color:var(--muted);margin-top:10px;font-size:14.5px;line-height:1.6}

/* final cta */
.lp-page .lp-final{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:54px 30px;margin:30px 0 60px}
.lp-page .lp-final h2{margin-bottom:10px}
.lp-page .lp-final p{color:var(--muted);margin-bottom:24px;max-width:520px;margin-left:auto;margin-right:auto}

@media(max-width:760px){.lp-page .lp-g3,.lp-page .lp-steps{grid-template-columns:1fr}}
