/* ========================================================================
   BALAPARK THEME
   - GLOBAL (tüm sayfalar)
   - HOMEPAGE ONLY (sadece anasayfa)
   ===================================================================== */

/* ========================================================================
   [GLOBAL] RESET & TEMEL AYARLAR
   ===================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.site {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 18px;
  line-height: 1.6;
  background: #0f172a;
  color: #ffffff;
}

:root {
  --turquoise: #22d3ee;
  --turquoise-dark: #0891b2;
  --fume: #475569;
  --navy: #020617;
  --navy-soft: #0b1120;
  --purple: #4c1d95;
  --purple-mid: #6d28d9;
  --purple-soft: #1e1b4b;
  --accent-red: #ef4444;
  --accent-red-dark: #b91c1c;
  --border-soft: rgba(148, 163, 184, 0.4);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.25);
  --shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.18);
  --container: 1200px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

/* Body scroll kilidi (mobile menü açıkken) */
body.no-scroll {
  overflow: hidden;
}

/* ========================================================================
   [GLOBAL] TOP HEADER (DİL SEÇİMİ + TELEFON)
   ===================================================================== */

.top-header {
  background: #ffffff;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.8rem;
}

.top-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
}

.top-header__left {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #0f172a;
}

.top-header__left i {
  color: var(--turquoise-dark);
  margin-right: 5px;
}

.top-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

/* Telefon butonu */

.top-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid var(--turquoise);
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(34, 211, 238, 0.35);
  min-width: 160px;
}

.top-header__phone i {
  color: var(--accent-red);
}

/* Dil seçimi (TR / EN) */

.top-header__lang {
  position: relative;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.5);
  background: #020617; /* koyu zemin */
  color: #f9fafb; /* beyaz yazı */
  cursor: pointer;
  font: inherit;
}

.lang-toggle .fa-chevron-down {
  font-size: 0.7rem;
}

/* Açılır dil menüsü (varsayılan kapalı) */

.lang-menu {
  position: absolute;
  right: 0;
  margin-top: 0.4rem;
  background: #020617;
  border-radius: 999px;
  padding: 0.25rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.45);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 60;
}

.lang-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-menu__item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.85rem;
  color: #e5e7eb;
}

/* Hover: mor gradient */
.lang-menu__item:hover {
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
  color: #f9fafb;
}

/* Seçili dil */
.lang-menu__item.is-active {
  background: linear-gradient(135deg, #22d3ee, #4c1d95);
  color: #0f172a;
}

/* Bayrak kutusu */

.lang-flag {
  width: 16px;
  height: 11px;
  border-radius: 3px;
  background: #020617;
  overflow: hidden;
}

.lang-flag--tr {
  background: url("../images/tr.svg") center/cover no-repeat;
}

.lang-flag--en {
  background: url("../images/en.svg") center/cover no-repeat;
}

.lang-flag--de {
  background: url("../images/de.svg") center/cover no-repeat;
}

.lang-flag--ar {
  background: url("../images/sa.svg") center/cover no-repeat;
}
.lang-flag--ru {
  background: url("../images/ru.svg") center/cover no-repeat;
}

/* ========================================================================
   [GLOBAL] HEADER & ANA MENÜ
   ===================================================================== */

.site-header {
  background: linear-gradient(90deg, #020617 0%, #020617 45%, #4c1d95 100%);
  color: #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.55);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  gap: 20px;
}

/* Logo biraz büyük */

.logo img {
  height: 64px;
  max-height: 64px;
}

/* Ana menü (desktop) */

.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #e5e7eb;
  text-decoration: none;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  position: relative;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.18s ease;
}
/* 1200px altı – küçük laptoplar */
@media (max-width: 1199.98px) {
  .main-nav a {
    font-size: 0.86rem;
    padding: 0.35rem 0.65rem;
  }
}

/* 992–991px – tablet yatay / dar ekranlar */
@media (max-width: 991.98px) {
  .main-nav a {
    font-size: 0.72rem;
    padding: 0.32rem 0.4rem;
  }
}

/* 768px altı – tablet dikey / mobil büyük */
@media (max-width: 767.98px) {
  .main-nav a {
    font-size: 0.8rem;
    padding: 0.28rem 0.55rem;
  }
}

/* 576px altı – küçük telefonlar */
@media (max-width: 575.98px) {
  .main-nav a {
    font-size: 0.78rem;
    padding: 0.25rem 0.5rem;
  }
}

.main-nav a i {
  font-size: 0.9rem;
}

.main-nav a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.main-nav a:hover {
  background: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
  transform: translateY(-1px);
}

.main-nav a:hover::after {
  border-color: rgba(56, 189, 248, 0.7);
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.4);
}

.main-nav a.active {
  background: linear-gradient(
    135deg,
    var(--turquoise) 0%,
    var(--purple-mid) 100%
  );
  color: #0f172a;
}

/* Mobile menü butonu */

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
}

.nav-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
}

/* ========================================================================
   [GLOBAL] KATEGORİ NAV + MEGA MENÜ (DESKTOP)
   ===================================================================== */

.category-nav {
  position: relative;
  z-index: 20;
  background: linear-gradient(90deg, #020617 0%, #020617 45%, #2e253d 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.category-nav__inner {
  padding: 8px 0;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.category-item {
  position: static; /* paneli ekran ortasına göre hizalamak için */
}

.category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  outline: none;
  transition:
    background 0.2s ease,
    border 0.2s ease,
    transform 0.18s ease;
}

.category-link i {
  color: var(--turquoise);
}

.category-link:hover {
  background: rgba(15, 23, 42, 1);
  border-color: rgba(56, 189, 248, 0.6);
  transform: translateY(-1px);
}

/* Mega panel — JS ile .category-item.is-open olduğunda açılacak */

.mega-panel {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(8px);
  width: min(1180px, 100% - 2rem);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  padding: 16px 18px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
  z-index: 40;
}

/* Sadece .category-item.is-open olduğunda görünür */

.category-item.is-open .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-panel__row {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.mega-tile {
  flex: 0 0 calc(12.5% - 8px);
  text-decoration: none;
  color: #0f172a;
}

.mega-tile__thumb {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: #020617;
}

.mega-tile__thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.mega-tile__title {
  font-size: 0.6rem;
  font-weight: 500;
  margin-top: 4px;
}

.mega-tile:hover .mega-tile__thumb img {
  transform: scale(1.06);
}

/* ========================================================================
   [GLOBAL] FOOTER
   ===================================================================== */

.site-footer {
  background: #020617;
  border-top: 1px solid rgba(30, 64, 175, 0.7);
  color: #e5e7eb;
  padding-top: 24px;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 18px;
}

.footer__col h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #f9fafb;
}

.footer__col h4 i {
  margin-right: 6px;
  color: var(--turquoise);
}

.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__col ul li {
  margin-bottom: 6px;
  font-size: 0.92rem;
}

.footer__col ul a {
  color: #cbd5f5;
  text-decoration: none;
}

.footer__col ul a:hover {
  color: #38bdf8;
}

.footer-social li a i {
  width: 20px;
}

.footer__col--newsletter p {
  margin: 0 0 10px;
  color: #cbd5f5;
}

.newsletter-form__field {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #020617;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 6px 10px;
  margin-bottom: 8px;
}

.newsletter-form__field i {
  color: var(--turquoise);
}

.newsletter-form__field input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: none;
  color: #f9fafb;
  font-size: 0.92rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.98rem;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--turquoise) 0%,
    var(--accent-red) 100%
  );
  color: #020617;
  box-shadow: 0 16px 40px rgba(8, 145, 178, 0.5);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 50px rgba(8, 145, 178, 0.55);
}

.btn-newsletter {
  width: 100%;
}

.footer__bottom {
  border-top: 1px solid rgba(30, 64, 175, 0.7);
  padding: 10px 0 14px;
  font-size: 0.88rem;
  color: #94a3b8;
}

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================================================
   [HOMEPAGE] HERO + ARKA PLAN + ANİMASYON
   ===================================================================== */

.main-hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
  background:
    radial-gradient(
      circle at top left,
      rgba(45, 212, 191, 0.25) 0,
      transparent 55%
    ),
    radial-gradient(
      circle at top right,
      rgba(129, 140, 248, 0.23) 0,
      transparent 55%
    ),
    #020617;
}

/* hero arka plan görseli */

.main-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 55%,
      rgba(255, 255, 255, 0.7) 100%
    ),
    url("../images/herobg.webp");
  background-size: cover;
  background-position: left top;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.main-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--turquoise);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(45, 212, 191, 0.4);
  margin-bottom: 12px;
}

.eyebrow i {
  color: #facc15;
}

.main-hero__content h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #f9fafb;
}

.main-hero__content p {
  margin: 0 0 18px;
  color: #cbd5f5;
  max-width: 480px;
}

.main-hero__actions {
  display: flex;
  gap: 12px;
}

/* Giriş animasyonları */

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeFromRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Sol blok: sırayla gelsin */

.main-hero__content > * {
  opacity: 0;
  animation: heroFadeUp 0.7s ease forwards;
}

.main-hero__content > *:nth-child(1) {
  animation-delay: 0.1s;
}
.main-hero__content > *:nth-child(2) {
  animation-delay: 0.25s;
}
.main-hero__content > *:nth-child(3) {
  animation-delay: 0.4s;
}
.main-hero__content > *:nth-child(4) {
  animation-delay: 0.55s;
}

/* Sağ slider sağdan kayarak gelsin */

.main-hero__visual {
  opacity: 0;
  animation: heroFadeFromRight 0.7s ease 0.35s forwards;
}

/* ========================================================================
   [HOMEPAGE] HERO SLIDER
   ===================================================================== */

.main-hero__visual {
  position: relative;
}

.hero-slider {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #020617;
  box-shadow: var(--shadow-soft);
  z-index: 2;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.hero-slide__badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hero-slide__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  color: #f9fafb;
  backdrop-filter: blur(6px);
}

.hero-slide__badge--discount {
  border: 1px solid rgba(248, 113, 113, 0.85);
}

.hero-slide__badge--cert {
  border: 1px solid rgba(52, 211, 153, 0.85);
}

.hero-slide__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #e5e7eb;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.92),
    rgba(15, 23, 42, 0.1)
  );
}

/* Slider okları & noktalar */

.hero-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.85);
  color: #e5e7eb;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.5);
  z-index: 3;
}

.hero-slider__nav--prev {
  left: 10px;
}
.hero-slider__nav--next {
  right: 10px;
}

.hero-slider__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.hero-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(148, 163, 184, 0.7);
  cursor: pointer;
  transition: all 0.18s ease;
}

.hero-slider__dot.is-active {
  width: 22px;
  background: var(--turquoise);
}

/* ========================================================================
   [HOMEPAGE] GENEL SECTION
   ===================================================================== */

.section {
  padding: 40px 0;
}

.section-header {
  margin-bottom: 18px;
}

.section-header h2 {
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: #f9fafb;
}

.section-header h2 i {
  color: var(--turquoise);
  margin-right: 8px;
}

.section-header p {
  margin: 0;
  color: #cbd5f5;
  max-width: 520px;
}

.section-header--center {
  text-align: center;
}

.section-header--center p {
  margin-left: auto;
  margin-right: auto;
}

/* ========================================================================
   [HOMEPAGE] KAMPANYALI ÜRÜNLER
   ===================================================================== */

.section-products {
  background: #020617;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.product-card {
  position: relative;
  background: #020617;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(30, 64, 175, 0.6);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  cursor: pointer;
}

.product-media {
  position: relative;
  overflow: hidden;
}

.product-media__slider img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.25s ease;
}

.product-media__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
}

.badge--discount i {
  color: #facc15;
}
.badge--cert i {
  color: #4ade80;
}

/* Kart hover: gradient arka plan, kart tek parça görünür */

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.75);
  background: linear-gradient(
    135deg,
    rgba(76, 29, 149, 1) 0%,
    rgba(30, 64, 175, 1) 50%,
    rgba(8, 145, 178, 1) 100%
  );
}

.product-card:hover .product-media__slider img {
  transform: scale(1.06);
}

.product-body {
  padding: 12px 12px 14px;
  background: transparent;
  transition: padding 0.25s ease;
}

/* Hover’da gövde yukarı UZAR, alt div’e yapışık kalır (renk kırığı yok) */

.product-card:hover .product-body {
  padding-top: 18px;
  padding-bottom: 16px;
}

/* Başlık: ince kontur */

.product-title {
  font-size: 0.9rem;
  margin: 0 0 4px;
}

.product-meta {
  margin: 0 0 4px;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.product-extra {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.product-extra i {
  margin-right: 5px;
  color: var(--turquoise);
}

.product-prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.product-price--new {
  font-weight: 700;
  color: #f17f7f;
  font-size: 1rem;
}

.product-price--old {
  font-size: 0.9rem;
  color: #64748b;
  text-decoration: line-through;
}

.product-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border-radius: 999px;
}

.status.in-stock {
  background: rgba(22, 163, 74, 0.15);
  color: #bbf7d0;
}

.status.delivery {
  background: rgba(56, 189, 248, 0.1);
  color: #bfdbfe;
}

/* Ürün incele butonu */

.product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.3rem 0.6rem;
  border-radius: 15px;
  background: #dc2626;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  margin-top: 0.6rem;
  border: 0;
  box-shadow: 0 8px 24px rgba(248, 113, 113, 0.45);
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
  font-size: 14px;
}

.product-link i {
  font-size: 0.85rem;
}

.product-link:hover {
  background: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(127, 29, 29, 0.8);
}

/* ========================================================================
   [HOMEPAGE] SAYAÇ (PARALLAX)
   ===================================================================== */

.section-stats {
  position: relative;
  background-image: url("../images/parallax2.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-stats__overlay {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.93),
    rgba(15, 23, 42, 0.88)
  );
  padding: 40px 0;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat-item {
  text-align: center;
  background: rgba(15, 23, 42, 0.85);
  border-radius: var(--radius-lg);
  padding: 18px 10px 16px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at top,
    var(--turquoise) 0,
    rgba(56, 189, 248, 0.05) 55%
  );
  color: #020617;
}

.stat-icon i {
  font-size: 1.2rem;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #f97373;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.9rem;
  color: #e5e7eb;
}

/* ========================================================================
   [HOMEPAGE] PROJE & KONSEPT (PARALLAX)
   ===================================================================== */

.section-parc {
  position: relative;
  background-image: url("../images/parallax1.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.section-parc__overlay {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(49, 46, 129, 0.92)
  );
  padding: 40px 0;
}

.section-parc__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
}

.parc-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.parc-tile a {
  display: block;
  text-decoration: none;
  color: #f9fafb;
}

.parc-tile__cover {
  border-radius: var(--radius-md);
  height: 180px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.parc-tile h3 {
  margin: 8px 0 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.parc-tile:hover .parc-tile__cover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.9);
}

.section-parc__text h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  color: #f9fafb;
}

.section-parc__text p {
  margin: 0 0 8px;
  color: #e0e7ff;
}

.section-parc__bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.section-parc__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.96rem;
  color: #e5e7eb;
}

.section-parc__bullets i {
  margin-top: 3px;
  color: #4ade80;
}

/* ========================================================================
   [HOMEPAGE] SSS
   ===================================================================== */

.section-faq {
  background: #020617;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: flex-start;
}

.faq-intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-intro__image {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.faq-intro__image img {
  width: 100%;
  display: block;
  box-shadow: var(--shadow-sm);
}

.faq-intro h2 {
  font-size: 1.6rem;
  margin: 0 0 10px;
  color: #f9fafb;
}

.faq-intro h2 i {
  margin-right: 8px;
  color: var(--turquoise);
}

.faq-intro p {
  margin: 0 0 8px;
  color: #cbd5f5;
}

.faq-intro__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.faq-intro__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e5e7eb;
  font-size: 0.96rem;
}

.faq-intro__list i {
  color: #fde047;
}

.faq-accordion {
  background: #020617;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(51, 65, 85, 0.9);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid rgba(30, 64, 175, 0.6);
}

.faq-question {
  width: 100%;
  padding: 12px 16px;
  background: #020617;
  color: #e5e7eb;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.98rem;
  cursor: pointer;
}

.faq-question span strong {
  color: #1d4ed8;
}

.faq-question i {
  margin-left: 10px;
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition:
    max-height 0.22s ease,
    padding-bottom 0.22s ease,
    padding-top 0.22s ease;
  background: #020617;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  padding-bottom: 12px;
  padding-top: 4px;
}

.faq-answer p {
  margin: 0;
  color: #cbd5f5;
  font-size: 0.96rem;
}

/* ========================================================================
   [MOBILE OVERLAY MENÜ] (hamburger ile açılan tam ekran menü)
   ===================================================================== */

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, #4c1d95 0, #020617 55%);
  color: #e5e7eb;
  z-index: 200;
  display: none;
  flex-direction: column;
}

.mobile-menu-overlay.is-open {
  display: flex;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.mobile-menu-logo img {
  height: 42px;
  max-height: 42px;
}

.mobile-menu-close {
  background: transparent;
  border: 0;
  color: #e5e7eb;
  font-size: 1.4rem;
  cursor: pointer;
}

/* İçerik: uzun sayfa gibi, kaydırılabilir */

.mobile-menu-body {
  flex: 1;
  padding: 14px 16px 20px;
  display: flex;
  gap: 16px;
  overflow-y: auto;
}

/* Sol: normal menü */

.mobile-menu-main {
  flex: 1;
  border-right: 1px solid rgba(148, 163, 184, 0.35); /* ortadaki çizgi */
  padding-right: 12px;
}

.mobile-menu-section-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #a5b4fc;
  margin-bottom: 8px;
}

.mobile-menu-main-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-main-list li {
  margin-bottom: 8px;
}

.mobile-menu-main-list a {
  display: block;
  padding: 6px 0;
  color: #e5e7eb;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
}

.mobile-menu-main-list a:hover {
  color: #38bdf8;
}

/* Sağ: kategoriler + detay */

.mobile-menu-cats {
  flex: 1;
  min-width: 0;
}

/* İki paneli yan yana tutan iç wrap */

.mobile-menu-cats-inner {
  display: flex;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

/* Liste ve detay panelleri %50 genişlikte */

.mobile-menu-cats-list-wrap,
.mobile-menu-cat-detail-wrap {
  width: 50%;
  padding-left: 12px;
}

/* Liste paneli */

.mobile-menu-cats-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-cat-btn {
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border-radius: 8px;
  border: 0;
  background: rgba(15, 23, 42, 0.7);
  color: #e5e7eb;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 1rem; /* daha büyük */
  font-weight: 700; /* kalın yazı */
  display: flex;
  align-items: center;
  gap: 8px;
}

/* kategori ikonları: görünür, belirgin */
.mobile-menu-cat-btn i {
  display: inline-block;
  width: 22px;
  text-align: center;
  font-size: 1.1rem;
  color: #facc15;
  flex-shrink: 0;
}

.mobile-menu-cat-btn:hover {
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
}

/* Detay paneli */

.mobile-menu-cat-detail-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.mobile-menu-back {
  border-radius: 999px;
  border: 0;
  background: rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-menu-cat-detail-title {
  font-weight: 600;
  font-size: 0.9rem;
}

/* Alt kategori gövdesi: 2'li grid, beyaz kart, scroll + sağ boşluk */
.mobile-menu-cat-detail-body {
  font-size: 0.9rem;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
  padding-right: 8px; /* scrollbar sağda karta yapışmasın */
}

/* Burada mega menüden aynen kopyalanan içerik 2 sütun grid’e dönüyor */
/* Mobil alt kategoriler için grid:
   - 0–480px: 3'lü grid
   - 481–768px: 4'lü grid
*/
@media (max-width: 480px) {
  .mobile-menu-cat-detail-body .mega-panel__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3'lü grid */
    gap: 10px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .mobile-menu-cat-detail-body .mega-panel__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4'lü grid */
    gap: 10px;
  }
}

.mobile-menu-cat-detail-body .mega-tile {
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.15);
}

.mobile-menu-cat-detail-body .mega-tile__thumb {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
}

.mobile-menu-cat-detail-body .mega-tile__thumb img {
  width: 90%;
  height: 80px; /* sabit yükseklik */
  object-fit: cover;
}

.mobile-menu-cat-detail-body .mega-tile__title {
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  color: #111827;
  margin-top: 4px;
}

/* Kategori detay görünürken KAYMA:
   - sol site menüsü gizlensin
   - kategori alanı tam genişlik alsın
   - içteki wrapper -50% kayarak tüm ekranı doldursun */
.mobile-menu-overlay.show-cat-detail .mobile-menu-main {
  display: none;
}
.mobile-menu-overlay.show-cat-detail .mobile-menu-cats {
  flex: 1 1 100%;
}
.mobile-menu-overlay.show-cat-detail .mobile-menu-cats-inner {
  transform: translateX(-50%);
}

/* Büyük ekranlarda overlay gizli ama kod dursun */
@media (min-width: 993px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}

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

@media (max-width: 992px) {
  .main-hero {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-parc__content {
    grid-template-columns: 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .category-item .mega-panel {
    position: static;
    transform: none !important;
    width: 100%;
    box-shadow: none;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  /* Top header mobil:
     - sadece ilk “3000+ şişme ürün” kalsın
     - sağda dil + tel */
  .top-header__inner {
    flex-wrap: wrap;
  }
  .top-header__left {
    flex: 1;
    justify-content: flex-start;
  }
  .top-header__left span:not(:first-child) {
    display: none;
  }

  .header__inner {
    flex-wrap: nowrap;
  }

  .nav-toggle {
    display: flex;
  }

  /* Normal main-nav mobilde görünmesin, sadece overlay kullanılacak */
  .main-nav {
    display: none !important;
  }

  /* Kategori barı mobilde gizle */
  .category-nav {
    display: none;
  }

  /* Ürün kartları mobilde daha büyük / uzun */
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    border-radius: 22px;
  }
  .product-media__slider img {
    height: 260px; /* resim daha büyük */
  }
  .product-body {
    padding: 16px 16px 18px;
  }
  .product-title {
    font-size: 1.2rem;
  }
  .product-meta,
  .product-extra {
    font-size: 1rem;
  }
  .product-price--new {
    font-size: 1.2rem;
  }
  .product-link {
    font-size: 1.02rem;
    padding: 0.55rem 1.15rem;
  }

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  .stats-row {
    grid-template-columns: 1fr;
  }
  .footer__inner {
    grid-template-columns: 1fr;
  }

  /* Mobil menü gövdesi küçük ekranda da yan yana kalsın */
  .mobile-menu-body {
    flex-direction: row;
  }
  .mobile-menu-main {
    border-right: 1px solid rgba(148, 163, 184, 0.35);
    padding-right: 12px;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
/* =====================================================================
   SSS SAYFASI — HERO BAŞLIK
   ===================================================================== */

.section-page-hero.section-faq-hero {
  padding-top: 22px;
  padding-bottom: 20px;
  background: #020617;
  border-bottom: 1px solid rgba(30, 64, 175, 0.65);
}

.section-page-hero.section-faq-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 8px;
}

.section-page-hero.section-faq-hero .breadcrumb a {
  color: #93c5fd;
  text-decoration: none;
}

.section-page-hero.section-faq-hero .breadcrumb a:hover {
  color: #bfdbfe;
}

.section-page-hero.section-faq-hero .breadcrumb span:last-child {
  color: #e5e7eb;
  font-weight: 500;
}

.section-page-hero__head h1 {
  margin: 0 0 6px;
  font-size: 1.7rem;
  color: #f9fafb;
}

.section-page-hero__head p {
  margin: 0;
  max-width: 640px;
  font-size: 0.96rem;
  color: #cbd5f5;
}

@media (max-width: 640px) {
  .section-page-hero__head h1 {
    font-size: 1.45rem;
  }
}
/* =====================================================================
   SERTİFİKALAR SAYFASI
   ===================================================================== */

.section-page-hero.section-cert-hero {
  padding-top: 22px;
  padding-bottom: 20px;
  background: #020617;
  border-bottom: 1px solid rgba(30, 64, 175, 0.55);
}

.section-page-hero.section-cert-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 8px;
}

.section-page-hero.section-cert-hero .breadcrumb a {
  color: #93c5fd;
  text-decoration: none;
}

.section-page-hero.section-cert-hero .breadcrumb a:hover {
  color: #bfdbfe;
}

.section-page-hero.section-cert-hero .breadcrumb span:last-child {
  color: #e5e7eb;
  font-weight: 500;
}

.section-page-hero.section-cert-hero .section-page-hero__head h1 {
  margin: 0 0 6px;
  font-size: 1.7rem;
  color: #f9fafb;
}

.section-page-hero.section-cert-hero .section-page-hero__head p {
  margin: 0;
  max-width: 640px;
  font-size: 0.96rem;
  color: #cbd5f5;
}

/* Sertifika grid alanı */
.section-certificates {
  padding-top: 26px;
  padding-bottom: 40px;
}

.section-certificates__intro {
  max-width: 720px;
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 18px;
}

.section-certificates__intro strong {
  color: #1d4ed8;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.cert-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.09);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cert-card__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
}

.cert-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cert-card__caption {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #111827;
}

@media (max-width: 640px) {
  .section-page-hero.section-cert-hero .section-page-hero__head h1 {
    font-size: 1.45rem;
  }
}
/* =====================================================================
   REFERANSLAR SAYFASI
   ===================================================================== */

.section-page-hero.section-ref-hero {
  padding-top: 22px;
  padding-bottom: 20px;
  background: #020617;
  border-bottom: 1px solid rgba(30, 64, 175, 0.55);
}

.section-page-hero.section-ref-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 8px;
}

.section-page-hero.section-ref-hero .breadcrumb a {
  color: #93c5fd;
  text-decoration: none;
}

.section-page-hero.section-ref-hero .breadcrumb a:hover {
  color: #bfdbfe;
}

.section-page-hero.section-ref-hero .breadcrumb span:last-child {
  color: #e5e7eb;
  font-weight: 500;
}

.section-page-hero.section-ref-hero .section-page-hero__head h1 {
  margin: 0 0 6px;
  font-size: 1.7rem;
  color: #f9fafb;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-page-hero.section-ref-hero .section-page-hero__head h1 i {
  color: #facc15;
}

.section-page-hero.section-ref-hero .section-page-hero__head p {
  margin: 0;
  max-width: 680px;
  font-size: 0.96rem;
  color: #cbd5f5;
}

.section-references {
  padding-top: 26px;
  padding-bottom: 42px;
  background: #f9fafb;
}

.ref-item {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  padding: 18px 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  column-gap: 26px;
  row-gap: 16px;
  margin-bottom: 22px;
}

.ref-item__left {
  border-right: 1px dashed rgba(148, 163, 184, 0.6);
  padding-right: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ref-logo {
  width: 140px;
  max-width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  padding: 10px 12px;
}

.ref-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ref-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin: 6px 0 0;
}

.ref-location {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 2px 0 0;
}

.ref-location i {
  color: #1d4ed8;
  margin-right: 5px;
}

.ref-note {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 6px 0 0;
}

.ref-item__right {
  display: flex;
  align-items: stretch;
}

.ref-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

@media (max-width: 900px) {
  .ref-item {
    grid-template-columns: 1fr;
  }
  .ref-item__left {
    border-right: none;
    border-bottom: 1px dashed rgba(148, 163, 184, 0.6);
    padding-right: 0;
    padding-bottom: 10px;
  }
  .ref-gallery {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}

.ref-thumb {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.ref-thumb__inner {
  display: block;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.6);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  position: relative;
}

.ref-thumb__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(236, 72, 153, 0.08)
  );
  opacity: 0;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.ref-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transform: scale(1.01);
  transition: transform 0.18s ease;
}

.ref-thumb:hover img {
  transform: scale(1.04);
}

.ref-thumb:hover .ref-thumb__inner::after {
  opacity: 1;
}

/* LIGHTBOX — REFERANSLAR */
.ref-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.ref-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ref-lightbox__inner {
  max-width: 92vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ref-lightbox__img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  background: #020617;
}

.ref-lightbox__caption {
  max-width: 85vw;
  font-size: 0.9rem;
  color: #e5e7eb;
  text-align: center;
}

.ref-lightbox__close {
  position: fixed;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.8);
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.ref-lightbox__close i {
  font-size: 1.2rem;
}

.ref-lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.75);
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.ref-lightbox__nav--prev {
  left: 18px;
}

.ref-lightbox__nav--next {
  right: 18px;
}

.ref-lightbox__nav i {
  font-size: 1.3rem;
}

@media (max-width: 640px) {
  .section-page-hero.section-ref-hero .section-page-hero__head h1 {
    font-size: 1.45rem;
  }
  .ref-lightbox__nav {
    width: 34px;
    height: 34px;
  }
  .ref-lightbox__close {
    width: 34px;
    height: 34px;
  }
}
.ref-lightbox__media {
  position: relative;
}

.ref-lightbox__caption-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  max-width: 80%;
}

.ref-lightbox__caption-title,
.ref-lightbox__caption-desc {
  color: #fff;
  font-weight: 700;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ref-lightbox__caption-title {
  font-size: 1.4rem;
}

.ref-lightbox__caption-desc {
  font-size: 1rem;
  margin-top: 4px;
}
.ref-lightbox__media {
  position: relative;
}

.ref-lightbox__caption-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  max-width: 80%;
}

.ref-lightbox__caption-title,
.ref-lightbox__caption-desc {
  color: #fff;
  font-weight: 700;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.ref-lightbox__caption-title {
  font-size: 1.4rem;
}

.ref-lightbox__caption-desc {
  font-size: 1rem;
  margin-top: 4px;
}
/* HERO SLIDER FULL WIDTH */
.main-hero-wrap {
  padding: 18px 0 24px;
}

.main-hero.main-hero--full {
  display: block;
}

.hero-slider--full {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* Slaytlar üst üste, sadece aktif olan görünsün */
.hero-slider--full .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hero-slider--full .hero-slide.is-active {
  position: relative;
  opacity: 1;
}

/* Resim tam genişlik, yükseklik sabit, ortadan kırpılsın */
.hero-slider--full .hero-slide img {
  width: 100%;
  height: 460px; /* İstersen 380–480px arası oynayabilirsin */
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Ürün kartı: stok satırı + altındaki rozetler için düzen */
.product-card .product-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
}

/* Stok satırının ALTINDA, alt alta görünen rozetler */
.product-card .product-flags {
  margin-top: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

/* Başlık rengi: kavun içi tonu */
.product-card .product-title a {
  color: #ffb347; /* kavun içi */
}
.product-card .product-title a:hover {
  color: #ff9800; /* biraz daha koyu tonu */
}
