/* ==========================================================================
   otel.center — Modern UI (Otelz/Booking/Trivago hybrid)
   ========================================================================== */

:root {
    --oc-primary: #0066FF;
    --oc-primary-dark: #0052cc;
    --oc-primary-soft: #e8f1ff;
    --oc-accent: #FF5A1F;
    --oc-accent-dark: #e64a0f;
    --oc-pink: #E5006D;
    --oc-success: #00B67A;
    --oc-warning: #FFB400;
    --oc-bg: #ffffff;
    --oc-bg-soft: #f6f8fa;
    --oc-bg-dark: #0f1828;
    --oc-text: #0b1220;
    --oc-text-2: #2d3748;
    --oc-muted: #6a7282;
    --oc-border: #e6eaf0;
    --oc-radius: 16px;
    --oc-radius-sm: 10px;
    --oc-radius-pill: 999px;
    --oc-shadow-sm: 0 2px 8px rgba(15,23,42,.06);
    --oc-shadow: 0 10px 30px rgba(15,23,42,.10);
    /* Bootstrap override — temizlenmemiş tema dosyası "https://quomodothemes.website/" basıyordu */
    --bs-breadcrumb-divider: "/";
    --oc-shadow-lg: 0 20px 60px rgba(15,23,42,.18);
    --oc-h1: clamp(2.4rem, 4.8vw, 4rem);
    --oc-h2: clamp(1.8rem, 3vw, 2.6rem);
    --oc-h3: clamp(1.3rem, 2vw, 1.7rem);
}

/* ─── Base typography ─── */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body, .lead, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
body {
    color: var(--oc-text);
    background: var(--oc-bg);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 { font-weight: 800; letter-spacing: -.02em; line-height: 1.15; color: var(--oc-text); }
h1 { font-size: var(--oc-h1); }
h2 { font-size: var(--oc-h2); }
h3 { font-size: var(--oc-h3); }
.lead { font-size: 1.125rem; line-height: 1.55; }
small, .small { font-size: .875rem; }

a { color: var(--oc-primary); text-decoration: none; transition: color .15s; }
a:hover { color: var(--oc-primary-dark); text-decoration: none; }
.text-accent { color: var(--oc-accent) !important; }

.container, .container-lg { max-width: 1280px; }
@media (min-width: 1400px) { .container, .container-lg { max-width: 1360px; } }
@media (min-width: 1600px) { .container, .container-lg { max-width: 1520px; } }
@media (min-width: 1900px) { .container, .container-lg { max-width: 1720px; } }

/* ─── Buttons ─── */
.btn { font-weight: 600; border-radius: var(--oc-radius-sm); padding: .65rem 1.25rem; transition: all .15s; }
.btn-lg { padding: .9rem 1.75rem; font-size: 1.05rem; border-radius: 12px; }
.btn-primary { background: var(--oc-primary); border-color: var(--oc-primary); box-shadow: 0 6px 16px rgba(0,102,255,.25); }
.btn-primary:hover, .btn-primary:focus { background: var(--oc-primary-dark); border-color: var(--oc-primary-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,102,255,.35); }
.btn-accent { background: var(--oc-accent); border-color: var(--oc-accent); color: #fff; box-shadow: 0 6px 16px rgba(255,90,31,.3); }
.btn-accent:hover { background: var(--oc-accent-dark); border-color: var(--oc-accent-dark); color: #fff; }
.btn-outline-primary { color: var(--oc-primary); border-color: var(--oc-primary); }
.btn-outline-primary:hover { background: var(--oc-primary); color: #fff; }
.btn-link { color: var(--oc-primary); font-weight: 600; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header { position: relative; z-index: 100; }
.site-header .topbar {
    background: var(--oc-bg-dark);
    color: rgba(255,255,255,.85);
    font-size: 13px;
    padding: 10px 0;
}
.site-header .topbar a { color: rgba(255,255,255,.85); }
.site-header .topbar a:hover { color: #fff; }

.site-header .main-nav {
    background: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid var(--oc-border);
    transition: box-shadow .2s;
}
.site-header.scrolled .main-nav { box-shadow: var(--oc-shadow-sm); }
.site-header .navbar-brand { font-size: 1.6rem; font-weight: 800; letter-spacing: -.04em; }
.site-header .navbar-brand .brand-mark { color: var(--oc-pink); }
.site-header .nav-link {
    color: var(--oc-text-2);
    font-weight: 600;
    font-size: 15px;
    padding: .5rem 1rem !important;
    border-radius: 10px;
    transition: all .15s;
}
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--oc-primary); background: var(--oc-primary-soft); }

/* Kategori tabları */
.category-bar {
    background: #fff;
    border-bottom: 1px solid var(--oc-border);
}
.category-bar .container {
    display: flex;
    gap: 4px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.category-bar .container::-webkit-scrollbar { height: 6px; }
.category-bar .container::-webkit-scrollbar-thumb { background: var(--oc-border); border-radius: 3px; }
.category-tab {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px;
    border: 2px solid transparent;
    border-radius: var(--oc-radius-pill);
    color: var(--oc-text-2);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    transition: all .15s;
}
.category-tab i { font-size: 18px; }
.category-tab:hover { background: var(--oc-bg-soft); color: var(--oc-text); }
.category-tab.active { border-color: var(--oc-primary); color: var(--oc-primary); background: #fff; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
    position: relative;
    min-height: 540px;
    color: #fff;
    overflow: hidden;
    padding: 100px 0 240px;
    background:
        linear-gradient(180deg, rgba(11,18,32,.55) 0%, rgba(11,18,32,.35) 50%, rgba(11,18,32,.65) 100%),
        url('https://images.unsplash.com/photo-1582719508461-905c673771fd?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    background-color: #0b3a8a;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 {
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 900;
    letter-spacing: -.03em;
    text-shadow: 0 4px 30px rgba(0,0,0,.35);
    margin-bottom: 1rem;
}
.hero h1 .accent { color: var(--oc-accent); }
.hero .lead {
    color: rgba(255,255,255,.95);
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 0 2px 16px rgba(0,0,0,.3);
}
.hero .hero-pills { display: inline-flex; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem; }
.hero .hero-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.25);
    padding: 6px 14px; border-radius: var(--oc-radius-pill);
    font-size: 13px; color: #fff; font-weight: 600;
}

/* Search form — modern white pill bar overlapping hero */
.search-wrap {
    position: relative;
    margin-top: -120px;
    z-index: 10;
    padding: 0 12px;
}
.search-form {
    background: #fff;
    border-radius: 20px;
    padding: 14px;
    color: var(--oc-text);
    box-shadow: var(--oc-shadow-lg);
    border: 1px solid rgba(255,255,255,.4);
}
.search-form .form-row { display: grid; grid-template-columns: 2fr 2.4fr 1.4fr auto; gap: 8px; align-items: stretch; }
.search-form .field {
    background: var(--oc-bg-soft);
    border-radius: 14px;
    padding: 12px 16px;
    transition: background .15s;
    cursor: pointer;
    position: relative;
}
.search-form .field:hover { background: #eef1f6; }
.search-form .field-label {
    display: flex; align-items: center; gap: 6px;
    font-size: 12px; color: var(--oc-muted);
    font-weight: 600; margin-bottom: 4px;
    text-transform: uppercase; letter-spacing: .04em;
}
.search-form .field-label i { font-size: 14px; }
.search-form .field input,
.search-form .field .field-value {
    border: 0; background: transparent;
    width: 100%; padding: 0;
    font-size: 15px; font-weight: 600; color: var(--oc-text);
    outline: none;
}
.search-form .field input::placeholder { color: #9aa3b2; font-weight: 500; }

/* Date range field — Otelz tarzı: tek kart içinde Giriş + Çıkış */
.search-form .field-daterange { padding: 8px 12px; }
.field-daterange .daterange-cols { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.field-daterange .dr-col { min-width: 0; }
.field-daterange .dr-sep { color: var(--oc-muted); font-weight: 700; padding: 0 4px; align-self: end; padding-bottom: 2px; }
.field-daterange .dr-value { font-size: 15px; font-weight: 700; color: var(--oc-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.field-daterange .dr-input {
    position: absolute; opacity: 0; pointer-events: none;
    width: 1px; height: 1px; padding: 0; border: 0;
}
.flatpickr-day.inRange,
.flatpickr-day.startRange,
.flatpickr-day.endRange { background: var(--oc-primary); border-color: var(--oc-primary); color: #fff; box-shadow: none; }
.flatpickr-day.inRange { background: var(--oc-primary-soft); border-color: transparent; color: var(--oc-text); }
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected { background: var(--oc-primary); border-color: var(--oc-primary); color: #fff; }
.search-form .btn-search {
    background: var(--oc-primary);
    color: #fff;
    border: 0;
    border-radius: 14px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 1.05rem;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    transition: all .15s;
    box-shadow: 0 6px 16px rgba(0,102,255,.3);
}
.search-form .btn-search:hover { background: var(--oc-primary-dark); transform: translateY(-1px); }
.search-form .btn-search i { font-size: 18px; }

/* Guest dropdown */
.guest-dropdown { position: relative; }
.guest-dropdown .dropdown-menu { padding: 16px; min-width: 280px; border: 0; box-shadow: var(--oc-shadow); border-radius: 14px; }
.guest-dropdown .qty-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.guest-dropdown .qty-row + .qty-row { border-top: 1px solid var(--oc-border); }
.qty-controls { display: inline-flex; align-items: center; gap: 12px; }
.qty-btn {
    width: 32px; height: 32px;
    border: 1.5px solid var(--oc-border); background: #fff;
    border-radius: 50%; font-size: 16px; line-height: 1;
    color: var(--oc-text); transition: all .15s;
}
.qty-btn:hover:not(:disabled) { border-color: var(--oc-primary); color: var(--oc-primary); }
.qty-btn:disabled { opacity: .35; cursor: not-allowed; }
.qty-input { width: 28px; text-align: center; border: 0; background: transparent; font-weight: 700; }

/* ── Destination autocomplete dropdown ────────────────────── */
.field-suggest { position: relative; }
.suggest-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    min-width: 320px;
    max-width: 480px;
    background: #fff;
    border-radius: var(--oc-radius-sm);
    box-shadow: var(--oc-shadow);
    border: 1px solid var(--oc-border);
    z-index: 1080;
    max-height: 360px;
    overflow-y: auto;
    padding: 6px;
}
.suggest-dropdown[hidden] { display: none; }
.suggest-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--oc-text);
    text-decoration: none;
    transition: background .12s;
}
.suggest-item:hover,
.suggest-item.is-active { background: var(--oc-primary-soft); }
.suggest-item .si-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #f1f4f9;
    display: flex; align-items: center; justify-content: center;
    color: var(--oc-primary);
    font-size: 16px;
    flex-shrink: 0;
}
.suggest-item .si-body { flex: 1; min-width: 0; }
.suggest-item .si-label { font-weight: 600; font-size: 14px; line-height: 1.2; }
.suggest-item .si-sub   { font-size: 12px; color: var(--oc-muted); margin-top: 2px; }
.suggest-empty {
    padding: 20px;
    text-align: center;
    color: var(--oc-muted);
    font-size: 13px;
}
.suggest-section-label {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--oc-muted);
    font-weight: 700;
    letter-spacing: .5px;
    padding: 8px 12px 4px;
}

/* ── Suggest modal (mobile destination picker) ───────────── */
.suggest-modal {
    position: fixed; inset: 0;
    background: #fff;
    z-index: 1090;
    display: flex; flex-direction: column;
    animation: ocSlideUp .18s ease-out;
}
.suggest-modal[hidden] { display: none; }
.suggest-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px; background: #f6f7fa;
    border-bottom: 1px solid var(--oc-border);
    font-size: 16px;
}
.suggest-modal-close {
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(0,0,0,.06); border: 0;
    font-size: 22px; line-height: 1; color: var(--oc-text);
    display: flex; align-items: center; justify-content: center;
}
.suggest-modal-search {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px; border-bottom: 1px solid var(--oc-border);
    background: #fff;
}
.suggest-modal-search i { color: var(--oc-muted); font-size: 18px; }
.suggest-modal-search input {
    flex: 1; border: 1px solid var(--oc-border);
    border-radius: 10px; padding: 12px 14px;
    font-size: 15px; font-weight: 500; outline: none;
}
.suggest-modal-search input:focus { border-color: var(--oc-primary); }
.suggest-modal-geo {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 16px;
    background: #f0f7ff; color: var(--oc-primary);
    border: 0; border-bottom: 1px solid var(--oc-border);
    font-weight: 600; font-size: 15px;
}
.suggest-modal-section-label {
    padding: 16px 16px 8px;
    font-weight: 700; font-size: 14px; color: var(--oc-text);
}
.suggest-dropdown-modal {
    position: static !important;
    box-shadow: none !important;
    border: 0 !important;
    max-height: none !important;
    flex: 1; overflow-y: auto;
    border-radius: 0 !important;
    padding: 0 !important;
    min-width: auto !important;
    max-width: none !important;
}
.suggest-dropdown-modal[hidden] { display: block !important; }
.suggest-dropdown-modal .suggest-item {
    padding: 14px 16px; border-radius: 0;
    border-bottom: 1px solid var(--oc-border);
}
.suggest-dropdown-modal .suggest-section-label {
    padding: 16px 16px 8px; background: #fafbfc;
}
html.suggest-modal-open { overflow: hidden; }
@keyframes ocSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
@media (min-width: 992px) {
    .suggest-modal { display: none !important; }
}

@media (max-width: 991px) {
    .hero { padding: 60px 0 180px; min-height: auto; }
    .hero h1 { font-size: 2.2rem; }
    .search-form .form-row { grid-template-columns: 1fr; gap: 8px; }
    .search-form .btn-search { padding: 14px; }
    .search-form .field-daterange .daterange-cols { grid-template-columns: 1fr 1fr; }
    .search-form .field-daterange .dr-sep { display: none; }
    .search-form .field-daterange .dr-col + .dr-col { border-left: 1px solid var(--oc-border); padding-left: 12px; }
    .search-wrap { margin-top: -140px; }
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section { padding: 80px 0; }
.section-tight { padding: 48px 0; }
.section-eyebrow { color: var(--oc-primary); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.section-title { font-size: var(--oc-h2); font-weight: 800; letter-spacing: -.02em; margin-bottom: 8px; }
.section-subtitle { color: var(--oc-muted); font-size: 1.05rem; margin-bottom: 40px; }
.bg-soft { background: var(--oc-bg-soft); }

/* Trust / Value props */
.value-prop {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--oc-border);
    border-radius: var(--oc-radius);
    transition: all .2s;
    height: 100%;
}
.value-prop:hover { border-color: var(--oc-primary); transform: translateY(-3px); box-shadow: var(--oc-shadow-sm); }
.value-prop .icon {
    flex: 0 0 auto;
    width: 52px; height: 52px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 14px;
    background: var(--oc-primary-soft); color: var(--oc-primary);
    font-size: 26px;
}
.value-prop strong { display: block; margin-bottom: 4px; font-size: 1.05rem; }
.value-prop .small { color: var(--oc-muted); }

/* Hotel cards */
.hotel-card {
    background: #fff;
    border: 1px solid var(--oc-border);
    border-radius: var(--oc-radius);
    overflow: hidden;
    transition: all .25s;
    height: 100%;
    display: flex; flex-direction: column;
}
.hotel-card:hover { transform: translateY(-6px); box-shadow: var(--oc-shadow); border-color: transparent; }
.hotel-card .hotel-cover-link { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; }
.hotel-card .hotel-cover { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.hotel-card:hover .hotel-cover { transform: scale(1.06); }
.hotel-card .hotel-badge {
    position: absolute; top: 12px; left: 12px;
    background: var(--oc-accent); color: #fff;
    padding: 5px 12px; border-radius: var(--oc-radius-pill);
    font-size: 11px; font-weight: 700;
    box-shadow: 0 4px 12px rgba(255,90,31,.3);
}
.hotel-card .hotel-fav {
    position: absolute; top: 12px; right: 12px;
    width: 36px; height: 36px;
    background: rgba(255,255,255,.95); color: var(--oc-text-2);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px; transition: all .15s;
}
.hotel-card .hotel-fav:hover { color: var(--oc-pink); transform: scale(1.1); }
.hotel-card .hotel-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.hotel-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; line-height: 1.3; }
.hotel-card h3 a { color: var(--oc-text); }
.hotel-card h3 a:hover { color: var(--oc-primary); }
.hotel-card .hotel-loc { color: var(--oc-muted); font-size: 13px; margin-bottom: 10px; }
.hotel-card .hotel-loc i { color: var(--oc-primary); }
.hotel-card .hotel-desc { color: var(--oc-text-2); font-size: 13px; line-height: 1.5; margin-bottom: 12px; flex: 1; }
.hotel-card .hotel-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--oc-border); margin-top: auto; }
.hotel-card .rating-pill { background: var(--oc-success); color: #fff; padding: 4px 10px; border-radius: 8px; font-weight: 700; font-size: 13px; }

.hotel-card-list { flex-direction: row; }
.hotel-card-list .hotel-cover-link { flex: 0 0 38%; aspect-ratio: auto; }
.hotel-card-list .hotel-body { flex: 1; }

/* Otelz tarzı zengin liste kartı */
.hotel-card-list { display: flex; flex-direction: row; align-items: stretch; }
.hotel-card-list .hotel-cover-wrap { flex: 0 0 280px; min-height: 220px; align-self: stretch; }
.hotel-card-list .hotel-cover-wrap .oc-card-carousel { aspect-ratio: auto; height: 100%; min-height: 220px; }
.hotel-card-list .hotel-cover-link { display: block; width: 100%; height: 100%; }
.hotel-card-list .hotel-body { display: flex; flex-direction: row; flex: 1; padding: 0; min-width: 0; }
.hotel-card-list .hotel-info { flex: 1; padding: 18px 20px; min-width: 0; }
.hotel-card-list .hotel-info h3 { font-size: 1.15rem; font-weight: 700; }
.hotel-card-list .hotel-info h3 a { color: var(--oc-primary); }
.hotel-card-list .hotel-info h3 a:hover { color: var(--oc-primary-600, #0a58ca); text-decoration: underline; }
.hotel-card-list .hotel-loc { color: var(--oc-text-2); font-size: 13px; }
.hotel-card-list .hotel-loc i { color: var(--oc-primary); }
.hotel-card-list .hotel-room i { color: var(--oc-muted); }
.hotel-card-list .hotel-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.hotel-card-list .hotel-perks { display: flex; flex-wrap: wrap; gap: 10px; }
.hotel-card-list .hotel-price-col {
    flex: 0 0 200px;
    border-left: 1px solid var(--oc-border);
    padding: 18px 20px;
    display: flex; flex-direction: column; justify-content: center;
    text-align: center; background: #fafbfc;
}
.hotel-card-list .price-amount {
    font-size: 1.6rem; font-weight: 800; color: var(--oc-primary);
    line-height: 1.1; margin: 4px 0 2px;
}

/* Mobile: liste kartı dikey stack (Otelz mobil parity) */
@media (max-width: 767px) {
    .hotel-card-list { flex-direction: column !important; }
    .hotel-card-list .hotel-cover-wrap {
        flex: 0 0 auto !important;
        width: 100%;
        min-height: 0 !important;
    }
    .hotel-card-list .hotel-cover-wrap .oc-card-carousel { aspect-ratio: 16/10 !important; min-height: 0; }
    .hotel-card-list .hotel-cover-link {
        flex: 0 0 auto !important;
        aspect-ratio: 16/10 !important;
        width: 100%;
    }
    .hotel-card-list .hotel-info { padding: 14px 14px 8px; }
    .hotel-card-list .hotel-info h3 { font-size: 1rem; }
    .hotel-card-list .hotel-price-col {
        flex: 0 0 auto !important;
        border-left: 0 !important;
        border-top: 1px solid var(--oc-border);
        padding: 12px 14px 14px;
        background: #fff !important;
        text-align: left !important;
    }
    .hotel-card-list .hotel-price-col .price-amount { font-size: 1.4rem; }
    .hotel-card-list .hotel-price-col .btn { margin-top: 6px; }
}

/* Pills & perks (kart içi rozetler) */
.pill {
    display: inline-block; padding: 4px 10px;
    border-radius: 6px; font-size: 12px; font-weight: 600;
    line-height: 1.4;
}
.pill-light   { background: #f1f4f8; color: #4a5568; }
.pill-success { background: #e6f7ec; color: #1a7e3e; }
.pill-warn    { background: #fff4e0; color: #b35900; }
.perk { font-size: 12px; color: #1a7e3e; display: inline-flex; align-items: center; gap: 4px; }
.perk-warn    { color: #b35900; }
.perk i { font-size: 14px; }

/* Sort tab şeridi (Otelz tarzı) */
.sort-tabs {
    display: flex; flex-wrap: wrap; gap: 0;
    border: 1px solid var(--oc-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.sort-tab {
    flex: 1 1 auto;
    text-align: center;
    padding: 12px 14px;
    font-size: 13px; font-weight: 600;
    color: var(--oc-text-2);
    text-decoration: none;
    border-right: 1px solid var(--oc-border);
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.sort-tab:last-child { border-right: 0; }
.sort-tab:hover { background: var(--oc-bg-soft); color: var(--oc-primary); }
.sort-tab.is-active { background: #eaf2ff; color: var(--oc-primary); }
@media (max-width: 767px) {
    .sort-tabs { overflow-x: auto; flex-wrap: nowrap; }
    .sort-tab { flex: 0 0 auto; }
}

/* ── Mobile filter bar (sticky bottom) ──────────────────── */
.mobile-filter-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1040;
    display: flex;
    background: #fff;
    border-top: 1px solid var(--oc-border);
    box-shadow: 0 -4px 16px rgba(0,0,0,.06);
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0));
}
.mobile-filter-bar .mfb-btn {
    flex: 1;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 6px;
    background: transparent; border: 0;
    color: var(--oc-text);
    font-size: 14px; font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: background .15s;
}
.mobile-filter-bar .mfb-btn + .mfb-btn { border-left: 1px solid var(--oc-border); }
.mobile-filter-bar .mfb-btn:active { background: var(--oc-bg-soft); }
.mobile-filter-bar .mfb-btn i { font-size: 18px; color: var(--oc-primary); }
@media (max-width: 991px) {
    body.has-mobile-filter-bar { padding-bottom: 72px; }
}

/* Bottom sheet (Bootstrap offcanvas tweak) */
.oc-sheet {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    height: auto !important;
    max-height: 80vh;
}
.oc-sheet.oc-sheet-tall { max-height: 92vh; }
.oc-sheet .offcanvas-header {
    border-bottom: 1px solid var(--oc-border);
    padding: 14px 18px;
}
.oc-sheet .offcanvas-title {
    font-size: 16px; font-weight: 700;
    display: flex; align-items: center; gap: 8px;
}
.oc-sheet .offcanvas-title i { color: var(--oc-primary); }
.oc-sheet-list { display: flex; flex-direction: column; }
.oc-sheet-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 20px;
    color: var(--oc-text);
    text-decoration: none;
    border-bottom: 1px solid var(--oc-border);
    font-size: 15px; font-weight: 500;
    transition: background .12s;
}
.oc-sheet-item:hover,
.oc-sheet-item:focus { background: var(--oc-bg-soft); color: var(--oc-text); }
.oc-sheet-item.is-active {
    background: var(--oc-primary);
    color: #fff;
    font-weight: 700;
}
.oc-sheet-item.is-active i { color: #fff; }

/* Filter sheet — sections, chips, sticky footer */
#ocFilterSheet .offcanvas-body { padding: 0; padding-bottom: 80px; overflow-y: auto; }
.oc-filter-section {
    padding: 16px 20px;
    border-bottom: 1px solid var(--oc-border);
}
.oc-filter-label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--oc-text);
}
.oc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.oc-chip {
    cursor: pointer;
    display: inline-flex; align-items: center;
    padding: 8px 14px;
    border: 1.5px solid var(--oc-border);
    border-radius: 999px;
    background: #fff;
    font-size: 13px; font-weight: 500;
    color: var(--oc-text);
    transition: all .15s;
    user-select: none;
    margin: 0;
}
.oc-chip:hover { border-color: var(--oc-primary); }
.oc-chip.is-active {
    background: var(--oc-primary);
    border-color: var(--oc-primary);
    color: #fff;
    font-weight: 600;
}
.oc-filter-footer {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--oc-border);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0));
    display: flex; justify-content: space-between; align-items: center;
    z-index: 5;
    gap: 12px;
}
.oc-filter-footer .btn-primary { flex: 1; max-width: 200px; }

/* Hotel map (Leaflet) */
.oc-hotel-map {
    width: 100%;
    height: calc(100vh - 280px);
    min-height: 400px;
    border: 1px solid var(--oc-border);
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
@media (max-width: 991px) { .oc-hotel-map { height: calc(100vh - 220px); } }
.oc-price-marker {
    background: #fff;
    border: 2px solid var(--oc-primary);
    color: var(--oc-primary);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    white-space: nowrap;
    cursor: pointer;
    transition: transform .15s;
}
.oc-price-marker:hover { transform: scale(1.08); background: var(--oc-primary); color: #fff; }
.oc-price-marker.no-price {
    border-color: var(--oc-muted);
    color: var(--oc-muted);
    width: 28px; height: 28px;
    padding: 0; display: flex; align-items: center; justify-content: center;
}
.leaflet-popup-content { margin: 8px 12px; min-width: 200px; }
.oc-popup-card { display: flex; gap: 10px; align-items: center; }
.oc-popup-card img { width: 64px; height: 48px; object-fit: cover; border-radius: 6px; }
.oc-popup-card .oc-popup-name { font-weight: 700; font-size: 13px; line-height: 1.2; color: var(--oc-text); margin: 0 0 2px; }
.oc-popup-card .oc-popup-loc { font-size: 11px; color: var(--oc-muted); margin: 0 0 4px; }
.oc-popup-card .oc-popup-price { font-weight: 700; color: var(--oc-primary); font-size: 13px; }

/* Puan cashback badge */
.puan-badge {
    display: inline-flex; align-items: center; gap: 4px;
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    color: #b47800;
    border: 1px solid #ffd54f;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: help;
}
.puan-badge i { color: #ff9500; font-size: 14px; }

/* Hotel card carousel — slide-stack */
.hotel-cover-wrap { position: relative; overflow: hidden; }
.oc-card-carousel { position: relative; width: 100%; height: 100%; aspect-ratio: 4/3; }
.oc-card-carousel .oc-slide {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    opacity: 0; transition: opacity .35s ease; pointer-events: none;
}
.oc-card-carousel .oc-slide.is-active { opacity: 1; pointer-events: auto; }
.oc-carousel-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,.92); color: #333; border: 0;
    display: none; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    z-index: 3; cursor: pointer;
}
.oc-carousel-nav.prev { left: 8px; }
.oc-carousel-nav.next { right: 8px; }
.hotel-cover-wrap:hover .oc-carousel-nav,
.hotel-cover-wrap:focus-within .oc-carousel-nav { display: inline-flex; }
.oc-carousel-dots {
    position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 4px; z-index: 3;
}
.oc-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(255,255,255,.55); transition: background .2s;
}
.oc-dot.is-active { background: #fff; width: 18px; border-radius: 4px; }
@media (hover: none) { .oc-carousel-nav { display: inline-flex; opacity: .85; } }

/* Hotel detail gallery */
.oc-hotel-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 6px; border-radius: 12px; overflow: hidden; }
.oc-hotel-gallery .gal-item { position: relative; aspect-ratio: 4/3; cursor: pointer; overflow: hidden; }
.oc-hotel-gallery .gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.oc-hotel-gallery .gal-item:hover img { transform: scale(1.04); }
.oc-hotel-gallery .gal-item.main { grid-row: span 2; }
.oc-hotel-gallery .gal-more {
    position: absolute; inset: 0; background: rgba(0,0,0,.55); color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem;
}
@media (max-width: 767px) {
    .oc-hotel-gallery { grid-template-columns: 1fr; gap: 4px; }
    .oc-hotel-gallery .gal-item.main { grid-row: auto; }
    .oc-hotel-gallery .gal-item:nth-child(n+4) { display: none; }
}

/* Lightbox */
.oc-lightbox {
    position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 2000;
    display: none; align-items: center; justify-content: center; padding: 20px;
}
.oc-lightbox.is-open { display: flex; }
.oc-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 6px; }
.oc-lightbox-close, .oc-lightbox-nav {
    position: absolute; background: rgba(255,255,255,.15); color: #fff; border: 0;
    width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 20px;
    display: inline-flex; align-items: center; justify-content: center;
}
.oc-lightbox-close { top: 16px; right: 16px; }
.oc-lightbox-nav.prev { left: 16px; top: 50%; transform: translateY(-50%); }
.oc-lightbox-nav.next { right: 16px; top: 50%; transform: translateY(-50%); }
.oc-lightbox-counter { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 13px; opacity: .8; }

/* Aktif filtre chip'leri */
.oc-active-chips { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.oc-active-chip {
    display: inline-flex; align-items: center; gap: 4px;
    background: var(--oc-primary, #0d6efd); color: #fff;
    padding: 4px 10px; border-radius: 999px; font-size: .8rem; font-weight: 600;
    text-decoration: none; transition: opacity .2s;
}
.oc-active-chip:hover { opacity: .85; color: #fff; text-decoration: none; }
.oc-active-chip i { font-size: .9rem; }
.oc-active-chip-clear {
    color: #dc3545; font-size: .8rem; text-decoration: underline; margin-left: 6px;
}
.oc-active-chip-clear:hover { color: #dc3545; }

/* Social proof */
.oc-social-proof { display: flex; flex-wrap: wrap; gap: 6px; }
.oc-sp-pill {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 8px; border-radius: 12px; font-size: .72rem; font-weight: 600;
    line-height: 1.3;
}
.oc-sp-viewers { background: #fff7e6; color: #b46500; border: 1px solid #ffd591; }
.oc-sp-bookings { background: #fff1f0; color: #cf1322; border: 1px solid #ffa39e; }
.oc-sp-pill i { font-size: .8rem; }

/* Detay sayfası mobil sticky CTA */
.oc-detail-sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 1040;
    background: #fff; box-shadow: 0 -4px 12px rgba(0,0,0,.08);
    padding: 10px 14px; padding-bottom: calc(10px + env(safe-area-inset-bottom));
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.oc-dsc-info { line-height: 1.2; min-width: 0; flex: 1; }
.oc-dsc-info strong { font-size: 1.1rem; color: var(--oc-primary, #0d6efd); }
@media (max-width: 991.98px) {
    body { padding-bottom: 78px; }
}

/* Favori kalp butonu */
.oc-fav-btn {
    position: absolute; top: 10px; right: 10px; z-index: 4;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.9); border: 0;
    display: flex; align-items: center; justify-content: center;
    color: #555; font-size: 1.05rem;
    cursor: pointer; transition: transform .15s, color .15s, background .15s;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.oc-fav-btn:hover { transform: scale(1.1); color: #dc3545; background: #fff; }
.oc-fav-btn.is-fav { color: #dc3545; }
.oc-fav-btn.is-busy { opacity: .5; pointer-events: none; }
[dir="rtl"] .oc-fav-btn { right: auto; left: 10px; }
[dir="rtl"] .oc-active-chip i.bi-x { margin-right: 4px; margin-left: 0; }

/* City cards */
.city-card {
    position: relative;
    border-radius: var(--oc-radius);
    overflow: hidden;
    aspect-ratio: 4/5;
    cursor: pointer;
    transition: transform .25s;
}
.city-card:hover { transform: translateY(-4px); }
.city-card .city-cover { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.city-card:hover .city-cover { transform: scale(1.08); }
.city-card .city-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.85) 100%);
    display: flex; align-items: flex-end;
    padding: 18px;
}
.city-card .city-info { color: #fff; }
.city-card .city-info h4 { color: #fff; margin-bottom: 2px; font-weight: 800; font-size: 1.2rem; }
.city-card .city-info small { opacity: .9; font-size: 13px; }

/* Filters */
.filter-card { background: #fff; border: 1px solid var(--oc-border); border-radius: var(--oc-radius); padding: 20px; }
.filter-card h6 { font-weight: 700; }
.filter-group { padding: 16px 0; border-bottom: 1px solid var(--oc-border); }
.filter-group:first-child { padding-top: 0; }
.filter-group:last-child { border-bottom: 0; padding-bottom: 0; }

.form-control, .form-select { border-radius: var(--oc-radius-sm); border: 1.5px solid var(--oc-border); padding: .6rem .85rem; font-size: 15px; }
.form-control:focus, .form-select:focus { border-color: var(--oc-primary); box-shadow: 0 0 0 3px rgba(0,102,255,.12); }
.form-label { font-weight: 600; color: var(--oc-text-2); margin-bottom: 6px; font-size: 14px; }

/* Footer */
.site-footer { background: var(--oc-bg-dark); color: rgba(255,255,255,.7); padding: 64px 0 24px; margin-top: 80px; }
.site-footer h6.footer-title { color: #fff; font-weight: 700; margin-bottom: 16px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.65); }
.site-footer a:hover { color: #fff; }
.site-footer .footer-brand { font-size: 1.6rem; font-weight: 800; color: #fff; letter-spacing: -.04em; }
.site-footer .footer-brand .brand-mark { color: var(--oc-pink); }
.site-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; margin-top: 40px; font-size: 13px; }
.social-icon {
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(255,255,255,.08); border: 0;
    color: #fff; font-size: 16px;
    transition: all .15s;
}
.social-icon:hover { background: var(--oc-primary); color: #fff; transform: translateY(-2px); }

/* Hotel detail */
.hotel-hero { position: relative; }
.hotel-hero .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px; height: 480px;
    border-radius: var(--oc-radius);
    overflow: hidden;
}
.hotel-hero .gallery-grid > img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: opacity .15s; }
.hotel-hero .gallery-grid > img:hover { opacity: .9; }
.hotel-hero .gallery-grid > img:first-child { grid-row: 1 / span 2; }
.hotel-hero .gallery-grid > a { display: block; position: relative; overflow: hidden; }
.hotel-hero .gallery-grid > a > img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s, opacity .15s; }
.hotel-hero .gallery-grid > a:hover > img { transform: scale(1.04); opacity: .95; }
.hotel-hero .gallery-grid > .gallery-main { grid-row: 1 / span 2; }
.gallery-more { position: relative; }
.gallery-more-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.55); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 16px; pointer-events: none;
}
.hotel-hero .gallery-show-all {
    position: absolute; right: 14px; bottom: 14px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    font-weight: 600; font-size: 13px;
    padding: 8px 14px; border-radius: 8px;
    z-index: 2;
}
.hotel-hero .gallery-show-all:hover { background: #fff; }

/* Breadcrumb */
.breadcrumb { padding: 16px 0; margin: 0; background: transparent; font-size: 14px; }
.breadcrumb-item a { color: var(--oc-muted); }
.breadcrumb-item.active { color: var(--oc-text); font-weight: 600; }

/* Misc */
.empty-state { padding: 80px 16px; text-align: center; color: var(--oc-muted); background: var(--oc-bg-soft); border-radius: var(--oc-radius); }
.empty-state i { font-size: 64px; opacity: .3; }
.badge { font-weight: 600; padding: 5px 10px; border-radius: 8px; }

/* RTL */
[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before { content: "\\";}

@media (max-width: 991px) {
    .section { padding: 56px 0; }
    .hotel-hero .gallery-grid { grid-template-columns: 1fr 1fr; height: 320px; }
    .hotel-card-list { flex-direction: column; }
    .hotel-card-list .hotel-cover-link { flex: 0 0 auto; aspect-ratio: 16/10; min-height: 0; }
    .hotel-card-list .hotel-body { flex-direction: column; }
    .hotel-card-list .hotel-price-col {
        flex: 0 0 auto;
        border-left: 0;
        border-top: 1px solid var(--oc-border);
        text-align: left;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 18px;
    }
    .hotel-card-list .hotel-price-col .price-amount { font-size: 1.3rem; margin: 0; }
    .hotel-card-list .hotel-price-col .btn { width: auto !important; }
}

/* City hero */
.city-hero { min-height: 320px; display: flex; align-items: center; background-color: #f1f5f9; }
.city-hero h1 { letter-spacing: -.5px; }
@media (max-width: 767px) { .city-hero { min-height: 220px; } }


/* CMS rich content typography (TinyMCE editor output) */
.cms-rich h1 { font-size: 1.75rem; margin: 2.25rem 0 1rem; }
.cms-rich h2 { font-size: 1.5rem; margin: 2rem 0 .85rem; }
.cms-rich h3 { font-size: 1.2rem; margin: 1.5rem 0 .75rem; }
.cms-rich h4 { font-size: 1.05rem; margin: 1.25rem 0 .5rem; }
.cms-rich p { margin-bottom: 1rem; }
.cms-rich ul, .cms-rich ol { margin: .5rem 0 1.25rem; padding-left: 1.4rem; }
.cms-rich li { margin-bottom: .35rem; }
.cms-rich img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.cms-rich blockquote { border-left: 4px solid var(--oc-primary, #2563eb); padding: .5rem 1rem; margin: 1.25rem 0; color: var(--oc-text-2, #2d3748); background: #f8fafc; border-radius: 4px; }


/* ==========================================================================
   COMPACT HEADER + RESULT CARD POLISH (Booking parity)
   --------------------------------------------------------------------------
   Üst alanı sıkılaştır → sonuçlar daha hızlı göze çarpsın.
   Otel kartlarındaki rakam/buton kaymalarını sabit kolon genişlikleriyle çöz.
   ========================================================================== */

/* — Topbar küçük ve düşük profil — */
.site-header .topbar { padding: 5px 0; font-size: 12.5px; }
.site-header .topbar i { font-size: 13px; }

/* — Ana navigasyon padding düşür, brand kompakt — */
.site-header .main-nav { padding: .55rem 0; }
.site-header .navbar-brand { font-size: 1.4rem; }
.site-header .nav-link { font-size: 14px; padding: .4rem .85rem !important; }

/* — Kategori şeridi tek satır, daha düşük — */
.category-bar .container { padding-top: .35rem; padding-bottom: .35rem; gap: 2px; }
.category-tab { padding: 6px 14px; font-size: 13px; gap: 6px; }
.category-tab i { font-size: 16px; }

/* — Liste sayfasında üst arama formu kompakt — */
.section-tight { padding: 18px 0; }
.breadcrumb { padding: 10px 0; font-size: 13px; }

/* Compact search-form override (results page üst bar) */
.search-form.search-form-compact,
.section-tight .search-form { padding: 6px; border-radius: 12px; box-shadow: 0 2px 10px rgba(15,23,42,.06); }
.section-tight .search-form .form-row { gap: 6px; }
.section-tight .search-form .field { padding: 8px 12px; }
.section-tight .search-form .field-label { font-size: 10px; margin-bottom: 1px; }
.section-tight .search-form .field input,
.section-tight .search-form .field .field-value { font-size: 14px; }
.section-tight .search-form .btn-search { padding: 0 18px; font-size: 14px; min-height: 44px; }

/* — Sonuç başlığı daha az alan — */
.section-tight h1.h4 { font-size: 1.2rem; margin-bottom: 2px !important; }
.section-tight h1.h4 + small { font-size: 12.5px; }

/* ===== Hotel Card (List) — sabit kolonlar, hizalı tipografi ===== */
.hotel-card-list { border-radius: 12px; }
.hotel-card-list .hotel-cover-wrap { flex: 0 0 240px; min-height: 200px; }
.hotel-card-list .hotel-cover-wrap .oc-card-carousel { min-height: 200px; }
.hotel-card-list .hotel-info { padding: 14px 16px; }
.hotel-card-list .hotel-info h3 { font-size: 1.05rem; margin-bottom: 4px; line-height: 1.25; }
.hotel-card-list .hotel-loc { font-size: 12.5px; margin-bottom: 6px; }
.hotel-card-list .hotel-room { font-size: 13px; }
.hotel-card-list .hotel-pills { gap: 4px; margin-top: 6px; }
.hotel-card-list .hotel-pills .pill { padding: 3px 8px; font-size: 11px; }
.hotel-card-list .hotel-perks { gap: 8px; margin-top: 6px; }
.hotel-card-list .hotel-perks .perk { font-size: 11.5px; }

/* Sağ kolon — Booking tarzı sabit genişlik, üstten hizalı, sayı/buton stable */
.hotel-card-list .hotel-price-col {
    flex: 0 0 200px;
    padding: 14px 16px;
    justify-content: flex-start;       /* üstten hizala (yukarıda rating, altta fiyat+buton) */
    text-align: right;                 /* booking tarzı — sağa yaslı sayılar */
    background: #fff;                  /* gri zemin yerine düz beyaz, daha derli toplu */
    gap: 6px;
    min-width: 0;
}
/* Üst meta (rating/score) — kart içi varsa */
.hotel-card-list .hotel-price-col .rating-block { margin-bottom: auto; }

/* Fiyat hiyerarşisi — sabit */
.hotel-card-list .hotel-price-col .price-meta-top {
    font-size: 11.5px; color: var(--oc-muted); line-height: 1.3;
}
.hotel-card-list .hotel-price-col .price-strike {
    font-size: 12.5px; color: var(--oc-muted);
    text-decoration: line-through; line-height: 1.2;
    font-variant-numeric: tabular-nums;
}
.hotel-card-list .hotel-price-col .price-amount {
    font-size: 1.45rem; font-weight: 800; color: var(--oc-text);
    line-height: 1.05; margin: 2px 0 0;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
    white-space: nowrap;
}
.hotel-card-list .hotel-price-col .price-meta {
    font-size: 11.5px; color: var(--oc-muted);
    margin-top: 2px; line-height: 1.3;
}
/* Buton — full-width sabit yükseklik, kayma yok */
.hotel-card-list .hotel-price-col .btn {
    width: 100%;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13.5px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 8px;
    white-space: nowrap;
}

/* Sort tabs — daha kompakt sayfa içi şerit */
.sort-tabs { border-radius: 8px; }
.sort-tab { padding: 8px 14px; font-size: 13px; }

/* Filtre kartı — biraz daha sıkı */
.filter-card { padding: 14px; }
.filter-card .filter-group { margin-bottom: 14px; }
.filter-card h6 { font-size: 13px; margin-bottom: 6px; }

/* Mobile — header daha da düşürülür */
@media (max-width: 767px) {
    .site-header .main-nav { padding: .35rem 0; }
    .site-header .navbar-brand { font-size: 1.2rem; }
    .category-bar .container { padding-top: .25rem; padding-bottom: .25rem; }
    .category-tab { padding: 5px 10px; font-size: 12.5px; }
    .hotel-card-list .hotel-price-col {
        text-align: left !important;
        padding: 12px 14px !important;
    }
    .hotel-card-list .hotel-price-col .price-amount { font-size: 1.25rem; }
    .hotel-card-list .hotel-price-col .btn { margin-top: 8px; }
}
