/* ╔═══════════════════════════════════════════════════════════════════╗
   ║  Oğuzlar DTM — Anasayfa v2 (anasayfa.css)                          ║
   ║  ─────────────────────────────────────────────────────────────────  ║
   ║  Class prefix: .hp2- (mevcut .home-page / .hp- ile çakışmaz)         ║
   ║  Design tokens en üstte. Renk/font değiştirmek için sadece          ║
   ║  :root değerlerini düzenleyin.                                       ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

:root {
  --hp2-pri:   #0f4c81;    /* site mavi (var(--p) ile uyumlu) */
  --hp2-pri-d: #0c3d6a;
  --hp2-pri-l: #1a6db5;
  --hp2-orange:#ff6b35;
  --hp2-green: #0d9b6c;
  --hp2-red:   #dc2640;
  --hp2-txt:   #0F172A;
  --hp2-mu:    #64748B;
  --hp2-bg:    #F8FAFC;
  --hp2-bd:    #E2E8F0;
  --hp2-card:  #FFFFFF;
  --hp2-r-sm: 8px;
  --hp2-r-md: 12px;
  --hp2-r-lg: 16px;
}

.hp2-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 60px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--hp2-txt);
}
.hp2-wrap * { box-sizing: border-box; }

/* ═══════════════════════ HERO SLIDER ═══════════════════════ */
.hs2 { position: relative; border-radius: var(--hp2-r-lg); overflow: hidden; margin-bottom: 36px; box-shadow: 0 8px 32px rgba(15,76,129,.12); min-height: clamp(280px, 32vw, 420px); }
.hs2-track { position: relative; height: 100%; }
.hs2-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; padding: 36px 48px; }
.hs2-slide.on { opacity: 1; pointer-events: all; }
.hs2-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; height: 100%; min-height: clamp(220px, 28vw, 360px); }
.hs2-text { font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; }
.hs2-badge { display: inline-block; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); padding: 5px 14px; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hs2-title { margin: 14px 0 12px; font-size: clamp(26px, 3.2vw, 44px); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.hs2-sub { font-size: clamp(14px, 1.2vw, 17px); line-height: 1.5; opacity: .9; max-width: 520px; }
.hs2-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; padding: 11px 22px; background: #fff; color: var(--hp2-pri); border-radius: 10px; font-weight: 700; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,.15); transition: .2s; }
.hs2-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.hs2-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.hs2-visual img { max-width: 100%; max-height: clamp(180px, 24vw, 320px); object-fit: contain; filter: drop-shadow(0 16px 32px rgba(0,0,0,.3)); }
.hs2-chip { position: absolute; background: var(--hp2-green); color: #fff; padding: 7px 14px; border-radius: 99px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 14px rgba(13,155,108,.4); white-space: nowrap; }
.hs2-chip.c1 { top: 8%; right: -2%; }
.hs2-chip.c2 { top: 46%; right: -6%; }
.hs2-chip.c3 { bottom: 8%; right: 2%; }

.hs2-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--hp2-pri); border: none; font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,.18); z-index: 5; transition: .2s; }
.hs2-nav:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.hs2-nav.prev { left: 14px; }
.hs2-nav.next { right: 14px; }
.hs2-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 5; }
.hs2-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5); border: none; cursor: pointer; padding: 0; transition: .2s; }
.hs2-dot.on { width: 22px; border-radius: 4px; background: #fff; }

@media (max-width: 760px) {
  .hs2-inner { grid-template-columns: 1fr; gap: 14px; }
  .hs2-visual { order: -1; min-height: 140px; }
  .hs2-slide { padding: 22px 24px; }
  .hs2-chip { font-size: 10px; padding: 4px 10px; }
  .hs2-chip.c1 { top: 4%; right: 4%; }
  .hs2-chip.c2 { top: auto; bottom: 50%; right: 4%; }
  .hs2-chip.c3 { bottom: 4%; right: 4%; }
}

/* ═══════════════════════ BLOK BAŞLIKLARI ═══════════════════════ */
.hp2-block { margin-bottom: 44px; }
.hp2-block-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1.5px solid var(--hp2-bd); flex-wrap: wrap; }
.hp2-block-title { display: flex; align-items: center; gap: 12px; margin: 0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(20px, 2vw, 26px); font-weight: 800; letter-spacing: -.02em; color: var(--hp2-txt); }
.hp2-stripe { display: inline-block; width: 5px; height: 22px; border-radius: 3px; background: var(--hp2-orange); }
.hp2-block-sub { margin: 4px 0 0 17px; font-size: 13.5px; color: var(--hp2-mu); }
.hp2-block-all { color: var(--hp2-pri); font-weight: 700; font-size: 13.5px; text-decoration: none; padding: 6px 14px; border-radius: 7px; transition: .15s; }
.hp2-block-all:hover { background: #eef5ff; }
.hp2-empty { padding: 30px; text-align: center; background: #fafcff; border: 1.5px dashed var(--hp2-bd); border-radius: var(--hp2-r-md); color: var(--hp2-mu); font-size: 13px; }

/* ═══════════════════════ banner-3 layout ═══════════════════════ */
.hp2-banner-row { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 16px; }
@media (max-width: 1100px) { .hp2-banner-row { grid-template-columns: 1fr 1fr; } .hp2-banner-row > :nth-child(4) { display: none; } }
@media (max-width: 700px)  { .hp2-banner-row { grid-template-columns: 1fr; } .hp2-banner-row > :nth-child(n+3) { display: none; } }

.hp2-banner { position: relative; min-height: 380px; padding: 24px; border-radius: var(--hp2-r-md); overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: center; isolation: isolate; }
.hp2-blob { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .35; z-index: -1; }
.hp2-blob--1 { width: 240px; height: 240px; background: rgba(255,255,255,.6); top: -80px; right: -80px; }
.hp2-blob--2 { width: 180px; height: 180px; background: rgba(0,0,0,.25); bottom: -60px; left: -40px; }
.hp2-banner-in { position: relative; z-index: 1; }
.hp2-bn-label { display: inline-block; background: rgba(255,255,255,.22); padding: 5px 13px; border-radius: 99px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hp2-bn-title { margin: 12px 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 26px; font-weight: 800; line-height: 1.15; }
.hp2-bn-sub { font-size: 13.5px; line-height: 1.5; opacity: .9; margin-bottom: 14px; }
.hp2-bn-pr { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 16px; }
.hp2-bn-pr-l { font-size: 11px; font-weight: 700; opacity: .85; letter-spacing: .06em; text-transform: uppercase; }
.hp2-bn-pr-v { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 30px; font-weight: 800; line-height: 1; }
.hp2-bn-btn { display: inline-flex; align-items: center; gap: 6px; padding: 11px 22px; background: #fff; color: var(--bc, var(--hp2-orange)); border-radius: 10px; font-weight: 700; text-decoration: none; transition: .2s; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.hp2-bn-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.25); }

/* ═══════════════════════ grid-3 / grid-6 ═══════════════════════ */
.hp2-grid { display: grid; gap: 16px; }
.hp2-grid--3 { grid-template-columns: repeat(3, 1fr); }
.hp2-grid--6 { grid-template-columns: repeat(6, 1fr); gap: 12px; }
@media (max-width: 1100px) {
  .hp2-grid--6 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
  .hp2-grid--3 { grid-template-columns: 1fr 1fr; }
  .hp2-grid--6 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .hp2-grid--3, .hp2-grid--6 { grid-template-columns: 1fr; }
}

/* ═══════════════════════ ÜRÜN KARTI ═══════════════════════ */
.hp2-card { background: var(--hp2-card); border-radius: var(--hp2-r-md); border: 1.5px solid var(--hp2-bd); overflow: hidden; display: flex; flex-direction: column; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .2s; }
.hp2-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(15,76,129,.16); border-color: #cce0f5; }
.hp2-card--empty { background: #fafcff; border-style: dashed; align-items: center; justify-content: center; padding: 30px 16px; text-align: center; color: var(--hp2-mu); font-size: 13px; min-height: 240px; }

.hp2-card-img { display: block; position: relative; background: #f8fafc; padding-bottom: 88%; overflow: hidden; }
.hp2-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .35s; }
.hp2-card:hover .hp2-card-img img { transform: scale(1.05); }
.hp2-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 38px; color: #cbd5e1; }

.hp2-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; z-index: 2; }
.hp2-bd { display: inline-block; padding: 3px 9px; border-radius: 5px; font-size: 10.5px; font-weight: 800; letter-spacing: .04em; color: #fff; }
.hp2-bd--kamp { background: var(--hp2-red); }
.hp2-bd--enj  { background: var(--hp2-green); }

.hp2-marka { position: absolute; top: 10px; right: 10px; background: rgba(255,255,255,.95); color: var(--hp2-pri); padding: 4px 11px; border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .03em; box-shadow: 0 2px 6px rgba(0,0,0,.08); z-index: 2; }

.hp2-garanti { position: absolute; bottom: 10px; left: 10px; background: rgba(255,255,255,.95); color: var(--hp2-pri); border: 1.5px dashed var(--hp2-pri); padding: 5px 11px; border-radius: 8px; font-size: 10.5px; font-weight: 700; z-index: 2; }

.hp2-fab { position: absolute; bottom: 10px; right: 10px; width: 38px; height: 38px; border-radius: 50%; background: var(--hp2-pri); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(8px); transition: .25s; z-index: 3; box-shadow: 0 6px 18px rgba(15,76,129,.4); }
.hp2-card:hover .hp2-fab { opacity: 1; transform: translateY(0); }
.hp2-fab:hover { background: var(--hp2-pri-l); transform: translateY(-2px) !important; }

.hp2-card-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hp2-tip { font-size: 11.5px; color: var(--hp2-mu); font-weight: 600; letter-spacing: .03em; text-transform: uppercase; }
.hp2-name { font-size: 14.5px; font-weight: 700; line-height: 1.35; margin: 0; min-height: 38px; }
.hp2-name a { color: var(--hp2-txt); text-decoration: none; }
.hp2-name a:hover { color: var(--hp2-pri); }
.hp2-price-row { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.hp2-price { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 19px; font-weight: 800; color: var(--hp2-pri); }
.hp2-cta { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 6px; }
.hp2-btn { display: inline-flex; align-items: center; justify-content: center; padding: 9px 12px; border-radius: 8px; font-weight: 700; font-size: 12.5px; text-decoration: none; cursor: pointer; transition: .15s; border: 1.5px solid transparent; white-space: nowrap; }
.hp2-btn--prim { background: var(--hp2-pri); color: #fff; }
.hp2-btn--prim:hover { background: var(--hp2-pri-l); }
.hp2-btn--out { background: transparent; color: var(--hp2-pri); border-color: var(--hp2-bd); }
.hp2-btn--out:hover { background: #eef5ff; border-color: var(--hp2-pri); }

/* ─── grid-6 küçük kart ─── */
.hp2-card--sm .hp2-card-img { padding-bottom: 80%; }
.hp2-card--sm .hp2-card-img img { padding: 8px; }
.hp2-card--sm .hp2-card-body { padding: 10px 10px 12px; gap: 5px; }
.hp2-card--sm .hp2-tip { font-size: 10px; }
.hp2-card--sm .hp2-name { font-size: 12.5px; min-height: 32px; line-height: 1.3; }
.hp2-card--sm .hp2-price { font-size: 15.5px; }
.hp2-card--sm .hp2-bd { font-size: 9px; padding: 2px 6px; }
.hp2-card--sm .hp2-marka { font-size: 9.5px; padding: 2px 7px; }
.hp2-card--sm .hp2-fab { width: 30px; height: 30px; }
.hp2-card--sm .hp2-fab svg { width: 16px; height: 16px; }
.hp2-card--sm .hp2-cta { grid-template-columns: 1fr; }
.hp2-card--sm .hp2-btn--out { display: none; }
.hp2-card--sm .hp2-btn { padding: 7px 10px; font-size: 11.5px; }
