html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
}

/* Landing page overrides body background */
body:has(.lp-header) {
    background-color: #0a0f1e;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 0;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}



td.sevensegment_td {
    text-align: center;
    border:solid;
}

/* ═══════════════════════════════════════════════════════════════
   App shell — global overrides for authenticated app pages
   ═══════════════════════════════════════════════════════════════ */

/* Override Bootstrap primary to ArenaPulse orange */
.btn-primary, .btn-primary:not(:disabled):not(.disabled) {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
    border-color: #ea580c;
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%);
    border-color: #c2410c;
    color: #fff;
}

.btn-primary:focus, .btn-primary:active {
    background: #ea580c;
    border-color: #c2410c;
    box-shadow: 0 0 0 0.2rem rgba(249,115,22,0.35);
}

/* Page header */
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.page-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Content card */
.app-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Status message (Blazor Identity) */
.status-message-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
    border-radius: 8px;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

/* Link color */
a { color: #ea580c; }
a:hover { color: #c2410c; }

/* ═══════════════════════════════════════════════════════════════
   Landing page  (all classes prefixed lp-)
   ═══════════════════════════════════════════════════════════════ */

:root {
    --lp-bg:       #0a0f1e;
    --lp-surface:  #111827;
    --lp-surface2: #1e293b;
    --lp-border:   #1e293b;
    --lp-accent:   #f97316;
    --lp-accent2:  #fb923c;
    --lp-blue:     #3b82f6;
    --lp-green:    #22c55e;
    --lp-red:      #ef4444;
    --lp-cyan:     #06b6d4;
    --lp-purple:   #a855f7;
    --lp-text:     #f1f5f9;
    --lp-muted:    #94a3b8;
    --lp-mono:     'Courier New', 'Lucida Console', monospace;
}

/* ── Reset for landing page ── */
.lp-header, .lp-hero, .lp-trust, .lp-section,
.lp-cta-banner, .lp-footer {
    box-sizing: border-box;
    width: 100%;
}

/* ── Header / nav ── */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10, 15, 30, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lp-border);
}

.lp-nav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.lp-logo img { display: block; }

.lp-nav-links {
    display: flex;
    gap: 1.75rem;
    margin-left: auto;
}

.lp-nav-links a {
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.15s;
}

.lp-nav-links a:hover { color: var(--lp-text); }

.lp-nav-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* ── Buttons ── */
.lp-btn-primary {
    background: var(--lp-accent);
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    display: inline-block;
}

.lp-btn-primary:hover {
    background: var(--lp-accent2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.lp-btn-ghost {
    background: transparent;
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: color 0.15s;
    display: inline-block;
}

.lp-btn-ghost:hover { color: var(--lp-text); text-decoration: none; }

.lp-btn-outline {
    background: transparent;
    color: var(--lp-text);
    border: 1px solid var(--lp-border);
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    display: inline-block;
}

.lp-btn-outline:hover {
    border-color: var(--lp-muted);
    color: var(--lp-text);
    text-decoration: none;
}

.lp-btn-lg {
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    border-radius: 8px;
}

.lp-btn-block {
    display: block;
    text-align: center;
    margin-top: auto;
    padding: 0.7rem 1rem;
}

/* ── Hero ── */
.lp-hero {
    background: var(--lp-bg);
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    padding: 5rem 1.5rem 4rem;
    gap: 4rem;
    max-width: 1100px;
    margin: 0 auto;
}

.lp-hero-content {
    flex: 1;
    max-width: 520px;
}

.lp-badge {
    display: inline-block;
    background: rgba(249, 115, 22, 0.12);
    color: var(--lp-accent);
    border: 1px solid rgba(249, 115, 22, 0.3);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 99px;
    margin-bottom: 1.25rem;
}

.lp-hero-title {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--lp-text);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.lp-accent { color: var(--lp-accent); }

.lp-hero-sub {
    font-size: 1.1rem;
    color: var(--lp-muted);
    line-height: 1.7;
    margin: 0 0 2rem;
}

.lp-hero-ctas {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.lp-hero-note {
    color: var(--lp-muted);
    font-size: 0.8rem;
    margin: 1rem 0 0;
}

/* ── Matrix panel mockup ── */
.lp-hero-visual {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.lp-panel {
    background: #141414;
    border: 10px solid #111;
    border-radius: 6px;
    box-shadow:
        inset 0 0 0 1px #2a2a2a,
        inset 0 2px 8px rgba(0,0,0,0.8),
        0 0 0 1px #080808,
        0 30px 80px rgba(0,0,0,0.9),
        0 0 80px rgba(249,115,22,0.07);
    padding: 10px;
}

.lp-panel-screen {
    background-color: #040404;
    background-image: radial-gradient(circle, #1e1e1e 1px, transparent 1px);
    background-size: 5px 5px;
    border-radius: 2px;
    padding: 18px 24px 16px;
    min-width: 290px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

/* vignette so edges fade dark like a real panel */
.lp-panel-screen::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.6) 100%);
    pointer-events: none;
    z-index: 1;
}

.lp-panel-label {
    font-family: var(--lp-mono);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #5a2d0c;
    text-shadow: 0 0 6px rgba(249,115,22,0.5);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

@keyframes lp-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.08; }
}

/* ── Pixel character rendering ── */
.lp-px-line {
    display: flex;
    align-items: flex-start;
    gap: var(--char-gap, 2px);
    position: relative;
    z-index: 2;
}

.lp-px-char {
    display: flex;
    flex-direction: column;
    gap: var(--dot-gap, 1px);
}

.lp-px-row {
    display: flex;
    gap: var(--dot-gap, 1px);
}

.lp-px-dot {
    width: var(--dot-size, 3px);
    height: var(--dot-size, 3px);
    border-radius: 50%;
    background: var(--led-off, #111);
    flex-shrink: 0;
}

.lp-px-dot.on {
    background: var(--led-on, #f97316);
    box-shadow: 0 0 var(--led-glow, 3px) var(--led-on, #f97316);
}

/* sizes */
.lp-px-xs { --dot-size: 2px; --dot-gap: 1px; --char-gap: 2px; --led-glow: 2px; }
.lp-px-md { --dot-size: 6px; --dot-gap: 1px; --char-gap: 4px; --led-glow: 5px; }
.lp-px-lg { --dot-size: 9px; --dot-gap: 2px; --char-gap: 5px; --led-glow: 9px; }

/* colors */
.lp-px-orange     { --led-on: #f97316; --led-off: #1a0c04; }
.lp-px-orange-dim { --led-on: #7c3410; --led-off: #110805; }
.lp-px-red        { --led-on: #ef4444; --led-off: #180404; }
.lp-px-green      { --led-on: #22c55e; --led-off: #051508; }
.lp-px-green-dim  { --led-on: #166534; --led-off: #040c06; }

/* blinking colon */
.lp-px-blink { animation: lp-blink 1s step-end infinite; }

/* score row layout */
.lp-px-scores-row {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.lp-px-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.lp-px-divider {
    width: 1px;
    height: 50px;
    background: #1c1c1c;
}

.lp-panel-caption {
    font-family: var(--lp-mono);
    font-size: 0.7rem;
    color: var(--lp-muted);
    opacity: 0.4;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em;
}

/* ── Trust bar ── */
.lp-trust {
    background: var(--lp-surface);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.lp-trust > span {
    font-size: 0.8rem;
    color: var(--lp-muted);
    font-weight: 500;
}

.lp-trust-items { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }

.lp-trust-item {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--lp-text);
}

.lp-trust-sep { color: var(--lp-border); }

/* ── Sections ── */
.lp-section {
    background: var(--lp-bg);
    padding: 5rem 1.5rem;
}

.lp-section-dark {
    background: var(--lp-surface);
}

.lp-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.lp-section-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 3.5rem;
}

.lp-section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--lp-text);
    margin: 0 0 0.75rem;
    letter-spacing: -0.02em;
}

.lp-section-header p {
    font-size: 1rem;
    color: var(--lp-muted);
    line-height: 1.7;
    margin: 0;
}

/* ── Feature cards ── */
.lp-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.lp-feature-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    padding: 1.75rem;
    transition: border-color 0.2s, transform 0.2s;
}

.lp-feature-card:hover {
    border-color: #334155;
    transform: translateY(-2px);
}

.lp-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.lp-icon-blue   { background: rgba(59,130,246,0.15); color: var(--lp-blue);   }
.lp-icon-orange { background: rgba(249,115,22,0.15);  color: var(--lp-accent); }
.lp-icon-green  { background: rgba(34,197,94,0.15);   color: var(--lp-green);  }
.lp-icon-purple { background: rgba(168,85,247,0.15);  color: var(--lp-purple); }
.lp-icon-cyan   { background: rgba(6,182,212,0.15);   color: var(--lp-cyan);   }
.lp-icon-red    { background: rgba(239,68,68,0.15);   color: var(--lp-red);    }

.lp-feature-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 0 0 0.5rem;
}

.lp-feature-card p {
    font-size: 0.9rem;
    color: var(--lp-muted);
    line-height: 1.65;
    margin: 0;
}

/* ── How it works ── */
.lp-steps {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.lp-step {
    flex: 1;
    min-width: 220px;
    padding: 1.5rem;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    border-radius: 10px;
}

.lp-step-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--lp-accent);
    opacity: 0.25;
    line-height: 1;
    margin-bottom: 0.75rem;
    font-variant-numeric: tabular-nums;
}

.lp-step h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin: 0 0 0.5rem;
}

.lp-step p {
    font-size: 0.9rem;
    color: var(--lp-muted);
    line-height: 1.65;
    margin: 0;
}

.lp-step code {
    background: var(--lp-surface2);
    color: var(--lp-accent);
    padding: 0.1em 0.4em;
    border-radius: 4px;
    font-size: 0.85em;
}

.lp-step-arrow {
    font-size: 1.5rem;
    color: var(--lp-border);
    align-self: center;
    flex-shrink: 0;
    padding-top: 0.5rem;
}

/* ── Pricing ── */
.lp-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.lp-plan {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    position: relative;
}

.lp-plan-featured {
    border-color: var(--lp-accent);
    box-shadow: 0 0 0 1px var(--lp-accent), 0 20px 40px rgba(249,115,22,0.1);
}

.lp-plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 99px;
    white-space: nowrap;
}

.lp-plan-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lp-text);
    margin-bottom: 0.75rem;
}

.lp-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.lp-plan-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--lp-text);
    letter-spacing: -0.02em;
}

.lp-plan-period {
    font-size: 0.85rem;
    color: var(--lp-muted);
}

.lp-plan-desc {
    font-size: 0.85rem;
    color: var(--lp-muted);
    line-height: 1.5;
    margin: 0 0 1.5rem;
}

.lp-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.lp-plan-features li {
    font-size: 0.875rem;
    color: var(--lp-text);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-plan-features li .bi-check-lg { color: var(--lp-green); font-size: 1rem; }

.lp-plan-off {
    color: var(--lp-muted) !important;
    opacity: 0.5;
}

.lp-plan-off .bi-dash { color: var(--lp-muted); }

/* ── CTA banner ── */
.lp-cta-banner {
    background: linear-gradient(135deg, #1a1025 0%, #0f1a2e 100%);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
    padding: 4rem 1.5rem;
}

.lp-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.lp-cta-inner h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--lp-text);
    margin: 0 0 0.5rem;
}

.lp-cta-inner p {
    color: var(--lp-muted);
    margin: 0;
    max-width: 480px;
}

/* ── Footer ── */
.lp-footer {
    background: var(--lp-surface);
    border-top: 1px solid var(--lp-border);
    padding: 3.5rem 1.5rem 0;
}

.lp-footer-inner {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}

.lp-footer-brand {
    flex: 1;
    min-width: 200px;
}

.lp-footer-brand p {
    font-size: 0.85rem;
    color: var(--lp-muted);
    margin: 0.75rem 0 0;
    line-height: 1.6;
    max-width: 260px;
}

.lp-footer-links {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.lp-footer-col {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lp-footer-heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-text);
    margin-bottom: 0.25rem;
}

.lp-footer-col a {
    font-size: 0.875rem;
    color: var(--lp-muted);
    text-decoration: none;
    transition: color 0.15s;
}

.lp-footer-col a:hover { color: var(--lp-text); }

.lp-footer-bottom {
    border-top: 1px solid var(--lp-border);
    padding: 1.25rem 0;
    font-size: 0.8rem;
    color: var(--lp-muted);
}

/* ── Coming Soon cover ── */
.lp-plan-cover {
    position: absolute;
    inset: 0;
    background: rgba(8, 12, 24, 0.78);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: inherit;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-plan-cover span {
    display: inline-block;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(249, 115, 22, 0.5);
    background: rgba(249, 115, 22, 0.12);
    color: #f97316;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── Hero extras ── */
.lp-hero-detail {
    font-size: 0.9rem;
    color: var(--lp-muted);
    margin: -1rem 0 1.75rem;
    line-height: 1.6;
}

.lp-hero-compat {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    font-size: 0.8rem;
}

.lp-compat-label {
    color: var(--lp-muted);
    font-weight: 500;
}

.lp-compat-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: var(--lp-surface2);
    color: var(--lp-text);
    border: 1px solid var(--lp-border);
    border-radius: 99px;
    padding: 0.2rem 0.65rem;
    font-weight: 500;
}

.lp-compat-item i { font-size: 0.75rem; color: var(--lp-accent); }

/* ── Price shock quip ── */
.lp-quip-wrap {
    background: var(--lp-bg);
    padding: 0 1.5rem 2.5rem;
}

.lp-quip {
    max-width: 860px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(249,115,22,0.07) 0%, rgba(249,115,22,0.03) 100%);
    border: 1px solid rgba(249,115,22,0.25);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.lp-quip-icon {
    color: var(--lp-accent);
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.lp-quip p {
    color: var(--lp-muted);
    font-size: 0.975rem;
    line-height: 1.65;
    margin: 0;
    font-style: italic;
}

.lp-quip-cta {
    color: var(--lp-accent);
    font-style: normal;
    font-weight: 600;
}

/* ── DIY chips (how it works footer) ── */
.lp-diy-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.lp-diy-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--lp-bg);
    border: 1px solid var(--lp-border);
    color: var(--lp-muted);
    border-radius: 99px;
    padding: 0.35rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.lp-diy-chip i { color: var(--lp-accent); }

/* ── Sponsor income section ── */
.lp-sponsor-section {
    background: linear-gradient(135deg, #0f1a0f 0%, #0a0f1e 60%, #1a1025 100%);
    border-top: 1px solid var(--lp-border);
    border-bottom: 1px solid var(--lp-border);
    padding: 5rem 1.5rem;
}

.lp-sponsor-inner {
    display: flex;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}

.lp-sponsor-text {
    flex: 1;
    min-width: 280px;
}

.lp-sponsor-text h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--lp-text);
    margin: 0.75rem 0 1rem;
    letter-spacing: -0.02em;
}

.lp-sponsor-text p {
    color: var(--lp-muted);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0 0 1.5rem;
}

.lp-sponsor-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lp-sponsor-bullets li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--lp-muted);
}

.lp-sponsor-bullets i { color: var(--lp-green); font-size: 0.9rem; flex-shrink: 0; }

.lp-sponsor-callout {
    flex-shrink: 0;
    width: 300px;
    background: var(--lp-surface);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.lp-sponsor-icon {
    font-size: 2rem;
    color: var(--lp-green);
}

.lp-sponsor-quote {
    color: var(--lp-text);
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

/* ── Legacy comparison ── */
.lp-compare-section { background: var(--lp-bg); }

.lp-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.lp-compare-col {
    border-radius: 10px;
    padding: 1.75rem;
    border: 1px solid var(--lp-border);
}

.lp-compare-bad  { background: rgba(239,68,68,0.04); border-color: rgba(239,68,68,0.18); }
.lp-compare-good { background: rgba(34,197,94,0.04); border-color: rgba(34,197,94,0.22); }

.lp-compare-col-header {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lp-compare-bad  .lp-compare-col-header { color: var(--lp-red); }
.lp-compare-good .lp-compare-col-header { color: var(--lp-green); }

.lp-compare-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lp-compare-col li {
    font-size: 0.875rem;
    color: var(--lp-muted);
    padding-left: 0.25rem;
}

/* ── Pricing note ── */
.lp-pricing-note {
    text-align: center;
    font-size: 0.8rem;
    color: var(--lp-muted);
    margin: 2rem 0 0;
}

/* ── Contact link ── */
.lp-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--lp-accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 1rem;
    transition: opacity 0.15s;
}
.lp-contact-link:hover { opacity: 0.8; text-decoration: none; color: var(--lp-accent); }


/* ── Public Display section ── */
.lp-pd-hero {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.lp-pd-hero-text {
    flex: 1;
}

.lp-pd-lead {
    font-size: 1rem;
    color: var(--lp-muted);
    line-height: 1.7;
    margin: 1rem 0 1.25rem;
    max-width: 520px;
}

.lp-pd-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.lp-pd-bullets li {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .9rem;
    color: var(--lp-text);
}

.lp-pd-bullets i { color: var(--lp-accent); flex-shrink: 0; }

.lp-pd-tier-note {
    font-size: .85rem;
    color: var(--lp-muted);
}

.lp-pd-tier-chip {
    display: inline-block;
    padding: .1rem .55rem;
    border-radius: 999px;
    background: var(--lp-accent);
    color: #fff;
    font-weight: 700;
    font-size: .78rem;
}

/* Mock screen visual */
.lp-pd-hero-visual {
    flex-shrink: 0;
}

.lp-pd-screen {
    width: 280px;
    border-radius: 16px;
    overflow: hidden;
    background: #1e1e2e;
    border: 2px solid #333;
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}

.lp-pd-screen-top {
    padding: .5rem 1rem;
    font-size: .75rem;
    color: var(--lp-accent);
    background: #12121a;
    display: flex;
    align-items: center;
    gap: .4rem;
    border-bottom: 1px solid #333;
}

.lp-pd-screen-slide {
    padding: 1.5rem 1.25rem;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-pd-slide-inner { width: 100%; }

.lp-pd-slide-title {
    font-size: 1rem;
    font-weight: 700;
    color: #f5f5f5;
    margin-bottom: .75rem;
    border-bottom: 1px solid #333;
    padding-bottom: .4rem;
}

.lp-pd-slide-items {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.lp-pd-slide-item {
    font-size: .88rem;
    color: #d1d5db;
    padding: .25rem 0;
}

.lp-pd-screen-dots {
    display: flex;
    justify-content: center;
    gap: .4rem;
    padding: .6rem;
    background: #12121a;
}

.lp-pd-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #444;
}

.lp-pd-dot.active { background: var(--lp-accent); }

/* ── Responsive ── */
@media (max-width: 768px) {
    .lp-hero {
        flex-direction: column;
        min-height: auto;
        padding: 3rem 1.25rem;
        gap: 2.5rem;
        text-align: center;
    }
    .lp-compare-grid { grid-template-columns: 1fr; }
    .lp-hero-compat { justify-content: center; }
    .lp-hero-ctas { justify-content: center; }
    .lp-nav-links { display: none; }
    .lp-step-arrow { display: none; }
    .lp-steps { flex-direction: column; }
    .lp-cta-inner { flex-direction: column; text-align: center; }
    .lp-footer-inner { flex-direction: column; gap: 2rem; }
    .lp-pd-hero { flex-direction: column; gap: 2rem; }
    .lp-pd-screen { width: 100%; max-width: 320px; }
}
