/* =============================================
   ÜRÜN DETAY - PROFESİYONEL TASARIM
   ============================================= */

/* ── HİZMET KART RESİMLERİ - AYNI BOY ── */
.single-service-style2 .img-holder {
   height: 320px;
}
.single-service-style2 .img-holder img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* ── HERO ── */
.prd-hero {
   position: relative;
   min-height: 520px;
   display: flex;
   align-items: flex-end;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   padding: 0;
}

.prd-hero-overlay {
   position: absolute;
   inset: 0;
   background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.75) 100%);
}

.prd-hero .container {
   position: relative;
   z-index: 2;
}

.prd-hero-content {
   padding: 0 0 50px;
}

.prd-breadcrumb {
   margin-bottom: 16px;
}

.prd-breadcrumb a,
.prd-breadcrumb span,
.prd-breadcrumb em {
   color: rgba(255,255,255,0.7);
   text-decoration: none;
   font-size: 13px;
}

.prd-breadcrumb a:hover {
   color: #ff5e14;
}

.prd-breadcrumb span {
   margin: 0 6px;
}

.prd-breadcrumb em {
   color: #ff5e14;
   font-style: normal;
}

.prd-hero h1 {
   color: #fff;
   font-size: 38px;
   font-weight: 800;
   margin: 0 0 22px;
   line-height: 1.2;
   text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.prd-hero-cta {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
}

.prd-hero-btn {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   padding: 12px 24px;
   border-radius: 8px;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none !important;
   transition: all 0.3s;
}

.prd-hero-btn-primary {
   background: #ff5e14;
   color: #fff !important;
}
.prd-hero-btn-primary:hover {
   background: #e5520f;
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(255,94,20,0.4);
}

.prd-hero-btn-wp {
   background: #25D366;
   color: #fff !important;
}
.prd-hero-btn-wp:hover {
   background: #1fba59;
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(37,211,102,0.4);
}

.prd-hero-btn-ghost {
   background: rgba(255,255,255,0.15);
   color: #fff !important;
   backdrop-filter: blur(4px);
}
.prd-hero-btn-ghost:hover {
   background: rgba(255,255,255,0.25);
}

/* ── GALERİ GRİD ── */
.prd-gallery-strip {
   background: #f5f6f8;
   padding: 30px 0;
}

.prd-gallery-track {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 12px;
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 15px;
}

.prd-gal-item {
   border-radius: 10px;
   overflow: hidden;
   cursor: pointer;
   border: 2px solid transparent;
   transition: all 0.3s;
   aspect-ratio: 4/3;
}

.prd-gal-item:hover,
.prd-gal-item.active {
   border-color: #ff5e14;
   transform: scale(1.03);
   box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.prd-gal-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

/* ── İÇERİK BÖLÜMÜ ── */
.prd-content-section {
   padding: 50px 0;
   background: #fff;
}

.prd-content-grid {
   display: grid;
   grid-template-columns: 1fr 340px;
   gap: 40px;
   align-items: start;
}

.prd-main-content h2 {
   font-size: 28px;
   font-weight: 700;
   color: #1a1a2e;
   margin: 0 0 20px;
   padding-bottom: 16px;
   border-bottom: 3px solid #ff5e14;
}

.prd-text {
   color: #555;
   font-size: 15px;
   line-height: 1.9;
}

.prd-text p {
   margin-bottom: 14px;
}

.prd-text strong {
   color: #1a1a2e;
}

/* ── SIDEBAR KARTLARI ── */
.prd-card {
   background: #f8f9fb;
   border-radius: 12px;
   padding: 24px;
   margin-bottom: 16px;
}

.prd-card h4 {
   font-size: 15px;
   font-weight: 700;
   color: #1a1a2e;
   margin: 0 0 16px;
   display: flex;
   align-items: center;
   gap: 8px;
}

.prd-card h4 i {
   color: #ff5e14;
}

.prd-specs {
   list-style: none;
   margin: 0;
   padding: 0;
}

.prd-specs li {
   display: flex;
   justify-content: space-between;
   padding: 10px 0;
   border-bottom: 1px solid #e8e8e8;
   font-size: 13px;
}

.prd-specs li:last-child {
   border-bottom: none;
}

.prd-specs li span {
   color: #888;
}

.prd-specs li strong {
   color: #333;
}

/* Dark Kart */
.prd-card-dark {
   background: #1a1a2e;
}

.prd-card-dark h4 {
   color: #fff;
}

.prd-sidebar-btn {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   width: 100%;
   padding: 12px;
   border-radius: 8px;
   background: #ff5e14;
   color: #fff !important;
   text-decoration: none !important;
   font-weight: 600;
   font-size: 14px;
   margin-bottom: 8px;
   transition: all 0.2s;
}

.prd-sidebar-btn:hover {
   background: #e5520f;
   transform: translateY(-1px);
}

.prd-sidebar-btn-wp {
   background: #25D366;
}

.prd-sidebar-btn-wp:hover {
   background: #1fba59;
}

.prd-card-note {
   text-align: center;
   color: rgba(255,255,255,0.5);
   font-size: 12px;
   margin: 10px 0 0;
}

.prd-card-note i {
   margin-right: 4px;
}

/* ── TEKLİF BÖLÜMÜ ── */
.prd-quote-section {
   background: #1a1a2e;
   padding: 45px 0;
}

.prd-quote-wrapper {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 50px;
   align-items: center;
}

.prd-quote-left h3 {
   font-size: 26px;
   font-weight: 800;
   color: #fff;
   margin: 0 0 10px;
}

.prd-quote-left p {
   color: rgba(255,255,255,0.6);
   font-size: 14px;
   margin-bottom: 22px;
   line-height: 1.6;
}

.prd-quote-features {
   list-style: none;
   margin: 0;
   padding: 0;
}

.prd-quote-features li {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 8px 0;
   font-size: 14px;
   color: rgba(255,255,255,0.85);
   font-weight: 500;
}

.prd-quote-features li i {
   color: #ff5e14;
   font-size: 16px;
}

/* Form */
.prd-quote-right form {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.prd-f-row {
   display: flex;
   gap: 12px;
}

.prd-f-row input {
   flex: 1;
}

.prd-quote-right input,
.prd-quote-right textarea {
   width: 100%;
   padding: 14px 18px;
   border: 1.5px solid rgba(255,255,255,0.15);
   border-radius: 10px;
   font-size: 14px;
   color: #fff;
   background: rgba(255,255,255,0.08);
   outline: none;
   transition: all 0.2s;
   font-family: inherit;
}

.prd-quote-right input::placeholder,
.prd-quote-right textarea::placeholder {
   color: rgba(255,255,255,0.4);
}

.prd-quote-right input:focus,
.prd-quote-right textarea:focus {
   border-color: #ff5e14;
   background: rgba(255,255,255,0.12);
   box-shadow: 0 0 0 3px rgba(255,94,20,0.15);
}

.prd-quote-right textarea {
   resize: none;
   min-height: 70px;
}

.prd-quote-right button {
   align-self: flex-end;
   padding: 13px 36px;
   border: none;
   border-radius: 10px;
   background: #ff5e14;
   color: #fff;
   font-size: 15px;
   font-weight: 700;
   cursor: pointer;
   transition: all 0.3s;
   display: inline-flex;
   align-items: center;
   gap: 8px;
}

.prd-quote-right button:hover {
   background: #ff7a3d;
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(255,94,20,0.4);
}

/* Alerts */
.prd-alert {
   padding: 12px 16px;
   border-radius: 10px;
   font-size: 14px;
   font-weight: 500;
}
.prd-alert-ok {
   background: #ecfdf5;
   color: #059669;
   border: 1px solid #a7f3d0;
}
.prd-alert-err {
   background: #fef2f2;
   color: #dc2626;
   border: 1px solid #fecaca;
}

/* ── LIGHTBOX ── */
.product-lightbox {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.95);
   z-index: 999999;
   justify-content: center;
   align-items: center;
}

.product-lightbox img {
   max-width: 85%;
   max-height: 85%;
   object-fit: contain;
   border-radius: 8px;
   user-select: none;
}

.lb-close {
   position: absolute;
   top: 20px;
   right: 25px;
   color: #fff;
   font-size: 36px;
   cursor: pointer;
   z-index: 1000000;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255,255,255,0.1);
   border-radius: 50%;
   border: none;
   transition: all 0.2s;
   line-height: 1;
}

.lb-close:hover {
   background: rgba(255,255,255,0.25);
   transform: scale(1.1);
}

.lb-nav {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   color: #fff;
   font-size: 28px;
   cursor: pointer;
   z-index: 1000000;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(255,255,255,0.1);
   border-radius: 50%;
   border: none;
   transition: all 0.2s;
}

.lb-nav:hover {
   background: rgba(255,94,20,0.6);
}

.lb-prev { left: 20px; }
.lb-next { right: 20px; }

.lb-counter {
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   color: rgba(255,255,255,0.6);
   font-size: 14px;
   font-weight: 500;
}

/* ── RESPONSIVE ── */
@media (max-width: 1199px) {
   .prd-gallery-track {
      padding: 0 20px;
   }
}

@media (max-width: 991px) {
   .prd-hero {
      min-height: 320px;
   }

   .prd-hero h1 {
      font-size: 28px;
   }

   .prd-content-grid {
      grid-template-columns: 1fr;
      gap: 24px;
   }

   .prd-quote-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
   }

   .prd-gallery-track {
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
   }
}

@media (max-width: 576px) {
   .prd-hero {
      min-height: 260px;
   }

   .prd-hero h1 {
      font-size: 22px;
   }

   .prd-hero-content {
      padding: 0 0 30px;
   }

   .prd-hero-cta {
      flex-direction: column;
   }

   .prd-hero-btn {
      justify-content: center;
   }

   .prd-content-section {
      padding: 30px 0;
   }

   .prd-main-content h2 {
      font-size: 22px;
   }

   .prd-f-row {
      flex-direction: column;
   }

   .prd-quote-section {
      padding: 30px 0;
   }

   .prd-gallery-track {
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
   }

   .prd-gallery-strip {
      padding: 20px 0;
   }
}
