/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f7f8fa;
    color: #333;
}

/* CONTAINER */
.container {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
}

/* HEADINGS */
h1, h2, h3 {
    margin-bottom: 15px;
}

/* BUTTONS */
.btn-primary {
    display: inline-block;
    background: #e63946;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}

.btn-primary:hover {
    background: #d62828;
}

.btn-secondary {
    display: inline-block;
    margin-top: 10px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

/* CARD */
.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}

/* DASHBOARD */
.dashboard-page {
    max-width: 800px;
}

.dashboard-title {
    font-size: 28px;
}

.dashboard-welcome {
    margin-bottom: 25px;
    color: #666;
}

.vendor-profile-card {
    margin-bottom: 20px;
}

.edit-btn {
    margin-top: 15px;
}

.edit-form-card {
    margin-top: 20px;
}

/* ACF FORM */
.acf-form-wrapper form {
    margin-top: 15px;
}

.acf-form-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.acf-form-wrapper input,
.acf-form-wrapper textarea,
.acf-form-wrapper select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.acf-form-wrapper input[type="submit"] {
    background: #e63946;
    color: white;
    border: none;
    cursor: pointer;
}

.acf-form-wrapper input[type="submit"]:hover {
    background: #d62828;
}

/* SEARCH RESULTS WIREFRAME */

.search-page-header {
    margin-bottom: 20px;
    text-align: center;
}

.search-page-header h1 {
    font-size: 32px;
    margin: 0;
}

.search-results-form {
    display: block;
}

.search-toolbar {
    margin-bottom: 20px;
}

.search-toolbar-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1fr 1fr 170px;
    gap: 14px;
    align-items: end;
}

.search-toolbar-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f6672;
    letter-spacing: 0.04em;
}

.search-submit-btn {
    width: 100%;
    min-height: 48px;
}

.search-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 18px;
    align-items: start;
}

.search-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.sidebar-topbar h2 {
    margin: 0;
    font-size: 20px;
}

.sidebar-reset,
.more-link {
    color: #e63946;
    font-size: 14px;
    font-weight: 600;
}

.filter-group {
    padding: 16px 0;
    border-top: 1px solid #eceef2;
}

.filter-group:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.filter-group h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #3d434d;
    margin-bottom: 12px;
}

.filter-check,
.radio-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    color: #404754;
}

.filter-check-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-check small {
    color: #8b9099;
}

.radio-check {
    justify-content: flex-start;
}

.sidebar-search-input {
    margin-bottom: 10px;
}

.range-placeholder {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #5d6470;
    margin-bottom: 8px;
}

.range-caption {
    text-align: center;
    color: #6b7280;
    font-size: 13px;
    margin-top: 8px;
}

.sidebar-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.sidebar-actions .btn-primary,
.sidebar-actions .btn-secondary {
    flex: 1;
    text-align: center;
}

.results-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.results-count {
    font-size: 16px;
}

.sort-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-control label {
    font-size: 14px;
    color: #5f6672;
}

.results-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.result-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #cfd5df;
    background: #fff;
    color: #3b4047;
    font-size: 14px;
    font-weight: 600;
}

.result-chip.active {
    border-color: #e63946;
    color: #e63946;
    background: #fff8f8;
}

.map-card {
    position: relative;
    min-height: 160px;
    margin-bottom: 16px;
    overflow: hidden;
}

.map-placeholder {
    position: relative;
    min-height: 160px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(230, 57, 70, 0.06) 25%, transparent 25%) -20px 0/40px 40px,
        linear-gradient(225deg, rgba(230, 57, 70, 0.06) 25%, transparent 25%) -20px 0/40px 40px,
        linear-gradient(315deg, rgba(230, 57, 70, 0.06) 25%, transparent 25%) 0px 0/40px 40px,
        linear-gradient(45deg, rgba(230, 57, 70, 0.06) 25%, #f3f5f8 25%) 0px 0/40px 40px;
}

.map-pin {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #e63946;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(230, 57, 70, 0.12);
}

.pin-1 { top: 34px; left: 18%; }
.pin-2 { top: 40px; left: 39%; }
.pin-3 { top: 24px; left: 63%; }
.pin-4 { top: 33px; left: 86%; }

.map-button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
}

.vendor-results-grid {
    display: grid;
    gap: 16px;
}

.search-vendor-card {
    display: grid;
    grid-template-columns: 170px 1fr 220px;
    gap: 16px;
    align-items: stretch;
    padding: 16px;
}

.search-vendor-media {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #eff1f5;
    min-height: 190px;
}

.search-vendor-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(225deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(315deg, rgba(0,0,0,0.04) 25%, transparent 25%) 0px 0/20px 20px,
        linear-gradient(45deg, rgba(0,0,0,0.04) 25%, #edf0f4 25%) 0px 0/20px 20px;
}

.trust-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    border: 1px solid #d8dce3;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
}

.search-vendor-body {
    min-width: 0;
}

.search-vendor-title {
    margin: 0 0 4px;
    font-size: 22px;
}

.search-vendor-type {
    color: #4f5663;
    font-size: 15px;
    margin-bottom: 8px;
}

.search-vendor-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    color: #5d6470;
    font-size: 14px;
    margin-bottom: 10px;
}

.search-vendor-description {
    color: #5a6170;
    font-size: 14px;
    margin-bottom: 12px;
    max-width: 58ch;
}

.vendor-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vendor-feature-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f6f8;
    border: 1px solid #e3e6eb;
    font-size: 12px;
    color: #4a5160;
}

.search-vendor-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    text-align: right;
}

.price-box strong {
    display: block;
    color: #e63946;
    font-size: 20px;
    line-height: 1.1;
}

.price-box span {
    display: block;
    color: #6e7480;
    font-size: 13px;
    margin-top: 4px;
}

.btn-outline {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e63946;
    background: #fff;
    color: #e63946;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.btn-outline:hover {
    background: #fff8f8;
}

.save-link {
    color: #5a6170;
    font-size: 14px;
    text-decoration: none;
}

.pagination-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.page-number,
.page-nav,
.page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    border: 1px solid #d9dde5;
    border-radius: 8px;
    background: #fff;
    color: #444b57;
    text-decoration: none;
    padding: 0 10px;
}

.page-number.active {
    background: #e63946;
    color: #fff;
    border-color: #e63946;
}

@media (max-width: 1100px) {
    .search-layout {
        grid-template-columns: 1fr;
    }

    .search-sidebar {
        position: static;
    }

    .search-vendor-card {
        grid-template-columns: 150px 1fr;
    }

    .search-vendor-actions {
        grid-column: 1 / -1;
        align-items: flex-start;
        text-align: left;
        border-top: 1px solid #eceef2;
        padding-top: 12px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .search-toolbar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .search-toolbar-action {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .search-vendor-card {
        grid-template-columns: 1fr;
    }

    .search-vendor-media {
        min-height: 220px;
    }

    .results-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .sidebar-actions {
        flex-direction: column;
    }

    .search-toolbar-grid {
        grid-template-columns: 1fr;
    }
}

.vendor-page{
    max-width:1400px;
    margin:0 auto;
    padding:40px 20px;
}

.vendor-hero{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:40px;
    align-items:start;
    margin-bottom:40px;
}

.vendor-hero-left{
    width:100%;
}

.vendor-image,
.vendor-image-placeholder{
    width:100%;
    height:420px;
    border-radius:20px;
    object-fit:cover;
    background:#f2f3f5;
}

.vendor-image-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:600;
    color:#777;
}

.vendor-hero-right{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.vendor-hero-right h1{
    font-size:42px;
    line-height:1.1;
    margin:0;
}

.vendor-hero-right h2{
    font-size:22px;
    color:#666;
    margin:0;
}

.vendor-hero-right p{
    font-size:15px;
    line-height:1.6;
    color:#444;
}

.vendor-hero-right strong{
    color:#111;
}

.vendor-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:10px;
}

.vendor-actions .btn-primary,
.vendor-actions .btn-secondary{
    min-width:170px;
    text-align:center;
}

.vendor-section{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:18px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 3px 10px rgba(0,0,0,0.04);
}

.vendor-section h2{
    font-size:28px;
    margin-bottom:18px;
}

.vendor-section p{
    line-height:1.8;
    color:#555;
}

.vendor-services-header{
    margin-bottom:30px;
}

.vendor-services-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    transition:0.25s ease;
    box-shadow:0 4px 16px rgba(0,0,0,0.05);
}

.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.10);
}

.service-card-image-wrapper{
    width:100%;
    height:220px;
    overflow:hidden;
    background:#f3f4f6;
}

.service-card-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.service-image-placeholder{
    width:100%;
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    color:#777;
    background:#efefef;
}

.service-card-content{
    padding:24px;
    display:flex;
    flex-direction:column;
    gap:14px;
    flex:1;
}

.service-card-title{
    font-size:24px;
    line-height:1.2;
    margin:0;
    color:#111;
}

.service-card-price{
    font-size:20px;
    font-weight:700;
    color:#e63946;
    margin:0;
}

.service-card-duration{
    font-size:14px;
    color:#666;
    margin:0;
}

.service-card-description{
    font-size:14px;
    line-height:1.7;
    color:#555;
    flex:1;
}

.service-card-actions{
    display:flex;
    gap:12px;
    margin-top:10px;
}

.service-card-actions a{
    flex:1;
    text-align:center;
}

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#e63946;
    color:#fff;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:0.2s ease;
}

.btn-primary:hover{
    background:#d62828;
}

.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#333;
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    border:1px solid #ddd;
    transition:0.2s ease;
}

.btn-secondary:hover{
    background:#f5f5f5;
}

@media (max-width:1200px){

    .vendor-services-grid{
        grid-template-columns:repeat(2, 1fr);
    }

}

@media (max-width:900px){

    .vendor-hero{
        grid-template-columns:1fr;
    }

    .vendor-image,
    .vendor-image-placeholder{
        height:320px;
    }

}

@media (max-width:700px){

    .vendor-services-grid{
        grid-template-columns:1fr;
    }

    .service-card-actions{
        flex-direction:column;
    }

    .vendor-actions{
        flex-direction:column;
    }

    .vendor-actions .btn-primary,
    .vendor-actions .btn-secondary{
        width:100%;
    }

    .vendor-hero-right h1{
        font-size:32px;
    }

}

/* CUSTOMER DASHBOARD */

.dashboard-actions {
    margin-top: 15px;
}

.dashboard-actions a {
    margin-right: 10px;
}

.dashboard-stats {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.stat-card {
    flex: 1;
    text-align: center;
}

.booking-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}


/* VENDOR DASHBOARD */

.vendor-services-card{
    margin-top:40px;
    padding:30px;
}

/* SERVICES HEADER */

.services-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
    gap:20px;
}

/* SERVICE GRID */

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    margin-top:25px;
}

/* SERVICE CARD */

.service-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,0.08);
    transition:0.2s ease;
    display:flex;
    flex-direction:column;
    border:1px solid #ececec;
}

.service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 28px rgba(0,0,0,0.12);
}

/* IMAGE */

.service-card-image-wrapper{
    width:100%;
    height:180px;
    overflow:hidden;
    background:#f5f5f5;
}

.service-card-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* PLACEHOLDER */

.service-image-placeholder{
    width:100%;
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#efefef;
    color:#777;
    font-weight:600;
}

/* CONTENT */

.service-card-content{
    padding:22px;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.service-card-title{
    font-size:24px;
    line-height:1.2;
    margin:0;
}

.service-price{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin:0;
}

/* ACTION BUTTONS */

.service-card-actions{
    display:flex;
    gap:10px;
    margin-top:10px;
    flex-wrap:wrap;
}

.service-card-actions a{
    flex:1;
    text-align:center;
}

/* PROFILE CARD */

.vendor-profile-card{
    margin-bottom:35px;
    padding:30px;
}

.vendor-profile-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}

.vendor-profile-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

/* EDIT FORM CARD */

.edit-form-card{
    margin-top:30px;
    margin-bottom:40px;
    padding:30px;
}

/* MOBILE */

@media (max-width:768px){

    .services-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .vendor-profile-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

}

.booking-header-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    font-weight:600;
    color:#222;
}

.booking-count{
    background:#e63946;
    color:#fff;
    width:22px;
    height:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.booking-next-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d1e7dd;
    border: 1px solid #a3cfbb;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 20px;
}

.booking-next-step p {
    margin: 0;
    color: #0a5928;
    font-weight: 600;
}

.service-card-declined {
    border-color: #f8d7da !important;
    background: #fff8f8 !important;
}

.declined-notice {
    background: #f8d7da;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

.declined-notice p {
    margin: 0;
    color: #842029;
    font-size: 14px;
}

.similar-services {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eceef2;
}

.similar-services h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5f6672;
    margin-bottom: 12px;
}

.similar-services-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.similar-service-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e3e6eb;
    border-radius: 10px;
    background: #fff;
}

.similar-service-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.similar-service-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.similar-service-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.replace-mode-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.replace-mode-banner p {
    margin: 0;
    color: #856404;
    font-size: 15px;
}


/* NAVIGATION */

.site-nav {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.site-nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-logo {
    font-size: 20px;
    font-weight: 800;
    color: #e63946;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.site-logo:hover {
    color: #d62828;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #3d434d;
    transition: 0.15s ease;
    white-space: nowrap;
}

.nav-links li a:hover {
    background: #f5f6f8;
    color: #e63946;
}

.nav-btn-primary {
    background: #e63946 !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.nav-btn-primary:hover {
    background: #d62828 !important;
}

.nav-btn-outline {
    border: 1px solid #e5e7eb !important;
    color: #3d434d !important;
}

.nav-btn-outline:hover {
    border-color: #e63946 !important;
    color: #e63946 !important;
    background: #fff8f8 !important;
}

.nav-basket {
    position: relative;
    background: #fff8f8 !important;
    border: 1px solid #e63946 !important;
    color: #e63946 !important;
}

.nav-basket:hover {
    background: #e63946 !important;
    color: #fff !important;
}

.nav-basket .booking-count {
    background: #e63946;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.nav-basket:hover .booking-count {
    background: #fff;
    color: #e63946;
}

.nav-divider {
    width: 1px;
    height: 24px;
    background: #e5e7eb;
    margin: 0 4px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #333;
    padding: 6px;
}

/* MOBILE NAV */

@media (max-width: 768px) {

    .nav-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 12px 20px 20px;
        border-bottom: 1px solid #e5e7eb;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        gap: 4px;
    }

    .site-nav.nav-open .nav-links {
        display: flex;
    }

    .nav-links li a {
        width: 100%;
        padding: 12px 16px;
    }

    .nav-divider {
        width: 100%;
        height: 1px;
        margin: 6px 0;
    }

    .site-nav-inner {
        position: relative;
    }

}

.nav-user {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #5f6672;
}


/* HOMEPAGE */

/* HERO */

.home-hero {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 80px 20px;
}

.home-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.home-hero-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e63946;
    margin-bottom: 16px;
}

.home-hero-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}

.home-hero-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #5a6170;
    margin-bottom: 32px;
}

.home-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.home-hero-btn {
    min-width: 180px;
    text-align: center;
    padding: 14px 24px;
    font-size: 15px;
}

.home-hero-badges {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3d434d;
}

.hero-badge-icon {
    width: 24px;
    height: 24px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.home-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-image-placeholder {
    width: 100%;
    height: 380px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: #e63946;
    border: 2px solid #e5e7eb;
}

/* SEARCH */

.home-search {
    background: #f7f8fa;
    padding: 50px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.home-search-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.home-search-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.home-search-form {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
}

.home-search-fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.home-search-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5f6672;
    margin-bottom: 8px;
}

.home-search-field select,
.home-search-field input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
}

.home-search-btn {
    height: 46px;
    padding: 0 28px;
    white-space: nowrap;
    font-size: 15px;
}

/* SHARED SECTION STYLES */

.home-section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

.home-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.home-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin: 0;
}

.home-section-sub {
    font-size: 14px;
    color: #5f6672;
}

.home-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #e63946;
    text-decoration: none;
}

.home-view-all:hover {
    text-decoration: underline;
}

/* CATEGORIES */

.home-categories {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.home-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}

.home-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 16px;
    background: #f7f8fa;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

.home-category-card:hover {
    border-color: #e63946;
    background: #fff8f8;
    transform: translateY(-3px);
}

.home-category-icon {
    font-size: 28px;
    color: #e63946;
}

.home-category-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-align: center;
    margin: 0;
}

/* HOW IT WORKS */

.home-how {
    background: #f7f8fa;
    border-bottom: 1px solid #e5e7eb;
}

.home-how-grid {
    display: flex;
    align-items: center;
    gap: 0;
}

.home-how-step {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.home-how-number {
    width: 48px;
    height: 48px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 16px;
}

.home-how-step h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.home-how-step p {
    font-size: 14px;
    color: #5a6170;
    line-height: 1.6;
    margin: 0;
}

.home-how-divider {
    font-size: 24px;
    color: #e63946;
    flex-shrink: 0;
    padding-bottom: 40px;
}

/* FEATURED VENDORS */

.home-featured {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.home-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-vendor-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.2s ease;
    background: #fff;
}

.home-vendor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

.home-vendor-image {
    height: 200px;
    overflow: hidden;
    background: #f3f4f6;
}

.home-vendor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-vendor-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(225deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(315deg, rgba(0,0,0,0.04) 25%, transparent 25%) 0px 0/20px 20px,
        linear-gradient(45deg, rgba(0,0,0,0.04) 25%, #edf0f4 25%) 0px 0/20px 20px;
}

.home-vendor-body {
    padding: 20px;
}

.home-vendor-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111;
}

.home-vendor-type {
    font-size: 14px;
    color: #e63946;
    font-weight: 600;
    margin-bottom: 4px;
}

.home-vendor-location {
    font-size: 14px;
    color: #5f6672;
    margin-bottom: 8px;
}

.home-vendor-price {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.home-vendor-actions {
    display: flex;
    gap: 10px;
}

.home-vendor-actions a {
    flex: 1;
    text-align: center;
}

/* WHY EMW */

.home-why {
    background: #f7f8fa;
    border-bottom: 1px solid #e5e7eb;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.home-why-item {
    text-align: center;
    padding: 20px;
}

.home-why-icon {
    width: 52px;
    height: 52px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 16px;
}

.home-why-item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.home-why-item p {
    font-size: 14px;
    color: #5a6170;
    line-height: 1.6;
    margin: 0;
}

/* FOOTER CTA */

.home-cta {
    background: #e63946;
    padding: 80px 20px;
    text-align: center;
}

.home-cta h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.home-cta p {
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 36px;
}

.home-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.home-cta .btn-primary {
    background: #fff;
    color: #e63946;
}

.home-cta .btn-primary:hover {
    background: #f8f9fa;
}

.home-cta .btn-secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.home-cta .btn-secondary:hover {
    background: rgba(255,255,255,0.1);
}

/* RESPONSIVE */

@media (max-width: 900px) {

    .home-hero-inner {
        grid-template-columns: 1fr;
    }

    .home-hero-image {
        display: none;
    }

    .home-hero-title {
        font-size: 36px;
    }

    .home-search-fields {
        grid-template-columns: 1fr 1fr;
    }

    .home-search-btn {
        grid-column: 1 / -1;
    }

    .home-featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-how-grid {
        flex-wrap: wrap;
    }

    .home-how-divider {
        display: none;
    }

    .home-how-step {
        flex: 1 1 40%;
    }

}

@media (max-width: 600px) {

    .home-hero-title {
        font-size: 28px;
    }

    .home-search-fields {
        grid-template-columns: 1fr;
    }

    .home-featured-grid {
        grid-template-columns: 1fr;
    }

    .home-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-how-step {
        flex: 1 1 100%;
    }

    .home-cta h2 {
        font-size: 26px;
    }

}

/* SINGLE VENDOR PAGE */

.vendor-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5f6672;
    margin-bottom: 24px;
}

.vendor-breadcrumb a {
    color: #5f6672;
    text-decoration: none;
}

.vendor-breadcrumb a:hover {
    color: #e63946;
}

.vendor-main-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: start;
}

.vendor-hero-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 24px;
}

.vendor-hero-image-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #f3f4f6;
}

.vendor-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vendor-hero-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(225deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(315deg, rgba(0,0,0,0.04) 25%, transparent 25%) 0px 0/20px 20px,
        linear-gradient(45deg, rgba(0,0,0,0.04) 25%, #edf0f4 25%) 0px 0/20px 20px;
}

.vendor-hero-info {
    padding: 28px;
}

.vendor-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.vendor-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f5f6f8;
    border: 1px solid #e3e6eb;
    font-size: 13px;
    font-weight: 600;
    color: #4a5160;
}

.vendor-tag-trusted {
    background: #d1e7dd;
    border-color: #a3cfbb;
    color: #0a5928;
}

.vendor-hero-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 8px;
    color: #111;
}

.vendor-hero-location {
    font-size: 15px;
    color: #5f6672;
    margin-bottom: 10px;
}

.vendor-hero-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.vendor-stars {
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
}

.vendor-rating-text {
    font-size: 14px;
    color: #e63946;
    font-weight: 600;
}

.vendor-hero-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6170;
    margin-bottom: 20px;
}

.vendor-hero-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vendor-hero-btn {
    min-width: 160px;
    text-align: center;
    padding: 13px 20px;
}

.vendor-save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 22px;
    color: #5f6672;
    text-decoration: none;
    transition: 0.2s ease;
}

.vendor-save-btn:hover {
    border-color: #e63946;
    color: #e63946;
}

.vendor-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vendor-section-header h2 {
    margin-bottom: 0;
}

.vendor-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.vendor-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #3d434d;
    font-weight: 600;
}

.vendor-highlight-icon {
    width: 24px;
    height: 24px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.vendor-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.vendor-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.vendor-detail-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9ca3af;
}

.vendor-detail-value {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.similar-vendors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.similar-vendor-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.2s ease;
}

.similar-vendor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.similar-vendor-image {
    height: 120px;
    overflow: hidden;
    background: #f3f4f6;
}

.similar-vendor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.similar-vendor-body {
    padding: 14px;
}

.similar-vendor-body h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111;
}

.similar-vendor-type {
    font-size: 13px;
    color: #e63946;
    font-weight: 600;
    margin-bottom: 4px;
}

.similar-vendor-price {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.vendor-sidebar {
    position: sticky;
    top: 84px;
}

.vendor-sidebar-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    margin-bottom: 20px;
}

.vendor-sidebar-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #111;
}

.vendor-confidence-items {
    border-top: 1px solid #f3f4f6;
    margin-bottom: 20px;
}

.vendor-confidence-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
}

.vendor-confidence-label {
    color: #5f6672;
}

.vendor-confidence-value {
    font-weight: 700;
    color: #111;
}

.vendor-sidebar-btn {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 14px;
    font-size: 15px;
}

.vendor-sidebar-save {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5f6672;
    text-decoration: none;
    margin-top: 8px;
    padding: 8px;
}

.vendor-sidebar-save:hover {
    color: #e63946;
}

.vendor-why-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vendor-why-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.vendor-why-icon {
    width: 24px;
    height: 24px;
    background: #e63946;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.vendor-why-item strong {
    display: block;
    font-size: 14px;
    color: #111;
    margin-bottom: 2px;
}

.vendor-why-item p {
    font-size: 13px;
    color: #5f6672;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1024px) {

    .vendor-main-layout {
        grid-template-columns: 1fr;
    }

    .vendor-sidebar {
        position: static;
    }

}

@media (max-width: 700px) {

    .vendor-hero-title {
        font-size: 26px;
    }

    .vendor-highlights {
        grid-template-columns: 1fr;
    }

    .vendor-details-grid {
        grid-template-columns: 1fr;
    }

    .similar-vendors-grid {
        grid-template-columns: 1fr;
    }

}


/* CUSTOMER DASHBOARD */

.cd-page {
    display: flex;
    min-height: 100vh;
    background: #f4f5f7;
}

/* SIDEBAR */

.cd-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    padding: 28px 0 24px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.cd-sidebar-logo {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #e63946;
    text-decoration: none;
    letter-spacing: -0.5px;
    padding: 0 24px 28px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 16px;
}

.cd-sidebar-logo span {
    color: #e63946;
    margin-left: 2px;
}

.cd-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 12px;
    flex: 1;
}

.cd-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #4a5160;
    transition: 0.15s ease;
}

.cd-nav-link:hover {
    background: #f5f6f8;
    color: #e63946;
}

.cd-nav-active {
    background: #fff0f1;
    color: #e63946;
}

.cd-nav-logout {
    margin-top: auto;
    color: #9ca3af;
}

.cd-nav-logout:hover {
    background: #fef2f2;
    color: #e63946;
}

.cd-help-card {
    margin: 20px 12px 0;
    background: #fff0f1;
    border: 1px solid #fbc8cb;
    border-radius: 14px;
    padding: 16px;
}

.cd-help-title {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
}

.cd-help-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cd-help-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

/* MAIN */

.cd-main {
    flex: 1;
    min-width: 0;
    padding: 32px 28px;
    overflow-y: auto;
}

/* HEADER */

.cd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.cd-welcome-title {
    font-size: 26px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.cd-welcome-sub {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.cd-header-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* STATS ROW */

.cd-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.cd-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.cd-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.cd-stat-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}


/* CONTENT GRID */

.cd-content-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 20px;
    align-items: start;
}

.cd-col-left,
.cd-col-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */

.cd-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
}

.cd-card h2 {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
}

.cd-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
}

.cd-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.cd-card-header h2 {
    margin-bottom: 0;
}

.cd-view-all {
    font-size: 13px;
    font-weight: 600;
    color: #e63946;
    text-decoration: none;
    white-space: nowrap;
}

.cd-view-all:hover {
    text-decoration: underline;
}

/* BOOKING LIST */

.cd-bookings-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cd-booking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.cd-booking-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cd-booking-left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.cd-booking-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 52px;
    background: #fff0f1;
    border: 1px solid #fbc8cb;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #e63946;
    text-transform: uppercase;
    flex-shrink: 0;
    line-height: 1;
    gap: 2px;
}

.cd-booking-date strong {
    font-size: 18px;
    color: #111;
}

.cd-booking-info {
    min-width: 0;
}

.cd-booking-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-booking-title a {
    color: #111;
    text-decoration: none;
}

.cd-booking-title a:hover {
    color: #e63946;
}

.cd-booking-meta {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

.cd-booking-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.cd-status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cd-badge-confirmed  { background: #d1e7dd; color: #0a5928; }
.cd-badge-pending    { background: #fff3cd; color: #856404; }
.cd-badge-cancelled  { background: #f8d7da; color: #842029; }
.cd-badge-inprogress { background: #cfe2ff; color: #084298; }
.cd-badge-default    { background: #f3f4f6; color: #4b5563; }

.cd-booking-view-btn {
    padding: 7px 14px;
    font-size: 13px;
}

.cd-empty-state {
    text-align: center;
    padding: 30px 0;
    color: #6b7280;
}

.cd-empty-state p {
    margin-bottom: 14px;
}

/* BOOKING STATUS OVERVIEW */

.cd-status-overview {
    display: flex;
    align-items: center;
    gap: 0;
}

.cd-status-stat {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cd-status-num {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.cd-status-num-pending  { color: #d97706; }
.cd-status-num-confirmed { color: #059669; }
.cd-status-num-declined { color: #dc2626; }

.cd-status-lbl {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.cd-status-divider {
    width: 1px;
    height: 48px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* MESSAGES */

.cd-messages-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cd-message-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.cd-message-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cd-message-unread {
    position: relative;
}

.cd-message-unread::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #e63946;
    border-radius: 50%;
}

.cd-msg-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e63946;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}

.cd-msg-body {
    flex: 1;
    min-width: 0;
}

.cd-msg-sender {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 2px;
}

.cd-msg-preview {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-msg-time {
    font-size: 11px;
    color: #9ca3af;
    white-space: nowrap;
    flex-shrink: 0;
}

/* FAVOURITE VENDORS */

.cd-fav-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cd-fav-card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    background: #fafafa;
}

.cd-fav-img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(225deg, rgba(0,0,0,0.04) 25%, transparent 25%) -10px 0/20px 20px,
        linear-gradient(315deg, rgba(0,0,0,0.04) 25%, transparent 25%) 0px 0/20px 20px,
        linear-gradient(45deg, rgba(0,0,0,0.04) 25%, #edf0f4 25%) 0px 0/20px 20px;
    flex-shrink: 0;
}

.cd-fav-info {
    flex: 1;
    min-width: 0;
}

.cd-fav-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 2px;
}

.cd-fav-type {
    font-size: 12px;
    color: #e63946;
    font-weight: 600;
    margin: 0 0 2px;
}

.cd-fav-price {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin: 0 0 8px;
}

.cd-fav-btn {
    padding: 6px 12px;
    font-size: 12px;
}

/* PROFILE PROGRESS */

.cd-progress-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.cd-progress-bar {
    flex: 1;
    height: 8px;
    background: #f3f4f6;
    border-radius: 999px;
    overflow: hidden;
}

.cd-progress-fill {
    height: 100%;
    background: #e63946;
    border-radius: 999px;
}

.cd-progress-label {
    font-size: 12px;
    font-weight: 700;
    color: #e63946;
    white-space: nowrap;
}

.cd-checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0;
}

.cd-checklist li {
    font-size: 13px;
}

.cd-check-done {
    color: #059669;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

.cd-check-done::before {
    content: '\2713';
    position: absolute;
    left: 0;
    font-weight: 700;
}

.cd-check-todo {
    color: #6b7280;
    padding-left: 20px;
    position: relative;
}

.cd-check-todo::before {
    content: '\25CB';
    position: absolute;
    left: 0;
}

.cd-full-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}

/* CALENDAR */

.cd-calendar {}

.cd-cal-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.cd-placeholder-note {
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
    padding: 12px 0;
}

.cd-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.cd-cal-dn {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 4px 0;
}

.cd-cal-day {
    font-size: 12px;
    color: #374151;
    padding: 5px 0;
    border-radius: 6px;
    cursor: pointer;
}

.cd-cal-day:hover {
    background: #f3f4f6;
}

.cd-cal-empty {
    padding: 5px 0;
}

.cd-cal-event {
    background: #e63946;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}

.cd-cal-event:hover {
    background: #d62828;
}

.cd-cal-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 10px;
}

.cd-cal-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e63946;
    border-radius: 50%;
}

/* QUICK ACTIONS */

.cd-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cd-quick-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    background: #fafafa;
    text-align: center;
    transition: 0.15s ease;
}

.cd-quick-btn:hover {
    border-color: #e63946;
    color: #e63946;
    background: #fff0f1;
}

/* WHY BOOK */

.cd-why-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cd-why-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cd-why-icon {
    width: 10px;
    height: 10px;
    background: #e63946;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.cd-why-item strong {
    display: block;
    font-size: 13px;
    color: #111;
    margin-bottom: 2px;
}

.cd-why-item p {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .cd-content-grid {
        grid-template-columns: 1fr;
    }

    .cd-col-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cd-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cd-sidebar {
        display: none;
    }

    .cd-main {
        padding: 20px 16px;
    }

    .cd-stats-row {
        grid-template-columns: 1fr 1fr;
    }

    .cd-col-right {
        grid-template-columns: 1fr;
    }

    .cd-header {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* VENDOR DASHBOARD */

.vd-page {
    display: flex;
    min-height: 100vh;
    background: #f4f5f7;
}

/* SIDEBAR */

.vd-sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    padding: 28px 0 24px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.vd-sidebar-logo {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #e63946;
    text-decoration: none;
    letter-spacing: -0.5px;
    padding: 0 24px 28px;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 16px;
}

.vd-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 12px;
    flex: 1;
}

.vd-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #4a5160;
    transition: 0.15s ease;
}

.vd-nav-link:hover {
    background: #f5f6f8;
    color: #e63946;
}

.vd-nav-active {
    background: #fff0f1;
    color: #e63946;
}

.vd-nav-logout {
    color: #9ca3af;
}

.vd-nav-logout:hover {
    background: #fef2f2;
    color: #e63946;
}

.vd-nav-soon {
    font-size: 10px;
    font-weight: 700;
    background: #f3f4f6;
    color: #9ca3af;
    border-radius: 999px;
    padding: 2px 7px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vd-help-card {
    margin: 20px 12px 0;
    background: #fff0f1;
    border: 1px solid #fbc8cb;
    border-radius: 14px;
    padding: 16px;
}

.vd-help-title {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
}

.vd-help-text {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
}

.vd-help-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

/* MAIN */

.vd-main {
    flex: 1;
    min-width: 0;
    padding: 32px 28px;
}

/* HEADER */

.vd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.vd-welcome-title {
    font-size: 26px;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.vd-welcome-sub {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.vd-header-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* STATS */

.vd-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}

.vd-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vd-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.vd-stat-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

/* CONTENT GRID */

.vd-content-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    align-items: start;
}

.vd-col-left,
.vd-col-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */

.vd-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
}

.vd-card h2 {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
}

.vd-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
}

.vd-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.vd-card-header h2 {
    margin-bottom: 0;
}

.vd-pending-badge {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
}

.vd-placeholder-note {
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
    padding: 8px 0;
}

.vd-empty {
    font-size: 14px;
    color: #9ca3af;
    padding: 10px 0;
}

.vd-empty-state {
    text-align: center;
    padding: 24px 0;
    color: #6b7280;
}

.vd-empty-state p {
    margin-bottom: 14px;
}

/* EDIT CARD */

.vd-edit-card {
    margin-bottom: 20px;
}

/* ENQUIRIES */

.vd-enquiries-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vd-enquiry-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.vd-enquiry-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vd-enquiry-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 52px;
    background: #fff0f1;
    border: 1px solid #fbc8cb;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #e63946;
    text-transform: uppercase;
    flex-shrink: 0;
    line-height: 1;
    gap: 2px;
}

.vd-enquiry-date strong {
    font-size: 18px;
    color: #111;
}

.vd-enquiry-info {
    flex: 1;
    min-width: 0;
}

.vd-enquiry-service {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}

.vd-enquiry-meta {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 2px;
}

.vd-enquiry-actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.vd-action-btn {
    padding: 8px 14px;
    font-size: 13px;
}

/* EVENTS */

.vd-events-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vd-event-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.vd-event-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vd-event-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 52px;
    background: #d1e7dd;
    border: 1px solid #a3cfbb;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #0a5928;
    text-transform: uppercase;
    flex-shrink: 0;
    line-height: 1;
    gap: 2px;
}

.vd-event-date-badge strong {
    font-size: 18px;
    color: #0a5928;
}

.vd-event-info {
    flex: 1;
    min-width: 0;
}

.vd-event-info h3 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 3px;
}

.vd-event-meta {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 2px;
}

.vd-event-price {
    font-size: 15px;
    font-weight: 800;
    color: #e63946;
    flex-shrink: 0;
}

/* SERVICES GRID */

.vd-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.vd-service-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.vd-service-img-wrap {
    height: 140px;
    overflow: hidden;
    background: #f3f4f6;
}

.vd-service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vd-service-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #9ca3af;
    font-weight: 600;
}

.vd-service-body {
    padding: 14px;
}

.vd-service-name {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.vd-service-price {
    font-size: 13px;
    font-weight: 700;
    color: #e63946;
    margin-bottom: 10px;
}

.vd-service-actions {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.vd-service-actions a {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    font-size: 12px;
}

/* PROFILE COMPLETENESS */

.vd-progress-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.vd-progress-bar {
    flex: 1;
    height: 8px;
    background: #f3f4f6;
    border-radius: 999px;
    overflow: hidden;
}

.vd-progress-fill {
    height: 100%;
    background: #e63946;
    border-radius: 999px;
}

.vd-progress-label {
    font-size: 12px;
    font-weight: 700;
    color: #e63946;
    white-space: nowrap;
}

.vd-checklist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.vd-checklist li {
    font-size: 13px;
    padding-left: 20px;
    position: relative;
}

.vd-check-done {
    color: #059669;
    font-weight: 600;
}

.vd-check-done::before {
    content: '\2713';
    position: absolute;
    left: 0;
    font-weight: 700;
}

.vd-check-todo {
    color: #6b7280;
}

.vd-check-todo::before {
    content: '\25CB';
    position: absolute;
    left: 0;
}

.vd-full-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px;
    font-size: 14px;
}

/* PIPELINE */

.vd-pipeline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vd-pipeline-stage {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.vd-pipeline-num {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.vd-pipeline-pending  { color: #d97706; }
.vd-pipeline-approved { color: #059669; }
.vd-pipeline-declined { color: #dc2626; }

.vd-pipeline-lbl {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.vd-pipeline-arrow {
    color: #d1d5db;
    font-size: 18px;
    flex-shrink: 0;
}

/* CALENDAR */

.vd-calendar {}

.vd-cal-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.vd-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    text-align: center;
}

.vd-cal-dn {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 4px 0;
}

.vd-cal-day {
    font-size: 12px;
    color: #374151;
    padding: 5px 0;
    border-radius: 6px;
    cursor: default;
}

.vd-cal-empty {
    padding: 5px 0;
}

.vd-cal-event {
    background: #e63946;
    color: #fff;
    font-weight: 700;
}

.vd-cal-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 10px;
}

.vd-cal-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #e63946;
    border-radius: 50%;
    flex-shrink: 0;
}

/* BTN DANGER (shared) */

.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #dc2626;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #dc2626;
    transition: 0.2s ease;
}

.btn-danger:hover {
    background: #fef2f2;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .vd-content-grid {
        grid-template-columns: 1fr;
    }

    .vd-col-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .vd-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .vd-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vd-sidebar {
        display: none;
    }

    .vd-main {
        padding: 20px 16px;
    }

    .vd-stats-row {
        grid-template-columns: 1fr 1fr;
    }

    .vd-col-right {
        grid-template-columns: 1fr;
    }

    .vd-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .vd-enquiry-item {
        flex-wrap: wrap;
    }

    .vd-enquiry-actions {
        width: 100%;
    }
}
}

/* BOOKING BASKET */

.bk-page {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
    padding-bottom: 60px;
}

.bk-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.bk-breadcrumb a {
    color: #888;
    text-decoration: none;
}

.bk-breadcrumb a:hover {
    color: #e63946;
}

.bk-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 28px;
}

/* Two-column layout */

.bk-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 28px;
    align-items: start;
}

.bk-col-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Card */

.bk-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.bk-card h2 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

/* Services list */

.bk-services-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bk-service-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.bk-service-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bk-service-img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.bk-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-service-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #aaa;
}

.bk-service-info {
    flex: 1;
    min-width: 0;
}

.bk-service-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.bk-vendor-name {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.bk-vendor-name a {
    color: #e63946;
    text-decoration: none;
}

.bk-vendor-name a:hover {
    text-decoration: underline;
}

.bk-service-price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.bk-service-price {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
}

.bk-remove-link {
    font-size: 12px;
    color: #dc2626;
    text-decoration: none;
    cursor: pointer;
}

.bk-remove-link:hover {
    text-decoration: underline;
}

/* Event details form */

.bk-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bk-form-full {
    grid-column: 1 / -1;
}

.bk-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bk-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.bk-optional {
    font-weight: 400;
    color: #aaa;
    font-size: 12px;
}

.bk-form-group input,
.bk-form-group select,
.bk-form-group textarea {
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    resize: vertical;
}

.bk-form-group input:focus,
.bk-form-group select:focus,
.bk-form-group textarea:focus {
    border-color: #e63946;
    background: #fff;
}

/* What happens next */

.bk-what-next {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.bk-what-next h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.bk-steps {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bk-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.bk-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e63946;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bk-step-body strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.bk-step-body p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Summary card (right column) */

.bk-col-right {
    position: sticky;
    top: 24px;
}

.bk-summary-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.bk-summary-card h2 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.bk-summary-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.bk-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.bk-summary-line-name {
    font-size: 13px;
    color: #555;
    flex: 1;
    line-height: 1.4;
}

.bk-summary-line-price {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    flex-shrink: 0;
}

.bk-breakdown {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.bk-breakdown-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.bk-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.bk-payment-note {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.5;
}

.bk-submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: #e63946;
    color: #fff;
    transition: background 0.2s;
    margin-bottom: 12px;
}

.bk-submit-btn:hover {
    background: #d62828;
}

.bk-secure-note {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 0;
}

/* Empty state */

.bk-empty {
    background: #fff;
    border-radius: 14px;
    padding: 60px 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    text-align: center;
}

.bk-empty p {
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}

/* Responsive */

@media (max-width: 900px) {
    .bk-layout {
        grid-template-columns: 1fr;
    }

    .bk-col-right {
        position: static;
    }
}

@media (max-width: 600px) {
    .bk-form-grid {
        grid-template-columns: 1fr;
    }

    .bk-service-item {
        flex-wrap: wrap;
    }

    .bk-service-price-col {
        align-items: flex-start;
        flex-direction: row;
        gap: 12px;
    }
}

/* SINGLE BOOKING PAGE */

.bs-page {
    max-width: 1000px;
    padding-bottom: 60px;
}

/* Header card */

.bs-header-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.bs-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.bs-back-link {
    margin: 0 0 10px 0;
    font-size: 13px;
}

.bs-back-link a {
    color: #888;
    text-decoration: none;
}

.bs-back-link a:hover {
    color: #e63946;
}

.bs-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px 0;
}

.bs-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bs-status-pending  { background: #fff3cd; color: #856404; }
.bs-status-confirmed { background: #d1e7dd; color: #0a5928; }
.bs-status-approved { background: #d1e7dd; color: #0a5928; }
.bs-status-cancelled,
.bs-status-declined { background: #f8d7da; color: #842029; }

.bs-header-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    align-items: center;
}

/* Banners */

.bs-approved-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #d1e7dd;
    border: 1px solid #a3cfbb;
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 20px;
}

.bs-approved-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #198754;
    flex-shrink: 0;
    position: relative;
}

.bs-approved-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(45deg);
    width: 8px;
    height: 14px;
    border-right: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
}

.bs-approved-text {
    flex: 1;
}

.bs-approved-text strong {
    display: block;
    font-size: 15px;
    color: #0a5928;
    margin-bottom: 2px;
}

.bs-approved-text p {
    margin: 0;
    font-size: 13px;
    color: #0a5928;
}

.bs-declined-banner {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 12px;
    padding: 16px 22px;
    margin-top: 20px;
}

.bs-declined-banner strong {
    display: block;
    font-size: 14px;
    color: #856404;
    margin-bottom: 4px;
}

.bs-declined-banner p {
    margin: 0;
    font-size: 13px;
    color: #856404;
}

/* Details card */

.bs-details-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.bs-details-card h2 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.bs-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.bs-meta-full {
    grid-column: 1 / -1;
}

.bs-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bs-meta-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #aaa;
}

.bs-meta-value {
    font-size: 15px;
    color: #222;
    font-weight: 500;
}

.bs-meta-cost {
    font-size: 18px;
    font-weight: 700;
    color: #e63946;
}

/* Services card */

.bs-services-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 32px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.bs-services-card h2 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bs-service-count {
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 20px;
}

.bs-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Individual service card */

.bs-service-card {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.bs-service-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.09);
}

.bs-service-pending  { border-color: #e5e5e5; }
.bs-service-approved { border-color: #a3cfbb; }
.bs-service-declined { border-color: #f1aeb5; background: #fff8f8; }

.bs-service-image {
    position: relative;
    height: 160px;
    background: #f5f5f5;
    overflow: hidden;
}

.bs-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bs-service-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #aaa;
}

.bs-service-status-pill {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.bs-pill-pending  { background: #fff3cd; color: #856404; }
.bs-pill-approved { background: #d1e7dd; color: #0a5928; }
.bs-pill-declined { background: #f8d7da; color: #842029; }

.bs-service-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.bs-service-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
}

.bs-service-price {
    font-size: 16px;
    font-weight: 700;
    color: #e63946;
    margin: 0;
}

.bs-declined-msg {
    font-size: 13px;
    color: #842029;
    background: #f8d7da;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0;
}

.bs-service-actions {
    display: flex;
    gap: 8px;
}

.bs-view-service-link {
    font-size: 13px;
    color: #e63946;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
}

.bs-view-service-link:hover {
    text-decoration: underline;
}

/* Similar services */

.bs-similar {
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bs-similar h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    margin: 0;
}

.bs-similar-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}

.bs-similar-item img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.bs-similar-info {
    flex: 1;
    min-width: 0;
}

.bs-similar-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 2px 0;
}

.bs-similar-price {
    font-size: 12px;
    color: #666;
    margin: 0 0 6px 0;
}

.bs-similar-actions {
    display: flex;
    gap: 6px;
}

.bs-browse-link {
    font-size: 12px;
    color: #e63946;
    text-decoration: none;
}

.bs-browse-link:hover {
    text-decoration: underline;
}

.bs-no-services {
    color: #888;
    font-size: 14px;
}

/* Responsive */

@media (max-width: 768px) {
    .bs-header-top {
        flex-direction: column;
    }

    .bs-header-actions {
        width: 100%;
    }

    .bs-services-grid {
        grid-template-columns: 1fr;
    }

    .bs-meta-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bs-approved-banner {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .bs-header-card,
    .bs-details-card,
    .bs-services-card {
        padding: 20px 18px;
    }

    .bs-meta-grid {
        grid-template-columns: 1fr;
    }
}

/* COMING SOON PILL */

.coming-soon-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f0f0f0;
    color: #888;
    padding: 2px 7px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 4px;
}

/* Disabled filter group */

.filter-group-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.filter-placeholder-note {
    font-size: 13px;
    color: #aaa;
    margin: 4px 0 0;
    font-style: italic;
}

/* Map coming soon */

.map-coming-soon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #aaa;
    margin: 0;
    font-style: italic;
}

/* Result chips - coming soon state */

.result-chip-soon {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

/* Save link - coming soon state */

.save-link-soon {
    font-size: 13px;
    color: #aaa;
    cursor: default;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Vendor location / radius meta */

.vendor-location,
.vendor-radius {
    font-size: 13px;
    color: #666;
}

/* No results state */

.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 48px 20px;
}

.no-results p {
    font-size: 15px;
    color: #888;
    margin-bottom: 16px;
}

/* Trusted tag variant */

.vendor-tag-trusted {
    background: #d1e7dd;
    color: #0a5928;
    border-color: #a3cfbb;
}

/* Pagination list output from paginate_links */

.pagination-bar .page-numbers {
    list-style: none;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.pagination-bar .page-numbers li a,
.pagination-bar .page-numbers li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    background: #fff;
    transition: 0.15s ease;
}

.pagination-bar .page-numbers li a:hover {
    border-color: #e63946;
    color: #e63946;
}

.pagination-bar .page-numbers li span.current {
    background: #e63946;
    border-color: #e63946;
    color: #fff;
    font-weight: 600;
}

.pagination-bar .page-numbers li span.dots {
    border: none;
    background: none;
    color: #aaa;
}