/*
Theme Name: Markaevi
Theme URI: https://markaevi.online
Author: Markaevi
Author URI: https://markaevi.online
Description: Markaevi özel ürün sayfası için Astra tabanlı child theme.
Version: 6.4
Template: astra
Text Domain: markaevi
*/

/* ===============================
   ROOT VARIABLES
=============================== */
:root {
  --primary: #1d4ed8;
  --primary-dark: #1e3a8a;
  --accent: #06b6d4;
  --accent-dark: #0891b2;
  --dark-bg: #0f172a;
  --light-bg: #f8fafc;
  --text-dark: #1e293b;
  --text-light: #ffffff;
  --gray-light: #e2e8f0;
  --gray-medium: #94a3b8;
  --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.05);
  --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.05);
  --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.05);
  --shadow-hover: 0 25px 50px -12px rgba(0,0,0,0.15);
  --border-radius: 20px;
  --transition: all 0.3s ease;
}

/* ===============================
   ASTRA CONTAINER - ORTALANMIŞ
=============================== */
.ast-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.single-product .ast-container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.single-product .site-content .ast-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ===============================
   HERO SECTION
=============================== */
.product-hero {
  background: linear-gradient(135deg, #0a0f1f 0%, #172032 100%);
  color: var(--text-light);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(29,78,216,0.15) 0%, transparent 50%),
              radial-gradient(circle at 30% 70%, rgba(6,182,212,0.15) 0%, transparent 50%);
  pointer-events: none;
}

.product-hero .hero-main-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 20px;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
  width: 100%;
}

.product-hero .hero-main-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  border-radius: 2px;
}

.product-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  width: 100%;
}

.product-hero .hero-image {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 30px 40px -20px rgba(0,0,0,0.5);
}

.product-hero .hero-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.product-hero .hero-image:hover img {
  transform: scale(1.05);
}

.product-hero .hero-description {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  padding: 0 0 20px 20px;
  border-left: 3px solid var(--accent);
  margin-bottom: 25px;
}

.product-hero .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 20px;
}

.product-hero .hero-badges span {
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}

.product-hero .hero-badges span:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

/* ===============================
   ANA İÇERİK ALANI
=============================== */
.site-main {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  width: 100% !important;
}

article {
  max-width: 100%;
  margin: 0;
  padding: 40px 0;
  width: 100%;
}

/* ===============================
   İKİ KOLONLU YAPI
=============================== */
.product-two-columns {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  width: 100%;
}

.product-column-left,
.product-column-right {
  flex: 1;
  width: 50%;
}

/* ===============================
   SOL KOLON - TEKNİK ÖZELLİKLER
=============================== */
.product-column-left .specs-section {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  padding: 35px;
  border: 1px solid rgba(0,0,0,0.02);
  transition: var(--transition);
  height: fit-content;
  margin: 0;
}

.product-column-left .specs-section:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.product-column-left h2 {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gray-light);
  position: relative;
}

.product-column-left h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.product-column-left table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.product-column-left table th {
  background: #f8fafc;
  color: var(--primary-dark);
  font-weight: 600;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid var(--accent);
  font-size: 15px;
}

.product-column-left table td {
  padding: 12px 18px;
  border-bottom: 1px solid var(--gray-light);
  color: var(--text-dark);
}

.product-column-left table tr:last-child td {
  border-bottom: none;
}

.product-column-left table tbody tr:hover td {
  background: #f8fafc;
}

/* ===============================
   SAĞ KOLON - ÜRÜN AÇIKLAMASI VE KULLANIM ALANLARI
=============================== */
.product-column-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-column-right .description-section,
.product-column-right .usage-section {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  padding: 35px;
  border: 1px solid rgba(0,0,0,0.02);
  transition: var(--transition);
  width: 100%;
  margin: 0;
}

.product-column-right .description-section:hover,
.product-column-right .usage-section:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.product-column-right h2 {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gray-light);
  position: relative;
}

.product-column-right h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.product-column-right .description-section p {
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

.product-column-right .description-section p:last-child {
  margin-bottom: 0;
}

/* ===============================
   KULLANIM ALANLARI KARTLARI
=============================== */
.product-column-right .usage-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.product-column-right .usage-section li {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
  border: 1px solid rgba(6,182,212,0.1);
}

.product-column-right .usage-section li:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
  transform: translateY(-3px);
}

.product-column-right .usage-section li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: white;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(6,182,212,0.2);
}

/* ===============================
   ÜRÜN GALERİSİ
=============================== */
.gallery-section {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid rgba(0,0,0,0.02);
  transition: var(--transition);
  width: 100%;
}

.gallery-section:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-2px);
}

.gallery-section h2 {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gray-light);
  position: relative;
}

.gallery-section h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.gallery-section:not(:has(img)) {
  display: none;
}

.gallery-section img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-lg);
  display: block;
  margin: 20px auto 0;
  transition: var(--transition);
}

.gallery-section img:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-hover);
}

/* ===============================
   DATASHEET BÖLÜMÜ - GÖRSEL ZENGİNLEŞTİRİLMİŞ (EMOJİSİZ)
=============================== */
.datasheet-section {
  background: linear-gradient(135deg, #0a0f1f, #172032);
  border-radius: 20px;
  padding: 50px 45px;
  margin: 60px 0 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 50px -20px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: left;
}

/* Geometrik arkaplan deseni */
.datasheet-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(29,78,216,0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(100px, -100px);
  pointer-events: none;
}

.datasheet-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-80px, 80px);
  pointer-events: none;
}

/* Çizgi deseni */
.datasheet-section .pattern-lines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, 
    rgba(255,255,255,0.02) 0px, 
    rgba(255,255,255,0.02) 1px,
    transparent 1px,
    transparent 12px);
  pointer-events: none;
}

/* Başlık - Görsel vurgulu */
.datasheet-section h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.datasheet-section h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 30px;
  background: linear-gradient(to bottom, var(--accent), var(--primary));
  transform: translateY(-50%);
  border-radius: 2px;
}

.datasheet-section h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, var(--accent));
  border-radius: 2px;
}

/* Alt başlık */
.datasheet-section .subtitle {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
  margin: 0 0 35px 0;
  max-width: 600px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  border-left: 2px solid var(--accent);
}

/* PDF Preview Kartı - Görsel */
.pdf-preview-card {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
  padding: 25px;
  background: rgba(255,255,255,0.02);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
}

.pdf-preview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--accent), var(--primary));
}

/* PDF İkon - 3D görünümlü */
.pdf-icon-3d {
  width: 80px;
  height: 100px;
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
  border-radius: 12px 12px 6px 6px;
  position: relative;
  box-shadow: 
    0 15px 25px -10px rgba(0,0,0,0.3),
    0 0 0 1px rgba(255,255,255,0.3) inset,
    0 0 0 2px rgba(0,0,0,0.02) inset;
  transform: rotateY(-5deg) rotateX(5deg);
  transition: transform 0.4s ease;
}

.datasheet-section:hover .pdf-icon-3d {
  transform: rotateY(-2deg) rotateX(2deg) translateY(-5px);
}

/* PDF sayfa çizgileri */
.pdf-icon-3d::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  box-shadow: 
    0 12px 0 rgba(29,78,216,0.2),
    0 24px 0 rgba(6,182,212,0.2);
}

/* PDF metni */
.pdf-icon-3d::after {
  content: "PDF";
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: var(--primary);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.9);
  padding: 2px 8px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* PDF detayları */
.pdf-details {
  flex: 1;
}

.pdf-details .file-name {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdf-details .file-name .file-format {
  background: rgba(6,182,212,0.2);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

.pdf-details .file-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

.pdf-details .file-meta .separator {
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
}

.pdf-details .file-meta .size {
  color: white;
  font-weight: 600;
  background: rgba(255,255,255,0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* Info Grid - Görsel kartlar */
.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.info-card {
  background: rgba(255,255,255,0.02);
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.info-card:hover::before {
  transform: translateX(100%);
}

.info-card:hover {
  background: rgba(255,255,255,0.04);
  transform: translateY(-5px);
  border-color: rgba(6,182,212,0.2);
}

.info-card .card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  background: rgba(29,78,216,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* İkonlar - CSS ile çizilmiş */
.icon-document::before {
  content: "";
  width: 20px;
  height: 24px;
  border: 2px solid var(--accent);
  border-radius: 4px;
  display: block;
  position: relative;
}

.icon-document::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
  box-shadow: 0 4px 0 var(--accent), 0 8px 0 var(--accent);
}

.icon-size::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent);
  border-radius: 4px;
  display: block;
  position: relative;
}

.icon-size::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 2px;
  background: var(--accent);
}

.icon-pages::before {
  content: "";
  width: 24px;
  height: 20px;
  border: 2px solid var(--accent);
  border-radius: 4px;
  display: block;
  position: relative;
}

.icon-pages::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 8px 0 0 var(--accent);
}

.icon-language::before {
  content: "TR";
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 1px;
}

.info-card .card-label {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.info-card .card-value {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.info-card .card-value small {
  color: var(--accent);
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}

/* İçerik Paneli */
.content-panel {
  background: rgba(255,255,255,0.02);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(255,255,255,0.04);
}

.content-panel h4 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  gap: 8px;
}

.content-panel h4::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--accent);
  display: inline-block;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  padding: 10px 15px;
  background: rgba(255,255,255,0.02);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-list li:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(6,182,212,0.2);
  color: white;
}

.content-list li::before {
  content: "▹";
  color: var(--accent);
  font-size: 14px;
}

/* ===============================
   PDF İNDİR BUTONU - GÖRSEL ZENGİN
=============================== */
.datasheet-section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 18px 42px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  box-shadow: 0 15px 30px -8px rgba(0,0,0,0.3);
  min-width: 280px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

/* Buton gradient border efekti */
.datasheet-section a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--accent), var(--primary), var(--accent));
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* Buton iç parıltı */
.datasheet-section a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.6s ease, opacity 0.4s ease;
  pointer-events: none;
}

/* Buton hover efekti */
.datasheet-section a:hover {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #ffffff;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 25px 40px -8px rgba(6,182,212,0.6);
}

.datasheet-section a:hover::before {
  opacity: 1;
}

.datasheet-section a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.datasheet-section a:active {
  transform: translateY(-2px) scale(1.01);
}

/* Buton ikon container */
.btn-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Download ikonu */
.btn-icon {
  width: 18px;
  height: 20px;
  position: relative;
}

.btn-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: #0f172a;
  transition: background 0.3s ease;
}

.btn-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #0f172a;
  border-top: none;
  border-right: none;
  transform: translateX(-50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}

.datasheet-section a:hover .btn-icon::before {
  background: #ffffff;
}

.datasheet-section a:hover .btn-icon::after {
  border-color: #ffffff;
}

.datasheet-section a:hover .btn-icon-container {
  background: rgba(255,255,255,0.25);
  transform: translateY(-3px);
}

/* Buton metni */
.btn-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.btn-text::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.datasheet-section a:hover .btn-text::after {
  width: 100%;
}

/* Dosya bilgileri */
.file-info-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  padding: 15px 0 5px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.file-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255,255,255,0.03);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.06);
}

.file-badge .badge-label {
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}

.file-badge .badge-value {
  color: white;
  font-weight: 600;
  background: rgba(6,182,212,0.2);
  padding: 2px 8px;
  border-radius: 4px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 1240px) {
  .ast-container,
  .site-main {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .product-hero {
    padding: 60px 0;
  }
  
  .product-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .product-hero .hero-main-title {
    text-align: center;
  }
  
  .product-hero .hero-badges {
    justify-content: center;
    padding-left: 0;
  }
  
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .content-list {
    grid-template-columns: 1fr;
  }
  
  .pdf-preview-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .pdf-preview-card::before {
    width: 100%;
    height: 4px;
  }
  
  .pdf-details .file-name {
    justify-content: center;
  }
  
  .pdf-details .file-meta {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .product-two-columns {
    flex-direction: column;
    gap: 20px;
  }
  
  .product-column-left,
  .product-column-right {
    width: 100%;
  }
  
  .product-column-right {
    gap: 20px;
  }
  
  .product-hero {
    padding: 40px 0;
  }
  
  .product-hero .hero-main-title {
    font-size: 32px;
  }
  
  .product-hero .hero-description {
    font-size: 16px;
  }
  
  .product-column-left .specs-section,
  .product-column-right .description-section,
  .product-column-right .usage-section,
  .gallery-section,
  .datasheet-section {
    padding: 25px;
  }
  
  h2 {
    font-size: 22px !important;
  }
  
  .product-column-right .usage-section ul {
    grid-template-columns: 1fr;
  }
  
  .product-column-left table {
    font-size: 14px;
    display: block;
    overflow-x: auto;
  }
  
  .product-column-left table th,
  .product-column-left table td {
    padding: 10px 12px;
  }
  
  .datasheet-section {
    padding: 35px 25px;
  }
  
  .datasheet-section h2 {
    font-size: 28px;
  }
  
  .info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .content-panel {
    padding: 20px;
  }
  
  .datasheet-section a {
    min-width: auto;
    width: 100%;
    padding: 16px 30px;
    font-size: 16px;
  }
  
  .file-info-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .file-badge {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .product-hero {
    padding: 30px 0;
  }
  
  .product-hero .hero-main-title {
    font-size: 28px;
  }
  
  .product-hero .hero-badges span {
    font-size: 11px;
    padding: 5px 12px;
  }
  
  article {
    padding: 20px 0;
  }
  
  .product-column-left .specs-section,
  .product-column-right .description-section,
  .product-column-right .usage-section,
  .gallery-section,
  .datasheet-section {
    padding: 20px;
  }
  
  h2 {
    font-size: 20px !important;
  }
  
  .datasheet-section {
    padding: 25px 20px;
  }
  
  .datasheet-section h2 {
    font-size: 24px;
  }
  
  .pdf-icon-3d {
    width: 70px;
    height: 90px;
  }
  
  .pdf-icon-3d::after {
    font-size: 14px;
  }
  
  .pdf-details .file-name {
    font-size: 18px;
  }
  
  .info-card .card-value {
    font-size: 18px;
  }
  
  .btn-icon-container {
    width: 28px;
    height: 28px;
  }
  
  .btn-text {
    font-size: 16px;
  }
}

/* ===============================
   ANİMASYONLAR
=============================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-hero,
.product-column-left .specs-section,
.product-column-right .description-section,
.product-column-right .usage-section,
.gallery-section,
.datasheet-section {
  animation: fadeInUp 0.5s ease forwards;
}

.product-column-right .description-section { animation-delay: 0.1s; }
.product-column-right .usage-section { animation-delay: 0.2s; }
.gallery-section { animation-delay: 0.3s; }
.datasheet-section { animation-delay: 0.4s; }

/* ===============================
   PRINT STYLES
=============================== */
@media print {
  .product-hero {
    background: none;
    color: black;
    padding: 20px 0;
  }
  
  .product-hero::before,
  .product-hero .hero-badges {
    display: none;
  }
  
  .product-hero .hero-main-title::after {
    background: #666;
  }
  
  .hero-image {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .product-column-left .specs-section,
  .product-column-right .description-section,
  .product-column-right .usage-section,
  .gallery-section,
  .datasheet-section {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
    background: none;
  }
  
  .product-column-left h2::after,
  .product-column-right h2::after,
  .gallery-section h2::after {
    background: #666;
  }
  
  .datasheet-section h2::before,
  .datasheet-section h2::after {
    background: #666;
  }
  
  .datasheet-section a {
    background: none;
    color: black;
    border: 1px solid black;
    box-shadow: none;
  }
  
  .btn-icon::before,
  .btn-icon::after {
    background: black;
    border-color: black;
  }
  
  .product-column-left table {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  
  .info-card {
    background: none;
    border: 1px solid #ddd;
  }
  
  .info-card .card-value {
    color: black;
  }
  
  .content-list li {
    border: 1px solid #ddd;
    background: none;
  }
}