/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9hp26yui4w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9hp26yui4w] {
    flex: 1;
}

.sidebar[b-9hp26yui4w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9hp26yui4w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9hp26yui4w]  a, .top-row[b-9hp26yui4w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9hp26yui4w]  a:hover, .top-row[b-9hp26yui4w]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9hp26yui4w]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9hp26yui4w] {
        justify-content: space-between;
    }

    .top-row[b-9hp26yui4w]  a, .top-row[b-9hp26yui4w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9hp26yui4w] {
        flex-direction: row;
    }

    .sidebar[b-9hp26yui4w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9hp26yui4w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9hp26yui4w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9hp26yui4w], article[b-9hp26yui4w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9hp26yui4w] {
    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-9hp26yui4w] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k97zpltnws] {
    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-k97zpltnws] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-k97zpltnws] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k97zpltnws] {
    font-size: 1.1rem;
}

.bi[b-k97zpltnws] {
    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-k97zpltnws] {
    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-k97zpltnws] {
    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-k97zpltnws] {
    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");
}

.bi-lock-nav-menu[b-k97zpltnws] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-k97zpltnws] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-k97zpltnws] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-k97zpltnws] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-k97zpltnws] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-k97zpltnws] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k97zpltnws] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k97zpltnws] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k97zpltnws]  .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-k97zpltnws]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k97zpltnws]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-k97zpltnws] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-k97zpltnws] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k97zpltnws] {
        display: none;
    }

    .nav-scrollable[b-k97zpltnws] {
        /* 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-zurdakisvy],
.components-reconnect-repeated-attempt-visible[b-zurdakisvy],
.components-reconnect-failed-visible[b-zurdakisvy],
.components-pause-visible[b-zurdakisvy],
.components-resume-failed-visible[b-zurdakisvy],
.components-rejoining-animation[b-zurdakisvy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-retrying[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-failed[b-zurdakisvy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zurdakisvy] {
    display: block;
}


#components-reconnect-modal[b-zurdakisvy] {
    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-zurdakisvy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zurdakisvy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zurdakisvy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zurdakisvy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zurdakisvy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zurdakisvy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zurdakisvy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zurdakisvy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zurdakisvy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zurdakisvy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zurdakisvy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zurdakisvy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zurdakisvy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zurdakisvy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zurdakisvy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zurdakisvy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zurdakisvy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zurdakisvy {
    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 */
/* ============================================
   HOME PAGE COMPONENT - ISOLATED STYLES
   Scoped styles for Home.razor component
   ============================================ */

/* ===== Hero Section Styles ===== */
.hero-section[b-0igfdrmwxa] {
    text-align: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.hero-title[b-0igfdrmwxa] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-0igfdrmwxa] {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.95);
}

/* ===== Feature Card Styles ===== */
.feature-card[b-0igfdrmwxa] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.feature-card.clickable[b-0igfdrmwxa] {
    cursor: pointer;
}

.feature-card:hover[b-0igfdrmwxa] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(79, 172, 254, 0.2);
    border-color: rgba(79, 172, 254, 0.3);
}

.feature-icon[b-0igfdrmwxa] {
    margin-bottom: 1rem;
}

/* ===== Section Title Styles ===== */
.section-title[b-0igfdrmwxa] {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.section-title-bold[b-0igfdrmwxa] {
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.section-subtitle[b-0igfdrmwxa] {
    color: #666;
    margin-bottom: 2rem;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-title[b-0igfdrmwxa] {
        font-size: 2rem;
    }

    .hero-subtitle[b-0igfdrmwxa] {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .hero-section[b-0igfdrmwxa] {
        padding: 2rem 1rem;
        border-radius: 12px;
    }

    .feature-card[b-0igfdrmwxa] {
        min-height: 180px;
        padding: 1.5rem;
    }

    .section-title[b-0igfdrmwxa],
    .section-title-bold[b-0igfdrmwxa] {
        font-size: 1.5rem;
    }

    .section-subtitle[b-0igfdrmwxa] {
        font-size: 0.95rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-title[b-0igfdrmwxa] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-0igfdrmwxa] {
        font-size: 1.1rem;
    }

    .feature-card[b-0igfdrmwxa] {
        min-height: 200px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-title[b-0igfdrmwxa] {
        font-size: 2.75rem;
    }

    .feature-card[b-0igfdrmwxa] {
        min-height: 220px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero-section[b-0igfdrmwxa] {
        padding: 4rem 2rem;
    }

    .feature-card[b-0igfdrmwxa] {
        min-height: 240px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-title[b-0igfdrmwxa] {
        font-size: 3.5rem;
    }

    .hero-subtitle[b-0igfdrmwxa] {
        font-size: 1.35rem;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .feature-card:hover[b-0igfdrmwxa] {
        transform: none;
    }

    .feature-card:active[b-0igfdrmwxa] {
        transform: scale(0.98);
    }
}

/* Print styles */
@media print {
    .hero-section[b-0igfdrmwxa],
    .feature-card[b-0igfdrmwxa] {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *[b-0igfdrmwxa],
    *[b-0igfdrmwxa]::before,
    *[b-0igfdrmwxa]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .feature-card:hover[b-0igfdrmwxa] {
        transform: none;
    }
}
/* /Components/Pages/Plans/Index.razor.rz.scp.css */
/* ============================================
   PRICING PAGE - ISOLATED STYLES
   Scoped styles for Plans/Index.razor component
   ============================================ */

/* ===== Page Header Styles ===== */
.pricing-page-title[b-7t2sy8r3ty] {
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    margin-bottom: 0.5rem;
}

.pricing-subtitle[b-7t2sy8r3ty] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* ===== Pricing Card Styles ===== */
.pricing-card[b-7t2sy8r3ty] {
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.pricing-card:hover[b-7t2sy8r3ty] {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(79, 172, 254, 0.25) !important;
    border-color: rgba(79, 172, 254, 0.4);
}

/* ===== Card Header Styles ===== */
.pricing-card-header[b-7t2sy8r3ty] {
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.pricing-card-header[b-7t2sy8r3ty]::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
}

.pricing-plan-name[b-7t2sy8r3ty] {
    color: white;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ===== Card Content Styles ===== */
.pricing-card-content[b-7t2sy8r3ty] {
    padding: 2rem 1.5rem 1.5rem;
    flex-grow: 1;
}

.pricing-amount[b-7t2sy8r3ty] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.pricing-description[b-7t2sy8r3ty] {
    color: #666;
    margin-bottom: 1.5rem;
    min-height: 2.5rem;
}

/* ===== Feature List Styles ===== */
.pricing-features-list[b-7t2sy8r3ty] {
    padding: 0;
    margin: 0;
}

.pricing-feature-item[b-7t2sy8r3ty] {
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    margin-bottom: 0.25rem;
}

.pricing-feature-item:hover[b-7t2sy8r3ty] {
    background-color: rgba(102, 126, 234, 0.05);
}

.pricing-feature-available[b-7t2sy8r3ty] {
    color: #2e7d32;
}

.pricing-feature-unavailable[b-7t2sy8r3ty] {
    color: #d32f2f;
    opacity: 0.7;
}

/* ===== Card Actions Styles ===== */
.pricing-card-actions[b-7t2sy8r3ty] {
    padding: 0 1.5rem 1.5rem;
    margin-top: auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}

.pricing-subscribe-btn[b-7t2sy8r3ty] {
    width: 100%;
    max-width: 280px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 0 auto;
}

/* ===== Tab Styles ===== */
.pricing-tabs-container[b-7t2sy8r3ty] {
    margin-top: 2rem;
}

.pricing-tab-panel[b-7t2sy8r3ty] {
    padding-top: 2rem;
}

/* ===== Enterprise Section Styles ===== */
.enterprise-section[b-7t2sy8r3ty] {
    margin-top: 4rem;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 2px dashed rgba(102, 126, 234, 0.2);
}

.enterprise-title[b-7t2sy8r3ty] {
    color: #333;
    font-weight: 700;
    margin-bottom: 1rem;
}

.enterprise-description[b-7t2sy8r3ty] {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.enterprise-button-wrapper[b-7t2sy8r3ty] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.enterprise-contact-btn[b-7t2sy8r3ty] {
    padding: 0.875rem 2.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.enterprise-contact-btn:hover[b-7t2sy8r3ty] {
    transform: scale(1.05);
    background-color: rgba(102, 126, 234, 0.1);
}

/* ===== Loading State Styles ===== */
.pricing-loading-container[b-7t2sy8r3ty] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

/* ===== Empty State Styles ===== */
.pricing-empty-state[b-7t2sy8r3ty] {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .pricing-page-title[b-7t2sy8r3ty] {
        font-size: 2rem;
    }

    .pricing-subtitle[b-7t2sy8r3ty] {
        font-size: 0.95rem;
    }

    .pricing-card[b-7t2sy8r3ty] {
        margin-bottom: 1.5rem;
    }

    .pricing-card-content[b-7t2sy8r3ty] {
        padding: 1.5rem 1rem 1rem;
    }

    .pricing-amount[b-7t2sy8r3ty] {
        font-size: 2rem;
    }

    .pricing-feature-item[b-7t2sy8r3ty] {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem;
    }

    .pricing-subscribe-btn[b-7t2sy8r3ty] {
        width: 100%;
        font-size: 0.875rem;
    }

    .enterprise-section[b-7t2sy8r3ty] {
        padding: 2rem 1rem;
        margin-top: 2rem;
    }

    .enterprise-title[b-7t2sy8r3ty] {
        font-size: 1.5rem;
    }

    .enterprise-description[b-7t2sy8r3ty] {
        font-size: 0.95rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .pricing-page-title[b-7t2sy8r3ty] {
        font-size: 2.25rem;
    }

    .pricing-amount[b-7t2sy8r3ty] {
        font-size: 2.25rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing-card-content[b-7t2sy8r3ty] {
        padding: 2rem 1.25rem 1.25rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pricing-card[b-7t2sy8r3ty] {
        min-height: 550px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .pricing-page-title[b-7t2sy8r3ty] {
        font-size: 3rem;
    }

    .pricing-amount[b-7t2sy8r3ty] {
        font-size: 3rem;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .pricing-card:hover[b-7t2sy8r3ty] {
        transform: none;
    }

    .pricing-card:active[b-7t2sy8r3ty] {
        transform: scale(0.98);
    }

    .pricing-subscribe-btn:hover[b-7t2sy8r3ty],
    .enterprise-contact-btn:hover[b-7t2sy8r3ty] {
        transform: none;
    }

    .pricing-subscribe-btn:active[b-7t2sy8r3ty],
    .enterprise-contact-btn:active[b-7t2sy8r3ty] {
        transform: scale(0.95);
    }
}

/* Improve text readability for high contrast mode */
@media (prefers-contrast: high) {
    .pricing-page-title[b-7t2sy8r3ty],
    .enterprise-title[b-7t2sy8r3ty] {
        color: #000;
    }

    .pricing-subtitle[b-7t2sy8r3ty],
    .pricing-description[b-7t2sy8r3ty],
    .enterprise-description[b-7t2sy8r3ty] {
        color: #333;
    }

    .pricing-card[b-7t2sy8r3ty] {
        border: 2px solid #000;
    }
}

/* Print styles */
@media print {
    .pricing-card[b-7t2sy8r3ty] {
        box-shadow: none !important;
        border: 1px solid #ddd;
        background: white !important;
        page-break-inside: avoid;
        margin-bottom: 1rem;
    }

    .pricing-card:hover[b-7t2sy8r3ty] {
        transform: none;
    }

    .pricing-subscribe-btn[b-7t2sy8r3ty],
    .enterprise-contact-btn[b-7t2sy8r3ty] {
        display: none !important;
    }

    .enterprise-section[b-7t2sy8r3ty] {
        border: 1px solid #ddd;
        background: white !important;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .pricing-card[b-7t2sy8r3ty],
    .pricing-subscribe-btn[b-7t2sy8r3ty],
    .enterprise-contact-btn[b-7t2sy8r3ty],
    .pricing-feature-item[b-7t2sy8r3ty] {
        transition: none;
    }

    .pricing-card:hover[b-7t2sy8r3ty],
    .pricing-subscribe-btn:hover[b-7t2sy8r3ty],
    .enterprise-contact-btn:hover[b-7t2sy8r3ty] {
        transform: none;
    }
}

/* ============================================
   SPECIAL CARD HIGHLIGHTS
   ============================================ */

/* Popular/Recommended Plan Badge */
.pricing-card.featured[b-7t2sy8r3ty] {
    position: relative;
    border: 2px solid #667eea;
}

.pricing-card.featured[b-7t2sy8r3ty]::before {
    content: 'POPULAR';
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}
/* /Components/Pages/Policy/PrivacyPolicy/Index.razor.rz.scp.css */
.policy-page-title[b-goent9fw19] {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.02em;
}

.policy-container[b-goent9fw19] {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.policy-paper[b-goent9fw19] {
    padding: 3rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.policy-paper:hover[b-goent9fw19] {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.06);
}

.policy-main-title[b-goent9fw19] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #667eea;
    color: #2d3748;
    font-weight: 600;
    font-size: 1.75rem;
    position: relative;
}

.policy-main-title[b-goent9fw19]::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.policy-section-title[b-goent9fw19] {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid #667eea;
    transition: all 0.2s ease;
}

.policy-section-title:hover[b-goent9fw19] {
    border-left-color: #764ba2;
    padding-left: 1.25rem;
}

.policy-section-content[b-goent9fw19] {
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    padding-left: 1.25rem;
}

.policy-loading-container[b-goent9fw19] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
}

@media (max-width: 768px) {
    .policy-paper[b-goent9fw19] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .policy-page-title[b-goent9fw19] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policy-main-title[b-goent9fw19] {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .policy-section-title[b-goent9fw19] {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }

    .policy-section-content[b-goent9fw19] {
        padding-left: 0.75rem;
        font-size: 0.95rem;
    }

    .policy-container[b-goent9fw19] {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .policy-paper[b-goent9fw19] {
        padding: 1rem;
    }

    .policy-section-content[b-goent9fw19] {
        text-align: left;
    }
}
/* /Components/Pages/Policy/RefundPolicy/Index.razor.rz.scp.css */
.policy-page-title[b-ruo7plmjhb] {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.02em;
}

.policy-container[b-ruo7plmjhb] {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.policy-paper[b-ruo7plmjhb] {
    padding: 3rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.policy-paper:hover[b-ruo7plmjhb] {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.06);
}

.policy-main-title[b-ruo7plmjhb] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #667eea;
    color: #2d3748;
    font-weight: 600;
    font-size: 1.75rem;
    position: relative;
}

.policy-main-title[b-ruo7plmjhb]::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.policy-section-title[b-ruo7plmjhb] {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid #667eea;
    transition: all 0.2s ease;
}

.policy-section-title:hover[b-ruo7plmjhb] {
    border-left-color: #764ba2;
    padding-left: 1.25rem;
}

.policy-section-content[b-ruo7plmjhb] {
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    padding-left: 1.25rem;
}

.policy-loading-container[b-ruo7plmjhb] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
}

@media (max-width: 768px) {
    .policy-paper[b-ruo7plmjhb] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .policy-page-title[b-ruo7plmjhb] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policy-main-title[b-ruo7plmjhb] {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .policy-section-title[b-ruo7plmjhb] {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }

    .policy-section-content[b-ruo7plmjhb] {
        padding-left: 0.75rem;
        font-size: 0.95rem;
    }

    .policy-container[b-ruo7plmjhb] {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .policy-paper[b-ruo7plmjhb] {
        padding: 1rem;
    }

    .policy-section-content[b-ruo7plmjhb] {
        text-align: left;
    }
}
/* /Components/Pages/Policy/TermsOfUse/Index.razor.rz.scp.css */
.policy-page-title[b-xi6nl0zb8n] {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: -0.02em;
}

.policy-container[b-xi6nl0zb8n] {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.policy-paper[b-xi6nl0zb8n] {
    padding: 3rem;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.policy-paper:hover[b-xi6nl0zb8n] {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.06);
}

.policy-main-title[b-xi6nl0zb8n] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #667eea;
    color: #2d3748;
    font-weight: 600;
    font-size: 1.75rem;
    position: relative;
}

.policy-main-title[b-xi6nl0zb8n]::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.policy-section-title[b-xi6nl0zb8n] {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #1a202c;
    font-weight: 600;
    font-size: 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid #667eea;
    transition: all 0.2s ease;
}

.policy-section-title:hover[b-xi6nl0zb8n] {
    border-left-color: #764ba2;
    padding-left: 1.25rem;
}

.policy-section-content[b-xi6nl0zb8n] {
    margin-bottom: 1.5rem;
    color: #4a5568;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    padding-left: 1.25rem;
}

.policy-loading-container[b-xi6nl0zb8n] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
}

@media (max-width: 768px) {
    .policy-paper[b-xi6nl0zb8n] {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .policy-page-title[b-xi6nl0zb8n] {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .policy-main-title[b-xi6nl0zb8n] {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .policy-section-title[b-xi6nl0zb8n] {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }

    .policy-section-content[b-xi6nl0zb8n] {
        padding-left: 0.75rem;
        font-size: 0.95rem;
    }

    .policy-container[b-xi6nl0zb8n] {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 480px) {
    .policy-paper[b-xi6nl0zb8n] {
        padding: 1rem;
    }

    .policy-section-content[b-xi6nl0zb8n] {
        text-align: left;
    }
}
/* /Components/Pages/Support/AboutUs/Index.razor.rz.scp.css */
/* ============================================
   ABOUT US PAGE - ISOLATED STYLES
   Scoped styles for AboutUs/Index.razor component
   ============================================ */

/* ===== Page Title Styles ===== */
.page-title[b-3skypspmwy] {
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
}

/* ===== Content Container Styles ===== */
.content-container[b-3skypspmwy] {
    background-color: #fafafa;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.content-container:hover[b-3skypspmwy] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ===== Section Header Styles ===== */
.section-header[b-3skypspmwy] {
    color: #333;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #667eea;
}

/* ===== Content Text Styles ===== */
.content-text[b-3skypspmwy] {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.content-text:last-child[b-3skypspmwy] {
    margin-bottom: 0;
}

/* ===== Loading State Styles ===== */
.loading-container[b-3skypspmwy] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

/* ===== Alert Styles ===== */
.alert-container[b-3skypspmwy] {
    margin: 2rem 0;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .page-title[b-3skypspmwy] {
        font-size: 2rem;
    }

    .section-header[b-3skypspmwy] {
        font-size: 1.5rem;
    }

    .content-text[b-3skypspmwy] {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .content-container[b-3skypspmwy] {
        border-radius: 8px;
        padding: 1.25rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .page-title[b-3skypspmwy] {
        font-size: 2.25rem;
    }

    .content-text[b-3skypspmwy] {
        font-size: 0.975rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content-container[b-3skypspmwy] {
        padding: 2rem !important;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Improve text readability */
@media (prefers-contrast: high) {
    .content-text[b-3skypspmwy] {
        color: #000;
    }

    .section-header[b-3skypspmwy] {
        color: #000;
        border-bottom-color: #000;
    }
}

/* Print styles */
@media print {
    .content-container[b-3skypspmwy] {
        box-shadow: none !important;
        border: 1px solid #ddd;
        background-color: white !important;
    }

    .page-title[b-3skypspmwy],
    .section-header[b-3skypspmwy] {
        color: #000 !important;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .content-container[b-3skypspmwy] {
        transition: none;
    }
}
/* /Components/Pages/Support/ContactUs/Index.razor.rz.scp.css */
/* ============================================
   CONTACT US PAGE - ISOLATED STYLES
   Scoped styles for ContactUs/Index.razor component
   ============================================ */

/* ===== Page Title Styles ===== */
.page-title[b-sy7a91mzxj] {
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
}

/* ===== Contact Container Styles ===== */
.contact-container[b-sy7a91mzxj] {
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.contact-container:hover[b-sy7a91mzxj] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* ===== Contact Section Styles ===== */
.contact-section[b-sy7a91mzxj] {
    padding: 1.5rem;
    border-radius: 8px;
    background: white;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.contact-section:hover[b-sy7a91mzxj] {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* ===== Section Title Styles ===== */
.section-title[b-sy7a91mzxj] {
    color: #333;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-title-icon[b-sy7a91mzxj] {
    font-size: 1.5rem;
}

/* ===== Contact Info Styles ===== */
.contact-info[b-sy7a91mzxj] {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.contact-detail[b-sy7a91mzxj] {
    color: #666;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.contact-detail strong[b-sy7a91mzxj] {
    color: #333;
    font-weight: 600;
    min-width: 140px;
}

.contact-link[b-sy7a91mzxj] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover[b-sy7a91mzxj] {
    color: #764ba2;
    text-decoration: underline;
}

/* ===== Loading State Styles ===== */
.loading-container[b-sy7a91mzxj] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}

/* ===== Alert Styles ===== */
.alert-container[b-sy7a91mzxj] {
    margin: 2rem 0;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .page-title[b-sy7a91mzxj] {
        font-size: 2rem;
    }

    .section-title[b-sy7a91mzxj] {
        font-size: 1.25rem;
    }

    .contact-section[b-sy7a91mzxj] {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }

    .contact-detail[b-sy7a91mzxj] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .contact-detail strong[b-sy7a91mzxj] {
        min-width: auto;
    }

    .contact-container[b-sy7a91mzxj] {
        border-radius: 8px;
        padding: 1.25rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .page-title[b-sy7a91mzxj] {
        font-size: 2.25rem;
    }

    .contact-section[b-sy7a91mzxj] {
        padding: 1.5rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .contact-container[b-sy7a91mzxj] {
        padding: 2rem !important;
    }

    .contact-section[b-sy7a91mzxj] {
        margin-bottom: 0;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .contact-section:hover[b-sy7a91mzxj] {
        transform: none;
    }

    .contact-section:active[b-sy7a91mzxj] {
        transform: scale(0.98);
    }
}

/* Improve text readability for high contrast mode */
@media (prefers-contrast: high) {
    .contact-info[b-sy7a91mzxj],
    .contact-detail[b-sy7a91mzxj] {
        color: #000;
    }

    .section-title[b-sy7a91mzxj] {
        color: #000;
    }

    .contact-link[b-sy7a91mzxj] {
        color: #0000EE;
    }
}

/* Print styles */
@media print {
    .contact-container[b-sy7a91mzxj] {
        box-shadow: none !important;
        border: 1px solid #ddd;
        background-color: white !important;
    }

    .contact-section[b-sy7a91mzxj] {
        box-shadow: none !important;
        page-break-inside: avoid;
    }

    .page-title[b-sy7a91mzxj],
    .section-title[b-sy7a91mzxj] {
        color: #000 !important;
    }

    .contact-link[b-sy7a91mzxj] {
        color: #000 !important;
        text-decoration: underline !important;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .contact-container[b-sy7a91mzxj],
    .contact-section[b-sy7a91mzxj],
    .contact-link[b-sy7a91mzxj] {
        transition: none;
    }

    .contact-section:hover[b-sy7a91mzxj] {
        transform: none;
    }
}
/* /Components/Shared/Faq.razor.rz.scp.css */
/* ============================================
   FAQ COMPONENT - ISOLATED STYLES
   Scoped styles for Faq.razor component
   ============================================ */

/* ===== FAQ Loading State ===== */
.faq-loading[b-kxf47soyso] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

/* ===== FAQ Card Styles ===== */
.faq-card[b-kxf47soyso] {
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-card:hover[b-kxf47soyso] {
    box-shadow: 0 4px 20px rgba(79, 172, 254, 0.15);
    transform: translateY(-2px);
    border-color: rgba(79, 172, 254, 0.3);
}

/* ===== FAQ Header Styles ===== */
.faq-header[b-kxf47soyso] {
    padding: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: background-color 0.3s ease;
}

.faq-card:hover .faq-header[b-kxf47soyso] {
    background-color: rgba(79, 172, 254, 0.05);
}

/* ===== FAQ Icon Styles ===== */
.faq-icon[b-kxf47soyso] {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    transition: transform 0.3s ease;
}

.faq-card:hover .faq-icon[b-kxf47soyso] {
    transform: scale(1.1);
}

/* ===== FAQ Question Styles ===== */
.faq-question[b-kxf47soyso] {
    flex: 1;
    font-weight: 600;
    color: #1a1a2e;
    font-size: 1.05rem;
}

/* ===== FAQ Content Styles ===== */
.faq-content[b-kxf47soyso] {
    padding: 0 1.25rem 1.25rem 1.25rem;
    color: #666;
    line-height: 1.7;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0.5rem;
    padding-top: 1rem;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .faq-icon[b-kxf47soyso] {
        min-width: 35px;
        height: 35px;
    }

    .faq-question[b-kxf47soyso] {
        font-size: 0.95rem;
    }

    .faq-header[b-kxf47soyso] {
        padding: 1rem;
        gap: 0.75rem;
    }

    .faq-content[b-kxf47soyso] {
        padding: 0 1rem 1rem 1rem;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .faq-card:hover[b-kxf47soyso] {
        transform: none;
    }

    .faq-card:active[b-kxf47soyso] {
        transform: scale(0.98);
    }
}

/* Print styles */
@media print {
    .faq-card[b-kxf47soyso] {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .faq-card:hover[b-kxf47soyso],
    .faq-icon[b-kxf47soyso] {
        transform: none;
        transition: none;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
/* ============================================
   FOOTER COMPONENT - ISOLATED STYLES
   Scoped styles for Footer.razor component
   ============================================ */

/* ===== Footer Loading State ===== */
.footer-loading[b-kr64k5qk20] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* ===== Footer Container Styles ===== */
.footer-container[b-kr64k5qk20] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    position: relative;
    overflow: hidden;
}

.footer-container[b-kr64k5qk20]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.1) 0%, rgba(0, 242, 254, 0.1) 100%);
    z-index: 0;
}

.footer-content[b-kr64k5qk20] {
    position: relative;
    z-index: 1;
}

/* ===== Footer Brand Styles ===== */
.footer-logo[b-kr64k5qk20] {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer-brand-name[b-kr64k5qk20] {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-description[b-kr64k5qk20] {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
}

/* ===== Footer Section Styles ===== */
.footer-section-title[b-kr64k5qk20] {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.8px;
}

/* ===== Footer Link Styles ===== */
.footer-link[b-kr64k5qk20] {
    color: #f5f5f5;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover[b-kr64k5qk20] {
    color: #ffd700 !important;
    transform: translateX(5px);
}

/* ===== Footer Icon Styles ===== */
.footer-icon-glow[b-kr64k5qk20] {
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}

/* ===== Footer Bottom Styles ===== */
.footer-divider[b-kr64k5qk20] {
    background: linear-gradient(90deg, transparent 0%, rgba(255, 215, 0, 0.5) 50%, transparent 100%);
    height: 2px;
}

.footer-copyright[b-kr64k5qk20] {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.footer-version[b-kr64k5qk20] {
    color: #ffd700;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .footer-brand-name[b-kr64k5qk20] {
        font-size: 1.25rem;
    }

    .footer-description[b-kr64k5qk20] {
        font-size: 0.9rem;
    }

    .footer-section-title[b-kr64k5qk20] {
        font-size: 1rem;
    }

    .footer-link[b-kr64k5qk20] {
        font-size: 0.9rem;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .footer-link:hover[b-kr64k5qk20] {
        transform: none;
    }

    .footer-icon-glow[b-kr64k5qk20] {
        filter: none;
    }
}

/* Print styles */
@media print {
    .footer-container[b-kr64k5qk20] {
        background: #333 !important;
        color: white !important;
    }

    .footer-container[b-kr64k5qk20]::before {
        display: none;
    }
}
/* /Components/Shared/Reviews.razor.rz.scp.css */
/* ============================================
   REVIEWS COMPONENT - ISOLATED STYLES
   Scoped styles for Reviews.razor component
   ============================================ */

/* ===== Reviews Loading State ===== */
.reviews-loading[b-1q69w4pwe6] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* ===== Reviews Section Title Styles ===== */
.reviews-section-title[b-1q69w4pwe6] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: 1px;
}

.reviews-subtitle[b-1q69w4pwe6] {
    color: #4facfe;
    font-weight: 700;
}

/* ===== Review Card Styles ===== */
.review-card[b-1q69w4pwe6] {
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.review-card:hover[b-1q69w4pwe6] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(79, 172, 254, 0.2);
    border-color: rgba(79, 172, 254, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

/* ===== Review Header Styles ===== */
.review-header[b-1q69w4pwe6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

/* ===== Reviewer Info Styles ===== */
.reviewer-info[b-1q69w4pwe6] {
    flex: 1;
}

.reviewer-name[b-1q69w4pwe6] {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.reviewer-designation[b-1q69w4pwe6] {
    color: #4facfe;
    font-weight: 600;
    font-size: 0.9rem;
}

/* ===== Review Rating Styles ===== */
.review-rating[b-1q69w4pwe6] {
    padding: 0.5rem;
    background: rgba(79, 172, 254, 0.1);
    border-radius: 8px;
}

/* ===== Review Feedback Styles ===== */
.review-feedback[b-1q69w4pwe6] {
    color: #555;
    line-height: 1.7;
    font-style: italic;
    position: relative;
    padding: 1rem;
    background: rgba(79, 172, 254, 0.03);
    border-radius: 8px;
    border-left: 3px solid #4facfe;
}

.review-quote-icon[b-1q69w4pwe6] {
    color: #4facfe;
    opacity: 0.6;
    font-size: 1.2rem;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* Mobile devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .review-card[b-1q69w4pwe6] {
        padding: 1.25rem;
    }

    .reviewer-name[b-1q69w4pwe6] {
        font-size: 1rem;
    }

    .reviewer-designation[b-1q69w4pwe6] {
        font-size: 0.85rem;
    }

    .review-header[b-1q69w4pwe6] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .review-rating[b-1q69w4pwe6] {
        align-self: flex-start;
    }

    .reviews-section-title[b-1q69w4pwe6] {
        font-size: 1.75rem;
    }

    .reviews-subtitle[b-1q69w4pwe6] {
        font-size: 1rem;
    }
}

/* ============================================
   ACCESSIBILITY & OPTIMIZATION
   ============================================ */

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .review-card:hover[b-1q69w4pwe6] {
        transform: none;
    }

    .review-card:active[b-1q69w4pwe6] {
        transform: scale(0.98);
    }
}

/* Print styles */
@media print {
    .review-card[b-1q69w4pwe6] {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd;
        background: white !important;
    }

    .reviews-section-title[b-1q69w4pwe6] {
        color: #4facfe !important;
        -webkit-text-fill-color: #4facfe !important;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .review-card:hover[b-1q69w4pwe6] {
        transform: none;
        transition: none;
    }
}
