/* =============================================
   ÜRÜN SAYFASI STİLLERİ
   ============================================= */

/* BREADCRUMB */
.breadcrumb {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: rgba(255,255,255,0.7); }

/* ÜRÜN HERO */
.urun-hero {
  padding: 64px 0 72px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.urun-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,192,0,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.urun-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}
.urun-hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--white);
}
.urun-hero-text p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 600px;
}
.urun-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.urun-hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.urun-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245,192,0,0.12);
  border: 1px solid rgba(245,192,0,0.3);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Sağ istatistik kutusu */
.urun-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(245,192,0,0.2);
  border: 1px solid rgba(245,192,0,0.25);
  border-radius: 16px;
  overflow: hidden;
  min-width: 280px;
}
.urun-hero-stat {
  text-align: center;
  padding: 22px 20px;
  background: rgba(255,255,255,0.05);
}
.urun-hero-stat strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.urun-hero-stat span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  margin-top: 5px;
  display: block;
}

/* ÜRÜN FOTOĞRAF */
.urun-fotograf {
  margin-bottom: 32px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  background: #f8f9fa;
  aspect-ratio: 2 / 1;
}
.urun-fotograf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* DETAY LAYOUT */
.urun-detay {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}
.urun-ozellikler h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 12px;
}
.urun-ozellikler > p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 36px;
}

/* ÖZELLİK GRID */
.ozellik-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.ozellik-kart {
  background: var(--bg-gray);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ozellik-kart:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 16px rgba(245,192,0,0.12);
}
.ozellik-kart h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--secondary);
  margin: 12px 0 6px;
}
.ozellik-kart p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* TEKNİK TABLO */
.teknik-tablo {
  background: var(--bg-gray);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.teknik-tablo h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 16px;
}
.teknik-tablo table {
  width: 100%;
  border-collapse: collapse;
}
.teknik-tablo tr {
  border-bottom: 1px solid var(--border);
}
.teknik-tablo tr:last-child { border-bottom: none; }
.teknik-tablo td {
  padding: 10px 0;
  font-size: 0.9rem;
}
.teknik-tablo td:first-child {
  color: var(--text-muted);
  font-weight: 500;
  width: 45%;
}
.teknik-tablo td:last-child {
  color: var(--text);
  font-weight: 600;
}

/* YAN PANEL */
.urun-yan {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* DİĞER ÜRÜNLER */
.diger-urunler {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.diger-urunler h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.diger-urunler a {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s, padding-left 0.2s;
}
.diger-urunler a:last-child { border-bottom: none; }
.diger-urunler a:hover {
  color: var(--primary);
  padding-left: 6px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .urun-hero-inner { grid-template-columns: 1fr; }
  .urun-hero-img { display: none; }
  .urun-detay { grid-template-columns: 1fr; }
  .urun-yan { position: static; }
  .ozellik-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .urun-hero-btns { flex-direction: column; }
  .urun-hero-btns .btn-primary,
  .urun-hero-btns .btn-whatsapp { width: 100%; justify-content: center; }
}
