/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-19hcu8s6vl] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff !important;
    overflow-x: hidden;
    max-width: 100%;
}

/* Override MudBlazor dark backgrounds */
[b-19hcu8s6vl] .mud-layout,
[b-19hcu8s6vl] .mud-layout-content,
[b-19hcu8s6vl] .mud-main-content {
    background-color: #ffffff !important;
}

/* Glass Morphism Appbar */
[b-19hcu8s6vl] .geotrk-appbar,
[b-19hcu8s6vl] .geotrk-appbar.mud-appbar,
.geotrk-appbar[b-19hcu8s6vl] {
    background-color: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
}

/* Appbar logo styles are in wwwroot/css/site.css (global) */

/* Appbar nav and button styles are in wwwroot/css/site.css (global)
   to avoid Blazor CSS isolation issues with MudBlazor components */

/* Glass Morphism Drawer */
[b-19hcu8s6vl] .geptrk-drawer,
[b-19hcu8s6vl] .geptrk-drawer.mud-drawer,
.geptrk-drawer[b-19hcu8s6vl] {
    background-color: rgba(248, 249, 250, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.03) !important;
}

[b-19hcu8s6vl] .geptrk-drawer .mud-drawer-content {
    background-color: transparent !important;
}

.drawer-logo-container[b-19hcu8s6vl] {
    padding: 16px;
    text-align: center;
}

.drawer-logo[b-19hcu8s6vl] {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.drawer-language-selector[b-19hcu8s6vl] {
    padding: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: auto;
}

.language-selector-button[b-19hcu8s6vl] {
    min-width: auto;
    padding: 4px 8px;
}

/* Responsive appbar rules (hamburger/nav toggle) are in wwwroot/css/site.css */

.page[b-19hcu8s6vl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-19hcu8s6vl] {
    flex: 1;
}

.sidebar[b-19hcu8s6vl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-19hcu8s6vl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-19hcu8s6vl]  a, .top-row[b-19hcu8s6vl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-19hcu8s6vl]  a:hover, .top-row[b-19hcu8s6vl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-19hcu8s6vl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-19hcu8s6vl] {
        justify-content: space-between;
    }

    .top-row[b-19hcu8s6vl]  a, .top-row[b-19hcu8s6vl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-19hcu8s6vl] {
        flex-direction: row;
    }

    .sidebar[b-19hcu8s6vl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-19hcu8s6vl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-19hcu8s6vl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-19hcu8s6vl], article[b-19hcu8s6vl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-19hcu8s6vl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-19hcu8s6vl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Site Footer */
.site-footer[b-19hcu8s6vl] {
    background: #1a1a1a;
    color: rgba(255, 255, 255, 0.87);
    padding: 60px 20px 30px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content[b-19hcu8s6vl] {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    gap: 50px;
    align-items: start; /* Align all sections to the top */
}

.footer-section[b-19hcu8s6vl] {
    display: flex;
    flex-direction: column;
}

.footer-company[b-19hcu8s6vl] {
    min-width: 0; /* Allow text to wrap */
    padding-top: 0;
    margin-top: 0;
}

.footer-description[b-19hcu8s6vl] {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 16px 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.75);
}

.footer-copyright[b-19hcu8s6vl] {
    margin: 40px auto 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
    opacity: 0.7;
    text-align: center;
    max-width: 1400px;
}

.footer-copyright p[b-19hcu8s6vl] {
    margin: 0;
}

.footer-copyright a[b-19hcu8s6vl] {
    text-decoration: underline;
    opacity: 0.9;
}

.footer-copyright a:hover[b-19hcu8s6vl] {
    opacity: 1;
}

.footer-heading[b-19hcu8s6vl] {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
}

.footer-newsletter[b-19hcu8s6vl] {
    min-width: 0;
}

/* Footer form inputs - dark theme styling */
.footer-input[b-19hcu8s6vl]  .mud-input-control {
    background-color: transparent !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-root {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-slot {
    background-color: transparent !important;
    padding: 12px 16px !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-outlined.mud-focused .mud-input-outlined-border {
    border-color: #DA161A !important;
}

/* Remove label and legend gap entirely as we switched to placeholders */
.footer-input[b-19hcu8s6vl]  .mud-input-label {
    display: none !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-outlined-legend {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.2) !important;
    legend {
        display: none !important;
    }
}

/* Input text and placeholder color */
.footer-input[b-19hcu8s6vl]  .mud-input-slot input,
.footer-input[b-19hcu8s6vl]  .mud-input > input {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: transparent !important;
}

.footer-input[b-19hcu8s6vl]  .mud-input-slot input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

.footer-link-list[b-19hcu8s6vl] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-list li[b-19hcu8s6vl] {
    margin-bottom: 12px;
}

.footer-link-list a[b-19hcu8s6vl] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-link-list a:hover[b-19hcu8s6vl] {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.footer-contact .contact-item[b-19hcu8s6vl] {
    margin-bottom: 20px;
}

.footer-contact .contact-item strong[b-19hcu8s6vl] {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact .contact-item p[b-19hcu8s6vl] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact .contact-item a[b-19hcu8s6vl] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact .contact-item a:hover[b-19hcu8s6vl] {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .footer-content[b-19hcu8s6vl] {
        grid-template-columns: 2fr 1.5fr 1fr;
        gap: 40px;
    }

    .footer-contact[b-19hcu8s6vl] {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 968px) {
    .footer-content[b-19hcu8s6vl] {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-company[b-19hcu8s6vl] {
        grid-column: 1 / -1;
    }

    .footer-contact[b-19hcu8s6vl] {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .site-footer[b-19hcu8s6vl] {
        padding: 40px 20px 20px;
    }

    .footer-content[b-19hcu8s6vl] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-company[b-19hcu8s6vl],
    .footer-newsletter[b-19hcu8s6vl],
    .footer-links[b-19hcu8s6vl],
    .footer-contact[b-19hcu8s6vl] {
        grid-column: 1;
    }

    .footer-description[b-19hcu8s6vl] {
        font-size: 0.85rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e8uhzxidpu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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.1);
}

.navbar-toggler:checked[b-e8uhzxidpu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-e8uhzxidpu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e8uhzxidpu] {
    font-size: 1.1rem;
}

.bi[b-e8uhzxidpu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-e8uhzxidpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-e8uhzxidpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e8uhzxidpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-e8uhzxidpu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e8uhzxidpu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e8uhzxidpu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e8uhzxidpu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-e8uhzxidpu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-e8uhzxidpu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-e8uhzxidpu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e8uhzxidpu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e8uhzxidpu] {
        display: none;
    }

    .nav-scrollable[b-e8uhzxidpu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
/* Contact page: two-panel layout matching zip example */
.contact-page[b-nzrihgban3] {
    min-height: 100vh;
    overflow-x: hidden;
}

.contact-layout[b-nzrihgban3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (min-width: 1024px) {
    .contact-layout[b-nzrihgban3] {
        flex-direction: row;
    }
}

/* ========== Left: Info panel (dark) ========== */
.contact-info-panel[b-nzrihgban3] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-color: #1a1d21;
    padding: 2.5rem 2rem;
}

@media (min-width: 1024px) {
    .contact-info-panel[b-nzrihgban3] {
        width: 480px;
        flex-shrink: 0;
        padding: 3.5rem 3rem;
    }
}

.contact-info-red-bar[b-nzrihgban3] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #DA161A;
}

.contact-info-pattern[b-nzrihgban3] {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.contact-info-content[b-nzrihgban3] {
    position: relative;
}

.contact-back-link[b-nzrihgban3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-back-link:hover[b-nzrihgban3] {
    color: #fff;
}

.contact-logo-block[b-nzrihgban3] {
    margin-bottom: 2.5rem;
    padding: 1.5rem 0;
}

.contact-info-logo[b-nzrihgban3] {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.contact-info-headline[b-nzrihgban3] {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}

@media (min-width: 1024px) {
    .contact-info-headline[b-nzrihgban3] {
        font-size: 2.25rem;
    }
}

.contact-info-headline-accent[b-nzrihgban3] {
    color: #DA161A;
}

.contact-info-intro[b-nzrihgban3] {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.contact-help-section[b-nzrihgban3] {
    margin-top: 2rem;
}

.contact-section-eyebrow[b-nzrihgban3] {
    margin: 0 0 1rem 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
}

.contact-help-cards[b-nzrihgban3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-help-card[b-nzrihgban3] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

[b-nzrihgban3] .contact-help-icon {
    color: #DA161A !important;
    flex-shrink: 0;
    font-size: 1.25rem !important;
}

.contact-details-section[b-nzrihgban3] {
    position: relative;
    margin-top: 2.5rem;
}

.contact-details-border[b-nzrihgban3] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}

.contact-details-grid[b-nzrihgban3] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .contact-details-grid[b-nzrihgban3] {
        grid-template-columns: 1fr 1fr;
    }
}

.contact-detail-item[b-nzrihgban3] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.contact-detail-item:hover[b-nzrihgban3] {
    opacity: 0.85;
}

[b-nzrihgban3] .contact-detail-icon {
    color: #028001 !important;
    flex-shrink: 0;
    font-size: 1rem !important;
    margin-top: 2px;
}

.contact-detail-label[b-nzrihgban3] {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
}

.contact-detail-value[b-nzrihgban3] {
    margin: 0.125rem 0 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-stripe[b-nzrihgban3] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 4px;
}

.contact-stripe-red[b-nzrihgban3] {
    width: 33.333%;
    background-color: #DA161A;
}

.contact-stripe-white[b-nzrihgban3] {
    width: 33.333%;
    background-color: #fff;
}

.contact-stripe-green[b-nzrihgban3] {
    width: 33.333%;
    background-color: #028001;
}

/* ========== Right: Form panel (light) ========== */
.contact-form-panel[b-nzrihgban3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1.5rem;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .contact-form-panel[b-nzrihgban3] {
        padding: 3.5rem 4rem;
    }
}

.contact-form-inner[b-nzrihgban3] {
    max-width: 640px;
}

.contact-form-header[b-nzrihgban3] {
    margin-bottom: 2rem;
}

.contact-online-badge[b-nzrihgban3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(218, 22, 26, 0.2);
    background: rgba(218, 22, 26, 0.05);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #DA161A;
}

.contact-online-dot[b-nzrihgban3] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #028001;
    animation: contact-pulse-b-nzrihgban3 2s ease-in-out infinite;
}

@keyframes contact-pulse-b-nzrihgban3 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.contact-form-title[b-nzrihgban3] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2c2c2c;
    margin: 0;
}

@media (min-width: 1024px) {
    .contact-form-title[b-nzrihgban3] {
        font-size: 1.875rem;
    }
}

.contact-form-intro[b-nzrihgban3] {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #666;
}

.contact-form-fields[b-nzrihgban3] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-row[b-nzrihgban3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 639px) {
    .contact-form-row[b-nzrihgban3] {
        grid-template-columns: 1fr;
    }
}

.contact-field.full[b-nzrihgban3] {
    grid-column: 1 / -1;
}

[b-nzrihgban3] .contact-field .mud-input-outlined-border,
[b-nzrihgban3] .contact-field .mud-input-slot {
    padding: 14px 16px;
}

.contact-submit-btn[b-nzrihgban3] {
    align-self: flex-start;
    padding: 14px 32px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    background-color: #DA161A !important;
}

.contact-submit-btn:hover[b-nzrihgban3] {
    background-color: #b91216 !important;
}

.contact-form-alert[b-nzrihgban3] {
    margin-top: 1rem;
}

.contact-trust-row[b-nzrihgban3] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
}

.contact-trust-item[b-nzrihgban3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

[b-nzrihgban3] .contact-trust-icon {
    color: #028001 !important;
    font-size: 1rem !important;
}

/* Success state */
.contact-success-state[b-nzrihgban3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
}

.contact-success-icon-wrap[b-nzrihgban3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(2, 128, 1, 0.1);
}

[b-nzrihgban3] .contact-success-icon {
    font-size: 40px !important;
    color: #028001 !important;
}

.contact-success-title[b-nzrihgban3] {
    margin-top: 1.5rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2c2c2c;
}

.contact-success-text[b-nzrihgban3] {
    margin-top: 0.75rem;
    max-width: 28rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666;
}

.contact-success-btn[b-nzrihgban3] {
    margin-top: 2rem !important;
    padding: 14px 32px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    background-color: #DA161A !important;
}

.contact-success-btn:hover[b-nzrihgban3] {
    background-color: #b91216 !important;
}

/* RTL adjustments */
.contact-page-rtl .contact-info-red-bar[b-nzrihgban3] {
    left: auto;
    right: 0;
}

.contact-page-rtl .contact-info-stripe[b-nzrihgban3] {
    flex-direction: row-reverse;
}
/* /Components/Pages/Onboarding.razor.rz.scp.css */
/* ============================================================
   Onboarding Wizard — full-viewport overlay
   All colors and tokens reference existing site CSS variables
   or MudBlazor theme values. No new design decisions introduced.
   ============================================================ */

/* ── Overlay backdrop ─────────────────────────────────────── */
.ob-overlay[b-ut9gp2fpvz] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow-y: auto;
    /* Prevent interaction with everything behind the overlay */
    pointer-events: all;
}

/* ── Main card ────────────────────────────────────────────── */
.ob-card[b-ut9gp2fpvz] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 900px;
    padding: 2rem;
    position: relative;
    pointer-events: all;
}

@media (max-width: 600px) {
    .ob-card[b-ut9gp2fpvz] {
        padding: 1.25rem;
        border-radius: 12px;
    }
}

/* ── Logo ─────────────────────────────────────────────────── */
.ob-logo[b-ut9gp2fpvz] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

/* ── Step indicator ───────────────────────────────────────── */
.ob-steps[b-ut9gp2fpvz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 2rem;
}

.ob-step[b-ut9gp2fpvz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.ob-step__num[b-ut9gp2fpvz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    background: #f5f5f5;
    transition: all 0.2s ease;
}

.ob-step__label[b-ut9gp2fpvz] {
    font-size: 0.75rem;
    color: #888;
    white-space: nowrap;
}

.ob-step--active .ob-step__num[b-ut9gp2fpvz] {
    border-color: var(--geptrk-red, #E53935);
    background: var(--geptrk-red, #E53935);
    color: #fff;
}

.ob-step--active .ob-step__label[b-ut9gp2fpvz] {
    color: var(--geptrk-red, #E53935);
    font-weight: 600;
}

.ob-step--done .ob-step__num[b-ut9gp2fpvz] {
    border-color: var(--geptrk-green, #4CAF50);
    background: var(--geptrk-green, #4CAF50);
    color: #fff;
}

.ob-step-line[b-ut9gp2fpvz] {
    flex: 1;
    height: 2px;
    background: #d0d0d0;
    margin: 0 12px;
    margin-bottom: 18px;
    max-width: 80px;
    transition: background 0.2s ease;
}

.ob-step-line--done[b-ut9gp2fpvz] {
    background: var(--geptrk-green, #4CAF50);
}

/* ── Loading ──────────────────────────────────────────────── */
.ob-loading[b-ut9gp2fpvz] {
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

/* ── Body ─────────────────────────────────────────────────── */
.ob-body[b-ut9gp2fpvz] {
    display: flex;
    flex-direction: column;
}

.ob-title[b-ut9gp2fpvz] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #1a1a1a;
    text-align: center;
}

.ob-subtitle[b-ut9gp2fpvz] {
    font-size: 0.95rem;
    color: #666;
    margin: 0 0 1.75rem;
    text-align: center;
}

/* ── Plan cards grid ──────────────────────────────────────── */
.ob-plans[b-ut9gp2fpvz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
    .ob-plans[b-ut9gp2fpvz] {
        grid-template-columns: 1fr;
    }
}

/* ── Individual plan card ─────────────────────────────────── */
.ob-plan-card[b-ut9gp2fpvz] {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    position: relative;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    background: #fafafa;
}

.ob-plan-card:hover[b-ut9gp2fpvz] {
    border-color: #bdbdbd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ob-plan-card--selected[b-ut9gp2fpvz] {
    border-color: var(--geptrk-red, #E53935);
    background: #fff5f5;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

.ob-plan-card--popular[b-ut9gp2fpvz] {
    border-color: var(--geptrk-red, #E53935);
}

/* "Most Popular" badge */
.ob-plan-badge[b-ut9gp2fpvz] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--geptrk-red, #E53935);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

/* Check icon (top-right of selected card) */
.ob-plan-check[b-ut9gp2fpvz] {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}

.ob-plan-name[b-ut9gp2fpvz] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}


.ob-plan-limits[b-ut9gp2fpvz] {
    list-style: none;
    margin: 0 0 0.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ob-plan-limits li[b-ut9gp2fpvz] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #555;
}

.ob-plan-features[b-ut9gp2fpvz] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ob-plan-features li[b-ut9gp2fpvz] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #444;
}

/* ── Asset creation form ──────────────────────────────────── */
.ob-form[b-ut9gp2fpvz] {
    display: flex;
    flex-direction: column;
}

.ob-type-chips[b-ut9gp2fpvz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ob-type-chip[b-ut9gp2fpvz] {
    text-transform: none !important;
    font-weight: 500 !important;
}

/* ── Asset success state ──────────────────────────────────── */
.ob-asset-success[b-ut9gp2fpvz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 0;
    gap: 0.5rem;
}

.ob-asset-success__title[b-ut9gp2fpvz] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
}

.ob-asset-success__name[b-ut9gp2fpvz] {
    font-size: 0.95rem;
    color: #555;
    margin: 0 0 0.5rem;
}

/* ── Action buttons ───────────────────────────────────────── */
.ob-actions[b-ut9gp2fpvz] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.ob-actions--column[b-ut9gp2fpvz] {
    flex-direction: column;
    align-items: stretch;
}

.ob-btn-skip[b-ut9gp2fpvz] {
    color: #888 !important;
    margin-right: auto;
}

.ob-btn-continue[b-ut9gp2fpvz] {
    min-width: 150px;
}
