/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-version-footer[b-ar7crmg2jo] {
    margin-top: 2rem;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #e0e0e0;
    color: #888;
    font-size: 0.8rem;
    text-align: center;
}

#blazor-error-ui[b-ar7crmg2jo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ar7crmg2jo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingLayout.razor.rz.scp.css */
/* Scoped to MarketingLayout. Uses the shared --pos-* tokens from app.css (light-only — see
   app.css); only layout/spacing/visual treatment lives here. Every marketing/legal page
   (/, /product, /pricing, /contact, /privacy, /terms, /cookies) renders through this one
   layout, so a change here is a change everywhere — there is deliberately no per-page CSS. */

.mkt-shell[b-3ip1h1rdgh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Top bar */
.mkt-top[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 32px;
    border-bottom: 1px solid var(--pos-border);
    background: color-mix(in srgb, var(--pos-surface) 92%, transparent);
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.mkt-wordmark[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pos-text);
}

.mkt-wordmark:hover[b-3ip1h1rdgh] {
    text-decoration: none;
}

.mkt-logo-icon[b-3ip1h1rdgh] {
    flex-shrink: 0;
}

.mkt-links[b-3ip1h1rdgh] {
    display: flex;
    gap: 26px;
    margin-right: auto;
}

.mkt-links[b-3ip1h1rdgh]  a {
    position: relative;
    color: var(--pos-text-muted);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 4px 0;
}

.mkt-links[b-3ip1h1rdgh]  a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 2px;
    border-radius: 2px;
    background: var(--pos-accent);
    transition: right 150ms ease;
}

.mkt-links[b-3ip1h1rdgh]  a:hover,
.mkt-links[b-3ip1h1rdgh]  a.active {
    color: var(--pos-text);
    text-decoration: none;
}

.mkt-links[b-3ip1h1rdgh]  a:hover::after,
.mkt-links[b-3ip1h1rdgh]  a.active::after {
    right: 0;
}

.mkt-lang[b-3ip1h1rdgh] {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border: 1px solid var(--pos-border);
    border-radius: 8px;
    font-size: 0.78rem;
    white-space: nowrap;
}

.mkt-lang-option[b-3ip1h1rdgh] {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 6px;
    color: var(--pos-text-muted);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.mkt-lang[b-3ip1h1rdgh]  a.mkt-lang-option:hover {
    color: var(--pos-text);
    background: color-mix(in srgb, var(--pos-text) 6%, transparent);
    text-decoration: none;
}

.mkt-lang-current[b-3ip1h1rdgh] {
    color: var(--pos-accent-contrast, #fff);
    background: var(--pos-accent);
}

.mkt-signin[b-3ip1h1rdgh] {
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08), 0 0 0 1px color-mix(in srgb, var(--pos-accent) 15%, transparent);
}

.mkt-signin:hover[b-3ip1h1rdgh] {
    text-decoration: none;
}

/* Main content column */
.mkt-main[b-3ip1h1rdgh] {
    flex: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 28px 88px;
}

/* Footer */
.mkt-footer[b-3ip1h1rdgh] {
    border-top: 1px solid var(--pos-border);
    background: var(--pos-surface);
    padding: 48px 28px 28px;
}

.mkt-footer-inner[b-3ip1h1rdgh] {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
}

.mkt-footer-brand[b-3ip1h1rdgh] {
    max-width: 380px;
}

.mkt-wordmark-sm[b-3ip1h1rdgh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: var(--pos-text);
}

.mkt-footer-brand p[b-3ip1h1rdgh] {
    margin: 10px 0 0;
    color: var(--pos-text-muted);
    font-size: 0.85rem;
    line-height: 1.6;
}

.mkt-footer-links[b-3ip1h1rdgh] {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.mkt-footer-links a[b-3ip1h1rdgh] {
    color: var(--pos-text-muted);
    font-size: 0.85rem;
    font-weight: 600;
}

.mkt-footer-links a:hover[b-3ip1h1rdgh] {
    color: var(--pos-text);
}

.mkt-footer-legal[b-3ip1h1rdgh] {
    max-width: 1080px;
    margin: 32px auto 0;
    padding-top: 20px;
    border-top: 1px solid var(--pos-border);
    color: var(--pos-text-muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .mkt-top[b-3ip1h1rdgh] {
        flex-wrap: wrap;
        gap: 14px 20px;
        padding: 14px 18px;
    }

    .mkt-links[b-3ip1h1rdgh] {
        order: 3;
        width: 100%;
        margin-right: 0;
    }

    .mkt-main[b-3ip1h1rdgh] {
        padding: 0 18px 64px;
    }
}

/* ---- Shared content styles for the marketing pages (::deep so they reach @Body) ---- */

.mkt-main[b-3ip1h1rdgh]  .mkt-hero {
    position: relative;
    text-align: center;
    padding: 96px 0 16px;
    margin: 0 -28px 0;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-hero::before {
    content: "";
    position: absolute;
    inset: -20px -28px auto -28px;
    height: 480px;
    background:
        radial-gradient(ellipse 640px 320px at 50% 0%, color-mix(in srgb, var(--pos-accent) 14%, transparent), transparent 70%),
        radial-gradient(ellipse 420px 260px at 85% 10%, color-mix(in srgb, var(--pos-accent) 8%, transparent), transparent 70%);
    pointer-events: none;
    z-index: -1;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pos-accent);
    background: color-mix(in srgb, var(--pos-accent) 12%, transparent);
    border-radius: 999px;
    padding: 5px 14px;
    margin-bottom: 20px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 auto;
    max-width: 20ch;
    line-height: 1.12;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-lead {
    max-width: 62ch;
    margin: 22px auto 0;
    color: var(--pos-text-muted);
    font-size: 1.1rem;
    line-height: 1.65;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.mkt-main[b-3ip1h1rdgh]  .pos-button {
    font-size: 0.95rem;
    padding: 12px 22px;
    border-radius: 9px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08), 0 0 0 1px color-mix(in srgb, var(--pos-accent) 15%, transparent);
    transition: background-color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}

.mkt-main[b-3ip1h1rdgh]  .pos-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.12), 0 0 0 1px color-mix(in srgb, var(--pos-accent) 20%, transparent);
}

.mkt-main[b-3ip1h1rdgh]  .pos-button-ghost {
    background: var(--pos-surface);
    color: var(--pos-text);
    border: 1px solid var(--pos-border);
    box-shadow: none;
}

.mkt-main[b-3ip1h1rdgh]  .pos-button-ghost:hover {
    background: var(--pos-bg);
    text-decoration: none;
    box-shadow: none;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-note {
    margin-top: 18px;
    color: var(--pos-text-muted);
    font-size: 0.8rem;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band {
    margin-top: 88px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band > h2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-tint {
    position: relative;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: calc(var(--pos-radius) + 4px);
    padding: 40px 44px;
    overflow: hidden;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-tint::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(var(--pos-accent), var(--pos-accent-hover));
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-tint h2 {
    text-align: left;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-lead {
    max-width: 72ch;
    margin: 16px auto 0;
    color: var(--pos-text-muted);
    line-height: 1.7;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-band-tint .mkt-band-lead {
    margin-left: 0;
}

.mkt-main[b-3ip1h1rdgh]  code {
    background: var(--pos-bg);
    border: 1px solid var(--pos-border);
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 0.9em;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card {
    position: relative;
    background: var(--pos-surface);
    border: 1px solid var(--pos-border);
    border-radius: var(--pos-radius);
    padding: 24px;
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
    border-color: color-mix(in srgb, var(--pos-accent) 30%, var(--pos-border));
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    letter-spacing: -0.005em;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card p {
    margin: 0;
    color: var(--pos-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card .mkt-price {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pos-text);
    margin: 6px 0 2px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card .mkt-price small {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--pos-text-muted);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card ul {
    margin: 16px 0 0;
    padding-left: 0;
    list-style: none;
    color: var(--pos-text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card ul li {
    padding-left: 22px;
    position: relative;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 8px;
    height: 5px;
    border-left: 2px solid var(--pos-accent);
    border-bottom: 2px solid var(--pos-accent);
    transform: rotate(-45deg);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card.mkt-card-featured {
    border-color: var(--pos-accent);
    box-shadow: 0 0 0 1px var(--pos-accent), 0 10px 24px rgba(16, 24, 40, 0.08);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-card-badge {
    position: absolute;
    top: -11px;
    left: 24px;
    background: var(--pos-accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-closer {
    text-align: center;
    margin-top: 96px;
    padding: 56px 32px;
    border-radius: calc(var(--pos-radius) + 6px);
    background:
        radial-gradient(ellipse 480px 200px at 50% 0%, color-mix(in srgb, var(--pos-accent) 10%, transparent), transparent 70%),
        var(--pos-surface);
    border: 1px solid var(--pos-border);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-closer h2 {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    margin: 0;
}

/* Long-form policy / prose pages */
.mkt-main[b-3ip1h1rdgh]  .mkt-prose {
    max-width: 74ch;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose h2 {
    margin-top: 2.1rem;
    font-size: 1.05rem;
    letter-spacing: -0.005em;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose p,
.mkt-main[b-3ip1h1rdgh]  .mkt-prose li {
    color: var(--pos-text-muted);
    line-height: 1.7;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose .mkt-placeholder {
    color: var(--pos-text-muted);
    font-size: 0.82rem;
    line-height: 1.6;
    margin: -4px 0 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pos-border);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose .mkt-placeholder strong {
    color: var(--pos-text-muted);
    font-weight: 600;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-prose ul {
    color: var(--pos-text-muted);
    line-height: 1.7;
    padding-left: 1.25rem;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 8px;
    font-size: 0.9rem;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-table th,
.mkt-main[b-3ip1h1rdgh]  .mkt-table td {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid var(--pos-border);
    vertical-align: top;
    color: var(--pos-text-muted);
}

.mkt-main[b-3ip1h1rdgh]  .mkt-table th {
    color: var(--pos-text);
    font-weight: 600;
}

.mkt-main[b-3ip1h1rdgh]  .mkt-note-inline {
    font-size: 0.8rem;
    opacity: 0.8;
}
