/* ============================================================
   Bismallah EthioBiz — BizServices Public Portal Styles (Phase 6)
   Brand-consistent with the magazine-style ecosystem (glassmorphism)
   ============================================================ */

.bizservices-page {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    min-height: 100vh;
    color: #0f172a;
}

.bizservices-page .bs-hero {
    background: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
    color: #fff;
    padding: 56px 24px 64px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
    margin-bottom: -28px;
}

.bizservices-page .bs-hero::after {
    content: "";
    position: absolute;
    top: -60%;
    right: -10%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 60%);
    border-radius: 50%;
}

.bizservices-page .bs-hero h1 {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.bizservices-page .bs-hero p {
    font-size: 1.05rem;
    opacity: 0.95;
    max-width: 640px;
    margin: 0 auto 22px auto;
}

.bizservices-page .bs-hero .bs-stats {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.bizservices-page .bs-hero .bs-stat {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 16px;
    padding: 14px 24px;
    min-width: 120px;
}

.bizservices-page .bs-hero .bs-stat b {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
}

.bizservices-page .bs-hero .bs-stat span {
    font-size: 0.82rem;
    opacity: 0.9;
}

.bizservices-page .bs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 64px 20px;
    position: relative;
    z-index: 2;
}

.bizservices-page .bs-panel {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.08);
    padding: 22px;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.bizservices-page .bs-search-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
}

.bizservices-page .bs-search {
    flex: 1;
    min-width: 220px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.95rem;
}

.bizservices-page .bs-filter {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 11px 14px;
    background: #fff;
}

.bizservices-page .bs-cats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.bizservices-page .bs-cat-chip {
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 0.86rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.bizservices-page .bs-cat-chip.active,
.bizservices-page .bs-cat-chip:hover {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

.bizservices-page .bs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

.bizservices-page .bs-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: flex;
    flex-direction: column;
}

.bizservices-page .bs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(2, 132, 199, 0.12);
}

.bizservices-page .bs-card-img {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-color: #e2e8f0;
}

.bizservices-page .bs-card-body {
    padding: 14px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bizservices-page .bs-card-cat {
    font-size: 0.72rem;
    font-weight: 700;
    color: #0d9488;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.bizservices-page .bs-card h3 {
    margin: 0 0 6px 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: #0f172a;
}

.bizservices-page .bs-card-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0369a1;
    margin: 6px 0;
}

.bizservices-page .bs-card-meta {
    font-size: 0.78rem;
    color: #64748b;
    margin: 2px 0;
}

.bizservices-page .bs-card .bs-btn {
    margin-top: auto;
    padding-top: 12px;
}

.bizservices-page .bs-btn {
    display: inline-block;
    background: linear-gradient(135deg, #0d9488, #0284c7);
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.bizservices-page .bs-btn:hover { opacity: 0.9; }

.bizservices-page .bs-empty {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

/* Booking modal */
.bizservices-page .bs-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 50;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.bizservices-page .bs-modal.open { display: flex; }

.bizservices-page .bs-modal-box {
    background: #fff;
    border-radius: 18px;
    max-width: 480px;
    width: 100%;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.25);
    max-height: 90vh;
    overflow-y: auto;
}

.bizservices-page .bs-modal h3 { margin: 0 0 14px 0; }

.bizservices-page .bs-modal label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    margin: 12px 0 4px 0;
}

.bizservices-page .bs-modal input,
.bizservices-page .bs-modal textarea,
.bizservices-page .bs-modal select {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.92rem;
    font-family: inherit;
}

.bizservices-page .bs-modal .bs-close {
    float: right;
    cursor: pointer;
    font-size: 1.2rem;
    color: #64748b;
}
