/* Tema rengi index.php içinde :root değişkenleri ile atanır (panelden seçilir).
   --theme / --theme-dark / --theme-light / --theme-deep */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --ink: #0e1626;
    --ink-2: #33405a;
    --muted: #5f6b81;
    --line: #e7eaf0;
    --bg: #f6f7fa;
    --radius: 14px;
    --shadow-sm: 0 1px 3px rgba(14, 22, 38, .07);
    --shadow-md: 0 8px 28px rgba(14, 22, 38, .1);
    --shadow-lg: 0 18px 48px rgba(14, 22, 38, .16);
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
[dir="rtl"] { --font: 'Cairo', 'Plus Jakarta Sans', -apple-system, sans-serif; }

html { scroll-behavior: smooth; }
body {
    font-family: var(--font);
    color: var(--ink);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--theme-light) 88%, #fff) 0%, var(--bg) 42%, var(--bg) 100%);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
svg { flex-shrink: 0; vertical-align: -.18em; }
i.ico { flex-shrink: 0; line-height: 1; }
.fi { border-radius: 3px; font-size: 15px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
[dir="rtl"] .fa-arrow-right { transform: scaleX(-1); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4 { line-height: 1.25; letter-spacing: -.015em; }

/* ---------- Butonlar ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--font); font-size: 15px; font-weight: 700;
    padding: 13px 24px; border-radius: 12px; border: none; cursor: pointer;
    transition: transform .15s, box-shadow .15s, background .15s;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--theme); color: #fff; box-shadow: 0 4px 14px color-mix(in srgb, var(--theme) 35%, transparent); }
.btn-primary:hover { background: var(--theme-dark); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--shadow-md); }
.btn-whatsapp { background: #1fb355; color: #fff; box-shadow: 0 4px 14px rgba(31, 179, 85, .35); }
.btn-whatsapp:hover { background: #179846; }
.btn-block { width: 100%; }
.btn-header { padding: 10px 20px; font-size: 14px; }

/* ---------- Üst bant ---------- */
.topbar { background: var(--theme-deep); color: rgba(255,255,255,.85); font-size: 13.5px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; padding-bottom: 8px; gap: 10px; flex-wrap: wrap; }
.topbar-left { display: flex; flex-direction: column; gap: 2px; align-items: flex-start; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; }
.topbar-item strong { color: #fff; }
.agency-name { font-size: 12.5px; opacity: .95; }
.topbar-right { display: flex; gap: 18px; }
a.topbar-item:hover { color: #fff; }
.tursab-no svg, .tursab-no .ico { color: color-mix(in srgb, var(--theme) 70%, #fff); }

/* ---------- Header ---------- */
.header {
    background: rgba(255,255,255,.92); backdrop-filter: blur(12px);
    position: sticky; top: 0; z-index: 50;
    border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; padding-bottom: 12px; gap: 12px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img, .logo-img { height: 52px; width: auto; max-width: 220px; object-fit: contain; }
.logo-mark {
    color: var(--theme); display: inline-flex; align-items: center; justify-content: center;
    font-size: 30px;
}
.logo-mark .ico { font-size: inherit !important; }
.logo-footer .logo-mark { color: color-mix(in srgb, var(--theme) 70%, #fff); font-size: 26px; }
.logo-text { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.header-actions { display: flex; align-items: center; gap: 12px; }

/* Dil dropdown */
.lang-dd { position: relative; }
.lang-dd-btn {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--font); font-size: 14px; font-weight: 700;
    padding: 9px 14px; border-radius: 10px; cursor: pointer;
    background: #fff; border: 1.5px solid var(--line); color: var(--ink);
    transition: border-color .15s;
}
.lang-dd-btn:hover { border-color: var(--theme); }
.lang-dd-list {
    display: none; position: absolute; top: calc(100% + 8px); inset-inline-end: 0;
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    box-shadow: var(--shadow-lg); overflow: hidden; min-width: 170px; z-index: 60;
}
.lang-dd.open .lang-dd-list { display: block; }
.lang-dd-list a { display: block; padding: 10px 16px; font-size: 14.5px; font-weight: 600; }
.lang-dd-list a:hover { background: var(--bg); }
.lang-dd-list a.active { background: var(--theme-light); color: var(--theme-dark); }

/* ---------- Hero ---------- */
.hero {
    position: relative; overflow: hidden; color: #fff;
    background:
        radial-gradient(900px 480px at 85% -10%, color-mix(in srgb, var(--theme) 55%, transparent), transparent 65%),
        linear-gradient(150deg, var(--theme-deep) 20%, color-mix(in srgb, var(--theme-dark) 75%, var(--theme-deep)) 75%, var(--theme-dark));
}
.hero-glow {
    position: absolute; width: 620px; height: 620px; border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--theme) 40%, transparent), transparent 68%);
    top: -240px; inset-inline-end: -140px; pointer-events: none;
}
.hero-inner { position: relative; display: flex; align-items: center; gap: 44px; padding-top: 72px; padding-bottom: 84px; flex-wrap: wrap; }
.hero-text { flex: 1 1 400px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22);
    padding: 7px 15px; border-radius: 100px; font-size: 13.5px; font-weight: 700;
    margin-bottom: 20px; backdrop-filter: blur(4px);
}
.hero-text h1 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; margin-bottom: 16px; }
.hero-text > p { font-size: 17.5px; color: rgba(255,255,255,.86); margin-bottom: 28px; max-width: 540px; }
.hero-ctas {
    display: flex; flex-direction: column; align-items: stretch;
    gap: 10px; margin-bottom: 26px; max-width: 360px;
}
.hero-ctas .btn { width: 100%; justify-content: center; }
.hero-ctas .btn-hero-tour {
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.55);
}
.hero-ctas .btn-hero-tour:hover { background: rgba(255,255,255,.22); }
.hero-trust { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,.85); flex-wrap: wrap; }
.hero-trust .dot { opacity: .5; }
.stars { display: inline-flex; gap: 2px; color: #fbbf24; }

.hero-img { flex: 1 1 380px; position: relative; }
.hero-img > img { filter: drop-shadow(0 26px 40px rgba(0,0,0,.45)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-chip {
    position: absolute; display: inline-flex; align-items: center; gap: 7px;
    background: #fff; color: var(--ink); font-size: 13px; font-weight: 700;
    padding: 9px 15px; border-radius: 100px; box-shadow: var(--shadow-lg);
}
.hero-chip svg, .hero-chip .ico { color: var(--theme); }
.chip-1 { top: 6%; inset-inline-start: -4px; }
.chip-2 { bottom: 10%; inset-inline-end: 0; }

/* ---------- İstatistik bandı ---------- */
.stats { background: #fff; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.stat { text-align: center; padding: 26px 12px; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat strong { display: block; font-size: 30px; font-weight: 800; color: var(--theme-dark); letter-spacing: -.02em; }
.stat span { font-size: 13.5px; color: var(--muted); font-weight: 600; }

/* ---------- Mood / full-bleed bannırlar (temsili görseller) ---------- */
.mood-banner {
    position: relative; min-height: 280px;
    background: var(--banner-img) center / cover no-repeat;
    display: flex; align-items: flex-end;
}
.mood-banner-tall { min-height: 340px; }
.mood-banner-overlay {
    width: 100%;
    background: linear-gradient(180deg, transparent 10%, rgba(8,12,22,.78) 100%);
    padding: 72px 0 40px;
}
.mood-banner-inner { color: #fff; max-width: 680px; }
.mood-banner-inner h2 { font-size: clamp(22px, 3.2vw, 34px); font-weight: 800; margin-bottom: 8px; }
.mood-banner-inner p { font-size: 16px; opacity: .9; margin-bottom: 18px; }

/* ---------- Yatay foto şerit ---------- */
.photo-strip {
    overflow: hidden; background: #0e1626; padding: 10px 0;
}
.photo-strip-track {
    display: grid; grid-template-columns: repeat(5, minmax(180px, 1fr));
    gap: 10px; padding: 0 10px;
}
.photo-strip figure {
    position: relative; margin: 0; border-radius: 14px; overflow: hidden;
    aspect-ratio: 4 / 3;
}
.photo-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.photo-strip figure:hover img { transform: scale(1.06); }
.photo-strip figcaption {
    position: absolute; left: 12px; bottom: 10px; color: #fff;
    font-size: 12.5px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,.5);
    letter-spacing: .03em;
}

/* ---------- Tur showcase ---------- */
.tour-showcase { padding: 64px 0 40px; background: #fff; }
.tour-showcase-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.tour-shot {
    position: relative; border-radius: 16px; overflow: hidden;
    aspect-ratio: 3 / 4; display: block; text-decoration: none; color: #fff;
    border: 2px solid transparent; transition: transform .2s, border-color .2s, box-shadow .2s;
}
.tour-shot:hover { transform: translateY(-4px); border-color: var(--theme); box-shadow: var(--shadow-lg); }
.tour-shot img { width: 100%; height: 100%; object-fit: cover; }
.tour-shot-info {
    position: absolute; inset: auto 0 0 0; padding: 48px 16px 16px;
    background: linear-gradient(180deg, transparent, rgba(10,14,24,.9));
    display: flex; flex-direction: column; gap: 4px;
}
.tour-shot-info strong { font-size: 16px; }
.tour-shot-info span { font-size: 13px; color: color-mix(in srgb, var(--theme) 55%, #fff); font-weight: 700; }

/* ---------- Mozayik ---------- */
.mosaic { padding: 28px 0 64px; background: #fff; }
.mosaic-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px;
    gap: 12px;
}
.mosaic-item { border-radius: 14px; overflow: hidden; }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.mosaic-item:hover img { transform: scale(1.05); }
.mosaic-item.big { grid-column: span 2; grid-row: span 2; }
.mosaic-item.wide { grid-column: span 2; }

/* ---------- Popüler bölgeler galerisi ---------- */
.region-gallery { background: #fff; padding: 52px 0 20px; border-bottom: 1px solid var(--line); }
.region-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 16px; margin-top: 8px;
}
.region-tile {
    position: relative; display: block; border-radius: 16px; overflow: hidden;
    aspect-ratio: 4 / 3.5; border: 3px solid color-mix(in srgb, var(--theme) 55%, #fff);
    box-shadow: var(--shadow-sm), 0 0 0 1px color-mix(in srgb, var(--theme) 18%, transparent);
    transition: transform .2s, box-shadow .2s, border-color .2s;
    text-decoration: none; color: #fff;
}
.region-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--theme); }
.region-tile img { width: 100%; height: 100%; object-fit: cover; }
.region-tile-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(10,16,28,.88) 100%);
    display: flex; flex-direction: column; justify-content: flex-end; padding: 16px;
}
.region-tile-overlay strong { font-size: 16px; font-weight: 800; }
.region-tile-overlay span { font-size: 13px; opacity: .9; font-weight: 600; color: color-mix(in srgb, var(--theme) 70%, #fff); }

/* ---------- Bölüm başlıkları ---------- */
.section-title { text-align: center; font-size: clamp(24px, 3vw, 31px); font-weight: 800; }
.section-sub { text-align: center; color: var(--muted); margin-top: 6px; margin-bottom: 30px; font-size: 15.5px; }

/* ---------- Tablar ---------- */
.main-section { padding: 68px 0 76px; }
.tabs {
    display: flex; gap: 6px; justify-content: center; margin-bottom: 40px;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 6px; width: fit-content; margin-inline: auto; box-shadow: var(--shadow-sm);
}
.tab {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--font); font-size: 15.5px; font-weight: 800; letter-spacing: .04em;
    padding: 13px 44px; border-radius: 11px; cursor: pointer;
    border: none; background: transparent; color: var(--muted);
    transition: all .18s;
}
.tab:hover { color: var(--theme-dark); }
.tab.active {
    background: linear-gradient(135deg, var(--theme), var(--theme-dark)); color: #fff;
    box-shadow: 0 6px 18px color-mix(in srgb, var(--theme) 40%, transparent);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ---------- Çerçeveli kartlar (tema rengi çerçeve) ---------- */
.cards { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }
.card {
    border: 3px solid color-mix(in srgb, var(--theme) 55%, #fff);
    border-radius: var(--radius);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--theme) 12%, transparent);
    transition: border-color .2s, box-shadow .2s;
}
.card:hover { border-color: var(--theme); box-shadow: var(--shadow-md); }
.card.open { border-color: var(--theme); box-shadow: var(--shadow-md); }
.card-head {
    display: flex; align-items: center; gap: 15px; width: 100%;
    background: none; border: none; cursor: pointer;
    padding: 17px 20px; font-family: var(--font); text-align: start;
}
.card-icon {
    width: 48px; height: 48px; border-radius: 13px; flex-shrink: 0;
    background: var(--theme-light); color: var(--theme-dark);
    display: inline-flex; align-items: center; justify-content: center;
}
.card-thumb {
    width: 64px; height: 64px; border-radius: 12px; flex-shrink: 0; overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--theme) 30%, #fff);
    box-shadow: var(--shadow-sm);
}
.card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-cover {
    margin: 4px 0 16px; border-radius: 12px; overflow: hidden;
    border: 1px solid var(--line); max-height: 240px;
}
.card-cover img { width: 100%; height: 220px; object-fit: cover; }
.card-titles { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.card-title { font-size: 17.5px; font-weight: 800; color: var(--ink); }
.card-route { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); font-weight: 600; }
.card-route svg, .card-route .ico { color: var(--theme); }
.card-meta { display: flex; align-items: center; gap: 14px; }
.card-price {
    background: var(--theme-light); color: var(--theme-dark);
    font-weight: 800; padding: 6px 14px; border-radius: 9px; font-size: 15px;
}
.card-arrow { color: var(--muted); transition: transform .22s, color .22s; display: inline-flex; }
.card.open .card-arrow { transform: rotate(180deg); color: var(--theme); }
.card-body { display: none; padding: 4px 20px 20px; }
.card.open .card-body { display: block; }
.card-info { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--bg); border: 1px solid var(--line); color: var(--ink-2);
    padding: 7px 13px; border-radius: 9px; font-size: 13.5px; font-weight: 600;
}
.badge svg, .badge .ico { color: var(--theme); }
.card-desc {
    margin-top: 18px; color: var(--ink-2); font-size: 15px;
    background: var(--bg); padding: 16px 18px; border-radius: 12px;
    border-inline-start: 4px solid var(--theme);
}
.card-desc h4 { margin: 0 0 8px; font-size: 15px; color: var(--ink); }

/* ---------- Tur detay (ExcursionMania tarzı, sade) ---------- */
.tour-layout {
    display: grid; grid-template-columns: 1.4fr .9fr; gap: 20px; align-items: start;
}
@media (max-width: 900px) {
    .tour-layout { grid-template-columns: 1fr; gap: 16px; }
    .tour-book { position: static; width: 100%; }
}
.tour-gallery-main { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10; background: #111; }
.tour-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.tour-gallery-count {
    position: absolute; inset-inline-start: 12px; bottom: 12px;
    background: rgba(0,0,0,.55); color: #fff; font-size: 12.5px; font-weight: 700;
    padding: 6px 10px; border-radius: 8px; display: inline-flex; align-items: center; gap: 6px;
}
.tour-gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; margin-top: 10px; }
.tour-thumb {
    border: 2px solid transparent; border-radius: 10px; overflow: hidden; padding: 0;
    cursor: pointer; background: none; aspect-ratio: 1; 
}
.tour-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tour-thumb.active, .tour-thumb:hover { border-color: var(--theme); }
.tour-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.tour-includes { margin-top: 14px; }
.tour-includes h4 { font-size: 15px; margin-bottom: 8px; }
.tour-includes ul { list-style: none; display: grid; gap: 8px; }
.tour-includes li { display: flex; gap: 8px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); }
.tour-includes .ico { color: var(--theme); margin-top: 2px; }
.tour-excludes .ico { color: #b02a37; }
.detail-excludes .ico { color: #b02a37; }

.tour-book {
    background: #fff; border: 3px solid color-mix(in srgb, var(--theme) 55%, #fff);
    border-radius: 16px; padding: 18px; position: sticky; top: 80px;
    box-shadow: var(--shadow-md), 0 0 0 1px color-mix(in srgb, var(--theme) 14%, transparent);
}
.tour-book-head { text-align: center; margin-bottom: 8px; }
.tour-book-from { display: block; font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.tour-book-price { display: block; font-size: 34px; font-weight: 800; color: var(--theme-dark); line-height: 1.1; }
.tour-book-unit { font-size: 13px; color: var(--muted); }
.tour-book-child { display: block; margin-top: 6px; font-size: 13.5px; color: var(--ink-2); }
.tour-book-infant { color: var(--theme-dark); font-weight: 700; }
.tour-book-note { text-align: center; font-size: 12.5px; color: var(--theme-dark); font-weight: 700; margin: 8px 0 14px; }
.tour-res-form { background: transparent; border: none; padding: 0; }
.tour-res-form label { display: flex; flex-direction: column; gap: 4px; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 10px; }
.tour-res-form input, .tour-res-form textarea {
    padding: 10px 12px; border: 1.5px solid var(--line); border-radius: 9px;
    font-size: 15px; font-family: var(--font); background: #fff;
}
.pax-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.pax-row-3 { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.pax-label { display: block; font-size: 12.5px; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.pax-label small { display: block; font-weight: 600; color: var(--muted); font-size: 11px; margin-top: 2px; line-height: 1.25; }
.pax-ctrl {
    display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff;
}
.pax-ctrl button {
    width: 38px; height: 40px; border: none; background: var(--theme-light); color: var(--theme-dark);
    font-size: 18px; font-weight: 800; cursor: pointer;
}
.pax-ctrl input {
    flex: 1; border: none !important; text-align: center; font-weight: 800; padding: 0 !important; height: 40px;
}
.est-total {
    background: var(--theme-light); border-radius: 10px; padding: 10px 12px;
    font-size: 14px; font-weight: 700; margin-bottom: 12px; text-align: center;
}
.est-total .est-val { color: var(--theme-dark); font-size: 18px; }

/* ---------- Detay sayfası (SEO rota sayfaları) ---------- */
.detail-hero {
    background: linear-gradient(150deg, var(--theme-deep), color-mix(in srgb, var(--theme-dark) 70%, var(--theme-deep)));
    color: #fff; padding: 36px 0 40px;
}
.breadcrumb { font-size: 13.5px; margin-bottom: 16px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; opacity: .9; }
.breadcrumb a:hover { text-decoration: underline; }
.detail-kicker { font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: .85; margin-bottom: 8px; }
.detail-hero h1 { font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 12px; max-width: 900px; }
.detail-lead { font-size: 16.5px; opacity: .9; max-width: 720px; margin-bottom: 22px; }
.detail-price-bar {
    display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px; padding: 16px 20px; backdrop-filter: blur(6px);
}
.detail-price-label { display: block; font-size: 12px; opacity: .8; font-weight: 700; text-transform: uppercase; }
.detail-price { font-size: 32px; font-weight: 800; }
.detail-price-unit, .detail-child { font-size: 14px; opacity: .9; }
.detail-price-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.detail-body { padding: 40px 0 64px; }
.detail-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 28px; align-items: start; }
.detail-article {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px; margin-top: 18px; color: var(--ink-2);
}
.detail-article h2 { color: var(--ink); margin-bottom: 10px; font-size: 22px; }
.detail-article h3 { color: var(--ink); margin: 18px 0 8px; font-size: 17px; }
.detail-includes { list-style: none; display: grid; gap: 8px; margin-top: 8px; }
.detail-includes li { display: flex; gap: 8px; align-items: flex-start; }
.detail-includes .ico { color: var(--theme); }
.detail-related { margin-top: 28px; }
.detail-related h3 { margin-bottom: 14px; }
.detail-book { top: 84px; }
.list-card {
    display: flex; align-items: center; gap: 15px; width: 100%;
    text-decoration: none; color: inherit; padding: 17px 20px;
}
.list-card:hover .card-title { color: var(--theme-dark); }

@media (max-width: 900px) {
    .detail-grid { grid-template-columns: 1fr; }
    .detail-book { position: static; }
}

/* ---------- Rezervasyon formu ---------- */
.res-form {
    background: linear-gradient(180deg, var(--theme-light), color-mix(in srgb, var(--theme-light) 45%, #fff));
    border: 1px solid color-mix(in srgb, var(--theme) 22%, #fff);
    border-radius: 12px; padding: 20px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.form-grid label { display: flex; flex-direction: column; font-size: 12.5px; font-weight: 700; color: var(--ink-2); gap: 5px; }
.form-grid .span2 { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea {
    padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 9px;
    font-size: 15px; font-family: var(--font); background: #fff; color: var(--ink);
    transition: border-color .15s, box-shadow .15s;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
    outline: none; border-color: var(--theme);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--theme) 18%, transparent);
}

.flash { padding: 15px 20px; border-radius: 12px; margin-bottom: 24px; font-weight: 700; font-size: 15px; }
.flash-success { background: #e8f8ee; color: #157347; border: 1px solid #b5e5c8; }
.flash-error { background: #fdecec; color: #b02a37; border: 1px solid #f3c2c6; }
.flash-booking {
    text-align: center; padding: 28px 22px; border-width: 2px;
    border-color: color-mix(in srgb, var(--theme) 40%, #b5e5c8);
    background: linear-gradient(180deg, #e8f8ee, #fff);
}
.flash-booking strong { display: block; font-size: 18px; line-height: 1.4; margin-bottom: 8px; }
.flash-booking p { font-weight: 600; color: #2f6b45; margin: 0; font-size: 14.5px; }

.book-banner {
    position: sticky; top: 0; z-index: 100;
    background: linear-gradient(135deg, #0f7a45, #19a34a);
    color: #fff;
    box-shadow: 0 8px 28px rgba(15, 122, 69, .28);
}
.wa-strip { width: 100%; margin: 0; }
.wa-strip-link { display: block; width: 100%; }
.wa-strip-link img { display: block; width: 100%; height: auto; }
@media (min-width: 900px) {
    .wa-strip { max-width: 1140px; margin: 28px auto; padding: 0 24px; }
    .wa-strip-link img { border-radius: 16px; box-shadow: var(--shadow-md); }
}
.book-banner-inner {
    width: min(1140px, calc(100% - 24px)); margin: 0 auto;
    display: flex; align-items: center; gap: 14px;
    padding: 14px 4px;
}
.book-banner-ico {
    flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255,255,255,.18); display: grid; place-items: center;
}
.book-banner-text { flex: 1; min-width: 0; }
.book-banner-text strong { display: block; font-size: 15.5px; font-weight: 800; line-height: 1.35; }
.book-banner-text span { display: block; margin-top: 3px; font-size: 13px; font-weight: 600; opacity: .92; }
.book-banner-close {
    flex-shrink: 0; width: 40px; height: 40px; border: none; border-radius: 50%;
    background: rgba(255,255,255,.16); color: #fff; font-size: 26px; line-height: 1;
    cursor: pointer; display: grid; place-items: center;
}
.book-banner-close:hover { background: rgba(255,255,255,.28); }
@media (max-width: 640px) {
    .book-banner-text strong { font-size: 14px; }
}

.vehicle-box {
    grid-column: 1 / -1;
    background: #fff; border: 2px solid color-mix(in srgb, var(--theme) 45%, #fff);
    border-radius: 12px; padding: 14px 16px; margin-top: 2px;
}
.vehicle-title { display: block; font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.vehicle-hint { font-size: 12.5px; color: var(--muted); font-weight: 600; margin: 0 0 10px; }
.vehicle-opt {
    display: flex !important; flex-direction: row !important; align-items: center; gap: 10px;
    font-size: 14px !important; font-weight: 700 !important; color: var(--ink-2);
    margin-bottom: 8px; cursor: pointer;
}
.vehicle-opt:last-child { margin-bottom: 0; }
.vehicle-opt input { width: 18px; height: 18px; accent-color: var(--theme); }

/* ---------- Nasıl çalışır ---------- */
.how { padding: 68px 0; background: #fff; border-top: 1px solid var(--line); }
.how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.how-step {
    position: relative; background: var(--bg); border: 1px solid var(--line);
    border-radius: 16px; padding: 30px 24px 26px; transition: box-shadow .2s, border-color .2s;
}
.how-step:hover { border-color: color-mix(in srgb, var(--theme) 40%, #fff); box-shadow: var(--shadow-md); }
.how-num {
    position: absolute; top: 20px; inset-inline-end: 20px;
    font-size: 42px; font-weight: 800; color: color-mix(in srgb, var(--theme) 18%, transparent);
    line-height: 1;
}
.how-icon {
    width: 54px; height: 54px; border-radius: 14px; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--theme), var(--theme-dark)); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--theme) 35%, transparent);
}
.how-step h3 { font-size: 17.5px; margin-bottom: 6px; }
.how-step p { font-size: 14.5px; color: var(--muted); }

/* ---------- Güven özellikleri ---------- */
.features { background: var(--bg); padding: 42px 0; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.feature {
    display: flex; gap: 14px; align-items: flex-start;
    background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px;
    transition: box-shadow .2s;
}
.feature:hover { box-shadow: var(--shadow-md); }
.f-icon {
    width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
    background: var(--theme-light); color: var(--theme-dark);
    display: inline-flex; align-items: center; justify-content: center;
}
.feature h3 { font-size: 15.5px; margin-bottom: 2px; }
.feature p { font-size: 13.5px; color: var(--muted); }

/* ---------- Vito şeridi ---------- */
.vito-strip {
    color: #fff;
    background:
        radial-gradient(700px 380px at 12% 110%, color-mix(in srgb, var(--theme) 32%, transparent), transparent 65%),
        linear-gradient(120deg, #10141d, #1a2030);
}
.vito-inner { display: flex; align-items: center; gap: 48px; padding-top: 60px; padding-bottom: 60px; flex-wrap: wrap; }
.vito-img { flex: 1 1 340px; }
.vito-img img { filter: drop-shadow(0 22px 34px rgba(0,0,0,.5)); }
.vito-text { flex: 1 1 340px; }
.vito-text h2 { font-size: clamp(24px, 3vw, 31px); margin-bottom: 12px; color: #fff; }
.vito-text h2::after {
    content: ""; display: block; width: 56px; height: 4px; border-radius: 4px;
    background: var(--theme); margin-top: 12px;
}
.vito-text p { color: rgba(255,255,255,.78); max-width: 520px; margin-bottom: 20px; }
.vito-points li {
    display: flex; align-items: center; gap: 10px;
    font-size: 15px; font-weight: 600; color: rgba(255,255,255,.92);
    padding: 7px 0;
}
.vito-points svg, .vito-points .ico { color: var(--theme); }

/* ---------- Yorumlar ---------- */
.reviews { padding: 68px 0; background: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.review {
    background: var(--bg); border: 1px solid var(--line); border-radius: 16px;
    padding: 26px 24px; display: flex; flex-direction: column; gap: 14px;
    transition: box-shadow .2s;
}
.review:hover { box-shadow: var(--shadow-md); }
.review > p { font-size: 14.5px; color: var(--ink-2); flex: 1; }
.review-who { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.35; }
.review-who small { color: var(--muted); }
.review-avatar {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--theme), var(--theme-dark)); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 17px;
}

/* ---------- SEO makale ---------- */
.seo-article { background: var(--bg); padding: 64px 0; border-top: 1px solid var(--line); }
.seo-article article {
    max-width: 860px; margin: 0 auto; color: var(--ink-2);
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: clamp(24px, 5vw, 48px);
}
.seo-article h2 { color: var(--ink); margin: 26px 0 10px; font-size: 24px; }
.seo-article h2:first-child { margin-top: 0; }
.seo-article h2::after {
    content: ""; display: block; width: 46px; height: 4px; border-radius: 4px;
    background: var(--theme); margin-top: 10px;
}
.seo-article h3 { color: var(--ink); margin: 20px 0 8px; font-size: 18.5px; }
.seo-article p { margin-bottom: 13px; font-size: 15.5px; }

/* ---------- CTA bandı ---------- */
.cta-band {
    color: #fff;
    background: linear-gradient(120deg, var(--theme-dark), var(--theme));
}
.cta-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding-top: 46px; padding-bottom: 46px; flex-wrap: wrap;
}
.cta-inner h2 { font-size: clamp(22px, 3vw, 28px); margin-bottom: 6px; }
.cta-inner p { color: rgba(255,255,255,.88); font-size: 15.5px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer (tema rengine göre zemin) ---------- */
.footer {
    color: rgba(255,255,255,.78);
    background:
        radial-gradient(760px 400px at 88% -20%, color-mix(in srgb, var(--theme) 26%, transparent), transparent 62%),
        linear-gradient(180deg, color-mix(in srgb, var(--theme-dark) 45%, var(--theme-deep)), var(--theme-deep) 70%);
}
.footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1.4fr 1.3fr; gap: 36px;
    padding-top: 58px; padding-bottom: 42px;
}
.footer h4 {
    color: #fff; margin-bottom: 16px; font-size: 15px;
    text-transform: uppercase; letter-spacing: .07em;
}
.footer-brand p, .footer-address { font-size: 14px; margin: 14px 0 18px; max-width: 320px; line-height: 1.55; }
.logo-footer .logo-text { color: #fff; font-size: 18px; }
.footer-tursab-verify { margin: 8px 0 12px; max-width: 100%; overflow: hidden; }
.footer-tursab-verify img, .footer-tursab-verify iframe { max-width: 100%; height: auto; }
.footer-tursab-badge {
    display: inline-flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
    padding: 12px 18px; border-radius: 12px; font-size: 12.5px; line-height: 1.4;
}
.footer-tursab-badge svg, .footer-tursab-badge .ico { color: color-mix(in srgb, var(--theme) 65%, #fff); }
.footer-tursab-badge strong { color: #fff; font-size: 15px; }
.footer-links li { padding: 5px 0; font-size: 14.5px; }
.footer-links a { transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact svg, .footer-contact .ico { color: color-mix(in srgb, var(--theme) 65%, #fff); margin-top: 4px; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 16px 0; font-size: 13px; text-align: center; color: rgba(255,255,255,.55);
}

/* ---------- WhatsApp float ---------- */
.wa-float {
    position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 99;
    width: 58px; height: 58px; border-radius: 50%;
    background: #1fb355; color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 24px rgba(31, 179, 85, .45);
    transition: transform .15s;
}
.wa-float:hover { transform: scale(1.07); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .tour-showcase-grid { grid-template-columns: 1fr 1fr; }
    .mosaic-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; }
    .mosaic-item.big { grid-column: span 2; grid-row: span 1; min-height: 180px; }
    .photo-strip-track { grid-template-columns: repeat(5, 70vw); overflow-x: auto; scroll-snap-type: x mandatory; }
    .photo-strip figure { scroll-snap-align: start; }
}
@media (max-width: 640px) {
    .hide-m { display: none; }
    .topbar-inner { justify-content: center; }
    .topbar-left { align-items: center; text-align: center; }
    .pax-row-3 { grid-template-columns: 1fr; }
    .hero-inner { padding-top: 48px; padding-bottom: 56px; }
    .stat + .stat { border-inline-start: none; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .tabs { width: 100%; }
    .tab { flex: 1; padding: 12px 10px; font-size: 14px; justify-content: center; }
    .form-grid { grid-template-columns: 1fr; }
    .card-head { padding: 14px 14px; gap: 11px; }
    .card-title { font-size: 15.5px; }
    .card-price { font-size: 13.5px; padding: 5px 10px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .cta-inner { flex-direction: column; text-align: center; }
    .btn-header { display: none; }
    .main-section { padding: 44px 0 52px; }
    .how, .reviews { padding: 44px 0; }
    .seo-article { padding: 44px 0; }
    .vito-inner { padding-top: 40px; padding-bottom: 40px; gap: 24px; }
    .hero-text > p { font-size: 15.5px; }
    .stat strong { font-size: 24px; }
    .card-meta { gap: 8px; }
}
@media (max-width: 460px) {
    .hero-chip { display: none; }
    .topbar-right { gap: 10px; }
    .card-route { display: none; }
    .region-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .region-tile { aspect-ratio: 1 / 1; }
    .region-gallery { padding: 36px 0 12px; }
    .mood-banner, .mood-banner-tall { min-height: 220px; }
    .mood-banner-overlay { padding: 56px 0 28px; }
    .tour-showcase { padding: 44px 0 24px; }
    .mosaic { padding: 12px 0 44px; }
}
