
/* ============================================================
   KAMESH — ÜRÜN DETAY SAYFASI
   Marka renkleri: Kırmızı #C7282F  /  Gri-Mavi #596B7C
   ============================================================ */

body.akk-product-detail-page {
  --main-500: #C7282F;
  /* Kamesh kırmızısı */
  --main-600: #A31F25;
  /* Hover koyu kırmızı */
  --secondary: #596B7C;
  /* Kamesh gri-mavisi */
  --text-dark: #111111;
  --text-muted: #B1B1B1;
  --bg-soft: #F4F6F8;
  /* Sol taraftaki açık zemin */
  --radius-lg: 30px;
  --radius-md: 15px;
  --duration: 0.45s;
}

/* ============================================================
   BÖLÜM & IZGARA
   ============================================================ */

.product-detail {
  position: relative;
  padding-top: 60px;
}

/* Arka plan degradesi — sol tarafta yumuşak zemin */
.bg-gradient {
  position: absolute;
  inset: 0 0 auto 0;
  height: 780px;
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-soft) 60%, #fff 100%);
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

/* ---------- Filigran logo ----------
   Orijinaldeki gibi: sol tarafta, dikeyde ortalı, 30° döndürülmüş,
   çok düşük opaklıkta dev logo. Opaklık panelden yönetilecekse
   --logo-opacity değişkeni inline style ile ezilebilir. */
.background-logo {
  --logo-opacity: 0.03;
  position: absolute;
     left: 168px;
    top: 50%;
    width: 50%;
    height: 100vh;
  transform: translate(-25%, -50%) rotate(360deg);
  opacity: var(--logo-opacity);
  overflow: hidden;
}

.background-logo .logo-object {
  width: 100%;
  height: 100%;
}

body.akk-product-detail-page main .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 30px 90px;
  align-items: start;
}

/* ============================================================
   SOL KOLON — METİN
   ============================================================ */

.text-column {
  padding: 0px 0 60px;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.breadcrumb .split,
.breadcrumb a,
.breadcrumb .current {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.25;
  transition: color var(--duration);
}

.breadcrumb a:hover {
  color: var(--main-500);
}

/* ---------- Başlık + Açıklama ---------- */
.editor-field {
  margin-top: 40px;
}

.page-title {
  color: var(--main-500);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 40px;
}

.text-editor p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-dark);
}

.text-editor p+p {
  margin-top: 1em;
}

.product-quick-specs {
  margin-top: 4px;
}

.quick-spec-capacities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.quick-spec-capacity {
  position: relative;
}

.quick-spec-capacity+.quick-spec-capacity::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: -17px;
  width: 1px;
  background: rgba(89, 107, 124, 0.22);
}

.quick-spec-model {
  display: block;
  margin-bottom: 8px;
  color: var(--main-500);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quick-spec-capacity strong {
  display: block;
  color: var(--main-500);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.05;
}

.quick-spec-capacity span:last-child {
  display: block;
  margin-top: 8px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.quick-spec-meta {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(89, 107, 124, 0.18);
}

.quick-spec-meta p {
  margin: 0;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.quick-spec-meta strong {
  color: var(--secondary);
  font-weight: 800;
}

.product-material-summary {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(199, 40, 47, 0.16);
  border-left: 4px solid var(--main-500);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.06);
}

.material-summary-title {
  margin: 0 0 14px;
  color: var(--main-500);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.product-material-summary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-material-summary li {
  position: relative;
  padding-left: 18px;
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
}

.product-material-summary li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--main-500);
  transform: translateY(-50%);
}

.product-material-summary strong {
  color: var(--secondary);
  font-weight: 700;
}

/* ---------- Butonlar ---------- */
.button-field {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-width: 200px;
  height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  transition: border-color var(--duration);
}

/* Soldan kayan hover zemini */
.btn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-600);
  transition: left var(--duration);
  z-index: -1;
}

.btn:hover::before {
  left: 0;
}

.btn .text {
  font-size: 16px;
  line-height: 1.25;
  transition: color var(--duration);
}

.btn .icon {
  width: 16px;
  height: 16px;
  flex: none;
  transition: color var(--duration), transform var(--duration);
}

.btn i.icon {
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
}

.btn-solid {
  background: var(--main-500);
}

.btn-solid .text,
.btn-solid .icon {
  color: #fff;
}

.btn-solid:hover .icon-arrow {
  transform: translateX(5px);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--main-500);
}

.btn-outline .text,
.btn-outline .icon {
  color: var(--main-500);
}

.btn-outline .icon-catalog {
  width: 20px;
  height: 20px;
}

.btn-outline:hover {
  border-color: var(--main-600);
}

.btn-outline:hover .text,
.btn-outline:hover .icon {
  color: #fff;
}

.btn-outline:hover .icon-catalog {
  transform: translateX(-5px);
}

.btn-whatsapp {
  background: #25d366;
  border: 1px solid #25d366;
}

.btn-whatsapp::before {
  background: #1da851;
}

.btn-whatsapp .text,
.btn-whatsapp .icon {
  color: #fff;
}

.btn-outline:hover i.icon {
  transform: scale(1.08);
}

.btn-whatsapp:hover i.icon {
  transform: scale(1.08);
}

/* ============================================================
   ÖZELLİK İKONLARI
   ============================================================ */

.feature-icons {
  margin-top: 120px;
  position: relative;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  /* Kapalı yükseklik JS ile yönetilir */
  transition: max-height 0.6s ease;
}

.icon-list .item {
  position: relative;
  text-align: center;
  transition: transform var(--duration);
}

.icon-list .item:hover {
  transform: translateY(-4px);
}

.icon-list .item .image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  color: var(--secondary);
  /* İkonlar gri-mavi */
  transition: color var(--duration);
}

.icon-list .item:hover .image {
  color: var(--main-500);
}

.icon-list .item .image svg {
  width: 100%;
  height: 100%;
}

.icon-list .item .text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: var(--text-dark);
  transition: color var(--duration);
}

.icon-list .item:hover .text {
  color: var(--main-500);
}

/* Dikey ayraç çizgileri (her satırın 3. elemanında gizli) */
.icon-list .item .split {
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transition: transform var(--duration);
}

.icon-list .item:hover .split {
  transform: translateY(4px);
}

.icon-list .item:nth-child(3n + 3) .split {
  display: none;
}

/* ---------- Daha Fazla / Daha Az ---------- */
.show-more-field {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  display: none;
  /* 6'dan fazla içerik varsa JS gösterir */
  justify-content: center;
  padding-bottom: 10px;
  transition: opacity var(--duration);
}

.show-more-field.is-visible {
  display: flex;
}

.show-more-field .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%, #fff 100%);
  pointer-events: none;
  transition: opacity var(--duration);
}

/* Açıkken degrade kalkar, buton içeriğin altına iner */
.feature-icons.is-open .show-more-field .gradient {
  opacity: 0;
}

.feature-icons.is-open .show-more-field {
  position: relative;
  transform: none;
  left: auto;
  margin-top: 40px;
}

.btn-show-more {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.2);
  gap: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
}

.btn-show-more::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-600);
  transition: left var(--duration);
  z-index: -1;
}

.btn-show-more:hover::before {
  left: 0;
}

.btn-show-more .text {
  font-size: 16px;
  color: var(--text-dark);
  white-space: nowrap;
  transition: color var(--duration);
}

.btn-show-more .icon {
  width: 16px;
  height: 16px;
  color: var(--text-dark);
  transition: color var(--duration), transform var(--duration);
}

.btn-show-more:hover .text,
.btn-show-more:hover .icon {
  color: #fff;
}

.btn-show-more:hover .icon {
  transform: translateY(2px);
}

.feature-icons.is-open .btn-show-more .icon {
  transform: rotate(180deg);
}

.feature-icons.is-open .btn-show-more:hover .icon {
  transform: rotate(180deg) translateY(2px);
}

/* ============================================================
   SAĞ KOLON — CAROUSEL
   ============================================================ */

.carousel-column {
  min-width: 0;
}

.carousel-sticky {
  position: sticky;
  top: 60px;
}

.product-carousel {
  position: relative;
  height: min(calc(100vh - 185px), 760px);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.45, 0, 0.15, 1);
}

.slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
}

.slide .image {
  position: relative;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.slide .image img,
.slide .image video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--duration);
}

.slide .image:hover img,
.slide .image:hover video {
  transform: scale(1.1);
}

/* ---------- Köşe thumbnail'lar ---------- */
.thumbnail {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 4px;
  transition: opacity var(--duration), visibility var(--duration), transform var(--duration);
}

.thumbnail-prev {
  left: 20px;
}

.thumbnail-next {
  right: 20px;
}

.carousel-controller.is-single {
  display: none;
}

.thumbnail.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.thumbnail .image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.thumbnail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration);
}

.thumbnail:hover .image img {
  transform: scale(1.1);
}

/* Video thumbnail play ikonu */
.thumbnail .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #000;
}

.thumbnail.is-video .video-icon {
  display: flex;
}

.thumbnail .video-icon svg {
  width: 10px;
  height: 10px;
}

/* ---------- Yarım daire kontrolcü ---------- */
.carousel-controller {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 20;
}

.controller-inner {
  position: relative;
  width: 200px;
  height: 100px;
  background: #fff;
  border-radius: 200px 200px 0 0;
}

/* Köşe kıvrım detayları */
.carousel-controller .corner {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 15px;
}

.carousel-controller .corner-left {
  left: -19px;
}

.carousel-controller .corner-right {
  right: -19px;
}

/* Geri / İleri */
.carousel-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
  display: flex;
  gap: 30px;
}

.nav-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 34px;
  transition: opacity var(--duration);
}

.nav-button.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.nav-button .icon {
  width: 13px;
  height: 13px;
  color: var(--text-dark);
  transition: color var(--duration), transform var(--duration);
}

.nav-button .text {
  font-size: 12px;
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.25;
  transition: color var(--duration);
}

.nav-button:hover .icon,
.nav-button:hover .text {
  color: var(--main-500);
}

.nav-prev:hover .icon {
  transform: translateX(-3px);
}

.nav-next:hover .icon {
  transform: translateX(3px);
}

.nav-prev .split {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(17, 17, 17, 0.2);
}

/* ---------- Yay pagination ---------- */
.carousel-pagination {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.carousel-pagination svg {
  width: 100%;
  height: 100%;
  transform: scaleX(0.87);
}

.carousel-pagination g.is-hidden {
  display: none;
}

.carousel-pagination g {
  pointer-events: auto;
  cursor: pointer;
}

.carousel-pagination g path {
  stroke: rgba(17, 17, 17, 0.3);
  stroke-width: 2;
  transition: stroke var(--duration), stroke-width var(--duration);
}

.carousel-pagination g:hover path {
  stroke: rgba(17, 17, 17, 0.6);
}

.carousel-pagination g.active path {
  stroke: var(--main-500);
  stroke-width: 3;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  max-width: min(1200px, 100%);
  max-height: 100%;
}

.lightbox-content img,
.lightbox-content video {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  border-radius: var(--radius-md);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--duration);
}

.lightbox-close:hover {
  background: var(--main-500);
}

.lightbox-close svg {
  width: 16px;
  height: 16px;
}

/* ============================================================
   ERİŞİLEBİLİRLİK
   ============================================================ */

:focus-visible {
  outline: 2px solid var(--main-500);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ---- 1440px altı ---- */
@media (max-width: 1440px) {
  .detail-grid {
    gap: 30px 60px;
  }

  .feature-icons {
    margin-top: 50px;
  }

  .icon-list {
    gap: 50px;
  }

  .icon-list .item .split {
    right: -25px;
  }

  .product-carousel {
    height: min(calc(100vh - 120px), 750px);
  }
}

/* ---- 1280px altı ---- */
@media (max-width: 1280px) {
  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-list {
    gap: 40px;
  }

  .icon-list .item .split {
    right: -20px;
  }

  .feature-icons {
    margin-top: 40px;
  }

  .product-carousel {
    height: min(calc(100vh - 120px), 700px);
  }
}

/* ---- 1024px altı ---- */
@media (max-width: 1024px) {
  .product-carousel {
    height: min(calc(100vh - 120px), 650px);
  }

  .icon-list {
    gap: 30px;
  }

  .icon-list .item .split {
    right: -15px;
  }
}

/* ---- 768px altı: tek kolon, carousel üstte ---- */
@media (max-width: 768px) {
  .product-detail {
    padding-top: 0;
  }

  .bg-gradient {
    display: none;
  }

  body.akk-product-detail-page main .container {
    padding: 0 20px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Carousel önce gelir */
  .carousel-column {
    order: 1;
  }

  .text-column {
    order: 2;
    padding: 0 0 50px;
  }

  .carousel-sticky {
    position: static;
  }

  .product-carousel {
    height: 350px;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .editor-field {
    margin-top: 30px;
  }

  .page-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .button-field {
    margin-top: 30px;
  }

  .product-material-summary {
    margin-top: 24px;
  }

  .feature-icons {
    margin-top: 30px;
  }

  .icon-list .item .image {
    width: 50px;
    height: 50px;
  }

  .icon-list .item .text {
    margin-top: 15px;
    font-size: 14px;
  }

  .thumbnail {
    display: none;
  }
}

/* ---- 640px altı ---- */
@media (max-width: 640px) {
  .breadcrumb {
    display: none;
  }

  .text-column {
    order: 2;
  }

  .page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .editor-field {
    margin-top: 20px;
  }

  .text-editor p {
    font-size: 16px;
  }

  .quick-spec-capacities {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quick-spec-capacity+.quick-spec-capacity::before {
    display: none;
  }

  .quick-spec-capacity strong {
    font-size: 28px;
  }

  .quick-spec-meta p {
    font-size: 16px;
  }

  .button-field {
    margin-top: 20px;
    flex-direction: column;
  }

  .product-material-summary {
    padding: 18px 18px;
    border-radius: 14px;
  }

  .material-summary-title {
    font-size: 16px;
  }

  .product-material-summary li {
    font-size: 14px;
  }

  .btn {
    width: 100%;
  }

  .feature-icons {
    margin-top: 20px;
  }

  .product-carousel {
    height: 300px;
  }

  .controller-inner {
    width: 150px;
    height: 75px;
  }

  .carousel-navigation {
    margin-top: 8px;
  }

  .carousel-pagination {
    display: none;
  }
}

/* ---- 480px altı ---- */
@media (max-width: 480px) {
  .page-title {
    font-size: 20px;
  }

  .text-editor p {
    font-size: 14px;
  }

  .product-carousel {
    height: 250px;
  }

  .icon-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-list .item .image {
    width: 40px;
    height: 40px;
  }

  .icon-list .item .text {
    margin-top: 10px;
  }

  .icon-list .item .split {
    display: none;
  }
}

/* ============================================================
   KAMESH — ÜRÜN TAB BÖLÜMÜ (kamesh-tabs.css)
   Sekmeler, teknik tablo, kullanım alanları, SSS, iletişim formu

   KULLANIM: partials/head.php içinde, hero bölümünün CSS'inden
   SONRA yüklenmelidir:
   <link rel="stylesheet" href="css/kamesh-tabs.css">

   Bağımlılıklar (hero CSS'inde zaten mevcut):
   body.akk-product-detail-page değişkenleri, .btn / .btn-solid, .text-editor, .background-logo
   ============================================================ */

/* Hero CSS'i yüklü değilse diye güvenlik amaçlı değişken tanımları.
   Hero CSS'inde zaten varsa bu blok silinebilir — aynı değerler. */
body.akk-product-detail-page {
  --main-500: #C7282F;
  --main-600: #A31F25;
  --secondary: #596B7C;
  --text-dark: #111111;
  --bg-soft: #F4F6F8;
  --radius-lg: 30px;
  --duration: 0.45s;
}

/* ============================================================
   BÖLÜM YAPISI
   ============================================================ */

.product-tabs {
  position: relative;
  z-index: 20;
  margin: 120px 0;
}

/* Arkadaki yumuşak zeminli yuvarlatılmış panel */
.tabs-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1750px, calc(100% - 60px));
  height: 100%;
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  pointer-events: none;
  z-index: 1;
}

.tabs-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

/* ============================================================
   SEKME SEÇİMİ
   ============================================================ */

.tab-selection-field {
  margin-bottom: 15px;
  position: relative;
}

.tab-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  position: relative;
  list-style: none;
}

.tab-item {
  position: relative;
  cursor: pointer;
  padding: 40px 40px 30px;
  border-radius: 0 0 20px 20px;
  transition: background var(--duration);
}

.tab-item .text {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  color: rgba(17, 17, 17, 0.75);
  text-align: center;
  transition: color var(--duration);
}

.tab-item.is-active {
  background: var(--main-500);
}

.tab-item.is-active .text {
  color: #fff;
}

/* Aktif sekmenin altındaki ok işareti */
.tab-pointer {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  top: calc(100% + 14px);
  width: 200px;
  height: 11px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration), visibility var(--duration), transform var(--duration);
  pointer-events: none;
  z-index: 30;
}

.tab-item.is-active .tab-pointer {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: var(--duration);
}

.tab-pointer svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Sekmeler arası dikey ayraç */
.tab-split {
  width: 1px;
  align-self: center;
  height: 25px;
  background: rgba(17, 17, 17, 0.1);
}

/* Mobil kaydırma ipucu — el ikonu */
.hand-hint {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  z-index: 20;
  width: 35px;
  height: 35px;
  color: var(--secondary);
  animation: tabsSlideX 1.2s ease-in-out infinite alternate;
  transition: opacity var(--duration);
}

.hand-hint.is-scroll {
  opacity: 0;
}

.hand-hint svg {
  width: 100%;
  height: 100%;
}

@keyframes tabsSlideX {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-15px);
  }
}

/* ============================================================
   PANEL GENEL YAPISI
   ============================================================ */

.tab-contents {
  position: relative;
  padding-bottom: 50px;
}

.tab-panel {
  display: none;
  position: relative;
  padding: 1px;
  /* Degrade kenarlık için */
}

.tab-panel.is-active {
  display: block;
  animation: tabsPanelIn 0.45s ease both;
}

@keyframes tabsPanelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Üstten aşağı incelen degrade kenarlık */
.panel-border {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(199, 40, 47, 0) 60%);
  pointer-events: none;
}

.panel-content {
  position: relative;
  z-index: 10;
  background: var(--bg-soft);
  border-radius: 20px;
  overflow: hidden;
}

.panel-padded {
  padding: 50px;
}

/* Özellikler sekmesi: dar orta kolon */
.panel-inner-narrow {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 30px;
}

/* Panel içi text-editor ek kuralları
   (temel .text-editor p stili hero CSS'inde mevcut) */
.product-tabs .text-editor strong {
  font-weight: 600;
}

.product-tabs .text-editor ul {
  margin-top: 1em;
  padding-left: 22px;
  list-style: disc;
}

.product-tabs .text-editor ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

/* ============================================================
   TEKNİK TABLO
   ============================================================ */

.table-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 20px;
}

.table-wrapper {
  overflow-x: auto;
  /* Mobilde yatay kaydırma */
  -webkit-overflow-scrolling: touch;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1100px;
}

.spec-table tr:nth-child(odd) {
  background: #F1E7E7;
}

/* Açık kırmızı ton */
.spec-table tr:nth-child(even) {
  background: #F9F4F4;
}

.spec-table td {
  border: 1px solid #B9C2CA;
  /* Gri-mavi ton kenarlık */
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.spec-table td strong {
  font-weight: 600;
}

.table-notes {
  margin-top: 16px;
  padding: 16px 18px;
  border-left: 3px solid var(--main-500);
  background: rgba(244, 246, 248, 0.86);
}

.table-notes p {
  margin: 0;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
}

.table-notes p+p {
  margin-top: 6px;
}

.panel-button-field {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

/* ============================================================
   KULLANIM ALANLARI
   ============================================================ */

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.image-box .image {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform var(--duration);
}

.image-box:hover .image img {
  transform: scale(1.1);
}

.image-box .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity var(--duration);
}

.image-box:hover .overlay {
  opacity: 1;
}

.image-box .text {
  margin: 10px 0 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  color: var(--text-dark);
  transition: color var(--duration);
}

.image-box:hover .text {
  color: var(--main-500);
}

/* ============================================================
   SSS AKORDEON
   ============================================================ */

/* Filigran logo kabı — .background-logo stilleri hero CSS'inden gelir */
.panel-watermark {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
  z-index: 5;
}

.faq-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.faq-item {
  position: relative;
}

.faq-content {
  position: relative;
  padding: 30px 60px;
  border-radius: 20px;
  cursor: pointer;
  transition: background var(--duration), padding var(--duration);
}

.faq-item.is-active .faq-content {
  background: var(--main-500);
  padding: 60px;
}

.faq-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.faq-top .title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  color: rgba(17, 17, 17, 0.65);
  transition: color var(--duration);
}

.faq-item:hover .faq-top .title {
  color: var(--main-600);
}

.faq-item.is-active .faq-top .title {
  color: #fff;
}

.faq-icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E6EAEE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration), background var(--duration);
}

.faq-icon svg {
  width: 12px;
  height: 12px;
  color: var(--text-dark);
}

.faq-item.is-active .faq-icon {
  transform: rotate(180deg);
  background: #fff;
}

.faq-bottom {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--duration) ease;
}

.faq-answer {
  padding-top: 40px;
}

.faq-item.is-active .faq-answer p,
.faq-item.is-active .faq-answer li {
  color: #fff;
}

.faq-answer p {
  font-size: 16px;
}

/* Alt ayraç çizgisi — aktif ve hover'da kaybolur */
.faq-content .split {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  transition: opacity var(--duration);
}

.faq-item.is-active .split,
.faq-item:hover .split {
  opacity: 0;
}

.faq-item:last-child .split {
  display: none;
}

/* ============================================================
   İLETİŞİM
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.contact-image-field {
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.contact-image-field .image,
.contact-image-field .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-image-field .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.contact-information {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 20;
}

.contact-information .title {
  font-size: 30px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}

.contact-information .informations {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.info-link .icon {
  width: 18px;
  height: 18px;
  color: #fff;
  flex: none;
  transition: transform var(--duration);
}

.info-link:hover .icon {
  transform: scale(1.1);
}

.info-link .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  transition: transform var(--duration);
}

.info-link:hover .text {
  transform: translateX(4px);
}

/* ---------- Form ---------- */
.contact-form-field {
  background: #fff;
  padding: 80px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

.form-title {
  grid-column: 1 / -1;
}

.form-title .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  color: var(--main-500);
}

.form-item {
  position: relative;
}

.form-item.half {
  grid-column: span 1;
}

.form-item.full {
  grid-column: 1 / -1;
}

.form-item>label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgba(17, 17, 17, 0.65);
  transition: color var(--duration);
  z-index: 2;
  pointer-events: none;
}

.form-item:hover>label,
.form-item:focus-within>label {
  color: var(--main-500);
}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  color: var(--text-dark);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  appearance: none;
  outline: none;
  box-shadow: none;
  transition: border-color var(--duration), color var(--duration);
}

.form-item textarea {
  height: auto;
  min-height: 160px;
  padding: 30px 0;
  resize: vertical;
}

.form-item input:hover,
.form-item textarea:hover,
.form-item input:focus,
.form-item textarea:focus {
  border-color: var(--main-500);
  outline: none;
  box-shadow: none;
}

.form-item input:focus,
.form-item textarea:focus {
  color: var(--main-500);
}

/* Hata durumu */
.form-item .tooltip {
  display: none;
  position: absolute;
  right: 10px;
  top: 100%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #E11D2E;
  background: #fff;
  border: 1px solid #E11D2E;
  border-radius: 5px;
  padding: 5px 15px;
  z-index: 10;
  white-space: nowrap;
}

.form-item.error>label {
  color: #E11D2E;
}

.form-item.error input,
.form-item.error textarea {
  border-color: #E11D2E;
  color: #E11D2E;
}

.form-item.error .tooltip {
  display: block;
}

/* Onay kutusu */
.checkbox-item .form-el {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}

.checkbox-item input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
}

.checkbox-item .box {
  position: relative;
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.15);
  transition: box-shadow var(--duration);
}

.checkbox-item .box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  border-radius: 3px;
  background: var(--main-500);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform var(--duration), opacity var(--duration);
}

.checkbox-item input:hover~.box {
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.5);
}

.checkbox-item input:checked~.box {
  box-shadow: 0 0 0 1px rgba(199, 40, 47, 0.5);
}

.checkbox-item input:checked~.box::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.checkbox-item.error .box {
  box-shadow: 0 0 0 1px #E11D2E;
}

.checkbox-item .form-el>label {
  position: static;
  transform: none;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.4;
  pointer-events: auto;
  margin: 0;
}

.checkbox-item .form-el>label a {
  position: relative;
  z-index: 20;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.65);
  transition: color var(--duration), border-color var(--duration);
}

.checkbox-item .form-el>label a:hover {
  color: var(--main-500);
  border-color: var(--main-500);
}

.submit-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1440px) {
  .product-tabs {
    margin: 80px 0;
  }

  .panel-inner-narrow {
    padding: 80px 30px;
  }

  .contact-form-field {
    padding: 60px;
  }
}

@media (max-width: 1280px) {
  .panel-padded {
    padding: 40px;
  }

  .panel-inner-narrow {
    padding: 60px 30px;
  }

  .contact-form-field {
    padding: 50px;
  }

  .table-title {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .product-tabs {
    margin: 60px 0;
  }

  .panel-padded {
    padding: 30px;
  }

  .panel-inner-narrow {
    padding: 50px 30px;
  }

  .area-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-form-field {
    padding: 40px;
  }

  .table-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .product-tabs {
    margin: 45px 0;
  }

  .tabs-bg {
    width: 100%;
    border-radius: 0;
  }

  .tabs-container {
    padding: 0;
  }

  /* Sekmeler yatay kaydırılabilir */
  .tab-selection-field {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--main-500) rgba(199, 40, 47, 0.1);
  }

  .tab-selection-field::-webkit-scrollbar {
    height: 4px;
  }

  .tab-selection-field::-webkit-scrollbar-track {
    background: rgba(199, 40, 47, 0.1);
    border-radius: 5px;
  }

  .tab-selection-field::-webkit-scrollbar-thumb {
    background: var(--main-500);
    border-radius: 5px;
  }

  .tab-list {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 20px;
  }

  .tab-item {
    padding: 40px 30px 30px;
  }

  .tab-item .text {
    white-space: nowrap;
  }

  .hand-hint {
    display: block;
  }

  .panel-content {
    border-radius: 20px;
  }

  .panel-watermark .background-logo {
    display: none;
  }

  .panel-padded {
    padding: 25px;
  }

  .panel-inner-narrow {
    padding: 40px 25px;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-box .image {
    height: 350px;
  }

  .table-title {
    font-size: 22px;
  }

  .spec-table td {
    font-size: 15px;
    padding: 12px 15px;
  }

  /* İletişim tek kolon */
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-image-field {
    border-radius: 30px 30px 0 0;
  }

  .contact-image-field .image {
    height: 350px;
  }

  .contact-information {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .contact-information .title {
    font-size: 24px;
  }

  .contact-information .informations {
    margin-top: 30px;
  }

  .contact-form-field {
    padding: 30px;
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 640px) {
  .product-tabs {
    margin: 30px 0;
  }

  .tab-item {
    padding: 30px 20px 25px;
  }

  .tab-item .text {
    font-size: 16px;
  }

  .tab-split {
    display: none;
  }

  .panel-inner-narrow {
    padding: 30px 20px;
  }

  .product-tabs .text-editor ul li {
    font-size: 16px;
  }

  .table-title {
    font-size: 20px;
  }

  .area-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .image-box .image {
    height: 300px;
  }

  .image-box .text {
    font-size: 16px;
    padding-left: 0;
  }

  .faq-content {
    padding: 15px;
    border-radius: 10px;
  }

  .faq-item.is-active .faq-content {
    padding: 30px 15px;
  }

  .faq-top {
    gap: 20px;
  }

  .faq-top .title {
    font-size: 16px;
  }

  .faq-icon {
    width: 25px;
    height: 25px;
  }

  .faq-icon svg {
    width: 9px;
    height: 9px;
  }

  .faq-answer {
    padding-top: 20px;
  }

  .contact-image-field .image {
    height: 300px;
  }

  .contact-information .title {
    font-size: 20px;
  }

  .info-link .text {
    font-size: 16px;
  }

  .form-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-item.half,
  .form-item.full {
    grid-column: 1;
  }

  .form-title .title {
    font-size: 18px;
  }

  .form-item>label {
    font-size: 16px;
  }

  .form-item input[type="text"],
  .form-item input[type="email"],
  .form-item input[type="tel"] {
    height: auto;
    padding: 15px 0 5px;
  }

  .form-item textarea {
    min-height: 80px;
    padding: 20px 0;
  }

  .submit-item {
    justify-content: stretch;
  }

  .submit-item .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .faq-top .title {
    font-size: 14px;
  }

  .image-box .image {
    height: 250px;
  }

  .spec-table td {
    font-size: 14px;
  }
}

/* ============================================================
   ÜRÜN ETİKETLERİ + SEO AÇIKLAMASI
   Tab bölümünün altındaki kapanış şeridi
   ============================================================ */

.product-tags-area {
  position: relative;
  margin: 0 0 80px;
}

.tags-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
}

.tags-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

/* "İlgili Aramalar" üst etiketi */
.tags-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0 0 15px;
}

/* SEO açıklama metni */
.product-tags-area .seo-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.55);
  max-width: 860px;
  margin: 0 0 25px;
}

/* Etiket hapları */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(89, 107, 124, 0.35);
  /* Gri-mavi kenarlık */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--secondary);
  background: transparent;
  text-decoration: none;
  transition: color var(--duration), border-color var(--duration), background var(--duration);
}

/* Sadece link olanlarda hover etkisi */
a.tag-pill:hover {
  color: #fff;
  background: var(--main-500);
  border-color: var(--main-500);
}

@media (max-width: 1024px) {
  .product-tags-area {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .product-tags-area {
    margin-bottom: 45px;
  }

  .tags-container {
    padding: 0 20px;
  }

  .tags-inner {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .product-tags-area .seo-description {
    font-size: 14px;
  }

  .tag-pill {
    padding: 8px 18px;
    font-size: 13px;
  }
}

/* ============================================================
   TEKNİK TABLO — MODEL KARŞILAŞTIRMA BAŞLIĞI (thead)
   ============================================================ */

.spec-table thead th {
  background: var(--main-500);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 16px 20px;
  border: 1px solid var(--main-600);
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}

/* İlk sütun (özellik adları) sola yaslı */
.spec-table thead th:first-child {
  text-align: left;
}

.spec-table tbody td:first-child {
  text-align: left;
}

/* Model değer hücreleri ortalı */
.spec-table tbody td {
  text-align: center;
}

/* Çok sütunlu teknik tablo için minimum genişlik (mobilde yatay kaydırma devreye girer) */
.spec-table {
  min-width: 1100px;
}

@media (max-width: 768px) {
  .spec-table thead th {
    font-size: 14px;
    padding: 12px 15px;
  }
}

/* ============================================================
   ÜRÜN ETİKETLERİ + SEO AÇIKLAMASI
   Tab bölümünün altındaki kapanış şeridi
   ============================================================ */

.product-tags-area {
  position: relative;
  margin: 0 0 80px;
}

.tags-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
}

.tags-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

/* "İlgili Aramalar" üst etiketi */
.tags-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  margin: 0 0 15px;
}

/* SEO açıklama metni */
.product-tags-area .seo-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.55);
  max-width: 860px;
  margin: 0 0 25px;
}

/* Etiket hapları */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(89, 107, 124, 0.35);
  /* Gri-mavi kenarlık */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--secondary);
  background: transparent;
  text-decoration: none;
  transition: color var(--duration), border-color var(--duration), background var(--duration);
}

/* Sadece link olanlarda hover etkisi */
a.tag-pill:hover {
  color: #fff;
  background: var(--main-500);
  border-color: var(--main-500);
}

@media (max-width: 1024px) {
  .product-tags-area {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .product-tags-area {
    margin-bottom: 45px;
  }

  .tags-container {
    padding: 0 20px;
  }

  .tags-inner {
    padding-top: 30px;
  }
}

@media (max-width: 640px) {
  .product-tags-area .seo-description {
    font-size: 14px;
  }

  .tag-pill {
    padding: 8px 18px;
    font-size: 13px;
  }
}

.km-products-showcase {
  --km-red: #c7282f;
  --km-red-deep: #9e1f25;
  --km-red-tint: #fbebec;
  --km-steel: #596b7c;
  --km-steel-deep: #22303c;
  --km-steel-deeper: #17222c;
  --km-steel-tint: #edf1f4;
  --km-bg: #f0f2f4;
  --km-surface: #ffffff;
  --km-ink: #141c23;
  --km-muted: #596b7c;
  --km-line: #e0e5e9;
  --km-line-strong: #c3ccd4;
  --km-radius: 22px;
  --km-radius-sm: 16px;
  background: var(--km-bg);
  color: var(--km-ink);
  line-height: 1.5;
}

.km-products-showcase .km-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 40px);
}

.km-products-showcase .km-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: clamp(26px, 4vw, 40px);
}

.km-products-showcase .km-sec-eyebrow {
  font-family: var(--rs-ff-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--km-red);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.km-products-showcase .km-sec-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--km-red);
  border-radius: 2px;
}

.km-products-showcase .km-sec-title {
  font-family: var(--rs-ff-title);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-size: clamp(34px, 5vw, 54px);
  color: var(--km-ink);
  max-width: 640px;
  margin: 0;
}

.km-products-showcase .km-sec-title em {
  font-style: normal;
  position: relative;
  color: var(--km-red);
  white-space: nowrap;
}

.km-products-showcase .km-sec-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.3em;
  background: var(--km-red-tint);
  z-index: -1;
  border-radius: 3px;
}

.km-products-showcase .km-sec-sub p {
  color: var(--km-muted);
  font-size: clamp(14px, 1.7vw, 15.5px);
  margin: 0;
}

.km-products-showcase .km-sec-count {
  font-family: var(--rs-ff-body);
  font-size: 12px;
  color: var(--km-steel);
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.km-products-showcase .km-sec-count b {
  color: var(--km-red);
  font-size: 14px;
}

.km-products-showcase .km-bar {
  width: 38px;
  height: 1px;
  background: var(--km-line-strong);
}

.km-products-showcase .km-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2fbf71;
  box-shadow: 0 0 0 4px rgba(47, 191, 113, 0.16);
  flex-shrink: 0;
}

.km-products-showcase .km-showcase {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 26px;
  align-items: stretch;
}

.km-products-showcase .km-featured {
  position: relative;
  border-radius: var(--km-radius);
  overflow: hidden;
  color: #fff;
  background: var(--km-steel-deeper);
  min-height: 560px;
  isolation: isolate;
  box-shadow: 0 30px 60px -32px rgba(23, 34, 44, 0.65);
}

.km-products-showcase .km-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.km-products-showcase .km-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.km-products-showcase .km-bg .km-ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #b9c6d1;
  position: relative;
  background:
    radial-gradient(120% 90% at 80% 8%, #3c4f60, transparent 55%),
    linear-gradient(155deg, #3a4c5d, var(--km-steel-deep) 60%, var(--km-steel-deeper));
}

.km-products-showcase .km-bg .km-ph::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(90% 90% at 30% 25%, #000, transparent 78%);
}

.km-products-showcase .km-bg .km-ph svg {
  width: 56%;
  max-width: 220px;
  opacity: 0.9;
  position: relative;
}

.km-products-showcase .km-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(23, 34, 44, 0.18) 0%, rgba(23, 34, 44, 0.34) 40%, rgba(18, 27, 36, 0.88) 80%, rgba(14, 22, 30, 0.96) 100%),
    linear-gradient(90deg, rgba(23, 34, 44, 0.35), transparent 60%);
}

.km-products-showcase .km-featured::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  z-index: 3;
  background: linear-gradient(180deg, var(--km-red), transparent 70%);
}

.km-products-showcase .km-content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 3vw, 26px);
}

.km-products-showcase .km-f-kicker {
  font-family: var(--rs-ff-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d6dee5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  background: rgba(20, 28, 35, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 7px 12px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.km-products-showcase .km-f-kicker .km-s {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--km-red);
}

.km-products-showcase .km-spacer {
  flex: 1;
}

.km-products-showcase .km-f-body h2 {
  font-family: var(--rs-ff-title);
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  margin: 0;
  color: #fff;
}

.km-products-showcase .km-desc {
  margin-top: 11px;
  color: #c9d3dc;
  font-size: clamp(13px, 1.6vw, 14px);
  max-width: 330px;
}

.km-products-showcase .km-chips {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.km-products-showcase .km-chip {
  font-family: var(--rs-ff-body);
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 11px;
  border-radius: 20px;
  color: #e9eef3;
  backdrop-filter: blur(4px);
}

.km-products-showcase .km-f-cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  align-self: flex-start;
  background: var(--km-red);
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  padding: 14px 22px;
  border-radius: 13px;
  text-decoration: none;
  transition: transform 0.18s, background 0.2s;
  box-shadow: 0 16px 34px -14px rgba(199, 40, 47, 0.7);
}

.km-products-showcase .km-f-cta:hover {
  transform: translateY(-2px);
  background: var(--km-red-deep);
  color: #fff;
}

.km-products-showcase .km-f-cta svg {
  transition: transform 0.2s;
}

.km-products-showcase .km-f-cta:hover svg {
  transform: translateX(4px);
}

.km-products-showcase .km-fade {
  transition: opacity 0.38s ease;
}

.km-products-showcase .km-fade.out {
  opacity: 0;
}

.km-products-showcase .km-bfade {
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.km-products-showcase .km-bfade.out {
  opacity: 0;
  transform: translateY(8px);
}

.km-products-showcase .km-dots {
  display: flex;
  gap: 7px;
  margin-top: 22px;
}

.km-products-showcase .km-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: all 0.3s;
}

.km-products-showcase .km-dots i.on {
  width: 22px;
  border-radius: 5px;
  background: var(--km-red);
}

.km-products-showcase .km-media-tag {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  font-family: var(--rs-ff-body);
  font-size: 10px;
  letter-spacing: 0.1em;
  background: rgba(20, 28, 35, 0.55);
  color: #d6dee5;
  padding: 5px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.km-products-showcase .km-carousel-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.km-products-showcase .km-carousel-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.km-products-showcase .km-counter {
  font-family: var(--rs-ff-body);
  font-size: 13px;
  color: var(--km-muted);
  margin-right: 8px;
  letter-spacing: 0.05em;
}

.km-products-showcase .km-counter b {
  color: var(--km-red);
  font-size: 16px;
  font-weight: 600;
}

.km-products-showcase .km-counter span {
  opacity: 0.6;
  margin: 0 2px;
}

.km-products-showcase .km-navbtn {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid var(--km-line-strong);
  background: var(--km-surface);
  color: var(--km-ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s;
  box-shadow: 0 6px 16px -12px rgba(23, 34, 44, 0.5);
  touch-action: manipulation;
}

.km-products-showcase .km-navbtn:hover {
  background: var(--km-red);
  color: #fff;
  border-color: var(--km-red);
  transform: translateY(-2px);
}

.km-products-showcase .km-navbtn svg {
  width: 22px;
  height: 22px;
}

.km-products-showcase .km-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  padding-bottom: 6px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.km-products-showcase .km-track::-webkit-scrollbar {
  display: none;
}

.km-products-showcase .km-p-card {
  flex: 0 0 296px;
  scroll-snap-align: start;
  background: var(--km-surface);
  border: 1px solid var(--km-line);
  border-radius: var(--km-radius);
  padding: 22px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.22s, box-shadow 0.25s, border-color 0.25s;
}

.km-products-showcase .km-p-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--km-red), var(--km-steel));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.km-products-showcase .km-p-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -28px rgba(23, 34, 44, 0.55);
  border-color: transparent;
}

.km-products-showcase .km-p-card:hover::after {
  transform: scaleX(1);
}

.km-products-showcase .km-p-card.active {
  border-color: var(--km-red);
  box-shadow: 0 26px 50px -28px rgba(199, 40, 47, 0.4);
}

.km-products-showcase .km-p-card.active::after {
  transform: scaleX(1);
}

.km-products-showcase .km-p-media {
  border-radius: var(--km-radius-sm);
  background: linear-gradient(160deg, #f6f8fa, #e8edf1);
  /* aspect-ratio: 4 / 3; */
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--km-line);
}

.km-products-showcase .km-p-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  display: block;
}

.km-products-showcase .km-p-media .km-ph {
  width: 70%;
  color: var(--km-steel-deep);
}

.km-products-showcase .km-p-media .km-png-tag {
  position: absolute;
  right: 9px;
  top: 9px;
  font-family: var(--rs-ff-body);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--km-muted);
  background: #fff;
  border: 1px solid var(--km-line);
  padding: 3px 7px;
  border-radius: 12px;
}

.km-products-showcase .km-p-tag {
  font-family: var(--rs-ff-body);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--km-red);
  font-weight: 600;
  margin-top: 16px;
}

.km-products-showcase .km-p-card h3 {
  font-family: var(--rs-ff-title);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  margin-top: 8px;
  margin-bottom: 0;
}

.km-products-showcase .km-p-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--km-red);
}

.km-products-showcase .km-p-more svg {
  transition: transform 0.2s;
}

.km-products-showcase .km-p-card:hover .km-p-more svg {
  transform: translateX(4px);
}

.km-products-showcase .km-rotor {
  transform-origin: 150px 150px;
  animation: km-spin 30s linear infinite;
}

@keyframes km-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .km-products-showcase .km-showcase {
    grid-template-columns: 360px 1fr;
  }

  .km-products-showcase .km-p-card {
    flex-basis: 270px;
  }
}

@media (max-width: 900px) {
  .km-products-showcase .km-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .km-products-showcase .km-featured,
  .km-products-showcase .km-content {
    min-height: 420px;
  }

  .km-products-showcase .km-carousel-head {
    margin-bottom: 14px;
  }

  .km-products-showcase .km-p-card {
    flex-basis: min(280px, 72vw);
  }
}

@media (max-width: 560px) {
  .km-products-showcase .km-content {
    min-height: 380px;
    padding: 18px;
  }

  .km-products-showcase .km-f-cta {
    padding: 13px 20px;
    font-size: 14px;
  }

  .km-products-showcase .km-navbtn {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .km-products-showcase .km-p-card {
    flex-basis: 78vw;
    padding: 18px;
  }

  .km-products-showcase .km-dots {
    margin-top: 18px;
  }
}

@media (hover: none) {
  .km-products-showcase .km-p-card:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--km-line);
  }

  .km-products-showcase .km-p-card.active {
    border-color: var(--km-red);
    box-shadow: 0 26px 50px -28px rgba(199, 40, 47, 0.4);
  }
}

@media (prefers-reduced-motion: reduce) {
  .km-products-showcase .km-rotor {
    animation: none;
  }

  .km-products-showcase .km-track {
    scroll-behavior: auto;
  }

  .km-products-showcase .km-fade,
  .km-products-showcase .km-bfade {
    transition: none;
  }
}

/* Ürün detay — sadece carousel (sol featured panel yok) */
.km-products-showcase--carousel-only .km-showcase--solo {
  display: block;
}

.km-products-showcase--carousel-only .km-carousel-wrap--full {
  width: 100%;
}

.km-products-showcase--carousel-only .km-carousel-head {
  justify-content: flex-end;
}

.km-products-showcase--carousel-only .km-p-card {
  flex: 0 0 clamp(260px, 28vw, 320px);
}
