/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-qz17a6pjss] { min-height: 100vh; display: flex; flex-direction: column; }
.site-header[b-qz17a6pjss] { position: sticky; top: 0; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.12); z-index: 20; }
.site-header__inner[b-qz17a6pjss] { height: 74px; max-width: 1110px; padding: 0 24px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-brand[b-qz17a6pjss] { color: #111; font: 700 24px/1 Raleway, sans-serif; letter-spacing: -.7px; text-decoration: none; }
.site-nav[b-qz17a6pjss] { height: 100%; display: flex; align-items: center; gap: 34px; }
.site-nav > a[b-qz17a6pjss], .site-nav__services > a[b-qz17a6pjss] { color: #444; font: 600 13px/74px Raleway, sans-serif; text-transform: uppercase; letter-spacing: .2px; text-decoration: none; white-space: nowrap; }
.site-nav a:hover[b-qz17a6pjss] { color: #d32323; }.site-nav__services[b-qz17a6pjss] { position: relative; height: 100%; }.services-menu[b-qz17a6pjss] { display: none; position: absolute; top: 67px; left: -20px; min-width: 270px; padding: 10px 0; background: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.15); }.site-nav__services:hover .services-menu[b-qz17a6pjss], .site-nav__services:focus-within .services-menu[b-qz17a6pjss] { display: block; }.services-menu a[b-qz17a6pjss] { display: block; color: #555; padding: 9px 20px; font: 500 13px/1.35 Open Sans, sans-serif; text-decoration: none; }
.mobile-menu[b-qz17a6pjss] { display: none; position: relative; }.mobile-menu summary[b-qz17a6pjss] { display: block; list-style: none; padding: 10px; cursor: pointer; }.mobile-menu summary[b-qz17a6pjss]::-webkit-details-marker { display: none; }.mobile-menu summary span[b-qz17a6pjss] { display: block; width: 25px; height: 2px; margin: 5px; background: #333; }.mobile-menu nav[b-qz17a6pjss] { position: absolute; top: 55px; right: -18px; width: min(350px,100vw); padding: 8px 0; background: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.15); }.mobile-menu nav a[b-qz17a6pjss] { display: block; padding: 10px 24px; color: #444; font: 600 13px/1.25 Raleway,sans-serif; text-decoration: none; text-transform: uppercase; }.mobile-menu nav a:hover[b-qz17a6pjss] { color: #d32323; background: #fafafa; }
.site-footer[b-qz17a6pjss] { margin-top: auto; background: #252525; color: #b7b7b7; font: 14px/1.65 Open Sans, sans-serif; }.footer-widgets[b-qz17a6pjss] { max-width: 1110px; min-height: 180px; margin: auto; padding: 48px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }.footer-widgets h2[b-qz17a6pjss] { margin: 0 0 14px; color: #fff; font: 700 18px/1.2 Raleway, sans-serif; text-transform: uppercase; }.footer-widgets a[b-qz17a6pjss] { color: #bbb; text-decoration: none; }.footer-widgets a:hover[b-qz17a6pjss], .site-info a:hover[b-qz17a6pjss] { color: #d32323; }.site-info[b-qz17a6pjss] { position: relative; padding: 25px 24px; text-align: center; background: #1d1d1d; color: #888; font-size: 13px; }.back-to-top[b-qz17a6pjss] { position: absolute; left: calc(50% - 18px); top: -20px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #d32323; color: #fff; text-decoration: none; font-size: 24px; }
#blazor-error-ui[b-qz17a6pjss] { color-scheme: light only; background: lightyellow; bottom: 0; box-shadow: 0 -1px 2px rgba(0,0,0,.2); box-sizing: border-box; display: none; left: 0; padding: .6rem 1.25rem .7rem; position: fixed; width: 100%; z-index: 1000; } #blazor-error-ui .dismiss[b-qz17a6pjss] { cursor: pointer; position: absolute; right: .75rem; top: .5rem; }
@media (max-width: 900px) { .site-header__inner[b-qz17a6pjss] { height: 64px; } .site-nav[b-qz17a6pjss] { display: none; } .mobile-menu[b-qz17a6pjss] { display: block; } .footer-widgets[b-qz17a6pjss] { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .site-header__inner[b-qz17a6pjss] { padding: 0 18px; } .site-brand[b-qz17a6pjss] { font-size: 21px; } .footer-widgets[b-qz17a6pjss] { grid-template-columns: 1fr; min-height: 0; padding: 38px 24px; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3vs0iia0yo],
.components-reconnect-repeated-attempt-visible[b-3vs0iia0yo],
.components-reconnect-failed-visible[b-3vs0iia0yo],
.components-pause-visible[b-3vs0iia0yo],
.components-resume-failed-visible[b-3vs0iia0yo],
.components-rejoining-animation[b-3vs0iia0yo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-retrying[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-failed[b-3vs0iia0yo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3vs0iia0yo] {
    display: block;
}


#components-reconnect-modal[b-3vs0iia0yo] {
    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-3vs0iia0yo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3vs0iia0yo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3vs0iia0yo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3vs0iia0yo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3vs0iia0yo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3vs0iia0yo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3vs0iia0yo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3vs0iia0yo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3vs0iia0yo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3vs0iia0yo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3vs0iia0yo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3vs0iia0yo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3vs0iia0yo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3vs0iia0yo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3vs0iia0yo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3vs0iia0yo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3vs0iia0yo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3vs0iia0yo {
    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;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-ei9z0x2mqx] { min-height: 575px; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.1)), url('/images/hero-repair.jpg') center/cover; }
.hero__content[b-ei9z0x2mqx] { max-width: 1100px; padding: 70px 24px; }
.hero h1[b-ei9z0x2mqx] { max-width: 1000px; margin: 0 auto 40px; font: 800 clamp(38px,5.2vw,72px)/1.1 Raleway,sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.hero h1 span[b-ei9z0x2mqx] { display: block; }
.hero p[b-ei9z0x2mqx] { margin: 0; font: 300 italic 22px/1.7 Open Sans,sans-serif; }
.hero__actions[b-ei9z0x2mqx] { display: flex; justify-content: center; gap: 20px; margin-top: 42px; }
.button[b-ei9z0x2mqx] { display: inline-block; padding: 15px 26px; border: 1px solid transparent; color: #fff; font: 600 16px/1.3 Open Sans,sans-serif; text-decoration: none; text-transform: uppercase; }
.button--primary[b-ei9z0x2mqx] { background: #d32323; }
.button--outline[b-ei9z0x2mqx] { border-color: #fff; }
.button:hover[b-ei9z0x2mqx] { filter: brightness(.88); }
.section[b-ei9z0x2mqx] { padding: 80px 24px; }
.container[b-ei9z0x2mqx] { max-width: 1200px; margin: auto; }
.container--narrow[b-ei9z0x2mqx] { max-width: 1080px; }
.intro[b-ei9z0x2mqx] { text-align: center; }
.section h2[b-ei9z0x2mqx] { margin: 0 0 30px; color: #333; text-align: center; font: 800 40px/1.2 Raleway,sans-serif; letter-spacing: 3px; }
.intro p[b-ei9z0x2mqx] { margin: 0 0 18px; color: #555; font: 400 17px/1.8 Open Sans,sans-serif; }
.intro a[b-ei9z0x2mqx] { color: #d32323; }
.services[b-ei9z0x2mqx] { background: #f8f9f9; }
.service-grid[b-ei9z0x2mqx] { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.service-card[b-ei9z0x2mqx] { min-height: 250px; padding: 32px 26px; background: #fff; text-align: center; }
.service-card__icon[b-ei9z0x2mqx] { height: 74px; display: grid; place-items: center; }
.service-card__icon img[b-ei9z0x2mqx] { width: 68px; height: 68px; object-fit: contain; }
.service-card h3[b-ei9z0x2mqx] { margin: 12px 0; color: #333; font: 700 18px/1.5 Raleway,sans-serif; }
.service-card p[b-ei9z0x2mqx] { margin: 0; color: #777; font: 14px/1.75 Open Sans,sans-serif; }
.promotions[b-ei9z0x2mqx] { padding-top: 58px; padding-bottom: 72px; background: #fff; }
.promotions__heading[b-ei9z0x2mqx] { display: flex; align-items: center; justify-content: center; gap: 26px; margin-bottom: 28px; text-align: center; }
.promotions__heading > span[b-ei9z0x2mqx] { width: 70px; height: 2px; background: #d32323; }
.promotions__heading h2[b-ei9z0x2mqx] { margin: 0; }
.promotions__heading p[b-ei9z0x2mqx] { margin: 5px 0 0; color: #777; font-size: 15px; }
.promotions__carousel-shell[b-ei9z0x2mqx] { position: relative; }
.promotions__carousel[b-ei9z0x2mqx] { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; padding: 5px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.promotions__carousel[b-ei9z0x2mqx]::-webkit-scrollbar { display: none; }
.promotion-card[b-ei9z0x2mqx] { display: flex; min-height: 335px; flex-direction: column; padding: 28px 30px 22px; border: 1px solid #ececec; border-radius: 8px; background: #fff; box-shadow: 0 7px 22px rgba(0,0,0,.08); scroll-snap-align: start; }
.promotion-card__category[b-ei9z0x2mqx] { margin: 0 0 9px; color: #d32323; font: 700 12px/1.2 Raleway,sans-serif; letter-spacing: 1.2px; text-transform: uppercase; }
.promotion-card h3[b-ei9z0x2mqx] { margin: 0; color: #292929; font: 800 23px/1.3 Raleway,sans-serif; }
.promotion-card__offer[b-ei9z0x2mqx] { margin: 10px 0 14px; color: #d32323; font: 800 29px/1.1 Raleway,sans-serif; }
.promotion-card ul[b-ei9z0x2mqx] { display: grid; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; }
.promotion-card li[b-ei9z0x2mqx] { position: relative; padding-left: 25px; color: #555; font-size: 15px; line-height: 1.4; }
.promotion-card li[b-ei9z0x2mqx]::before { position: absolute; left: 0; top: 1px; content: '✓'; display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; background: #d32323; color: #fff; font-size: 11px; font-weight: 700; }
.promotion-card__button[b-ei9z0x2mqx] { display: block; margin-top: auto; padding: 12px 15px; background: #d32323; color: #fff; text-align: center; font: 700 14px/1.2 Open Sans,sans-serif; text-decoration: none; text-transform: uppercase; }
.promotion-card__button:hover[b-ei9z0x2mqx] { background: #b91d1d; }
.promotions__arrow[b-ei9z0x2mqx] { position: absolute; z-index: 1; top: 50%; width: 42px; height: 42px; transform: translateY(-50%); border: 0; border-radius: 50%; background: #d32323; color: #fff; font: 400 37px/34px Arial,sans-serif; cursor: pointer; }
.promotions__arrow--previous[b-ei9z0x2mqx] { left: -20px; }
.promotions__arrow--next[b-ei9z0x2mqx] { right: -20px; }
@media (max-width: 767px) {
    .hero[b-ei9z0x2mqx] { min-height: 540px; }
    .hero h1[b-ei9z0x2mqx] { font-size: 42px; }
    .hero p[b-ei9z0x2mqx] { font-size: 16px; }
    .hero__actions[b-ei9z0x2mqx] { gap: 12px; }
    .button[b-ei9z0x2mqx] { padding: 14px 18px; font-size: 14px; }
    .section[b-ei9z0x2mqx] { padding: 56px 18px; }
    .section h2[b-ei9z0x2mqx] { font-size: 30px; letter-spacing: 2px; }
    .service-grid[b-ei9z0x2mqx] { grid-template-columns: 1fr; gap: 18px; }
    .service-card[b-ei9z0x2mqx] { min-height: auto; }
    .promotions[b-ei9z0x2mqx] { padding-top: 46px; padding-bottom: 54px; }
    .promotions__heading[b-ei9z0x2mqx] { gap: 14px; margin-bottom: 22px; }
    .promotions__heading > span[b-ei9z0x2mqx] { width: 32px; }
    .promotions__heading p[b-ei9z0x2mqx] { font-size: 14px; }
    .promotions__carousel[b-ei9z0x2mqx] { grid-auto-columns: 88%; gap: 16px; padding: 5px 7px; }
    .promotion-card[b-ei9z0x2mqx] { min-height: 315px; padding: 25px 23px 20px; }
    .promotions__arrow[b-ei9z0x2mqx] { display: none; }
    .promotion-card h3[b-ei9z0x2mqx] { font-size: 21px; }
    .promotion-card__offer[b-ei9z0x2mqx] { font-size: 27px; }
}
/* /Components/Pages/Services.razor.rz.scp.css */
.services-overview[b-1x4q7qun2i] { padding: 72px 24px 94px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); }.services-overview__heading[b-1x4q7qun2i] { max-width: 820px; margin: 0 auto 46px; text-align: center; }.services-overview__heading > span[b-1x4q7qun2i] { display: inline-block; margin-bottom: 18px; padding: 9px 16px; border-radius: 20px; background: #edf4ff; color: #2465ec; font: 800 12px/1 Raleway,sans-serif; letter-spacing: .3px; text-transform: uppercase; }.services-overview__heading h2[b-1x4q7qun2i] { margin: 0 0 15px; color: #111a34; font: 800 clamp(36px,4.2vw,56px)/1.08 Raleway,sans-serif; letter-spacing: -1.5px; }.services-overview__heading p[b-1x4q7qun2i] { max-width: 760px; margin: auto; color: #556d91; font: 600 17px/1.7 Open Sans,sans-serif; }.services-overview__grid[b-1x4q7qun2i] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }.service-overview-card[b-1x4q7qun2i] { display: flex; min-height: 308px; flex-direction: column; padding: 29px 27px; border: 1px solid #dfe7f2; border-radius: 28px; background: #fff; color: inherit; box-shadow: 0 12px 28px rgba(28, 59, 106, .05); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }.service-overview-card:hover[b-1x4q7qun2i] { transform: translateY(-5px); border-color: #a8c4fb; box-shadow: 0 16px 32px rgba(28, 59, 106, .13); }.service-overview-card__icon[b-1x4q7qun2i] { display: grid; width: 57px; height: 57px; margin-bottom: 21px; place-items: center; border-radius: 18px; background: #edf4ff; }.service-overview-card__icon img[b-1x4q7qun2i] { width: 31px; height: 31px; object-fit: contain; filter: brightness(0) saturate(100%) invert(41%) sepia(85%) saturate(1592%) hue-rotate(201deg) brightness(100%) contrast(91%); }.service-overview-card h3[b-1x4q7qun2i] { margin: 0 0 11px; color: #10192f; font: 800 23px/1.23 Raleway,sans-serif; letter-spacing: -.4px; }.service-overview-card p[b-1x4q7qun2i] { margin: 0; color: #587094; font: 600 15px/1.7 Open Sans,sans-serif; }.service-overview-card__link[b-1x4q7qun2i] { margin-top: auto; padding-top: 21px; color: #2465ec; font: 800 14px/1.3 Open Sans,sans-serif; }.service-overview-card__link span[b-1x4q7qun2i] { margin-left: 2px; } @media (max-width: 900px) { .services-overview__grid[b-1x4q7qun2i] { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 600px) { .services-overview[b-1x4q7qun2i] { padding: 52px 18px 62px; }.services-overview__heading[b-1x4q7qun2i] { margin-bottom: 30px; }.services-overview__heading h2[b-1x4q7qun2i] { font-size: 36px; letter-spacing: -1px; }.services-overview__heading p[b-1x4q7qun2i] { font-size: 15px; }.services-overview__grid[b-1x4q7qun2i] { grid-template-columns: 1fr; gap: 16px; }.service-overview-card[b-1x4q7qun2i] { min-height: 0; padding: 25px 23px; border-radius: 23px; } }
