/*
 * Splithook landing page styles.
 * Loaded via {% block stylesheets %} in templates/home/landing.html.twig.
 *
 * Organization (top → bottom matches the page flow):
 *   1. Tokens & primitives  (utility classes)
 *   2. Page shell           (.lp-page)
 *   3. Header               (.lp-hdr-*)
 *   4. Hero                 (.lp-hero-*)
 *   5. Launch banner        (.lp-banner-*)
 *   6. Stats row            (.lp-stat-*)
 *   7. Webhook journey SVG  (.lp-flow-*)
 *   8. Marquee              (.lp-mq-*)
 *   9. Features             (.lp-feat-*)
 *  10. Dashboard mockup     (.lp-mockup-*)
 *  11. Without/With code    (.lp-cmp-*)
 *  12. Pricing              (.lp-plan-*)
 *  13. Action links         (.lp-act-*)
 *  14. Roadmap timeline     (.lp-rmap-*)
 *  15. FAQ                  (.lp-faq-*)
 *  16. Newsletter           (.lp-news-*)
 *  17. Footer               (.lp-foot-*)
 *  18. Animations & keyframes
 */

/* ─────────────── 1. Tokens / utility primitives ────────────────── */

.sh-anchor { scroll-margin-top: 80px; }

.sh-cont        { max-width: 1120px; margin: 0 auto; }
.sh-cont-w      { max-width: 1200px; margin: 0 auto; }
.sh-cont-mid    { max-width: 800px;  margin: 0 auto; }
.sh-cont-narrow { max-width: 720px;  margin: 0 auto; }

.sh-sec           { padding: 96px 24px; border-top: 1px solid #1a1a1f; }
.sh-sec-alt       { padding: 96px 24px; border-top: 1px solid #1a1a1f; background: #0b0b0d; }
.sh-sec-tight     { padding: 80px 24px; border-top: 1px solid #1a1a1f; }
.sh-sec-tight-alt { padding: 64px 24px; border-top: 1px solid #1a1a1f; background: #0b0b0d; }

.sh-bd   { border: 1px solid #1a1a1f; }
.sh-bd-2 { border: 1px solid #27272a; }

.sh-row    { display: flex; align-items: center; gap: 8px; }
.sh-row-mb { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.sh-row-6  { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.sh-bullet { display: flex; align-items: flex-start; gap: 8px; line-height: 1.45; }

.sh-eyebrow      { font-size: 12px; color: #38bdf8; text-transform: uppercase;
                   letter-spacing: 1.4px; margin: 0 0 14px; font-weight: 600; }
.sh-eyebrow-warn { color: #fbbf24; }

.sh-h2    { margin: 0; font-size: 36px; font-weight: 700; letter-spacing: -1px;
            line-height: 1.1; color: #fafafa; }
.sh-h2-sm { margin: 0; font-size: 32px; font-weight: 700; letter-spacing: -0.8px;
            line-height: 1.15; color: #fafafa; }

.sh-body    { margin: 0; font-size: 14px; line-height: 1.7; color: #a1a1aa; }
.sh-body-13 { margin: 14px 0 0; font-size: 13px; line-height: 1.7; color: #a1a1aa; }

.sh-mono-9    { font-family: var(--font-mono); font-size: 9.5px; color: #71717a; }
.sh-mono-9-d  { font-family: var(--font-mono); font-size: 9.5px; color: #52525b; }
.sh-mono-mut  { font-size: 13px; color: #a1a1aa; font-family: var(--font-mono); }
.sh-mono-12   { font-size: 12px; color: #71717a; font-family: var(--font-mono); }

.sh-link-mut { font-size: 13px; color: #a1a1aa; text-decoration: none; transition: color 0.15s; }
.sh-link-mut:hover { color: #fafafa; }
.sh-link-d   { color: #52525b; text-decoration: none; transition: color 0.15s; }
.sh-link-d:hover { color: #a1a1aa; }
.sh-nav-link { padding: 6px 12px; color: #a1a1aa; text-decoration: none; transition: color 0.15s; }
.sh-nav-link:hover { color: #fafafa; }
.sh-link-arrow { display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.sh-link-arrow:hover { gap: 10px; }

.sh-mute-sm { font-size: 11.5px; color: #71717a; line-height: 1.55; }
.sh-fs13b   { font-size: 13.5px; font-weight: 600; }

.sh-tac-pos    { text-align: center; position: relative; }
.sh-headline-w { text-align: center; max-width: 720px; margin: 0 auto 48px; }

.sh-dot-6    { width: 6px; height: 6px; border-radius: 50%; }
.sh-dot-cyan { background: #38bdf8; }
.sh-dot-mute { background: #52525b; }

/* ─────────────── 2. Page shell ─────────────── */

.lp-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #09090b;
    color: #fafafa;
    font-family: var(--font-sans);
}

/* ─────────────── 3. Header ─────────────── */

.lp-hdr {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #27272a;
    background: rgba(11, 11, 13, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.lp-hdr-bar {
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp-hdr-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fafafa;
}
.lp-hdr-mark {
    width: 28px; height: 28px; border-radius: 6px;
    background: #0b0b0d; border: 1px solid #3f3f46;
    display: flex; align-items: center; justify-content: center;
}
.lp-hdr-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.lp-hdr-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}
.lp-hdr-nav-live {
    padding: 6px 12px;
    color: #a1a1aa;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.15s;
}
.lp-hdr-nav-live:hover { color: #fafafa; }
.lp-hdr-auth-link {
    padding: 6px 12px;
    color: #a1a1aa;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.15s;
}
.lp-hdr-auth-link:hover { color: #fafafa; }
.lp-hdr-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    margin-left: 4px;
    background: #0ea5e9;
    color: #001018;
    border: 1px solid #0ea5e9;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.lp-hdr-cta:hover { background: #38bdf8; border-color: #38bdf8; }

/* ─────────────── 4. Hero ─────────────── */

.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 24px 64px;
    text-align: center;
}
.lp-hero-grid {
    position: absolute; inset: 0; z-index: 0;
    background-image:
        radial-gradient(ellipse 50% 60% at 50% 20%, rgba(14,165,233,0.14), transparent 70%),
        linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: auto, 56px 56px, 56px 56px;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.lp-hero-fdot {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    animation: sh-float ease-in-out infinite;
}
.lp-hero-fdot--1 { top: 30%; left: 12%; width: 8px; height: 8px;
                   background: #38bdf8; box-shadow: 0 0 20px #38bdf8;
                   animation-duration: 4s; }
.lp-hero-fdot--2 { top: 50%; right: 18%; width: 6px; height: 6px;
                   background: #a78bfa; box-shadow: 0 0 16px #a78bfa;
                   animation-duration: 5s; animation-delay: 1s; }
.lp-hero-fdot--3 { top: 22%; right: 28%; width: 5px; height: 5px;
                   background: #34d399; box-shadow: 0 0 14px #34d399;
                   animation-duration: 6s; animation-delay: 0.5s; }
.lp-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
}
.lp-hero-title {
    margin: 0;
    font-size: 84px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 0.98;
    color: #fafafa;
}
.lp-hero-title-grad {
    background: linear-gradient(135deg, #38bdf8 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.lp-hero-sub {
    margin: 32px auto 0;
    font-size: 19px;
    line-height: 1.55;
    color: #a1a1aa;
    max-width: 680px;
}
.lp-hero-sub code {
    font-family: var(--font-mono);
    color: #fafafa;
}
.lp-hero-ctas {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.lp-hero-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 28px;
    background: #fafafa;
    color: #09090b;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
}
.lp-hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 24px;
    background: rgba(255,255,255,0.04);
    color: #fafafa;
    border: 1px solid #27272a;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none;
}
.lp-hero-cta-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #38bdf8;
}

/* ─────────────── 5. Launch banner ─────────────── */

.lp-banner-wrap { padding: 0 24px 80px; }
.lp-banner {
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid #27272a;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(14,165,233,0.08), rgba(167,139,250,0.05));
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-banner-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #38bdf8, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px -8px rgba(14,165,233,0.5);
}
.lp-banner-body  { flex: 1; min-width: 200px; }
.lp-banner-kicker {
    font-size: 11px;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin-bottom: 3px;
}
.lp-banner-text  { font-size: 14px; color: #fafafa; font-weight: 500; }
.lp-banner-link {
    font-size: 13px;
    color: #38bdf8;
    font-weight: 500;
    text-decoration: none;
    flex-shrink: 0;
}

/* ─────────────── 6. Stats row ─────────────── */

.lp-stats {
    padding: 64px 24px;
    border-top: 1px solid #1a1a1f;
}
.lp-stats-grid {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.lp-stat-cell { text-align: center; padding: 24px 16px; }
.lp-stat-num {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--font-sans);
    background: linear-gradient(180deg, #fafafa 0%, #71717a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ─────────────── 7. Webhook journey SVG ─────────────── */

.lp-flow-headline { text-align: center; margin-bottom: 48px; }
.lp-flow-frame {
    position: relative;
    padding: 32px 8px;
    border: 1px solid #1a1a1f;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(15,15,18,0.4), rgba(11,11,13,0.8));
    overflow: hidden;
}
.lp-flow-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(to right, rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 24px 24px;
}
.lp-flow-svg {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
}
.sh-flow-path {
    stroke-dasharray: 6 6;
    animation: sh-dash 1.2s linear infinite;
}
.lp-flow-callouts {
    position: relative;
    padding: 18px 24px 8px;
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 11px;
    color: #52525b;
}

/* ─────────────── 8. Marquee ─────────────── */

.lp-mq-section {
    padding: 56px 0;
    border-top: 1px solid #1a1a1f;
    background: #0b0b0d;
}
.lp-mq-eyebrow {
    text-align: center;
    margin: 0 0 28px;
    padding: 0 24px;
    font-size: 11px;
    color: #52525b;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
}
.sh-marquee-mask {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 10%, black 90%, transparent 100%);
}
.sh-marquee {
    display: flex;
    gap: 56px;
    width: max-content;
    animation: sh-marquee 40s linear infinite;
}
.lp-mq-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 24px;
    background: rgba(255,255,255,0.03);
    border: 1px solid #1a1a1f;
    border-radius: 999px;
    flex-shrink: 0;
}
.lp-mq-name {
    font-size: 14px;
    color: #d4d4d8;
    font-weight: 500;
    white-space: nowrap;
}

/* ─────────────── 9. Features ─────────────── */

.lp-feat-headline { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.lp-feat-h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.05;
    color: #fafafa;
}
.lp-feat-h2-sub { color: #71717a; }
.lp-feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.lp-feat-card {
    border: 1px solid #1a1a1f;
    border-radius: 14px;
    padding: 36px;
    background: rgba(15,15,18,0.6);
    transition: border-color 0.2s, transform 0.2s;
}
.lp-feat-card:hover {
    border-color: rgba(14,165,233,0.4);
    transform: translateY(-2px);
}
.lp-feat-card--hl {
    border-color: rgba(167,139,250,0.4);
    background: linear-gradient(180deg, rgba(167,139,250,0.06), rgba(15,15,18,0.6));
}
.lp-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid #27272a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.lp-feat-prefix {
    font-size: 12px;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: var(--font-mono);
}
.lp-feat-prefix-accent { color: var(--accent, #38bdf8); }
.lp-feat-title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #fafafa;
}
.lp-feat-link {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--accent, #38bdf8);
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.2s;
}
.lp-feat-link:hover { gap: 10px; }

/* ─────────────── 10. Dashboard mockup ─────────────── */

.lp-mockup-headline { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.lp-mockup-h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #fafafa;
}
.lp-mockup {
    display: block;
    text-decoration: none;
    border: 1px solid #1a1a1f;
    border-radius: 14px;
    background: #0a0a0c;
    overflow: hidden;
    box-shadow: 0 40px 100px -30px rgba(0,0,0,0.7),
                0 0 0 1px rgba(14,165,233,0.04);
}
.lp-mockup-chrome {
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #1a1a1f;
    background: rgba(15,15,18,0.6);
}
.lp-mockup-dots { display: flex; gap: 6px; }
.lp-mockup-dot { width: 11px; height: 11px; border-radius: 50%; }
.lp-mockup-dot--r { background: #fb7185; }
.lp-mockup-dot--y { background: #fbbf24; }
.lp-mockup-dot--g { background: #34d399; }
.lp-mockup-url {
    flex: 1;
    padding: 0 80px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: #71717a;
    text-align: center;
}
.lp-mockup-body {
    display: grid;
    grid-template-columns: 220px 1fr 240px;
    min-height: 380px;
}
.lp-mockup-side  { border-right: 1px solid #1a1a1f; }
.lp-mockup-side-h {
    height: 32px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #1a1a1f;
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: #71717a;
}
.lp-mockup-row {
    padding: 10px 14px;
    border-bottom: 1px solid #1a1a1f;
}
.lp-mockup-row--active {
    background: rgba(14,165,233,0.08);
    border-left: 2px solid #38bdf8;
}
.lp-mockup-event {
    font-family: var(--font-mono);
    font-size: 11px;
    color: #d4d4d8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lp-mockup-empty {
    padding: 24px 14px;
    text-align: center;
    font-size: 11px;
    color: #52525b;
}
.lp-mockup-center { border-right: 1px solid #1a1a1f; padding: 18px 22px; }
.lp-mockup-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: #71717a;
}
.lp-mockup-pill {
    padding: 2px 6px;
    background: rgba(52,211,153,0.12);
    color: #34d399;
    border-radius: 3px;
    font-weight: 600;
}
.lp-mockup-pill--accent { color: #38bdf8; }
.lp-mockup-pre {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 11px;
    line-height: 1.65;
    color: #d4d4d8;
    white-space: pre-wrap;
}
.lp-mockup-right { padding: 14px; }
.lp-mockup-right-h {
    font-family: var(--font-mono);
    font-size: 10px;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.lp-mockup-dest {
    padding: 10px 12px;
    border: 1px solid #1a1a1f;
    border-radius: 6px;
    background: rgba(255,255,255,0.02);
    margin-bottom: 8px;
}
.lp-mockup-dest-name {
    font-family: var(--font-mono);
    font-size: 11px;
    color: #d4d4d8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lp-mockup-dest-filter {
    font-family: var(--font-mono);
    font-size: 9.5px;
    color: #52525b;
}
.lp-mockup-status {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.lp-mockup-status--ok      { background: #34d399; }
.lp-mockup-status--pending { background: #fbbf24; animation: sh-pulse 1.6s infinite; }
.lp-mockup-foot {
    padding: 14px;
    text-align: center;
    border-top: 1px solid #1a1a1f;
    background: rgba(11,11,13,0.6);
    font-size: 12px;
    color: #71717a;
    font-family: var(--font-mono);
}

/* ─────────────── 11. Without/With code comparison ─────────────── */

.lp-cmp-headline   { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.lp-cmp-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
}
.lp-cmp-card-bad {
    border: 1px solid rgba(244,63,94,0.35);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(244,63,94,0.04), rgba(15,15,18,0.6));
    padding: 24px;
}
.lp-cmp-card-good {
    border: 1px solid rgba(14,165,233,0.45);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(14,165,233,0.05), rgba(15,15,18,0.6));
    padding: 24px;
    box-shadow: 0 0 0 1px rgba(14,165,233,0.15);
}
.lp-cmp-tag-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.lp-cmp-tag-circle {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.lp-cmp-tag-circle--bad  { background: rgba(244,63,94,0.15); }
.lp-cmp-tag-circle--good { background: rgba(56,189,248,0.15); }
.lp-cmp-tag-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.lp-cmp-tag-label--bad  { color: #fb7185; }
.lp-cmp-tag-label--good { color: #38bdf8; }
.lp-cmp-pre {
    margin: 0;
    padding: 14px 16px;
    background: #0a0a0c;
    border: 1px solid #1a1a1f;
    border-radius: 8px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    line-height: 1.65;
    color: #d4d4d8;
}
.lp-cmp-foot {
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.6;
}
.lp-cmp-foot--bad  { color: #fb7185; }
.lp-cmp-foot--good { color: #34d399; }
.lp-cmp-arrow-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 48px;
}
.lp-cmp-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px -10px rgba(167,139,250,0.5);
}
.lp-cmp-arrow-label {
    margin-top: 12px;
    font-size: 10px;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    max-width: 80px;
}
.lp-cmp-h2-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fafafa;
}
.lp-cmp-strike { text-decoration: line-through; opacity: 0.5; }

/* ─────────────── 12. Pricing ─────────────── */

.lp-plan-headline { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.lp-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
}
.lp-plan-card {
    border: 1px solid #1a1a1f;
    border-radius: 14px;
    padding: 28px 24px;
    background: rgba(15,15,18,0.6);
    position: relative;
    display: flex;
    flex-direction: column;
}
.lp-plan-card--hl {
    border-color: rgba(14,165,233,0.5);
    background: linear-gradient(180deg, rgba(14,165,233,0.06), rgba(15,15,18,0.6));
    box-shadow: 0 0 0 1px rgba(14,165,233,0.15),
                0 24px 60px -20px rgba(14,165,233,0.25);
}
.lp-plan-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #1a1a1f;
    color: #a1a1aa;
    border: 1px solid #27272a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
}
.lp-plan-badge--hl {
    background: #fafafa;
    color: #09090b;
    border-color: #fafafa;
}
.lp-plan-name {
    font-size: 13px;
    color: #a1a1aa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.lp-plan-price-row {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.lp-plan-price {
    font-size: 36px;
    font-weight: 700;
    color: #fafafa;
    letter-spacing: -1.4px;
}
.lp-plan-period {
    font-size: 12px;
    color: #71717a;
    font-family: var(--font-mono);
}
.lp-plan-tagline {
    margin: 12px 0 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: #a1a1aa;
    min-height: 56px;
}
.lp-plan-feats {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 12.5px;
    color: #d4d4d8;
    flex: 1;
}
.lp-plan-feat-tick {
    display: inline-flex;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    align-items: center;
    justify-content: center;
}
.lp-plan-cta-wrap { margin-top: 24px; }
.lp-plan-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 42px;
    padding: 0 14px;
    background: rgba(255,255,255,0.04);
    color: #fafafa;
    border: 1px solid #27272a;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.lp-plan-cta--hl {
    background: #fafafa;
    color: #09090b;
    border-color: #fafafa;
    font-weight: 600;
}
.lp-plan-foot-note {
    margin-top: 32px;
    text-align: center;
    font-size: 12px;
    color: #71717a;
    font-family: var(--font-mono);
}
.lp-plan-foot-note a { color: #a1a1aa; text-decoration: underline; }

/* ─────────────── 13. Action links ─────────────── */

.lp-act-section {
    padding: 64px 24px;
    border-top: 1px solid #1a1a1f;
    background: #0b0b0d;
}
.lp-act-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}
.lp-act-card {
    border: 1px solid #27272a;
    border-radius: 10px;
    padding: 18px 20px;
    background: transparent;
    color: #fafafa;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: border-color 0.2s, background 0.2s;
}
.lp-act-card--primary {
    border-color: transparent;
    background: #fafafa;
    color: #09090b;
}
.lp-act-row { display: flex; align-items: center; gap: 8px; }
.lp-act-label { font-size: 13.5px; font-weight: 600; }
.lp-act-sub {
    font-size: 11px;
    color: #71717a;
    font-family: var(--font-mono);
}
.lp-act-card--primary .lp-act-sub { color: #52525b; }

/* ─────────────── 14. Roadmap timeline ─────────────── */

.lp-rmap-headline { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.lp-rmap-track {
    position: relative;
    padding: 0 12px;
}
.lp-rmap-line {
    position: absolute;
    top: 24px;
    left: 32px;
    right: 32px;
    height: 2px;
    background: linear-gradient(to right, #34d399 0, #34d399 30%, #38bdf8 35%, #38bdf8 60%, #27272a 65%, #27272a 100%);
}
.lp-rmap-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    position: relative;
}
.lp-rmap-cell { text-align: center; position: relative; }
.lp-rmap-node-wrap { margin: 0 auto 14px; position: relative; }
.lp-rmap-node {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-rmap-node--shipped {
    background: #34d399;
    border: 3px solid #0a0a0c;
    box-shadow: 0 0 0 1px #34d399, 0 8px 24px -8px rgba(52,211,153,0.4);
}
.lp-rmap-node--current {
    background: #38bdf8;
    border: 3px solid #0a0a0c;
    box-shadow: 0 0 0 1px #38bdf8;
}
.lp-rmap-node--planned {
    background: #0a0a0c;
    border: 2px dashed #3f3f46;
}
.lp-rmap-current-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fafafa;
}
.lp-rmap-planned-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #52525b;
}
.lp-rmap-date {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 6px;
}
.lp-rmap-date--shipped { color: #34d399; }
.lp-rmap-date--current { color: #38bdf8; }
.lp-rmap-date--planned { color: #52525b; }
.lp-rmap-now { color: #38bdf8; }
.lp-rmap-label {
    font-size: 14px;
    font-weight: 600;
    color: #fafafa;
    margin-bottom: 6px;
    letter-spacing: -0.1px;
}
.lp-rmap-desc { font-size: 11.5px; color: #71717a; line-height: 1.55; }
.lp-rmap-footnote {
    text-align: center;
    margin-top: 48px;
    font-size: 12px;
    color: #52525b;
    font-family: var(--font-mono);
}

.sh-roadmap-current::before { animation: sh-pulse-soft 2s ease-in-out infinite; }

/* ─────────────── 15. FAQ ─────────────── */

.lp-faq-headline { text-align: center; margin-bottom: 48px; }
.lp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-faq-item {
    border: 1px solid #1a1a1f;
    border-radius: 10px;
    background: rgba(15,15,18,0.6);
    transition: border-color 0.2s;
}
.lp-faq-summary {
    cursor: pointer;
    padding: 18px 22px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 14.5px;
    font-weight: 500;
    color: #fafafa;
}
.lp-faq-toggle {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #27272a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a1a1aa;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.18s ease-out;
}
details > summary::-webkit-details-marker { display: none; }
details[open] > summary > .lp-faq-toggle { transform: rotate(45deg); }
.sh-faq-body {
    padding: 0 22px 20px;
    font-size: 13px;
    line-height: 1.75;
    color: #a1a1aa;
}

/* ─────────────── 16. Newsletter / community ─────────────── */

.lp-news {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.lp-news-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 6px 14px 6px 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid #27272a;
    font-size: 12px;
}
.lp-news-pill-tag {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(167,139,250,0.15);
    color: #a78bfa;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.6px;
}
.lp-news-h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 1.05;
    color: #fafafa;
}
.lp-news-sub {
    margin: 18px auto 0;
    font-size: 15px;
    color: #a1a1aa;
    max-width: 560px;
}
.lp-news-form {
    margin-top: 32px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-width: 480px;
    margin-inline: auto;
}
.lp-news-input {
    flex: 1;
    min-width: 200px;
    height: 44px;
    padding: 0 16px;
    background: rgba(255,255,255,0.04);
    color: #fafafa;
    border: 1px solid #27272a;
    border-radius: 8px;
    font-family: var(--font-mono);
    font-size: 13px;
    outline: none;
}
.lp-news-submit {
    height: 44px;
    padding: 0 22px;
    background: #fafafa;
    color: #09090b;
    border: none;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
}

/* ─────────────── 17. Footer ─────────────── */

.lp-foot {
    padding: 56px 24px 32px;
    border-top: 1px solid #1a1a1f;
    background: #0a0a0c;
}
.lp-foot-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 48px;
}
.lp-foot-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fafafa;
    margin-bottom: 16px;
}
.lp-foot-tag {
    margin: 0;
    font-size: 13px;
    color: #71717a;
    line-height: 1.65;
    max-width: 280px;
}
.lp-foot-col-h {
    font-size: 11px;
    color: #52525b;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
    font-weight: 600;
}
.lp-foot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-foot-bar {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid #1a1a1f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 11.5px;
    color: #52525b;
    font-family: var(--font-mono);
}
.lp-foot-legal {
    display: flex;
    gap: 20px;
}
.lp-foot-legal a { transition: color 0.15s; }
.lp-foot-legal a:hover { color: #a1a1aa; }

/* ─────────────── 18. Provider deep-dive ─────────────── */

.lp-prov-headline { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.lp-prov-intro {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #a1a1aa;
}
.lp-prov-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 16px;
}
.lp-prov-card {
    border: 1px solid #1a1a1f;
    border-radius: 14px;
    background: rgba(15,15,18,0.6);
    padding: 28px 26px;
    transition: border-color 0.2s, transform 0.2s;
}
.lp-prov-card:hover {
    border-color: #27272a;
    transform: translateY(-2px);
}
.lp-prov-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #1a1a1f;
}
.lp-prov-glyph {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #0b0b0d;
    border: 1px solid #1a1a1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lp-prov-title { min-width: 0; }
.lp-prov-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fafafa;
    letter-spacing: -0.2px;
}
.lp-prov-search {
    margin-top: 4px;
    font-size: 11.5px;
    color: #52525b;
    font-family: var(--font-mono);
    text-transform: lowercase;
}
.lp-prov-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 0 0 18px;
}
.lp-prov-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 12.5px;
}
.lp-prov-meta-row dt {
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 10.5px;
    font-weight: 500;
}
.lp-prov-meta-row dd {
    margin: 0;
    color: #fafafa;
    font-weight: 500;
}
.lp-prov-meta-row code {
    font-family: var(--font-mono);
    font-size: 12px;
    color: #38bdf8;
    background: rgba(56,189,248,0.08);
    padding: 2px 7px;
    border-radius: 4px;
}
.lp-prov-desc {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.7;
    color: #a1a1aa;
}
.lp-prov-desc code {
    font-family: var(--font-mono);
    font-size: 12px;
    color: #fafafa;
    background: rgba(255,255,255,0.05);
    padding: 1px 6px;
    border-radius: 4px;
}
.lp-prov-foot {
    max-width: 720px;
    margin: 56px auto 0;
    text-align: center;
    font-size: 13.5px;
    line-height: 1.7;
    color: #a1a1aa;
    padding: 24px;
    border: 1px dashed #27272a;
    border-radius: 12px;
}

/* ─────────────── 19. Use cases ─────────────── */

.lp-uc-headline { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.lp-uc-intro {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #a1a1aa;
}
.lp-uc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 16px;
}
.lp-uc-card {
    border: 1px solid #1a1a1f;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(20,20,24,0.4) 0%, rgba(15,15,18,0.4) 100%);
    padding: 26px 24px;
    transition: border-color 0.2s, background 0.2s;
}
.lp-uc-card:hover {
    border-color: #2d2d33;
    background: linear-gradient(180deg, rgba(24,24,28,0.5) 0%, rgba(18,18,22,0.5) 100%);
}
.lp-uc-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(56,189,248,0.1);
    color: #38bdf8;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-family: var(--font-mono);
}
.lp-uc-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fafafa;
    line-height: 1.45;
    letter-spacing: -0.2px;
}
.lp-uc-body {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.75;
    color: #a1a1aa;
}
.lp-uc-body code {
    font-family: var(--font-mono);
    font-size: 12px;
    color: #fafafa;
    background: rgba(255,255,255,0.05);
    padding: 1px 6px;
    border-radius: 4px;
}

/* ─────────────── 20. Comparison table ─────────────── */

.lp-cmp-headline { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.lp-cmp-intro {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
    color: #a1a1aa;
}
.lp-cmp-table-wrap {
    overflow-x: auto;
    border: 1px solid #1a1a1f;
    border-radius: 12px;
    background: rgba(15,15,18,0.6);
}
.lp-cmp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 13.5px;
}
.lp-cmp-table th,
.lp-cmp-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #1a1a1f;
}
.lp-cmp-table tr:last-child td { border-bottom: none; }
.lp-cmp-th-cap {
    font-weight: 500;
    color: #71717a;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(0,0,0,0.2);
}
.lp-cmp-th-tool {
    text-align: center;
    font-weight: 600;
    color: #a1a1aa;
    background: rgba(0,0,0,0.2);
    font-size: 13px;
}
.lp-cmp-th-tool--hl {
    color: #38bdf8;
    background: rgba(56,189,248,0.06);
}
.lp-cmp-td-cap {
    color: #fafafa;
    font-weight: 500;
}
.lp-cmp-td-cell {
    text-align: center;
}
.lp-cmp-td-cell--hl {
    background: rgba(56,189,248,0.04);
}
.lp-cmp-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(52,211,153,0.12);
}
.lp-cmp-no {
    color: #52525b;
    font-weight: 500;
}
.lp-cmp-soon {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(251,191,36,0.1);
    color: #fbbf24;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: var(--font-mono);
    border: 1px solid rgba(251,191,36,0.25);
}
.lp-cmp-notes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 32px;
}
.lp-cmp-notes p {
    margin: 0;
    padding: 20px 22px;
    border: 1px solid #1a1a1f;
    border-radius: 10px;
    background: rgba(15,15,18,0.4);
    font-size: 13px;
    line-height: 1.75;
    color: #a1a1aa;
}
.lp-cmp-notes strong {
    color: #fafafa;
    font-weight: 600;
}

/* ─────────────── 21. Glossary ─────────────── */

.lp-glo-headline { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.lp-glo-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 14px 24px;
    margin: 0;
}
.lp-glo-item {
    padding: 22px 24px;
    border: 1px solid #1a1a1f;
    border-radius: 10px;
    background: rgba(15,15,18,0.4);
    transition: border-color 0.2s;
}
.lp-glo-item:hover { border-color: #27272a; }
.lp-glo-term {
    margin: 0 0 8px;
    font-size: 14.5px;
    font-weight: 600;
    color: #38bdf8;
    letter-spacing: -0.2px;
    font-family: var(--font-mono);
}
.lp-glo-def {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #a1a1aa;
}

/* ─────────────── 22. Resources internal-link cluster ─────────────── */

.lp-res-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px 24px;
}
.lp-res-col { min-width: 0; }
.lp-res-h {
    margin: 0 0 14px;
    font-size: 12px;
    color: #fafafa;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.lp-res-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-res-list li { line-height: 1.5; }
.lp-res-list a {
    transition: color 0.15s;
}
.lp-res-list a:hover { color: #38bdf8; }

/* ─────────────── 23. Animations ─────────────── */

@keyframes sh-float {
    0%, 100% { transform: translateY(0);     opacity: 0.3; }
    50%      { transform: translateY(-12px); opacity: 0.7; }
}
@keyframes sh-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes sh-dash {
    to { stroke-dashoffset: -32; }
}
@keyframes sh-pulse-soft {
    0%, 100% { box-shadow: 0 0 0 0 rgba(56,189,248,0.5); }
    50%      { box-shadow: 0 0 0 8px rgba(56,189,248,0); }
}
@keyframes sh-reveal {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ─────────────── 24. Hero v2 — terminal-grade, live demo card ─────────────── */

.lp-hv2 {
    position: relative;
    overflow: hidden;
    padding: 80px 0 96px;
}

.lp-hv2-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 48px 48px;
    background-position: -1px -1px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.lp-hv2-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Text block */
.lp-hv2-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    margin-bottom: 64px;
}

.lp-hv2-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    background: rgba(14,165,233,0.08);
    color: #38bdf8;
    border: 1px solid rgba(14,165,233,0.25);
}

.lp-hv2-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    animation: lp-pulse-dot 1.6s ease-out infinite;
}

@keyframes lp-pulse-dot {
    0%   { box-shadow: 0 0 0 0 rgba(56,189,248,0.55); }
    70%  { box-shadow: 0 0 0 8px rgba(56,189,248,0); }
    100% { box-shadow: 0 0 0 0 rgba(56,189,248,0); }
}

.lp-hv2-h1 {
    margin: 0;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    color: #fafafa;
    max-width: 880px;
}

.lp-hv2-lead {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #a1a1aa;
    max-width: 660px;
}
.lp-hv2-lead code { font-family: var(--font-mono); color: #fafafa; }

.lp-hv2-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.lp-hv2-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 20px;
    background: #0ea5e9;
    color: #001018;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #0ea5e9;
    transition: background 0.15s, border-color 0.15s;
}
.lp-hv2-btn-primary:hover { background: #38bdf8; border-color: #38bdf8; }

.lp-hv2-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 20px;
    background: transparent;
    color: #fafafa;
    border: 1px solid #3f3f46;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}
.lp-hv2-btn-secondary:hover { background: #18181b; border-color: #52525b; }

.lp-hv2-trust {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    color: #71717a;
    margin-top: 4px;
}

/* Demo card */
.lp-hv2-card {
    max-width: 1120px;
    margin: 0 auto;
    background: #0b0b0d;
    border: 1px solid #27272a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #27272a, 0 24px 80px -24px rgba(0,0,0,0.6);
}

.lp-hv2-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #27272a;
    background: #0b0b0d;
}

.lp-hv2-tdot { width: 10px; height: 10px; border-radius: 50%; background: #3f3f46; }

.lp-hv2-bar-url {
    flex: 1;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 11px;
    color: #71717a;
}
.lp-hv2-bar-url span { color: #d4d4d8; }

.lp-hv2-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 500;
    background: rgba(14,165,233,0.08);
    color: #38bdf8;
    border: 1px solid rgba(14,165,233,0.25);
    font-family: var(--font-mono);
    letter-spacing: 0.4px;
}

.lp-hv2-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #38bdf8;
    animation: lp-pulse-dot 1.6s ease-out infinite;
}

.lp-hv2-panes {
    display: grid;
    grid-template-columns: 280px 1fr 280px;
    height: 480px;
}

/* Stream pane (left) */
.lp-hv2-stream-col {
    border-right: 1px solid #27272a;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.lp-hv2-stream-h {
    padding: 8px 12px;
    border-bottom: 1px solid #27272a;
    font-family: var(--font-mono);
    font-size: 10px;
    color: #71717a;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.lp-hv2-stream-h em { font-style: normal; color: #d4d4d8; }

.lp-hv2-stream {
    flex: 1;
    overflow-y: auto;
}
.lp-hv2-stream::-webkit-scrollbar { width: 8px; }
.lp-hv2-stream::-webkit-scrollbar-track { background: transparent; }
.lp-hv2-stream::-webkit-scrollbar-thumb { background: #27272a; border-radius: 8px; }

@keyframes lp-stream-row {
    from { background: rgba(14,165,233,0.10); transform: translateX(-4px); opacity: 0.4; }
    to   { background: transparent; transform: translateX(0); opacity: 1; }
}
.lp-hv2-stream-row { animation: lp-stream-row 1.2s ease-out; }

/* Center pane (payload) */
.lp-hv2-center {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.lp-hv2-tabs {
    height: 32px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #27272a;
    font-size: 11px;
    flex-shrink: 0;
}

.lp-hv2-tab         { color: #71717a; padding: 8px; cursor: default; }
.lp-hv2-tab--active {
    color: #fafafa;
    border-bottom: 1px solid #0ea5e9;
    padding-bottom: 7px;
    margin-bottom: -1px;
}

.lp-hv2-signed-pill {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    font-size: 10px;
    font-family: var(--font-mono);
    background: rgba(16,185,129,0.08);
    color: #34d399;
    border: 1px solid rgba(16,185,129,0.25);
    border-radius: 3px;
}

.lp-hv2-payload {
    flex: 1;
    overflow: auto;
    font-family: var(--font-mono);
    font-size: 11.5px;
    line-height: 20px;
    padding: 12px 16px;
    color: #d4d4d8;
    white-space: pre;
}
.lp-hv2-payload::-webkit-scrollbar { width: 8px; height: 8px; }
.lp-hv2-payload::-webkit-scrollbar-track { background: transparent; }
.lp-hv2-payload::-webkit-scrollbar-thumb { background: #27272a; border-radius: 8px; }

/* Right pane (destinations) */
.lp-hv2-right {
    border-left: 1px solid #27272a;
    display: flex;
    flex-direction: column;
}

.lp-hv2-dest-h {
    padding: 8px 12px;
    border-bottom: 1px solid #27272a;
    font-size: 10px;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-family: var(--font-mono);
    flex-shrink: 0;
}

.lp-hv2-dest {
    flex: 1;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}

/* Micro-stats */
.lp-hv2-stats {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-top: 56px;
    flex-wrap: wrap;
}

.lp-hv2-stat       { text-align: center; }
.lp-hv2-stat-num   { font-family: var(--font-mono); font-size: 26px; font-weight: 600; color: #fafafa; letter-spacing: -0.02em; }
.lp-hv2-stat-label { font-size: 11px; color: #71717a; margin-top: 3px; }

/* Responsive */
@media (max-width: 1000px) {
    .lp-hv2-panes { grid-template-columns: 1fr; height: auto; }
    .lp-hv2-stream-col { border-right: none; border-bottom: 1px solid #27272a; height: 200px; }
    .lp-hv2-right { border-left: none; border-top: 1px solid #27272a; min-height: 160px; }
    .lp-hv2-payload { min-height: 200px; }
}
@media (max-width: 720px) {
    .lp-hv2 { padding: 60px 0 72px; }
    .lp-hv2-h1 { font-size: 36px; }
    .lp-hv2-lead { font-size: 15px; }
    .lp-hv2-stats { gap: 28px; }
    .lp-hv2-card { display: none; }
    .lp-hv2-text { margin-bottom: 40px; }
}

/* ─────────────── 25. lp6 — Hero, architecture, scenarios, bento ─────────────── */

/* Hero */
.lp6-hero     { position: relative; overflow: hidden; padding: 130px 24px 0; text-align: center; }
.lp6-hero-bg  {
    position: absolute; inset: 0; z-index: 0;
    background-image:
        radial-gradient(ellipse 55% 48% at 50% 0%, rgba(14,165,233,0.14), transparent 65%),
        linear-gradient(to right,  rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: auto, 52px 52px, 52px 52px;
    mask-image: linear-gradient(to bottom, black 42%, transparent 100%);
}
.lp6-hero-inner { position: relative; z-index: 1; max-width: 920px; margin: 0 auto; }
.lp6-h1 {
    margin: 0;
    font-size: clamp(50px, 7vw, 86px);
    font-weight: 700; letter-spacing: -3px; line-height: 0.97; color: #fafafa;
}
.lp6-h1-grad {
    background: linear-gradient(130deg, #38bdf8 0%, #a78bfa 50%, #34d399 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent; display: block;
}
.lp6-hero-sub      { margin: 30px auto 0; font-size: 18px; line-height: 1.58; color: #a1a1aa; max-width: 680px; }
.lp6-hero-sub code { font-family: var(--font-mono); color: #fafafa; }

/* Architecture SVG */
.lp6-arch-wrap { position: relative; margin: 64px auto 0; max-width: 960px; padding: 0 12px; }
.lp6-arch-svg  { display: block; width: 100%; }
.lp6-arch-cap  {
    text-align: center; font-family: var(--font-mono); font-size: 10.5px;
    color: #3f3f46; margin-top: 14px; letter-spacing: 0.2px;
}

/* Flow animations */
.lp6-flow-in  { animation: lp6-flow 1.55s linear infinite; }
.lp6-flow-out { animation: lp6-flow 1.35s linear infinite; }
@keyframes lp6-flow { to { stroke-dashoffset: 16; } }

.lp6-ring { animation: lp6-ring 3.5s ease-in-out infinite; }
@keyframes lp6-ring { 0%,100% { opacity: .12; } 50% { opacity: .42; } }
.lp6-hmac { animation: lp6-hmac 3s ease-in-out infinite; }
@keyframes lp6-hmac { 0%,40%,100% { opacity: .5; } 55%,75% { opacity: 1; } }
.lp6-sdot { animation: lp6-sdot 2.4s ease-in-out infinite; }
@keyframes lp6-sdot { 0%,85%,100% { opacity: 1; } 42% { opacity: .28; } }

/* Animation delay helpers */
.lp6-delay-3  { animation-delay: .3s; }
.lp6-delay-5  { animation-delay: .5s; }
.lp6-delay-6  { animation-delay: .6s; }
.lp6-delay-7  { animation-delay: .7s; }
.lp6-delay-8  { animation-delay: .8s; }
.lp6-delay-10 { animation-delay: 1s; }
.lp6-delay-14 { animation-delay: 1.4s; }
.lp6-delay-35 { animation-delay: .35s; }

/* Scenario cards */
.lp6-scenarios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
}
.lp6-sc {
    border: 1px solid #1a1a1f; border-radius: 14px;
    background: rgba(15,15,18,0.6); overflow: hidden;
    transition: border-color 0.2s, transform 0.2s;
}
.lp6-sc:hover { border-color: rgba(14,165,233,0.3); transform: translateY(-2px); }
.lp6-sc-a {
    background: linear-gradient(158deg, rgba(14,165,233,0.07) 0%, rgba(15,15,18,0.6) 60%);
    border-color: rgba(14,165,233,0.22);
}
.lp6-sc-b {
    background: linear-gradient(158deg, rgba(167,139,250,0.07) 0%, rgba(15,15,18,0.6) 60%);
    border-color: rgba(167,139,250,0.2);
}
.lp6-sc-head { padding: 26px 26px 0; }
.lp6-sc-svg  { display: block; width: 100%; padding: 16px 12px 20px; }
.lp6-sc-foot { padding: 0 26px 22px; font-size: 11.5px; color: #52525b; font-family: var(--font-mono); }
.lp6-sc-h3   { margin: 0 0 10px; font-size: 19px; font-weight: 600; color: #fafafa; letter-spacing: -0.3px; }

/* Mini flow animations (scenario SVGs) */
.lp6-mpi { animation: lp6-flow 1.8s  linear infinite; }
.lp6-mpo { animation: lp6-flow 1.55s linear infinite; }

/* How it works */
.lp6-hiw {
    display: grid; grid-template-columns: 1fr 76px 1fr 76px 1fr;
    align-items: flex-start; max-width: 880px; margin: 0 auto;
}
.lp6-hiw-step { text-align: center; padding: 0 10px; }
.lp6-hiw-n {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 50%;
    font-family: var(--font-mono); font-size: 18px; font-weight: 700; margin-bottom: 20px;
}
.lp6-n1 { background: rgba(14,165,233,0.1);  border: 1px solid rgba(14,165,233,0.3);  color: #38bdf8; }
.lp6-n2 { background: rgba(167,139,250,0.1); border: 1px solid rgba(167,139,250,0.3); color: #a78bfa; }
.lp6-n3 { background: rgba(52,211,153,0.1);  border: 1px solid rgba(52,211,153,0.3);  color: #34d399; }
.lp6-hiw-conn { display: flex; align-items: flex-start; justify-content: center; padding-top: 26px; }
.lp6-conn-path { animation: lp6-conn 2.2s linear infinite; }
@keyframes lp6-conn { to { stroke-dashoffset: 12; } }

/* Bento grid */
.lp6-bento-top { display: grid; grid-template-columns: 3fr 2fr; gap: 16px; }
.lp6-bento-bot { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px; }
.lp6-bc {
    border: 1px solid #1a1a1f; border-radius: 14px; padding: 28px 26px;
    background: rgba(15,15,18,0.6); overflow: hidden; position: relative;
    transition: border-color 0.2s, transform 0.2s;
}
.lp6-bc:hover { border-color: rgba(14,165,233,0.3); transform: translateY(-2px); }
.lp6-bc-a  { background: linear-gradient(158deg, rgba(14,165,233,0.07) 0%, rgba(15,15,18,0.6) 60%); border-color: rgba(14,165,233,0.22); }
.lp6-bc-p  { background: linear-gradient(158deg, rgba(167,139,250,0.07) 0%, rgba(15,15,18,0.6) 60%); border-color: rgba(167,139,250,0.2); }
.lp6-bc-g  { background: linear-gradient(158deg, rgba(52,211,153,0.05) 0%, rgba(15,15,18,0.6) 60%); border-color: rgba(52,211,153,0.15); }
.lp6-bc-sm  { padding: 22px 20px; }
.lp6-bc--col { display: flex; flex-direction: column; }

/* Bento headings */
.lp6-bc-h3    { margin: 0 0 12px; font-size: 22px; font-weight: 600; letter-spacing: -0.4px; color: #fafafa; }
.lp6-bc-h3-md { margin: 0 0 10px; font-size: 20px; font-weight: 600; letter-spacing: -0.3px; color: #fafafa; }
.lp6-bc-h3-sm { margin: 0 0 10px; font-size: 16px; font-weight: 600; color: #fafafa; }

/* JSON mockup */
.lp6-json      { margin-top: 22px; border: 1px solid #1a1a1f; border-radius: 9px; background: #09090b; font-family: var(--font-mono); font-size: 11px; line-height: 1.7; overflow: hidden; }
.lp6-json-top  { height: 30px; background: rgba(15,15,18,0.9); border-bottom: 1px solid #1a1a1f; display: flex; align-items: center; padding: 0 12px; gap: 6px; }
.lp6-json-body { padding: 12px 14px; color: #d4d4d8; }
.lp6-json-hl   { display: block; background: rgba(52,211,153,0.09); border-left: 2px solid rgba(52,211,153,0.5); padding: 1px 5px; margin: 0 -5px; border-radius: 0 3px 3px 0; color: #34d399; }

/* JSON-top traffic-light dots & label */
.lp6-json-dot     { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lp6-json-dot--r  { background: #fb7185; }
.lp6-json-dot--y  { background: #fbbf24; }
.lp6-json-dot--g  { background: #34d399; }
.lp6-json-label   { font-family: var(--font-mono); font-size: 10px; color: #52525b; margin-left: 4px; }

/* JSON body syntax colors */
.lp6-json-mute { color: #52525b; }
.lp6-json-val  { color: #a1a1aa; }
.lp6-json-key2 { color: #71717a; }
.lp6-json-str2 { color: #34d399; }
.lp6-json-note { margin-top: 10px; font-size: 11px; color: #52525b; font-family: var(--font-mono); }

/* Fan-out destination list (bento card 2) */
.lp6-fan-foot   { margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.lp6-fan-row    { display: flex; align-items: center; justify-content: space-between;
                  padding: 8px 12px; border: 1px solid #1a1a1f; border-radius: 6px;
                  background: rgba(15,15,18,0.8); }
.lp6-fan-name   { font-family: var(--font-mono); font-size: 10.5px; color: #d4d4d8; font-weight: 600; }
.lp6-fan-filter { font-family: var(--font-mono); font-size: 9.5px; color: #52525b; }
.lp6-fan-ok     { width: 6px; height: 6px; border-radius: 50%; background: #34d399; }

/* Bento card icon boxes */
.lp6-bc-icon        { width: 42px; height: 42px; border-radius: 8px; margin-bottom: 16px;
                      border: 1px solid #27272a;
                      display: flex; align-items: center; justify-content: center; }
.lp6-bc-icon--green { background: rgba(52,211,153,0.1); }
.lp6-bc-icon--muted { background: rgba(255,255,255,0.04); }

/* Bento card pre / preview blocks */
.lp6-bc-pre   { margin-top: 14px; padding: 10px 12px; background: #09090b;
                border: 1px solid #1a1a1f; border-radius: 7px;
                font-family: var(--font-mono); font-size: 10.5px; line-height: 1.6;
                color: #a1a1aa; white-space: pre-wrap; }
.lp6-pre-mute { color: #52525b; }
.lp6-pre-ok   { color: #34d399; }

.lp6-bc-split   { margin-top: 14px; display: flex; gap: 6px; }
.lp6-bc-pane    { flex: 1; height: 44px; border: 1px solid #1a1a1f; border-radius: 5px;
                  background: #09090b; display: flex; align-items: center; padding: 0 8px;
                  font-family: var(--font-mono); font-size: 9px; color: #71717a; }
.lp6-bc-divider { width: 1px; background: #1a1a1f; }
.lp6-bc-live    { margin-top: 14px; display: flex; align-items: center; gap: 8px;
                  font-family: var(--font-mono); font-size: 10px; color: #52525b; }

/* Eyebrow size / color modifiers */
.sh-eyebrow--xs     { font-size: 10.5px; }
.sh-eyebrow--xxs    { font-size: 10px; }
.sh-eyebrow--purple { color: #a78bfa; }
.sh-eyebrow--green  { color: #34d399; }

/* sh-body margin-top helpers */
.sh-body-mt12 { margin-top: 12px; }
.sh-body-mt18 { margin-top: 18px; }

/* sh-code — inline code in prose */
.sh-code { font-family: var(--font-mono); color: #d4d4d8; }

/* Trust / dev-prod parity section */
.lp6-trust-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.lp6-trust-col  { display: flex; flex-direction: column; gap: 10px; }

.lp6-trust-card       { border-radius: 12px; padding: 20px 22px; }
.lp6-trust-card--bad  { border: 1px solid rgba(244,63,94,0.3);
                        background: linear-gradient(180deg, rgba(244,63,94,0.04), rgba(15,15,18,0.6)); }
.lp6-trust-card--good { border: 1px solid rgba(14,165,233,0.4);
                        background: linear-gradient(180deg, rgba(14,165,233,0.05), rgba(15,15,18,0.6));
                        box-shadow: 0 0 0 1px rgba(14,165,233,0.1); }

.lp6-trust-tag-row { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }

.lp6-trust-tag-circle       { display: inline-flex; width: 22px; height: 22px; border-radius: 50%;
                               align-items: center; justify-content: center; }
.lp6-trust-tag-circle--bad  { background: rgba(244,63,94,0.15); }
.lp6-trust-tag-circle--good { background: rgba(56,189,248,0.15); }

.lp6-trust-tag-label       { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.lp6-trust-tag-label--bad  { color: #fb7185; }
.lp6-trust-tag-label--good { color: #38bdf8; }

.lp6-trust-pre { margin: 0; padding: 14px 16px; background: #0a0a0c;
                 border: 1px solid #1a1a1f; border-radius: 8px;
                 font-family: var(--font-mono); font-size: 12px; line-height: 1.65; color: #d4d4d8; }

.lp6-trust-foot       { margin: 10px 0 0; font-size: 12px; line-height: 1.5; }
.lp6-trust-foot--bad  { color: #fb7185; }
.lp6-trust-foot--good { color: #34d399; }

.lp6-trust-list { margin: 20px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.lp6-trust-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #a1a1aa; line-height: 1.55; }

/* Code syntax colors (trust section pre blocks) */
.lp6-code-kw  { color: #a78bfa; }
.lp6-code-str { color: #34d399; }
.lp6-code-cmt { color: #71717a; }
.lp6-code-del { text-decoration: line-through; opacity: .45; }

/* Plan feature list item */
.lp-plan-feat-item { display: flex; align-items: flex-start; gap: 8px; }

/* Final CTA band */
.lp-cta-band {
    padding: 80px 0;
    text-align: center;
    border-top: 1px solid #27272a;
    border-bottom: 1px solid #27272a;
    position: relative;
    overflow: hidden;
}
.lp-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(14,165,233,0.10) 0%, transparent 60%);
    pointer-events: none;
}
.lp-cta-band-inner {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}
.lp-cta-band-h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    color: #fafafa;
}
.lp-cta-band-lead {
    font-size: 17px;
    color: #a1a1aa;
    margin: 16px auto 32px;
    max-width: 560px;
    line-height: 1.55;
}
.lp-cta-band-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.lp-cta-band-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 20px;
    background: #0ea5e9;
    color: #001018;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #0ea5e9;
    transition: background 0.15s, border-color 0.15s;
}
.lp-cta-band-btn-primary:hover { background: #38bdf8; border-color: #38bdf8; }
.lp-cta-band-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 20px;
    background: transparent;
    color: #fafafa;
    border: 1px solid #3f3f46;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}
.lp-cta-band-btn-secondary:hover { background: #18181b; border-color: #52525b; }
.lp-cta-band-cmd {
    margin-top: 24px;
    font-size: 12px;
    color: #71717a;
    font-family: var(--font-mono);
}
.lp-cta-band-cmd-endpoint { color: #0ea5e9; }
.lp-cta-band-caret {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: #0ea5e9;
    vertical-align: middle;
    animation: lp-caret-blink 1s steps(2, end) infinite;
}
@keyframes lp-caret-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

/* ── The Problem section ───────────────────────────────────── */
.lp-prob-headline { text-align: center; margin-bottom: 56px; }

.lp-prob-steps {
    display: flex; flex-direction: column; gap: 0;
    max-width: 680px; margin: 0 auto;
    position: relative;
    padding-left: 0;
}
.lp-prob-steps::before {
    content: '';
    position: absolute; left: 17px; top: 0; bottom: 0; width: 2px;
    background: linear-gradient(180deg, #34d399 0%, #fbbf24 50%, #fb7185 100%);
    opacity: 0.5;
}

.lp-prob-step {
    display: flex; gap: 24px; padding: 0 0 48px;
    position: relative;
}
.lp-prob-step:last-child { padding-bottom: 0; }

.lp-prob-num {
    flex-shrink: 0; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; border: 2px solid;
    background: #0b0b0d;
    font-family: var(--font-mono); font-size: 14px; font-weight: 700;
    position: relative; z-index: 1;
}
.lp-prob-num--ok     { border-color: #34d399; color: #34d399; }
.lp-prob-num--warn   { border-color: #fbbf24; color: #fbbf24; }
.lp-prob-num--danger { border-color: #fb7185; color: #fb7185; }

.lp-prob-confidence {
    display: inline-block;
    font-family: var(--font-mono); font-size: 10px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    padding: 2px 8px; border-radius: 3px;
    margin-bottom: 8px;
}
.lp-prob-confidence--ok     { color: #34d399; background: rgba(52,211,153,0.1); }
.lp-prob-confidence--warn   { color: #fbbf24; background: rgba(251,191,36,0.1); }
.lp-prob-confidence--danger { color: #fb7185; background: rgba(251,113,133,0.1); }

.lp-prob-body { flex: 1; min-width: 0; }

.lp-prob-h3 {
    margin: 0 0 8px; font-size: 18px; font-weight: 600;
    letter-spacing: -0.3px; color: #fafafa;
}

.lp-prob-pre {
    margin: 16px 0 0; padding: 16px 18px;
    background: #09090b; border: 1px solid #1a1a1f; border-radius: 8px;
    font-family: var(--font-mono); font-size: 12.5px; line-height: 1.65;
    color: #d4d4d8; overflow-x: auto; white-space: pre;
}

.lp-prob-transition {
    margin: 56px auto 0; max-width: 560px;
    text-align: center; font-size: 16px; line-height: 1.6;
    color: #d4d4d8; font-weight: 500;
}

@media (max-width: 640px) {
    .lp-prob-steps::before { left: 17px; }
    .lp-prob-step  { gap: 16px; }
    .lp-prob-h3    { font-size: 16px; }
    .lp-prob-pre   { font-size: 11.5px; padding: 12px 14px; }
}

/* Scroll-reveal */
@media (prefers-reduced-motion: no-preference) {
    .lp6-rev { opacity: 0; animation: lp6-rev .55s ease forwards; }
    @keyframes lp6-rev { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
    .lp6-d1{animation-delay:.08s} .lp6-d2{animation-delay:.18s}
    .lp6-d3{animation-delay:.28s} .lp6-d4{animation-delay:.38s}
    .lp6-d5{animation-delay:.48s}
}

/* Responsive */
@media (max-width: 900px) {
    .lp6-hiw        { grid-template-columns: 1fr; }
    .lp6-hiw-conn   { display: none; }
    .lp6-scenarios  { grid-template-columns: 1fr; }
    .lp6-bento-top  { grid-template-columns: 1fr; }
    .lp6-bento-bot  { grid-template-columns: 1fr; }
    .lp6-trust-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 640px) {
    .lp6-arch-wrap { display: none; }
    .lp6-h1 { font-size: 46px; letter-spacing: -2px; }
}
