
.alh-lp{font-family:var(--alh-font);color:var(--alh-text);background:var(--alh-bg);min-height:100vh;position:relative}
.alh-lp-bg{position:absolute;inset:0;background:
 radial-gradient(800px 400px at 20% 10%, rgba(168,85,247,.18), transparent 55%),
 radial-gradient(700px 360px at 80% 20%, rgba(124,58,237,.12), transparent 60%),
 radial-gradient(600px 380px at 50% 85%, rgba(168,85,247,.10), transparent 60%);
 pointer-events:none;opacity:.95}
.alh-lp-container{position:relative;padding:28px 16px 50px;max-width:1180px;margin:0 auto}
.alh-lp-boxed .alh-lp-container{max-width:980px}
.alh-card{background:var(--sec-bg, var(--alh-card));border:var(--alh-border-w) solid var(--sec-border, var(--alh-border));border-radius:var(--alh-radius);box-shadow:0 18px 60px rgba(0,0,0,.35);backdrop-filter: blur(6px)}
.alh-lp-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;padding:22px;align-items:center}
@media(max-width:920px){.alh-lp-hero{grid-template-columns:1fr}}
.alh-h1{font-size:clamp(26px, 3vw, 44px);margin:0 0 8px;letter-spacing:.2px}
.alh-h2{font-size:clamp(18px, 2vw, 26px);margin:0 0 8px}
.alh-sub{color:var(--alh-muted);margin:0 0 14px;line-height:1.8}
.alh-btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.alh-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:var(--alh-btn-radius);text-decoration:none;font-weight:900;letter-spacing:.2px}
.alh-btn-primary{background:linear-gradient(135deg, var(--alh-primary), var(--alh-accent));color:#fff;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px rgba(168,85,247,.18)}
.alh-btn-primary:hover{box-shadow:0 12px 42px var(--alh-glow);transform:translateY(-1px)}
.alh-btn-ghost{background:rgba(255,255,255,.03);color:var(--alh-text);border:1px solid var(--alh-border)}
.alh-btn-ghost:hover{box-shadow:0 12px 42px rgba(0,0,0,.25)}
.alh-trust{display:flex;align-items:center;gap:10px;margin-top:14px;color:var(--alh-muted);font-size:13px}
.alh-dot{width:10px;height:10px;border-radius:50%;background:var(--alh-accent);box-shadow:0 0 0 6px rgba(168,85,247,.12)}
.alh-lp-hero-media img{width:100%;height:auto;border-radius:calc(var(--alh-radius) - 6px);border:1px solid rgba(168,85,247,.18)}
.alh-section{padding:18px;margin-top:14px}
.alh-bullets{margin:10px 0 0;padding-inline-start:18px;line-height:1.9;color:var(--alh-text)}
.alh-bullets li{margin:6px 0}
.alh-note{margin:12px 0 0;color:var(--alh-muted);font-size:13px}
.alh-cta{margin-top:14px}
.alh-lp-footer{margin-top:18px;text-align:center;color:var(--alh-muted);font-size:13px}
.alh-lp-footer-inner{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;align-items:center}
.alh-lp-footer a{color:var(--alh-muted);text-decoration:none;border-bottom:1px dashed rgba(168,85,247,.25)}
.alh-lp-footer a:hover{color:var(--alh-text)}
.alh-sep{opacity:.55}
