/* /Components/Layout/MainLayout.razor.rz.scp.css */
.top-navbar[b-kslgnixrd8] {
    background: rgba(6, 13, 24, 0.92);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    padding: 0.85rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.4s ease, padding 0.4s ease, border-color 0.4s ease;
}

.top-navbar .navbar-brand[b-kslgnixrd8] {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-white) !important;
    display: flex;
    align-items: center;
    padding: 0;
    transition: transform var(--transition-fast);
}

.top-navbar .navbar-brand:hover[b-kslgnixrd8] {
    transform: scale(1.02);
}

.navbar-logo[b-kslgnixrd8] {
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}

.navbar-logo-placeholder[b-kslgnixrd8] {
    height: 40px;
    width: 150px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, 0.15);
}

.navbar-logo-placeholder[b-kslgnixrd8]::before {
    content: "Logo";
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .navbar-logo[b-kslgnixrd8] { height: 30px; }
    .navbar-logo-placeholder[b-kslgnixrd8] { height: 30px; width: 120px; }
    .navbar-logo-placeholder[b-kslgnixrd8]::before { font-size: 0.75rem; }
}

.top-navbar .nav-link[b-kslgnixrd8] {
    color: rgba(255, 255, 255, 0.60) !important;
    padding: 0.5rem 1.5rem;
    transition: color var(--transition-fast);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
}

.top-navbar .nav-link[b-kslgnixrd8]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: var(--color-accent);
    transition: width var(--transition-base), left var(--transition-base);
    border-radius: 1px;
}

.top-navbar .nav-link:hover[b-kslgnixrd8]::after,
.top-navbar .nav-link.active[b-kslgnixrd8]::after {
    width: 50%;
    left: 25%;
}

.top-navbar .nav-link:hover[b-kslgnixrd8],
.top-navbar .nav-link.active[b-kslgnixrd8] {
    color: var(--color-white) !important;
}

.top-navbar .demo-btn[b-kslgnixrd8] {
    background: var(--color-white);
    color: var(--color-primary-dark) !important;
    border-radius: var(--radius-pill);
    padding: 0.5rem 1.75rem !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    box-shadow: none;
    transition: all var(--transition-base);
    margin-left: 0.75rem;
    border: none;
    position: relative;
    overflow: hidden;
}

.top-navbar .demo-btn[b-kslgnixrd8]::after {
    display: none;
}

.top-navbar .demo-btn:hover[b-kslgnixrd8] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
    color: var(--color-primary-dark) !important;
    background: rgba(255, 255, 255, 0.9);
}

.demo-btn-mobile[b-kslgnixrd8] { display: none; }
.demo-btn-desktop[b-kslgnixrd8] { display: block; }

@media (max-width: 991px) {
    .demo-btn-mobile[b-kslgnixrd8] {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 0.75rem;
    }
    .demo-btn-desktop[b-kslgnixrd8] { display: none !important; }
}

.top-navbar .navbar-toggler[b-kslgnixrd8] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-sm);
    padding: 0.4rem 0.6rem;
}

.top-navbar .navbar-toggler:focus[b-kslgnixrd8] {
    box-shadow: 0 0 0 2px rgba(197, 235, 76, 0.15);
}

.top-navbar .navbar-toggler-icon[b-kslgnixrd8] {
    background-image: 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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.page[b-kslgnixrd8] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    min-height: 100vh;
}

main[b-kslgnixrd8] {
    flex: 1;
    background: transparent;
}

#blazor-error-ui[b-kslgnixrd8] {
    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-kslgnixrd8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.site-footer[b-kslgnixrd8] {
    background: var(--color-secondary-dark);
    color: var(--color-text-dark);
    padding: 5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: auto;
    position: relative;
}

.site-footer[b-kslgnixrd8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
}

.footer-main[b-kslgnixrd8] {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-brand[b-kslgnixrd8] {
    max-width: 300px;
}

.footer-logo-placeholder[b-kslgnixrd8] {
    height: 36px;
    width: 140px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    margin-bottom: 1.25rem;
}

.footer-logo-placeholder[b-kslgnixrd8]::before {
    content: "Logo";
    color: rgba(255, 255, 255, 0.40);
    font-size: 0.8rem;
    font-weight: 500;
}

.footer-description[b-kslgnixrd8] {
    color: var(--color-text-muted);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-heading[b-kslgnixrd8] {
    color: var(--color-text-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.footer-links[b-kslgnixrd8] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-kslgnixrd8] {
    margin-bottom: 0.65rem;
}

.footer-links a[b-kslgnixrd8] {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color var(--transition-fast);
}

.footer-links a:hover[b-kslgnixrd8] {
    color: var(--color-accent);
}

.footer-bottom[b-kslgnixrd8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 0;
}

.footer-bottom .copyright-text[b-kslgnixrd8] {
    color: var(--color-text-muted) !important;
    font-size: 12px;
    margin-bottom: 0;
}

.footer-bottom-links[b-kslgnixrd8] {
    display: flex;
    gap: 1.75rem;
}

.footer-bottom-links a[b-kslgnixrd8] {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 12px;
    transition: color var(--transition-fast);
}

.footer-bottom-links a:hover[b-kslgnixrd8] {
    color: var(--color-accent);
}

@media (max-width: 767px) {
    .site-footer[b-kslgnixrd8] { padding: 3rem 0 0; }
    .footer-brand[b-kslgnixrd8] { max-width: 100%; text-align: center; margin: 0 auto 1.5rem; }
    .footer-bottom[b-kslgnixrd8] { flex-direction: column; gap: 0.75rem; text-align: center; }
    .footer-bottom-links[b-kslgnixrd8] { justify-content: center; }
}

.whatsapp-float-button[b-kslgnixrd8] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--color-accent);
    color: var(--color-primary-dark);
    padding: 12px 18px;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(197, 235, 76, 0.25);
    z-index: 999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
}

.whatsapp-float-button:hover[b-kslgnixrd8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(197, 235, 76, 0.35);
    color: var(--color-primary-dark);
    text-decoration: none;
}

.whatsapp-float-button i[b-kslgnixrd8] {
    font-size: 1.5rem;
}

.whatsapp-text[b-kslgnixrd8] {
    font-size: 0.95rem;
    white-space: nowrap;
    font-weight: 600;
}

@media (max-width: 576px) {
    .whatsapp-float-button[b-kslgnixrd8] {
        bottom: 16px;
        right: 16px;
        padding: 12px 18px;
    }
    .whatsapp-float-button i[b-kslgnixrd8] { font-size: 1.3rem; }
    .whatsapp-text[b-kslgnixrd8] { font-size: 0.85rem; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oxgzm0rb15] {
    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-oxgzm0rb15] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oxgzm0rb15] {
    min-height: 3.5rem;
    background-color: rgba(11, 21, 38, 0.4);
}

.navbar-brand[b-oxgzm0rb15] {
    font-size: 1.1rem;
}

.bi[b-oxgzm0rb15] {
    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-oxgzm0rb15] {
    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-oxgzm0rb15] {
    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-oxgzm0rb15] {
    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-oxgzm0rb15] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oxgzm0rb15] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oxgzm0rb15] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oxgzm0rb15]  .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-oxgzm0rb15]  a.active {
    background-color: rgba(197, 235, 76, 0.2);
    color: white;
}

.nav-item[b-oxgzm0rb15]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oxgzm0rb15] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oxgzm0rb15] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oxgzm0rb15] {
        display: none;
    }

    .nav-scrollable[b-oxgzm0rb15] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4b9pm1028y],
.components-reconnect-repeated-attempt-visible[b-4b9pm1028y],
.components-reconnect-failed-visible[b-4b9pm1028y],
.components-pause-visible[b-4b9pm1028y],
.components-resume-failed-visible[b-4b9pm1028y],
.components-rejoining-animation[b-4b9pm1028y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-retrying[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-failed[b-4b9pm1028y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4b9pm1028y] {
    display: block;
}


#components-reconnect-modal[b-4b9pm1028y] {
    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-4b9pm1028y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4b9pm1028y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4b9pm1028y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4b9pm1028y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4b9pm1028y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4b9pm1028y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4b9pm1028y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4b9pm1028y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4b9pm1028y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4b9pm1028y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4b9pm1028y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4b9pm1028y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4b9pm1028y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4b9pm1028y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4b9pm1028y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4b9pm1028y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4b9pm1028y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4b9pm1028y {
    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/AboutUs.razor.rz.scp.css */
.about-hero[b-8ngnt6n4qe] { display: none; }

/* Team Banner */
.team-banner-section[b-8ngnt6n4qe] { background: transparent; padding: 0; }

.team-banner-wrapper[b-8ngnt6n4qe] { position: relative; overflow: hidden; width: 100%; }

.team-banner-image[b-8ngnt6n4qe] {
    width: 100%; height: 560px;
    background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1200&q=80');
    background-size: cover; background-position: center;
    position: relative; display: flex; align-items: center; justify-content: center;
}

.team-banner-image[b-8ngnt6n4qe]::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(6,13,24,0.85) 0%, rgba(12,19,34,0.75) 100%);
    z-index: 1;
}

.team-banner-text[b-8ngnt6n4qe] {
    position: relative; z-index: 2;
    text-align: center; color: white; padding: 2.5rem;
}

.team-banner-text h1[b-8ngnt6n4qe] {
    color: white;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.team-banner-text p[b-8ngnt6n4qe] {
    color: rgba(255,255,255,0.65);
    font-size: clamp(1.1rem, 3vw, 1.4rem);
}

.about-content[b-8ngnt6n4qe] {
    background: var(--color-primary-dark);
    position: relative;
    overflow: hidden;
}

.about-content[b-8ngnt6n4qe]::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(197, 235, 76, 0.015) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-content[b-8ngnt6n4qe]::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}

.about-content .card[b-8ngnt6n4qe] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: var(--color-text-dark);
    border-radius: var(--radius-xl);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.about-content .card:hover[b-8ngnt6n4qe] {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.about-content h2[b-8ngnt6n4qe] {
    color: var(--color-text-dark);
    font-weight: 600;
    position: relative;
    padding-bottom: 0.75rem;
}

.about-content h2[b-8ngnt6n4qe]::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 32px; height: 2px;
    background: var(--color-accent);
    border-radius: 2px;
}

.about-content p[b-8ngnt6n4qe] { color: var(--color-text-body); line-height: 1.8; }
.about-content .text-primary[b-8ngnt6n4qe] { color: var(--color-accent) !important; }

.about-content .list-unstyled li[b-8ngnt6n4qe] {
    color: var(--color-text-body);
    transition: transform 0.2s ease;
}

.about-content .list-unstyled li:hover[b-8ngnt6n4qe] { transform: translateX(4px); }

.team-members-section[b-8ngnt6n4qe] {
    background: var(--color-primary-dark);
    position: relative;
    overflow: hidden;
}

.team-members-section[b-8ngnt6n4qe]::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -8%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197, 235, 76, 0.015) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.team-members-section[b-8ngnt6n4qe]::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
}

.team-members-section h2[b-8ngnt6n4qe] { color: var(--color-text-dark) !important; }

.team-member-card[b-8ngnt6n4qe] {
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), border-color 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-member-card:hover[b-8ngnt6n4qe] {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}

.team-member-image[b-8ngnt6n4qe] {
    width: 100%; height: 250px;
    background-size: cover; background-position: center;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.team-member-card:hover .team-member-image[b-8ngnt6n4qe] { transform: scale(1.04); }

.team-member-info[b-8ngnt6n4qe] {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-member-info h3[b-8ngnt6n4qe] { color: var(--color-text-dark); font-weight: 600; }

.team-member-title[b-8ngnt6n4qe] {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-accent) !important;
}

.team-member-description[b-8ngnt6n4qe] {
    color: var(--color-text-body);
    font-size: 0.9rem;
    line-height: 1.7;
    flex: 1;
}

@media (max-width: 768px) {
    .team-banner-image[b-8ngnt6n4qe] { height: 400px; }
    .team-member-image[b-8ngnt6n4qe] { height: 200px; }
    .team-member-card:hover[b-8ngnt6n4qe] { transform: translateY(-3px); }
    .team-member-info[b-8ngnt6n4qe] { padding: 1.5rem; }
    .team-member-description[b-8ngnt6n4qe] { font-size: 0.85rem; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-banner[b-0pyudedpgr] {
    background: var(--color-primary-dark);
    color: white;
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-banner[b-0pyudedpgr]::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 70%;
    height: 180%;
    background: radial-gradient(ellipse, rgba(197, 235, 76, 0.025) 0%, transparent 65%);
    pointer-events: none;
    animation: heroGlow-b-0pyudedpgr 10s ease-in-out infinite;
}

.hero-banner[b-0pyudedpgr]::after {
    display: none;
}

@keyframes heroGlow-b-0pyudedpgr {
    0%, 100% { opacity: 1; transform: translate(0, 0) scale(1); }
    50% { opacity: 0.8; transform: translate(-10px, 5px) scale(1.02); }
}

.hero-content[b-0pyudedpgr] {
    position: relative;
    z-index: 10;
    animation: fadeInUp 0.8s ease both;
}

.hero-content h1[b-0pyudedpgr] {
    color: white;
    font-size: clamp(3.2rem, 7vw, 5.8rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.05em;
    margin-bottom: 2.5rem;
}

.hero-content p[b-0pyudedpgr] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.15rem;
    line-height: 1.85;
    max-width: 600px;
}

.hero-content .lead[b-0pyudedpgr] {
    color: rgba(255, 255, 255, 0.65) !important;
}

.hero-content .btn[b-0pyudedpgr],
.hero-content .cta-button[b-0pyudedpgr] {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.hero-content .cta-button[b-0pyudedpgr] {
    padding: 1.1rem 3rem;
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-top: 0.5rem;
}

/* Hero Mockup Carousel */
.hero-mockup-carousel[b-0pyudedpgr] {
    position: relative;
    z-index: 10;
    height: 480px;
    margin-top: 0;
    animation: fadeInUp 0.8s ease 0.3s both;
    perspective: 1000px;
}

.mockup-slide[b-0pyudedpgr] {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mockup-slide.active[b-0pyudedpgr] { opacity: 1; }

.mockup-image[b-0pyudedpgr] {
    width: 100%;
    height: 90%;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-xl);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
    border: none;
    transform: rotateY(-3deg) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.mockup-slide.active .mockup-image:hover[b-0pyudedpgr] {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.mockup-label[b-0pyudedpgr] {
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.50);
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-image-wrapper[b-0pyudedpgr] { display: none; }
.hero-overlay[b-0pyudedpgr] { display: none; }
.hero-content-image[b-0pyudedpgr] { display: none; }
.hero-icon[b-0pyudedpgr] { display: none; }

.cta-section[b-0pyudedpgr] {
    background: var(--color-primary-dark);
    color: white;
}

.cta-section h2[b-0pyudedpgr], .cta-section p[b-0pyudedpgr] { color: white; }

.cta-button[b-0pyudedpgr] {
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.cta-button:hover[b-0pyudedpgr] {
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(197, 235, 76, 0.15);
}

.hero-banner .container[b-0pyudedpgr],
.services-section .container[b-0pyudedpgr],
.testimonials-section .container[b-0pyudedpgr],
.about-us-preview .container[b-0pyudedpgr] {
    max-width: 1400px;
}

.services-section[b-0pyudedpgr] {
    background: var(--color-light-bg);
    position: relative;
    padding: clamp(100px, 12vw, 160px) 0;
    overflow: hidden;
}

.services-section[b-0pyudedpgr]::before {
    display: none;
}

.services-section[b-0pyudedpgr]::after {
    display: none;
}

.services-section h2[b-0pyudedpgr] {
    color: var(--color-light-text);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}


.testimonials-section[b-0pyudedpgr] {
    background: var(--color-light-bg-alt);
    padding: clamp(100px, 12vw, 160px) 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section[b-0pyudedpgr]::before {
    display: none;
}

.testimonials-section[b-0pyudedpgr]::after {
    display: none;
}

.testimonials-section h2[b-0pyudedpgr] {
    color: var(--color-light-text);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.testimonials-section .section-header-with-nav[b-0pyudedpgr] {
    text-align: left;
}

.testimonials-section .section-header-with-nav h2[b-0pyudedpgr] {
    text-align: left;
    margin-bottom: 0;
}

.testimonial-card[b-0pyudedpgr] {
    background: var(--color-light-bg) !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--color-light-text);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    box-shadow: none;
    padding: 2rem !important;
}

.testimonial-card[b-0pyudedpgr]::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 4rem;
    font-family: Georgia, serif;
    color: rgba(197, 235, 76, 0.08);
    line-height: 1;
    pointer-events: none;
    transition: color 0.4s ease;
}

.testimonial-card:hover[b-0pyudedpgr]::before {
    color: rgba(197, 235, 76, 0.15);
}

.testimonial-card:hover[b-0pyudedpgr] {
    transform: translateY(-4px);
    border-color: rgba(0, 0, 0, 0.10);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
    background: var(--color-light-bg) !important;
}

.testimonial-card blockquote p[b-0pyudedpgr] {
    color: var(--color-light-text-body);
    font-style: normal;
    font-size: 15px;
    line-height: 1.85;
}

.testimonial-card cite[b-0pyudedpgr] {
    color: var(--color-accent-on-light);
    font-style: normal;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
}

.testimonial-job-title[b-0pyudedpgr] {
    color: var(--color-light-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
}

/* Partner logos */
.partner-logo[b-0pyudedpgr] {
    max-height: 100px;
    background: var(--color-light-bg);
    padding: 20px;
    border-radius: var(--radius-md);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 200px;
    border: 1px solid var(--color-light-border);
    transition: transform var(--transition-base), border-color var(--transition-base);
}

.partner-logo:hover[b-0pyudedpgr] {
    transform: translateY(-3px);
    border-color: var(--color-light-border-hover);
}

.partner-logo .placeholder-text[b-0pyudedpgr] {
    color: var(--color-light-text-muted);
    font-size: 0.9rem;
    text-align: center;
}

.about-us-preview[b-0pyudedpgr] {
    background: var(--color-primary-dark);
    padding: clamp(100px, 12vw, 160px) 0;
    position: relative;
    overflow: hidden;
}

.about-us-preview[b-0pyudedpgr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.about-us-preview[b-0pyudedpgr]::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(197, 235, 76, 0.02) 0%, transparent 70%);
    pointer-events: none;
}

.pillars-section[b-0pyudedpgr] {
    background: var(--color-primary-dark);
}

.pillars-section h2[b-0pyudedpgr] { color: var(--color-text-dark) !important; }

.about-us-preview-card[b-0pyudedpgr] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-xl);
    padding: 4.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.about-us-preview-card:hover[b-0pyudedpgr] {
    border-color: rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
}

.about-us-preview h2[b-0pyudedpgr],
.contact-section h2[b-0pyudedpgr] {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.about-us-preview h2[b-0pyudedpgr] {
    color: var(--color-text-dark);
}

.about-us-preview p[b-0pyudedpgr] {
    color: var(--color-text-body);
    line-height: 1.8;
}

.strength-item[b-0pyudedpgr] {
    padding: 2.25rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 190px;
}

.strength-item[b-0pyudedpgr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(197, 235, 76, 0.15);
    transform: scaleX(1);
    transition: background 0.4s ease, opacity 0.4s ease;
    transform-origin: left;
}

.strength-item:hover[b-0pyudedpgr]::before {
    background: var(--color-accent);
}

.strength-item:hover[b-0pyudedpgr] {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.strength-icon-large[b-0pyudedpgr] {
    font-size: 2.5rem;
    color: var(--color-accent);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.strength-item:hover .strength-icon-large[b-0pyudedpgr] {
    transform: scale(1.1);
}

.strength-item h3[b-0pyudedpgr] {
    color: var(--color-text-dark);
    font-weight: 600;
}

.strength-item p[b-0pyudedpgr] {
    color: var(--color-text-body);
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.strengths-carousel-indicators[b-0pyudedpgr] {
    display: none;
}

.team-member-wrapper[b-0pyudedpgr] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-photo-thumbnail[b-0pyudedpgr] {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0.5rem;
}

.team-photo-thumbnail:hover[b-0pyudedpgr] {
    transform: scale(1.05);
    border-color: var(--color-border-accent);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.team-member-role[b-0pyudedpgr] {
    font-size: 0.75rem;
    color: var(--color-accent);
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.team-member-credibility[b-0pyudedpgr] {
    font-size: 0.65rem;
    color: var(--color-text-muted);
    text-align: center;
    line-height: 1.3;
    margin-top: 0.25rem;
}

.contact-section[b-0pyudedpgr] {
    background: var(--color-primary-dark);
    padding: clamp(100px, 12vw, 160px) 0;
    position: relative;
    overflow: hidden;
}

.contact-section[b-0pyudedpgr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.contact-section[b-0pyudedpgr]::after {
    content: '';
    position: absolute;
    top: 20%;
    right: -5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(197, 235, 76, 0.02) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.contact-section .card[b-0pyudedpgr] {
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.04);
    color: var(--color-text-dark);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
}

.contact-section .card[b-0pyudedpgr]::before {
    display: none;
}

.contact-section h2[b-0pyudedpgr] {
    color: var(--color-text-dark);
}

@media (min-width: 768px) {
    .strengths-row[b-0pyudedpgr] { display: flex; align-items: stretch; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .strength-slide[b-0pyudedpgr] { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 768px) {
    .strength-icon-large[b-0pyudedpgr] { font-size: 2rem; }

    .strength-item[b-0pyudedpgr] {
        padding: 1rem 1.25rem;
        margin-bottom: 0.75rem;
        min-height: auto;
        background: rgba(197, 235, 76, 0.10) !important;
        border: 1px solid rgba(197, 235, 76, 0.25) !important;
        border-radius: var(--radius-md);
        text-align: left !important;
    }

    .strength-item-mobile[b-0pyudedpgr] { width: 100%; }

    .strength-icon-large-mobile[b-0pyudedpgr] {
        font-size: 1.5rem;
        color: var(--color-accent) !important;
        flex-shrink: 0;
    }

    .strength-content-mobile h3[b-0pyudedpgr] {
        color: var(--color-text-dark) !important;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.25rem !important;
    }

    .strength-content-mobile p[b-0pyudedpgr] {
        color: var(--color-text-body) !important;
        font-size: 0.875rem;
        line-height: 1.5;
        margin-bottom: 0 !important;
    }

    .strength-item h3[b-0pyudedpgr] { font-size: 0.95rem; margin-bottom: 0.5rem !important; }
    .strength-item p[b-0pyudedpgr] { font-size: 0.8rem; line-height: 1.4; }
    .strength-icon-large.mb-3[b-0pyudedpgr] { margin-bottom: 0.5rem !important; }

    .team-photo-thumbnail[b-0pyudedpgr] { height: 100px; }
    .team-member-role[b-0pyudedpgr] { font-size: 0.7rem; }

    .testimonials-container .row[b-0pyudedpgr] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonials-container .row[b-0pyudedpgr]::-webkit-scrollbar { height: 4px; }
    .testimonials-container .row[b-0pyudedpgr]::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.05); border-radius: 2px; }
    .testimonials-container .row[b-0pyudedpgr]::-webkit-scrollbar-thumb { background: rgba(197, 235, 76, 0.3); border-radius: 2px; }

    .testimonials-container .col-md-4[b-0pyudedpgr] {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
    }

    .strengths-carousel-wrapper[b-0pyudedpgr] { position: relative; margin-bottom: 2rem; }
    .strengths-carousel-container[b-0pyudedpgr] { overflow: hidden; position: relative; }

    .strengths-row[b-0pyudedpgr] {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        margin: 0;
        will-change: transform;
    }

    .strength-slide[b-0pyudedpgr] { flex: 0 0 100%; max-width: 100%; padding: 0 0.5rem; }

    .strengths-carousel-indicators[b-0pyudedpgr] {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.5rem;
        padding: 0;
    }

    .strength-indicator[b-0pyudedpgr] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        background-color: rgba(197, 235, 76, 0.3);
        cursor: pointer;
        padding: 0;
        transition: all var(--transition-fast);
    }

    .strength-indicator:hover[b-0pyudedpgr] { background-color: rgba(197, 235, 76, 0.4); transform: scale(1.2); }
    .strength-indicator.active[b-0pyudedpgr] { background-color: var(--color-accent); transform: scale(1.4); }

    .about-us-preview-card .row.g-3[b-0pyudedpgr] {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .about-us-preview-card .row.g-3[b-0pyudedpgr]::-webkit-scrollbar { height: 4px; }
    .about-us-preview-card .row.g-3[b-0pyudedpgr]::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 2px; }
    .about-us-preview-card .row.g-3[b-0pyudedpgr]::-webkit-scrollbar-thumb { background: rgba(197, 235, 76, 0.3); border-radius: 2px; }

    .about-us-preview-card .col-md-2[b-0pyudedpgr] {
        flex: 0 0 40%;
        max-width: 40%;
        scroll-snap-align: start;
    }
}

@media (max-width: 991px) {
    .hero-content[b-0pyudedpgr] {
        text-align: center !important;
        margin-bottom: 2rem;
    }
    .hero-content p[b-0pyudedpgr] { margin-left: auto; margin-right: auto; }
}

@media (max-width: 768px) {
    .hero-banner[b-0pyudedpgr] { padding: 40px 0 40px; min-height: 70vh; }
    .hero-mockup-carousel[b-0pyudedpgr] { height: 280px; margin-top: 1rem; perspective: 600px; }
    .mockup-image[b-0pyudedpgr] { transform: none; }
    .about-us-preview-card[b-0pyudedpgr] { padding: 2rem; border-radius: var(--radius-lg); }
}
/* /Components/Pages/Services.razor.rz.scp.css */

.services-overview[b-ba44elg2y9] {
    background: var(--color-light-bg);
    padding: 140px 0 clamp(100px, 12vw, 160px) 0;
    position: relative;
    overflow: hidden;
}

.services-overview h1[b-ba44elg2y9] { color: var(--color-light-text); }

.services-overview[b-ba44elg2y9]::after {
    display: none;
}

.services-overview[b-ba44elg2y9]::before {
    display: none;
}

.services-overview .container[b-ba44elg2y9] {
    max-width: 1400px;
}

.services-overview h2[b-ba44elg2y9] { color: var(--color-light-text); }

.contact-section[b-ba44elg2y9] {
    background: var(--color-light-surface);
    padding: clamp(100px, 12vw, 160px) 0;
    position: relative;
}

.contact-section[b-ba44elg2y9]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.06), transparent);
}

.contact-section .card[b-ba44elg2y9] {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--color-light-bg);
    color: var(--color-light-text);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-section .card[b-ba44elg2y9]::before {
    display: none;
}

.contact-section .card:hover[b-ba44elg2y9] {
    border-color: rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.contact-section h2[b-ba44elg2y9] { color: var(--color-light-text); }

@media (max-width: 768px) {
    .services-overview[b-ba44elg2y9] { padding: 100px 0 60px 0; }
    .service-detail-card[b-ba44elg2y9] { margin-bottom: 1.5rem; }
}
