/* ── Boğaz Turu (page-bogaz-turu.php) — yalnızca bu sayfada enqueue edilir.
   Tüm selector'lar .bogaz-tour-page altında scope edilmiştir. !important yok. */

.bogaz-tour-page .tour-segments-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:24px 0}
.bogaz-tour-page .tour-segment-card{background:var(--surface-card);border:1px solid var(--border-card);border-radius:var(--r);padding:24px}
.bogaz-tour-page .tour-segment-sure{color:var(--gold);font-family:var(--f-head);font-weight:800;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px}
.bogaz-tour-page .tour-segment-card h3{font-family:var(--f-head);font-weight:800;color:var(--white);margin:0 0 8px}
.bogaz-tour-page .tour-segment-hedef{color:var(--gold2);font-family:var(--f-head);font-weight:700;font-size:.82rem;margin:0 0 10px}
.bogaz-tour-page .tour-segment-aciklama{color:var(--muted);font-size:.9rem;line-height:1.72;margin:0}

.bogaz-tour-page .tour-check{list-style:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:8px}
.bogaz-tour-page .tour-check li{display:flex;gap:8px;color:var(--text);font-size:.9rem;line-height:1.6}
.bogaz-tour-page .tour-check li::before{content:'→';color:var(--gold);flex-shrink:0}

.bogaz-tour-page .region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}
.bogaz-tour-page .region-card{background:var(--surface-card);border:1px solid var(--border-card);border-radius:var(--r);padding:20px}
.bogaz-tour-page .region-card h3{font-family:var(--f-head);font-weight:800;color:var(--white);font-size:.95rem;margin:0 0 10px}
.bogaz-tour-page .region-card p{color:var(--muted);font-size:.86rem;line-height:1.68;margin:0}

@media(max-width:900px){
  .bogaz-tour-page .region-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
  .bogaz-tour-page .tour-segments-grid{grid-template-columns:1fr}
  .bogaz-tour-page .region-grid{grid-template-columns:1fr}
}
