/* /UIElements/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-43hjxu11o0] {
    min-height: 100vh;
}

#blazor-error-ui[b-43hjxu11o0] {
    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-43hjxu11o0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /UIElements/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bkfzerlknz] {
    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-bkfzerlknz] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-bkfzerlknz] {
    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-bkfzerlknz] {
    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-bkfzerlknz] {
    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-bkfzerlknz] {
    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-bkfzerlknz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-bkfzerlknz]  .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-bkfzerlknz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /UIElements/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h4h8yvb6p7],
.components-reconnect-repeated-attempt-visible[b-h4h8yvb6p7],
.components-reconnect-failed-visible[b-h4h8yvb6p7],
.components-pause-visible[b-h4h8yvb6p7],
.components-resume-failed-visible[b-h4h8yvb6p7],
.components-rejoining-animation[b-h4h8yvb6p7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-retrying[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-failed[b-h4h8yvb6p7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h4h8yvb6p7] {
    display: block;
}


#components-reconnect-modal[b-h4h8yvb6p7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-h4h8yvb6p7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h4h8yvb6p7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h4h8yvb6p7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h4h8yvb6p7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h4h8yvb6p7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h4h8yvb6p7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h4h8yvb6p7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h4h8yvb6p7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h4h8yvb6p7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h4h8yvb6p7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h4h8yvb6p7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h4h8yvb6p7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h4h8yvb6p7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h4h8yvb6p7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h4h8yvb6p7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h4h8yvb6p7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h4h8yvb6p7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h4h8yvb6p7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /UIElements/Pages/Home/Sections/ContactSection.razor.rz.scp.css */
.section-spacing[b-lvbo10fpj1] {
    padding: 5rem 0;
}

.eyebrow[b-lvbo10fpj1] {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.contact-card[b-lvbo10fpj1] {
    background: linear-gradient(135deg, var(--panel-3), var(--panel));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2.5rem;
    box-shadow: var(--shadow);
}

.contact-title[b-lvbo10fpj1] {
    margin: 0 0 1rem;
    color: var(--text);
    font-size: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
}

.contact-text[b-lvbo10fpj1] {
    color: var(--muted);
    font-size: 1.05rem;
}

.contact-phone[b-lvbo10fpj1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
}

.contact-address[b-lvbo10fpj1] {
    color: var(--muted);
}

@media (max-width: 575.98px) {
    .section-spacing[b-lvbo10fpj1] {
        padding: 4rem 0;
    }

    .contact-card[b-lvbo10fpj1] {
        padding: 1.5rem;
    }

    .contact-phone[b-lvbo10fpj1] {
        font-size: 1.3rem;
    }
}
/* /UIElements/Pages/Home/Sections/HeroSection.razor.rz.scp.css */
.hero[b-rf4rzg75hj] {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

    .hero[b-rf4rzg75hj]::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: var(--accent-soft);
        filter: blur(100px);
        top: -100px;
        right: -100px;
        z-index: 0;
    }

.hero-content[b-rf4rzg75hj] {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.eyebrow[b-rf4rzg75hj] {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

h1[b-rf4rzg75hj] {
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 1.25rem;
    color: var(--text);
}

.hero-p[b-rf4rzg75hj] {
    color: var(--muted);
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.hero-btn-primary[b-rf4rzg75hj] {
    color: var(--black);
    background: var(--accent-2);
    border-color: var(--accent-2);
}

    .hero-btn-primary:hover[b-rf4rzg75hj],
    .hero-btn-primary:focus[b-rf4rzg75hj] {
        color: var(--black);
        background: var(--btn-light-hover);
        border-color: var(--btn-light-hover);
    }

.hero-btn-secondary[b-rf4rzg75hj] {
    color: var(--text);
    border-color: var(--line);
    background: transparent;
}

    .hero-btn-secondary:hover[b-rf4rzg75hj],
    .hero-btn-secondary:focus[b-rf4rzg75hj] {
        color: var(--text);
        background: var(--surface-hover);
        border-color: var(--line);
    }

@media (max-width: 575.98px) {
    .hero[b-rf4rzg75hj] {
        padding: 4rem 0;
    }
}
/* /UIElements/Pages/Home/Sections/PricingSection.razor.rz.scp.css */
.section-spacing[b-qg4fuylfwq] {
    padding: 5rem 0;
}

.section-heading[b-qg4fuylfwq] {
    max-width: 760px;
    margin-bottom: 3rem;
}

.eyebrow[b-qg4fuylfwq] {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.section-title[b-qg4fuylfwq] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.section-description[b-qg4fuylfwq] {
    color: var(--muted);
    font-size: 1.05rem;
}

.prices-wrap[b-qg4fuylfwq] {
    background: var(--surface-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.price-table[b-qg4fuylfwq] {
    background: var(--panel-4);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.price-row[b-qg4fuylfwq] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--line);
    align-items: center;
}

    .price-row:last-child[b-qg4fuylfwq] {
        border-bottom: none;
    }

.price-row-header[b-qg4fuylfwq] {
    background: var(--line-soft);
    color: var(--muted);
    font-size: 0.9rem;
}

.price-label[b-qg4fuylfwq] {
    color: var(--text);
}

.price-value[b-qg4fuylfwq] {
    color: var(--text);
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .section-spacing[b-qg4fuylfwq] {
        padding: 4rem 0;
    }

    .price-row[b-qg4fuylfwq] {
        grid-template-columns: 1fr;
        padding: 1rem 1.25rem;
    }

    .price-value[b-qg4fuylfwq] {
        justify-self: start;
    }
}
/* /UIElements/Pages/Home/Sections/ServicesSection.razor.rz.scp.css */
.section-spacing[b-v2jyd0d8pz] {
    padding: 5rem 0;
}

.section-heading[b-v2jyd0d8pz] {
    max-width: 760px;
    margin-bottom: 3rem;
}

.eyebrow[b-v2jyd0d8pz] {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.section-title[b-v2jyd0d8pz] {
    font-size: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 0.75rem;
}

.section-description[b-v2jyd0d8pz] {
    color: var(--muted);
    font-size: 1.05rem;
}

.service-card[b-v2jyd0d8pz] {
    padding: 2rem;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    box-shadow: var(--shadow);
}

    .service-card:hover[b-v2jyd0d8pz] {
        transform: translateY(-5px);
        border-color: var(--accent-soft-border);
        background: var(--panel-2);
    }

    .service-card h3[b-v2jyd0d8pz] {
        margin: 0 0 0.75rem;
        font-size: 1.25rem;
        color: var(--text);
    }

    .service-card p[b-v2jyd0d8pz] {
        margin: 0;
        color: var(--muted);
        line-height: 1.6;
    }

@media (max-width: 575.98px) {
    .section-spacing[b-v2jyd0d8pz] {
        padding: 4rem 0;
    }

    .service-card[b-v2jyd0d8pz] {
        padding: 1.5rem;
    }
}
/* /UIElements/Pages/Home/Sections/SiteFooter.razor.rz.scp.css */
.site-footer[b-cpdrct4tuj] {
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.9rem;
}
/* /UIElements/Pages/Home/Sections/SiteHeader.razor.rz.scp.css */
.site-header[b-cvu3bp7zd0] {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(12px);
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
}

.brand-title[b-cvu3bp7zd0] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
}

.nav-link-custom[b-cvu3bp7zd0] {
    color: var(--muted);
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .nav-link-custom:hover[b-cvu3bp7zd0] {
        color: var(--text);
    }
