/* ===== KanDooo Marketing / Landing (blaues Dark-Theme) =====
   Gemeinsame Styles für öffentliche Seiten (Landing, Impressum, Preise …).
   Alles unter .lp gescoped → beeinflusst die eingeloggte App nicht. */
.lp {
    --lp-bg: #060D1A;
    --lp-text: #E8EFFA;
    --lp-muted: #9FB2CE;
    --lp-dim: #64789B;
    --lp-list: #C7D5EC;
    --lp-accent: #38BDF8;
    --lp-accent-hi: #7DD3FC;
    --lp-on-accent: #04101F;
    --lp-card: #12233E;
    --lp-border: rgba(148, 184, 255, 0.12);
    --lp-border-accent: rgba(56, 189, 248, 0.3);

    min-height: 100vh;
    background: var(--lp-bg);
    color: var(--lp-text);
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    overflow-x: hidden;
}

.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp h1, .lp h2, .lp h3 { font-family: 'Sora', sans-serif; margin: 0; }
.lp p { margin: 0; }
.lp a { text-decoration: none; }
.lp ::selection { background: rgba(56, 189, 248, 0.3); }

/* Layout containers */
.lp-section-pad { max-width: 1200px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.lp-section { padding-top: 0; padding-bottom: 96px; }

/* ===== NAV ===== */
.lp-navbar {
    position: sticky;
    top: 0;
    z-index: 50;
}
.lp-navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(to bottom, rgba(6, 13, 26, 0.92) 0%, rgba(6, 13, 26, 0.55) 45%, rgba(6, 13, 26, 0) 100%);
    pointer-events: none;
}
.lp-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 32px;
}
.lp-brand { display: flex; align-items: center; gap: 10px; color: var(--lp-text); }
.lp-logo { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; width: 22px; height: 22px; }
.lp-logo--sm { width: 16px; height: 16px; }
.lp-logo-a { background: var(--lp-accent); border-radius: 2px; height: 100%; }
.lp-logo-b { background: rgba(56, 189, 248, 0.55); border-radius: 2px; align-self: start; height: 68%; }
.lp-logo-c { background: rgba(56, 189, 248, 0.25); border-radius: 2px; align-self: start; height: 41%; }
.lp-brand-name { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.lp-nav-links { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 500; }
.lp-navlink { color: var(--lp-muted); transition: color 0.2s ease; }
.lp-navlink:hover { color: var(--lp-text); }

/* ===== BUTTONS ===== */
.lp-btn {
    display: inline-block; font-weight: 600; border-radius: 10px; cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.lp-btn--sm { padding: 10px 20px; font-size: 15px; border-radius: 8px; }
.lp-btn--md { padding: 15px 28px; font-size: 17px; }
.lp-btn--lg { padding: 16px 36px; font-size: 18px; }
.lp-btn--primary {
    background: var(--lp-accent); color: var(--lp-on-accent);
    box-shadow: 0 8px 28px rgba(56, 189, 248, 0.32);
}
.lp-btn--primary:hover {
    background: var(--lp-accent-hi); color: var(--lp-on-accent);
    transform: translateY(-2px); box-shadow: 0 14px 44px rgba(56, 189, 248, 0.5);
}
.lp-btn--ghost { color: var(--lp-text); border: 1px solid rgba(159, 178, 206, 0.3); }
.lp-btn--ghost:hover { border-color: rgba(56, 189, 248, 0.7); transform: translateY(-2px); background: rgba(56, 189, 248, 0.06); }

/* ===== HERO ===== */
.lp-hero { position: relative; padding-top: 72px; padding-bottom: 96px; }
.lp-hero-glow {
    position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
    width: 900px; height: 600px; max-width: 100%;
    background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.14) 0%, rgba(6, 13, 26, 0) 65%);
    pointer-events: none;
}
.lp-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.lp-hero-copy { display: flex; flex-direction: column; gap: 24px; }
.lp-eyebrow-pill {
    display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
    border: 1px solid rgba(56, 189, 248, 0.35); background: rgba(56, 189, 248, 0.08);
    color: var(--lp-accent-hi); font-size: 13px; font-weight: 500; padding: 6px 14px; border-radius: 100px;
}
.lp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lp-accent); }
.lp-h1 { font-size: 56px; line-height: 1.08; font-weight: 800; letter-spacing: -0.03em; text-wrap: pretty; }
.lp-lead { font-size: 19px; line-height: 1.6; color: var(--lp-muted); max-width: 480px; text-wrap: pretty; }
.lp-hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.lp-fineprint { font-size: 14px; color: var(--lp-dim); }

/* ===== KANBAN MOCKUP ===== */
.lp-mock-wrap { position: relative; }
.lp-mock {
    background: linear-gradient(160deg, #0D1B32 0%, #0A1526 100%);
    border: 1px solid rgba(148, 184, 255, 0.14); border-radius: 16px; padding: 20px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.lp-mock-head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.lp-mock-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(159, 178, 206, 0.3); }
.lp-mock-title { font-size: 12px; color: var(--lp-dim); margin-left: 8px; font-weight: 500; }
.lp-mock-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.lp-mock-col { display: flex; flex-direction: column; gap: 10px; }
.lp-col-label { font-size: 11px; font-weight: 600; color: var(--lp-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.lp-card {
    background: var(--lp-card); border: 1px solid rgba(148, 184, 255, 0.1); border-radius: 10px;
    padding: 12px; display: flex; flex-direction: column; gap: 8px;
}
.lp-card--ai { border-color: rgba(56, 189, 248, 0.45); }
.lp-card--done { background: #0E1D34; border-color: rgba(148, 184, 255, 0.06); opacity: 0.7; }
.lp-card-title { font-size: 13px; font-weight: 500; line-height: 1.4; }
.lp-done { text-decoration: line-through; color: var(--lp-muted); }
.lp-tag { align-self: flex-start; font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 100px; }
.lp-tag--accent { color: var(--lp-accent-hi); background: rgba(56, 189, 248, 0.12); }
.lp-tag--danger { color: #FCA5A5; background: rgba(252, 165, 165, 0.1); }
.lp-tag--muted { color: var(--lp-muted); background: rgba(159, 178, 206, 0.12); }
.lp-ai-flag { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; color: var(--lp-accent); }
.lp-ai-diamond { width: 6px; height: 6px; background: var(--lp-accent); transform: rotate(45deg); }
.lp-progress { height: 4px; background: rgba(148, 184, 255, 0.12); border-radius: 100px; }
.lp-progress-bar { width: 60%; height: 4px; background: var(--lp-accent); border-radius: 100px; }
.lp-float { animation: floatCard 4s ease-in-out infinite; }

/* ===== SHARED SECTION BITS ===== */
.lp-eyebrow { align-self: flex-start; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--lp-accent); }
.lp-h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; text-wrap: pretty; }
.lp-h2--lg { font-size: 40px; }
.lp-body { font-size: 15px; line-height: 1.6; color: var(--lp-muted); text-wrap: pretty; }
.lp-stack-20 { display: flex; flex-direction: column; gap: 20px; }
.lp-stack-14 { display: flex; flex-direction: column; gap: 14px; }
.lp-stack-8 { display: flex; flex-direction: column; gap: 8px; }
.lp-checklist { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; font-size: 15px; color: var(--lp-list); }
.lp-checklist li { display: flex; align-items: center; gap: 10px; }
.lp-check { width: 8px; height: 8px; background: var(--lp-accent); transform: rotate(45deg); flex-shrink: 0; }
.lp-flow-hint { display: flex; justify-content: center; color: var(--lp-accent); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; }

/* ===== KI SPOTLIGHT ===== */
.lp-ki-panel {
    background: linear-gradient(140deg, rgba(56, 189, 248, 0.1) 0%, rgba(13, 27, 50, 0.6) 45%);
    border: 1px solid rgba(56, 189, 248, 0.25); border-radius: 20px; padding: 56px;
}
.lp-ki-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lp-note {
    background: #0A1526; border: 1px solid rgba(148, 184, 255, 0.14); border-radius: 12px; padding: 18px;
    font-size: 14px; line-height: 1.6; color: var(--lp-muted); font-style: italic;
}
.lp-kirow {
    background: var(--lp-card); border: 1px solid var(--lp-border-accent); border-radius: 10px;
    padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.lp-kirow:not(.lp-kirow--static):hover { transform: translateX(6px); border-color: var(--lp-accent); box-shadow: 0 4px 20px rgba(56, 189, 248, 0.2); }
.lp-kirow-title { font-size: 14px; font-weight: 500; }
.lp-kirow-meta { font-size: 11px; color: var(--lp-accent-hi); white-space: nowrap; }

/* ===== FEATURES ===== */
.lp-section-head { max-width: 640px; margin-bottom: 48px; display: flex; flex-direction: column; gap: 16px; }
.lp-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-feature {
    background: #0C1930; border: 1px solid var(--lp-border); border-radius: 16px; padding: 32px 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.lp-feature:hover {
    border-color: rgba(56, 189, 248, 0.55); transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(56, 189, 248, 0.18), 0 4px 16px rgba(0, 0, 0, 0.4); background: #0E1D38;
}
.lp-feature-icon {
    width: 40px; height: 40px; border-radius: 10px; background: rgba(56, 189, 248, 0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--lp-accent); font-family: 'Sora', sans-serif; font-weight: 700;
}
.lp-feature-title { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }

/* ===== LEICHTER START ===== */
.lp-start-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.lp-import {
    background: linear-gradient(160deg, #0D1B32 0%, #0A1526 100%);
    border: 1px solid rgba(148, 184, 255, 0.14); border-radius: 16px; padding: 24px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; gap: 16px;
}
.lp-drop {
    border: 1.5px dashed rgba(56, 189, 248, 0.4); border-radius: 12px; padding: 28px; text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    transition: border-color 0.25s ease, background 0.25s ease;
}
.lp-drop:hover { border-color: var(--lp-accent); background: rgba(56, 189, 248, 0.06); }
.lp-drop-icon {
    width: 36px; height: 36px; border-radius: 10px; background: rgba(56, 189, 248, 0.12);
    display: flex; align-items: center; justify-content: center;
    color: var(--lp-accent); font-size: 18px; font-weight: 700; font-family: 'Sora', sans-serif;
}
.lp-drop-title { font-size: 14px; font-weight: 600; }
.lp-drop-sub { font-size: 12px; color: var(--lp-dim); }

/* ===== FINAL CTA ===== */
.lp-cta {
    position: relative; overflow: hidden;
    background: linear-gradient(140deg, #0E2647 0%, #0A1526 70%);
    border: 1px solid rgba(56, 189, 248, 0.25); border-radius: 24px; padding: 72px 56px;
    text-align: center; display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.lp-cta-glow {
    position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
    width: 600px; height: 300px; max-width: 100%;
    background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.2) 0%, rgba(6, 13, 26, 0) 70%);
    pointer-events: none;
}
.lp-cta-title { position: relative; font-size: 42px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; max-width: 640px; text-wrap: pretty; }
.lp-cta-sub { position: relative; font-size: 17px; color: var(--lp-muted); }
.lp-cta-btn { position: relative; }

/* ===== FOOTER ===== */
.lp-footer { border-top: 1px solid rgba(148, 184, 255, 0.1); }
.lp-footer-inner { max-width: 1200px; margin: 0 auto; padding: 40px 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.lp-footer-brand { display: flex; align-items: center; gap: 10px; }
.lp-footer-name { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 15px; }
.lp-footer-copy { font-size: 13px; color: var(--lp-dim); margin-left: 12px; }
.lp-footer-links { display: flex; gap: 24px; font-size: 14px; }
.lp-footerlink { color: var(--lp-muted); transition: color 0.2s ease; }
.lp-footerlink:hover { color: var(--lp-text); }

@keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* ===== LEGAL / IMPRESSUM / DATENSCHUTZ ===== */
.lp-legal { max-width: 820px; margin: 0 auto; }
.lp-legal-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }
.lp-legal-h1 { font-family: 'Sora', sans-serif; font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
.lp-legal-sub { font-size: 15px; color: var(--lp-dim); max-width: 640px; line-height: 1.6; }
.lp-legal-blocks { display: flex; flex-direction: column; gap: 32px; }
.lp-legal-block { display: flex; flex-direction: column; gap: 10px; }
.lp-legal-block h2 { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; color: var(--lp-text); }
.lp-legal-block p, .lp-legal-block address { font-size: 15px; line-height: 1.7; color: var(--lp-list); font-style: normal; margin: 0; }
.lp-legal-block a { color: var(--lp-accent); }
.lp-legal-block a:hover { color: var(--lp-accent-hi); }
.lp-legal-card { background: #0C1930; border: 1px solid var(--lp-border); border-radius: 14px; padding: 22px 26px; }
.lp-legal-dl { display: grid; grid-template-columns: max-content 1fr; gap: 10px 24px; font-size: 15px; line-height: 1.6; color: var(--lp-list); margin: 0; }
.lp-legal-dl dt { color: var(--lp-dim); }
.lp-legal-dl dd { margin: 0; }
.lp-legal-list { font-size: 15px; line-height: 1.7; color: var(--lp-list); margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 4px; }

/* ===== PREISE / PRICING ===== */
.lp-pricing { display: flex; flex-direction: column; align-items: center; gap: 44px; }

/* Billing toggle (reines CSS via :has) */
.lp-price-toggle {
    display: inline-flex; padding: 5px; gap: 4px;
    background: var(--lp-card); border: 1px solid var(--lp-border); border-radius: 100px;
}
.lp-bill-radio { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.lp-bill-label {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 9px 22px; border-radius: 100px; font-size: 14px; font-weight: 600;
    color: var(--lp-muted); cursor: pointer; transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.lp-bill-label:hover { color: var(--lp-text); }
.lp-bill-radio:checked + .lp-bill-label { background: var(--lp-accent); color: var(--lp-on-accent); }
.lp-bill-save { font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 100px; background: rgba(56, 189, 248, 0.15); color: var(--lp-accent-hi); }
.lp-bill-radio:checked + .lp-bill-label .lp-bill-save { background: rgba(4, 16, 31, 0.2); color: var(--lp-on-accent); }

/* Preis-Umschaltung monatlich <-> jährlich */
.lp-price-y { display: none; }
.lp-plan-price .lp-price-m { display: flex; align-items: baseline; gap: 8px; }
.lp-plan-note .lp-price-m { display: inline; }
.lp-pricing:has(#bill-year:checked) .lp-plan-price .lp-price-m,
.lp-pricing:has(#bill-year:checked) .lp-plan-note .lp-price-m { display: none; }
.lp-pricing:has(#bill-year:checked) .lp-plan-price .lp-price-y { display: flex; align-items: baseline; gap: 8px; }
.lp-pricing:has(#bill-year:checked) .lp-plan-note .lp-price-y { display: inline; }

/* Tarif-Karten */
.lp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: 100%; align-items: start; }
.lp-plan {
    position: relative; display: flex; flex-direction: column; gap: 18px;
    background: #0C1930; border: 1px solid var(--lp-border); border-radius: 18px; padding: 32px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lp-plan:hover { transform: translateY(-4px); border-color: rgba(56, 189, 248, 0.35); box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4); }
.lp-plan--featured {
    border-color: var(--lp-border-accent);
    background: linear-gradient(160deg, rgba(56, 189, 248, 0.1) 0%, #0C1930 42%);
    box-shadow: 0 20px 60px rgba(56, 189, 248, 0.14);
}
.lp-plan--featured:hover { border-color: var(--lp-accent); box-shadow: 0 24px 70px rgba(56, 189, 248, 0.24); }
.lp-plan-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--lp-accent); color: var(--lp-on-accent);
    font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 100px; box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
}
.lp-plan-name { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.lp-plan-tag { font-size: 14px; line-height: 1.5; color: var(--lp-muted); min-height: 42px; }
.lp-plan-price { display: flex; align-items: baseline; gap: 8px; }
.lp-plan-amount { font-family: 'Sora', sans-serif; font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.lp-plan-period { font-size: 15px; color: var(--lp-dim); font-weight: 500; }
.lp-plan-note { font-size: 13px; color: var(--lp-dim); margin-top: -8px; min-height: 18px; }
.lp-plan-note .lp-price-y { color: var(--lp-accent-hi); }
.lp-plan-cta { text-align: center; width: 100%; }
.lp-plan-inherit { font-size: 13px; font-weight: 600; color: var(--lp-text); padding-top: 6px; border-top: 1px solid var(--lp-border); }
.lp-plan-feats { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.lp-plan-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.45; color: var(--lp-list); }
.lp-feat-check { width: 8px; height: 8px; margin-top: 6px; background: var(--lp-accent); transform: rotate(45deg); flex-shrink: 0; }

/* Vergleichstabelle */
.lp-compare-head { max-width: 640px; margin: 0 auto 40px; text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.lp-compare { border: 1px solid var(--lp-border); border-radius: 18px; overflow: hidden; background: #0C1930; }
.lp-compare-scroll { overflow-x: auto; }
.lp-compare table { width: 100%; border-collapse: collapse; min-width: 660px; }
.lp-compare th, .lp-compare td { padding: 15px 22px; border-bottom: 1px solid var(--lp-border); font-size: 14px; }
.lp-compare tr:last-child td { border-bottom: none; }
.lp-compare thead th { text-align: center; vertical-align: bottom; }
.lp-compare thead th.lp-col-feat { text-align: left; }
.lp-compare-plan { font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 700; color: var(--lp-text); }
.lp-compare-price { display: block; font-size: 13px; font-weight: 500; color: var(--lp-dim); margin-top: 4px; }
.lp-compare td.lp-col-feat { text-align: left; color: var(--lp-list); font-weight: 500; }
.lp-compare td.lp-col-plan { text-align: center; color: var(--lp-list); }
.lp-compare-group td { background: rgba(56, 189, 248, 0.05); color: var(--lp-accent); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.lp-col-hi { background: rgba(56, 189, 248, 0.06); }
.lp-compare thead th.lp-col-hi { border-top: 2px solid var(--lp-accent); border-radius: 8px 8px 0 0; }
.lp-yes { color: var(--lp-accent); font-weight: 700; }
.lp-no { color: var(--lp-dim); }

/* Enterprise-Band */
.lp-enterprise {
    display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
    background: linear-gradient(140deg, #0E2647 0%, #0A1526 70%);
    border: 1px solid rgba(56, 189, 248, 0.25); border-radius: 20px; padding: 36px 44px;
}
.lp-enterprise-copy { display: flex; flex-direction: column; gap: 8px; max-width: 620px; }
.lp-enterprise-title { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.lp-enterprise-sub { font-size: 15px; line-height: 1.6; color: var(--lp-muted); }

/* FAQ */
.lp-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; }
.lp-faq-item { display: flex; flex-direction: column; gap: 8px; }
.lp-faq-q { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; color: var(--lp-text); }
.lp-faq-a { font-size: 14px; line-height: 1.65; color: var(--lp-muted); }
.lp-faq-a a { color: var(--lp-accent); }
.lp-faq-a a:hover { color: var(--lp-accent-hi); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .lp-plans { grid-template-columns: 1fr !important; max-width: 440px; margin: 0 auto; }
    .lp-faq-grid { grid-template-columns: 1fr !important; }
    .lp-enterprise { padding: 28px !important; }
    .lp-hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    .lp-ki-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
    .lp-ki-panel { padding: 36px !important; }
    .lp-start-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    .lp-features-grid { grid-template-columns: 1fr 1fr !important; }
    .lp-h1 { font-size: 42px !important; }
    .lp-cta { padding: 56px 32px !important; }
    .lp-cta-title { font-size: 34px !important; }
}

@media (max-width: 600px) {
    .lp-section-pad { padding-left: 20px !important; padding-right: 20px !important; }
    .lp-nav { padding-left: 20px !important; padding-right: 20px !important; }
    .lp-nav-links { gap: 14px !important; }
    .lp-nav-links .lp-navlink { display: none; }
    .lp-features-grid { grid-template-columns: 1fr !important; }
    .lp-h1 { font-size: 32px !important; }
    .lp-h2, .lp-h2--lg { font-size: 28px !important; }
    .lp-ki-panel { padding: 28px !important; }
    .lp-mock-cols { grid-template-columns: 1fr !important; }
    .lp-cta-title { font-size: 28px !important; }
    .lp-legal-h1 { font-size: 32px !important; }
    .lp-legal-dl { grid-template-columns: 1fr !important; gap: 2px 0 !important; }
    .lp-legal-dl dt { margin-top: 10px; }
}
