/* Tema 2 — srivedatraye.com referans */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body.tema-2 {
  background-color: #000;
  font-family: 'Trebuchet MS', sans-serif;
  color: #fff;
  padding: 10px;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

.ust-bolum {
  text-align: center;
  margin-bottom: 25px;
}

.reklam-ver-link {
  background: linear-gradient(45deg, #d4af37, #f9e29c);
  color: #000;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  text-transform: uppercase;
}

.dikkat-cerceve {
  border: 2px solid #ff0000;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.05);
  animation: uyariFlash 1s infinite;
  margin-bottom: 15px;
  text-align: left;
}

.dikkat-baslik {
  color: #ff0000;
  font-size: 16px;
  font-weight: 900;
  display: block;
  margin-bottom: 5px;
}

.dikkat-metni {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.neon-vitrin {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 0 0 10px #d4af37;
  animation: vipParlaması 1.5s infinite alternate;
  will-change: text-shadow;
}

@keyframes vipParlaması {
  from { text-shadow: 0 0 5px #fff, 0 0 10px #d4af37, 0 0 20px #d4af37; }
  to { text-shadow: 0 0 10px #fff, 0 0 20px #ff0000, 0 0 30px #ff0000; }
}

.neon-isim {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-shadow: 0 0 8px #f9e29c;
  animation: neonYansin 0.8s infinite alternate;
  will-change: opacity, text-shadow;
}

@keyframes neonYansin {
  0% { opacity: 1; text-shadow: 0 0 8px #f9e29c, 0 0 15px #d4af37; }
  100% { opacity: 0.8; text-shadow: 0 0 3px #f9e29c; }
}

@keyframes uyariFlash {
  0%, 100% { border-color: #ff0000; }
  50% { border-color: #330000; }
}

#vitrin-container,
.t2-vitrin {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.model-kart {
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateZ(0);
  cursor: pointer;
}

.durum-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #00ff00;
  font-size: 8px;
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #00ff00;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 5;
}

.model-resim {
  width: 100%;
  aspect-ratio: 1 / 1.3;
  background-size: cover;
  background-position: center;
  background-color: #222;
}

.model-bilgi {
  padding: 8px 2px;
  text-align: center;
}

.model-lokasyon {
  color: #aaa;
  font-size: 10px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.3;
}

.wp-buton {
  background: #25d366;
  color: #fff;
  font-size: 10px;
  padding: 6px 0;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border: 0;
}

.wp-buton--ghost {
  opacity: 0.85;
}

/* Popup */
.vitrin-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: stretch;
  justify-content: stretch;
}

.vitrin-popup.is-open { display: flex; }

.vitrin-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.vitrin-popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  height: 100%;
  background: #111;
  display: flex;
  flex-direction: column;
}

.vitrin-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
}

.vitrin-popup__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #f5f5f5;
}

@media (min-width: 900px) {
  body.tema-2 {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neon-vitrin,
  .neon-isim,
  .dikkat-cerceve {
    animation: none;
  }
}
