/* =========================================================
   ALEN DOOR — Ürün Detay Sayfası İçerik Stilleri
   Tema global "ul,li{list-style:none}" reset'ini ezmek ve
   SEO içerik bloklarını (liste / tablo / SSS) biçimlendirmek için.
   ========================================================= */

.service-details-content .urun-lead{
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
  font-weight: 500;
  border-left: 4px solid #ff0008;
  padding: 4px 0 4px 20px;
  margin-bottom: 26px;
}

/* ---------- Görseller ---------- */
.service-details-content figure.image-box img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.service-details-content figure.image-box figcaption{
  font-size: 14px;
  line-height: 24px;
  color: #7c7c7c;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}

/* ---------- Tikli özellik listesi ---------- */
.service-details-content .urun-list{
  margin: 22px 0 28px 0;
}

.service-details-content .urun-list li{
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  list-style: none;
}

.service-details-content .urun-list li:before{
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff0008;
  border-radius: 50%;
}

.service-details-content .urun-list li strong,
.service-details-content .urun-list li b{
  color: #1c1c1c;
  font-weight: 600;
}

/* ---------- Numaralı liste (çalışma prensibi) ---------- */
.service-details-content .urun-adimlar{
  counter-reset: urunadim;
  margin: 22px 0 28px 0;
}

.service-details-content .urun-adimlar li{
  counter-increment: urunadim;
  position: relative;
  padding-left: 44px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  list-style: none;
}

.service-details-content .urun-adimlar li:before{
  content: counter(urunadim);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1c1c1c;
  border-radius: 4px;
}

/* ---------- Teknik özellik tablosu ---------- */
.service-details-content .urun-tablo-wrap{
  width: 100%;
  overflow-x: auto;
  margin: 25px 0 30px 0;
  -webkit-overflow-scrolling: touch;
}

.service-details-content .urun-tablo{
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 25px;
}

.service-details-content .urun-tablo caption{
  caption-side: top;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
  padding-bottom: 12px;
}

.service-details-content .urun-tablo th,
.service-details-content .urun-tablo td{
  border: 1px solid #e6e6e6;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.service-details-content .urun-tablo thead th{
  background-color: #1c1c1c;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: .3px;
}

.service-details-content .urun-tablo tbody th{
  background-color: #f7f7f7;
  color: #1c1c1c;
  font-weight: 600;
  width: 42%;
}

.service-details-content .urun-tablo tbody tr:hover td{
  background-color: #fff6f6;
}

/* ---------- SSS ---------- */
.service-details-content .urun-sss{
  margin: 25px 0 10px 0;
}

.service-details-content .urun-sss .sss-item{
  border: 1px solid #e6e6e6;
  border-left: 3px solid #ff0008;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 16px;
  background-color: #fcfcfc;
}

.service-details-content .urun-sss .sss-item h3{
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-details-content .urun-sss .sss-item p{
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  margin-bottom: 0;
}

/* ---------- İçerik CTA kutusu ---------- */
.service-details-content .urun-cta{
  background: linear-gradient(135deg, #b90006 0%, #e10008 100%);
  border-radius: 6px;
  padding: 30px 34px;
  margin: 32px 0;
  box-shadow: 0 12px 28px rgba(185, 0, 6, 0.18);
}

.service-details-content .urun-cta h3{
  background: transparent !important;
  color: #ffffff !important;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-details-content .urun-cta p{
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
}

.service-details-content .urun-cta a.urun-cta-btn{
  display: inline-block;
  background-color: #ffffff;
  color: #d90007 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 300ms ease;
}

.service-details-content .urun-cta a.urun-cta-btn:hover{
  background-color: #1c1c1c;
  color: #ffffff !important;
}

/* ---------- İlgili ürün etiketleri ---------- */
.service-details-content .urun-ilgili{
  margin: 30px 0 10px 0;
  padding-top: 26px;
  border-top: 1px solid #e6e6e6;
}

.service-details-content .urun-ilgili h3{
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-details-content .urun-ilgili ul li{
  display: inline-block;
  margin: 0 8px 10px 0;
  list-style: none;
}

.service-details-content .urun-ilgili ul li a{
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 7px 18px;
  font-size: 15px;
  color: #5b5b5b;
  transition: all 300ms ease;
}

.service-details-content .urun-ilgili ul li a:hover{
  background-color: #ff0008;
  border-color: #ff0008;
  color: #ffffff;
}

/* ---------- Başlık aralıkları ---------- */
.service-details-content .text h2{
  font-size: 30px;
  line-height: 40px;
  color: #1c1c1c;
  font-weight: 700;
  margin: 8px 0 18px 0;
}

.service-details-content .text h3{
  font-size: 22px;
  line-height: 32px;
  color: #1c1c1c;
  font-weight: 600;
  margin: 28px 0 14px 0;
}

.service-details-content .text h4{
  font-size: 19px;
  line-height: 29px;
  color: #1c1c1c;
  font-weight: 600;
  margin: 24px 0 12px 0;
}

.service-details-content .text p{
  font-size: 16px;
  line-height: 29px;
  color: #5b5b5b;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px){
  .service-details-content .text h2{ font-size: 25px; line-height: 34px; }
  .service-details-content .text h3{ font-size: 20px; line-height: 30px; }
  .service-details-content .urun-lead{ font-size: 17px; line-height: 30px; }
  .service-details-content .urun-cta{ padding: 24px 20px; }
  .service-details-content .urun-cta a.urun-cta-btn{ display:block; margin: 0 0 10px 0; text-align:center; }
}
