/* /Components/App.razor.rz.scp.css */
[b-qvq6cm5ylx] .btn-cta {
    padding: 15px 30px; /* More generous padding */
    font-size: 2rem; /* Slightly larger text */
    background-color: #007BFF;
    color: white;
    border: none;
}

    [b-qvq6cm5ylx] .btn-cta:hover {
        background-color: #3399FF;
    }

    [b-qvq6cm5ylx] .btn-cta:active {
        background-color: #0066CC;
        box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.3);
    }


[b-qvq6cm5ylx] .hovering-card-buttons {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

[b-qvq6cm5ylx] .hovering-card:hover .hovering-card-buttons,
[b-qvq6cm5ylx] .hovering-card.active .hovering-card-buttons {
    opacity: 1;
    visibility: visible;
}
/* /Components/Features/Responses/CreateResponse.razor.rz.scp.css */
.topic-card[b-oykdjsxypp] {
    background-color: rgba(13, 24, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
}

.fade-in[b-oykdjsxypp] {
    animation: fadeIn-b-oykdjsxypp 0.4s ease-in-out;
}

@keyframes fadeIn-b-oykdjsxypp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Features/Responses/List/MyResponses.razor.rz.scp.css */
/* ===== Page header ===== */
.fb-header[b-uzq5um4n4v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 22px;
    font-family: "Lexend", system-ui, sans-serif;
}

.fb-title[b-uzq5um4n4v] {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    font-family: "Lexend", system-ui, sans-serif;
}

.fb-subtitle[b-uzq5um4n4v] {
    color: #9ca3af;
    margin: 6px 0 0;
    font-size: 14px;
    font-family: "Lexend", system-ui, sans-serif;
}

.fb-header-actions[b-uzq5um4n4v] {
    display: flex;
    gap: 8px;
}

.fb-btn-ghost[b-uzq5um4n4v] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: transparent;
    border: none;
    color: #9ca3af;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: default;
    opacity: 0.5;
}

.fb-btn-subtle[b-uzq5um4n4v] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.fb-btn-subtle:hover[b-uzq5um4n4v] {
    background: rgba(255, 255, 255, 0.08);
}

/* ===== States ===== */
.fb-loading[b-uzq5um4n4v] {
    padding: 32px 0;
}

.fb-alert[b-uzq5um4n4v] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    background: rgba(220, 53, 69, 0.12);
    border: 1px solid rgba(220, 53, 69, 0.30);
    color: #ff7a88;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
}

/* ===== Feedback card grid ===== */
.fb-grid[b-uzq5um4n4v] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fb-card[b-uzq5um4n4v] {
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    font-family: "Lexend", system-ui, sans-serif;
}

.fb-card:hover[b-uzq5um4n4v] {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 36px -16px rgba(0, 0, 0, 0.6);
    transform: translateY(-2px);
}

.fb-card-rail[b-uzq5um4n4v] {
    height: 3px;
    flex-shrink: 0;
}

.fb-card-inner[b-uzq5um4n4v] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

/* ===== Topic header ===== */
.fb-card-topic[b-uzq5um4n4v] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fb-topic-dot[b-uzq5um4n4v] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.fb-topic-name[b-uzq5um4n4v] {
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ===== Sender row ===== */
.fb-card-sender[b-uzq5um4n4v] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fb-avatar[b-uzq5um4n4v] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.15);
    color: #fdba74;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.fb-sender-name[b-uzq5um4n4v] {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.fb-sender-meta[b-uzq5um4n4v] {
    color: #6c757d;
    font-size: 11px;
}

.fb-sentiment-pill[b-uzq5um4n4v] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(96, 165, 250, 0.14);
    color: #60A5FA;
    font-size: 11.5px;
    font-weight: 600;
    flex-shrink: 0;
}

/* ===== Response body ===== */
.fb-body[b-uzq5um4n4v] {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.65;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.025);
    border-left: 3px solid #F97316;
    border-radius: 0 10px 10px 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== Action bar ===== */
.fb-actions[b-uzq5um4n4v] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4px;
}

.fb-action-btn[b-uzq5um4n4v] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 7px;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
    border: none;
}

.fb-action-primary[b-uzq5um4n4v] {
    background: #F97316;
    color: #fff;
    box-shadow: 0 3px 8px -3px rgba(249, 115, 22, 0.4);
}

.fb-action-primary:hover[b-uzq5um4n4v] {
    background: #EA580C;
}

.fb-action-ghost[b-uzq5um4n4v] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d1d5db;
}

.fb-action-ghost:hover[b-uzq5um4n4v] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .fb-grid[b-uzq5um4n4v] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fb-grid[b-uzq5um4n4v] {
        grid-template-columns: 1fr;
    }

    .fb-header[b-uzq5um4n4v] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Features/Stories/GetStory.razor.rz.scp.css */
.story-card[b-17i5fbrw7x] {
    background-color: rgba(13, 24, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
}
/* /Components/Features/Stories/Stories.razor.rz.scp.css */
/* ===== Header ===== */
.stories-header[b-2nknr28c4t] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.stories-eyebrow[b-2nknr28c4t] {
    color: #F97316;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.stories-title[b-2nknr28c4t] {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.15;
}

.stories-accent[b-2nknr28c4t] {
    color: #FF7F27;
}

.stories-sub[b-2nknr28c4t] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

[b-2nknr28c4t] .stories-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    background: #F97316;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
    box-shadow: 0 4px 10px -4px rgba(249, 115, 22, 0.35);
}

[b-2nknr28c4t] .stories-submit-btn:hover {
    background: #EA580C;
    color: #fff;
    transform: translateY(-1px);
}

.stories-loading[b-2nknr28c4t] {
    padding: 48px 0;
}

/* ===== Featured story ===== */
.featured-story[b-2nknr28c4t] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(84, 110, 250, 0.12) 0%, #12213A 55%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 32px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.featured-story:hover[b-2nknr28c4t] {
    border-color: rgba(255, 255, 255, 0.18);
}

.featured-glow[b-2nknr28c4t] {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 280px;
    height: 280px;
    pointer-events: none;
}

.featured-main[b-2nknr28c4t] {
    position: relative;
}

.featured-badges[b-2nknr28c4t] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.featured-pill[b-2nknr28c4t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(84, 110, 250, 0.18);
    color: #8c9dfc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.featured-cat-pill[b-2nknr28c4t] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(84, 110, 250, 0.14);
    color: #8c9dfc;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.featured-title[b-2nknr28c4t] {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin: 0 0 16px;
}

.featured-excerpt[b-2nknr28c4t] {
    color: #d1d5db;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-meta[b-2nknr28c4t] {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

[b-2nknr28c4t] .featured-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-left: auto;
    transition: background 0.15s ease;
}

[b-2nknr28c4t] .featured-read-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.featured-panel[b-2nknr28c4t] {
    position: relative;
    display: grid;
    gap: 10px;
}

.featured-impact-card[b-2nknr28c4t] {
    padding: 20px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.impact-label[b-2nknr28c4t] {
    color: #6c757d;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.impact-stat[b-2nknr28c4t] {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.impact-meta[b-2nknr28c4t] {
    display: flex;
    gap: 16px;
    color: #9ca3af;
    font-size: 12px;
    flex-wrap: wrap;
}

.featured-theme-card[b-2nknr28c4t] {
    padding: 16px;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.featured-theme-text[b-2nknr28c4t] {
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
}

/* ===== Story author chip ===== */
.story-author-chip[b-2nknr28c4t] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.story-avatar[b-2nknr28c4t] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.story-author-name[b-2nknr28c4t] {
    color: #fff;
    font-size: 12.5px;
    font-weight: 500;
}

.story-author-role[b-2nknr28c4t] {
    color: #6c757d;
    font-size: 11px;
}

/* ===== Story card grid ===== */
.stories-grid[b-2nknr28c4t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.story-card[b-2nknr28c4t] {
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.story-card:hover[b-2nknr28c4t] {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 22px 44px -20px rgba(0, 0, 0, 0.7);
    transform: translateY(-3px);
}

.story-card-rail[b-2nknr28c4t] {
    height: 4px;
    background: linear-gradient(90deg, #60A5FA, transparent 85%);
    flex-shrink: 0;
}

.story-card-body[b-2nknr28c4t] {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.story-card-top[b-2nknr28c4t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.story-cat-pill[b-2nknr28c4t] {
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: rgba(96, 165, 250, 0.12);
    color: #60A5FA;
}

.story-read-time[b-2nknr28c4t] {
    color: #6c757d;
    font-size: 12px;
}

.story-card-title[b-2nknr28c4t] {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin: 0 0 10px;
}

[b-2nknr28c4t] .story-card-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.15s ease;
}

[b-2nknr28c4t] .story-card-link:hover {
    color: #60A5FA;
}

.story-card-link[b-2nknr28c4t]::after {
    content: "";
    position: absolute;
    inset: 0;
}

.story-card[b-2nknr28c4t] {
    position: relative;
}

.story-card-excerpt[b-2nknr28c4t] {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-impact-row[b-2nknr28c4t] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.story-card-footer[b-2nknr28c4t] {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ===== Pagination ===== */
.stories-pager[b-2nknr28c4t] {
    margin-bottom: 32px;
}

/* ===== Contribute banner ===== */
.contribute-banner[b-2nknr28c4t] {
    margin-top: 40px;
    padding: 28px 32px;
    border-radius: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.contribute-title[b-2nknr28c4t] {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}

.contribute-sub[b-2nknr28c4t] {
    color: #9ca3af;
    margin: 0;
    font-size: 14px;
}

[b-2nknr28c4t] .contribute-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease;
}

[b-2nknr28c4t] .contribute-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .featured-story[b-2nknr28c4t] {
        grid-template-columns: 1fr;
    }

    .featured-panel[b-2nknr28c4t] {
        display: none;
    }

    .stories-grid[b-2nknr28c4t] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .stories-page[b-2nknr28c4t] {
        padding: 32px 20px 60px;
    }

    .stories-header[b-2nknr28c4t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stories-grid[b-2nknr28c4t] {
        grid-template-columns: 1fr;
    }

    .featured-story[b-2nknr28c4t] {
        padding: 28px 24px;
    }

    .contribute-banner[b-2nknr28c4t] {
        padding: 22px 20px;
    }
}
/* /Components/Layout/AnonymousLayout.razor.rz.scp.css */
/* Clip horizontal overflow so decorative glows don't create a scrollbar */
main[b-rp4gr71z2e] {
    overflow-x: hidden;
}

/* Consistent full-width content area for all public pages */
.anon-content[b-rp4gr71z2e] {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

/* Variables - applied to the layout wrapper so they cascade */
.layout-wrapper[b-rp4gr71z2e] {
    --honest-dark-blue: #0D182A;
    --honest-card: #12213A;
    --honest-orange: #F97316;
    --honest-orange-hover: #EA580C;
    --honest-light-blue: #60A5FA;

    /* Bootstrap Overrides */
    --bs-body-bg: var(--honest-dark-blue);
    --bs-body-color: #d1d5db;
    --bs-font-sans-serif: 'Lexend', sans-serif;
    --bs-primary: var(--honest-orange);
    --bs-primary-rgb: 249, 115, 22;

    font-family: 'Lexend', sans-serif;
    background-color: var(--honest-dark-blue);
    color: #d1d5db;
}

/* Material Symbols */
[b-rp4gr71z2e] .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    vertical-align: middle;
}

/* Custom Utilities - using ::deep to apply to children */
[b-rp4gr71z2e] .text-honest-orange {
    color: var(--honest-orange) !important;
}

[b-rp4gr71z2e] .text-honest-light-blue {
    color: var(--honest-light-blue) !important;
}

[b-rp4gr71z2e] .bg-honest-card {
    background-color: var(--honest-card);
}

/* Custom Button */
[b-rp4gr71z2e] .btn-honest-primary {
    background-color: var(--honest-orange);
    border-color: var(--honest-orange);
    color: white;
    box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.2);
    font-weight: 600;
    padding: 0.75rem 2rem;
}

[b-rp4gr71z2e] .btn-honest-primary:hover {
    background-color: var(--honest-orange-hover);
    border-color: var(--honest-orange-hover);
    color: white;
    transform: translateY(-1px);
}

[b-rp4gr71z2e] .card-honest {
    background-color: var(--honest-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
}

/* Hover Effects */
[b-rp4gr71z2e] .hover-scale {
    transition: transform 0.2s;
}

[b-rp4gr71z2e] .hover-scale:hover {
    transform: scale(1.02);
}

[b-rp4gr71z2e] .hover-text-primary {
    transition: color 0.2s;
}

[b-rp4gr71z2e] .hover-text-primary:hover {
    color: var(--honest-light-blue) !important;
}

/* Animation */
[b-rp4gr71z2e] .fade-in {
    animation: fadeIn-b-rp4gr71z2e 0.5s ease-in;
}

@keyframes fadeIn-b-rp4gr71z2e {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Footer */
footer[b-rp4gr71z2e] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    /* Fallback/Adjustment */
}
/* /Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
/* ===== App shell ===== */
.app-layout[b-p8jjjcyu49] {
    display: flex;
    min-height: 100vh;
    background: #0D182A;
    color: #d1d5db;
    font-family: "Lexend", system-ui, sans-serif;
}

/* ===== Sidebar ===== */
.app-sidebar[b-p8jjjcyu49] {
    width: 240px;
    height: 100vh;
    position: sticky;
    top: 0;
    background: #0B1628;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

/* ===== Main body ===== */
.app-body[b-p8jjjcyu49] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* ===== Top bar ===== */
.app-topbar[b-p8jjjcyu49] {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 56px;
    background: rgba(11, 22, 40, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.app-topbar-inner[b-p8jjjcyu49] {
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-topbar-left[b-p8jjjcyu49] {
    flex: 1;
}

.app-topbar-right[b-p8jjjcyu49] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ===== Avatar button ===== */
.topbar-avatar-btn[b-p8jjjcyu49] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: opacity 0.15s ease;
}

.topbar-avatar-btn:hover[b-p8jjjcyu49] {
    opacity: 0.85;
}

.topbar-avatar-btn[b-p8jjjcyu49]::after {
    display: none;
}

.topbar-avatar[b-p8jjjcyu49] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.topbar-avatar-fallback[b-p8jjjcyu49] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.22);
    color: #FB923C;
    font-size: 13px;
    font-weight: 700;
    font-family: "Lexend", system-ui, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(249, 115, 22, 0.3);
}

/* ===== Dropdown menu ===== */
.topbar-dropdown[b-p8jjjcyu49] {
    min-width: 200px;
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.7);
    margin-top: 8px !important;
}

.topbar-dropdown-header[b-p8jjjcyu49] {
    padding: 8px 12px 6px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    font-family: "Lexend", system-ui, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* NavLink renders <a> — needs ::deep */
[b-p8jjjcyu49] .topbar-dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #d1d5db;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

[b-p8jjjcyu49] .topbar-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.topbar-dropdown-divider[b-p8jjjcyu49] {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 6px 4px;
}

/* ===== Page content ===== */
.app-content[b-p8jjjcyu49] {
    flex: 1;
    padding: 32px;
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
    .app-layout[b-p8jjjcyu49] {
        flex-direction: column;
    }

    .app-sidebar[b-p8jjjcyu49] {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .app-content[b-p8jjjcyu49] {
        padding: 20px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-iwgzf595dm] {
    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-iwgzf595dm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Navigation/AnonTopNav.razor.rz.scp.css */
@media (max-width: 767.98px) {
    .navbar-nav[b-ydg7gfw8hc] {
        width: 100%;
        padding-left: 0;
    }

    .nav-item[b-ydg7gfw8hc] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        padding: 0;
    }

    .nav-item:last-child[b-ydg7gfw8hc] {
        border-bottom: none;
    }

    .nav-item[b-ydg7gfw8hc]  .nav-link {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 0.5rem !important; /* Keep some left padding */
        width: 100%;
        border-radius: 0; /* Remove border radius if any */
    }
}
/* /Components/Navigation/NavMenu.razor.rz.scp.css */
/* ===== Sidebar logo bar ===== */
.sidebar-logo-bar[b-lih8eiuou2] {
    padding: 18px 16px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.sidebar-brand[b-lih8eiuou2] {
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* ===== Mobile toggle ===== */
.sidebar-toggler[b-lih8eiuou2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.sidebar-toggler:checked[b-lih8eiuou2] {
    background-color: rgba(255, 255, 255, 0.14);
}

/* ===== Scrollable section ===== */
.sidebar-scroll[b-lih8eiuou2] {
    display: none;
    overflow-y: auto;
}

.sidebar-toggler:checked ~ .sidebar-scroll[b-lih8eiuou2] {
    display: block;
}

/* ===== Nav list ===== */
.sidebar-nav[b-lih8eiuou2] {
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* ===== Nav links — NavLink renders <a>, needs ::deep ===== */
[b-lih8eiuou2] .sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    color: #9ca3af;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

[b-lih8eiuou2] .sidebar-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

[b-lih8eiuou2] .sidebar-link.active {
    background: rgba(249, 115, 22, 0.12);
    color: #fff;
    font-weight: 600;
}

/* ===== Divider ===== */
.sidebar-divider[b-lih8eiuou2] {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 8px 4px;
}

/* ===== Unread badge ===== */
.sidebar-badge[b-lih8eiuou2] {
    margin-left: auto;
    padding: 2px 7px;
    border-radius: 50px;
    background: #06b6d4;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: "Lexend", system-ui, sans-serif;
}

/* ===== Responsive ===== */
@media (min-width: 641px) {
    .sidebar-toggler[b-lih8eiuou2] {
        display: none;
    }

    .sidebar-scroll[b-lih8eiuou2] {
        display: block;
        height: calc(100vh - 68px);
        overflow-y: auto;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
/* ===== Page wrapper & glows ===== */
.abt-page[b-el6vv23rnt] {
    position: relative;
    overflow-x: clip;
}

.abt-glow-orange[b-el6vv23rnt] {
    position: absolute;
    top: -100px;
    left: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(249,115,22,.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.abt-glow-violet[b-el6vv23rnt] {
    position: absolute;
    top: 400px;
    right: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(84,110,250,.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.abt-inner[b-el6vv23rnt] {
    position: relative;
    z-index: 1;
}

/* ===== Shared eyebrow & section titles ===== */
.abt-section-eyebrow[b-el6vv23rnt] {
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.abt-section-title[b-el6vv23rnt] {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
    line-height: 1.2;
}

/* ===== Hero ===== */
.abt-hero[b-el6vv23rnt] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 80px;
}

.abt-eyebrow[b-el6vv23rnt] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(249,115,22,.14);
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.abt-headline[b-el6vv23rnt] {
    color: #fff;
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}

.abt-accent-orange[b-el6vv23rnt] { color: #FF7F27; }
.abt-accent-violet[b-el6vv23rnt]  { color: #546EFA; }

.abt-lead[b-el6vv23rnt] {
    color: #d1d5db;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 520px;
}

.abt-lead strong[b-el6vv23rnt] { color: #fff; }

.abt-cta-row[b-el6vv23rnt] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* ===== Buttons ===== */
[b-el6vv23rnt] .btn-abt-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 8px;
    background: #FF7F27;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 16px -6px rgba(255,127,39,.45);
}

[b-el6vv23rnt] .btn-abt-primary:hover {
    background: #EA580C;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(255,127,39,.6);
}

[b-el6vv23rnt] .btn-abt-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    color: #d1d5db;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

[b-el6vv23rnt] .btn-abt-ghost:hover {
    background: rgba(255,255,255,.06);
    color: #fff;
}

/* ===== Hero insight card ===== */
.abt-insight-card[b-el6vv23rnt] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    /* orange top accent */
    box-shadow: inset 0 2px 0 rgba(249,115,22,.45);
}

.abt-insight-icon[b-el6vv23rnt] {
    font-size: 32px;
    color: rgba(249,115,22,.35);
    margin-bottom: 16px;
    line-height: 1;
}

.abt-insight-quote[b-el6vv23rnt] {
    color: #e5e7eb;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
    font-style: italic;
}

.abt-insight-quote strong[b-el6vv23rnt] {
    color: #fff;
    font-style: normal;
}

.abt-insight-label[b-el6vv23rnt] {
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ===== Two-column sections ===== */
.abt-origin[b-el6vv23rnt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 72px;
}

.abt-mid[b-el6vv23rnt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 72px;
}

.abt-body-text[b-el6vv23rnt] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.abt-body-text:last-child[b-el6vv23rnt] { margin-bottom: 0; }
.abt-body-text strong[b-el6vv23rnt] { color: #e5e7eb; }
.abt-body-text em[b-el6vv23rnt] { color: #d1d5db; }

/* ===== Highlight card (problem section) ===== */
.abt-highlight-card[b-el6vv23rnt] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 24px 22px;
    margin-top: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: inset 0 0 0 1px rgba(249,115,22,.18);
}

.abt-highlight-icon[b-el6vv23rnt] {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(249,115,22,.15);
    color: #F97316;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.abt-highlight-text[b-el6vv23rnt] {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.abt-highlight-text strong[b-el6vv23rnt] {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

/* ===== Feature card (What we are) ===== */
.abt-feature-card[b-el6vv23rnt] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.abt-divider[b-el6vv23rnt] {
    border: none;
    border-top: 1px solid rgba(255,255,255,.07);
    margin: 0;
}

.abt-feature-item[b-el6vv23rnt] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.abt-feature-icon[b-el6vv23rnt] {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.abt-feature-icon-blue[b-el6vv23rnt]   { background: rgba(96,165,250,.18);  color: #60A5FA; }
.abt-feature-icon-orange[b-el6vv23rnt] { background: rgba(249,115,22,.18);  color: #F97316; }
.abt-feature-icon-violet[b-el6vv23rnt] { background: rgba(84,110,250,.18);  color: #546EFA; }
.abt-feature-icon-green[b-el6vv23rnt]  { background: rgba(74,222,128,.18);  color: #4ade80; }

.abt-feature-title[b-el6vv23rnt] {
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

.abt-feature-desc[b-el6vv23rnt] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* ===== Principles section ===== */
.abt-principles[b-el6vv23rnt] {
    margin-bottom: 72px;
}

.abt-mini-grid[b-el6vv23rnt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.abt-mini-card[b-el6vv23rnt] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 22px 18px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.abt-mini-card:hover[b-el6vv23rnt] {
    border-color: rgba(255,255,255,.14);
    transform: translateY(-2px);
}

.abt-mini-icon[b-el6vv23rnt] {
    font-size: 20px;
    margin-bottom: 10px;
}

.abt-mini-title[b-el6vv23rnt] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.abt-mini-desc[b-el6vv23rnt] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* ===== CTA banner ===== */
.abt-cta-banner[b-el6vv23rnt] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #12213A 0%, #1a2b4e 100%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    padding: 52px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.abt-cta-glow[b-el6vv23rnt] {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,127,39,.22), transparent 65%);
    pointer-events: none;
}

.abt-cta-text[b-el6vv23rnt] {
    position: relative;
}

.abt-cta-headline[b-el6vv23rnt] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.abt-cta-body[b-el6vv23rnt] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.abt-cta-actions[b-el6vv23rnt] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .abt-inner[b-el6vv23rnt] {
        padding: 48px 24px 72px;
    }

    .abt-hero[b-el6vv23rnt] {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 56px;
    }

    .abt-origin[b-el6vv23rnt],
    .abt-mid[b-el6vv23rnt] {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .abt-cta-banner[b-el6vv23rnt] {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px;
    }
}

@media (max-width: 640px) {
    .abt-inner[b-el6vv23rnt] {
        padding: 40px 20px 56px;
    }

    .abt-headline[b-el6vv23rnt] {
        font-size: 34px;
    }

    .abt-mini-grid[b-el6vv23rnt] {
        grid-template-columns: 1fr 1fr;
    }

    .abt-cta-banner[b-el6vv23rnt] {
        padding: 32px 24px;
    }

    .abt-cta-headline[b-el6vv23rnt] {
        font-size: 22px;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* ===== Page wrapper & glows ===== */
.ct-page[b-s69ti62nzs] {
    position: relative;
    overflow-x: clip;
}

.ct-glow-orange[b-s69ti62nzs] {
    position: absolute;
    top: -100px;
    right: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(249,115,22,.10), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.ct-glow-violet[b-s69ti62nzs] {
    position: absolute;
    top: 350px;
    left: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(84,110,250,.10), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.ct-inner[b-s69ti62nzs] {
    position: relative;
    z-index: 1;
}

/* ===== Two-column layout ===== */
.ct-layout[b-s69ti62nzs] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: start;
}

/* ===== Left — info column ===== */
.ct-eyebrow[b-s69ti62nzs] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(249,115,22,.14);
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ct-headline[b-s69ti62nzs] {
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.ct-lead[b-s69ti62nzs] {
    color: #9ca3af;
    font-size: 15.5px;
    line-height: 1.7;
    margin: 0 0 36px;
}

/* ===== Info cards ===== */
.ct-info-cards[b-s69ti62nzs] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ct-info-card[b-s69ti62nzs] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 18px 20px;
    transition: border-color 0.2s ease;
}

.ct-info-card:hover[b-s69ti62nzs] {
    border-color: rgba(255,255,255,.13);
}

.ct-info-icon[b-s69ti62nzs] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.ct-info-icon-blue[b-s69ti62nzs]   { background: rgba(96,165,250,.18);  color: #60A5FA; }
.ct-info-icon-orange[b-s69ti62nzs] { background: rgba(249,115,22,.18);  color: #F97316; }
.ct-info-icon-green[b-s69ti62nzs]  { background: rgba(74,222,128,.18);  color: #4ade80; }

.ct-info-title[b-s69ti62nzs] {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.ct-info-value[b-s69ti62nzs] {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* ===== Right — form card ===== */
.ct-form-card[b-s69ti62nzs] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 36px 32px;
}

.ct-form-title[b-s69ti62nzs] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 24px;
}

/* ===== Form fields ===== */
.ct-form-group[b-s69ti62nzs] {
    margin-bottom: 20px;
}

.ct-label[b-s69ti62nzs] {
    display: block;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
}

/* Target Blazor-rendered input/textarea inside the form card */
[b-s69ti62nzs] .ct-form-card .form-control {
    display: block;
    width: 100%;
    background: rgba(13,24,42,.7);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: #e5e7eb;
    font-size: 14.5px;
    padding: 11px 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

[b-s69ti62nzs] .ct-form-card .form-control::placeholder {
    color: #4b5563;
}

[b-s69ti62nzs] .ct-form-card .form-control:focus {
    border-color: rgba(249,115,22,.5);
    box-shadow: 0 0 0 3px rgba(249,115,22,.10);
    background: rgba(13,24,42,.9);
    color: #f3f4f6;
}

[b-s69ti62nzs] .ct-form-card .form-control.invalid,
[b-s69ti62nzs] .ct-form-card .form-control.modified.invalid {
    border-color: rgba(248,113,113,.55);
}

[b-s69ti62nzs] .ct-form-card textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

/* Blazor validation messages */
[b-s69ti62nzs] .ct-form-card .validation-message {
    color: #f87171;
    font-size: 12.5px;
    margin-top: 5px;
    display: block;
}

[b-s69ti62nzs] .ct-form-card .validation-errors {
    color: #f87171;
    font-size: 13px;
    margin-bottom: 16px;
    padding-left: 16px;
}

/* ===== Submit button ===== */
.ct-submit-btn[b-s69ti62nzs] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #FF7F27;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 16px -6px rgba(255,127,39,.45);
}

.ct-submit-btn:hover:not(:disabled)[b-s69ti62nzs] {
    background: #EA580C;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(255,127,39,.6);
}

.ct-submit-btn:disabled[b-s69ti62nzs] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ===== Alert states ===== */
.ct-alert[b-s69ti62nzs] {
    border-radius: 12px;
    padding: 18px 22px;
    font-size: 14.5px;
    line-height: 1.6;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.ct-alert-icon[b-s69ti62nzs] {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.ct-alert-success[b-s69ti62nzs] {
    background: rgba(74,222,128,.10);
    border: 1px solid rgba(74,222,128,.25);
    color: #86efac;
}

.ct-alert-error[b-s69ti62nzs] {
    background: rgba(248,113,113,.10);
    border: 1px solid rgba(248,113,113,.25);
    color: #fca5a5;
}

/* Full-width success panel (replaces the form) */
.ct-success-panel[b-s69ti62nzs] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 52px 48px;
    text-align: center;
    box-shadow: inset 0 2px 0 rgba(74,222,128,.35);
}

.ct-success-icon[b-s69ti62nzs] {
    font-size: 40px;
    color: #4ade80;
    margin-bottom: 20px;
}

.ct-success-headline[b-s69ti62nzs] {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}

.ct-success-body[b-s69ti62nzs] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .ct-layout[b-s69ti62nzs] {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 640px) {
    .ct-form-card[b-s69ti62nzs] {
        padding: 28px 22px;
    }

    .ct-success-panel[b-s69ti62nzs] {
        padding: 40px 28px;
    }

    .ct-headline[b-s69ti62nzs] {
        font-size: 32px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* ===== Dashboard shell ===== */
.dash-header[b-i2cugzj7xq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.dash-greeting[b-i2cugzj7xq] {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    font-family: "Lexend", system-ui, sans-serif;
}

.dash-subtitle[b-i2cugzj7xq] {
    color: #9ca3af;
    margin: 6px 0 0;
    font-size: 14px;
    font-family: "Lexend", system-ui, sans-serif;
}

.dash-header-actions[b-i2cugzj7xq] {
    display: flex;
    gap: 8px;
}

[b-i2cugzj7xq] .dash-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: transparent;
    color: #d1d5db;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

[b-i2cugzj7xq] .dash-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

[b-i2cugzj7xq] .dash-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: #F97316;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease;
    box-shadow: 0 4px 10px -4px rgba(249, 115, 22, 0.35);
}

[b-i2cugzj7xq] .dash-btn-primary:hover {
    background: #EA580C;
    color: #fff;
}

[b-i2cugzj7xq] .dash-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s ease;
}

[b-i2cugzj7xq] .dash-btn-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

/* ===== Alerts ===== */
.dash-loading[b-i2cugzj7xq] {
    padding: 32px 0;
}

.dash-alert[b-i2cugzj7xq] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    margin-bottom: 24px;
}

.dash-alert-danger[b-i2cugzj7xq] {
    background: rgba(220, 53, 69, 0.12);
    border: 1px solid rgba(220, 53, 69, 0.30);
    color: #ff7a88;
}

.dash-alert-info[b-i2cugzj7xq] {
    background: rgba(96, 165, 250, 0.10);
    border: 1px solid rgba(96, 165, 250, 0.25);
    color: #60A5FA;
}

/* ===== Stat cards ===== */
.dash-stats[b-i2cugzj7xq] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.stat-card[b-i2cugzj7xq] {
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 10px 30px -16px rgba(0, 0, 0, 0.5);
    font-family: "Lexend", system-ui, sans-serif;
}

.stat-card-top[b-i2cugzj7xq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.stat-icon[b-i2cugzj7xq] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.stat-badge[b-i2cugzj7xq] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 600;
}

.stat-badge-up[b-i2cugzj7xq] {
    background: rgba(74, 222, 128, 0.14);
    color: #4ade80;
}

.stat-badge-neutral[b-i2cugzj7xq] {
    background: rgba(156, 163, 175, 0.14);
    color: #9ca3af;
}

.stat-label[b-i2cugzj7xq] {
    color: #9ca3af;
    font-size: 12.5px;
    margin-bottom: 4px;
}

.stat-value[b-i2cugzj7xq] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 4px;
}

.stat-sub[b-i2cugzj7xq] {
    color: #6c757d;
    font-size: 11.5px;
}

/* ===== AI digest panel ===== */
.dash-digest[b-i2cugzj7xq] {
    background: linear-gradient(135deg, rgba(84, 110, 250, 0.18), rgba(13, 24, 42, 1) 70%);
    border: 1px solid rgba(84, 110, 250, 0.28);
    border-radius: 14px;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Lexend", system-ui, sans-serif;
}

.digest-badge[b-i2cugzj7xq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(84, 110, 250, 0.18);
    color: #8c9dfc;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.digest-title[b-i2cugzj7xq] {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.01em;
}

.digest-meta[b-i2cugzj7xq] {
    color: #6c757d;
    font-size: 12px;
    margin-top: 4px;
}

.digest-themes[b-i2cugzj7xq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.digest-theme-row[b-i2cugzj7xq] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.digest-num[b-i2cugzj7xq] {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(84, 110, 250, 0.18);
    color: #8c9dfc;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.digest-tag[b-i2cugzj7xq] {
    color: #8c9dfc;
    font-size: 12px;
    font-weight: 600;
    min-width: 100px;
    flex-shrink: 0;
}

.digest-txt[b-i2cugzj7xq] {
    color: #d1d5db;
    font-size: 13px;
}

.digest-action[b-i2cugzj7xq] {
    text-align: right;
}

/* ===== Two-column grid ===== */
.dash-grid-2[b-i2cugzj7xq] {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 16px;
}

/* ===== Generic card ===== */
.dash-card[b-i2cugzj7xq] {
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    font-family: "Lexend", system-ui, sans-serif;
}

.dash-card-header[b-i2cugzj7xq] {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash-card-title[b-i2cugzj7xq] {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.dash-card-sub[b-i2cugzj7xq] {
    color: #6c757d;
    font-size: 12px;
    margin-top: 2px;
}

/* ===== Quick links ===== */
.dash-quick-links[b-i2cugzj7xq] {
    display: flex;
    flex-direction: column;
}

[b-i2cugzj7xq] .dash-quick-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition: background 0.15s ease;
}

[b-i2cugzj7xq] .dash-quick-link:first-child {
    border-top: none;
}

[b-i2cugzj7xq] .dash-quick-link:hover {
    background: rgba(255, 255, 255, 0.03);
}

.dash-quick-icon[b-i2cugzj7xq] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.dash-quick-label[b-i2cugzj7xq] {
    color: #fff;
    font-size: 13.5px;
    font-weight: 500;
}

.dash-quick-desc[b-i2cugzj7xq] {
    color: #6c757d;
    font-size: 11.5px;
    margin-top: 1px;
}

/* ===== Status list ===== */
.live-dot[b-i2cugzj7xq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

.dash-status-list[b-i2cugzj7xq] {
    padding: 8px 0;
}

.dash-status-row[b-i2cugzj7xq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.dash-status-row:first-child[b-i2cugzj7xq] {
    border-top: none;
}

.dash-status-label[b-i2cugzj7xq] {
    color: #d1d5db;
    font-size: 13.5px;
}

.dash-status-pill[b-i2cugzj7xq] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11.5px;
    font-weight: 600;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .dash-stats[b-i2cugzj7xq] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-digest[b-i2cugzj7xq] {
        grid-template-columns: 1fr 1.4fr;
    }

    .digest-action[b-i2cugzj7xq] {
        display: none;
    }
}

@media (max-width: 768px) {
    .dash-stats[b-i2cugzj7xq] {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-grid-2[b-i2cugzj7xq] {
        grid-template-columns: 1fr;
    }

    .dash-digest[b-i2cugzj7xq] {
        grid-template-columns: 1fr;
    }

    .digest-themes[b-i2cugzj7xq] {
        display: none;
    }
}

@media (max-width: 480px) {
    .dash-stats[b-i2cugzj7xq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== Shared buttons ===== */
[b-qainn1r93k] .btn-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    background: #FF7F27;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 16px -6px rgba(255, 127, 39, 0.45);
}

[b-qainn1r93k] .btn-hero-cta:hover {
    background: #EA580C;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(255, 127, 39, 0.6);
}

[b-qainn1r93k] .btn-hero-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease;
}

[b-qainn1r93k] .btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

/* ===== Hero ===== */
.hero-section[b-qainn1r93k] {
    position: relative;
}

.hero-glow-orange[b-qainn1r93k] {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255, 127, 39, 0.16), transparent 60%);
    pointer-events: none;
}

.hero-glow-violet[b-qainn1r93k] {
    position: absolute;
    top: 80px;
    right: -140px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(84, 110, 250, 0.14), transparent 60%);
    pointer-events: none;
}

.hero-inner[b-qainn1r93k] {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 64px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
}

.hero-badge[b-qainn1r93k] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(249, 115, 22, 0.16);
    color: #fdba74;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

.hero-badge-dot[b-qainn1r93k] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF7F27;
    flex-shrink: 0;
}

.hero-headline[b-qainn1r93k] {
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.03em;
    margin: 0;
}

.hero-accent-orange[b-qainn1r93k] { color: #FF7F27; }
.hero-accent-violet[b-qainn1r93k]  { color: #546EFA; }

.hero-body[b-qainn1r93k] {
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.6;
    margin: 24px 0 0;
    max-width: 520px;
}

.hero-actions[b-qainn1r93k] {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.hero-signals[b-qainn1r93k] {
    display: flex;
    gap: 24px;
    margin-top: 36px;
    color: #9ca3af;
    font-size: 13.5px;
    flex-wrap: wrap;
}

.hero-signals span[b-qainn1r93k] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ===== Polaroid image stack ===== */
.hero-image-stack[b-qainn1r93k] {
    position: relative;
    height: 480px;
}

.polaroid-back[b-qainn1r93k] {
    position: absolute;
    inset: 10% 12% 6% 6%;
    background: #12213A;
    border-radius: 16px;
    transform: rotate(4deg);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
}

.polaroid-img[b-qainn1r93k] {
    position: absolute;
    inset: 4% 6% 12% 10%;
    width: 84%;
    height: 88%;
    object-fit: cover;
    border-radius: 16px;
    transform: rotate(-3deg);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7);
    border: 6px solid #fff;
}

.ai-chip[b-qainn1r93k] {
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 260px;
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.7);
    transform: rotate(2deg);
}

.ai-chip-header[b-qainn1r93k] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.ai-chip-body[b-qainn1r93k] {
    color: #d1d5db;
    font-size: 12.5px;
    line-height: 1.5;
}

/* ===== Trust strip ===== */
.trust-strip[b-qainn1r93k] {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.015);
}

.trust-strip-inner[b-qainn1r93k] {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.trust-label[b-qainn1r93k] {
    color: #6c757d;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.trust-name[b-qainn1r93k] {
    color: #9ca3af;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    opacity: 0.7;
}

/* ===== Feature section ===== */
.features-section[b-qainn1r93k] {
    padding: 80px 0;
}

.section-eyebrow[b-qainn1r93k] {
    color: #F97316;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.section-title[b-qainn1r93k] {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.15;
}

.section-sub[b-qainn1r93k] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 640px;
}

.features-grid[b-qainn1r93k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card[b-qainn1r93k] {
    background: #12213A;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 10px 30px -16px rgba(0, 0, 0, 0.5);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover[b-qainn1r93k] {
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
    transform: translateY(-2px);
}

.feature-icon[b-qainn1r93k] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.feature-title[b-qainn1r93k] {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}

.feature-body[b-qainn1r93k] {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ===== CTA section ===== */
.cta-section[b-qainn1r93k] {
    padding: 24px 0 88px;
}

.cta-card[b-qainn1r93k] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #12213A 0%, #1a2b4e 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    padding: 56px 48px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

.cta-glow[b-qainn1r93k] {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 127, 39, 0.22), transparent 65%);
    pointer-events: none;
}

.cta-text[b-qainn1r93k] {
    position: relative;
}

.cta-headline[b-qainn1r93k] {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.15;
}

.cta-body[b-qainn1r93k] {
    color: #d1d5db;
    margin: 14px 0 24px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 520px;
}

.cta-actions[b-qainn1r93k] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.cta-quotes[b-qainn1r93k] {
    position: relative;
    display: grid;
    gap: 10px;
}

.cta-quote[b-qainn1r93k] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 12px 14px;
}

.cta-quote-header[b-qainn1r93k] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    color: #6c757d;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.cta-quote-text[b-qainn1r93k] {
    color: #d1d5db;
    font-size: 13.5px;
    line-height: 1.5;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hero-inner[b-qainn1r93k] {
        grid-template-columns: 1fr;
        padding: 60px 32px 48px;
    }

    .hero-image-stack[b-qainn1r93k] {
        display: none;
    }

    .features-grid[b-qainn1r93k] {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-card[b-qainn1r93k] {
        grid-template-columns: 1fr;
        padding: 40px 32px;
    }
}

@media (max-width: 640px) {
    .hero-inner[b-qainn1r93k] {
        padding: 48px 20px 40px;
    }

    .features-inner[b-qainn1r93k],
    .cta-inner[b-qainn1r93k] {
        padding: 0 20px;
    }

    .features-grid[b-qainn1r93k] {
        grid-template-columns: 1fr;
    }

    .trust-strip-inner[b-qainn1r93k] {
        padding: 20px;
        gap: 20px;
    }

    .cta-card[b-qainn1r93k] {
        padding: 32px 24px;
    }
}
/* /Components/Pages/HowItWorks.razor.rz.scp.css */
/* ===== Page wrapper & glows ===== */
.hiw-page[b-4f19xof1k1] {
    position: relative;
    overflow-x: clip;
}

.hiw-glow-orange[b-4f19xof1k1] {
    position: absolute;
    top: -100px;
    left: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(249,115,22,.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.hiw-glow-violet[b-4f19xof1k1] {
    position: absolute;
    top: 320px;
    right: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(84,110,250,.12), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.hiw-inner[b-4f19xof1k1] {
    position: relative;
    z-index: 1;
}

/* ===== Shared section labels ===== */
.hiw-section-eyebrow[b-4f19xof1k1] {
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.hiw-section-title[b-4f19xof1k1] {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
    line-height: 1.2;
}

/* ===== Hero ===== */
.hiw-hero[b-4f19xof1k1] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 56px;
    align-items: center;
    margin-bottom: 80px;
}

.hiw-eyebrow[b-4f19xof1k1] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(84,110,250,.14);
    color: #8c9dfc;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hiw-headline[b-4f19xof1k1] {
    color: #fff;
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}

.hiw-accent-orange[b-4f19xof1k1] { color: #FF7F27; }
.hiw-accent-violet[b-4f19xof1k1]  { color: #546EFA; }

.hiw-lead[b-4f19xof1k1] {
    color: #d1d5db;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 520px;
}

.hiw-lead strong[b-4f19xof1k1] { color: #fff; }

.hiw-cta-row[b-4f19xof1k1] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

/* ===== Shared buttons ===== */
[b-4f19xof1k1] .btn-hiw-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 8px;
    background: #FF7F27;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 16px -6px rgba(255,127,39,.45);
}

[b-4f19xof1k1] .btn-hiw-primary:hover {
    background: #EA580C;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(255,127,39,.6);
}

[b-4f19xof1k1] .btn-hiw-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
    color: #d1d5db;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

[b-4f19xof1k1] .btn-hiw-ghost:hover {
    background: rgba(255,255,255,.06);
    color: #fff;
}

/* ===== Hero pills ===== */
.hiw-pills[b-4f19xof1k1] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hiw-pill[b-4f19xof1k1] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: 600;
}

.hiw-pill-fast[b-4f19xof1k1]   { background: rgba(74,222,128,.12);  color: #4ade80; }
.hiw-pill-anon[b-4f19xof1k1]   { background: rgba(96,165,250,.12);  color: #60A5FA; }
.hiw-pill-secure[b-4f19xof1k1] { background: rgba(156,163,175,.12); color: #9ca3af; }

/* ===== Stats grid ===== */
.hiw-stats-grid[b-4f19xof1k1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hiw-stat-card[b-4f19xof1k1] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.hiw-stat-card:hover[b-4f19xof1k1] {
    border-color: rgba(255,255,255,.14);
    transform: translateY(-2px);
}

.hiw-stat-card-accent[b-4f19xof1k1] {
    background: linear-gradient(135deg, rgba(255,127,39,.18) 0%, rgba(84,110,250,.18) 100%);
    border-color: rgba(255,127,39,.22);
}

.hiw-stat-value[b-4f19xof1k1] {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 6px;
}

.hiw-stat-label[b-4f19xof1k1] {
    color: #9ca3af;
    font-size: 12.5px;
    font-weight: 500;
}

/* ===== Mid section (flow + privacy) ===== */
.hiw-mid[b-4f19xof1k1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 72px;
}

/* ===== Flow diagram ===== */
.hiw-flow[b-4f19xof1k1] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ===== Step items ===== */
.hiw-step[b-4f19xof1k1] {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 16px;
    border-radius: 14px;
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    transition: border-color 0.2s ease;
}

.hiw-step:hover[b-4f19xof1k1] {
    border-color: rgba(255,255,255,.14);
}

/* Icon wrapper — positions the number badge relative to the icon */
.hiw-step-icon-wrap[b-4f19xof1k1] {
    position: relative;
    flex-shrink: 0;
}

.hiw-step-icon[b-4f19xof1k1] {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.hiw-step-icon-1[b-4f19xof1k1] { background: rgba(96,165,250,.18);  color: #60A5FA; }
.hiw-step-icon-2[b-4f19xof1k1] { background: rgba(249,115,22,.18);  color: #F97316; }
.hiw-step-icon-3[b-4f19xof1k1] { background: rgba(84,110,250,.18);  color: #546EFA; }
.hiw-step-icon-4[b-4f19xof1k1] { background: rgba(74,222,128,.18);  color: #4ade80; }

/* Circular number badge overlapping top-right of icon */
.hiw-step-badge[b-4f19xof1k1] {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #F97316;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #12213A;
    line-height: 1;
}

.hiw-step-title[b-4f19xof1k1] {
    color: #e5e7eb;
    font-size: 15.5px;
    font-weight: 700;
    margin: 0 0 5px;
}

.hiw-step-desc[b-4f19xof1k1] {
    color: #6b7280;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

/* ===== Privacy card ===== */
.hiw-privacy-card[b-4f19xof1k1] {
    position: relative;
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    padding: 32px 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hiw-privacy-glow[b-4f19xof1k1] {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(84,110,250,.16), transparent 65%);
    pointer-events: none;
}

.hiw-privacy-divider[b-4f19xof1k1] {
    border: none;
    border-top: 1px solid rgba(255,255,255,.07);
    margin: 0;
}

.hiw-privacy-item[b-4f19xof1k1] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.hiw-privacy-icon[b-4f19xof1k1] {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.hiw-privacy-title[b-4f19xof1k1] {
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hiw-privacy-desc[b-4f19xof1k1] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* ===== Bottom section (sharing + audience) ===== */
.hiw-bottom[b-4f19xof1k1] {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: start;
    margin-bottom: 72px;
}

.hiw-mini-grid[b-4f19xof1k1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.hiw-mini-card[b-4f19xof1k1] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 22px 18px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.hiw-mini-card:hover[b-4f19xof1k1] {
    border-color: rgba(255,255,255,.14);
    transform: translateY(-2px);
}

.hiw-mini-icon[b-4f19xof1k1] {
    font-size: 20px;
    margin-bottom: 10px;
}

.hiw-mini-title[b-4f19xof1k1] {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.hiw-mini-desc[b-4f19xof1k1] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.hiw-mini-list[b-4f19xof1k1] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    padding-left: 16px;
}

/* ===== CTA banner ===== */
.hiw-cta-banner[b-4f19xof1k1] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #12213A 0%, #1a2b4e 100%);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    padding: 52px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.hiw-cta-glow[b-4f19xof1k1] {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,127,39,.22), transparent 65%);
    pointer-events: none;
}

.hiw-cta-text[b-4f19xof1k1] {
    position: relative;
}

.hiw-cta-headline[b-4f19xof1k1] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.hiw-cta-body[b-4f19xof1k1] {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.hiw-cta-actions[b-4f19xof1k1] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hiw-inner[b-4f19xof1k1] {
        padding: 48px 24px 72px;
    }

    .hiw-hero[b-4f19xof1k1] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hiw-mid[b-4f19xof1k1] {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hiw-bottom[b-4f19xof1k1] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hiw-cta-banner[b-4f19xof1k1] {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px;
    }
}

@media (max-width: 640px) {
    .hiw-inner[b-4f19xof1k1] {
        padding: 40px 20px 56px;
    }

    .hiw-headline[b-4f19xof1k1] {
        font-size: 34px;
    }

    .hiw-stats-grid[b-4f19xof1k1] {
        grid-template-columns: 1fr 1fr;
    }

    .hiw-mini-grid[b-4f19xof1k1] {
        grid-template-columns: 1fr;
    }

    .hiw-cta-banner[b-4f19xof1k1] {
        padding: 32px 24px;
    }

    .hiw-cta-headline[b-4f19xof1k1] {
        font-size: 22px;
    }
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* ===== Hero ===== */
.pr-hero[b-5y7xpnkoc5] {
    margin-bottom: 40px;
}

.pr-eyebrow[b-5y7xpnkoc5] {
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pr-title[b-5y7xpnkoc5] {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    line-height: 1.15;
}

.pr-sub[b-5y7xpnkoc5] {
    color: #9ca3af;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ===== Table wrapper (enables horizontal scroll on small screens) ===== */
.pr-table-wrap[b-5y7xpnkoc5] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    /* shadow so the border-radius clips the inner table */
    box-shadow: 0 0 0 1px rgba(255,255,255,.07);
}

/* ===== Flat grid — ALL cells are direct children, renders row-by-row ===== */
/* 5 cells per row = perfect auto-placement in a 5-col grid                 */
.pr-table[b-5y7xpnkoc5] {
    display: grid;
    grid-template-columns: 160px repeat(4, 1fr);
    min-width: 620px;          /* keeps the table readable before scroll kicks in */
    background: #12213A;
    border-radius: 16px;
    overflow: hidden;          /* clips child borders to the rounded corners */
}

/* ===== Corner cells (label column spacers in header / CTA rows) ===== */
.pr-corner[b-5y7xpnkoc5] {
    background: #12213A;
}

.pr-corner-top[b-5y7xpnkoc5] {
    border-bottom: 1px solid rgba(255,255,255,.07);
}

/* ===== Plan header cells ===== */
.pr-header[b-5y7xpnkoc5] {
    padding: 28px 20px 22px;
    border-left: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.07);
    position: relative;
}

/* Popular column — highlighted with orange accent                          */
/* Box-shadow inset fakes left + right borders without breaking the grid    */
.pr-popular[b-5y7xpnkoc5] {
    background: linear-gradient(180deg, rgba(249,115,22,.11) 0%, rgba(249,115,22,.02) 100%);
    /* left + right + top accent */
    box-shadow:
        inset  1px 0 0 rgba(249,115,22,.32),
        inset -1px 0 0 rgba(249,115,22,.32),
        inset  0  2px 0 rgba(249,115,22,.45);
    border-left-color: transparent;
}

/* Fixed-height row present in every header cell — keeps plan names aligned
   regardless of whether the badge is shown */
.pr-badge-row[b-5y7xpnkoc5] {
    height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pr-badge[b-5y7xpnkoc5] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(249,115,22,.18);
    color: #F97316;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pr-plan-name[b-5y7xpnkoc5] {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.pr-plan-price[b-5y7xpnkoc5] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 10px;
}

.pr-plan-period[b-5y7xpnkoc5] {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0;
}

.pr-plan-desc[b-5y7xpnkoc5] {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

/* ===== Label column (feature names) ===== */
.pr-label-cell[b-5y7xpnkoc5] {
    display: flex;
    align-items: center;
    padding: 0 16px;
    min-height: 52px;
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.05);
    border-right: 1px solid rgba(255,255,255,.05);
}

/* ===== Feature value cells ===== */
.pr-feat-cell[b-5y7xpnkoc5] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 52px;
    border-left: 1px solid rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.pr-popular-col[b-5y7xpnkoc5] {
    background: rgba(249,115,22,.03);
    /* left + right accent, no top/bottom */
    box-shadow:
        inset  1px 0 0 rgba(249,115,22,.28),
        inset -1px 0 0 rgba(249,115,22,.28);
    border-left-color: transparent;
}

.pr-feat-text[b-5y7xpnkoc5] {
    color: #d1d5db;
    font-size: 13.5px;
    font-weight: 500;
}

.pr-icon-yes[b-5y7xpnkoc5]  { color: #4ade80; font-size: 17px; }
.pr-icon-no[b-5y7xpnkoc5]   { color: #1f2937; font-size: 17px; }
.pr-icon-some[b-5y7xpnkoc5] { color: #F97316; font-size: 17px; }

/* ===== CTA cells ===== */
.pr-cta-cell[b-5y7xpnkoc5] {
    padding: 20px;
    display: flex;
    justify-content: center;
    background: #12213A;
    border-left: 1px solid rgba(255,255,255,.04);
}

.pr-popular-cta[b-5y7xpnkoc5] {
    background: rgba(249,115,22,.03);
    /* left + right + bottom accent */
    box-shadow:
        inset  1px 0 0 rgba(249,115,22,.28),
        inset -1px 0 0 rgba(249,115,22,.28),
        inset  0 -2px 0 rgba(249,115,22,.35);
    border-left-color: transparent;
}

/* ===== Buttons (::deep because NavLink renders <a>) ===== */
[b-5y7xpnkoc5] .pr-btn-primary {
    display: block;
    width: 100%;
    padding: 11px 18px;
    border-radius: 8px;
    background: #FF7F27;
    color: #fff;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, transform 0.15s ease;
    box-shadow: 0 4px 12px -4px rgba(255,127,39,.5);
}

[b-5y7xpnkoc5] .pr-btn-primary:hover {
    background: #EA580C;
    color: #fff;
    transform: translateY(-1px);
}

[b-5y7xpnkoc5] .pr-btn-ghost {
    display: block;
    width: 100%;
    padding: 11px 18px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.14);
    color: #9ca3af;
    font-family: "Lexend", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

[b-5y7xpnkoc5] .pr-btn-ghost:hover {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.25);
    color: #fff;
}

/* ===== Responsive ===== */

/* Tablet: hide label column, show 4 plans side-by-side */
@media (max-width: 992px) {
    .pr-table[b-5y7xpnkoc5] {
        grid-template-columns: repeat(4, 1fr);
        min-width: 540px;
    }

    .pr-corner[b-5y7xpnkoc5],
    .pr-label-cell[b-5y7xpnkoc5] {
        display: none;
    }

    /* Without the label column, plan cells lose their left separator;
       restore it on all but the first visible cell */
    .pr-header + .pr-header[b-5y7xpnkoc5],
    .pr-feat-cell + .pr-feat-cell[b-5y7xpnkoc5],
    .pr-cta-cell + .pr-cta-cell[b-5y7xpnkoc5] {
        border-left: 1px solid rgba(255,255,255,.06);
    }

    /* Popular col: restore clean left border (the sibling rule above would add one) */
    .pr-popular-col[b-5y7xpnkoc5],
    .pr-popular[b-5y7xpnkoc5],
    .pr-popular-cta[b-5y7xpnkoc5] {
        border-left-color: transparent;
    }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/* ===== Page wrapper & glows ===== */
.prv-page[b-4fle15j4q6] {
    position: relative;
    overflow-x: clip;
}

.prv-glow-orange[b-4fle15j4q6] {
    position: absolute;
    top: -100px;
    left: -120px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(249,115,22,.10), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.prv-glow-violet[b-4fle15j4q6] {
    position: absolute;
    top: 500px;
    right: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(84,110,250,.10), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.prv-inner[b-4fle15j4q6] {
    position: relative;
    z-index: 1;
}

/* ===== Hero ===== */
.prv-hero[b-4fle15j4q6] {
    margin-bottom: 48px;
}

.prv-eyebrow[b-4fle15j4q6] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(249,115,22,.14);
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.prv-headline[b-4fle15j4q6] {
    color: #fff;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}

.prv-lead[b-4fle15j4q6] {
    color: #9ca3af;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 10px;
    max-width: 600px;
}

.prv-updated[b-4fle15j4q6] {
    color: #4b5563;
    font-size: 12px;
    font-weight: 500;
}

/* ===== Document card ===== */
.prv-doc-card[b-4fle15j4q6] {
    background: #12213A;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

/* ===== Individual sections ===== */
.prv-section[b-4fle15j4q6] {
    padding: 32px 36px;
}

.prv-divider[b-4fle15j4q6] {
    border: none;
    border-top: 1px solid rgba(255,255,255,.07);
    margin: 0;
}

.prv-section-num[b-4fle15j4q6] {
    color: #F97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.prv-section-title[b-4fle15j4q6] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.prv-section-body[b-4fle15j4q6] {
    color: #9ca3af;
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0 0 16px;
}

.prv-section-body:last-child[b-4fle15j4q6] { margin-bottom: 0; }

.prv-section-body strong[b-4fle15j4q6] {
    color: #e5e7eb;
}

.prv-section-body a[b-4fle15j4q6] {
    color: #F97316;
    text-decoration: none;
}

.prv-section-body a:hover[b-4fle15j4q6] {
    text-decoration: underline;
}

/* ===== List items within sections ===== */
.prv-items[b-4fle15j4q6] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 4px;
}

.prv-item[b-4fle15j4q6] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.prv-item-icon[b-4fle15j4q6] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
}

.prv-item-icon-blue[b-4fle15j4q6]   { background: rgba(96,165,250,.15);  color: #60A5FA; }
.prv-item-icon-orange[b-4fle15j4q6] { background: rgba(249,115,22,.15);  color: #F97316; }
.prv-item-icon-violet[b-4fle15j4q6] { background: rgba(84,110,250,.15);  color: #546EFA; }
.prv-item-icon-green[b-4fle15j4q6]  { background: rgba(74,222,128,.15);  color: #4ade80; }
.prv-item-icon-gray[b-4fle15j4q6]   { background: rgba(156,163,175,.12); color: #9ca3af; }

.prv-item-title[b-4fle15j4q6] {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.prv-item-desc[b-4fle15j4q6] {
    color: #6b7280;
    font-size: 13.5px;
    line-height: 1.65;
    margin: 0;
}

/* ===== Contact link at bottom ===== */
[b-4fle15j4q6] .prv-contact-link {
    color: #F97316;
    text-decoration: none;
    font-weight: 600;
}

[b-4fle15j4q6] .prv-contact-link:hover {
    text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 640px) {
    .prv-section[b-4fle15j4q6] {
        padding: 24px 20px;
    }

    .prv-headline[b-4fle15j4q6] {
        font-size: 28px;
    }
}
