html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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: 1.1rem;
}

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;
}

/* ── Marketing / long-form landing page ──────────────────────────────────── */

.mkt-page {
    background: #09090b;
    color: #d1d5db;
    font-family: 'Instrument Sans', system-ui, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75;
}

/* Header */
.mkt-header {
    padding: 1.25rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: sticky;
    top: 0;
    background: rgba(9,9,11,0.9);
    backdrop-filter: blur(10px);
    z-index: 50;
}
.mkt-logo {
    font-family: 'Instrument Sans', system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f9fafb;
    text-decoration: none;
}
.mkt-logo span { color: #10b981; }

/* Main content */
.mkt-main { flex: 1; }

/* Footer */
.mkt-footer {
    text-align: center;
    padding: 2rem 1rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #4b5563;
    font-size: 0.82rem;
}
.mkt-footer p { margin: 0; }

/* Content width helpers */
.mkt-col {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mkt-col-wide {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Section spacing */
.mkt-section { padding: 5rem 0; }
.mkt-section-sm { padding: 3rem 0; }

/* Badge */
.mkt-badge {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #10b981;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.25);
    padding: 0.3rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
}

/* Hero heading */
.mkt-h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #f9fafb;
    margin: 0 0 1.25rem;
}
.mkt-h1 em {
    font-style: normal;
    color: #10b981;
}

/* Section headings */
.mkt-h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #f9fafb;
    margin: 0 0 1.25rem;
}
.mkt-h3 {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f9fafb;
    margin: 0 0 0.85rem;
}

/* Subheadline */
.mkt-subhead {
    font-size: 1.1rem;
    color: #9ca3af;
    line-height: 1.7;
    margin: 0 0 2.25rem;
}

/* Body paragraphs */
.mkt-body p {
    font-size: 1.05rem;
    color: #d1d5db;
    line-height: 1.8;
    margin: 0 0 1.4rem;
}
.mkt-body p:last-child { margin-bottom: 0; }
.mkt-body code {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.88em;
    color: #10b981;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.2);
    padding: 0.1em 0.4em;
    border-radius: 4px;
}
.mkt-body strong { color: #f9fafb; font-weight: 600; }

/* Divider */
.mkt-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin: 0;
}

/* CTA Button */
.mkt-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #10b981;
    color: #000;
    font-family: 'Instrument Sans', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.95rem 2.25rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, box-shadow 0.2s, transform 0.1s;
}
.mkt-cta:hover {
    background: #059669;
    color: #000;
    box-shadow: 0 0 28px rgba(16,185,129,0.45), 0 4px 16px rgba(0,0,0,0.4);
    transform: translateY(-1px);
}
.mkt-cta:active { transform: translateY(0); }
.mkt-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    text-align: center;
    padding: 0.5rem 0;
}
.mkt-cta-sub {
    font-size: 0.82rem;
    color: #6b7280;
    font-style: italic;
}

/* Product mockup */
.mkt-mockup {
    position: relative;
    background: #111113;
    border: 1px solid rgba(16,185,129,0.3);
    border-radius: 16px;
    box-shadow: 0 0 50px rgba(16,185,129,0.1), 0 30px 80px rgba(0,0,0,0.6);
    overflow: hidden;
}
.mkt-mockup-chrome {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mkt-mockup-dot {
    width: 11px; height: 11px;
    border-radius: 50%;
}
.mkt-mockup-dot:nth-child(1) { background: #ff5f56; }
.mkt-mockup-dot:nth-child(2) { background: #ffbd2e; }
.mkt-mockup-dot:nth-child(3) { background: #27c93f; }
.mkt-mockup-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: #4b5563;
    margin-left: 0.5rem;
}
.mkt-mockup-body {
    padding: 1.75rem 2rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    line-height: 1.8;
    overflow-x: auto;
}
.mkt-code-comment { color: #4b5563; }
.mkt-code-keyword { color: #818cf8; }
.mkt-code-type    { color: #60a5fa; }
.mkt-code-string  { color: #fbbf24; }
.mkt-code-method  { color: #34d399; }
.mkt-code-plain   { color: #e5e7eb; }
.mkt-code-line { display: block; }
.mkt-code-indent { padding-left: 1.5rem; }
.mkt-code-indent2 { padding-left: 3rem; }

/* Testimonial cards */
.mkt-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}
.mkt-card {
    background: #111113;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 1.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.mkt-card:hover {
    border-color: rgba(16,185,129,0.2);
    box-shadow: 0 0 20px rgba(16,185,129,0.06);
}
.mkt-card-quote {
    font-size: 0.95rem;
    color: #d1d5db;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 1.25rem;
    border-left: 2px solid rgba(16,185,129,0.4);
}
.mkt-card-author {
    font-size: 0.82rem;
    color: #6b7280;
    font-style: normal;
}
.mkt-card-author strong { color: #10b981; font-weight: 600; }

/* Offer box */
.mkt-offer-box {
    background: #111113;
    border: 1px solid rgba(16,185,129,0.25);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 0 40px rgba(16,185,129,0.08);
}
.mkt-price {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #f9fafb;
    line-height: 1;
}
.mkt-price span { font-size: 1.1rem; font-weight: 400; color: #6b7280; }
.mkt-price-strike {
    font-size: 1.4rem;
    color: #4b5563;
    text-decoration: line-through;
    margin-left: 0.75rem;
    vertical-align: middle;
}
.mkt-scarcity {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #fbbf24;
    background: rgba(251,191,36,0.1);
    border: 1px solid rgba(251,191,36,0.2);
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    margin-top: 0.75rem;
    letter-spacing: 0.04em;
}

/* Guarantee box */
.mkt-guarantee {
    background: rgba(16,185,129,0.05);
    border: 1px solid rgba(16,185,129,0.15);
    border-radius: 12px;
    padding: 2rem 2.25rem;
}
.mkt-guarantee-icon {
    font-size: 2.25rem;
    margin-bottom: 0.75rem;
    display: block;
}

/* Signature */
.mkt-signature {
    font-family: 'Instrument Sans', system-ui, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    color: #9ca3af;
    margin: 0.5rem 0;
}
.mkt-signature-title {
    font-size: 0.82rem;
    color: #6b7280;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.05em;
}

@media (max-width: 600px) {
    .mkt-section  { padding: 3.5rem 0; }
    .mkt-offer-box { padding: 1.5rem; }
    .mkt-mockup-body { padding: 1.25rem; font-size: 0.72rem; }
}

/* ── App-wide fonts ───────────────────────────────────────────────────────── */
html, body {
    font-family: 'Instrument Sans', system-ui, -apple-system, sans-serif;
}
code, pre, kbd, .font-monospace {
    font-family: 'JetBrains Mono', 'Courier New', monospace !important;
}

/* ── Bootstrap dark theme overrides ──────────────────────────────────────── */
[data-bs-theme="dark"] {
    --bs-body-bg:               #0f0f12;
    --bs-body-color:            #e4e4e7;
    --bs-secondary-color:       #a1a1aa;
    --bs-tertiary-color:        #71717a;
    --bs-card-bg:               #18181b;
    --bs-card-cap-bg:           #1e1e23;
    --bs-card-border-color:     rgba(255,255,255,0.07);
    --bs-border-color:          rgba(255,255,255,0.08);
    --bs-border-color-translucent: rgba(255,255,255,0.08);
    --bs-input-bg:              #1c1c1f;
    --bs-input-border-color:    rgba(255,255,255,0.1);
    --bs-input-focus-border-color: #22c55e;
    --bs-input-focus-box-shadow: 0 0 0 0.2rem rgba(34,197,94,0.18);
    --bs-primary:               #22c55e;
    --bs-primary-rgb:           34, 197, 94;
    --bs-link-color:            #4ade80;
    --bs-link-hover-color:      #86efac;
    --bs-table-striped-bg:      rgba(255,255,255,0.025);
    --bs-table-hover-bg:        rgba(255,255,255,0.04);
    --bs-modal-bg:              #18181b;
    --bs-modal-border-color:    rgba(255,255,255,0.08);
    --bs-dropdown-bg:           #1e1e23;
    --bs-dropdown-border-color: rgba(255,255,255,0.08);
    --bs-dropdown-link-color:   #e4e4e7;
    --bs-dropdown-link-hover-bg: rgba(255,255,255,0.06);
    --bs-list-group-bg:         #18181b;
    --bs-list-group-border-color: rgba(255,255,255,0.07);
    --bs-popover-bg:            #1e1e23;
    --bs-popover-border-color:  rgba(255,255,255,0.1);
    --bs-tooltip-bg:            #27272a;
    --bs-code-color:            #4ade80;
    --ads-sidebar-bg:           #0d0d10;
    --ads-topbar-bg:            rgba(15,15,18,0.85);
    --ads-border:               rgba(255,255,255,0.07);
}

/* ── Bootstrap light theme overrides ─────────────────────────────────────── */
[data-bs-theme="light"] {
    --bs-body-bg:               #f8f8fb;
    --bs-body-color:            #18181b;
    --bs-secondary-color:       #52525b;
    --bs-card-bg:               #ffffff;
    --bs-card-cap-bg:           #f4f4f6;
    --bs-card-border-color:     rgba(0,0,0,0.08);
    --bs-border-color:          rgba(0,0,0,0.09);
    --bs-primary:               #16a34a;
    --bs-primary-rgb:           22, 163, 74;
    --bs-link-color:            #16a34a;
    --bs-link-hover-color:      #15803d;
    --bs-input-bg:              #ffffff;
    --bs-input-border-color:    rgba(0,0,0,0.15);
    --bs-input-focus-border-color: #16a34a;
    --bs-input-focus-box-shadow: 0 0 0 0.2rem rgba(22,163,74,0.18);
    --bs-dropdown-bg:           #ffffff;
    --bs-modal-bg:              #ffffff;
    --bs-code-color:            #16a34a;
    --ads-sidebar-bg:           #18181b;
    --ads-topbar-bg:            rgba(248,248,251,0.9);
    --ads-border:               rgba(0,0,0,0.08);
}

/* ── Primary button — green for both themes ──────────────────────────────── */
.btn-primary {
    background-color: #22c55e !important;
    border-color:     #22c55e !important;
    color:            #000    !important;
    font-weight:      600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #16a34a !important;
    border-color:     #16a34a !important;
    color:            #000    !important;
    box-shadow: 0 0 0 0.2rem rgba(34,197,94,0.3) !important;
}
[data-bs-theme="light"] .btn-primary {
    background-color: #16a34a !important;
    border-color:     #16a34a !important;
}
[data-bs-theme="light"] .btn-primary:hover {
    background-color: #15803d !important;
    border-color:     #15803d !important;
}

/* ── Outline buttons in dark theme ───────────────────────────────────────── */
[data-bs-theme="dark"] .btn-outline-secondary {
    color: #a1a1aa;
    border-color: rgba(255,255,255,0.15);
}
[data-bs-theme="dark"] .btn-outline-secondary:hover {
    background: rgba(255,255,255,0.06);
    color: #e4e4e7;
    border-color: rgba(255,255,255,0.25);
}

/* ── Focus ring ───────────────────────────────────────────────────────────── */
.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.18rem rgba(34,197,94,0.28) !important;
}

/* ── Cards ────────────────────────────────────────────────────────────────── */
.card {
    border-radius: 10px;
}
[data-bs-theme="dark"] .card {
    border-color: rgba(255,255,255,0.07);
}
[data-bs-theme="dark"] .card-header {
    border-bottom-color: rgba(255,255,255,0.07);
    background: #1e1e23;
    font-weight: 600;
    font-size: 0.9rem;
}
[data-bs-theme="light"] .card-header {
    font-weight: 600;
    font-size: 0.9rem;
}

/* ── Tables ───────────────────────────────────────────────────────────────── */
[data-bs-theme="dark"] .table {
    --bs-table-border-color: rgba(255,255,255,0.06);
    color: #e4e4e7;
}
[data-bs-theme="dark"] .table th {
    color: #a1a1aa;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.table th {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── Form inputs ──────────────────────────────────────────────────────────── */
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select {
    background-color: #1c1c1f;
    border-color: rgba(255,255,255,0.1);
    color: #e4e4e7;
}
[data-bs-theme="dark"] .form-control:focus,
[data-bs-theme="dark"] .form-select:focus {
    background-color: #1c1c1f;
    border-color: #22c55e;
    color: #e4e4e7;
    box-shadow: 0 0 0 0.18rem rgba(34,197,94,0.2);
}
[data-bs-theme="dark"] .form-control::placeholder { color: #52525b; }
[data-bs-theme="dark"] .form-label { color: #a1a1aa; font-size: 0.85rem; font-weight: 500; }
[data-bs-theme="dark"] .input-group-text {
    background: #1e1e23;
    border-color: rgba(255,255,255,0.1);
    color: #71717a;
}

/* ── Badges ───────────────────────────────────────────────────────────────── */
[data-bs-theme="dark"] .badge.bg-primary { background-color: #22c55e !important; color: #000; }

/* ── Alerts ───────────────────────────────────────────────────────────────── */
[data-bs-theme="dark"] .alert-info    { background: rgba(96,165,250,0.1); border-color: rgba(96,165,250,0.2); color: #93c5fd; }
[data-bs-theme="dark"] .alert-success { background: rgba(34,197,94,0.1);  border-color: rgba(34,197,94,0.2);  color: #86efac; }
[data-bs-theme="dark"] .alert-warning { background: rgba(234,179,8,0.1);  border-color: rgba(234,179,8,0.2);  color: #fde047; }
[data-bs-theme="dark"] .alert-danger  { background: rgba(239,68,68,0.1);  border-color: rgba(239,68,68,0.2);  color: #fca5a5; }

/* ── Top bar ──────────────────────────────────────────────────────────────── */
[data-bs-theme="dark"]  .top-row { backdrop-filter: blur(8px); }
[data-bs-theme="light"] .top-row { backdrop-filter: blur(8px); border-bottom-color: rgba(0,0,0,0.08); }
.top-row .project-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--bs-secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
}

/* ── Scrollbar (dark) ─────────────────────────────────────────────────────── */
[data-bs-theme="dark"] ::-webkit-scrollbar { width: 6px; height: 6px; }
[data-bs-theme="dark"] ::-webkit-scrollbar-track { background: transparent; }
[data-bs-theme="dark"] ::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 3px; }
[data-bs-theme="dark"] ::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.18); }

/* ── Landing page dark theme ──────────────────────────────────────────────── */

:root {
    --lp-bg:          #09090b;
    --lp-bg-card:     #111113;
    --lp-bg-card-alt: #1a1a1f;
    --lp-border:      rgba(255,255,255,0.08);
    --lp-border-green:rgba(34,197,94,0.4);
    --lp-text:        #f4f4f5;
    --lp-text-muted:  #a1a1aa;
    --lp-green:       #22c55e;
    --lp-green-dark:  #16a34a;
    --lp-green-glow:  rgba(34,197,94,0.18);
    --lp-font-ui:     'Instrument Sans', system-ui, sans-serif;
    --lp-font-mono:   'JetBrains Mono', 'Courier New', monospace;
    --lp-radius:      12px;
    --lp-radius-lg:   20px;
}

/* Scoped to .landing-page wrapper — no impact on authenticated app */
.landing-page {
    font-family: var(--lp-font-ui);
    background: var(--lp-bg);
    color: var(--lp-text);
    min-height: 100vh;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* ── Nav ── */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
    background: rgba(9,9,11,0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lp-border);
}

.lp-nav-logo {
    font-family: var(--lp-font-ui);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--lp-text);
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.lp-nav-logo span {
    color: var(--lp-green);
}

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

.lp-nav-link {
    color: var(--lp-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    transition: color 0.15s;
}

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

.lp-btn-primary {
    background: var(--lp-green);
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.45rem 1.1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: background 0.15s, box-shadow 0.15s;
}

.lp-btn-primary:hover {
    background: var(--lp-green-dark);
    box-shadow: 0 0 20px var(--lp-green-glow);
    color: #000;
}

.lp-btn-secondary {
    background: transparent;
    color: var(--lp-text);
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.45rem 1.1rem;
    border-radius: 8px;
    border: 1px solid var(--lp-border);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: border-color 0.15s, background 0.15s;
}

.lp-btn-secondary:hover {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.04);
    color: var(--lp-text);
}

/* ── Sections ── */
.lp-section {
    padding: 5rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.lp-section-wide {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-section-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.lp-section-heading h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
    color: var(--lp-text);
}

.lp-section-heading p {
    font-size: 1.05rem;
    color: var(--lp-text-muted);
    max-width: 550px;
    margin: 0 auto;
}

/* ── Hero ── */
.lp-hero {
    text-align: center;
    padding: 6rem 2rem 4rem;
    max-width: 820px;
    margin: 0 auto;
}

.lp-badge {
    display: inline-block;
    font-family: var(--lp-font-mono);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--lp-green);
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.25);
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    letter-spacing: 0.02em;
    margin-bottom: 1.75rem;
}

.lp-hero h1 {
    font-size: clamp(2.8rem, 7vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--lp-text);
    margin-bottom: 1.25rem;
}

.lp-hero p {
    font-size: 1.15rem;
    color: var(--lp-text-muted);
    max-width: 560px;
    margin: 0 auto 2.25rem;
    line-height: 1.7;
}

.lp-hero-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

.lp-hero-actions .lp-btn-primary,
.lp-hero-actions .lp-btn-secondary {
    font-size: 0.95rem;
    padding: 0.65rem 1.5rem;
}

.lp-hero-visual {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    aspect-ratio: 16/9;
    border-radius: var(--lp-radius-lg);
    background: var(--lp-bg-card);
    border: 1px solid var(--lp-border-green);
    box-shadow: 0 0 40px var(--lp-green-glow), 0 0 80px rgba(34,197,94,0.06), 0 24px 64px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-text-muted);
    font-family: var(--lp-font-mono);
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
}

.lp-hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(34,197,94,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.lp-editor-chrome {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--lp-border);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 0.4rem;
}

.lp-editor-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
}

.lp-editor-dot:nth-child(1) { background: #ff5f56; }
.lp-editor-dot:nth-child(2) { background: #ffbd2e; }
.lp-editor-dot:nth-child(3) { background: #27c93f; }

.lp-editor-body {
    margin-top: 36px;
    padding: 1.5rem;
    text-align: left;
    width: 100%;
}

.lp-editor-line { margin: 0.2rem 0; }
.lp-editor-green { color: var(--lp-green); }
.lp-editor-muted  { color: #4b5563; }
.lp-editor-blue  { color: #60a5fa; }
.lp-editor-orange { color: #f97316; }
.lp-editor-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background: var(--lp-green);
    animation: blink 1.1s step-end infinite;
    vertical-align: middle;
    margin-left: 2px;
}
@keyframes blink { 0%,100% { opacity:1; } 50% { opacity:0; } }

/* ── Features grid ── */
.lp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.lp-card {
    background: var(--lp-bg-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.6rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-card:hover {
    border-color: rgba(255,255,255,0.14);
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

.lp-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(34,197,94,0.12);
    border: 1px solid rgba(34,197,94,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.lp-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
    color: var(--lp-text);
}

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

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

.lp-pricing-card {
    background: var(--lp-bg-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius-lg);
    padding: 2rem;
    position: relative;
}

.lp-pricing-card.featured {
    border-color: var(--lp-border-green);
    box-shadow: 0 0 30px var(--lp-green-glow);
}

.lp-pricing-badge {
    display: inline-block;
    font-family: var(--lp-font-mono);
    font-size: 0.7rem;
    font-weight: 500;
    color: #000;
    background: var(--lp-green);
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    margin-bottom: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.lp-pricing-tier {
    font-size: 0.8rem;
    color: var(--lp-text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.lp-pricing-price {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--lp-text);
    margin-bottom: 0.35rem;
}

.lp-pricing-price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--lp-text-muted);
}

.lp-pricing-desc {
    font-size: 0.875rem;
    color: var(--lp-text-muted);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.lp-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}

.lp-pricing-features li {
    font-size: 0.875rem;
    color: var(--lp-text-muted);
    padding: 0.35rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-bottom: 1px solid var(--lp-border);
}

.lp-pricing-features li:last-child { border-bottom: none; }

.lp-pricing-features li::before {
    content: '✓';
    color: var(--lp-green);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.lp-pricing-cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.15s;
    cursor: pointer;
    border: none;
}

.lp-pricing-card.featured .lp-pricing-cta {
    background: var(--lp-green);
    color: #000;
}

.lp-pricing-card.featured .lp-pricing-cta:hover {
    background: var(--lp-green-dark);
    box-shadow: 0 0 20px var(--lp-green-glow);
    color: #000;
}

.lp-pricing-card:not(.featured) .lp-pricing-cta {
    background: transparent;
    color: var(--lp-text);
    border: 1px solid var(--lp-border);
}

.lp-pricing-card:not(.featured) .lp-pricing-cta:hover {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.04);
    color: var(--lp-text);
}

/* ── Testimonials ── */
.lp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.lp-testimonial {
    background: var(--lp-bg-card);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.6rem;
}

.lp-testimonial-quote {
    font-size: 0.9rem;
    color: var(--lp-text-muted);
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.lp-testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lp-green), #065f46);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
    flex-shrink: 0;
}

.lp-testimonial-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lp-text);
}

.lp-testimonial-role {
    font-size: 0.78rem;
    color: var(--lp-text-muted);
}

/* ── Divider ── */
.lp-divider {
    border: none;
    border-top: 1px solid var(--lp-border);
    margin: 0;
}

/* ── Footer ── */
.lp-footer {
    padding: 2.5rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.lp-footer-copy {
    font-size: 0.82rem;
    color: var(--lp-text-muted);
}

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

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

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

/* ── Responsive ── */
@media (max-width: 600px) {
    .lp-nav { padding: 0 1rem; }
    .lp-nav-link { display: none; }
    .lp-hero { padding: 4rem 1.25rem 3rem; }
    .lp-section, .lp-section-wide { padding: 3.5rem 1.25rem; }
    .lp-footer { flex-direction: column; align-items: flex-start; }
}