:root {
    --brand-primary: #1a1a2e;
    --brand-secondary: #16213e;
    --brand-gradient: var(--brand-primary);
    --brand-warning: #ffc107;
}

/* ── Global ─────────────────────────────────────────────────────────── */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #f4f6f9;
    color: var(--brand-primary);
}

/* ── Sidebar ─────────────────────────────────────────────────────────── */
.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    background: var(--brand-primary);
}

    .sidebar::-webkit-scrollbar {
        display: none;
    }

.sidebar-link {
    color: rgba(255,255,255,0.7);
    font-size: 0.875rem;
    transition: all .15s;
}

    .sidebar-link:hover, .sidebar-link.active {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .sidebar-link.active {
        background: rgba(255,193,7,0.2);
        color: #ffc107;
        border-left: 3px solid #ffc107;
    }

/* ── Cards ───────────────────────────────────────────────────────────── */
.card {
    border-radius: 12px;
}

    .card:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    }

.stat-card {
    border-radius: 12px;
    border: none;
    transition: transform .15s;
}

    .stat-card:hover {
        transform: translateY(-2px);
    }

.category-card {
    transition: transform .15s, box-shadow .15s;
}

    .category-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
    }

/* ── Table ───────────────────────────────────────────────────────────── */
.table th {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #6c757d;
    font-weight: 600;
    border-top: none;
}

/* ── Badges ──────────────────────────────────────────────────────────── */
.badge {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: .3px;
}

/* ── Buttons ─────────────────────────────────────────────────────────── */
.btn {
    border-radius: 8px;
    font-weight: 500;
}

.btn-warning {
    color: var(--brand-primary);
}

/* ── Forms ───────────────────────────────────────────────────────────── */
.form-control, .form-select {
    border-radius: 8px;
    border-color: #dee2e6;
}

    .form-control:focus, .form-select:focus {
        border-color: #ffc107;
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.25);
    }

/* ── Page header ─────────────────────────────────────────────────────── */
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

    .page-header h3 {
        margin: 0;
        font-weight: 700;
    }

/* ── Star rating ─────────────────────────────────────────────────────── */
.stars {
    color: #ffc107;
    letter-spacing: 1px;
}

/* ── Status colors ───────────────────────────────────────────────────── */
.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-confirmed {
    background: #cfe2ff;
    color: #084298;
}

.status-inprogress {
    background: #d1ecf1;
    color: #0c5460;
}

.status-completed {
    background: #d1e7dd;
    color: #0a3622;
}

.status-cancelled {
    background: #f8d7da;
    color: #842029;
}

.status-disputed {
    background: #e2d9f3;
    color: #432874;
}

/* ── Utilities ───────────────────────────────────────────────────────── */
.cursor-pointer {
    cursor: pointer;
}

.text-xs {
    font-size: 0.75rem;
}

.rounded-xl {
    border-radius: 16px;
}

/* ── Responsive sidebar collapse ─────────────────────────────────────── */
@media (max-width: 768px) {
    .sidebar {
        width: 60px !important;
    }

        .sidebar .sidebar-link span,
        .sidebar .sidebar-section-title,
        .sidebar .user-info {
            display: none;
        }
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Service Cards */
.service-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-card .provider-avatar {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
}

/* Category Cards */
.category-card {
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.category-card .category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: rgba(255,193,7,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffc107;
}

/* Booking Status Badges */
.status-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.confirmed {
    background: #cfe2ff;
    color: #084298;
}

.status-badge.in-progress {
    background: #d1ecf1;
    color: #0c5460;
}

.status-badge.completed {
    background: #d1e7dd;
    color: #0f5132;
}

.status-badge.cancelled {
    background: #f8d7da;
    color: #842029;
}

/* Wallet Card */
.wallet-card {
    background: linear-gradient(135deg, #ffc107, #ff9f00);
    border-radius: 16px;
    padding: 24px;
}

.wallet-card .balance-amount {
    font-size: 36px;
    font-weight: 700;
}

/* Review Stars */
.review-stars {
    color: #ffc107;
}

/* Footer */
.footer-links a {
    color: #6c757d;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffc107;
}

/* Banner Carousel */
.banner-slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
}

.banner-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.banner-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.banner-btn {
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s;
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,193,7,0.4);
}

.carousel-indicators [data-bs-target] {
    background-color: rgba(255,255,255,0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
}

.carousel-indicators .active {
    background-color: #ffc107;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    background-size: 50%;
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .banner-slide {
        height: 350px;
    }
    
    .banner-title {
        font-size: 2rem;
    }
    
    .banner-subtitle {
        font-size: 1rem;
    }
}

/* ── Customer Booking Card Styles ── */
.booking-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.service-thumbnail-wrapper {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
}

.service-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-thumbnail-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.1);
}

/* ── Marketplace service cards (home, /services, etc.) ───────────── */
.marketplace-service-card {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    border: 1px solid #e8ecf4;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marketplace-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    border-color: rgba(245, 158, 11, 0.35);
}

.marketplace-service-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
}

.marketplace-service-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marketplace-service-card-media-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(251, 191, 36, 0.95);
}

.marketplace-service-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.65rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
}

.marketplace-service-card-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 0.35rem 0;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.marketplace-service-card-desc {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.45;
    margin: 0 0 0.75rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marketplace-service-card-price {
    font-weight: 800;
    font-size: 1.05rem;
    color: #b45309;
}

.marketplace-service-card-price-suffix {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 600;
}

.marketplace-service-card-meta {
    font-size: 0.8125rem;
    color: #64748b;
}

.marketplace-service-card .stars-fa {
    font-size: 0.72rem;
    letter-spacing: 1px;
    color: #f59e0b;
}

.marketplace-service-card .stars-fa .text-muted {
    color: #cbd5e1 !important;
}

.marketplace-service-card-cta {
    border: none;
    border-radius: 12px;
    padding: 0.55rem 1rem;
    font-weight: 800;
    font-size: 0.875rem;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    transition: transform 0.15s, box-shadow 0.15s;
}

.marketplace-service-card-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
    color: #0f172a;
}

/* ═══════════════════════════════════════════════════════════════
   SVC-CARD  (ServiceCard.razor — redesigned)
   ═══════════════════════════════════════════════════════════════ */
.svc-card {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    border: 1px solid #e8ecf4;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(15,23,42,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.svc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(15,23,42,0.12);
    border-color: rgba(245,158,11,0.4);
}

.svc-card:focus-visible {
    outline: 3px solid rgba(245,158,11,0.5);
    outline-offset: 2px;
}

/* ── media area ── */
.svc-card-media {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    flex-shrink: 0;
}

.svc-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.svc-card:hover .svc-card-media img {
    transform: scale(1.04);
}

.svc-card-icon-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: rgba(255,255,255,0.9);
}

/* ── badges ── */
.svc-card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0.28rem 0.6rem;
    border-radius: 8px;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1;
}

.svc-badge--featured {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0f172a;
}

.svc-badge--popular {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
}

.svc-card-bookings-pill {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

/* ── body ── */
.svc-card-body {
    padding: 1rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.svc-card-category {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.svc-card-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0 0 0.4rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svc-card-desc {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 0.75rem 0;
    flex: 1;
}

.svc-card-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
}

.svc-card-duration {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    font-size: 0.75rem;
}

/* ── footer ── */
.svc-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.svc-card-price-block {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.svc-card-price {
    font-size: 1rem;
    font-weight: 800;
    color: #b45309;
}

.svc-card-price-type {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 600;
}

.svc-card-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.svc-btn-outline {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.4rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    background: transparent;
    color: #475569;
    transition: border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.svc-btn-outline:hover {
    border-color: #f59e0b;
    color: #b45309;
}

.svc-btn-book {
    border: none;
    border-radius: 10px;
    padding: 0.4rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    transition: transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
}

.svc-btn-book:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(245,158,11,0.4);
}

/* ═══════════════════════════════════════════════════════════════
   SVC-DETAIL  (ServiceDetail.razor)
   ═══════════════════════════════════════════════════════════════ */
.svc-detail-page {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    background: #f8fafc;
    min-height: 80vh;
}

/* Skeleton / shimmer */
@keyframes shimmer {
    0%   { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.shimmer {
    background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s ease-in-out infinite;
    border-radius: 12px;
}

.svc-detail-skeleton {
    border-radius: 16px;
    overflow: hidden;
}

.svc-skeleton-hero {
    height: 320px;
    border-radius: 16px;
    margin-bottom: 12px;
}

.svc-skeleton-line {
    border-radius: 6px;
}

/* Hero image */
.svc-detail-hero {
    position: relative;
    border-radius: 20px;
    aspect-ratio: 16/10;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15,23,42,0.15);
}

.svc-detail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svc-detail-hero-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: rgba(255,255,255,0.85);
}

.svc-detail-badge {
    position: absolute;
    top: 12px;
    left: 12px;
}

.svc-detail-badge-bottom {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

/* Gallery */
.svc-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.svc-gallery-thumb {
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e8f0;
}

.svc-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.svc-gallery-thumb:hover img {
    transform: scale(1.05);
}

/* Stats row */
.svc-detail-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.svc-stat-tile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8ecf4;
    box-shadow: 0 2px 8px rgba(15,23,42,0.04);
}

.svc-stat-tile i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

.svc-stat-val {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.svc-stat-lbl {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 600;
}

/* Tags */
.svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.svc-tag-chip {
    border: 1.5px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    background: #fff;
    color: #475569;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    cursor: pointer;
}

.svc-tag-chip:hover {
    border-color: #f59e0b;
    color: #b45309;
    background: rgba(245,158,11,0.06);
}

/* Right-column detail text */
.svc-detail-eyebrow {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.4rem;
}

.svc-detail-title {
    font-family: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 0 0.85rem 0;
    line-height: 1.2;
}

/* Booking card */
.svc-booking-card {
    background: #fff;
    border: 1px solid #e8ecf4;
    border-radius: 20px;
    padding: 1.4rem;
    box-shadow: 0 8px 32px rgba(15,23,42,0.07);
}

.svc-booking-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.svc-booking-price {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.svc-booking-price-type {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
}

.svc-booking-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.83rem;
    color: #64748b;
}

.svc-btn-book-lg {
    border: none;
    border-radius: 14px;
    padding: 0.9rem 1.5rem;
    font-weight: 800;
    font-size: 1rem;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #0f172a;
    transition: transform 0.15s, box-shadow 0.15s;
}

.svc-btn-book-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(245,158,11,0.4);
}

.svc-booking-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.78rem;
    color: #64748b;
}

.svc-booking-trust div {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Detail sections */
.svc-detail-section {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    border: 1px solid #e8ecf4;
}

.svc-detail-section-title {
    font-family: 'Outfit', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem 0;
}

.svc-detail-desc {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.7;
    white-space: pre-line;
}

/* FAQ accordion overrides */
.svc-faq-list .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #e8ecf4 !important;
}

.svc-faq-list .accordion-button {
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
    background: #f8fafc;
}

.svc-faq-list .accordion-button:not(.collapsed) {
    background: rgba(245,158,11,0.08);
    color: #92400e;
    box-shadow: none;
}

.svc-faq-list .accordion-button::after {
    filter: hue-rotate(0deg);
}

.svc-faq-list .accordion-body {
    font-size: 0.87rem;
    color: #475569;
    line-height: 1.65;
    padding-top: 0.75rem;
}

/* Reviews */
.svc-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.svc-review-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    border: 1px solid #e8ecf4;
}

.svc-review-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.svc-review-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #0f172a;
    font-size: 0.85rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-review-name {
    font-weight: 700;
    font-size: 0.85rem;
    color: #0f172a;
    line-height: 1.2;
}

.svc-review-date {
    font-size: 0.75rem;
    color: #94a3b8;
}

.svc-review-text {
    margin: 0;
    font-size: 0.83rem;
    color: #475569;
    line-height: 1.6;
}
