/* ============================================================================
   GEZİLECEK YERLER — premium, tema-duyarlı (açık/koyu), responsive.
   Hub + İl + Detay (6 okuma teması: .pl-theme-1..6). Site değişkenlerini kullanır.
   ============================================================================ */
.pl {
    --pl-accent: #11b886;
    --pl-accent-2: #0ea5e9;
    --pl-grad: linear-gradient(135deg, #11b886 0%, #0ea5e9 100%);
    --pl-ink: var(--text-primary);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem 3rem;
}

/* ── Breadcrumb ──────────────────────────────────────────────────────────── */
.pl-bc { display: flex; align-items: center; gap: .4rem; flex-wrap: wrap;
    font-size: .82rem; color: var(--text-muted); padding: 1rem 0; }
.pl-bc a { color: var(--text-muted); text-decoration: none; transition: color .2s; }
.pl-bc a:hover { color: var(--pl-accent); }
.pl-bc .sep { opacity: .5; }
.pl-bc .cur { color: var(--text-primary); font-weight: 600; }
.pl-bc--light, .pl-bc--light a { color: rgba(255,255,255,.85); }
.pl-bc--light a:hover { color: #fff; }

/* ── HERO ────────────────────────────────────────────────────────────────── */
.pl-hero {
    position: relative; overflow: hidden;
    border-radius: 26px; padding: 3.4rem 2rem 3rem; margin-bottom: 1.4rem;
    background:
        radial-gradient(1200px 400px at 10% -10%, rgba(17,184,134,.20), transparent 60%),
        radial-gradient(900px 380px at 100% 0%, rgba(14,165,233,.18), transparent 55%),
        var(--bg-surface);
    border: 1px solid var(--border-color);
}
.pl-hero-glow {
    position: absolute; inset: -40% 30% auto -10%; height: 320px;
    background: var(--pl-grad); filter: blur(90px); opacity: .25; pointer-events: none;
    animation: plDrift 14s ease-in-out infinite alternate;
}
@keyframes plDrift { to { transform: translateX(40%) translateY(20px) scale(1.1); } }
.pl-hero-in { position: relative; max-width: 760px; }
.pl-hero-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .76rem; font-weight: 800; letter-spacing: .12em;
    color: var(--pl-accent); background: rgba(17,184,134,.12);
    border: 1px solid rgba(17,184,134,.25); padding: .4rem .85rem; border-radius: 999px;
    margin-bottom: 1.1rem;
}
.pl-hero h1 {
    font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; line-height: 1.06;
    letter-spacing: -.02em; margin: 0 0 .9rem; color: var(--text-primary);
}
.pl-hero h1 span {
    background: var(--pl-grad); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pl-hero p { font-size: 1.06rem; line-height: 1.6; color: var(--text-secondary, var(--text-muted)); margin: 0 0 1.4rem; max-width: 620px; }
.pl-hero--city { padding-bottom: 2.4rem; }

.pl-search { position: relative; max-width: 460px; }
.pl-search .material-symbols-rounded { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--pl-accent); font-size: 22px; }
.pl-search input {
    width: 100%; padding: .95rem 1rem .95rem 3rem; border-radius: 14px;
    border: 1px solid var(--border-color); background: var(--bg-base, var(--bg-surface));
    color: var(--text-primary); font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.pl-search input:focus { outline: none; border-color: var(--pl-accent); box-shadow: 0 0 0 3px rgba(17,184,134,.18); }

/* ── Kategori çipleri ────────────────────────────────────────────────────── */
.pl-chips { display: flex; gap: .55rem; flex-wrap: wrap; margin: 0 0 1.8rem; }
.pl-chip {
    display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap;
    padding: .5rem .9rem; border-radius: 999px; font-size: .86rem; font-weight: 600;
    color: var(--text-secondary, var(--text-muted)); background: var(--bg-surface);
    border: 1px solid var(--border-color); text-decoration: none; cursor: pointer;
    transition: all .2s;
}
.pl-chip:hover { border-color: var(--pl-accent); color: var(--text-primary); transform: translateY(-1px); }
.pl-chip.is-active { background: var(--pl-grad); color: #fff; border-color: transparent; box-shadow: 0 6px 18px rgba(17,184,134,.28); }
.pl-chip i { font-style: normal; opacity: .7; font-size: .78rem; }
.pl-chip.is-active i { opacity: .9; }

/* ── Öne çıkan (spotlight) ───────────────────────────────────────────────── */
.pl-spot { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1rem; margin-bottom: 2.4rem; }
.pl-spot-main {
    position: relative; display: block; border-radius: 22px; overflow: hidden;
    min-height: 420px; text-decoration: none; isolation: isolate;
}
.pl-spot-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.pl-spot-main:hover img { transform: scale(1.06); }
.pl-spot-grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,12,20,.92) 0%, rgba(7,12,20,.35) 45%, transparent 75%); }
.pl-spot-txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem; color: #fff; }
.pl-spot-cat {
    display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 700;
    background: rgba(255,255,255,.16); backdrop-filter: blur(6px); padding: .35rem .75rem; border-radius: 999px; margin-bottom: .7rem;
}
.pl-spot-txt h2 { font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 900; line-height: 1.1; margin: 0 0 .5rem; color: #fff; }
.pl-spot-txt p { font-size: .98rem; line-height: 1.5; color: rgba(255,255,255,.85); margin: 0 0 .7rem; max-width: 520px; }
.pl-spot-loc { display: inline-flex; align-items: center; gap: .3rem; font-size: .86rem; color: rgba(255,255,255,.9); }
.pl-spot-loc .material-symbols-rounded { font-size: 18px; color: var(--pl-accent); }
.pl-spot-side { display: grid; grid-template-rows: 1fr 1fr; gap: 1rem; }
.pl-spot-side .pl-card { flex-direction: row; min-height: 0; }
.pl-spot-side .pl-card-media { width: 42%; padding-top: 0; min-height: 120px; }
.pl-spot-side .pl-card-body { flex: 1; }
.pl-spot-side .pl-card-exc { display: none; }

/* ── Bölüm başlığı ───────────────────────────────────────────────────────── */
.pl-sec { margin-bottom: 2.6rem; }
.pl-sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.pl-sec-head h2 { font-size: 1.5rem; font-weight: 800; color: var(--text-primary); margin: 0; letter-spacing: -.01em; }
.pl-sec-head p { color: var(--text-muted); font-size: .92rem; margin: 0; }

/* ── Kart gridi ──────────────────────────────────────────────────────────── */
.pl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.2rem; }
.pl-card {
    display: flex; flex-direction: column; border-radius: 18px; overflow: hidden;
    background: var(--bg-surface); border: 1px solid var(--border-color);
    text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pl-card:hover { transform: translateY(-5px); border-color: rgba(17,184,134,.4); box-shadow: 0 16px 40px rgba(8,15,30,.18); }
.pl-card-media { position: relative; width: 100%; padding-top: 62%; overflow: hidden; background: var(--bg-surface-hover); }
.pl-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.pl-card:hover .pl-card-media img { transform: scale(1.08); }
.pl-card-cat {
    position: absolute; top: .7rem; left: .7rem; font-size: .72rem; font-weight: 700; color: #fff;
    background: rgba(7,12,20,.55); backdrop-filter: blur(6px); padding: .3rem .6rem; border-radius: 999px;
}
.pl-card-body { display: flex; flex-direction: column; gap: .4rem; padding: 1rem 1.05rem 1.1rem; flex: 1; }
.pl-card-loc { display: inline-flex; align-items: center; gap: .25rem; font-size: .76rem; color: var(--pl-accent); font-weight: 600; }
.pl-card-loc .material-symbols-rounded { font-size: 15px; }
.pl-card-title { font-size: 1.06rem; font-weight: 800; line-height: 1.25; color: var(--text-primary); margin: 0; }
.pl-card-exc { font-size: .86rem; line-height: 1.5; color: var(--text-muted); margin: 0; flex: 1; }
.pl-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: .3rem; }
.pl-card-go { display: inline-flex; align-items: center; gap: .25rem; font-size: .82rem; font-weight: 700; color: var(--pl-accent); }
.pl-card-go .material-symbols-rounded { font-size: 16px; transition: transform .2s; }
.pl-card:hover .pl-card-go .material-symbols-rounded { transform: translateX(3px); }
.pl-card-rt { font-size: .74rem; color: var(--text-muted); }
.pl-card--lg .pl-card-title { font-size: 1.2rem; }

/* ── Şehir gridi ─────────────────────────────────────────────────────────── */
.pl-cities { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .8rem; }
.pl-city {
    display: flex; flex-direction: column; gap: .25rem; padding: 1rem 1.1rem; border-radius: 14px;
    background: var(--bg-surface); border: 1px solid var(--border-color); text-decoration: none;
    transition: all .2s;
}
.pl-city:hover { border-color: var(--pl-accent); transform: translateY(-3px); box-shadow: 0 10px 26px rgba(8,15,30,.14); }
.pl-city-name { font-weight: 800; color: var(--text-primary); font-size: 1.02rem; }
.pl-city-n { font-size: .76rem; color: var(--pl-accent); font-weight: 600; }
.pl-city.is-soon { opacity: .62; }
.pl-city.is-soon .pl-city-n { color: var(--text-muted); }
.pl-city.is-hidden { display: none; }

/* ── İlçe çipleri ────────────────────────────────────────────────────────── */
.pl-dists { display: flex; flex-wrap: wrap; gap: .5rem; }
.pl-dist { font-size: .82rem; color: var(--text-secondary, var(--text-muted)); background: var(--bg-surface); border: 1px solid var(--border-color); padding: .4rem .8rem; border-radius: 999px; }

/* ── Boş durum ───────────────────────────────────────────────────────────── */
.pl-empty { text-align: center; padding: 3.5rem 1.5rem; background: var(--bg-surface); border: 1px dashed var(--border-color); border-radius: 20px; }
.pl-empty span { font-size: 2.6rem; display: block; margin-bottom: .8rem; }
.pl-empty p { color: var(--text-muted); font-size: 1rem; max-width: 460px; margin: 0 auto 1.2rem; line-height: 1.5; }
.pl-empty-btn { display: inline-block; padding: .7rem 1.4rem; border-radius: 12px; background: var(--pl-grad); color: #fff; font-weight: 700; text-decoration: none; }

/* ── SEO prose ───────────────────────────────────────────────────────────── */
.pl-prose { max-width: 820px; margin: 2.4rem auto 0; padding: 1.6rem 0 0; border-top: 1px solid var(--border-color); }
.pl-prose h2 { font-size: 1.3rem; font-weight: 800; color: var(--text-primary); margin: 0 0 .8rem; }
.pl-prose p { color: var(--text-secondary, var(--text-muted)); line-height: 1.7; margin: 0 0 .9rem; }
.pl-prose a { color: var(--pl-accent); text-decoration: none; font-weight: 600; }
.pl-prose a:hover { text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════════════════
   DETAY
   ════════════════════════════════════════════════════════════════════════════ */
.pl-detail { --pl-accent: #11b886; max-width: 1180px; margin: 0 auto; padding: 0 1rem 3rem; }
.pld-hero { position: relative; border-radius: 0 0 28px 28px; overflow: hidden; min-height: 56vh; display: flex; align-items: flex-end; margin: 0 -1rem 1.6rem; }
.pld-hero-media { position: absolute; inset: 0; }
.pld-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.pld-hero-grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,11,20,.94) 0%, rgba(6,11,20,.5) 45%, rgba(6,11,20,.15) 100%); }
.pld-hero-in { position: relative; width: 100%; max-width: 1180px; margin: 0 auto; padding: 2.2rem 1.5rem 2.4rem; color: #fff; }
.pld-cat { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 700; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); padding: .4rem .85rem; border-radius: 999px; margin-bottom: .8rem; }
.pld-hero-in h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 900; line-height: 1.05; letter-spacing: -.02em; margin: 0 0 .9rem; color: #fff; max-width: 900px; }
.pld-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.pld-meta span { display: inline-flex; align-items: center; gap: .35rem; font-size: .9rem; color: rgba(255,255,255,.9); }
.pld-meta .material-symbols-rounded { font-size: 18px; color: var(--pl-accent); }

.pld-wrap { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 2.4rem; align-items: start; }
.pld-main { min-width: 0; }
.pld-lead { font-size: 1.22rem; line-height: 1.6; color: var(--text-primary); font-weight: 500; margin: 0 0 1.6rem; }

.pld-highlights { background: var(--bg-surface); border: 1px solid var(--border-color); border-left: 4px solid var(--pl-accent); border-radius: 14px; padding: 1.2rem 1.4rem; margin: 0 0 1.8rem; }
.pld-highlights h2 { font-size: 1.05rem; font-weight: 800; margin: 0 0 .7rem; color: var(--text-primary); }
.pld-highlights ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.pld-highlights li { display: flex; align-items: flex-start; gap: .5rem; font-size: .95rem; color: var(--text-secondary, var(--text-muted)); line-height: 1.5; }
.pld-highlights .material-symbols-rounded { font-size: 19px; color: var(--pl-accent); flex-shrink: 0; }

.pld-content { font-size: 1.08rem; line-height: 1.8; color: var(--text-primary); }
.pld-content h2 { font-size: 1.55rem; font-weight: 800; margin: 2rem 0 .9rem; color: var(--text-primary); letter-spacing: -.01em; }
.pld-content h3 { font-size: 1.25rem; font-weight: 700; margin: 1.6rem 0 .7rem; color: var(--text-primary); }
.pld-content p { margin: 0 0 1.15rem; }
.pld-content a { color: var(--pl-accent); text-decoration: underline; text-underline-offset: 2px; }
.pld-content ul, .pld-content ol { margin: 0 0 1.2rem; padding-left: 1.4rem; }
.pld-content li { margin-bottom: .5rem; }
.pld-content blockquote { border-left: 4px solid var(--pl-accent); margin: 1.4rem 0; padding: .4rem 0 .4rem 1.2rem; color: var(--text-secondary, var(--text-muted)); font-style: italic; font-size: 1.12rem; }
.pld-content img { max-width: 100%; height: auto; border-radius: 14px; margin: 1.2rem 0; }

/* Galeri */
.pld-gallery { margin: 2.2rem 0; }
.pld-gallery h2 { font-size: 1.4rem; font-weight: 800; margin: 0 0 1rem; color: var(--text-primary); }
.pld-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .8rem; }
.pld-gphoto { position: relative; margin: 0; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; }
.pld-gphoto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pld-gphoto:hover img { transform: scale(1.07); }
.pld-gphoto figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: .6rem .8rem; font-size: .8rem; color: #fff; background: linear-gradient(0deg, rgba(6,11,20,.85), transparent); }
.pld-credit { position: absolute; top: .5rem; right: .5rem; font-size: .66rem; color: rgba(255,255,255,.8); background: rgba(6,11,20,.5); padding: .15rem .45rem; border-radius: 6px; }

.pld-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.8rem 0 0; }
.pld-tags span { font-size: .82rem; color: var(--pl-accent); background: rgba(17,184,134,.1); border: 1px solid rgba(17,184,134,.22); padding: .35rem .75rem; border-radius: 999px; }

/* Kenar */
.pld-side { position: sticky; top: 90px; display: grid; gap: 1.2rem; }
.pld-info { background: var(--bg-surface); border: 1px solid var(--border-color); border-radius: 16px; padding: 1.3rem 1.4rem; }
.pld-info h3 { font-size: 1.05rem; font-weight: 800; margin: 0 0 1rem; color: var(--text-primary); }
.pld-info dl { margin: 0; display: grid; gap: .7rem; }
.pld-info dt { font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-muted); font-weight: 700; }
.pld-info dd { margin: 0 0 .3rem; font-size: .95rem; color: var(--text-primary); line-height: 1.45; }
.pld-map-btn { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 1.1rem; padding: .75rem; border-radius: 12px; background: var(--pl-grad); color: #fff; font-weight: 700; text-decoration: none; font-size: .92rem; }
.pld-map-btn .material-symbols-rounded { font-size: 19px; }
.pld-map { border-radius: 16px; overflow: hidden; border: 1px solid var(--border-color); height: 240px; }
.pld-map iframe { width: 100%; height: 100%; border: 0; display: block; }

.pld-related { margin-top: 2.6rem; }

/* ════════════════════════════════════════════════════════════════════════════
   6 OKUMA TEMASI — GPT seçer (.pl-theme-1 … .pl-theme-6)
   ════════════════════════════════════════════════════════════════════════════ */
/* 1 — DERGİ: ferah, büyük kapak, premium */
.pl-theme-1 { --pl-accent: #c79a3a; }
.pl-theme-1 .pld-hero { min-height: 64vh; }
.pl-theme-1 .pld-content { font-size: 1.12rem; }
.pl-theme-1 .pld-lead { font-size: 1.34rem; font-weight: 600; }

/* 2 — HİKÂYE: dar kolon, ilk-harf büyütme, anlatı */
.pl-theme-2 { --pl-accent: #b5562f; }
.pl-theme-2 .pld-wrap { grid-template-columns: minmax(0,1fr) 300px; }
.pl-theme-2 .pld-main { max-width: 720px; margin: 0 auto; }
.pl-theme-2 .pld-content > p:first-of-type::first-letter {
    float: left; font-size: 3.6rem; line-height: .8; font-weight: 900; padding: .1em .12em 0 0; color: var(--pl-accent);
}
.pl-theme-2 .pld-content { font-size: 1.12rem; line-height: 1.85; }

/* 3 — REHBER: pratik, vurgu kutuları, harita öne çıkar */
.pl-theme-3 { --pl-accent: #0ea5e9; }
.pl-theme-3 .pld-highlights { background: linear-gradient(135deg, rgba(14,165,233,.1), rgba(17,184,134,.06)); }
.pl-theme-3 .pld-content h2 { display: inline-flex; align-items: center; gap: .5rem; padding-left: .8rem; border-left: 4px solid var(--pl-accent); }

/* 4 — GALERİ: görsel ağırlıklı */
.pl-theme-4 { --pl-accent: #8b5cf6; }
.pl-theme-4 .pld-hero { min-height: 70vh; }
.pl-theme-4 .pld-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.pl-theme-4 .pld-gallery { order: -1; }

/* 5 — SADE: minimal, uzun okuma */
.pl-theme-5 { --pl-accent: #475569; }
.pl-theme-5 .pld-hero { min-height: 42vh; border-radius: 18px; margin-bottom: 2rem; }
.pl-theme-5 .pld-main { max-width: 740px; margin: 0 auto; }
.pl-theme-5 .pld-content { font-size: 1.14rem; line-height: 1.85; }

/* 6 — MACERA: koyu, atmosferik, immersive */
.pl-theme-6 { --pl-accent: #f97316; }
.pl-theme-6 .pld-hero { min-height: 72vh; }
.pl-theme-6 .pld-content h2 { color: var(--pl-accent); }
.pl-theme-6 .pld-lead { font-weight: 600; }
.pl-theme-6 .pld-highlights { border-left-color: var(--pl-accent); background: linear-gradient(135deg, rgba(249,115,22,.1), transparent); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .pl-spot { grid-template-columns: 1fr; }
    .pl-spot-main { min-height: 320px; }
    .pl-spot-side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
    .pld-wrap { grid-template-columns: 1fr; }
    .pld-side { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .pl-hero { padding: 2.4rem 1.3rem; border-radius: 20px; }
    .pl-spot-side { grid-template-columns: 1fr; }
    .pl-spot-side .pl-card { flex-direction: column; }
    .pl-spot-side .pl-card-media { width: 100%; padding-top: 56%; }
    .pld-hero { min-height: 50vh; }
    .pld-side { grid-template-columns: 1fr; }
    .pl-grid { grid-template-columns: 1fr; }
    .pl-theme-2 .pld-content > p:first-of-type::first-letter { font-size: 2.8rem; }
}
