/* V59 / V41.2 — Bölgeler renkleri anasayfa paleti ile birebir uyumlu */
.v39-regions-main{
  --r-bg:var(--color-background,#0f141d);
  --r-light:var(--color-section-light,#f8f9fb);
  --r-dark:var(--color-text-dark,#1f2933);
  --r-white:var(--color-text-light,#ffffff);
  --r-muted:var(--color-metal-gray,#a4afc0);
  --r-muted-dark:#667085;
  --r-panel:var(--color-anthracite,#202734);
  --r-copper:var(--color-copper,#ff7a1a);
  --r-copper-hover:var(--color-copper-hover,#ff9a3d);
  color:var(--r-white);
}
.v39-regions-main .v39-regions-hero{position:relative;isolation:isolate}
.v39-regions-main .v31-kicker{
  color:var(--r-copper)!important;
  background:rgba(255,122,26,.10)!important;
  border-color:rgba(255,122,26,.35)!important;
}
/* Intro alanı: anasayfa koyu zemin + bakır aksan */
.v39-region-intro{
  background:transparent!important;
  color:var(--r-white)!important;
}
.v39-region-intro h2{
  color:var(--r-white)!important;
  text-shadow:none!important;
}
.v39-region-intro p{
  color:var(--r-muted)!important;
}
.v39-region-intro .v39-region-fast-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.v39-region-intro .v39-region-fast-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border:1px solid rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.05)!important;
  color:var(--r-white)!important;
  border-radius:2px!important;
  padding:10px 15px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  transition:transform .12s var(--ease,cubic-bezier(.22,1,.36,1)),border-color .12s var(--ease,cubic-bezier(.22,1,.36,1)),background .12s var(--ease,cubic-bezier(.22,1,.36,1)),color .12s var(--ease,cubic-bezier(.22,1,.36,1));
}
.v39-region-intro .v39-region-fast-actions a:hover{
  transform:translateY(-3px);
  color:var(--r-copper)!important;
  border-color:var(--r-copper)!important;
  background:rgba(255,122,26,.08)!important;
}
/* Popüler kart bölümü: anasayfa açık bölüm mantığı */
.v39-popular-regions{
  background:var(--r-light)!important;
  color:var(--r-dark)!important;
}
.v39-section-head{
  max-width:920px;
  margin:0 auto 30px;
  text-align:center;
}
.v39-section-head h2,
.v39-popular-regions h2{
  color:var(--r-dark)!important;
  text-shadow:none!important;
}
.v39-section-head p,
.v39-popular-regions p{
  color:var(--r-muted-dark)!important;
}
/* Bölge kartları: anasayfa açık bölüm kart mantığı */
.v39-region-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.v39-region-card{
  position:relative;
  background:#fff!important;
  border:1px solid rgba(0,0,0,.10)!important;
  border-radius:2px!important;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(15,23,42,.08)!important;
  color:var(--r-dark)!important;
  display:flex;
  flex-direction:column;
  transform:translateZ(0);
  transition:transform .14s var(--ease,cubic-bezier(.22,1,.36,1)),border-color .14s var(--ease,cubic-bezier(.22,1,.36,1)),box-shadow .14s var(--ease,cubic-bezier(.22,1,.36,1));
  will-change:transform;
}
.v39-region-card:before{
  content:"";
  position:absolute;
  right:-36px;
  top:-46px;
  width:104px;
  height:104px;
  border-radius:999px;
  background:rgba(255,122,26,.14);
  z-index:3;
  pointer-events:none;
}
.v39-region-card::after{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:4;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 30%,rgba(255,255,255,.42) 48%,rgba(255,122,26,.22) 58%,transparent 74%);
  transform:translateX(-120%);
  transition:opacity .08s ease-out, transform .24s ease-out;
}
.v39-region-card:hover{
  transform:translateY(-5px);
  border-color:var(--r-copper)!important;
  box-shadow:0 22px 50px rgba(15,23,42,.14)!important;
}
.v39-region-card:hover::after{
  opacity:1;
  transform:translateX(120%);
}
.v39-region-media{
  position:relative;
  display:block;
  min-height:168px!important;
  overflow:hidden!important;
  background:#0f141d!important;
  text-decoration:none;
}
.v39-region-media .v40-crystal-picture,
.v39-region-media .v38-poster-picture{
  display:flex!important;
  width:100%!important;
  height:auto!important;
  min-height:168px!important;
  aspect-ratio:1408/768!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:6px!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#0f141d!important;
  opacity:1!important;
}
.v39-region-media .v40-crystal-img,
.v39-region-media .v38-poster-img,
.v39-region-card img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:156px!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:2px!important;
  opacity:1!important;
  filter:saturate(1.04) contrast(1.03)!important;
  transition:transform .14s var(--ease,cubic-bezier(.22,1,.36,1)),filter .14s var(--ease,cubic-bezier(.22,1,.36,1));
}
.v39-region-card:hover .v40-crystal-img{
  transform:scale(1.016);
  filter:saturate(1.06) contrast(1.04)!important;
}
.v41-region-icon{
  position:absolute;
  z-index:5;
  top:10px;
  left:10px;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:var(--r-copper)!important;
  color:#fff!important;
  font-size:19px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 12px 24px rgba(0,0,0,.22);
}
.v39-region-body{
  padding:24px 24px 26px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.v39-region-type{
  align-self:flex-start;
  color:#a44d12!important;
  background:#fff1e8!important;
  border:1px solid rgba(255,122,26,.28)!important;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:900;
}
.v39-region-body h3{
  color:var(--r-dark)!important;
  font-size:22px;
  line-height:1.2;
  margin:0;
  font-weight:900;
  letter-spacing:-.04em;
}
.v39-region-body p{
  color:var(--r-muted-dark)!important;
  margin:0;
  line-height:1.65;
}
.v39-region-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:auto;
}
.v39-region-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:46px;
  border-radius:2px!important;
  padding:10px 12px;
  text-decoration:none;
  font-weight:900;
  transition:transform .12s var(--ease,cubic-bezier(.22,1,.36,1)),background .12s var(--ease,cubic-bezier(.22,1,.36,1)),color .12s var(--ease,cubic-bezier(.22,1,.36,1));
}
.v39-region-actions a:hover{
  transform:translateY(-2px);
}
.v39-region-actions a:first-child{
  background:var(--r-copper)!important;
  color:#fff!important;
}
.v39-region-actions a:first-child:hover{
  background:var(--r-copper-hover)!important;
}
.v39-region-actions a:last-child{
  background:#fff!important;
  color:var(--r-dark)!important;
  border:1px solid rgba(0,0,0,.10)!important;
}
.v39-region-actions a:last-child:hover{
  color:var(--r-copper)!important;
  border-color:var(--r-copper)!important;
  background:rgba(255,122,26,.08)!important;
}
/* Sayfalama: anasayfa buton dili */
.v39-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:34px auto 0;
  flex-wrap:wrap;
}
.v39-pagination a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:48px;
  border:1px solid rgba(0,0,0,.10)!important;
  background:#fff!important;
  border-radius:2px!important;
  padding:10px 14px;
  text-decoration:none;
  color:var(--r-dark)!important;
  font-weight:900;
  box-shadow:0 16px 40px rgba(15,23,42,.08);
  transition:transform .12s var(--ease,cubic-bezier(.22,1,.36,1)),border-color .12s var(--ease,cubic-bezier(.22,1,.36,1)),color .12s var(--ease,cubic-bezier(.22,1,.36,1));
}
.v39-pagination a:hover{
  transform:translateY(-2px);
  color:var(--r-copper)!important;
  border-color:var(--r-copper)!important;
}
.v39-pagination a strong{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  background:#fff1e8!important;
  color:var(--r-copper)!important;
}
.v39-pagination a.active{
  background:var(--r-copper)!important;
  color:#fff!important;
  border-color:var(--r-copper)!important;
}
.v39-pagination a.active strong{
  background:#fff!important;
  color:var(--r-copper)!important;
}
/* Grup alanı: anasayfa koyu kart mantığı */
.v39-region-groups{
  background:transparent!important;
  color:var(--r-white)!important;
}
.v39-region-groups h2{
  color:var(--r-white)!important;
}
.v39-region-groups p{
  color:var(--r-muted)!important;
}
.v39-group-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.v39-group-grid article{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  color:#fff!important;
  border-radius:2px!important;
  padding:28px!important;
  min-height:160px;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,0,0,.15)!important;
}
.v39-group-grid article:before{
  content:"";
  position:absolute;
  right:-36px;
  top:-46px;
  width:104px;
  height:104px;
  border-radius:999px;
  background:rgba(255,122,26,.14);
}
.v39-group-grid h3{
  position:relative;
  color:#fff!important;
  margin:0 0 14px;
}
.v39-mini-links{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.v39-mini-links a{
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:2px!important;
  padding:8px 11px;
  text-decoration:none;
  color:#fff!important;
  font-weight:900;
  background:rgba(255,255,255,.05)!important;
  transition:transform .12s var(--ease,cubic-bezier(.22,1,.36,1)),border-color .12s var(--ease,cubic-bezier(.22,1,.36,1)),color .12s var(--ease,cubic-bezier(.22,1,.36,1));
}
.v39-mini-links a:hover{
  transform:translateY(-1px);
  color:var(--r-copper)!important;
  border-color:var(--r-copper)!important;
  background:rgba(255,122,26,.08)!important;
}
/* FAQ: anasayfa/v50 koyu kontrast */
.v39-regions-faq{
  width:var(--container)!important;
  max-width:var(--container)!important;
  margin:0 auto!important;
  padding:clamp(34px,5vw,58px)!important;
  background:
    radial-gradient(circle at 16% 0%,rgba(255,122,26,.18),transparent 34%),
    linear-gradient(135deg,#0f141d 0%,#171f2c 54%,#0b1018 100%)!important;
  color:#fff!important;
  border:1px solid rgba(255,122,26,.26)!important;
  border-radius:28px!important;
  box-shadow:0 26px 80px rgba(0,0,0,.28)!important;
}
.v39-regions-faq h2{
  color:#fff!important;
  text-shadow:0 1px 0 rgba(0,0,0,.12)!important;
}
.v39-regions-faq details{
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.065)!important;
  padding:18px 22px!important;
  margin:12px 0!important;
  color:#fff!important;
  border-radius:2px!important;
}
.v39-regions-faq details[open]{
  border-color:rgba(255,122,26,.42)!important;
  background:rgba(255,255,255,.075)!important;
}
.v39-regions-faq summary{
  color:#fff!important;
  background:transparent!important;
  padding:0!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.v39-regions-faq details p{
  color:#d7deea!important;
  background:transparent!important;
  padding:12px 0 0!important;
  margin:0!important;
}
@media(max-width:1100px){
  .v39-region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v39-group-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .v39-region-grid{grid-template-columns:1fr;gap:18px}
  .v39-region-body{padding:20px}
  .v39-region-actions a{font-size:14px}
  .v39-pagination a{flex:1 1 auto;justify-content:center}
  .v39-section-head{text-align:left}
}
@media (prefers-reduced-motion: reduce){
  .v39-region-card,.v39-region-card::after,.v39-region-actions a,.v39-pagination a,.v39-mini-links a,.v39-region-fast-actions a,.v39-region-media .v40-crystal-img{transition:none!important}
  .v39-region-card:hover,.v39-region-card:hover .v40-crystal-img{transform:none!important}
}

/* V41.3 — Çubuk görsel görünürlük sabitleme */
.v41-cubuk-force-visual{display:flex!important;visibility:visible!important;opacity:1!important;min-height:168px!important;background:#0f141d!important;}
.v41-cubuk-force-visual img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#0f141d!important;}
