/* _content/HolliredWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bemq051h6o] {
    min-height: 100vh;
}

.main-shell[b-bemq051h6o] {
    width: 100%;
}

.content-area[b-bemq051h6o] {
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 1.25rem 4rem;
}

@media (min-width: 900px) {
    .content-area[b-bemq051h6o] {
        padding: 3rem 2rem 5rem;
    }
}

#blazor-error-ui[b-bemq051h6o] {
    background: #fff7dc;
    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-bemq051h6o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HolliredWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-kpkse7bqyq] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(15, 76, 129, 0.12);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 1rem 1.25rem;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 20;
}

.brand-block[b-kpkse7bqyq] {
    display: flex;
}

.brand-home[b-kpkse7bqyq] {
    align-items: center;
    display: inline-flex;
    gap: 0.85rem;
    text-decoration: none;
}

.brand-copy[b-kpkse7bqyq] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-logo[b-kpkse7bqyq] {
    background: white;
    border: 1px solid rgba(15, 76, 129, 0.12);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 76, 129, 0.12);
    height: 58px;
    object-fit: cover;
    width: 58px;
}

.brand-link[b-kpkse7bqyq] {
    color: #0f2f57;
    font-family: "Trebuchet MS", "Gill Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand-tagline[b-kpkse7bqyq] {
    color: rgba(15, 47, 87, 0.68);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.site-nav[b-kpkse7bqyq] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.site-nav a[b-kpkse7bqyq] {
    color: #24507a;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.site-nav a:hover[b-kpkse7bqyq] {
    color: #0e6bc7;
}

.site-nav .nav-cta[b-kpkse7bqyq] {
    background: linear-gradient(135deg, #0e6bc7 0%, #0a4f96 100%);
    border-radius: 999px;
    color: #ffffff;
    padding: 0.65rem 1rem;
}

@media (max-width: 760px) {
    .site-header[b-kpkse7bqyq] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .site-nav[b-kpkse7bqyq] {
        justify-content: flex-start;
    }
}
