/* Aegean Atelier — tur site (özgün). Panel: --c-btn / --c-bg / --c-text */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --radius: 18px;
    --radius-sm: 12px;
    --font: 'Manrope', system-ui, sans-serif;
    --display: 'Fraunces', Georgia, serif;
    --shadow: 0 18px 50px rgba(15, 28, 36, .08);
    --shadow-sm: 0 8px 24px rgba(15, 28, 36, .06);
}
[dir="rtl"] { --font: 'Cairo', 'Manrope', sans-serif; }

html { scroll-behavior: smooth; }
body {
    font-family: var(--font);
    color: var(--c-text);
    background:
        radial-gradient(900px 420px at 100% -10%, color-mix(in srgb, var(--c-btn) 10%, transparent), transparent 60%),
        var(--c-bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--font); font-weight: 700; font-size: 14.5px;
    padding: 12px 22px; border: none; cursor: pointer;
    border-radius: 8px; transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    background: var(--c-btn); color: #fff;
    box-shadow: 0 6px 18px color-mix(in srgb, var(--c-btn) 35%, transparent);
}
.btn-primary:hover { background: var(--c-btn-hover); }
.btn-light { background: #fff; color: var(--c-text); }
.btn-ghost {
    background: rgba(255,255,255,.1); color: #fff;
    border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px);
}
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-whatsapp { background: #19a34a; color: #fff; }
.btn-block { width: 100%; }
.btn-nav { padding: 11px 18px; font-size: 13.5px; }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 6px; }

/* Topbar — TÜRSAB + acente iki satır */
.topbar {
    background: var(--c-deep); color: rgba(255,255,255,.78); font-size: 12.5px;
    padding: 9px 0;
}
.topbar-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.topbar-left {
    display: flex; flex-direction: column; gap: 3px; align-items: flex-start;
}
.topbar-item {
    display: inline-flex; align-items: center; gap: 7px; line-height: 1.35;
}
.topbar-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.topbar strong { color: #fff; }
.topbar a:hover { color: #fff; }
.topbar i { opacity: .7; }
.agency-line { font-size: 12px; opacity: .95; }

/* Header / Menu */
.site-header {
    position: sticky; top: 0; z-index: 80;
    background: color-mix(in srgb, var(--c-bg) 82%, #fff);
    backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid var(--c-line);
    transition: box-shadow .2s;
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; padding: 10px 0; min-height: 88px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex-shrink: 0; }
.brand img, .brand-logo {
    height: auto !important;
    width: auto !important;
    max-height: 120px;
    max-width: min(420px, 72vw);
    object-fit: contain;
    background: transparent;
    display: block;
    flex-shrink: 0;
}
.brand-mark {
    flex-shrink: 0;
    color: var(--c-btn);
    display: grid;
    place-items: center;
    font-size: 28px;
    background: none;
    box-shadow: none;
}
.brand-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.brand-name {
    font-family: var(--display); font-size: 22px; font-weight: 600;
    letter-spacing: -.03em; line-height: 1.1;
}
.brand-tag { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--c-muted); }

.main-nav { display: flex; align-items: flex-end; gap: 4px; }
.main-nav a {
    font-size: 12.5px; font-weight: 800; padding: 12px 14px;
    border-radius: 10px 10px 0 0; text-transform: uppercase; letter-spacing: .02em;
    color: #fff; background: linear-gradient(180deg, color-mix(in srgb, var(--c-btn) 82%, #fff), var(--c-btn));
    transition: .15s; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.is-active {
    color: #fff; filter: brightness(.92);
}
.header-tools { display: flex; align-items: center; gap: 10px; }
.nav-toggle {
    display: none; width: 44px; height: 44px; border-radius: 12px;
    border: 1px solid var(--c-line); background: var(--c-surface); color: var(--c-text);
    font-size: 18px; cursor: pointer;
}

.lang-dd { position: relative; }
.lang-dd-btn {
    font-family: var(--font); font-size: 13px; font-weight: 700;
    padding: 10px 14px; border: 1px solid var(--c-line); background: #fff;
    cursor: pointer; border-radius: 999px; color: var(--c-text);
    display: inline-flex; align-items: center; gap: 6px;
}
.lang-dd-list {
    display: none; position: absolute; inset-inline-end: 0; top: calc(100% + 8px);
    background: #fff; border: 1px solid var(--c-line); border-radius: 14px;
    min-width: 168px; z-index: 90; box-shadow: var(--shadow); overflow: hidden;
}
.lang-dd.open .lang-dd-list { display: block; }
.lang-dd-list a { display: block; padding: 11px 14px; font-size: 13.5px; font-weight: 600; }
.lang-dd-list a:hover, .lang-dd-list a.active { background: color-mix(in srgb, var(--c-btn) 10%, #fff); color: var(--c-btn); }

/* Hero */
.hero {
    position: relative; min-height: min(92vh, 820px);
    display: grid; align-items: end; color: #fff; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; background: #0a1418 center/cover no-repeat; transform: scale(1.02); }
.hero-media::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(100deg, color-mix(in srgb, var(--c-teal, var(--c-deep)) 92%, #000) 0%, color-mix(in srgb, var(--c-teal, var(--c-deep)) 55%, transparent) 55%, color-mix(in srgb, var(--c-teal, var(--c-deep)) 75%, #000) 100%);
}
.hero-copy { position: relative; z-index: 1; padding: 88px 0 72px; max-width: 720px; }
.hero-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    padding: 8px 14px; border-radius: 999px; margin-bottom: 18px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
}
.hero h1 {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(42px, 7.2vw, 76px); line-height: 1.02;
    letter-spacing: -.035em; margin-bottom: 18px;
    animation: rise .8s ease both;
}
.hero-lead { font-size: 18px; max-width: 40ch; opacity: .9; margin-bottom: 30px; font-weight: 500; animation: rise .9s .08s ease both; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: rise 1s .12s ease both; }
.hero.hero-compact { min-height: min(52vh, 440px); }
.hero.hero-compact .hero-copy { padding: 48px 0 40px; }
.hero.hero-compact h1 { font-size: clamp(28px, 6vw, 48px); margin-bottom: 12px; }
.hero.hero-compact .hero-lead { font-size: 15.5px; margin-bottom: 20px; }
@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}

/* Trust strip */
.trust {
    margin-top: -36px; position: relative; z-index: 5;
}
.trust-inner {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
    background: var(--c-line); border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow);
}
.trust-item {
    background: #fff; padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start;
}
.trust-ico {
    width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
    display: grid; place-items: center; background: color-mix(in srgb, var(--c-btn) 12%, #fff);
    color: var(--c-btn); font-size: 16px;
}
.trust-item strong { display: block; font-size: 15px; margin-bottom: 2px; }
.trust-item span { font-size: 13px; color: var(--c-muted); font-weight: 500; }

/* Sections */
.section { padding: 72px 0; }
.section-alt { background: color-mix(in srgb, var(--c-surface) 70%, #fff); }
.section-head { max-width: 620px; margin-bottom: 36px; }
.section-kicker {
    font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
    color: var(--c-muted); margin-bottom: 10px;
    display: inline-flex; align-items: center; gap: 8px;
}
.section-kicker::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--c-btn); flex-shrink: 0;
}
.section-head h2 {
    font-family: var(--display); font-size: clamp(30px, 4vw, 44px);
    font-weight: 600; letter-spacing: -.03em; line-height: 1.12; margin-bottom: 10px;
}
.section-head p { color: var(--c-muted); font-size: 16px; }

/* How — örnek sitedeki kart + büyük soluk rakam */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.how-card {
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--c-border) 55%, #fff);
    border-radius: 16px;
    padding: 28px 24px 26px;
    position: relative; overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.how-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.how-num {
    font-family: var(--display);
    font-size: clamp(64px, 12vw, 88px);
    font-weight: 600;
    line-height: .85;
    letter-spacing: -.04em;
    color: var(--c-accent);
    margin-bottom: 8px;
    user-select: none;
}
.how-card h3 {
    font-family: var(--font);
    font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--c-text);
}
.how-card p { color: var(--c-muted); font-size: 14.5px; line-height: 1.55; }

/* Categories — turuncu chip (örnek site) */
.cat-rail { margin-bottom: 22px; }
.cat-scroll {
    display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px;
    scrollbar-width: thin; flex-wrap: wrap;
}
.cat-chip {
    flex: 0 0 auto; font-family: var(--font); font-size: 13px; font-weight: 800;
    padding: 10px 16px; border-radius: 8px; border: none;
    background: var(--c-btn); color: #fff; cursor: pointer; white-space: nowrap;
    transition: .15s;
}
.cat-chip.active, .cat-chip:hover {
    background: var(--c-btn-hover); color: #fff; filter: brightness(1.05);
}

/* Tour grid — eski katalog (artık list kullanılıyor) */
.band-title {
    background: var(--c-teal, var(--c-deep)); color: #fff;
    font-size: 16px; font-weight: 800; padding: 12px 16px; margin-bottom: 16px;
    border-radius: 6px;
}

/* İlk proje tarzı açılır tur listesi */
.section-tours { padding-top: 40px; }
.section-title {
    text-align: center;
    font-family: var(--font);
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    margin-bottom: 22px;
    color: var(--c-text);
}
.cards { display: flex; flex-direction: column; gap: 14px; }
.card {
    border: 3px solid color-mix(in srgb, var(--c-btn) 50%, #fff);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--c-btn) 12%, transparent);
    transition: border-color .2s, box-shadow .2s;
}
.card:hover, .card.open {
    border-color: var(--c-btn);
    box-shadow: var(--shadow-sm);
}
.card-head {
    display: flex; align-items: center; gap: 14px; width: 100%;
    background: none; border: none; cursor: pointer;
    padding: 14px 16px; font-family: var(--font); text-align: start;
    color: inherit;
}
.card-thumb {
    width: 64px; height: 64px; border-radius: 12px; flex-shrink: 0; overflow: hidden;
    border: 2px solid color-mix(in srgb, var(--c-btn) 28%, #fff);
}
.card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-titles { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.card-title {
    font-size: 16px; font-weight: 800; color: var(--c-text);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.card-route {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px; color: var(--c-muted); font-weight: 600;
}
.card-route i { color: var(--c-btn); font-size: 12px; }
.card-meta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.card-price {
    background: color-mix(in srgb, var(--c-btn) 14%, #fff);
    color: var(--c-btn);
    font-weight: 800; padding: 6px 12px; border-radius: 9px; font-size: 14px;
}
.card-arrow {
    color: var(--c-muted); transition: transform .22s, color .22s;
    display: inline-flex; font-size: 14px;
}
.card.open .card-arrow { transform: rotate(180deg); color: var(--c-btn); }
.card-body { display: none; padding: 0 16px 18px; }
.card.open .card-body { display: block; }

.tour-layout {
    display: grid; grid-template-columns: 1.35fr .85fr; gap: 18px; align-items: start;
}
.tour-gallery-main {
    position: relative; display: block; width: 100%;
    border: none; padding: 0; border-radius: 14px; overflow: hidden;
    aspect-ratio: 16/10; background: #111; cursor: zoom-in;
}
.tour-gallery-main img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.tour-gallery-count {
    position: absolute; inset-inline-start: 10px; bottom: 10px;
    background: rgba(0,0,0,.55); color: #fff;
    font-size: 12px; font-weight: 700;
    padding: 6px 10px; border-radius: 8px;
}
.tour-gallery-thumbs {
    display: flex; gap: 8px; margin-top: 10px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.tour-thumb {
    flex: 0 0 auto; width: 64px; height: 64px;
    border: 2px solid transparent; border-radius: 10px; overflow: hidden;
    padding: 0; cursor: pointer; background: none;
}
.tour-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.tour-thumb.active, .tour-thumb:hover { border-color: var(--c-btn); }

.tour-meta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 14px 0;
}
.tour-meta-row .badge:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
.tour-meta-row .badge {
    display: flex; align-items: center; gap: 8px;
    background: color-mix(in srgb, var(--c-bg) 70%, #fff);
    border: 1px solid var(--c-line);
    color: var(--c-text);
    padding: 10px 12px; border-radius: 10px;
    font-size: 13px; font-weight: 600;
    min-width: 0;
}
.tour-meta-row .badge i { color: var(--c-btn); flex-shrink: 0; }
.tour-meta-row .badge strong { margin-inline-start: auto; font-weight: 800; }

.card-desc {
    margin-top: 4px; color: var(--c-muted); font-size: 14.5px;
    background: color-mix(in srgb, var(--c-bg) 80%, #fff);
    padding: 14px 16px; border-radius: 12px;
    border-inline-start: 4px solid var(--c-btn);
}
.card-desc h4 { margin: 0 0 8px; font-size: 15px; color: var(--c-text); }
.card-more { margin-top: 12px; }
.card-more a { font-size: 13px; font-weight: 750; color: var(--c-btn); }

.tour-book {
    background: #fff;
    border: 3px solid color-mix(in srgb, var(--c-btn) 45%, #fff);
    border-radius: 16px; padding: 16px;
    box-shadow: var(--shadow-sm);
}
.tour-book-head { text-align: center; margin-bottom: 10px; }
.tour-book-from {
    display: block; font-size: 11px; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase; color: var(--c-muted);
}
.tour-book-price {
    display: block; font-size: 34px; font-weight: 800;
    color: var(--c-btn); line-height: 1.1; margin: 4px 0;
}
.tour-book-unit { display: block; font-size: 12px; color: var(--c-muted); margin-bottom: 8px; }
.tour-book-child {
    display: block; font-size: 12.5px; color: var(--c-muted); font-weight: 600;
}
.tour-book-child strong { color: var(--c-text); }
.tour-book-note {
    text-align: center; font-size: 12.5px; font-weight: 700;
    color: var(--c-btn); margin-bottom: 12px;
}

.tour-grid {
    display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px;
    align-items: stretch;
}
.exc-card, .tour-card {
    grid-column: span 4;
    background: #fff; border: 1px solid var(--c-line); border-radius: 8px;
    overflow: hidden; display: flex; flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .18s, box-shadow .18s;
    min-width: 0;
    height: 100%;
}
.exc-card:hover, .tour-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tour-card.feature { grid-column: span 4; }
.exc-media, .tour-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    height: auto;
    background: #1a242c;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
}
.exc-media img, .tour-card-media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover; object-position: center;
    transition: transform .4s;
}
.exc-card:hover .exc-media img { transform: scale(1.04); }
.exc-cap {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: color-mix(in srgb, var(--c-teal, var(--c-deep)) 92%, #000);
    color: #fff; font-size: 13px; font-weight: 700; padding: 8px 10px;
    line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.exc-body, .tour-card-body { padding: 12px 14px 8px; flex: 1 1 auto; min-height: 0; }
.exc-body h3, .tour-card h3 {
    font-family: var(--font); font-size: 15px; font-weight: 800;
    letter-spacing: -.01em; line-height: 1.3; margin-bottom: 6px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tour-card-desc {
    color: var(--c-muted); font-size: 13px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.exc-foot, .tour-card-foot {
    padding: 10px 14px 14px;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    margin-top: auto;
    flex-shrink: 0;
}
.exc-price, .tour-price-lg {
    font-family: var(--font); font-size: 15px; font-weight: 800; color: var(--c-teal, var(--c-deep));
    line-height: 1.2;
}
.tour-price-lg small {
    display: inline; font-size: 13px; font-weight: 800; color: var(--c-teal, var(--c-deep));
    margin: 0; letter-spacing: 0; text-transform: none;
}
.tour-card-badge { display: none; }
.tour-card-meta { display: none; }

/* WhatsApp kuşak */
.wa-strip { width: 100%; margin: 20px 0 8px; }
.wa-strip-link { display: block; width: 100%; text-decoration: none; color: inherit; }
.wa-strip-link img {
    display: block; width: 100%; height: auto; max-height: 220px; object-fit: cover;
}
.wa-strip-fallback {
    display: flex; align-items: center; gap: 16px;
    width: 100%; min-height: 88px; padding: 18px 22px;
    background: linear-gradient(135deg, #128C7E 0%, #25D366 55%, #075E54 100%);
    color: #fff; box-shadow: 0 10px 28px rgba(18, 140, 126, .28);
}
.wa-strip-fallback > i { font-size: 42px; flex-shrink: 0; }
.wa-strip-fallback-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.wa-strip-fallback-text strong { font-size: 18px; font-weight: 800; line-height: 1.25; }
.wa-strip-fallback-text em { font-style: normal; font-size: 14px; font-weight: 600; opacity: .92; }
.wa-strip-fallback-cta {
    flex-shrink: 0; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35);
    padding: 10px 16px; border-radius: 999px; font-weight: 800; font-size: 13px;
}
.wa-strip-link:hover .wa-strip-fallback { filter: brightness(1.05); }
@media (min-width: 900px) {
    .wa-strip { max-width: 1180px; margin: 28px auto; padding: 0 20px; }
    .wa-strip-link img, .wa-strip-fallback { border-radius: 14px; }
}
@media (max-width: 640px) {
    .wa-strip-fallback { gap: 12px; padding: 16px; min-height: 76px; }
    .wa-strip-fallback > i { font-size: 34px; }
    .wa-strip-fallback-text strong { font-size: 15px; }
    .wa-strip-fallback-text em { font-size: 12.5px; }
    .wa-strip-fallback-cta { display: none; }
}

/* Rezervasyon başarı — ortada modal */
.book-modal {
    position: fixed; inset: 0; z-index: 2000;
    display: grid; place-items: center;
    padding: 20px;
}
.book-modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(8, 16, 22, .62);
    backdrop-filter: blur(4px);
}
.book-modal-card {
    position: relative; z-index: 1;
    width: min(100%, 440px);
    background: #fff;
    border-radius: 18px;
    padding: 36px 28px 28px;
    text-align: center;
    box-shadow: 0 24px 64px rgba(0,0,0,.28);
    animation: bookPop .22s ease;
}
@keyframes bookPop {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: none; }
}
.book-modal-close {
    position: absolute; top: 10px; right: 12px;
    width: 40px; height: 40px; border: none; border-radius: 50%;
    background: #f1f5f9; color: #334155; font-size: 26px; line-height: 1;
    cursor: pointer; display: grid; place-items: center;
}
.book-modal-close:hover { background: #e2e8f0; }
.book-modal-ico {
    width: 64px; height: 64px; margin: 0 auto 16px;
    border-radius: 50%; display: grid; place-items: center;
    background: linear-gradient(135deg, #0f7a45, #19a34a);
    color: #fff; font-size: 32px;
}
.book-modal-title {
    display: block; font-size: 18px; font-weight: 800;
    color: var(--c-text); line-height: 1.4; margin-bottom: 10px;
}
.book-modal-sub {
    font-size: 14px; font-weight: 600; color: var(--c-muted);
    margin: 0 0 22px; line-height: 1.5;
}
.book-modal-ok { min-width: 140px; }
body.has-book-modal { overflow: hidden; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 26px 24px;
}
.review-stars { color: #e6a700; margin-bottom: 12px; letter-spacing: 2px; }
.review-card p { font-size: 15px; color: var(--c-muted); margin-bottom: 16px; }
.review-card strong { font-size: 14px; }

/* SEO */
.seo-block { padding: 72px 0; }
.seo-block .seo-main-title { margin-bottom: 10px; }
.seo-article { display: grid; gap: 28px; }
.seo-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px;
}
.seo-card {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 26px 24px;
}
.seo-card h2, .seo-card h3, .seo-block h2, .seo-block h3 {
    font-family: var(--display); font-weight: 600; letter-spacing: -.02em;
    margin: 0 0 12px; color: var(--c-text); line-height: 1.2;
}
.seo-card h2 { font-size: clamp(22px, 2.5vw, 28px); }
.seo-card h3 { font-size: 20px; }
.seo-card p, .seo-faq p {
    color: var(--c-muted); margin-bottom: 12px; font-size: 15px; line-height: 1.7;
}
.seo-card p:last-child { margin-bottom: 0; }
.seo-faq {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 10px 8px 8px;
}
.seo-faq > h2 {
    font-family: var(--display); font-size: 26px; font-weight: 600;
    padding: 16px 18px 8px; margin: 0;
}
.seo-faq details {
    border-top: 1px solid var(--c-line); padding: 0 18px;
}
.seo-faq summary {
    cursor: pointer; list-style: none; font-weight: 750; font-size: 15px;
    padding: 16px 0; color: var(--c-text); display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after {
    content: '+'; font-weight: 800; color: var(--c-btn); font-size: 20px; line-height: 1;
}
.seo-faq details[open] summary::after { content: '−'; }
.seo-faq details p { padding-bottom: 16px; max-width: 70ch; }

/* Mobile book CTA */
.book-mobile-bar {
    display: none; position: fixed; inset-inline: 0; bottom: 0; z-index: 75;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--c-bg) 88%, #fff);
    border-top: 1px solid var(--c-line); backdrop-filter: blur(12px);
    gap: 10px;
}

/* Footer */
.site-footer { background: var(--c-deep); color: rgba(255,255,255,.76); }
.footer-cta {
    background: linear-gradient(110deg, var(--c-btn-hover), var(--c-btn));
    color: #fff;
}
.footer-cta-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 42px 0; flex-wrap: wrap;
}
.footer-cta h2 {
    font-family: var(--display); font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 600; letter-spacing: -.02em; margin-bottom: 6px;
}
.footer-cta p { opacity: .9; }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1fr; gap: 36px;
    padding: 56px 0 40px;
}
.footer-logo {
    font-family: var(--display); font-size: 28px; color: #fff;
    font-weight: 600; margin-bottom: 12px;
}
.footer-logo-link { display: inline-block; margin-bottom: 14px; }
.footer-logo-img {
    height: auto; width: auto; max-height: 88px; max-width: 280px; object-fit: contain;
    background: #fff; border-radius: 10px; padding: 8px 12px;
}
.footer-brand p, .footer-address { font-size: 14.5px; max-width: 36ch; margin-bottom: 16px; line-height: 1.55; }
.footer-address { opacity: .92; }
.footer-tursab-verify { margin-top: 4px; margin-bottom: 8px; max-width: 100%; overflow: hidden; }
.footer-tursab-verify img, .footer-tursab-verify iframe { max-width: 100%; height: auto; }
.footer-badge {
    display: inline-flex; gap: 12px; align-items: center;
    padding: 12px 16px; border-radius: 14px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
}
.footer-badge i { color: color-mix(in srgb, var(--c-btn) 55%, #fff); font-size: 18px; }
.footer-badge span { display: block; font-size: 11px; opacity: .75; }
.footer-badge strong { color: #fff; font-size: 15px; }
.site-footer h4 {
    color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
    margin-bottom: 16px;
}
.footer-links, .footer-contact { display: grid; gap: 10px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.footer-contact i { margin-top: 3px; color: color-mix(in srgb, var(--c-btn) 55%, #fff); }
.footer-wa-note { font-size: 13.5px; margin-bottom: 14px; }
.footer-bottom {
    display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
    padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px;
}

.wa-float {
    position: fixed; inset-inline-end: 22px; bottom: 22px; z-index: 70;
    width: 58px; height: 58px; border-radius: 50%; background: #19a34a; color: #fff;
    display: grid; place-items: center; font-size: 28px;
    box-shadow: 0 12px 32px rgba(25,163,74,.4);
    transition: transform .15s;
}
.wa-float:hover { transform: scale(1.06); }

/* Detail — örnek site teal band + kaydırmalı galeri */
.detail-top { padding: 0 0 12px; }
.band-head {
    background: var(--c-teal, var(--c-deep)); color: #fff;
    text-align: center; font-size: clamp(18px, 2.5vw, 24px); font-weight: 800;
    padding: 14px 18px; margin-bottom: 0;
}
.detail-top-inner { padding-top: 16px; }
.detail-top .crumb { font-size: 13px; color: var(--c-muted); margin-bottom: 8px; display: flex; gap: 8px; flex-wrap: wrap; }
.detail-top .crumb a:hover { color: var(--c-btn); text-decoration: underline; }
.detail-cat {
    font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
    color: var(--c-teal, var(--c-deep)); margin-bottom: 8px;
}
.detail-hero-meta {
    display: flex; gap: 16px; flex-wrap: wrap;
    font-size: 14px; font-weight: 650; color: var(--c-muted);
}
.detail-hero-meta i { color: var(--c-btn); }

.price-band { margin-bottom: 4px; border-radius: 6px; overflow: hidden; }
.price-band-body {
    background: var(--c-btn); color: #fff; padding: 16px 18px;
    display: grid; gap: 8px; font-weight: 650; font-size: 15px;
}
.price-band-body strong { float: right; font-size: 17px; }

/* Gallery — hero carousel + thumbs + lightbox */
.gallery { margin-bottom: 14px; }
.gallery-stage {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #0b1c22;
    aspect-ratio: 16 / 10;
    max-height: min(52vw, 420px);
}
.gallery-main {
    display: block; width: 100%; height: 100%;
    padding: 0; border: 0; background: transparent; cursor: zoom-in;
}
.gallery-main img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block; pointer-events: none;
    user-select: none; -webkit-user-drag: none;
}
.gallery-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 2;
    width: 44px; height: 44px; border-radius: 50%;
    border: none; background: rgba(255,255,255,.92); color: #122;
    font-size: 28px; line-height: 1; cursor: pointer;
    display: grid; place-items: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.22);
}
.gallery-nav.prev { left: 10px; }
.gallery-nav.next { right: 10px; }
.gallery-nav:hover { background: var(--c-btn); color: #fff; }
.gallery-dots {
    position: absolute; left: 0; right: 0; bottom: 12px;
    z-index: 2; display: flex; justify-content: center; gap: 7px;
    pointer-events: none;
}
.gallery-dot {
    pointer-events: auto;
    width: 8px; height: 8px; border-radius: 50%;
    border: none; padding: 0; cursor: pointer;
    background: rgba(255,255,255,.45);
}
.gallery-dot.active { background: #fff; transform: scale(1.15); }
.gallery-count {
    position: absolute; top: 12px; right: 12px; z-index: 2;
    background: rgba(0,0,0,.45); color: #fff;
    font-size: 12px; font-weight: 700;
    padding: 5px 10px; border-radius: 999px;
    letter-spacing: .02em;
}
.gallery-thumbs {
    display: flex; gap: 8px; margin-top: 10px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    padding-bottom: 4px; scrollbar-width: thin;
}
.gallery-thumb {
    flex: 0 0 auto;
    width: 72px; height: 54px;
    padding: 0; border: 2px solid transparent;
    border-radius: 8px; overflow: hidden;
    background: #122; cursor: pointer;
    opacity: .75;
}
.gallery-thumb img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    pointer-events: none;
}
.gallery-thumb.active, .gallery-thumb:hover {
    opacity: 1; border-color: var(--c-btn);
}

/* Lightbox */
.lightbox {
    position: fixed; inset: 0; z-index: 1200;
    background: rgba(6, 14, 18, .94);
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: center;
    justify-items: center;
    padding: env(safe-area-inset-top) 12px env(safe-area-inset-bottom);
}
.lightbox[hidden] { display: none !important; }
.lb-close {
    position: absolute; top: max(14px, env(safe-area-inset-top));
    right: 14px; z-index: 3;
    width: 48px; height: 48px; border-radius: 50%;
    border: none; background: rgba(255,255,255,.14); color: #fff;
    font-size: 32px; line-height: 1; cursor: pointer;
    display: grid; place-items: center;
}
.lb-close:hover { background: var(--c-btn); }
.lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 3;
    width: 48px; height: 48px; border-radius: 50%;
    border: none; background: rgba(255,255,255,.14); color: #fff;
    font-size: 32px; cursor: pointer;
    display: grid; place-items: center;
}
.lb-nav.prev { left: 10px; }
.lb-nav.next { right: 10px; }
.lb-nav:hover { background: var(--c-btn); }
.lb-figure {
    margin: 0; width: min(100%, 1100px); height: min(78vh, 860px);
    display: grid; place-items: center;
}
.lb-figure img {
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain;
    border-radius: 6px;
    user-select: none; -webkit-user-drag: none;
    pointer-events: none;
}
.lb-meta {
    color: #fff; font-weight: 700; font-size: 14px;
    padding: 10px 0 18px;
}
body.lb-open { overflow: hidden; }
body.has-book-bar .wa-float { display: none; }

.detail-layout {
    display: grid; grid-template-columns: 1.35fr .78fr; gap: 28px;
    padding: 20px 0 80px; align-items: start;
}
.detail-main { display: grid; gap: 14px; }
.detail-block {
    background: #fff; border: 1px solid var(--c-line); border-radius: 6px;
    overflow: hidden; padding: 0;
}
.detail-block-pad { padding: 18px 20px 20px; }
.detail-block h2 {
    font-family: var(--font); font-size: 18px; font-weight: 800;
    margin: 0;
}
.detail-block p { color: var(--c-muted); font-size: 15px; }
.include-list { display: grid; gap: 10px; margin-top: 8px; }
.include-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
.include-list .ok { color: var(--c-btn); }
.include-list .no { color: #b42318; }

.book-panel {
    background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
    padding: 0; overflow: hidden; position: sticky; top: 96px;
    box-shadow: var(--shadow);
}
.book-panel-head {
    padding: 22px 22px 16px;
    background: linear-gradient(160deg, color-mix(in srgb, var(--c-btn) 14%, #fff), #fff 70%);
    border-bottom: 1px solid var(--c-line);
}
.book-panel-head .label {
    font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--c-muted);
}
.book-panel-head .price {
    font-family: var(--display); font-size: 44px; font-weight: 600; line-height: 1; margin: 6px 0;
}
.book-ages { font-size: 13px; color: var(--c-muted); display: grid; gap: 4px; margin-top: 8px; }
.book-ages strong { color: var(--c-text); }
.book-panel-body { padding: 18px 22px 22px; }
.book-note {
    text-align: center; font-size: 13px; font-weight: 700; color: var(--c-btn);
    background: color-mix(in srgb, var(--c-btn) 8%, #fff); border-radius: 999px;
    padding: 8px 12px; margin-bottom: 16px;
}
.book-form label {
    display: flex; flex-direction: column; gap: 6px;
    font-size: 12px; font-weight: 750; color: var(--c-muted); margin-bottom: 12px;
}
.book-form input, .book-form textarea {
    padding: 13px 14px; border: 1.5px solid var(--c-line); border-radius: 12px;
    font: inherit; color: var(--c-text); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.book-form input:focus, .book-form textarea:focus {
    outline: none; border-color: var(--c-btn);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-btn) 16%, transparent);
}
.pax-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 12px; }
.pax-item {
    display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
    padding: 12px 14px; border: 1.5px solid var(--c-line); border-radius: 14px; background: var(--c-bg);
}
.pax-item .pax-label { font-size: 13px; font-weight: 800; color: var(--c-text); }
.pax-item .pax-label small { display: block; font-weight: 600; color: var(--c-muted); font-size: 11.5px; margin-top: 2px; }
.pax-ctrl {
    display: flex; align-items: center; border: 1.5px solid var(--c-line); border-radius: 999px;
    overflow: hidden; background: #fff;
}
.pax-ctrl button {
    width: 36px; height: 36px; border: none; background: transparent; color: var(--c-text);
    font-size: 16px; font-weight: 800; cursor: pointer;
}
.pax-ctrl button:hover { background: color-mix(in srgb, var(--c-btn) 10%, #fff); }
.pax-ctrl input {
    width: 36px; border: none !important; text-align: center; font-weight: 800;
    padding: 0 !important; height: 36px; box-shadow: none !important;
}
.est-bar {
    display: flex; justify-content: space-between; align-items: center;
    padding: 14px 16px; border-radius: 14px; margin-bottom: 14px;
    background: color-mix(in srgb, var(--c-btn) 12%, #fff);
    font-weight: 800;
}
.est-bar .est-val { font-family: var(--display); font-size: 28px; color: var(--c-btn); font-weight: 600; }

@media (max-width: 900px) {
    .tour-layout { grid-template-columns: 1fr; gap: 14px; }
    .tour-book { position: static; }
}
@media (max-width: 980px) {
    .trust-inner { grid-template-columns: 1fr 1fr; }
    .how-grid, .reviews-grid { grid-template-columns: 1fr; }
    .seo-grid { grid-template-columns: 1fr; }
    .tour-card, .tour-card.feature, .exc-card { grid-column: span 6; }
    .detail-layout { grid-template-columns: 1fr; }
    .book-panel { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
/* Telefon / dar ekran: tek sütun, hizalı kartlar */
@media (max-width: 820px) {
    .tour-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .tour-card, .tour-card.feature, .exc-card {
        grid-column: auto;
        width: 100%;
        max-width: 100%;
    }
    /* Görseldeki numaralı başlık kalsın; alttaki tekrarlayan h3/metin kalksın */
    .exc-card .exc-body { display: none; }
    .exc-media, .tour-card-media { aspect-ratio: 16 / 9; }
    .exc-cap {
        font-size: 14px;
        padding: 10px 12px;
        -webkit-line-clamp: 2;
    }
    .exc-foot, .tour-card-foot {
        padding: 12px 14px;
        min-height: 52px;
    }
    .exc-price { font-size: 15px; white-space: nowrap; }
    .exc-foot .btn { flex-shrink: 0; }
}
@media (max-width: 820px) {
    .site-header { position: sticky; }
    .header-inner { position: relative; min-height: 84px; padding: 12px 0; gap: 10px; }
    /* Android/mobil: logo daha büyük — küçültme */
    .brand { max-width: calc(100% - 112px); }
    .brand-logo, .brand img {
        max-height: 92px !important;
        max-width: min(280px, 68vw) !important;
        width: auto !important;
        height: auto !important;
    }
    .brand-name { font-size: 17px; }
    .brand-tag { display: none; }
    .brand-mark { font-size: 24px; }
    .main-nav {
        display: none; position: absolute; left: 0; right: 0; top: 100%;
        background: #fff; border-bottom: 1px solid var(--c-line);
        flex-direction: column; padding: 12px 20px 18px; gap: 4px;
        box-shadow: var(--shadow-sm); max-height: min(70vh, 480px); overflow-y: auto;
    }
    .main-nav.open { display: flex; }
    .main-nav a { width: 100%; padding: 12px 14px; border-radius: 8px 8px 0 0; }
    .nav-toggle { display: grid; place-items: center; }
    .btn-nav { display: none; }
    .hero { min-height: min(70vh, 560px); }
    .hero.hero-compact { min-height: min(48vh, 380px); }
    .section { padding: 48px 0; }
    .card-head { padding: 12px 12px; gap: 10px; }
    .card-thumb { width: 56px; height: 56px; border-radius: 10px; }
    .card-title { font-size: 15px; }
    .card-route { font-size: 11.5px; }
    .card-price { font-size: 13px; padding: 5px 10px; }
    .card-body { padding: 0 12px 14px; }
    .tour-meta-row { grid-template-columns: 1fr; }
    .tour-meta-row .badge:last-child:nth-child(odd) { grid-column: auto; }
    .tour-meta-row .badge { font-size: 12.5px; padding: 9px 10px; }
    .book-mobile-bar { display: flex; }
    .wa-float { bottom: calc(78px + env(safe-area-inset-bottom)); }
    body.has-book-bar { padding-bottom: 84px; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1180px); }
    .topbar { font-size: 11.5px; padding: 8px 0; }
    .topbar-left { align-items: flex-start; }
    .topbar-right a:first-child { display: none; }
    .brand-logo, .brand img {
        max-height: 86px !important;
        max-width: min(260px, 70vw) !important;
    }
    .header-inner { min-height: 96px; }
    .trust { margin-top: -20px; }
    .trust-inner { grid-template-columns: 1fr; border-radius: 14px; }
    .trust-item { padding: 16px; }
    .hero-copy { padding: 40px 0 36px; }
    .hero h1 { font-size: clamp(28px, 8vw, 40px); }
    .hero-lead { font-size: 15.5px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 28px; }
    .footer-cta-inner { padding: 32px 0; }
    .footer-cta-actions { width: 100%; }
    .footer-cta-actions .btn { flex: 1; min-width: 0; }
    .detail-layout { padding: 24px 0 48px; gap: 18px; }
    .gallery-stage {
        aspect-ratio: 4 / 3;
        max-height: none;
        border-radius: 8px;
    }
    .gallery-nav { width: 40px; height: 40px; font-size: 24px; }
    .gallery-nav.prev { left: 8px; }
    .gallery-nav.next { right: 8px; }
    .gallery-thumb { width: 64px; height: 48px; }
    .lb-nav { width: 44px; height: 44px; }
    .lb-close { width: 52px; height: 52px; font-size: 34px; }
    .lb-figure { height: min(72vh, 640px); width: 100%; }
    .detail-block { padding: 0; background: transparent; border: none; }
    .band-head { border-radius: 0; }
    .book-panel-head .price { font-size: 36px; }
    .lang-dd-btn { padding: 9px 12px; }
    .cat-scroll { margin: 0 -12px; padding: 0 12px 8px; -webkit-overflow-scrolling: touch; }
    .wa-float {
        width: 52px; height: 52px; font-size: 24px;
        inset-inline-end: 14px;
        bottom: calc(78px + env(safe-area-inset-bottom));
    }
}
@media (max-width: 380px) {
    .brand-logo, .brand img {
        max-height: 78px !important;
        max-width: min(220px, 62vw) !important;
    }
    .lang-code { display: none; }
}

/* Overflow safety */
html, body { overflow-x: hidden; }
img, svg, video { max-width: 100%; }
.pax-ctrl button { touch-action: manipulation; }
.btn, .cat-chip, .nav-toggle, .lang-dd-btn { -webkit-tap-highlight-color: transparent; }
