/* _content/FleetTyre.WebLandingPage/Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-q7boh1clif] {
    min-height: 100vh;
}

main[b-q7boh1clif] {
    min-height: 100vh;
}

#blazor-error-ui[b-q7boh1clif] {
    background: #1f2937;
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.2);
    color: #fff;
    display: none;
    left: 0;
    padding: 1rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
}

#blazor-error-ui .dismiss[b-q7boh1clif] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}
/* _content/FleetTyre.WebLandingPage/Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-8fbkpreanb] {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(216, 226, 240, 0.9);
}

.nav-wrap[b-8fbkpreanb] {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand[b-8fbkpreanb] {
    display: inline-flex;
    align-items: center;
    gap: 0.875rem;
    text-decoration: none;
}

.brand-logo[b-8fbkpreanb] {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.brand-text[b-8fbkpreanb] {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong[b-8fbkpreanb] {
    color: #1f2a44;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}

.brand-text small[b-8fbkpreanb] {
    color: #72819c;
    font-size: 0.78rem;
}

.main-nav[b-8fbkpreanb] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.main-nav a[b-8fbkpreanb] {
    color: #5b6b87;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.main-nav a:hover[b-8fbkpreanb] {
    color: #2b3c61;
}

.nav-cta[b-8fbkpreanb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #386ee8 0%, #4f46e5 58%, #5b6cf6 100%);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

.nav-toggle[b-8fbkpreanb],
.nav-toggle-button[b-8fbkpreanb] {
    display: none;
}

@media (max-width: 991.98px) {
    .nav-toggle-button[b-8fbkpreanb] {
        display: inline-flex;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        border: 1px solid rgba(148, 163, 184, 0.22);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.95);
    }

    .nav-toggle-button span[b-8fbkpreanb] {
        width: 18px;
        height: 2px;
        background: #42526b;
        border-radius: 999px;
        display: block;
    }

    .main-nav[b-8fbkpreanb] {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: calc(100% + 0.75rem);
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        gap: 0.5rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(216, 226, 240, 0.95);
        box-shadow: 0 26px 60px rgba(27, 45, 94, 0.12);
    }

    .main-nav a[b-8fbkpreanb] {
        padding: 0.8rem 0.9rem;
        border-radius: 14px;
    }

    .main-nav a:hover[b-8fbkpreanb] {
        background: rgba(79, 70, 229, 0.06);
    }

    .nav-toggle:checked ~ .main-nav[b-8fbkpreanb] {
        display: flex;
    }
}
