/* /Features/Compliance/Pages/ComplianceDashboard.razor.rz.scp.css */
.dashboard-clickable[b-yjmikytamr] {
    cursor: pointer;
    transition: all 0.2s ease;
}

    .dashboard-clickable:hover[b-yjmikytamr] {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

.active-dashboard-card[b-yjmikytamr] {
    border: 2px solid #0d6efd !important;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}
.metric-card[b-yjmikytamr] {
    transition: .2s ease;
    border-left: 4px solid transparent;
}

.metric-card:hover[b-yjmikytamr] {
    transform: translateY(-2px);
}

.border-danger-subtle[b-yjmikytamr] {
    border-left-color: #dc3545 !important;
}

.border-warning-subtle[b-yjmikytamr] {
    border-left-color: #ffc107 !important;
}

.border-primary-subtle[b-yjmikytamr] {
    border-left-color: #0d6efd !important;
}

.border-success-subtle[b-yjmikytamr] {
    border-left-color: #198754 !important;
}

.progress[b-yjmikytamr] {
    height: 8px;
    background: #e9ecef;
}

.table tbody tr:hover[b-yjmikytamr] {
    background: rgba(0,0,0,.02);
}

/* MOBILE */
@media (max-width: 768px) {

    h2[b-yjmikytamr] {
        font-size: 1.6rem;
    }

    .display-6[b-yjmikytamr] {
        font-size: 2rem;
    }

    .card-body[b-yjmikytamr] {
        padding: 1rem;
    }

    .btn[b-yjmikytamr] {
        min-height: 44px;
    }

    .modal-body[b-yjmikytamr] {
        padding-bottom: 120px;
    }
}


/* /Features/Dashboard/Pages/AdminDashboard.razor.rz.scp.css */
.dashboard-card[b-37ns888kml] {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #eef1f4;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: all 0.25s ease;
    cursor: pointer;
    background: #fff;
    position: relative;
    overflow: hidden;
}

    .dashboard-card[b-37ns888kml]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        background: rgba(0,0,0,0.02);
        border-radius: 50%;
        transform: translate(30%, -30%);
    }

    .dashboard-card:hover[b-37ns888kml] {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.10);
        border-color: #dce3ea;
    }

    .dashboard-card h6[b-37ns888kml] {
        color: #6c757d;
        font-size: 13px;
        margin-bottom: 12px;
        font-weight: 600;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .dashboard-card h3[b-37ns888kml],
    .dashboard-card h2[b-37ns888kml],
    .compliance-score[b-37ns888kml] {
        font-weight: 700;
        margin-bottom: 4px;
        letter-spacing: -0.5px;
    }

.compliance-score[b-37ns888kml] {
    font-size: 42px;
}

.dashboard-card small[b-37ns888kml] {
    font-size: 13px;
}

.dashboard-card i[b-37ns888kml] {
    opacity: 0.9;
}

/* LIST GROUP ITEMS */
.list-group-item[b-37ns888kml] {
    transition: background 0.2s ease, transform 0.15s ease;
    border: none;
    border-bottom: 1px solid #f1f3f5;
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 54px;
}

    .list-group-item:hover[b-37ns888kml] {
        background: #f8fafc;
        transform: translateX(2px);
    }

/* ALERT SECTION */
.alert-list[b-37ns888kml] {
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 12px;
}

    /* CUSTOM SCROLLBAR */
    .alert-list[b-37ns888kml]::-webkit-scrollbar {
        width: 6px;
    }

    .alert-list[b-37ns888kml]::-webkit-scrollbar-thumb {
        background: #ced4da;
        border-radius: 10px;
    }

    .alert-list[b-37ns888kml]::-webkit-scrollbar-track {
        background: transparent;
    }

/* PROGRESS BAR */
.progress[b-37ns888kml] {
    background-color: #edf1f5;
    overflow: hidden;
    border-radius: 999px;
    height: 10px;
}

.progress-bar[b-37ns888kml] {
    transition: width 0.5s ease;
    border-radius: 999px;
}

/* SECTION CARDS */
.card[b-37ns888kml] {
    border-radius: 16px;
    border: 1px solid #eef1f4;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}

    /* SECTION HEADINGS */
    .card h6[b-37ns888kml] {
        font-weight: 700;
        margin-bottom: 10px;
    }

/* BUTTONS */
.btn[b-37ns888kml] {
    border-radius: 10px;
}

/* QUICK ACTIONS */
.quick-actions-card[b-37ns888kml] {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .quick-actions-card .btn[b-37ns888kml] {
        min-width: 160px;
    }

/* MOBILE */
@media (max-width: 768px) {

    .dashboard-card[b-37ns888kml] {
        padding: 16px;
    }

        .dashboard-card h3[b-37ns888kml],
        .dashboard-card h2[b-37ns888kml],
        .compliance-score[b-37ns888kml] {
            font-size: 30px;
        }

    .list-group-item[b-37ns888kml] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

        .list-group-item button[b-37ns888kml] {
            width: 100%;
        }

    .quick-actions-card .btn[b-37ns888kml] {
        width: 100%;
    }

    .alert-list[b-37ns888kml] {
        max-height: 220px;
    }
}
/* /Features/Dashboard/Pages/VendorDashboard.razor.rz.scp.css */
.progress[b-wmyhzeuxkq] {
        background-color: #e9ecef;
        height: 6px;
    }

    .card[b-wmyhzeuxkq] {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border-radius: 12px;
    }

        .card:hover[b-wmyhzeuxkq] {
            transform: translateY(-2px);
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
        }

    .list-group-item:hover[b-wmyhzeuxkq],
    .border-bottom:hover[b-wmyhzeuxkq] {
        background-color: rgba(0,0,0,.02);
    }

    .badge[b-wmyhzeuxkq] {
        font-size: .78rem;
        padding: .45rem .70rem;
        font-weight: 600;
    }

    h1[b-wmyhzeuxkq] {
        color: #2d3748;
    }

    .danger-glow[b-wmyhzeuxkq] {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.15);
    }
/* /Features/Documents/Pages/VendorDocuments.razor.rz.scp.css */
.bg-gradient[b-mstf3afgoc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Optional: only if you want custom color */
.btn-outline-info[b-mstf3afgoc] {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover[b-mstf3afgoc] {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }
/* /Layout/MainLayout.razor.rz.scp.css */

.sidebar-footer[b-v8q5m4zhkd] {
    margin-top: auto;
    padding: 12px 20px;
    font-size: 12px;
    opacity: 0.75;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.app-layout[b-v8q5m4zhkd] {
    display: flex;
    height: 100vh;
}

.sidebar[b-v8q5m4zhkd] {
    width: 240px;
    background: #0f2a63;
    color: white;
    display: flex;
    flex-direction: column;
}

.sidebar-header[b-v8q5m4zhkd] {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-wrapper[b-v8q5m4zhkd] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-navbar[b-v8q5m4zhkd] {
    height: 64px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.navbar-title[b-v8q5m4zhkd] {
    font-size: 18px;
    font-weight: 600;
}

.navbar-actions[b-v8q5m4zhkd] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.auth-menu[b-v8q5m4zhkd] {
    display: flex;
    align-items: center;
}

.content-area[b-v8q5m4zhkd] {
    flex: 1;
    background: #f5f6fa;
    padding: 25px;
    overflow: auto;
}

.hamburger-menu[b-v8q5m4zhkd] {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    gap: 6px;
}

    .hamburger-menu span[b-v8q5m4zhkd] {
        width: 25px;
        height: 3px;
        background-color: #333;
        border-radius: 2px;
    }

.sidebar-overlay[b-v8q5m4zhkd] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .sidebar-overlay.show[b-v8q5m4zhkd] {
        display: block;
        opacity: 1;
    }

@media (max-width: 640px) {
    .hamburger-menu[b-v8q5m4zhkd] {
        display: flex;
    }

    .sidebar[b-v8q5m4zhkd] {
        position: fixed;
        left: -240px;
        top: 0;
        width: 240px;
        height: 100vh;
        transition: left 0.3s ease;
        z-index: 1000;
    }

        .sidebar.mobile-open[b-v8q5m4zhkd] {
            left: 0;
        }
}

.page[b-v8q5m4zhkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v8q5m4zhkd] {
    flex: 1;
}

.sidebar[b-v8q5m4zhkd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-v8q5m4zhkd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v8q5m4zhkd]  a:hover, .top-row[b-v8q5m4zhkd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v8q5m4zhkd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .page[b-v8q5m4zhkd] {
        flex-direction: column;
    }

    main[b-v8q5m4zhkd] {
        width: 100%;
        padding: 0;
    }

    .top-row[b-v8q5m4zhkd] {
        justify-content: space-between;
        padding: 0 1rem !important;
        height: auto;
        min-height: 3.5rem;
    }

    .top-row[b-v8q5m4zhkd]  a, .top-row[b-v8q5m4zhkd]  .btn-link {
        margin-left: 0;
        font-size: 0.9rem;
    }

    article[b-v8q5m4zhkd] {
        padding: 1rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-v8q5m4zhkd] {
        flex-direction: row;
    }

    .sidebar[b-v8q5m4zhkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-v8q5m4zhkd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v8q5m4zhkd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v8q5m4zhkd], article[b-v8q5m4zhkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d13n4iuesv] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

    .nav-item[b-d13n4iuesv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d13n4iuesv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-d13n4iuesv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-d13n4iuesv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */
/* Public Layout */
.public-layout[b-oid8b9yimy] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
}

.public-main[b-oid8b9yimy] {
    flex: 1;
}

/* Public Navbar */
.public-navbar[b-oid8b9yimy] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg,#f5f7ff,#eef1ff);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.navbar-container[b-oid8b9yimy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.navbar-brand[b-oid8b9yimy] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.brand-icon[b-oid8b9yimy] {
    font-size: 28px;
    color: #667eea;
}

.brand-text[b-oid8b9yimy] {
    font-size: 1.3rem;
    font-weight: 900;
    color: #1f2937;
    letter-spacing: -0.02em;
}

.navbar-brand:hover[b-oid8b9yimy] {
    transform: translateY(-2px);
}

.navbar-menu[b-oid8b9yimy] {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu-link[b-oid8b9yimy] {
    padding: 8px 16px;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-menu-link:hover[b-oid8b9yimy] {
        color: #667eea;
    }

    .nav-menu-link[b-oid8b9yimy]::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 2px;
        background: #667eea;
        transition: width 0.3s ease;
    }

    .nav-menu-link:hover[b-oid8b9yimy]::after {
        width: 100%;
    }

.nav-cta[b-oid8b9yimy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}

    .nav-cta:hover[b-oid8b9yimy] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        text-decoration: none;
    }

/* Public Footer */
.public-footer[b-oid8b9yimy] {
    background: #1a202c;
    color: white;
    padding: 60px 0 0;
    margin-top: 80px;
}

.footer-container[b-oid8b9yimy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 24px;
}

.footer-content[b-oid8b9yimy] {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column[b-oid8b9yimy] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-brand[b-oid8b9yimy] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

    .footer-brand span[b-oid8b9yimy] {
        font-size: 28px;
        color: #667eea;
    }

    .footer-brand h5[b-oid8b9yimy] {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 900;
        color: white;
    }

.footer-description[b-oid8b9yimy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.footer-badges[b-oid8b9yimy] {
    display: flex;
    gap: 8px;
}

    .footer-badges .badge[b-oid8b9yimy] {
        background: rgba(102, 126, 234, 0.2);
        color: #a5b4fc;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 0.7rem;
        font-weight: 600;
        text-transform: uppercase;
    }

.footer-title[b-oid8b9yimy] {
    font-size: 0.95rem;
    font-weight: 700;
    color: white;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links[b-oid8b9yimy] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-links a[b-oid8b9yimy] {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
    }

        .footer-links a:hover[b-oid8b9yimy] {
            color: #667eea;
        }

.footer-bottom[b-oid8b9yimy] {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright[b-oid8b9yimy] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-socials[b-oid8b9yimy] {
    display: flex;
    gap: 16px;
}

.social-link[b-oid8b9yimy] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 18px;
}

    .social-link:hover[b-oid8b9yimy] {
        color: #667eea;
        border-color: #667eea;
        background: rgba(102, 126, 234, 0.1);
    }
/* Fix navbar toggler visibility */
.navbar-toggler[b-oid8b9yimy] {
    background-color: white;
    padding: 6px 10px;
    border-radius: 6px;
}

/* Mobile menu spacing */
@media (max-width: 991px) {

    .navbar-collapse[b-oid8b9yimy] {
        background: white;
        padding: 16px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .navbar-nav .nav-link[b-oid8b9yimy] {
        padding: 10px 0;
        font-weight: 500;
    }
}

.navbar-toggler[b-oid8b9yimy] {
    border: none;
    background-color: rgba(0,0,0,0.05);
    padding: 6px 10px;
    border-radius: 8px;
}

/* FIX: show hamburger icon */
.navbar-toggler-icon[b-oid8b9yimy] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Public Auth Menu */
.public-auth-menu[b-oid8b9yimy] {
    display: flex;
    gap: 8px;
}

    .public-auth-menu a[b-oid8b9yimy] {
        font-weight: 600;
    }
/* WhatsApp Floating Button */
.whatsapp-float[b-oid8b9yimy] {
    position: fixed !important;
    bottom: calc(80px + env(safe-area-inset-bottom));
    right: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    z-index: 2147483647;
}

    .whatsapp-float:hover[b-oid8b9yimy] {
        transform: scale(1.1);
        color: #fff;
    }

/* Mobile Fix (VERY IMPORTANT) */
@media (max-width: 768px) {
    .whatsapp-float[b-oid8b9yimy] {
        bottom: 90px;
        right: 16px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}
/* /PublicPage/ContactUs.razor.rz.scp.css */
.contact-hero[b-s3if3elt79] {
    background: linear-gradient(135deg,#667eea,#764ba2);
}

.hero-badge[b-s3if3elt79] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 14px;
    font-weight: 600;
}

.hero-subtitle[b-s3if3elt79] {
    max-width: 720px;
}

.contact-info-card[b-s3if3elt79],
.contact-form-card[b-s3if3elt79] {
    background: white;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    height: 100%;
}

.info-icon[b-s3if3elt79] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(102,126,234,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.form-control[b-s3if3elt79],
.form-select[b-s3if3elt79] {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

    .form-control:focus[b-s3if3elt79],
    .form-select:focus[b-s3if3elt79] {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102,126,234,0.15);
    }

.btn-gradient[b-s3if3elt79] {
    background: linear-gradient(135deg,#667eea,#764ba2);
    border: none;
    color: white;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .btn-gradient:hover[b-s3if3elt79] {
        transform: translateY(-2px);
        color: white;
        box-shadow: 0 8px 20px rgba(102,126,234,0.25);
    }

@media(max-width:768px) {

    .contact-info-card[b-s3if3elt79],
    .contact-form-card[b-s3if3elt79] {
        padding: 24px;
    }
}
/* /PublicPage/Price.razor.rz.scp.css */
.pricing-hero[b-u58z0vxnqc] {
    background: linear-gradient(135deg,#667eea,#764ba2);
}

.hero-badge[b-u58z0vxnqc] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 14px;
    font-weight: 600;
}

.hero-subtitle[b-u58z0vxnqc] {
    max-width: 720px;
}

.pricing-card[b-u58z0vxnqc] {
    border: none;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

    .pricing-card:hover[b-u58z0vxnqc] {
        transform: translateY(-6px);
    }

.featured-card[b-u58z0vxnqc] {
    border: 2px solid #667eea !important;
    transform: scale(1.03);
}

.popular-badge[b-u58z0vxnqc] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #667eea;
    color: white;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.pricing-text[b-u58z0vxnqc] {
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    margin-top: 10px;
}

.enterprise-ai-box[b-u58z0vxnqc] {
    background: rgba(102,126,234,0.06);
    border: 1px dashed #667eea;
    border-radius: 14px;
    padding: 16px;
}

.support-box[b-u58z0vxnqc] {
    background: white;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.support-icon[b-u58z0vxnqc] {
    font-size: 42px;
}

@media(max-width:768px) {

    .featured-card[b-u58z0vxnqc] {
        border: 2px solid #667eea !important;
        transform: translateY(-8px);
    }
}
