/* ── Boat Detail Page ── */
.vk-bd-breadcrumb { padding: 10px 0 0; font-size: 13px; color: #6b7280; }
.vk-bd-breadcrumb a { color: #d4850a; text-decoration: none; }
.vk-bd-breadcrumb a:hover { text-decoration: underline; }
.vk-bd-breadcrumb span { margin: 0 6px; color: #d1d5db; }

.vk-bd-title-row {
    padding: 18px 0 14px;
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.vk-bd-title-left h1 { font-size: 26px; font-weight: 800; color: #0d1b2a; margin: 0 0 8px; line-height: 1.25; }
:root.vk-dark .vk-bd-title-left h1 { color: #e5e7eb; }
.vk-bd-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13.5px; color: #374151; }
:root.vk-dark .vk-bd-meta { color: #9ca3af; }
.vk-bd-meta i { color: #d4850a; margin-right: 4px; }
.vk-bd-meta-sep { color: #d1d5db; }
.vk-bd-stars { color: #f59e0b; font-size: 14px; }
.vk-bd-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(212,133,10,0.12); color: #d4850a;
    font-size: 12px; font-weight: 700; padding: 4px 10px;
    border-radius: 20px; border: 1px solid rgba(212,133,10,0.25); white-space: nowrap;
}
.vk-bd-price-badge { font-size: 22px; font-weight: 800; color: #0d1b2a; white-space: nowrap; }
:root.vk-dark .vk-bd-price-badge { color: #e5e7eb; }
.vk-bd-price-badge em { font-style: normal; font-size: 13px; color: #6b7280; font-weight: 400; }

/* Gallery */
.vk-bd-gallery {
    display: grid; grid-template-columns: 3fr 2fr;
    grid-template-rows: 230px 230px; gap: 8px;
    border-radius: 16px; overflow: hidden;
}
.vk-bd-gallery-img { position: relative; overflow: hidden; cursor: pointer; background: #e5e7eb; }
.vk-bd-gallery-img:first-child { grid-row: span 2; }
.vk-bd-gallery-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.vk-bd-gallery-img:hover img { transform: scale(1.04); }
.vk-bd-gallery-btn {
    position: absolute; bottom: 14px; right: 14px;
    background: rgba(255,255,255,0.92); color: #0d1b2a;
    font-size: 12.5px; font-weight: 700; padding: 7px 14px;
    border-radius: 8px; border: none; cursor: pointer; font-family: inherit;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: background 0.2s;
}
.vk-bd-gallery-btn:hover { background: #fff; }

/* 2-col layout */
.vk-bd-layout {
    display: grid; grid-template-columns: 1fr 360px;
    gap: 36px; align-items: flex-start; margin: 24px 0 0;
}
.vk-bd-sidebar { position: sticky; top: 120px; }

/* Host bar */
.vk-bd-host-bar {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 0; border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb; margin-bottom: 24px;
}
:root.vk-dark .vk-bd-host-bar { border-color: #1e3246; }
.vk-bd-host-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, #0d1b2a, #1a3550);
    display: flex; align-items: center; justify-content: center;
    color: #d4850a; font-size: 20px; flex-shrink: 0;
}
.vk-bd-host-name { font-size: 14.5px; font-weight: 700; color: #0d1b2a; margin: 0 0 2px; }
:root.vk-dark .vk-bd-host-name { color: #e5e7eb; }
.vk-bd-host-sub { font-size: 12.5px; color: #6b7280; margin: 0; }

/* Highlights */
.vk-bd-highlights { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 28px; }
.vk-bd-highlight-item {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 18px 12px; background: #f9fafb; border-radius: 12px;
    border: 1px solid #f3f4f6; gap: 8px;
}
:root.vk-dark .vk-bd-highlight-item { background: #152237; border-color: #1e3246; }
.vk-bd-highlight-icon { font-size: 22px; color: #d4850a; }
.vk-bd-highlight-label { font-size: 11px; font-weight: 600; color: #6b7280; text-transform: uppercase; letter-spacing: 0.3px; }
.vk-bd-highlight-val { font-size: 14px; font-weight: 700; color: #0d1b2a; }
:root.vk-dark .vk-bd-highlight-val { color: #e5e7eb; }

/* Section titles */
.vk-bd-sec-title {
    font-size: 18px; font-weight: 700; color: #0d1b2a;
    margin: 0 0 14px; padding-bottom: 10px;
    border-bottom: 2px solid #d4850a; display: inline-block;
}
:root.vk-dark .vk-bd-sec-title { color: #e5e7eb; }

.vk-bd-desc { font-size: 14.5px; color: #374151; line-height: 1.75; margin-bottom: 28px; }
:root.vk-dark .vk-bd-desc { color: #9ca3af; }

/* ── Rich content from CMS ── */
.vk-bd-desc p {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.75;
    color: #374151;
}
:root.vk-dark .vk-bd-desc p { color: #9ca3af; }

/* Suppress empty &nbsp;-only paragraphs */
.vk-bd-desc p:empty,
.vk-bd-desc p.vk-empty-p { display: none; }

.vk-bd-desc strong { color: #0d1b2a; font-weight: 700; }
:root.vk-dark .vk-bd-desc strong { color: #e5e7eb; }

/* Responsive table wrapper injected by JS */
.vk-rich-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 16px 0 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
:root.vk-dark .vk-rich-table-wrap { border-color: #1e3246; }

.vk-bd-desc table {
    width: 100%;
    min-width: 380px;
    border-collapse: collapse;
    font-size: 13.5px;
}

.vk-bd-desc table tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s;
}
:root.vk-dark .vk-bd-desc table tbody tr { border-color: #1e3246; }

.vk-bd-desc table tbody tr:last-child { border-bottom: none; }
.vk-bd-desc table tbody tr:hover { background: rgba(212,133,10,0.04); }

.vk-bd-desc table td {
    padding: 11px 14px;
    vertical-align: middle;
    color: #374151;
    line-height: 1.5;
}
:root.vk-dark .vk-bd-desc table td { color: #9ca3af; }

/* First column — label style */
.vk-bd-desc table td:first-child:not([colspan]) {
    font-weight: 700;
    color: #0d1b2a;
    font-size: 13px;
    text-transform: none;
    width: 44%;
    background: #f9fafb;
    border-right: 1px solid #f3f4f6;
}
:root.vk-dark .vk-bd-desc table td:first-child:not([colspan]) {
    color: #e5e7eb;
    background: #0d1b2a;
    border-right-color: #1e3246;
}

/* Colspan full-width rows (price highlight) */
.vk-bd-desc table td[colspan] {
    background: linear-gradient(90deg, rgba(212,133,10,0.08), rgba(212,133,10,0.03));
    font-weight: 700;
    color: #d4850a !important;
    text-align: center;
    padding: 12px 14px;
    border-top: 1px solid rgba(212,133,10,0.20);
    border-bottom: 1px solid rgba(212,133,10,0.20);
}

/* Inline p tags inside td (CMS quirk) */
.vk-bd-desc table td p { margin: 0; font-size: 13.5px; }
.vk-bd-desc table td strong { color: inherit; }

/* Note / disclaimer paragraphs */
.vk-bd-desc p strong:first-child { color: #d4850a; }

/* Details grid */
.vk-bd-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.vk-bd-detail-item {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; background: #f9fafb; border-radius: 10px;
    font-size: 13.5px; color: #374151;
}
:root.vk-dark .vk-bd-detail-item { background: #152237; color: #9ca3af; }
.vk-bd-detail-item i { color: #d4850a; width: 16px; text-align: center; flex-shrink: 0; }
.vk-bd-detail-item strong { color: #0d1b2a; font-weight: 600; }
:root.vk-dark .vk-bd-detail-item strong { color: #e5e7eb; }

/* Ghat chips */
.vk-bd-ghats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.vk-bd-ghat-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(13,27,42,0.06); color: #0d1b2a;
    font-size: 12.5px; font-weight: 600; padding: 5px 12px;
    border-radius: 20px; border: 1.5px solid rgba(13,27,42,0.12);
}
:root.vk-dark .vk-bd-ghat-chip { background: rgba(255,255,255,0.06); color: #9ca3af; border-color: rgba(255,255,255,0.10); }
.vk-bd-ghat-chip i { color: #d4850a; font-size: 11px; }

/* FAQ */
.vk-bd-faq-wrap { margin-bottom: 32px; }
.vk-bd-faq-item {
    border: 1.5px solid #e5e7eb; border-radius: 12px;
    margin-bottom: 10px; overflow: hidden; transition: border-color 0.2s;
}
.vk-bd-faq-item.open { border-color: #d4850a; }
:root.vk-dark .vk-bd-faq-item { border-color: #1e3246; background: #0d1b2a; }
:root.vk-dark .vk-bd-faq-item.open { border-color: #d4850a; }
.vk-bd-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 15px 18px; cursor: pointer; gap: 12px; background: #fff;
    font-size: 14.5px; font-weight: 600; color: #0d1b2a; user-select: none;
    transition: background 0.2s;
}
.vk-bd-faq-item.open .vk-bd-faq-q { background: rgba(212,133,10,0.05); }
:root.vk-dark .vk-bd-faq-q { color: #e5e7eb; background: #0d1b2a; }
:root.vk-dark .vk-bd-faq-item.open .vk-bd-faq-q { background: rgba(212,133,10,0.08); }
.vk-bd-faq-icon {
    width: 24px; height: 24px; border-radius: 50%;
    background: #f3f4f6; color: #6b7280;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0; line-height: 1;
    transition: background 0.2s, color 0.2s, transform 0.3s;
}
.vk-bd-faq-item.open .vk-bd-faq-icon {
    background: #d4850a; color: #fff; transform: rotate(180deg);
}
.vk-bd-faq-a {
    font-size: 13.5px; color: #6b7280; line-height: 1.7;
    max-height: 0; overflow: hidden; padding: 0 18px;
    transition: max-height 0.35s ease, padding 0.25s;
}
:root.vk-dark .vk-bd-faq-a { color: #8fa3b8; }
.vk-bd-faq-item.open .vk-bd-faq-a { max-height: 300px; padding: 0 18px 15px; }

/* Similar boats */
.vk-bd-sim-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 12px; }
.vk-bd-sim-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s; text-decoration: none;
}
:root.vk-dark .vk-bd-sim-card { background: #152237; }
.vk-bd-sim-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.13); text-decoration: none; }
.vk-bd-sim-img { width: 100%; height: 140px; object-fit: cover; display: block; }
.vk-bd-sim-body { padding: 12px 14px; }
.vk-bd-sim-name {
    font-size: 13px; font-weight: 700; color: #0d1b2a; margin: 0 0 6px; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
:root.vk-dark .vk-bd-sim-name { color: #e5e7eb; }
.vk-bd-sim-price { font-size: 13px; font-weight: 700; color: #d4850a; }

/* Lightbox */
.vk-bd-lb {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.94); flex-direction: column;
    align-items: center; justify-content: center;
}
.vk-bd-lb.open { display: flex; }
.vk-bd-lb-img-wrap { position: relative; max-width: 90vw; max-height: 72vh; }
.vk-bd-lb-img-wrap img { max-width: 90vw; max-height: 72vh; object-fit: contain; border-radius: 8px; display: block; }
.vk-bd-lb-close {
    position: absolute; top: 18px; right: 22px;
    color: #fff; font-size: 24px; cursor: pointer;
    background: rgba(255,255,255,0.12); width: 40px; height: 40px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; z-index: 2;
}
.vk-bd-lb-close:hover { background: rgba(255,255,255,0.22); }
.vk-bd-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.15); color: #fff;
    border: none; border-radius: 50%; width: 44px; height: 44px;
    font-size: 18px; cursor: pointer; display: flex; align-items: center;
    justify-content: center; transition: background 0.2s;
}
.vk-bd-lb-nav:hover { background: rgba(255,255,255,0.28); }
.vk-bd-lb-prev { left: -58px; }
.vk-bd-lb-next { right: -58px; }
.vk-bd-lb-thumbs {
    display: flex; gap: 8px; margin-top: 16px;
    max-width: 90vw; overflow-x: auto; padding-bottom: 4px;
}
.vk-bd-lb-thumb {
    width: 64px; height: 46px; object-fit: cover; border-radius: 6px;
    cursor: pointer; opacity: 0.55; transition: opacity 0.2s, border 0.2s;
    border: 2px solid transparent; flex-shrink: 0;
}
.vk-bd-lb-thumb.active { opacity: 1; border-color: #d4850a; }
.vk-bd-lb-counter { color: rgba(255,255,255,0.55); font-size: 13px; margin-top: 8px; }

/* ── Boat Booking Card ── */
.vk-boat-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 28px rgba(0,0,0,0.10); margin-bottom: 24px;
}
:root.vk-dark .vk-boat-card { background: #152237; }

.vk-boat-card-header { background: linear-gradient(135deg, #0d1b2a 0%, #1a3550 100%); padding: 20px 22px 18px; }
.vk-boat-card-header h3 { color: #fff !important; font-size: 17px !important; font-weight: 700 !important; margin: 0 0 4px !important; border: none !important; }
.vk-boat-card-header p { color: rgba(255,255,255,0.60); font-size: 12.5px; margin: 0; }
.vk-boat-card-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: rgba(37,211,102,0.18); color: #25D366;
    font-size: 11.5px; font-weight: 600; padding: 3px 10px;
    border-radius: 20px; margin-top: 8px;
}
.vk-boat-card-body { padding: 22px 22px 18px; }

.vk-boat-group { margin-bottom: 14px; }
.vk-boat-group label {
    display: block; font-size: 12px; font-weight: 600; color: #374151;
    margin-bottom: 5px; letter-spacing: 0.2px; text-transform: uppercase;
}
:root.vk-dark .vk-boat-group label { color: #8fa3b8; }
.vk-boat-group input,
.vk-boat-group select {
    width: 100%; padding: 10px 13px;
    border: 1.5px solid #e5e7eb; border-radius: 9px;
    font-size: 13.5px; font-family: inherit; color: #1a1a2e;
    background: #f9fafb; transition: border-color 0.2s, box-shadow 0.2s;
    outline: none; box-sizing: border-box; -webkit-appearance: none; appearance: none;
}
:root.vk-dark .vk-boat-group input,
:root.vk-dark .vk-boat-group select { background: #0d1b2a; border-color: #1e3246; color: #e5e7eb; }
.vk-boat-group input:focus,
.vk-boat-group select:focus { border-color: #d4850a; box-shadow: 0 0 0 3px rgba(212,133,10,0.12); background: #fff; }

/* Persons counter row */
.vk-boat-counter-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.vk-boat-counter-row > label {
    font-size: 12px; font-weight: 600; color: #374151;
    text-transform: uppercase; letter-spacing: 0.2px; flex: 1; margin: 0;
}
:root.vk-dark .vk-boat-counter-row > label { color: #8fa3b8; }
.vk-boat-counter {
    display: flex; align-items: center;
    border: 1.5px solid #e5e7eb; border-radius: 9px;
    overflow: hidden; background: #f9fafb;
}
:root.vk-dark .vk-boat-counter { background: #0d1b2a; border-color: #1e3246; }
.vk-boat-counter button {
    width: 32px; height: 36px; border: none; background: transparent;
    font-size: 16px; font-weight: 700; color: #6b7280; cursor: pointer;
    transition: color 0.15s, background 0.15s;
}
.vk-boat-counter button:hover { color: #d4850a; background: rgba(212,133,10,0.08); }
.vk-boat-counter input {
    width: 42px; border: none !important; box-shadow: none !important;
    background: transparent !important; text-align: center;
    font-size: 14px; font-weight: 700; color: #1a1a2e; padding: 0 !important; outline: none;
}
:root.vk-dark .vk-boat-counter input { color: #e5e7eb; }

/* Time Slot */
.vk-boat-slot-label {
    display: block; font-size: 12px; font-weight: 600; color: #374151;
    margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.2px;
}
:root.vk-dark .vk-boat-slot-label { color: #8fa3b8; }
.vk-boat-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
.vk-boat-slot-opt { position: relative; }
.vk-boat-slot-opt input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.vk-boat-slot-opt label {
    display: flex; flex-direction: column; align-items: center;
    gap: 4px; padding: 12px 8px; background: #f9fafb;
    border: 1.5px solid #e5e7eb; border-radius: 10px; cursor: pointer;
    transition: all 0.2s; text-align: center; text-transform: none;
    letter-spacing: 0; font-size: 13px; font-weight: 600; color: #374151;
}
:root.vk-dark .vk-boat-slot-opt label { background: #0d1b2a; border-color: #1e3246; color: #9ca3af; }
.vk-boat-slot-opt input[type="radio"]:checked + label {
    border-color: #d4850a; background: rgba(212,133,10,0.08);
    color: #d4850a; box-shadow: 0 0 0 3px rgba(212,133,10,0.10);
}
.vk-boat-slot-opt label .vk-slot-icon { font-size: 20px; }
.vk-boat-slot-opt label .vk-slot-time { font-size: 10.5px; color: #6b7280; font-weight: 400; }
.vk-boat-slot-opt input[type="radio"]:checked + label .vk-slot-time { color: #d4850a; }

/* Buttons */
.vk-boat-btn-wa {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 13px; background: #25D366; color: #fff;
    font-size: 14.5px; font-weight: 700; border: none; border-radius: 10px;
    cursor: pointer; font-family: inherit; margin-bottom: 10px;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 3px 12px rgba(37,211,102,0.28);
}
.vk-boat-btn-wa:hover { background: #1da851; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(37,211,102,0.38); }
.vk-boat-btn-wa svg { width: 20px; height: 20px; flex-shrink: 0; }

.vk-boat-btn-call {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px; background: transparent; color: #0d1b2a;
    font-size: 14px; font-weight: 700; border: 1.5px solid #0d1b2a;
    border-radius: 10px; cursor: pointer; font-family: inherit;
    text-decoration: none; transition: background 0.2s, color 0.2s;
}
.vk-boat-btn-call:hover { background: #0d1b2a; color: #fff; text-decoration: none; }
:root.vk-dark .vk-boat-btn-call { border-color: #d4850a; color: #d4850a; }
:root.vk-dark .vk-boat-btn-call:hover { background: #d4850a; color: #fff; }

/* Helpline card */
.vk-boat-helpline {
    border-radius: 16px; padding: 22px; position: relative;
    overflow: hidden; margin-bottom: 24px;
    background: linear-gradient(135deg, #0d1b2a, #1a3550);
}
.vk-boat-helpline::before {
    content: ''; position: absolute; inset: 0;
    background: url('images/boat/motor-boat-booking-varanasi.jpg') center/cover no-repeat;
    opacity: 0.18;
}
.vk-boat-helpline-inner { position: relative; z-index: 1; }
.vk-boat-helpline h4 { color: #fff !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 0 4px !important; border: none !important; }
.vk-boat-helpline p { color: rgba(255,255,255,0.65); font-size: 13px; margin: 0 0 14px; }
.vk-boat-helpline a { display: flex; align-items: center; gap: 8px; color: #f0a62e; font-size: 14px; font-weight: 600; text-decoration: none; margin-bottom: 8px; transition: color 0.18s; }
.vk-boat-helpline a:hover { color: #fff; }
.vk-boat-helpline a i { font-size: 14px; color: #d4850a; }

/* Why strip */
.vk-bd-why {
    background: linear-gradient(135deg, #0d1b2a, #1a3550);
    border-radius: 16px; padding: 28px 32px; margin: 32px 0;
    display: grid; grid-template-columns: repeat(4,1fr); gap: 24px;
}
.vk-bd-why-item { text-align: center; }
.vk-bd-why-icon { font-size: 26px; color: #d4850a; margin-bottom: 8px; }
.vk-bd-why-title { color: #fff; font-size: 14px; font-weight: 700; margin: 0 0 4px; }
.vk-bd-why-sub { color: rgba(255,255,255,0.55); font-size: 12px; }

/* Responsive */
@media(max-width: 991px){
    .vk-bd-layout { grid-template-columns: 1fr; }
    .vk-bd-sidebar { position: static; }
    .vk-bd-gallery { grid-template-rows: 200px 200px; }
    .vk-bd-sim-grid { grid-template-columns: repeat(2,1fr); }
    .vk-bd-why { grid-template-columns: repeat(2,1fr); }
}
@media(max-width: 600px){
    /* Keep desktop 3-image layout: hero left + 2 stacked right */
    .vk-bd-gallery {
        grid-template-columns: 3fr 2fr;
        grid-template-rows: 140px 140px;
        border-radius: 12px;
        gap: 5px;
    }
    .vk-bd-gallery-img:first-child { grid-row: span 2; }
    .vk-bd-title-left h1 { font-size: 19px; }
    .vk-bd-highlights { grid-template-columns: repeat(3,1fr); }
    .vk-bd-details-grid { grid-template-columns: 1fr; }
    .vk-bd-sim-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .vk-bd-why { grid-template-columns: 1fr 1fr; gap: 18px; padding: 20px; }
}
@media(max-width: 400px){
    .vk-bd-gallery { grid-template-rows: 115px 115px; }
    .vk-bd-title-left h1 { font-size: 17px; }
    .vk-bd-why { grid-template-columns: 1fr; }
}

/* ── Mobile sticky bottom bar ── */
.vk-bd-mob-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 12px 16px 18px;
    z-index: 980;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
}
:root.vk-dark .vk-bd-mob-bar { background: #0d1b2a; border-color: #1e3246; }

.vk-bd-mob-price-val {
    font-size: 20px; font-weight: 800; color: #d4850a; line-height: 1;
}
.vk-bd-mob-price-sub {
    font-size: 11.5px; color: #6b7280; margin-top: 2px;
}

.vk-bd-mob-btns { display: flex; gap: 8px; flex-shrink: 0; }

.vk-bd-mob-btn-wa {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    padding: 11px 18px; background: #25D366; color: #fff;
    font-size: 13.5px; font-weight: 700; border: none; border-radius: 10px;
    cursor: pointer; font-family: inherit;
    box-shadow: 0 3px 10px rgba(37,211,102,0.30);
    transition: background 0.2s;
}
.vk-bd-mob-btn-wa:hover { background: #1da851; }
.vk-bd-mob-btn-wa svg { width: 18px; height: 18px; flex-shrink: 0; }

.vk-bd-mob-btn-form {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px 16px; background: #0d1b2a; color: #fff;
    font-size: 13.5px; font-weight: 700; border: none; border-radius: 10px;
    cursor: pointer; font-family: inherit; transition: background 0.2s;
}
:root.vk-dark .vk-bd-mob-btn-form { background: #d4850a; }
.vk-bd-mob-btn-form:hover { background: #1a3550; }

/* ── Mobile booking sheet ── */
.vk-bd-sheet-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,0.48); z-index: 1070;
}
.vk-bd-sheet-overlay.active { display: block; }

.vk-bd-sheet {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: #fff; border-radius: 20px 20px 0 0;
    z-index: 1080; max-height: 88vh; overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1);
}
:root.vk-dark .vk-bd-sheet { background: #0d1b2a; }
.vk-bd-sheet.active { transform: translateY(0); }

.vk-bd-sheet-handle {
    width: 40px; height: 4px; background: #d1d5db;
    border-radius: 2px; margin: 12px auto 0;
}
.vk-bd-sheet-top {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px 0;
}
.vk-bd-sheet-top h3 {
    font-size: 17px; font-weight: 800; color: #0d1b2a; margin: 0;
}
:root.vk-dark .vk-bd-sheet-top h3 { color: #e5e7eb; }
.vk-bd-sheet-x {
    width: 32px; height: 32px; border-radius: 50%;
    background: #f3f4f6; border: none; font-size: 18px;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    color: #374151;
}
:root.vk-dark .vk-bd-sheet-x { background: #1e3246; color: #9ca3af; }
.vk-bd-sheet-body { padding: 14px 20px 36px; }

@media(max-width: 991px){
    /* Hide sidebar on mobile, show bottom bar */
    .vk-bd-sidebar { display: none; }
    .vk-bd-mob-bar { display: flex; }
    /* Keep content from hiding behind fixed bar */
    .vk-bd-why, .vk-bd-sim-section { margin-bottom: 80px; }
}
