/* =====================================================================
   ALANYA TOUR — Tema katmanı (R2): canlı palet, 1600px, yeni tur kartı, filtre çubuğu,
   bayraklı dil seçici, kutulu tur detayı, kayan blog, lokasyon ızgarası, akıcı animasyonlar.
   Diğer tüm stil dosyalarından sonra yüklenir.
   ===================================================================== */
:root {
    --ink: #0a2540; --ink-2: #12365f; --sea: #0891b2; --sea-soft: #e7f7fb;
    --sand: #f4f8fc; --sand-2: #eaf2f9; --paper: #fff; --stone: #dbe6f0; --stone-2: #e8eff6;
    --mist: #4a5c72; --text: #0a2540; --brass: #f59e0b; --brass-text: #b45309; --gold: #fbbf24;
    --cta: #f97316; --cta-hover: #ea580c; --wa: #16a34a;
    --grad: linear-gradient(135deg, #06b6d4 0%, #3b82f6 55%, #6366f1 100%);
    --grad-warm: linear-gradient(135deg, #fb923c 0%, #f97316 45%, #f43f5e 100%);
    --shadow: 0 1px 2px rgba(10, 37, 64, .05), 0 12px 32px rgba(10, 37, 64, .08);
    --shadow-lg: 0 26px 60px rgba(10, 37, 64, .18);
    --wrap: 1600px;
    --focus: 0 0 0 3px rgba(59, 130, 246, .4);
}
/* display kuralları [hidden] özniteliğini ezmesin (adım adım form, açılır menüler) */
[hidden] { display: none !important; }
body.site { background: var(--sand); }
::selection { background: #bae6fd; }

/* Butonlar */
.btn { transition: transform .18s ease, box-shadow .2s ease, filter .2s ease, background .2s; }
.btn:hover { transform: translateY(-1px); }
.btn--cta { background: var(--grad-warm); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(249, 115, 22, .3); }
.btn--cta:hover { background: var(--grad-warm); filter: brightness(1.06); box-shadow: 0 12px 26px rgba(249, 115, 22, .38); color: #fff; }
.btn--primary { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(59, 130, 246, .28); }
.btn--primary:hover { background: var(--grad); filter: brightness(1.07); color: #fff; }
.eyebrow { color: var(--sea); }
.block__title, .page-title { letter-spacing: -.01em; }
.link-arrow { color: var(--sea); }

/* Izgaralar: geniş ekranda 4 sütun */
.grid-cards { gap: 26px; }
@media (min-width: 1400px) {
    .grid-cards, .grid-cards--wide { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .car { grid-auto-columns: calc((100% - 3 * 28px) / 4) !important; }
}
@media (min-width: 1100px) and (max-width: 1399px) { .grid-cards--wide { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* ---------- Tur kartı ---------- */
.tcard { position: relative; display: flex; flex-direction: column; background: var(--paper); border-radius: 22px; overflow: hidden; border: 1px solid var(--stone); box-shadow: 0 1px 2px rgba(10, 37, 64, .04); transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s ease, border-color .3s; height: 100%; }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.tcard__media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--grad); overflow: hidden; }
.tcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.tcard:hover .tcard__media img { transform: scale(1.07); }
.tcard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 37, 64, .35) 0%, transparent 32%, transparent 60%, rgba(10, 37, 64, .55) 100%); pointer-events: none; }
.tcard__noimg { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255, 255, 255, .7); }
.tcard__noimg .ico { width: 44px; height: 44px; }
.tcard__chips { position: absolute; z-index: 1; left: 12px; right: 12px; top: 12px; display: flex; justify-content: space-between; gap: 8px; }
.tcard__chip { display: inline-flex; align-items: center; gap: 5px; padding: 6px 11px; border-radius: 999px; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: 12px; font-weight: 700; backdrop-filter: blur(6px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 62%; }
.tcard__chip--dark { background: rgba(10, 37, 64, .72); color: #fff; }
.tcard__price { position: absolute; z-index: 1; right: 12px; bottom: 12px; display: grid; justify-items: end; line-height: 1.1; padding: 8px 12px; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(10, 37, 64, .25); }
.tcard__price small { font-size: 10.5px; color: var(--mist); font-weight: 600; }
.tcard__price strong { font-size: 20px; font-weight: 800; background: var(--grad-warm); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tcard__body { display: flex; flex-direction: column; gap: 10px; padding: 18px 18px 18px; flex: 1; }
.tcard__loc { margin: 0; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--sea); }
.tcard__title { margin: 0; font-family: var(--sans); font-size: 18px; font-weight: 800; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.tcard__title a { color: var(--ink); text-decoration: none; }
.tcard__title a::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.tcard__title a:hover { color: var(--sea); }
.tcard__lead { margin: 0; color: var(--mist); font-size: 14px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.tcard__facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.tcard__facts li { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 8px; background: var(--sea-soft); color: #0e7490; font-size: 12px; font-weight: 700; }
.tcard__ask { margin: 0; font-weight: 700; color: var(--brass-text); }
.tcard__actions { position: relative; z-index: 1; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--stone-2); display: grid; grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); gap: 8px; }
.tbtn--wa { padding: 0; }
.tbtn--wa span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.tbtn--wa .ico { width: 20px; height: 20px; }
.tbtn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 42px; padding: 0 8px; border-radius: 12px; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: transform .18s ease, filter .2s, background .2s, color .2s; }
.tbtn span { overflow: hidden; text-overflow: ellipsis; }
.tbtn:hover { transform: translateY(-2px); }
.tbtn--ghost { background: var(--sand-2); color: var(--ink); }
.tbtn--ghost:hover { background: var(--ink); color: #fff; }
.tbtn--wa { background: #dcfce7; color: #15803d; }
.tbtn--wa:hover { background: var(--wa); color: #fff; }
.tbtn--cta { background: var(--grad-warm); color: #fff; box-shadow: 0 6px 16px rgba(249, 115, 22, .3); }
.tbtn--cta:hover { filter: brightness(1.06); color: #fff; }

/* ---------- Üst bar: sosyal ikonlar, bayraklı dil seçici ---------- */
.topbar__social { list-style: none; margin: 0 0 0 auto; padding: 0; display: flex; gap: 4px; }
.topbar__social a { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: inherit; opacity: .85; transition: background .2s, opacity .2s, transform .2s; }
.topbar__social a:hover { background: rgba(255, 255, 255, .14); opacity: 1; transform: translateY(-1px); }
.topbar__in { gap: 14px; }
.flag { width: 21px; height: 14px; border-radius: 3px; flex: none; box-shadow: 0 0 0 1px rgba(10, 37, 64, .12); }
.dropdown__btn { gap: 7px; }
.dropdown__caret { opacity: .7; }
.dropdown__menu--langs { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 2px; padding: 8px; min-width: 330px; }
.dropdown__menu--langs a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 10px; }
.dropdown__menu--langs a:hover, .dropdown__menu--langs a.is-current { background: var(--sea-soft); }
.dropdown__menu--langs a.is-current { font-weight: 800; }

/* ---------- Mega menü: dönen tur görselleri ---------- */
.mega__promo--img { position: relative; overflow: hidden; isolation: isolate; min-height: 220px; }
.mega__promo--img::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 37, 64, .1), rgba(10, 37, 64, .8)); }
.mega__promo-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity .9s ease, transform 3.2s ease; }
.mega__promo-img.is-on { opacity: 1; transform: scale(1); }

/* ---------- Tüm turlar: yatay filtre çubuğu ---------- */
.fbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; padding: 12px; margin: 0 0 28px; background: var(--paper); border: 1px solid var(--stone); border-radius: 18px; box-shadow: var(--shadow); position: sticky; top: 84px; z-index: 20; }
.fbar__field { position: relative; display: flex; align-items: center; gap: 8px; padding: 0 12px; min-height: 48px; border-radius: 12px; background: var(--sand); border: 1px solid transparent; transition: border-color .2s, background .2s; flex: 1 1 170px; }
.fbar__field:focus-within { border-color: var(--sea); background: #fff; }
.fbar__field > .ico { color: var(--sea); flex: none; }
.fbar__field input, .fbar__field select { border: 0; background: transparent; min-height: 46px; width: 100%; font: 600 14px var(--sans); color: var(--ink); padding: 0; box-shadow: none; outline: none; }
.fbar__field--search { flex: 2 1 240px; }
.fbar__actions { display: flex; gap: 8px; }
.msel { padding: 0; }
.msel__btn { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 48px; padding: 0 12px; border: 0; background: transparent; font: 600 14px var(--sans); color: var(--ink); cursor: pointer; text-align: left; }
.msel__btn > span { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.msel__btn .ico:first-child { color: var(--sea); }
.msel.is-open .msel__btn .ico:last-child { transform: rotate(180deg); }
.msel__menu { position: absolute; left: 0; top: calc(100% + 8px); z-index: 30; min-width: 280px; max-height: 320px; overflow: auto; padding: 8px; background: #fff; border: 1px solid var(--stone); border-radius: 14px; box-shadow: var(--shadow-lg); animation: rv-pop .18s ease; }
.msel__opt { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 600; }
.msel__opt:hover { background: var(--sea-soft); }
.msel__opt--child { padding-left: 28px; }
.msel__opt span { flex: 1; }
.msel__opt small { color: var(--mist); font-weight: 700; }
.msel__opt input { width: 18px; height: 18px; accent-color: var(--sea); }
@keyframes rv-pop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.listing__head { margin-bottom: 18px; }

/* ---------- Tur detay: görselle başlar, bölümler beyaz kutularda ---------- */
.tour .gallery { margin-top: 18px; border-radius: 24px; overflow: hidden; }
.box, .tour__section { background: var(--paper); border: 1px solid var(--stone); border-radius: 20px; padding: 26px 28px; box-shadow: 0 1px 2px rgba(10, 37, 64, .04); }
.tour__main { display: grid; gap: 18px; align-content: start; }
.tour__main > .tour__section { margin: 0; }
.tour__section h2 { font-family: var(--sans); font-size: 20px; font-weight: 800; margin: 0 0 14px; display: flex; align-items: center; gap: 10px; }
.tour__section h2::before { content: ""; width: 6px; height: 22px; border-radius: 3px; background: var(--grad); }
.tour__intro { display: grid; gap: 14px; }
.tour__intro .tour__cats { margin: 0; }
.tour__intro .tour__title { margin: 0; font-family: var(--sans); font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; line-height: 1.2; letter-spacing: -.01em; text-align: left; }
.tour__intro .facts { margin: 4px 0 0; }
.tour__intro .tour__lead { margin: 0; font-size: 17px; color: var(--mist); }
.tour__grid { margin-top: 22px; }
.tour__side .book { border-radius: 22px; box-shadow: var(--shadow); }

/* ---------- Ana sayfa: lokasyon ızgarası, kayan blog ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.loc-card .post-card__img { position: relative; aspect-ratio: 4 / 3; }
.loc-card__count { position: absolute; left: 12px; bottom: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, .94); font-size: 12px; font-weight: 800; color: var(--ink); }
.loc-card .post-card__title { display: flex; align-items: center; gap: 6px; font-size: 20px; }
.loc-card__cta, .post-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 13px; font-weight: 800; color: var(--sea); }
.post-card { transition: transform .3s cubic-bezier(.2, .7, .2, 1), box-shadow .3s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.post-card img { transition: transform .7s ease; }
.post-card:hover img { transform: scale(1.06); }
.car--posts .post-card { height: 100%; }
.car-nav { align-items: center; }
.car-nav .link-arrow { margin-right: 8px; }

/* ---------- Footer ---------- */
.footer__logo { height: 88px !important; width: auto; max-width: 240px; }
.footer__langs a { display: inline-flex; align-items: center; gap: 6px; padding: 4px 6px; border-radius: 8px; }
.footer__langs a:hover, .footer__langs a[aria-current="true"] { background: rgba(255, 255, 255, .08); }

/* ---------- Kaydırınca beliren öğeler ---------- */
html.rv-on .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); }
html.rv-on .rv.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html.rv-on .rv { opacity: 1; transform: none; transition: none; }
    .tcard, .tcard__media img, .post-card, .post-card img { transition: none; }
}
@media (max-width: 900px) {
    .fbar { position: static; }
    .fbar__actions { flex: 1 1 100%; }
    .fbar__actions .btn { flex: 1; }
    .dropdown__menu--langs { grid-template-columns: 1fr; min-width: 200px; }
    .box, .tour__section { padding: 20px 18px; border-radius: 18px; }
}

/* =====================================================================
   R3 — Mobil: header, tam ekran menü, alt buton barı, çerez, şerit, sekmeler
   ===================================================================== */
html, body.site { overflow-x: clip; }
.header__switch { display: none; }
.cookie { z-index: 9100; }
.sticky__btn { transition: transform .2s ease, box-shadow .2s ease, filter .2s; }
.sticky__btn--wa { background: linear-gradient(135deg, #22c55e, #16a34a); }
.sticky__btn--call { background: var(--grad); }
.sticky__btn--book { background: var(--grad-warm); }
.sticky__btn:hover { box-shadow: 0 14px 30px rgba(10, 37, 64, .28); filter: brightness(1.05); }

@media (max-width: 900px) {
    /* Cam efekti mobilde kapalı: sabit konumlu menü paneli header'a hapsolmasın */
    .header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
    .header__in { gap: 10px; min-height: 68px; }
    .brand { flex: none; }
    .brand__logo { height: 52px; }
    .header__switch { display: flex; flex: 1; justify-content: center; min-width: 0; }
    .header__switch .switch-group { display: flex; gap: 6px; }
    .header__switch .dropdown__btn { min-height: 40px; padding: 0 10px; border: 1px solid var(--stone); border-radius: 12px; background: var(--sand); color: var(--ink); font-size: 13px; font-weight: 800; }
    .header__switch .dropdown__menu { position: absolute; top: calc(100% + 8px); }
    .header__switch .dropdown { position: relative; }
    .header__switch .dropdown__menu--langs { left: 50%; right: auto; transform: translateX(-50%); min-width: min(330px, 92vw); grid-template-columns: 1fr 1fr; }
    .nav__mobile-extra { display: none !important; }
    .header__actions { gap: 8px; }
    .burger { width: 48px; height: 48px; border-radius: 14px; background: var(--grad); box-shadow: 0 8px 18px rgba(59, 130, 246, .3); }

    /* Tam ekran menü: sağdan kaydırma yerine yerinde açılır (yatay taşma yok) */
    .nav { position: fixed; top: var(--hdr-h, 68px); left: 0; right: 0; bottom: 0; z-index: 45; transform: none !important;
        background: #fff; overflow-y: auto; padding: 8px var(--gutter) 130px; visibility: hidden; opacity: 0; pointer-events: none;
        clip-path: inset(0 0 100% 0); transition: clip-path .35s cubic-bezier(.2, .7, .2, 1), opacity .25s ease, visibility 0s linear .35s; }
    .nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; clip-path: inset(0 0 0 0); transition: clip-path .35s cubic-bezier(.2, .7, .2, 1), opacity .2s ease, visibility 0s; }
    .nav__list > li { opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
    .nav.is-open .nav__list > li { opacity: 1; transform: none; }
    .nav.is-open .nav__list > li:nth-child(2) { transition-delay: .04s; } .nav.is-open .nav__list > li:nth-child(3) { transition-delay: .08s; }
    .nav.is-open .nav__list > li:nth-child(4) { transition-delay: .12s; } .nav.is-open .nav__list > li:nth-child(5) { transition-delay: .16s; }
    .nav.is-open .nav__list > li:nth-child(n+6) { transition-delay: .2s; }
    .nav__link { font-size: 18px; font-weight: 700; min-height: 58px; }
    .mega { position: static !important; box-shadow: none !important; border: 0 !important; padding: 0 0 10px !important; }
    .mega__in { grid-template-columns: 1fr !important; gap: 8px; padding: 0 !important; }

    /* Üst bar: telefon + sosyal ikonlar */
    .topbar__contact .hide-sm { display: none; }
    .topbar__in { min-height: 36px; }

    /* Alt buton barı: ekran içinde, şık */
    body.site { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
    .sticky { left: 10px !important; right: 10px !important; bottom: calc(10px + env(safe-area-inset-bottom)) !important; padding: 8px !important; gap: 8px !important;
        background: rgba(255, 255, 255, .96) !important; border: 1px solid var(--stone) !important; border-radius: 20px !important;
        box-shadow: 0 14px 34px rgba(10, 37, 64, .22) !important; backdrop-filter: blur(10px); max-width: calc(100vw - 20px); box-sizing: border-box; }
    .sticky__btn { flex: 1 1 0 !important; min-width: 0; height: 50px !important; border-radius: 14px !important; font-size: 13px !important; padding: 0 6px; overflow: hidden; }
    .sticky__btn span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .cookie { bottom: calc(92px + env(safe-area-inset-bottom)) !important; }

    /* Kaydırmalı şerit: kısa kartlar */
    .car { grid-auto-columns: 80% !important; }
    .car .tcard__lead, .car .tcard__facts { display: none; }
    .car .tcard__media { aspect-ratio: 16 / 10; }
    .tcard__facts { max-height: 64px; overflow: hidden; }

    /* Kategori sekmeleri: tek satır, yatay kaydırma */
    .ctabs__list { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x proximity; padding: 2px 2px 10px; margin: 0 calc(var(--gutter) * -1) 18px; padding-left: var(--gutter); padding-right: var(--gutter); scrollbar-width: none; }
    .ctabs__list::-webkit-scrollbar { display: none; }
    .ctabs__tab { flex: none; scroll-snap-align: start; }
}
@media (max-width: 420px) {
    .header__switch .dropdown__btn { padding: 0 8px; }
    .header__switch .dropdown__btn .dropdown__caret { display: none; }
    .brand__logo { height: 46px; }
}
@media (max-width: 900px) {
    .sticky__btn { flex-direction: column !important; gap: 3px !important; height: 56px !important; font-size: 11.5px !important; line-height: 1.1; }
    .sticky__btn .ico { width: 20px; height: 20px; }
    .sticky__btn span { max-width: 100%; }
    .tbtn { font-size: 12.5px; padding: 0 6px; }
    .car .tbtn { font-size: 12px; padding: 0 4px; }
    .car .tcard__actions { grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1.25fr); gap: 6px; }
}
@media (max-width: 400px) {
    .tbtn { white-space: normal; line-height: 1.1; text-align: center; }
    .tbtn span { overflow: visible; text-overflow: clip; }
}
@media (max-width: 380px) {
    .sticky__btn { font-size: 10.5px !important; padding: 0 3px; letter-spacing: -.01em; }
    .sticky { gap: 6px !important; padding: 6px !important; }
}
/* Dil menüsü: seçili dil okunur olsun */
.dropdown__menu--langs a, .dropdown__menu--langs a.is-current { color: var(--ink); }
.dropdown__menu--langs a.is-current { background: var(--sea-soft); box-shadow: inset 0 0 0 1px rgba(8, 145, 178, .35); }
.bk-modal .bk__title { font-family: var(--sans); font-size: 20px; font-weight: 800; line-height: 1.3; padding-right: 44px; }
@media (max-width: 900px) {
    .header__switch .dropdown__menu--langs { position: fixed; left: 12px; right: 12px; top: calc(var(--hdr-h, 105px) + 6px); transform: none; min-width: 0; max-height: 70vh; overflow-y: auto; }
    .tour__grid { display: flex; flex-direction: column; }
    .tour__main { order: 1; }
    .tour__side { order: 2; }
    .bk-modal .bk__title { font-size: 17px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
}
@media (max-width: 1100px) { .tour__grid .tour__main { order: 1; } .tour__grid .tour__side { order: 2; } }
#booking { scroll-margin-top: 96px; }

/* =====================================================================
   R4 — Hero slider (panel slaytları + turlar)
   ===================================================================== */
.hero--slider { display: grid; }
.hero--slider.hero--img::before { display: none; }
.hero__slide { grid-area: 1 / 1; position: relative; isolation: isolate; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility 0s linear .9s; }
.hero__slide.is-on { opacity: 1; visibility: visible; transition: opacity .9s ease, visibility 0s; }
.hero__slide .hero__bg { z-index: -2; }
.hero__slide--img::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 37, 64, .85) 0%, rgba(10, 37, 64, .5) 55%, rgba(10, 37, 64, .15) 100%); }
.hero__slide .hero__bg img { transform: scale(1.06); transition: transform 7s ease-out; }
.hero__slide.is-on .hero__bg img { transform: scale(1); }
.hero__slide .hero__text > * { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.hero__slide.is-on .hero__text > * { opacity: 1; transform: none; }
.hero__slide.is-on .hero__text > :nth-child(2) { transition-delay: .1s; }
.hero__slide.is-on .hero__text > :nth-child(3) { transition-delay: .2s; }
.hero__slide.is-on .hero__text > :nth-child(4) { transition-delay: .3s; }
.hero__title { font-family: var(--sans); font-weight: 800; font-size: clamp(34px, 5vw, 64px); line-height: 1.05; letter-spacing: -.02em; }
.hero__price { margin: 0 0 12px; display: inline-flex; gap: 6px; align-items: baseline; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .14); backdrop-filter: blur(6px); font-size: 14px; color: #fff; }
.hero__price strong { font-size: 20px; color: var(--gold); }
.hero__arrow { position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(6px); transition: background .2s, transform .2s; }
.hero__arrow:hover { background: rgba(255, 255, 255, .28); }
.hero__arrow--prev { left: 18px; } .hero__arrow--next { right: 18px; }
.hero__dots { position: absolute; z-index: 5; left: 0; right: 0; bottom: 96px; display: flex; justify-content: center; gap: 8px; }
.hero__dot { width: 34px; height: 6px; padding: 0; border: 0; border-radius: 3px; background: rgba(255, 255, 255, .35); cursor: pointer; overflow: hidden; }
.hero__dot span { display: block; height: 100%; width: 0; background: #fff; }
.hero__dot.is-on span { width: 100%; transition: width var(--hero-t, 6s) linear; }
.hero[data-paused] .hero__dot.is-on span { transition: none; }
@media (max-width: 900px) {
    .hero__arrow { display: none; }
    .hero__dots { bottom: 84px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero__slide, .hero__slide .hero__text > *, .hero__slide .hero__bg img { transition: none !important; transform: none !important; }
}
.hero__text { max-width: 760px; }
.hero__slide .hero__title { font-size: clamp(30px, 3.6vw, 52px); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hero__slide .hero__lead { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hero__arrow { top: auto; bottom: 80px; transform: none; width: 46px; height: 46px; }
.hero__arrow--prev { left: auto; right: calc(max(var(--gutter), (100vw - var(--wrap)) / 2 + var(--gutter)) + 56px); }
.hero__arrow--next { right: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter))); }
.hero__dots { justify-content: flex-start; left: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter))); right: auto; bottom: 98px; }
@media (max-width: 900px) { .hero__dots { left: 0; right: 0; justify-content: center; bottom: 76px; } }

/* =====================================================================
   R4 — Hakkımızda
   ===================================================================== */
.about-hero { position: relative; isolation: isolate; color: #fff; background: var(--grad); overflow: hidden; }
.about-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; animation: about-zoom 18s ease-in-out infinite alternate; }
.about-hero--img::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(10, 37, 64, .88) 0%, rgba(10, 37, 64, .55) 55%, rgba(8, 145, 178, .25) 100%); }
@keyframes about-zoom { from { transform: scale(1); } to { transform: scale(1.1); } }
.about-hero__in { min-height: clamp(420px, 62vh, 620px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 18px; padding-block: 70px 130px; }
.about-badge { margin: 0; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .14); backdrop-filter: blur(6px); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.about-hero__title { margin: 0; max-width: 820px; font-family: var(--sans); font-weight: 800; font-size: clamp(36px, 5.4vw, 72px); line-height: 1.03; letter-spacing: -.02em; animation: about-up .8s ease both; }
.about-hero__text { margin: 0; max-width: 640px; font-size: clamp(16px, 1.6vw, 19px); color: #dbe7f3; animation: about-up .8s .12s ease both; }
.about-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; animation: about-up .8s .24s ease both; }
@keyframes about-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.about-stats { list-style: none; margin: -70px 0 0; padding: 0; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.about-stats li { text-align: center; padding: 26px 16px; box-shadow: var(--shadow-lg); }
.about-stats strong { display: block; font-size: clamp(30px, 3.2vw, 44px); font-weight: 800; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about-stats span { display: block; margin-top: 8px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mist); }
.about-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 40px; align-items: center; margin-top: clamp(56px, 7vw, 96px); }
.about-h2 { margin: 0 0 16px; font-family: var(--sans); font-weight: 800; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.15; letter-spacing: -.01em; }
.about-prose p { margin: 0 0 14px; font-size: 17px; line-height: 1.75; color: var(--mist); }
.about-prose p:last-child { margin-bottom: 0; }
.about-intro__text { padding: clamp(24px, 3vw, 40px); }
.about-collage { position: relative; min-height: 460px; }
.about-collage__img { position: absolute; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow-lg); border: 6px solid #fff; }
.about-collage__img--0 { width: 68%; height: 64%; top: 0; right: 0; animation: about-float 7s ease-in-out infinite; }
.about-collage__img--1 { width: 52%; height: 48%; bottom: 0; left: 0; animation: about-float 8s 1s ease-in-out infinite; }
.about-collage__img--2 { width: 40%; height: 36%; bottom: 6%; right: 6%; animation: about-float 9s .5s ease-in-out infinite; }
.about-collage--n1 .about-collage__img--0 { width: 100%; height: 100%; }
@keyframes about-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.about-values { list-style: none; margin: clamp(48px, 6vw, 80px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.about-value { display: grid; gap: 10px; align-content: start; transition: transform .3s ease, box-shadow .3s ease; }
.about-value:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.about-value__ico { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--grad); box-shadow: 0 10px 22px rgba(59, 130, 246, .3); }
.about-value:nth-child(2) .about-value__ico { background: var(--grad-warm); box-shadow: 0 10px 22px rgba(249, 115, 22, .3); }
.about-value:nth-child(3) .about-value__ico { background: linear-gradient(135deg, #10b981, #0d9488); box-shadow: 0 10px 22px rgba(16, 185, 129, .3); }
.about-value:nth-child(4) .about-value__ico { background: linear-gradient(135deg, #a855f7, #6366f1); box-shadow: 0 10px 22px rgba(139, 92, 246, .3); }
.about-value__ico .ico { width: 26px; height: 26px; }
.about-value h3 { margin: 4px 0 0; font-size: 19px; font-weight: 800; }
.about-value p { margin: 0; color: var(--mist); line-height: 1.6; }
.about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; align-items: center; margin-top: clamp(56px, 7vw, 96px); }
.about-story__media { border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 3.4; box-shadow: var(--shadow-lg); }
.about-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.about-story:hover .about-story__media img { transform: scale(1.05); }
.about-story__text { margin-left: -60px; position: relative; z-index: 1; padding: clamp(24px, 3vw, 44px); display: grid; gap: 6px; }
@media (max-width: 1000px) {
    .about-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-intro, .about-story { grid-template-columns: 1fr; }
    .about-collage { min-height: 340px; }
    .about-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-story__text { margin: -40px 12px 0; }
}
@media (max-width: 600px) { .about-values { grid-template-columns: 1fr; } .about-stats { margin-top: -50px; } }
@media (prefers-reduced-motion: reduce) { .about-hero__bg, .about-collage__img, .about-hero__title, .about-hero__text, .about-hero__cta { animation: none !important; } }
/* Kart daraldığında (ör. 1400–1500 px'te 4 sütun) buton yazısı sığsın */
.tcard { container-type: inline-size; }
@container (max-width: 345px) {
    .tcard__actions { gap: 6px; grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1.2fr); }
    .tbtn { font-size: 12px; padding: 0 4px; letter-spacing: -.01em; }
    .tcard__body { padding: 16px 14px; }
}

/* =====================================================================
   R5 — Düzeltmeler
   ===================================================================== */
/* Kaydırma kilidi body yerine html'de: body kaydırma kutusuna dönüşünce yapışkan header ekrandan kayboluyordu */
body.nav-open, html.bk-lock body { overflow: visible !important; }
html:has(body.nav-open), html.bk-lock { overflow: hidden; }
/* iOS 15 ve eskisi overflow: clip desteklemez → yatay kaydırma olur, sabit alt bar kayar. html'de "hidden" yedeği
   (body'de değil: body kaydırma kutusuna dönüşürse yapışkan header bozulur) */
html { overflow-x: hidden; }
@supports (overflow: clip) { html { overflow-x: clip; } }
@media (max-width: 900px) {
    /* Alt bar: iOS'ta kaydırırken titremesin (bulanık cam kapalı, kendi katmanında) */
    .sticky { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; background: #fff !important; transform: translateZ(0); will-change: transform; }
    .sticky__btn { -webkit-tap-highlight-color: transparent; }
    .ctabs__list { margin-left: 0; margin-right: 0; padding-left: 2px; padding-right: 2px; }
}
/* Tüm turlar: mobilde filtre açılır/kapanır, varsayılan kapalı (arama kutusu her zaman görünür) */
.fbar__toggle { display: none; }
@media (max-width: 900px) {
    .fbar { gap: 8px; }
    .fbar__toggle { display: flex; align-items: center; gap: 8px; order: 2; flex: 0 0 auto; min-height: 48px; padding: 0 14px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font: 800 14px var(--sans); cursor: pointer; }
    .fbar__field--search { order: 1; flex: 1 1 0; min-width: 0; }
    .fbar__count { min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--grad-warm); font-size: 12px; display: inline-grid; place-items: center; }
    .fbar__caret { transition: transform .25s; }
    .fbar.is-open .fbar__caret { transform: rotate(180deg); }
    .fbar > :not(.fbar__toggle):not(.fbar__field--search) { order: 3; flex: 1 1 100%; }
    .fbar:not(.is-open) > :not(.fbar__toggle):not(.fbar__field--search) { display: none; }
    .fbar.is-open > .fbar__field, .fbar.is-open > .msel, .fbar.is-open > .fbar__actions { animation: rv-pop .2s ease both; }
}

/* =====================================================================
   R5 — Blog
   ===================================================================== */
.blog-hero { background: var(--grad); color: #fff; position: relative; overflow: hidden; }
.blog-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.blog-hero__in { padding-block: 56px 90px; position: relative; z-index: 1; }
.blog-hero__title { margin: 6px 0 8px; font-family: var(--sans); font-weight: 800; font-size: clamp(36px, 5vw, 60px); letter-spacing: -.02em; }
.blog-hero__text { margin: 0; max-width: 620px; font-size: 18px; color: #e0f2fe; }
.blog-list { margin-top: -56px; position: relative; z-index: 2; }
.blog-feat { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); padding: 0; overflow: hidden; text-decoration: none; color: var(--ink); margin-bottom: 30px; box-shadow: var(--shadow-lg); transition: transform .3s ease; }
.blog-feat:hover { transform: translateY(-4px); }
.blog-feat__img { display: block; min-height: 340px; background: var(--grad); overflow: hidden; }
.blog-feat__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.blog-feat:hover .blog-feat__img img { transform: scale(1.05); }
.blog-feat__body { display: flex; flex-direction: column; gap: 12px; justify-content: center; padding: clamp(24px, 3vw, 44px); }
.blog-feat__title { font-size: clamp(24px, 2.4vw, 34px); font-weight: 800; line-height: 1.2; }
.blog-feat__text { color: var(--mist); font-size: 16px; line-height: 1.65; }
.blog-feat__btn { align-self: flex-start; margin-top: 6px; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.blog-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-grid .post-card__title, .blog-grid--3 .post-card__title { font-family: var(--sans); font-size: 19px; font-weight: 800; line-height: 1.3; }
.post-hero { position: relative; isolation: isolate; color: #fff; background: var(--grad); overflow: hidden; }
.post-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.post-hero--img::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10, 37, 64, .9) 0%, rgba(10, 37, 64, .45) 60%, rgba(10, 37, 64, .25) 100%); }
.post-hero__in { min-height: clamp(300px, 46vh, 460px); display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding-block: 50px 90px; }
.post-hero__meta { margin: 0; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 14px; font-weight: 700; }
.post-hero__meta time { display: inline-flex; gap: 6px; align-items: center; }
.post-hero__cat { padding: 6px 12px; border-radius: 999px; background: rgba(255, 255, 255, .18); backdrop-filter: blur(6px); }
.post-hero__title { margin: 0; max-width: 900px; font-family: var(--sans); font-weight: 800; font-size: clamp(28px, 4vw, 50px); line-height: 1.12; letter-spacing: -.015em; }
.post-grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; margin-top: -56px; position: relative; z-index: 2; align-items: start; }
.post-main { padding: clamp(24px, 3.4vw, 52px); }
.post-main .prose { max-width: 760px; }
.post-main .prose img { border-radius: 16px; margin: 18px 0; }
.post-main .prose h2, .post-main .prose h3 { font-family: var(--sans); font-weight: 800; }
.post-lead { margin: 0 0 22px; padding: 18px 20px; border-left: 4px solid; border-image: var(--grad) 1; background: var(--sea-soft); font-size: 18px; line-height: 1.6; color: var(--ink); }
.post-back { margin: 28px 0 0; }
.post-side { position: sticky; top: 100px; display: grid; gap: 18px; }
.post-cta { padding: 24px; border-radius: 20px; color: #fff; background: var(--grad); box-shadow: var(--shadow-lg); display: grid; gap: 10px; }
.post-cta strong { font-size: 20px; line-height: 1.25; }
.post-cta p { margin: 0; color: #e0f2fe; font-size: 14.5px; }
.post-cta .btn { justify-self: start; }
.post-side__title { margin: 0 0 12px; font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--sea); }
.post-tours { padding: 20px; display: grid; gap: 12px; }
.post-tour { display: grid; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; text-decoration: none; color: var(--ink); padding: 6px; border-radius: 14px; transition: background .2s; }
.post-tour:hover { background: var(--sea-soft); }
.post-tour__img { width: 72px; height: 56px; border-radius: 12px; overflow: hidden; background: var(--grad); }
.post-tour__img img { width: 100%; height: 100%; object-fit: cover; }
.post-tour strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.3; }
.post-tour small { display: block; margin-top: 3px; color: var(--mist); font-size: 12.5px; }
.post-tour small b { color: var(--cta); }
@media (max-width: 1000px) {
    .blog-feat, .post-grid-2 { grid-template-columns: 1fr; }
    .blog-feat__img { min-height: 220px; aspect-ratio: 16 / 9; }
    .post-side { position: static; }
    .blog-grid--3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) { .blog-grid--3 { grid-template-columns: 1fr; } .post-grid-2 { margin-top: -36px; } }
/* Buton türleri her sayfada (önceden yalnız ana sayfa CSS'indeydi) */
.btn--whatsapp { background: linear-gradient(135deg, #22c55e, #16a34a); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(22, 163, 74, .3); }
.btn--whatsapp:hover { filter: brightness(1.06); color: #fff; }
.btn--ghost-light { border: 1px solid rgba(255, 255, 255, .5); color: #fff; background: transparent; }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.post-cta .btn--whatsapp { background: #fff; color: #15803d; box-shadow: 0 8px 18px rgba(10, 37, 64, .2); }
