/* Public marketing site — light premium (matches social covers) */
.site-root {
    --ink: #1a1d2e;
    --ink-soft: #2a3050;
    --muted: #6b7280;
    --line: rgba(26, 29, 46, 0.08);
    --teal: #5d5fef;
    --teal-deep: #4b4dd9;
    --teal-bright: #7c7ef5;
    --surface: rgba(255, 255, 255, 0.92);
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(1100px 640px at 88% -8%, rgba(93, 95, 239, 0.18), transparent 58%),
        radial-gradient(800px 480px at -5% 18%, rgba(16, 185, 129, 0.08), transparent 52%),
        linear-gradient(180deg, #f4f6f9 0%, #eef0ff 38%, #fafbff 100%);
    color: var(--ink);
}

.site-root[hidden],
.app-shell[hidden] {
    display: none !important;
}

body.site-mode {
    padding: 0 !important;
    background: #f4f6f9;
}

body.site-mode .app-shell {
    display: none !important;
}

body.app-mode .site-root {
    display: none !important;
}

/* —— Header —— */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.lp-logo {
    font-family: "Syne", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
    text-decoration: none;
}

.lp-nav {
    display: none;
    align-items: center;
    gap: 24px;
}

.lp-nav a {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    text-decoration: none;
    transition: color 180ms ease;
}

.lp-nav a:hover {
    color: var(--teal-bright);
}

.lp-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-menu-btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.lp-menu-btn span {
    display: block;
    width: 16px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
}

.lp-drawer {
    position: sticky;
    top: 65px;
    z-index: 39;
    display: grid;
    gap: 4px;
    padding: 12px 16px 16px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
}

.lp-drawer[hidden] {
    display: none !important;
}

.lp-drawer a {
    padding: 12px 10px;
    border-radius: 12px;
    color: var(--ink);
    text-decoration: none;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.lp-drawer a:hover {
    background: rgba(93, 95, 239, 0.12);
}

/* —— Hero —— */
.lp-hero {
    position: relative;
    isolation: isolate;
    min-height: min(72svh, 720px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 22px 28px;
    overflow: hidden;
}

.lp-hero-glow {
    position: absolute;
    inset: 4% 8% auto;
    height: 70%;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(93, 95, 239, 0.34), transparent 58%),
        radial-gradient(ellipse at 78% 55%, rgba(14, 165, 233, 0.22), transparent 52%),
        radial-gradient(ellipse at 20% 70%, rgba(56, 189, 248, 0.12), transparent 50%);
    filter: blur(10px);
    z-index: -2;
    pointer-events: none;
    animation: lp-glow-drift 12s ease-in-out infinite alternate;
}

.lp-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 20%, transparent 72%);
}

.lp-hero-copy {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    animation: lp-rise 700ms var(--ease) both;
}

.lp-eyebrow {
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.lp-brand {
    font-family: "Syne", system-ui, sans-serif;
    font-size: clamp(52px, 11vw, 92px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 0.9;
    margin: 0 0 18px;
    color: var(--ink);
    text-wrap: balance;
    background: linear-gradient(180deg, #1a1d2e 0%, #5d5fef 140%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-headline {
    font-family: "Syne", system-ui, sans-serif;
    font-size: clamp(22px, 3.6vw, 32px);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 14px;
    color: var(--ink);
    text-wrap: balance;
}

.lp-lead {
    margin: 0 auto 30px;
    max-width: 44ch;
    font-size: 17px;
    line-height: 1.55;
    color: var(--muted);
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    text-wrap: pretty;
}

.lp-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    border: none;
    font-family: "Syne", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: transform 220ms var(--ease), filter 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.lp-btn:hover {
    filter: brightness(1.04);
}

.lp-btn:active {
    transform: scale(0.98);
}

.lp-btn-sm {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
}

.lp-btn-primary {
    background: linear-gradient(135deg, #6c63ff, #5d5fef 55%, #4b4dd9);
    color: #fff;
    box-shadow: 0 12px 32px rgba(93, 95, 239, 0.28);
}

.lp-btn-primary:hover {
    box-shadow: 0 16px 40px rgba(93, 95, 239, 0.35);
}

.lp-btn-ghost {
    background: rgba(255, 255, 255, 0.72);
    color: var(--teal-deep);
    border: 1.5px solid rgba(93, 95, 239, 0.35);
}

.lp-btn-ghost:hover {
    background: #fff;
}

.lp-btn-light {
    background: #ffffff;
    color: var(--teal-deep);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
}

.lp-btn-block {
    width: 100%;
}

.lp-trial {
    margin: 20px 0 0;
    font-size: 13px;
    color: #64748b;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

/* —— Highlights —— */
.lp-highlights {
    max-width: 1120px;
    margin: 0 auto;
    padding: 8px 22px 48px;
}

.lp-highlights-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 28px;
    background: linear-gradient(180deg, #fff, rgba(255,255,255,0.94));
    border: 1px solid var(--line);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 28px 64px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.lp-hl {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    padding: 24px;
    border-bottom: 1px solid var(--line);
    transition: background 220ms ease;
}

.lp-hl:last-child {
    border-bottom: none;
}

.lp-hl:hover {
    background: rgba(93, 95, 239, 0.08);
}

.lp-hl-icon {
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(93, 95, 239, 0.2), rgba(14, 165, 233, 0.12));
    color: var(--teal-deep);
    font-size: 19px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.lp-hl strong {
    font-family: "Syne", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    align-self: end;
}

.lp-hl span {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--muted);
    grid-column: 2;
}

/* —— Sections —— */
.lp-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 22px 56px;
}

.lp-kicker {
    margin: 0 0 10px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal);
}

.lp-kicker-light {
    color: rgba(255, 255, 255, 0.72);
}

.lp-section h2 {
    font-family: "Syne", system-ui, sans-serif;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
    color: var(--ink);
    text-wrap: balance;
}

.lp-section-lead {
    margin: 0 0 36px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    max-width: 48ch;
}

.lp-feature-grid {
    display: grid;
    gap: 14px;
}

.lp-feature {
    padding: 24px 22px 26px;
    border-radius: 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    backdrop-filter: blur(8px);
    transition: transform 240ms var(--ease), border-color 240ms ease, box-shadow 240ms ease;
}

.lp-feature:hover {
    transform: translateY(-3px);
    border-color: rgba(93, 95, 239, 0.35);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
}

.lp-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(145deg, rgba(93, 95, 239, 0.15), rgba(14, 165, 233, 0.08));
    color: var(--teal-deep);
    font-size: 17px;
}

.lp-feature h3 {
    margin: 0 0 8px;
    font-family: "Syne", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.lp-feature p {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: var(--muted);
}

/* —— Steps —— */
.lp-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    counter-reset: none;
}

.lp-steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px;
    border-radius: 20px;
    background: var(--surface);
    border: 1px solid var(--line);
}

.lp-steps .n {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(145deg, #5d5fef, #a5b4fc);
    color: #fff;
    font-family: "Syne", system-ui, sans-serif;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(93, 95, 239, 0.28);
}

.lp-steps strong {
    display: block;
    font-family: "Syne", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
    color: var(--ink);
}

.lp-steps span {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.5;
}

.lp-video {
    margin-top: 32px;
}

.lp-video-label {
    margin: 0 0 12px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}

.lp-video-frame {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.1);
    background: #f4f6f9;
}

.lp-video video {
    display: block;
    width: 100%;
    max-height: 460px;
    background: #f4f6f9;
}

/* —— CTA band —— */
.lp-band {
    margin: 8px 0 24px;
    padding: 0 22px;
}

.lp-band-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    padding: 36px 28px;
    border-radius: 28px;
    background:
        radial-gradient(600px 240px at 90% 0%, rgba(93, 95, 239, 0.35), transparent 55%),
        linear-gradient(135deg, #4b4dd9 0%, #5d5fef 48%, #0e7490 100%);
    color: #fff;
    box-shadow: 0 28px 60px rgba(93, 95, 239, 0.28);
}

.lp-band h2 {
    font-family: "Syne", system-ui, sans-serif;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
    color: #fff;
}

.lp-band p:not(.lp-kicker) {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    max-width: 40ch;
}

/* —— Plans —— */
.lp-plans {
    display: grid;
    gap: 16px;
}

.lp-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
    transition: transform 240ms var(--ease), box-shadow 240ms ease, border-color 240ms ease;
}

.lp-plan:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
}

.lp-plan.popular {
    border-color: rgba(93, 95, 239, 0.5);
    box-shadow: 0 18px 48px rgba(93, 95, 239, 0.16);
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(145deg, rgba(93, 95, 239, 0.45), rgba(93, 95, 239, 0.2)) border-box;
    border: 1.5px solid transparent;
}

.lp-plan-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(93, 95, 239, 0.12);
    color: var(--teal-deep);
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lp-plan-name {
    font-family: "Syne", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 10px;
}

.lp-plan-price {
    font-family: "Syne", system-ui, sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
    line-height: 1;
}

.lp-plan-price span {
    font-size: 16px;
    font-weight: 600;
    color: #64748b;
}

.lp-plan-meta {
    margin: 10px 0 18px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 13px;
    color: #64748b;
}

.lp-plan ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 10px;
    flex: 1;
}

.lp-plan li {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    color: var(--ink-soft);
    padding-left: 22px;
    position: relative;
}

.lp-plan li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, #5d5fef, #a5b4fc);
}

.lp-plan .lp-btn {
    width: 100%;
    margin-top: auto;
}

.lp-plan-skeleton {
    padding: 36px;
    text-align: center;
    color: #64748b;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px dashed rgba(148, 163, 184, 0.2);
}

/* —— FAQ —— */
.lp-faq {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.lp-faq details {
    border-bottom: 1px solid var(--line);
    padding: 0;
}

.lp-faq details:last-child {
    border-bottom: none;
}

.lp-faq summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    font-family: "Syne", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    list-style: none;
    transition: background 180ms ease;
}

.lp-faq summary:hover {
    background: rgba(93, 95, 239, 0.04);
}

.lp-faq summary::-webkit-details-marker {
    display: none;
}

.lp-faq summary i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(93, 95, 239, 0.1);
    color: var(--teal-deep);
    font-size: 11px;
    transition: transform 220ms var(--ease), background 220ms ease;
}

.lp-faq details[open] summary i {
    transform: rotate(45deg);
    background: rgba(93, 95, 239, 0.18);
}

.lp-faq p {
    margin: 0;
    padding: 0 20px 18px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 62ch;
}

/* —— Auth —— */
.lp-login {
    text-align: center;
    padding-bottom: 88px;
}

.lp-auth-shell {
    max-width: 440px;
    margin: 0 auto;
    padding: 28px 18px 24px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    box-sizing: border-box;
}

.lp-auth-shell h2 {
    font-size: clamp(22px, 6.2vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
}

.lp-login .lp-section-lead {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    max-width: 100%;
    font-size: 14px;
}

.lp-auth-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.08);
}

.lp-auth-tab {
    border: none;
    background: transparent;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    font-family: "Syne", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.lp-auth-tab.active {
    background: #ffffff;
    color: var(--ink);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.lp-auth-form {
    width: 100%;
    margin: 0 auto 12px;
    display: grid;
    gap: 12px;
    text-align: left;
}

.lp-auth-form[hidden] {
    display: none !important;
}

.lp-auth-form label {
    display: grid;
    gap: 6px;
}

.lp-auth-form label span {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--muted);
}

.lp-auth-form input {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #f8fafc;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    color: var(--ink);
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.lp-auth-form input:focus {
    outline: none;
    background: #ffffff;
    border-color: #7c7ef5;
    box-shadow: 0 0 0 3px rgba(93, 95, 239, 0.18);
}

.lp-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 18px auto 14px;
    color: #64748b;
    font-size: 12px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.lp-auth-divider::before,
.lp-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(148, 163, 184, 0.12);
}

.lp-widget {
    display: flex;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 14px;
}

.lp-auth-status {
    min-height: 20px;
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--teal-deep);
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.lp-login .lp-btn-ghost {
    width: 100%;
}

/* —— Footer —— */
.lp-footer {
    padding: 48px 22px 56px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
}

.lp-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.lp-footer-brand {
    font-family: "Syne", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.lp-footer-tag {
    margin: 0 0 20px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 14px;
    color: #64748b;
}

.lp-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    margin-bottom: 22px;
}

.lp-footer-links a {
    color: #64748b;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    transition: color 180ms ease;
}

.lp-footer-links a:hover {
    color: var(--teal-deep);
}

.lp-footer-copy {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 12px;
    color: #64748b;
}

/* —— Motion —— */
@keyframes lp-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes lp-glow-drift {
    from {
        transform: translate3d(-2%, 0, 0) scale(1);
    }
    to {
        transform: translate3d(3%, 2%, 0) scale(1.05);
    }
}

/* —— Desktop —— */
@media (min-width: 768px) {
    .lp-header {
        padding: 14px 36px;
    }
    .lp-nav {
        display: flex;
    }
    .lp-menu-btn {
        display: none;
    }
    .lp-drawer {
        display: none !important;
    }
    .lp-hero {
        min-height: min(82vh, 760px);
        padding: 80px 40px 56px;
    }
    .lp-highlights {
        padding: 0 40px 80px;
    }
    .lp-highlights-panel {
        grid-template-columns: repeat(2, 1fr);
    }
    .lp-hl {
        padding: 30px 28px;
        border-bottom: none;
        border-right: 1px solid var(--line);
    }
    .lp-hl:nth-child(2n) {
        border-right: none;
    }
    .lp-hl:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
    .lp-section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .lp-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .lp-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .lp-steps li {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 26px 22px;
        min-height: 100%;
    }
    .lp-band {
        padding: 0 40px;
        margin: 12px 0 32px;
    }
    .lp-band-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 40px 44px;
    }
    .lp-plans {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .lp-faq summary {
        padding: 20px 24px;
        font-size: 17px;
    }
    .lp-faq p {
        padding: 0 24px 20px;
    }
    .lp-auth-shell {
        padding: 40px 36px 34px;
    }
    .lp-auth-shell h2 {
        font-size: clamp(28px, 3vw, 36px);
        overflow-wrap: normal;
        word-break: normal;
    }
    .lp-footer {
        padding: 56px 40px 64px;
    }
}

@media (min-width: 1100px) {
    .lp-highlights-panel {
        grid-template-columns: repeat(4, 1fr);
    }
    .lp-hl {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 34px 26px 36px;
        border-right: 1px solid var(--line);
        border-bottom: none;
        row-gap: 10px;
    }
    .lp-hl:nth-child(-n + 2),
    .lp-hl:nth-child(2n) {
        border-bottom: none;
        border-right: 1px solid var(--line);
    }
    .lp-hl:last-child {
        border-right: none;
    }
    .lp-hl-icon {
        grid-row: auto;
        margin-bottom: 4px;
    }
    .lp-hl strong {
        align-self: start;
        font-size: 18px;
    }
    .lp-hl span {
        grid-column: 1;
        font-size: 14px;
        line-height: 1.5;
    }
    .lp-plans {
        grid-template-columns: repeat(3, 1fr);
    }
    .lp-feature-grid {
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-btn,
    .lp-feature,
    .lp-hl,
    .lp-plan,
    .lp-faq summary i {
        transition: none;
    }
    .lp-feature:hover,
    .lp-plan:hover {
        transform: none;
    }
    .lp-hero-copy,
    .lp-hero-glow {
        animation: none;
    }
}
