@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;900&display=swap');

/* =============================================
   HVB — Premium 3D Dark Glassmorphism Booking Bar
   ============================================= */

/* ── Hide page title ── */
.page-title,
.entry-title,
h1.page-title,
h1.wp-block-post-title,
.wp-block-post-title,
.single-page-title,
header.entry-header,
.entry-header h1 {
    display: none !important;
}

/* Reset */
.hvb-wrapper, .hvb-wrapper *, .hvb-wrapper *::before, .hvb-wrapper *::after {
    box-sizing: border-box;
}

/* Kill theme bg images selectively (keep gradients intact) */
.hvb-bar,
.hvb-inline-feats,
.hvb-detail-panel,
.hvb-vtabs,
.hvb-vtab-feats,
.hvb-wizard-progress { background-image: none; }

/* ── Wrapper ── */
.hvb-wrapper {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    /* Outer glow */
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.35));
}

/* ── Tabs (hidden) ── */
.hvb-tabs { display: none; }
.hvb-tab  { display: none; }

/* ── Vehicle tabs inside detail panel ── */
.hvb-vtabs {
    border-radius: 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 0 30px;
    background: rgba(255,255,255,0.03);
    display: flex;
}

.hvb-vtabs .hvb-tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 16px 24px;
    position: relative;
    color: rgba(255,255,255,0.6);
}

.hvb-vtabs .hvb-tab.active {
    background: rgba(255,255,255,0.06);
    color: #fff;
}

.hvb-vtab-sub-info {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.4);
    font-weight: 600;
}

.hvb-vtab-price-tag {
    font-size: 0.85rem;
    font-weight: 800;
    color: #4ade80;
    margin-top: 2px;
    display: block;
}

.hvb-vtab-price--ozel { color: #c084fc; }

.hvb-vtabs .hvb-tab.active[data-vtype="standard"] { border-bottom-color: #4ade80; }
.hvb-vtabs .hvb-tab.active[data-vtype="quote"]    { border-bottom-color: #c084fc; }

/* ── Discount badge ── */
.hvb-discount-badge {
    font-size: 0.68rem;
    font-weight: 800;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 2px 8px;
    border-radius: 99px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(34,197,94,0.4);
}

/* ══════════════════════════════════════
   BOOKING BAR — Premium Light Theme
   ══════════════════════════════════════ */
.hvb-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    border: 1px solid #e5e7eb;
    border-bottom: 2px solid #f3f4f6;
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    padding: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
}

/* Top shine line (removed for light theme, simplified) */
.hvb-bar::before {
    display: none;
}

/* ── Inline Features Strip ── */
.hvb-inline-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    background: #f8fafc;
    border-radius: 0 0 20px 20px;
    border: 1px solid #e5e7eb;
    border-top: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    padding: 10px 28px 14px;
    min-height: 44px;
    position: relative;
}

/* Bottom shine */
.hvb-inline-feats::after {
    display: none;
}

.hvb-inline-feats span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.73rem;
    font-weight: 700;
    background: #ffffff;
    color: #4b5563;
    padding: 4px 12px;
    border-radius: 99px;
    border: 1px solid #e5e7eb;
    white-space: nowrap;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
}

.hvb-inline-feats span:hover {
    background: #f0fdf4;
    border-color: #86efac;
    color: #16a34a;
}

.hvb-inline-feats span::before {
    content: '✓';
    font-size: 0.65rem;
    color: #22c55e;
    font-weight: 900;
}


/* ── Field Base ── */
.hvb-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    position: relative;
    z-index: 10;
    flex: 1 1 180px;
    min-width: 0;
    cursor: text;
}

.hvb-field:hover {
    background: #f9fafb;
    border-radius: 0;
}

.hvb-field--location { flex: 2 1 200px; }
.hvb-field--datetime { flex: 1.8 1 180px; }
.hvb-field--toggle   { flex: 1 1 140px; }
.hvb-field--passengers { flex: 1 1 140px; }

.hvb-field-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(74,222,128,0.12);
    color: #4ade80;
    box-shadow: 0 0 12px rgba(74,222,128,0.2);
}

.hvb-icon-dropoff {
    background: rgba(96,165,250,0.12);
    color: #60a5fa;
    box-shadow: 0 0 12px rgba(96,165,250,0.2);
}

.hvb-field-icon svg { stroke: currentColor; }

.hvb-field-content {
    flex: 1;
    min-width: 0;
}

.hvb-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #000;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 1;
}

.hvb-label--center {
    text-align: center;
}

.hvb-input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    color: #000;
    background: transparent;
    padding: 0;
    line-height: 1.4;
    caret-color: #16a34a;
}

.hvb-input::placeholder { color: #555; font-weight: 600; }

.hvb-input--date,
.hvb-input--time {
    cursor: pointer;
}

/* Flatpickr overrides */
.hvb-field .flatpickr-input { background: transparent !important; box-shadow: none !important; color: #000 !important; }

/* ── Dividers ── */
.hvb-divider {
    width: 1px;
    height: 48px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* ── Swap Button ── */
.hvb-swap {
    display: none !important;
}

/* ── Toggle Switch ── */
.hvb-field--toggle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 16px;
}

.hvb-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.hvb-toggle-switch {
    position: relative;
    width: 40px;
    height: 22px;
    display: inline-block;
}

.hvb-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.hvb-toggle-slider {
    position: absolute;
    inset: 0;
    background: #e5e7eb;
    border-radius: 99px;
    cursor: pointer;
    transition: 0.25s;
}

.hvb-toggle-slider::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    transition: 0.25s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.hvb-toggle-switch input:checked + .hvb-toggle-slider {
    background: #4ade80;
    box-shadow: 0 0 10px rgba(74,222,128,0.5);
}

.hvb-toggle-switch input:checked + .hvb-toggle-slider::before {
    transform: translateX(18px);
}

.hvb-discount-badge {
    font-size: 0.68rem;
    font-weight: 700;
    color: #0f172a;
    background: #4ade80;
    padding: 2px 7px;
    border-radius: 99px;
    white-space: nowrap;
    letter-spacing: 0.03em;
    box-shadow: 0 0 8px rgba(74,222,128,0.4);
}

/* ── Passengers ── */
.hvb-field--passengers {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 16px;
}

.hvb-passengers-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.hvb-passengers-select {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
    background: transparent;
    cursor: pointer;
    padding-right: 22px;
    appearance: none;
    -webkit-appearance: none;
}

.hvb-passengers-select option {
    background: #fff;
    color: #111827;
}

.hvb-chevron {
    position: absolute;
    right: 0;
    pointer-events: none;
    color: #9ca3af;
}

/* ── Search Button ── */
.hvb-search-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    border: none;
    border-radius: 0 12px 12px 0;
    padding: 0 32px;
    height: 68px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.1) inset,
        0 4px 20px rgba(22,163,74,0.5),
        0 1px 0 rgba(255,255,255,0.2) inset;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.hvb-search-btn:hover {
    background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.15) inset,
        0 8px 32px rgba(74,222,128,0.5),
        0 1px 0 rgba(255,255,255,0.25) inset;
    transform: translateX(1px);
}

.hvb-search-btn svg { flex-shrink: 0; }

/* ── Detail Panel ── */
.hvb-detail-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    margin-top: 16px;
    overflow: hidden;
    animation: hvbSlideIn 0.35s ease;
}

@keyframes hvbSlideIn {
    from { opacity: 0; transform: translateY(-12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Price Result ── */
.hvb-price-result {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    padding: 20px 30px;
    border-bottom: 1px solid #a7f3d0;
}

.hvb-price-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #065f46;
}

.hvb-price-badge svg { color: #059669; }

.hvb-no-price {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #eff6ff;
    border-bottom: 1px solid #bfdbfe;
    padding: 16px 30px;
    color: #111827;
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.5;
}

.hvb-no-price svg { color: #2563eb; flex-shrink: 0; }

/* ── Detail panel — tüm fontlar siyah ── */
.hvb-detail-panel,
.hvb-detail-panel *:not(button):not(.hvb-vtab-price-tag):not(.hvb-vtab-price--ozel):not(.hvb-vtab-price--std):not(.hvb-badge--premium) {
    color: #111827;
}

/* Renk override'larını koru */
.hvb-vtab-price-tag { color: #16a34a; }
.hvb-vtab-price--ozel { color: #7c3aed !important; }
.hvb-wizard-step.active .hvb-wizard-dot { color: #fff; }
.hvb-wizard-step.done .hvb-wizard-dot { color: #fff; }
#hvb-s2-price { color: #16a34a !important; }


/* ── Sections ── */
.hvb-section {
    padding: 28px 30px;
    border-bottom: 1px solid #f3f4f6;
}

.hvb-section:last-of-type { border-bottom: none; }

.hvb-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #374151;
    margin: 0 0 20px;
}

/* ── 2-Choice Vehicle Grid ── */
.hvb-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hvb-choice-card {
    cursor: pointer;
    display: block;
}

.hvb-choice-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hvb-choice-inner {
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 22px;
    transition: all 0.2s ease;
    background: #fafafa;
    position: relative;
    min-height: 140px;
}

.hvb-choice-card:hover .hvb-choice-inner {
    border-color: #374151;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.hvb-choice-card input:checked + .hvb-choice-inner {
    border-color: #16a34a;
    background: #f0fdf4;
    box-shadow: 0 0 0 3px rgba(22,163,74,0.12);
}

/* Premium badge override */
.hvb-badge--premium { background: #7c3aed !important; }

.hvb-choice-card:has(input[value="ozel"]) input:checked + .hvb-choice-inner {
    border-color: #7c3aed;
    background: #faf5ff;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.12);
}

.hvb-choice-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hvb-choice-price-tag {
    font-size: 0.85rem;
    font-weight: 800;
    color: #16a34a;
    white-space: nowrap;
}

.hvb-choice-quote-tag {
    font-size: 0.78rem;
    font-weight: 700;
    color: #7c3aed;
    background: #f3e8ff;
    padding: 2px 9px;
    border-radius: 99px;
}

.hvb-choice-inner h4 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
}

.hvb-choice-inner p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 600;
}

.hvb-choice-check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.2s ease;
}

.hvb-choice-card input:checked + .hvb-choice-inner .hvb-choice-check {
    background: #16a34a;
    color: #fff;
}

.hvb-choice-card:has(input[value="ozel"]) input:checked + .hvb-choice-inner .hvb-choice-check {
    background: #7c3aed;
    color: #fff;
}

/* ── Özel Araç WhatsApp button ── */
.hvb-ozel-wa-btn {
    background: #7c3aed !important;
    font-size: 0.95rem;
}
.hvb-ozel-wa-btn:hover { background: #6d28d9 !important; }

/* ── Keep old vehicle card styles for fallback (hidden if 2-choice used) ── */
.hvb-vehicles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    gap: 16px;
}

.hvb-vehicle-card {
    cursor: pointer;
    display: block;
}

.hvb-vehicle-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hvb-vehicle-inner {
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    transition: all 0.2s ease;
    position: relative;
    background: #fafafa;
}

.hvb-vehicle-card:hover .hvb-vehicle-inner {
    border-color: #111827;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.hvb-vehicle-card input:checked + .hvb-vehicle-inner {
    border-color: #16a34a;
    background: #f0fdf4;
    box-shadow: 0 0 0 3px rgba(22,163,74,0.12);
}

.hvb-vehicle-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #111827;
    color: #fff;
    padding: 2px 8px;
    border-radius: 99px;
    margin-bottom: 10px;
}

.hvb-vehicle-inner h4 {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
}

.hvb-vehicle-inner p {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 600;
}

.hvb-vehicle-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.hvb-vehicle-feats span {
    font-size: 0.7rem;
    background: #f3f4f6;
    color: #374151;
    padding: 2px 8px;
    border-radius: 99px;
    font-weight: 600;
}

.hvb-vehicle-card input:checked + .hvb-vehicle-inner .hvb-vehicle-feats span {
    background: #dcfce7;
    color: #166534;
}

.hvb-choice-card input:checked + .hvb-choice-inner .hvb-vehicle-feats span {
    background: #dcfce7;
    color: #166534;
}

.hvb-no-vehicles {
    color: #6b7280;
    font-size: 0.9rem;
    padding: 20px;
    border: 2px dashed #e5e7eb;
    border-radius: 12px;
    text-align: center;
}


/* ── Contact Grid ── */
.hvb-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hvb-contact-field {
    display: flex;
    flex-direction: column;
}

.hvb-contact-field--full {
    grid-column: 1 / -1;
}

.hvb-contact-field label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.hvb-contact-field input,
.hvb-contact-field select,
.hvb-contact-field textarea {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: #111827;
    background: #fff;
    transition: border-color 0.2s ease;
    outline: none;
    background-image: none !important;
}

.hvb-contact-field input:focus,
.hvb-contact-field select:focus,
.hvb-contact-field textarea:focus {
    border-color: #111827;
}

.hvb-contact-field textarea {
    resize: vertical;
    min-height: 72px;
}

/* ── Footer (KVKK + Submit) ── */
.hvb-footer {
    padding: 24px 30px;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.hvb-kvkk {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.82rem;
    color: #6b7280;
    font-weight: 500;
    flex: 1;
    cursor: pointer;
}

.hvb-kvkk input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #16a34a;
}

.hvb-submit-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 28px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.hvb-submit-btn:hover { background: #374151; }
.hvb-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* ── Success Screen ── */
.hvb-success {
    padding: 60px 40px;
    text-align: center;
}

.hvb-success-icon {
    width: 80px;
    height: 80px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #16a34a;
}

.hvb-success h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #111827;
    margin: 0 0 10px;
}

.hvb-success p {
    color: #6b7280;
    font-size: 0.95rem;
    margin: 0 0 30px;
}

.hvb-success-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.hvb-wa-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    padding: 13px 24px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.hvb-wa-btn:hover { background: #1da851; color: #fff; }

.hvb-reset-btn {
    background: transparent;
    border: 1.5px solid #d1d5db;
    color: #374151;
    border-radius: 12px;
    padding: 13px 24px;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hvb-reset-btn:hover { border-color: #111827; color: #111827; }

/* ── Autocomplete Dropdown ── */
.hizlivip-autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    z-index: 9999;
    max-height: 280px;
    overflow-y: auto;
    display: none;
}

.hizlivip-autocomplete-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.15s ease;
    border-bottom: 1px solid #f3f4f6;
}

.hizlivip-autocomplete-item:last-child { border-bottom: none; }

.hizlivip-autocomplete-item:hover { background: #f9fafb; }

.hizlivip-autocomplete-item i {
    color: #6b7280;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.hizlivip-autocomplete-text { flex: 1; }

.hizlivip-autocomplete-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
}

.hizlivip-autocomplete-type {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
}

/* ── Error ── */
.hvb-error-msg {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 0.87rem;
    font-weight: 600;
    margin: 0 30px 16px;
}

/* Keep old price/pricelist styles (for [hizli_fiyat_listesi] shortcode) */
.hvt-wrap { font-family: 'Outfit', sans-serif; }
.hvt-section { margin-bottom: 30px; }
.hvt-section-head { display: flex; align-items: center; gap: 10px; font-size: 1rem; font-weight: 800; color: #374151; padding: 14px 0 10px; border-bottom: 2px solid #f3f4f6; margin-bottom: 12px; }
.hvt-badge { margin-left: auto; font-size: 0.75rem; font-weight: 700; background: #f3f4f6; color: #6b7280; padding: 3px 10px; border-radius: 99px; }
.hvt-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.hvt-table thead th { background: #f9fafb; padding: 10px 14px; text-align: left; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #6b7280; }
.hvt-row { cursor: pointer; transition: background 0.15s; }
.hvt-row:hover { background: #f9fafb; }
.hvt-cell { padding: 12px 14px; border-bottom: 1px solid #f3f4f6; color: #374151; font-weight: 600; }
.hvt-price-val { font-weight: 800; color: #111827; }
.hvt-chat-btn { display: inline-flex; align-items: center; gap: 6px; background: #111827; color: #fff; text-decoration: none; padding: 6px 14px; border-radius: 8px; font-size: 0.82rem; font-weight: 700; transition: background 0.15s; }
.hvt-chat-btn:hover { background: #374151; color: #fff; }


/* ── Responsive ── */
@media (max-width: 900px) {
    .hvb-bar {
        flex-wrap: wrap;
        border-radius: 0 0 12px 12px;
    }
    .hvb-field,
    .hvb-field--location,
    .hvb-field--datetime,
    .hvb-field--toggle,
    .hvb-field--passengers { flex: 0 0 50%; min-width: 50%; }
    .hvb-divider { display: none; }
    .hvb-search-btn { flex: 1; border-radius: 0 0 12px 12px; justify-content: center; height: 56px; }
    .hvb-swap { display: none; }
    .hvb-vtab-bar { flex-wrap: wrap; }
}

@media (max-width: 600px) {
    .hvb-tabs { border-radius: 12px 12px 0 0; }
    .hvb-tab { padding: 14px 16px; font-size: 0.82rem; }
    .hvb-field,
    .hvb-field--location,
    .hvb-field--datetime,
    .hvb-field--toggle,
    .hvb-field--passengers { flex: 0 0 100%; min-width: 100%; }
    .hvb-search-btn { height: 52px; font-size: 1rem; }
    .hvb-section { padding: 20px 18px; }
    .hvb-contact-grid { grid-template-columns: 1fr; }
    .hvb-footer { flex-direction: column; align-items: stretch; }
    .hvb-submit-btn { justify-content: center; }
    .hvb-success { padding: 40px 20px; }
    .hvb-vtab { flex: 0 0 100%; }
}

/* ═══════════════════════════════════════
   WIZARD STYLES
   ═══════════════════════════════════════ */

/* ── Progress Bar ── */
.hvb-wizard-progress {
    display: flex;
    align-items: center;
    padding: 20px 30px 0;
    gap: 0;
}

.hvb-wizard-step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #9ca3af;
    transition: color 0.25s;
}

.hvb-wizard-step.active { color: #111827; }
.hvb-wizard-step.done   { color: #16a34a; }

.hvb-wizard-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    flex-shrink: 0;
}

.hvb-wizard-step.active .hvb-wizard-dot {
    background: #111827;
    border-color: #111827;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(17,24,39,0.1);
}

.hvb-wizard-step.done .hvb-wizard-dot {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
}

.hvb-wizard-line {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin: 0 12px;
    border-radius: 99px;
    transition: background 0.3s;
}

/* ── Vehicle Tab Bar ── */
.hvb-vtab-bar {
    display: flex;
    gap: 0;
    padding: 20px 30px 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.hvb-vtab-bar::-webkit-scrollbar { display: none; }

.hvb-vtab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
    min-width: 160px;
    padding: 16px 20px 14px;
    background: #f9fafb;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    font-family: inherit;
}

.hvb-vtab:first-child { border-radius: 12px 0 0 0; }
.hvb-vtab:last-child  { border-radius: 0 12px 0 0; }

.hvb-vtab:hover { background: #f3f4f6; }

.hvb-vtab.active {
    background: #fff;
    border-bottom-color: #111827;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
}

.hvb-vtab input[type="radio"] {
    position: absolute; opacity: 0; pointer-events: none;
}

.hvb-vtab-label { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }

.hvb-vtab-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hvb-vtab-sub {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    color: #9ca3af;
    font-weight: 600;
}

.hvb-vtab-price {
    font-size: 0.88rem;
    font-weight: 800;
    color: #16a34a;
    margin-top: 4px;
    display: block;
}

.hvb-vtab-price--ozel {
    color: #7c3aed;
    font-size: 0.78rem;
}

.hvb-vtab-price--std { color: #16a34a; }

.hvb-vtab-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #111827;
    color: #fff;
    padding: 2px 7px;
    border-radius: 99px;
}

.hvb-badge--standart { background: #111827; }
.hvb-badge--premium  { background: #7c3aed; }
.hvb-badge--standart,
.hvb-badge--premium  { color: #fff !important; }

/* Active tab highlighting per type */
.hvb-vtab.active[data-vtype="standard"] { border-bottom-color: #16a34a; }
.hvb-vtab.active[data-vtype="quote"]    { border-bottom-color: #7c3aed; }

/* ── Feature chips ── */
.hvb-vtab-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 14px 30px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.hvb-vtab-feats span {
    font-size: 0.72rem;
    background: #f3f4f6;
    color: #374151;
    padding: 3px 10px;
    border-radius: 99px;
    font-weight: 600;
}

/* ── Wizard panel ── */
.hvb-wizard-panel { animation: hvbFadeIn 0.25s ease; }

@keyframes hvbFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Wizard footer (Devam Et) ── */
.hvb-wizard-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 30px;
}

.hvb-next-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 28px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hvb-next-btn:hover { background: #374151; }

/* ── Back button ── */
.hvb-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid #d1d5db;
    color: #374151;
    border-radius: 10px;
    padding: 11px 20px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hvb-back-btn:hover { border-color: #111827; color: #111827; }

.hvb-wizard-foot-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── Step 2 Summary Bar ── */
.hvb-step2-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.88rem;
    font-weight: 700;
    color: #374151;
}

.hvb-s2-dot { color: #d1d5db; font-size: 1.2rem; }

#hvb-s2-price {
    color: #16a34a;
    font-weight: 800;
}

/* Step 2 contact form padding */
[data-wstep="2"] .hvb-contact-grid {
    padding: 20px 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

[data-wstep="2"] .hvb-contact-field {
    display: flex;
    flex-direction: column;
}

[data-wstep="2"] .hvb-contact-field--full {
    grid-column: 1 / -1;
}

[data-wstep="2"] .hvb-contact-field label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

[data-wstep="2"] .hvb-contact-field input,
[data-wstep="2"] .hvb-contact-field select,
[data-wstep="2"] .hvb-contact-field textarea {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: #111827;
    background: #fff;
    transition: border-color 0.2s ease;
    outline: none;
    background-image: none !important;
}

[data-wstep="2"] .hvb-contact-field input:focus,
[data-wstep="2"] .hvb-contact-field select:focus,
[data-wstep="2"] .hvb-contact-field textarea:focus {
    border-color: #111827;
}

[data-wstep="2"] .hvb-contact-field textarea {
    resize: vertical;
    min-height: 72px;
}

@media (max-width: 600px) {
    .hvb-wizard-progress { padding: 16px 18px 0; }
    .hvb-vtab-bar  { padding: 16px 0 0; }
    .hvb-vtab-feats { padding: 12px 18px 16px; }
    .hvb-wizard-footer { padding: 14px 18px; }
    .hvb-step2-summary { padding: 12px 18px; }
    [data-wstep="2"] .hvb-contact-grid { padding: 16px 18px 0; grid-template-columns: 1fr; }
    .hvb-wizard-foot-btns { flex-direction: column; width: 100%; }
    .hvb-wizard-foot-btns { flex-direction: column; width: 100%; }
    .hvb-back-btn, .hvb-submit-btn, .hvb-ozel-wa-btn { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════
   MANDATORY COLUMN CRUSH PROTECTION
   ═══════════════════════════════════════ */
.hvb-bar {
    flex-wrap: wrap !important;
}

.hvb-field, 
.hvb-field--location, 
.hvb-field--datetime, 
.hvb-field--toggle, 
.hvb-field--passengers {
    flex: 1 1 180px !important;
    min-width: 180px !important;
}

.hvb-label {
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .hvb-divider, .hvb-swap {
        display: none !important;
    }
    .hvb-search-btn {
        flex: 1 1 100% !important;
        height: 60px !important;
        border-radius: 0 0 12px 12px !important;
        justify-content: center !important;
    }
}

/* ═══════════════════════════════════════
   ELEMENTOR AUTO-ADAPTIVE LAYOUT
   Only apply inside Elementor so other areas stay untouched.
   ═══════════════════════════════════════ */

.elementor-widget-shortcode .hvb-wrapper,
.elementor-widget-text-editor .hvb-wrapper,
.elementor-shortcode .hvb-wrapper,
.elementor .hvb-wrapper {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
}

.elementor-widget-shortcode .hvb-bar,
.elementor-widget-text-editor .hvb-bar,
.elementor-shortcode .hvb-bar,
.elementor .hvb-bar,
.elementor-widget-shortcode .hvb-inline-feats,
.elementor-widget-text-editor .hvb-inline-feats,
.elementor-shortcode .hvb-inline-feats,
.elementor .hvb-inline-feats,
.elementor-widget-shortcode .hvb-detail-panel,
.elementor-widget-text-editor .hvb-detail-panel,
.elementor-shortcode .hvb-detail-panel,
.elementor .hvb-detail-panel {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .elementor-widget-shortcode .hvb-wrapper,
    .elementor-widget-text-editor .hvb-wrapper,
    .elementor-shortcode .hvb-wrapper,
    .elementor .hvb-wrapper {
        margin-bottom: 30px;
    }
}

/* ═══════════════════════════════════════
   MODERN PRICE LIST (HVT) STYLES
   ═══════════════════════════════════════ */
.hvt-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Outfit', sans-serif;
}

.hvt-category-section {
    margin-bottom: 60px;
}

.hvt-category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 0 10px;
}

.hvt-category-icon {
    width: 54px;
    height: 54px;
    background: #111827;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.hvt-category-info h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
}

.hvt-category-info span {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Grid Layout */
.hvt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    padding: 10px;
}

.hvt-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hvt-card:hover {
    transform: translateY(-5px);
    border-color: #22c55e;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.hvt-route {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}

.hvt-point {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.hvt-point i {
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
}

.hvt-point--from i { color: #22c55e; }
.hvt-point--to i { color: #ef4444; }

.hvt-route-line {
    position: absolute;
    left: 9px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #e5e7eb, #e5e7eb 4px, transparent 4px, transparent 8px);
}

.hvt-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

.hvt-card-price label {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    color: #9ca3af;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.hvt-price-val {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.hvt-price-val strong {
    font-size: 1.6rem;
    font-weight: 900;
    color: #111827;
    line-height: 1;
}

.hvt-price-val span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #6b7280;
}

.hvt-ask-price {
    font-size: 1.1rem !important;
    color: #16a34a !important;
}

.hvt-action-btn {
    background: #f3f4f6;
    color: #374151;
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.hvt-card:hover .hvt-action-btn {
    background: #111827;
    color: #fff;
}

.hvt-card-hover-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111827;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    padding: 4px 0;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.hvt-card:hover .hvt-card-hover-hint {
    transform: translateY(0);
}

.hvt-empty-state {
    text-align: center;
    padding: 60px;
    background: #f9fafb;
    border-radius: 20px;
    color: #6b7280;
    font-weight: 600;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hvt-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .hvt-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .hvt-card {
        padding: 20px;
    }
    
    .hvt-price-val strong {
        font-size: 1.4rem;
    }
}


