/* /Components/LanguageSwitcher.razor.rz.scp.css */
.language-switcher .btn[b-i1hrdbf6xj] {
    color: inherit;
    text-decoration: none;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.04);
    transition: background-color 150ms ease, color 150ms ease;
}

.language-switcher .btn:hover[b-i1hrdbf6xj],
.language-switcher .btn:focus[b-i1hrdbf6xj] {
    background-color: rgba(29, 78, 216, 0.12);
    color: #1d4ed8;
}

.language-switcher__label[b-i1hrdbf6xj] {
    font-weight: 600;
    font-size: 0.95rem;
}

.language-switcher .dropdown-menu[b-i1hrdbf6xj] {
    min-width: 12rem;
    border-radius: 0.75rem;
    box-shadow: 0 16px 40px -16px rgba(15, 23, 42, 0.25);
}

.language-switcher .dropdown-item.active[b-i1hrdbf6xj] {
    background-color: rgba(29, 78, 216, 0.1);
    color: #1d4ed8;
}
/* /Components/ServicesSlider.razor.rz.scp.css */
.services-carousel[b-lruzut790l] {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 24px 60px -24px rgba(15, 23, 42, 0.45);
}

.services-carousel__slide[b-lruzut790l] {
    position: relative;
    height: clamp(360px, 60vh, 620px);
    background-size: cover;
    background-position: center;
    background-color: #1e293b;
}

.services-carousel__overlay[b-lruzut790l] {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(15, 23, 42, 0.25) 100%);
}

.services-carousel__content[b-lruzut790l] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    color: #f8fafc;
}

.services-carousel__icon[b-lruzut790l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(248, 250, 252, 0.12);
    backdrop-filter: blur(6px);
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    color: #fbbf24;
}

.services-carousel__title[b-lruzut790l] {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1rem;
    max-width: 720px;
    line-height: 1.15;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(15, 23, 42, 0.65);
}

.services-carousel__description[b-lruzut790l] {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    max-width: 640px;
    line-height: 1.6;
    color: #f8fafc;
    text-shadow: 0 1px 8px rgba(15, 23, 42, 0.6);
    opacity: 0.95;
}

.services-carousel__cta[b-lruzut790l] {
    margin-top: 1.75rem;
}

[b-lruzut790l] .carousel-indicators [data-bs-target] {
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(248, 250, 252, 0.6);
}

[b-lruzut790l] .carousel-indicators .active {
    background-color: #fbbf24;
}

[b-lruzut790l] .carousel-control-prev,
[b-lruzut790l] .carousel-control-next {
    width: 8%;
    opacity: 0.85;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-nhqwoqh4w3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8fafc;
}

.page__main[b-nhqwoqh4w3] {
    flex: 1;
}

.page__footer[b-nhqwoqh4w3] {
    background: #0f172a;
    color: #cbd5f5;
    padding: 2.5rem 0;
    margin-top: 4rem;
}

.page__brand-row[b-nhqwoqh4w3] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page__logo[b-nhqwoqh4w3] {
    width: 80px;
    height: 72px;
    object-fit: contain;
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.06);
    padding: 6px;
    flex-shrink: 0;
}

.page__brand[b-nhqwoqh4w3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.page__tagline[b-nhqwoqh4w3] {
    color: #94a3b8;
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

[b-nhqwoqh4w3] .page__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fbbf24;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0.5rem 0;
}

[b-nhqwoqh4w3] .page__phone:hover,
[b-nhqwoqh4w3] .page__phone:focus {
    color: #fcd34d;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .page__brand-row[b-nhqwoqh4w3] {
        justify-content: center;
        text-align: center;
    }

    .page__logo[b-nhqwoqh4w3] {
        width: 64px;
        height: 64px;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-header[b-u0wedo2g9c] {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.logo-img[b-u0wedo2g9c] {
    width: 50px;
    height: 42px;
}

.site-header .navbar[b-u0wedo2g9c] {
    padding: 0.85rem 0;
}

.site-header__brand[b-u0wedo2g9c] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
}

.site-header__brand-mark[b-u0wedo2g9c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
    color: #f8fafc;
    font-weight: 800;
}

.site-header__brand-text[b-u0wedo2g9c] {
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}

.site-header .nav-link[b-u0wedo2g9c] {
    font-weight: 500;
    color: #1f2937;
    padding: 0.5rem 0.85rem;
    border-radius: 0.5rem;
    transition: background-color 150ms ease, color 150ms ease;
}

.site-header .nav-link:hover[b-u0wedo2g9c],
.site-header .nav-link:focus[b-u0wedo2g9c] {
    color: #1d4ed8;
    background-color: rgba(29, 78, 216, 0.08);
}

.site-header[b-u0wedo2g9c]  .nav-link.active {
    color: #1d4ed8;
    background-color: rgba(29, 78, 216, 0.12);
}

.site-header__actions[b-u0wedo2g9c] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
}

.navbar-toggler[b-u0wedo2g9c] {
    border: none;
    padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus[b-u0wedo2g9c] {
    box-shadow: none;
}

@media (min-width: 992px) {
    .site-header__actions[b-u0wedo2g9c] {
        margin-left: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-collapse[b-u0wedo2g9c] {
        flex-basis: 100%;
        margin-top: 0.75rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .site-header .navbar-nav[b-u0wedo2g9c] {
        gap: 0.15rem;
    }

    .site-header .nav-link[b-u0wedo2g9c] {
        padding: 0.65rem 0.85rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-mgqvjczdln] {
    position: relative;
    color: #f8fafc;
    background: radial-gradient(circle at 20% 20%, #1d4ed8 0%, transparent 55%),
                radial-gradient(circle at 80% 0%, #0ea5e9 0%, transparent 50%),
                linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: clamp(4rem, 10vw, 8rem) 0 clamp(3rem, 8vw, 6rem);
    overflow: hidden;
}

.hero__inner[b-mgqvjczdln] {
    position: relative;
    z-index: 1;
}

.hero__eyebrow[b-mgqvjczdln] {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fbbf24;
    margin-bottom: 1.25rem;
}

.hero__title[b-mgqvjczdln] {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero__subtitle[b-mgqvjczdln] {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.65;
    max-width: 620px;
    margin-bottom: 2rem;
    color: #cbd5f5;
}

.hero__actions[b-mgqvjczdln] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero__badge[b-mgqvjczdln] {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.25) 0%, rgba(251, 191, 36, 0) 70%);
    color: #fbbf24;
    font-size: 8rem;
}

.services-section[b-mgqvjczdln] {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
    background: #f8fafc;
}

.services-section__title[b-mgqvjczdln] {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #0f172a;
}

.services-section__subtitle[b-mgqvjczdln] {
    color: #475569;
    max-width: 640px;
    margin: 0.75rem auto 0;
}

.service-card[b-mgqvjczdln] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 32px -20px rgba(15, 23, 42, 0.25);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.service-card:hover[b-mgqvjczdln] {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -24px rgba(15, 23, 42, 0.35);
}

.service-card__icon[b-mgqvjczdln] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
    color: #f8fafc;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.service-card__title[b-mgqvjczdln] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.service-card__description[b-mgqvjczdln] {
    color: #475569;
    line-height: 1.6;
    margin: 0;
}
