/* Seyahatina - Public site (butik, çam yeşili + altın) */

/* Topbar */
.topbar { background: var(--brand-darker); color: #e9e3d5; font-size: 13px; padding: 8px 0; }
.topbar i { color: var(--gold); }
.topbar a { color: #e9e3d5; text-decoration: none; }
.topbar a:hover { color: #fff; }

/* Header */
.site-header {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 10px 0;
    position: sticky; top: 0; z-index: 1040;
    box-shadow: var(--shadow-sm);
}
.header-row { display: flex; align-items: center; gap: 18px; }
.brand { flex: 0 0 auto; display: block; line-height: 0; }
.brand img { height: 90px; width: auto; object-fit: contain; }
.header-search { flex: 1 1 auto; min-width: 0; }
.btn-login { flex: 0 0 auto; white-space: nowrap; padding: 12px 22px; }

/* Arama çubuğu (pill + typeahead) */
.search-bar {
    position: relative;
    display: flex; align-items: stretch;
    background: #fff; border: 1px solid var(--line);
    border-radius: 999px; padding: 8px 8px 8px 6px;
    box-shadow: var(--shadow-md);
}
.sb-field { display: flex; align-items: center; gap: 10px; padding: 6px 16px; flex: 1 1 0; min-width: 0; position: relative; }
.sb-field > i { color: var(--gold-dark); font-size: 16px; flex: 0 0 auto; }
.sb-loc { flex: 1.6 1 0; }
.sb-input { display: flex; flex-direction: column; min-width: 0; width: 100%; }
.sb-input label { font-size: 11px; font-weight: 700; color: var(--brand-dark); letter-spacing: .3px; }
.sb-text, .sb-select, .sb-date {
    border: none; background: transparent; padding: 0; font-size: 14px; color: var(--ink);
    font-weight: 600; outline: none; width: 100%;
}
.sb-text::placeholder { color: var(--muted); font-weight: 500; }
.sb-select { appearance: none; cursor: pointer; }
.sb-sep { width: 1px; background: var(--line); margin: 8px 0; flex: 0 0 auto; }
.sb-btn {
    flex: 0 0 auto; width: 52px; border: none; border-radius: 999px;
    background: var(--gold); color: var(--brand-darker); font-size: 18px; cursor: pointer;
    transition: background .15s;
}
.sb-btn:hover { background: var(--gold-dark); color: #fff; }

/* Misafir sayaç seçici */
.sb-guest { position: relative; }
.gp-toggle { border: none; background: transparent; padding: 0; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; text-align: left; width: 100%; }
.gp-menu { position: absolute; top: calc(100% + 12px); left: 0; min-width: 290px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 6px 14px; z-index: 200; display: none; }
.sb-guest.open .gp-menu { display: block; }
.gp-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px; }
.gp-row + .gp-row { border-top: 1px solid var(--line); }
.gp-t { font-weight: 700; color: var(--ink); }
.gp-s { font-size: 12px; color: var(--muted); margin-top: 2px; }
.gp-ctrl { display: flex; align-items: center; gap: 16px; }
.gp-step { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--brand); font-size: 18px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.gp-step:hover { border-color: var(--brand); background: var(--brand); color: #fff; }
.gp-val { min-width: 22px; text-align: center; font-weight: 700; font-size: 15px; }

/* Konum önerileri */
.loc-suggest {
    position: absolute; top: calc(100% + 10px); left: 0; width: 340px; max-width: 92vw;
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    box-shadow: var(--shadow-lg); padding: 8px; z-index: 60; display: none;
    max-height: 340px; overflow-y: auto;
}
.loc-suggest.open { display: block; }
.loc-suggest .ls-title { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; padding: 8px 10px 4px; }
.loc-suggest .ls-item {
    display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px;
    cursor: pointer; font-size: 14px; color: var(--ink);
}
.loc-suggest .ls-item i { color: var(--gold-dark); width: 16px; text-align: center; }
.loc-suggest .ls-item:hover, .loc-suggest .ls-item.active { background: var(--brand-light); }
.loc-suggest .ls-item .ls-sub { color: var(--muted); font-size: 12px; margin-left: auto; }
.loc-suggest .ls-empty { padding: 14px 12px; color: var(--muted); font-size: 13px; }

/* Katalog: sidebar + sonuçlar */
.catalog { padding: 28px 0 40px; }

.filters-sidebar {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 18px; box-shadow: var(--shadow-sm); position: sticky; top: 132px;
}
.fs-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.fs-head h3 { font-size: 17px; font-weight: 800; margin: 0; }
.fs-clear { background: none; border: none; color: var(--gold-dark); font-size: 13px; font-weight: 700; cursor: pointer; }
.fs-clear:hover { color: var(--brand); }
.fs-group { padding: 14px 0; border-top: 1px solid var(--line); }
.fs-group h4 { font-size: 14px; font-weight: 700; margin: 0 0 10px; color: var(--brand-dark); }
.fs-scroll { max-height: 190px; overflow-y: auto; padding-right: 4px; }
.fs-scroll-tall { max-height: 260px; }
.fs-subhead { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin: 10px 0 4px; }
.fs-check { display: flex; align-items: center; gap: 9px; padding: 6px 4px; font-size: 14px; color: var(--ink); cursor: pointer; border-radius: 8px; }
.fs-check:hover { background: var(--brand-soft); }
.fs-check input { width: 17px; height: 17px; accent-color: var(--brand); cursor: pointer; }
.fs-check i { color: var(--gold-dark); width: 18px; text-align: center; font-size: 13px; }
.fs-price { display: flex; align-items: center; gap: 8px; }
.fs-price .form-control { border-radius: 10px; }
.fs-dash { color: var(--muted); }

/* Scrollbar ince */
.fs-scroll::-webkit-scrollbar, .loc-suggest::-webkit-scrollbar { width: 6px; }
.fs-scroll::-webkit-scrollbar-thumb, .loc-suggest::-webkit-scrollbar-thumb { background: #d9d3c5; border-radius: 3px; }

/* Sonuç başlığı */
.results-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 18px; gap: 12px; }
.results-head h2 { font-weight: 800; font-size: 26px; margin: 0; }
.results-head .count { color: var(--muted); font-size: 14px; margin-top: 4px; }
.sort-select { border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px 14px; font-weight: 600; color: var(--ink); }

/* Kompakt filtre şeridi (anasayfa) - hoş & nazik */
.filter-bar { background: transparent; border-bottom: 1px solid var(--line); padding: 16px 0 12px; }
.fb-locs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dashed var(--line); }
.fb-loc { background: none; border: none; cursor: pointer; white-space: nowrap; padding: 2px; text-align: center; flex: 0 0 auto; }
.fb-loc .l-city { display: block; font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: .2px; }
.fb-loc .l-dist { display: block; font-size: 16px; color: var(--ink); font-weight: 700; padding-bottom: 3px; border-bottom: 2px solid transparent; }
.fb-loc:hover .l-dist { color: var(--brand); }
.fb-loc.active .l-dist { color: var(--brand-dark); border-bottom-color: var(--gold); }

.fb-amenrow { display: flex; align-items: center; gap: 12px; }
.fb-side { flex: 1 1 0; min-width: 0; }
.fb-side-right { display: flex; justify-content: flex-end; }
.fb-amens { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 22px; flex: 0 1 auto; }
.fb-amen { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 5px; white-space: nowrap; flex: 0 0 auto; }
.fb-amen i { width: 50px; height: 50px; border-radius: 50%; background: var(--brand-light); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 19px; transition: all .15s; }
.fb-amen span { font-size: 12px; color: var(--ink); font-weight: 600; }
.fb-amen:hover i { background: var(--gold-soft); color: var(--gold-dark); }
.fb-amen.active i { background: var(--brand); color: var(--gold); }
.fb-sort { flex: 0 0 auto; width: auto; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; font-weight: 600; color: var(--ink); }
.fb-locs::-webkit-scrollbar, .fb-amens::-webkit-scrollbar { height: 5px; }
.fb-locs::-webkit-scrollbar-thumb, .fb-amens::-webkit-scrollbar-thumb { background: #e0dacb; border-radius: 3px; }

/* Kart */
.acc-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; height: 100%; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s; }
.acc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.acc-media { position: relative; aspect-ratio: 4 / 3; background: linear-gradient(160deg, var(--brand-light), var(--cream-2)); }
.acc-media img { width: 100%; height: 100%; object-fit: cover; }
.acc-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #a9c0af; font-size: 46px; }
.acc-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.acc-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; border: none; background: rgba(255,255,255,.85); color: var(--brand-dark); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 12px; opacity: 0; transition: opacity .15s, background .15s; z-index: 4; }
.acc-card:hover .acc-arrow { opacity: 1; }
.acc-arrow.prev { left: 8px; }
.acc-arrow.next { right: 8px; }
.acc-arrow:hover { background: #fff; }
.acc-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 4; }
.acc-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: all .15s; }
.acc-dot.active { background: #fff; width: 18px; border-radius: 4px; }
.acc-ribbon { position: absolute; top: 12px; left: 0; z-index: 3; max-width: 80%; background: var(--brand); color: #fff; font-size: 11px; font-weight: 700; padding: 6px 14px 6px 12px; border-radius: 0 999px 999px 0; box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.acc-featured { position: absolute; top: 12px; right: 54px; z-index: 3; width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--brand-darker); display: flex; align-items: center; justify-content: center; font-size: 13px; box-shadow: var(--shadow-sm); }
.acc-fav { position: absolute; top: 12px; right: 12px; z-index: 3; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--brand); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.acc-fav:hover { background: #fff; color: var(--danger); }
.acc-code { position: absolute; bottom: 12px; right: 12px; z-index: 3; background: rgba(12,61,40,.88); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.acc-body { padding: 15px 17px 17px; display: flex; flex-direction: column; flex: 1; }
.acc-loc { color: var(--muted); font-size: 13px; }
.acc-loc i { color: var(--gold-dark); }
.acc-title { font-size: 17px; font-weight: 700; margin: 6px 0 10px; line-height: 1.35; font-family: "Montserrat", "Segoe UI", sans-serif; }
.acc-cap { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--ink); font-size: 13px; margin-bottom: 10px; }
.acc-cap i { color: var(--brand); margin-right: 4px; }
.acc-amen { display: flex; flex-wrap: wrap; gap: 12px; color: var(--gold-dark); font-size: 15px; padding: 10px 0; border-top: 1px solid var(--line); margin-bottom: 4px; }
.acc-priceRow { display: flex; justify-content: space-between; gap: 8px; margin: 4px 0 12px; }
.acc-priceRow .lbl { display: block; font-size: 11px; color: var(--muted); }
.acc-priceRow .val { font-size: 18px; font-weight: 800; color: var(--brand-dark); font-family: "Montserrat", "Segoe UI", sans-serif; }
.acc-btn { margin-top: auto; padding: 10px; font-weight: 700; }

.empty-state { text-align: center; color: var(--muted); padding: 70px 0; }
.empty-state i { font-size: 46px; display: block; margin-bottom: 14px; color: var(--gold); }

/* SSS */
.faq-section { background: var(--brand-soft); padding: 50px 0; margin-top: 20px; }
.section-head { text-align: center; margin-bottom: 26px; }
.section-head h2 { font-weight: 800; font-size: 30px; margin: 6px 0 0; }
.faq-accordion { max-width: 820px; margin: 0 auto; }
.faq-accordion .accordion-item { border: 1px solid var(--line); border-radius: 12px !important; overflow: hidden; margin-bottom: 12px; background: #fff; }
.faq-accordion .accordion-button { font-weight: 700; color: var(--ink); background: #fff; }
.faq-accordion .accordion-button:not(.collapsed) { color: var(--brand); background: var(--brand-light); box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: none; border-color: var(--line); }

/* Footer */
.site-footer { background: var(--brand-darker); color: #cdd8ce; padding: 52px 0 0; }
.footer-logo { height: auto; width: 190px; object-fit: contain; background: var(--cream); padding: 12px 16px; border-radius: 14px; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.footer-about { font-size: 14px; line-height: 1.7; color: #b9c6bb; }
.footer-contact p { margin: 6px 0; font-size: 14px; }
.footer-contact i { color: var(--gold); width: 18px; }
.site-footer h6 { color: var(--gold); margin-bottom: 14px; font-size: 14px; letter-spacing: .5px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links a { color: #cdd8ce; text-decoration: none; line-height: 2.2; }
.footer-links a:hover { color: var(--gold); }
.pay-badges { display: flex; gap: 12px; font-size: 30px; color: #cdd8ce; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 24px; padding: 18px 0; text-align: center; font-size: 13px; color: #9fb0a3; }

/* ===== Landing (anasayfa) ===== */
.page-intro { background: var(--cream); border-bottom: 1px solid var(--line); padding: 34px 0 30px; }
.page-intro .eyebrow { display: inline-block; color: var(--gold-dark); margin-bottom: 8px; }
.page-intro h1 { font-weight: 800; font-size: 32px; line-height: 1.15; margin: 0 0 8px; color: var(--ink); }
.page-intro h1 .accent { color: var(--gold-dark); }
.page-intro p { color: var(--muted); font-size: 16px; margin: 0 auto; max-width: 640px; }

.section-head { text-align: center; margin-bottom: 26px; }
.section-head h2 { font-weight: 800; font-size: 30px; margin: 6px 0 0; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; gap: 12px; }
.section-head-row h2 { font-weight: 800; font-size: 28px; margin: 4px 0 0; }

.trust { padding: 46px 0 8px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .ic { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; background: var(--gold-soft); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.trust-item h6 { margin: 2px 0 3px; font-weight: 700; }
.trust-item p { margin: 0; color: var(--muted); font-size: 13px; }

.featured { padding: 40px 0 10px; }

.categories { padding: 40px 0 10px; }
.cat-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.cat-tile {
    display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none;
    width: 150px; padding: 26px 12px; border-radius: 16px; background: #fff; border: 1px solid var(--line);
    color: var(--ink); box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
}
.cat-tile i { font-size: 26px; color: var(--brand); width: 58px; height: 58px; border-radius: 50%; background: var(--brand-light); display: flex; align-items: center; justify-content: center; }
.cat-tile span { font-weight: 700; font-size: 14px; }
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-tile:hover i { background: var(--gold-soft); color: var(--gold-dark); }

.regions { padding: 40px 0 20px; }
.region-card { position: relative; display: block; overflow: hidden; border-radius: 16px; height: 130px; background: linear-gradient(150deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; text-decoration: none; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s; }
.region-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(200,162,75,.28), transparent 55%); }
.region-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); color: #fff; }
.region-card .r-body { position: absolute; left: 14px; bottom: 12px; z-index: 2; }
.region-card .r-name { font-weight: 700; font-size: 16px; }
.region-card .r-sub { font-size: 12px; opacity: .85; }
.region-card .r-ic { position: absolute; top: 12px; right: 14px; color: var(--gold); font-size: 18px; }

/* Responsive */
@media (max-width: 991px) {
    .page-intro h1 { font-size: 26px; }
    .header-row { flex-wrap: wrap; }
    .brand img { height: 64px; width: auto; }
    .header-search { order: 3; flex: 1 1 100%; }
    .search-bar { flex-wrap: wrap; border-radius: 18px; }
    .sb-sep { display: none; }
    .sb-field { flex: 1 1 44%; }
    .sb-btn { width: 100%; border-radius: 12px; height: 44px; }
    .loc-suggest { width: 100%; }
    .filters-sidebar { position: static; margin-bottom: 8px; }
}
@media (max-width: 768px) {
    .results-head { flex-direction: column; align-items: flex-start; }
}
