.lp{min-height:100dvh;background:var(--color-background-tertiary);color:var(--color-text-primary);background-image:radial-gradient(120% 60% at 50% -10%,var(--saffron-tint) 0,transparent 55%);overflow-x:clip}.lp,.lp__inner{display:flex;flex-direction:column}.lp__inner{width:100%;max-width:640px;margin:0 auto;padding:clamp(2.5rem,8vw,4.5rem) var(--space-5) var(--space-10);gap:clamp(2.5rem,7vw,3.75rem);flex:1 1}.lp-hero{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.lp-hero__motif{position:absolute;inset:-8% 0 auto;width:100%;height:220px;z-index:0;pointer-events:none;color:var(--saffron);opacity:.16}.lp-hero>:not(.lp-hero__motif){position:relative;z-index:1}.lp-brand{display:inline-flex;align-items:center;gap:var(--space-3)}.lp-brand__mark{width:52px;height:52px;border-radius:15px;background:var(--saffron);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:var(--fw-semibold);box-shadow:0 6px 18px rgba(216,90,48,.32)}.lp-brand__word{font-size:var(--text-2xl);letter-spacing:-.02em}.lp-beta,.lp-brand__word{font-weight:var(--fw-semibold)}.lp-beta{align-self:flex-start;margin-top:2px;font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;background:var(--saffron-tint);border:1px solid var(--color-border-info);border-radius:var(--radius-pill);padding:2px 8px}.lp-beta,.lp-eyebrow{color:var(--saffron-dark)}.lp-eyebrow{font-size:var(--text-sm);font-weight:var(--fw-medium);letter-spacing:.01em}.lp-eyebrow[lang=hi]{font-size:var(--text-lg)}.lp-headline{font-size:clamp(2rem,8vw,2.75rem);line-height:1.1;font-weight:var(--fw-semibold);letter-spacing:-.03em;max-width:16ch}.lp-headline__dot{color:var(--saffron);margin:0 .28em;font-weight:var(--fw-regular)}.lp-sub{font-size:var(--text-lg);line-height:var(--leading-normal);color:var(--color-text-secondary);max-width:42ch}.lp-cta{margin-top:var(--space-2);display:flex;flex-direction:column;align-items:center;gap:var(--space-3)}.lp-cta .btn{min-width:220px}.lp-reassure{font-size:var(--text-sm);color:var(--color-text-tertiary)}.lp-features{display:grid;grid-template-columns:1fr;grid-gap:var(--space-4);gap:var(--space-4)}@media (min-width:560px){.lp-features{grid-template-columns:repeat(3,1fr)}}.lp-feature{background:var(--color-background-primary);border:1px solid var(--color-border-tertiary);border-radius:var(--border-radius-xl);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.lp-feature:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-border-secondary)}.lp-feature__icon{width:42px;height:42px;border-radius:var(--border-radius-lg);background:var(--saffron-tint);color:var(--saffron);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-1)}.lp-feature__title{font-size:var(--text-md);font-weight:var(--fw-semibold)}.lp-feature__body{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-secondary)}.lp-private{display:flex;gap:var(--space-4);align-items:flex-start;text-align:left;background:var(--color-background-primary);border:1px solid var(--color-border-tertiary);border-radius:var(--border-radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm)}.lp-private__icon{flex:none;width:46px;height:46px;border-radius:var(--border-radius-lg);background:var(--perm-member-bg);color:var(--perm-member-fg);display:flex;align-items:center;justify-content:center}.lp-private__title{font-size:var(--text-lg);font-weight:var(--fw-semibold);margin-bottom:var(--space-1)}.lp-private__body{font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-secondary)}.lp-setup{text-align:left;max-width:460px;margin:0 auto}.lp-setup code{font-family:var(--font-mono);font-size:.85em;background:var(--color-background-secondary);padding:1px 5px;border-radius:var(--border-radius-sm)}.lp-footer{margin-top:auto;padding-top:var(--space-6);display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2) var(--space-4);text-align:center;font-size:var(--text-sm);color:var(--color-text-tertiary)}.lp-footer__links{display:inline-flex;gap:var(--space-3)}@keyframes lp-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.lp-rise{animation:lp-rise .64s cubic-bezier(.2,.7,.2,1) both}.lp-hero>.lp-rise:nth-child(2){animation-delay:40ms}.lp-hero>.lp-rise:nth-child(3){animation-delay:.1s}.lp-hero>.lp-rise:nth-child(4){animation-delay:.16s}.lp-hero>.lp-rise:nth-child(5){animation-delay:.22s}.lp-hero>.lp-rise:nth-child(6){animation-delay:.28s}.lp-features{animation-delay:.32s}.lp-private{animation-delay:.4s}@media (prefers-reduced-motion:reduce){.lp-rise{animation:none}.lp-feature{transition:none}}