/*
Theme Name: Deep Hook Dynamics
Description: Deep Hook Dynamics - Profesyonel Balık Yemi Mağazası
Version: 3.0.0
Author: Sosyal İşler Plus Medya Ajansı
Author URI: https://socialworks.com.tr
Text Domain: dhd
*/

/* ═══════════════════════════════════════
   CSS DEĞİŞKENLERİ
═══════════════════════════════════════ */
:root {
  --navy:    #0a1628;
  --navy2:   #0d1f3c;
  --navy3:   #112244;
  --teal:    #00c9b8;
  --teal2:   #00b5a5;
  --gold:    #f5a623;
  --gold2:   #e09510;
  --white:   #ffffff;
  --text:    #2d3748;
  --text2:   #4a5568;
  --border:  #e2e8f0;
  --bg:      #f7f9fc;
  --red:     #e53e3e;
  --green:   #38a169;
}

/* ═══════════════════════════════════════
   RESET & TEMEL
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Open Sans', -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 110px;
}
.admin-bar body { padding-top: 142px; }
.admin-bar .site-header { top: 32px; }
@media(max-width:782px) {
  .admin-bar body { padding-top: 156px; }
  .admin-bar .site-header { top: 46px; }
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
h1,h2,h3,h4 { margin: 0 0 .5em; line-height: 1.2; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 16px; }

/* ═══════════════════════════════════════
   HEADER — 3 KATMANLI
═══════════════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

/* Üst bant */
.header-topbar {
  background: var(--navy);
  padding: 6px 0;
  font-size: 12px;
  color: rgba(255,255,255,.75);
}
.header-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar-left { display: flex; align-items: center; gap: 20px; }
.topbar-left a { color: rgba(255,255,255,.75); font-size: 12px; display: flex; align-items: center; gap: 5px; }
.topbar-left a:hover { color: var(--teal); }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-right a { color: rgba(255,255,255,.75); font-size: 12px; }
.topbar-right a:hover { color: var(--teal); }

/* Orta: Logo + Arama */
.header-main {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}
.header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-logo img { height: 52px; width: auto; object-fit: contain; }
.dhd-logo-text { line-height: 1; }
.dhd-logo-text .l-main {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: var(--navy);
  letter-spacing: 1px;
}
.dhd-logo-text .l-sub {
  display: block;
  font-size: .6rem;
  color: var(--teal);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header-search {
  flex: 1;
  max-width: 520px;
  display: flex;
}
.header-search input {
  flex: 1;
  padding: 10px 16px;
  border: 2px solid var(--border);
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 13px;
  outline: none;
  transition: border-color .2s;
  font-family: inherit;
}
.header-search input:focus { border-color: var(--teal); }
.header-search input::placeholder { color: #a0aec0; }
.header-search button {
  padding: 10px 20px;
  background: var(--teal);
  color: var(--white);
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  transition: background .2s;
  font-family: inherit;
}
.header-search button:hover { background: var(--teal2); }
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.btn-pdf-header {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold); color: #fff;
  font-weight: 700; font-size: 12px;
  padding: 8px 14px; border-radius: 6px;
  white-space: nowrap; transition: background .2s;
}
.btn-pdf-header:hover { background: var(--gold2); color: #fff; }
.btn-wa-header {
  display: inline-flex; align-items: center; gap: 6px;
  background: #25d366; color: #fff;
  font-weight: 700; font-size: 12px;
  padding: 8px 14px; border-radius: 6px;
  white-space: nowrap; transition: background .2s;
}
.btn-wa-header:hover { background: #1ebe5a; color: #fff; }

/* Alt nav */
.header-nav { background: var(--navy2); }
.header-nav .container { display: flex; align-items: center; }
.primary-nav { display: flex; list-style: none; margin: 0; padding: 0; }
.primary-nav > li > a {
  display: block;
  color: rgba(255,255,255,.85);
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  white-space: nowrap;
}
.primary-nav > li > a:hover,
.primary-nav > li.current-menu-item > a,
.primary-nav > li.current_page_item > a { color: var(--teal); background: rgba(255,255,255,.06); }
.primary-nav > li.nav-urun > a { color: var(--teal); }
.nav-toggle { display: none; background: none; border: none; color: var(--white); cursor: pointer; padding: 10px 16px; font-size: 1.2rem; }
.mobile-nav { display: none; background: var(--navy2); border-top: 1px solid rgba(255,255,255,.1); }
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav li { border-bottom: 1px solid rgba(255,255,255,.06); }
.mobile-nav a { display: block; color: rgba(255,255,255,.85); padding: 12px 20px; font-size: 14px; font-weight: 600; }
.mobile-actions { padding: 12px 16px; display: flex; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }

/* ═══════════════════════════════════════
   BUTONLAR
═══════════════════════════════════════ */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--teal); color: var(--white);
  font-weight: 700; font-size: 13px;
  padding: 10px 22px; border-radius: 6px;
  border: none; cursor: pointer; transition: all .2s;
  font-family: inherit; white-space: nowrap; text-decoration: none;
}
.btn-primary:hover { background: var(--teal2); transform: translateY(-1px); color: var(--white); }
.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: transparent; color: var(--navy);
  font-weight: 700; font-size: 13px;
  padding: 10px 22px; border-radius: 6px;
  border: 2px solid var(--navy); cursor: pointer; transition: all .2s;
  font-family: inherit; white-space: nowrap; text-decoration: none;
}
.btn-secondary:hover { background: var(--navy); color: var(--white); }
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--gold); color: var(--white);
  font-weight: 700; font-size: 13px;
  padding: 10px 22px; border-radius: 6px;
  border: none; cursor: pointer; transition: all .2s;
  font-family: inherit; white-space: nowrap; text-decoration: none;
}
.btn-gold:hover { background: var(--gold2); color: var(--white); }

/* ═══════════════════════════════════════
   HERO BANNER
═══════════════════════════════════════ */
.hero-banner {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  min-height: 420px;
  display: flex;
  align-items: center;
}
.hero-video-wrap {
  position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none;
}
.hero-video-wrap iframe {
  position: absolute; top: 50%; left: 50%;
  width: 177.78vh; min-width: 100%;
  height: 56.25vw; min-height: 100%;
  transform: translate(-50%,-50%); border: none;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, rgba(10,22,40,.92) 0%, rgba(10,22,40,.7) 50%, rgba(10,22,40,.3) 100%);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, #080f1e 0%, var(--navy) 50%, var(--navy3) 100%);
}
.hero-bg::before {
  content: ''; position: absolute;
  top: -100px; right: -80px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,201,184,.1), transparent 70%);
  border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; padding: 60px 0; max-width: 600px; }
.hero-eyebrow {
  display: inline-block; margin-bottom: 14px;
  background: rgba(0,201,184,.15); border: 1px solid rgba(0,201,184,.3);
  color: var(--teal); padding: 4px 14px; border-radius: 20px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
}
.hero-content h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1; color: var(--white); margin: 0 0 16px;
}
.hero-content h1 span { color: var(--teal); }
.hero-sub { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.7; max-width: 480px; margin: 0 0 28px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.hero-stat strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--teal); line-height: 1; }
.hero-stat span { display: block; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }

/* ═══════════════════════════════════════
   KATEGORİ BARI
═══════════════════════════════════════ */
.category-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 14px 0; }
.category-bar .container { display: flex; gap: 6px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.category-bar .container::-webkit-scrollbar { display: none; }
.cat-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 8px; cursor: pointer;
  transition: all .2s; white-space: nowrap; text-decoration: none;
  border: 1px solid var(--border); flex-shrink: 0; min-width: 80px;
}
.cat-item:hover, .cat-item.active { background: var(--teal); border-color: var(--teal); }
.cat-item:hover .cat-icon, .cat-item.active .cat-icon { filter: brightness(10); }
.cat-item:hover .cat-name, .cat-item.active .cat-name { color: var(--white); }
.cat-icon { font-size: 1.6rem; line-height: 1; }
.cat-name { font-size: 11px; font-weight: 700; color: var(--text); text-align: center; }

/* ═══════════════════════════════════════
   SECTION BAŞLIKLARI
═══════════════════════════════════════ */
.section-title-bar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 20px; padding-bottom: 10px;
  border-bottom: 2px solid var(--teal);
}
.section-title-bar h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem; color: var(--navy); margin: 0;
  display: flex; align-items: center; gap: 8px;
}
.section-title-bar h2::before { content: ''; display: block; width: 4px; height: 24px; background: var(--teal); border-radius: 2px; }
.section-title-bar a { color: var(--teal); font-size: 12px; font-weight: 700; }
.section-title-bar a:hover { color: var(--teal2); }

/* ═══════════════════════════════════════
   ÜRÜN KART — Referans siteye benzer
═══════════════════════════════════════ */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.products-grid-5 { grid-template-columns: repeat(5, 1fr); }
.products-grid-4 { grid-template-columns: repeat(4, 1fr); }

.product-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  display: flex; flex-direction: column;
  position: relative;
}
.product-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.12); transform: translateY(-3px); }
.pc-img {
  position: relative; height: 180px; overflow: hidden;
  background: #f8fafc; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.product-card:hover .pc-img img { transform: scale(1.05); }
.pc-img .no-img { font-size: 3.5rem; opacity: .2; }
.dhd-badge {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  padding: 2px 8px; border-radius: 4px;
  font-size: 10px; font-weight: 700; text-transform: uppercase; color: var(--white);
}
.pc-body { padding: 12px; display: flex; flex-direction: column; flex: 1; }
.pc-cat { color: var(--teal); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.pc-body h3 { margin: 0 0 6px; font-size: 13px; font-weight: 700; line-height: 1.35; }
.pc-body h3 a { color: var(--text); }
.pc-body h3 a:hover { color: var(--teal); }
.pc-specs-mini { display: flex; gap: 8px; margin-bottom: 6px; flex-wrap: wrap; }
.pc-specs-mini span { font-size: 10px; color: var(--text2); background: var(--bg); padding: 2px 6px; border-radius: 3px; }
.pc-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--navy); margin: auto 0 10px; }
.pc-price span { font-size: .7rem; font-family: 'Open Sans', sans-serif; font-weight: 600; color: var(--text2); }
.pc-footer { display: flex; gap: 8px; }
.btn-shopier-card {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
  background: var(--teal); color: var(--white);
  font-weight: 700; font-size: 11px; padding: 8px 10px; border-radius: 5px;
  text-decoration: none; transition: background .2s; text-align: center;
}
.btn-shopier-card:hover { background: var(--teal2); color: var(--white); }
.btn-detail-card {
  display: flex; align-items: center; justify-content: center;
  background: var(--bg); color: var(--text2);
  border: 1px solid var(--border); font-size: 11px; font-weight: 600;
  padding: 8px 12px; border-radius: 5px; text-decoration: none; transition: all .2s;
}
.btn-detail-card:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.stok-yok-overlay {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,.7); display: flex; align-items: center; justify-content: center; z-index: 3;
}
.stok-yok-overlay span { background: var(--red); color: #fff; padding: 6px 16px; border-radius: 4px; font-weight: 700; font-size: 12px; }

/* ═══════════════════════════════════════
   BLOG KART
═══════════════════════════════════════ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: box-shadow .2s; }
.blog-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.bc-img { height: 180px; overflow: hidden; background: var(--bg); }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.blog-card:hover .bc-img img { transform: scale(1.04); }
.bc-body { padding: 14px; }
.bc-cat { display: inline-block; background: var(--teal); color: var(--white); font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 3px; margin-bottom: 8px; text-decoration: none; }
.bc-body h3 { font-size: 13px; font-weight: 700; margin: 0 0 8px; line-height: 1.4; }
.bc-body h3 a { color: var(--text); }
.bc-body h3 a:hover { color: var(--teal); }
.bc-meta { font-size: 11px; color: var(--text2); margin-bottom: 8px; }
.bc-body p { font-size: 12px; color: var(--text2); line-height: 1.6; margin: 0 0 10px; }
.read-more { color: var(--teal); font-size: 11px; font-weight: 700; text-transform: uppercase; }

/* ═══════════════════════════════════════
   PROMO BANNER
═══════════════════════════════════════ */
.promo-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%);
  border-radius: 10px; padding: 32px 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; margin: 28px 0; flex-wrap: wrap;
  position: relative; overflow: hidden;
}
.promo-banner::after {
  content: '🎣'; position: absolute; right: 160px; top: 50%; transform: translateY(-50%);
  font-size: 5rem; opacity: .08;
}
.promo-content h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--white); margin: 0 0 6px; }
.promo-content p { color: rgba(255,255,255,.7); margin: 0; font-size: 13px; }
.promo-badge { background: var(--teal); color: var(--white); padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; margin-bottom: 8px; display: inline-block; }

/* ═══════════════════════════════════════
   PAGE HERO (İç sayfalar)
═══════════════════════════════════════ */
.page-hero { background: var(--navy); padding: 28px 0; margin-bottom: 28px; }
.page-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--white); margin: 6px 0 6px; }
.page-hero p { color: rgba(255,255,255,.6); max-width: 520px; font-size: 13px; margin: 0; }
.breadcrumb { display: flex; align-items: center; gap: 4px; font-size: 11px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.5); }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb span { color: rgba(255,255,255,.8); }
.breadcrumb .sep { color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════
   FILTER BAR
═══════════════════════════════════════ */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-btn {
  padding: 6px 16px; background: var(--white); color: var(--text2);
  border: 1px solid var(--border); border-radius: 20px;
  cursor: pointer; font-size: 12px; font-weight: 600;
  transition: all .2s; font-family: inherit;
}
.filter-btn.active, .filter-btn:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }

/* ═══════════════════════════════════════
   ÜRÜN DETAY SAYFASI
═══════════════════════════════════════ */
.product-detail { display: grid; grid-template-columns: 480px 1fr; gap: 40px; padding: 28px 0 40px; align-items: start; }
.gallery-main {
  border: 1px solid var(--border); border-radius: 8px;
  overflow: hidden; background: var(--white);
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
}
.gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; transition: opacity .15s; }
.gallery-thumbs { display: flex; gap: 8px; flex-wrap: wrap; }
.g-thumb { width: 72px; height: 72px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid var(--border); transition: border-color .2s; flex-shrink: 0; }
.g-thumb.active, .g-thumb:hover { border-color: var(--teal); }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info-box { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 24px; }
.product-info-box .pi-cat { color: var(--teal); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.product-info-box h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--navy); margin: 0 0 12px; line-height: 1.1; }
.product-info-box .pi-price { font-family: 'Bebas Neue', sans-serif; font-size: 2.2rem; color: var(--navy); margin-bottom: 14px; }
.product-info-box .pi-price sup { font-size: 1rem; font-family: 'Open Sans', sans-serif; color: var(--text2); }
.product-info-box .pi-desc { color: var(--text2); font-size: 13px; line-height: 1.7; margin-bottom: 18px; }
.specs-table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.specs-table tr { border-bottom: 1px solid var(--border); }
.specs-table td { padding: 8px 10px; font-size: 12px; }
.specs-table td:first-child { color: var(--text2); width: 40%; font-weight: 600; }
.specs-table td:last-child { color: var(--text); font-weight: 700; }
.tags-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tag-fish { background: rgba(0,201,184,.1); border: 1px solid rgba(0,201,184,.25); color: var(--teal); padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.tag-color { background: rgba(245,166,35,.1); border: 1px solid rgba(245,166,35,.2); color: var(--gold2); padding: 3px 10px; border-radius: 20px; font-size: 11px; }
.stok-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; padding: 6px 12px; border-radius: 5px; margin-bottom: 16px; font-weight: 600; }
.stok-stokta { background: rgba(56,161,105,.1); color: var(--green); border: 1px solid rgba(56,161,105,.2); }
.stok-sinirli { background: rgba(245,166,35,.1); color: var(--gold2); border: 1px solid rgba(245,166,35,.2); }
.stok-yok { background: rgba(229,62,62,.1); color: var(--red); border: 1px solid rgba(229,62,62,.2); }
.buy-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.buy-actions .btn-shopier-big {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--teal); color: var(--white); font-weight: 700; font-size: 14px;
  padding: 14px 24px; border-radius: 7px; text-decoration: none; transition: background .2s;
}
.buy-actions .btn-shopier-big:hover { background: var(--teal2); color: var(--white); }
.buy-actions .btn-wa-product {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: #25d366; color: var(--white); font-weight: 700; font-size: 13px;
  padding: 14px 18px; border-radius: 7px; text-decoration: none; transition: background .2s;
}
.buy-actions .btn-wa-product:hover { background: #1ebe5a; color: var(--white); }

/* Tabs */
.tabs-nav { display: flex; border-bottom: 2px solid var(--border); margin: 30px 0 20px; overflow-x: auto; }
.tab-btn {
  padding: 10px 20px; background: none; border: none; border-bottom: 2px solid transparent;
  color: var(--text2); cursor: pointer; font-size: 13px; font-weight: 700;
  white-space: nowrap; transition: all .2s; font-family: inherit; margin-bottom: -2px;
}
.tab-btn.active, .tab-btn:hover { color: var(--teal); border-bottom-color: var(--teal); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-panel { color: var(--text); font-size: 13px; line-height: 1.8; }
.tab-panel h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--navy); }
.tips-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.tips-list li { display: flex; gap: 10px; align-items: flex-start; padding: 10px 14px; background: rgba(0,201,184,.06); border: 1px solid rgba(0,201,184,.15); border-radius: 6px; font-size: 13px; }
.tips-list li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }

/* ═══════════════════════════════════════
   HAKKIMIZDA
═══════════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 48px 0; }
.about-text h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--navy); margin: 0 0 18px; }
.about-text p { color: var(--text2); line-height: 1.8; margin: 0 0 16px; font-size: 14px; }
.about-visual { background: linear-gradient(135deg, rgba(0,201,184,.08), rgba(245,166,35,.05)); border: 1px solid rgba(0,201,184,.2); border-radius: 12px; padding: 40px 32px; text-align: center; }
.about-visual .av-icon { font-size: 4rem; margin-bottom: 16px; }
.about-visual h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; color: var(--navy); margin: 0 0 14px; }
.about-badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.about-badges span { background: var(--bg); border: 1px solid var(--border); color: var(--text2); padding: 5px 14px; border-radius: 20px; font-size: 12px; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; padding-bottom: 48px; }
.value-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 22px 20px; transition: border-color .2s, box-shadow .2s; }
.value-card:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(0,201,184,.1); }
.vc-icon { font-size: 2rem; margin-bottom: 12px; }
.value-card h3 { color: var(--navy); font-size: 14px; font-weight: 700; margin: 0 0 6px; }
.value-card p { color: var(--text2); font-size: 12px; line-height: 1.65; margin: 0; }
.stats-bar { background: var(--navy); padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-item strong { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--teal); line-height: 1; }
.stat-item span { display: block; color: rgba(255,255,255,.55); font-size: 12px; margin-top: 4px; }

/* ═══════════════════════════════════════
   İLETİŞİM
═══════════════════════════════════════ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; padding: 28px 0 60px; align-items: start; }
.ci-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; transition: border-color .2s; margin-bottom: 12px; text-decoration: none; }
.ci-card:hover { border-color: var(--teal); }
.ci-icon { font-size: 1.4rem; flex-shrink: 0; }
.ci-lbl { color: var(--text2); font-size: 10px; font-weight: 700; text-transform: uppercase; margin-bottom: 2px; }
.ci-val { color: var(--text); font-weight: 700; font-size: 13px; }
a.ci-card .ci-val { color: var(--teal); }
.form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 28px; }
.form-wrap h2 { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--navy); margin: 0 0 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; color: var(--text2); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 9px 13px; background: var(--bg); border: 1px solid var(--border); border-radius: 6px; color: var(--text); font-size: 13px; outline: none; font-family: inherit; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); background: var(--white); }
.form-msg { display: none; padding: 10px 14px; border-radius: 6px; font-size: 13px; margin-bottom: 12px; }
.form-msg.ok { display: block; background: rgba(56,161,105,.1); border: 1px solid rgba(56,161,105,.25); color: var(--green); }
.form-msg.err { display: block; background: rgba(229,62,62,.1); border: 1px solid rgba(229,62,62,.25); color: var(--red); }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
.site-footer { background: var(--navy2); margin-top: 48px; }
.footer-top { padding: 44px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 12px; }
.footer-logo img { height: 44px; width: auto; }
.footer-logo .l-main { color: var(--white); }
.footer-logo .l-sub { color: var(--teal); }
.footer-tagline { color: var(--teal); font-size: 12px; font-style: italic; font-weight: 600; margin: 0 0 8px; }
.footer-desc { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; margin: 0 0 16px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all .2s; }
.footer-social a:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }
.footer-heading { color: var(--white); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 14px; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 8px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { color: rgba(255,255,255,.5); font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--teal); }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 8px; }
.footer-contact-list span { flex-shrink: 0; }
.footer-contact-list .fc-text, .footer-contact-list a { color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.5; text-decoration: none; }
.footer-contact-list a:hover { color: var(--teal); }
.footer-bottom { background: var(--navy); padding: 14px 0; border-top: 1px solid rgba(255,255,255,.05); }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copy, .footer-credit { color: rgba(255,255,255,.3); font-size: 11px; margin: 0; }
.footer-credit a { color: rgba(255,255,255,.45); }
.footer-credit a:hover { color: var(--teal); }

/* ═══════════════════════════════════════
   ARAÇLAR
═══════════════════════════════════════ */
#btt { position: fixed; bottom: 20px; right: 20px; z-index: 998; width: 38px; height: 38px; background: var(--teal); color: var(--white); border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 900; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
#btt.show { opacity: 1; transform: translateY(0); }
.pagination { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 8px; border-radius: 5px; background: var(--white); border: 1px solid var(--border); color: var(--text); font-size: 12px; transition: all .2s; text-decoration: none; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--teal); border-color: var(--teal); color: var(--white); font-weight: 700; }
.section-padding { padding: 36px 0; }
.bg-white { background: var(--white); }
.bg-light { background: var(--bg); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media(max-width:1100px) {
  .products-grid-5 { grid-template-columns: repeat(4, 1fr); }
  .product-detail { grid-template-columns: 380px 1fr; }
}
@media(max-width:1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .products-grid-4 { grid-template-columns: repeat(3, 1fr); }
}
@media(max-width:900px) {
  .product-detail { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  body { padding-top: 108px; }
  .nav-toggle { display: block; }
  .primary-nav, .header-actions .btn-pdf-header, .header-actions .btn-wa-header { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-content { padding: 40px 0; }
}
@media(max-width:600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid-5, .products-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .header-search { display: none; }
  .hero-btns { flex-direction: column; }
  .buy-actions { flex-direction: column; }
}
