/* =========================================================
   Akkoç Yedek Parça — Ana Sayfa
   Stil: mühendislik / blueprint · premium B2B e-ticaret
   ========================================================= */

/* ============ TOKENS ============ */
:root {
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --display: 'Manrope', 'Inter', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --bg: #F8FAFC;
  --bg-alt: #FFFFFF;
  --surface: #FFFFFF;
  --border: #E2E8F0;
  --border-strong: #CBD5E1;
  --text: #0F172A;
  --text-muted: #475569;
  --text-faint: #94A3B8;

  --brand: #E01322;
  --brand-600: #B40E1A;
  --brand-100: #FEF2F2;
  --on-brand: #FFFFFF;

  --ok: #10B981;
  --warn: #D97706;

  /* Sabit Koyu Yüzeyler (Hero, B2B Banner, Footer) */
  --ink: #0F172A;
  --ink-2: #1E293B;
  --ink-3: #334155;
  --on-ink: #F8FAFC;
  --on-ink-muted: #94A3B8;
  --on-ink-border: rgba(255, 255, 255, .14);

  --r-sm: 10px;
  --r: 14px;
  --r-lg: 18px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .03);
  --shadow-md: 0 12px 32px rgba(15, 23, 42, .08), 0 2px 6px rgba(15, 23, 42, .04);
  --pad: clamp(56px, 8vw, 104px);
  --wrap: 1320px;
}


/* ============ BASE ============ */
* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  color-scheme: light dark
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  margin: 0;
  letter-spacing: -.02em;
  text-wrap: balance;
  line-height: 1.12
}

p {
  margin: 0
}

a {
  color: inherit
}

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

svg {
  max-width: 100%
}

button {
  font: inherit;
  color: inherit
}

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

[hidden] {
  display: none !important
}

:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 4px
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px)
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0
}

.sprite {
  position: absolute;
  width: 0;
  height: 0
}

.skip {
  position: absolute;
  left: 14px;
  top: -60px;
  background: var(--brand);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 400;
  text-decoration: none;
  transition: top .15s
}

.skip:focus {
  top: 14px
}

.ico {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none
}

/* ============ EYEBROW / SECTION HEAD ============ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brand)
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor
}

.sec-head {
  max-width: 640px;
  margin-bottom: clamp(30px, 5vw, 52px)
}

.sec-head h2 {
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  margin-top: 16px
}

.sec-head p {
  margin-top: 14px;
  color: var(--text-muted);
  font-size: 1.05rem
}

.sec-head--row {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap
}

.sec-head--row>div {
  max-width: 640px
}

.head-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--brand);
  text-decoration: none;
  white-space: nowrap
}

.head-link .ico {
  width: 18px;
  height: 18px;
  transition: transform .15s
}

.head-link:hover .ico {
  transform: translateX(3px)
}

.section {
  padding-block: var(--pad)
}

.section--alt {
  background: var(--bg-alt)
}

.section--ink {
  background: var(--ink);
  color: var(--on-ink)
}

.section--ink .sec-head p {
  color: var(--on-ink-muted)
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--body);
  font-weight: 600;
  font-size: .95rem;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s, background .15s, border-color .15s, color .15s
}

.btn .ico {
  width: 19px;
  height: 19px
}

.btn:active {
  transform: translateY(1px)
}

.btn--primary {
  background: var(--brand);
  color: var(--on-brand)
}

.btn--primary:hover {
  background: var(--brand-600)
}

.btn--ghost {
  background: transparent;
  border-color: var(--border);
  color: var(--text)
}

.btn--ghost:hover {
  border-color: var(--text)
}

.btn--on-ink {
  background: rgba(255, 255, 255, .06);
  border-color: var(--on-ink-border);
  color: var(--on-ink)
}

.btn--on-ink:hover {
  border-color: rgba(255, 255, 255, .34)
}

.btn--wa {
  background: #25D366;
  color: #07351C
}

.btn--wa:hover {
  background: #1FBE5A
}

.btn--lg {
  padding: 16px 30px;
  font-size: 1rem
}

.btn--block {
  width: 100%
}

/* ============ TCMB CURRENCY TICKER BAR ============ */
.currency-bar {
  position: relative;
  z-index: 120;
  background: #0F172A;
  color: #e2e8f0;
  font-size: 0.76rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  user-select: none;
  height: 32px;
  line-height: 32px;
  display: flex;
  align-items: center;
  width: 100%;
}

.currency-bar__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.currency-bar__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px 0 16px;
  height: 100%;
  background: #0B0E17;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 5;
  flex-shrink: 0;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.35);
}

.currency-bar__badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 100%;
  background: linear-gradient(to right, #0B0E17, transparent);
  pointer-events: none;
}

.currency-bar__flag {
  width: 17px;
  height: 11px;
  border-radius: 2px;
  display: block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.currency-bar__badge-title {
  font-family: var(--display), sans-serif;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.currency-bar__marquee-wrap {
  flex: 1;
  overflow: hidden;
  height: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 16px, black calc(100% - 16px), transparent);
}

.currency-bar__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: currencyMarquee 48s linear infinite;
  will-change: transform;
}

.currency-bar:hover .currency-bar__track {
  animation-play-state: paused;
}

.currency-bar__list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.currency-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  padding: 0 14px;
  font-size: 0.76rem;
}

.currency-item__divider {
  color: rgba(255, 255, 255, 0.18);
  font-weight: 300;
  margin-right: 4px;
}

.currency-item__sym {
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.75rem;
}

.currency-item__pair {
  color: #f8fafc;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.currency-item__rate {
  font-family: var(--mono), monospace;
  font-weight: 600;
  color: #cbd5e1;
}

.currency-item__chg {
  font-family: var(--mono), monospace;
  font-size: 0.72rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 1px 4px;
  border-radius: 3px;
}

.currency-item__chg.is-up {
  color: #10b981;
}

.currency-item__chg.is-down {
  color: #f43f5e;
}

.currency-item__arrow {
  font-size: 0.76rem;
  line-height: 1;
}

@keyframes currencyMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .currency-bar {
    height: 28px;
    line-height: 28px;
    font-size: 0.72rem;
  }

  .currency-bar__badge {
    padding: 0 10px;
    gap: 5px;
  }

  .currency-item {
    padding: 0 10px;
    gap: 5px;
    font-size: 0.72rem;
  }
}

/* ============ UTILITY BAR ============ */
.utility {
  position: relative;
  z-index: 110;
  background: #0D0F14;
  color: var(--on-ink-muted);
  font-size: .8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06)
}

.utility__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 16px
}

.utility__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.utility__phone .ico {
  width: 14px;
  height: 14px;
  color: var(--brand)
}

.utility__phone a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: .92rem;
  color: var(--brand);
  text-decoration: none;
  letter-spacing: .01em
}

.utility__links {
  display: flex;
  align-items: center;
  gap: 18px
}

.utility__links a,
.utility__links button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--on-ink-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem
}

.utility__links a:hover,
.utility__links button:hover {
  color: var(--on-ink)
}

.utility__links .ico {
  width: 13px;
  height: 13px
}

.lang b {
  color: var(--on-ink);
  font-weight: 600
}

/* ============ MODERN FLOATING CENTERED HEADER ============ */
.sticky-head {
  position: sticky;
  top: 10px;
  z-index: 105;
  margin-top: 6px;
  margin-bottom: -68px;
  pointer-events: none
}

.floating-head__in {
  pointer-events: auto;
  width: min(96vw, 1340px);
  margin-inline: auto;
  background: rgba(16, 19, 26, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: all .25s ease;
}

.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  flex-shrink: 0
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--on-ink);
  flex: 0 0 auto;
  white-space: nowrap
}

.brand svg {
  width: 36px;
  height: 36px;
  flex: none
}

.brand .brand__name {
  display: flex;
  flex-direction: column;
  line-height: 1.05
}

.brand .brand__name span {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -.01em;
  color: #fff;
  white-space: nowrap
}

.brand .brand__name small {
  font-family: var(--mono);
  font-size: .58rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--on-ink-muted);
  white-space: nowrap
}

/* Centered Navigation Pill */
.centered-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0
}

.centered-nav .menu {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3px;
  border-radius: 14px;
  list-style: none;
  margin: 0;
  flex-wrap: nowrap;
  white-space: nowrap
}

.centered-nav .menu>li {
  position: relative;
  flex-shrink: 0
}

.centered-nav .menu>li>a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 11px;
  border-radius: 10px;
  font-size: .83rem;
  font-weight: 600;
  color: var(--on-ink-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s, background .15s
}

.centered-nav .menu>li>a .ico {
  width: 13px;
  height: 13px
}

.centered-nav .menu>li>a:hover,
.centered-nav .menu>li>a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14)
}

/* Submenu */
.submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 520px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s, transform .18s, visibility .18s;
  z-index: 70
}

.has-sub:hover .submenu,
.has-sub:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0)
}

.submenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: .88rem;
  font-weight: 500
}

.submenu a:hover {
  background: var(--bg-alt);
  color: var(--text)
}

.submenu a .ico {
  width: 17px;
  height: 17px;
  color: var(--brand)
}

.submenu__all {
  grid-column: 1/-1;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  color: var(--brand) !important;
  font-weight: 600 !important
}

/* Right Section: Compact Search, Badges & Call Button */
.head-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  white-space: nowrap
}

.compact-search {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 5px 10px;
  width: 140px;
  flex-shrink: 1;
  transition: width .25s ease, border-color .15s, background .15s
}

.compact-search:focus-within {
  width: 200px;
  border-color: var(--brand);
  background: rgba(18, 21, 28, 0.95);
  box-shadow: 0 0 0 3px var(--brand-100)
}

.compact-search .ico-search {
  width: 15px;
  height: 15px;
  color: var(--on-ink-muted);
  flex: none;
  margin-right: 6px
}

.compact-search input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  color: var(--on-ink);
  font: 500 .82rem var(--body)
}

.compact-search input::placeholder {
  color: var(--on-ink-muted);
  opacity: .7
}

.head-iconbtn {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: grid;
  place-items: center;
  color: var(--on-ink-muted);
  text-decoration: none;
  flex-shrink: 0;
  transition: color .15s, background .15s, border-color .15s
}

.head-iconbtn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22)
}

.head-iconbtn .ico {
  width: 18px;
  height: 18px
}

.head-iconbtn .badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--brand);
  color: #fff;
  font-family: var(--mono);
  font-size: .6rem;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  border: 2px solid #12151c
}

.centered-nav .menu>li>a {
  text-transform: none
}

.nav-cta-btn {
  padding: 8px 14px;
  font-size: .9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  border-radius: 11px;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center
}

.nav-cta-btn span {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal
}

.nav-cta-btn i {
  font-size: .82rem;
  line-height: 1
}

@media (max-width:1180px) {
  .centered-nav {
    display: none
  }

  .compact-search {
    width: 140px
  }

  .compact-search:focus-within {
    width: 180px
  }
}

@media (max-width:768px) {
  .compact-search {
    display: none
  }

  .floating-head__in {
    padding: 7px 12px
  }

  .hamburger {
    display: inline-flex
  }

  .nav-cta-btn span {
    display: none
  }

  .nav-cta-btn {
    padding: 8px 10px
  }
}


/* ============ HERO SLIDER ============ */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: var(--ink);
  color: var(--on-ink);
  overflow: hidden;
  isolation: isolate
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 16, 22, 0.94) 0%, rgba(14, 16, 22, 0.80) 55%, rgba(14, 16, 22, 0.45) 100%)
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: clamp(70px, 10vw, 130px) clamp(100px, 14vw, 170px)
}

.hero__copy {
  max-width: 680px
}

.hero__copy h1 {
  font-weight: 800;
  font-size: clamp(2.3rem, 5vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: -.025em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6)
}

.hero__copy h1 em {
  font-style: normal;
  color: var(--brand)
}

.hero__lead {
  margin-top: 20px;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--on-ink-muted);
  max-width: 48ch;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7)
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid var(--on-ink-border)
}

.stat b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -.02em
}

.stat span {
  font-size: .8rem;
  color: var(--on-ink-muted)
}

/* Slider Controls */
.hero-slider__controls {
  position: absolute;
  bottom: 32px;
  right: clamp(20px, 5vw, 48px);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(20, 22, 28, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14)
}

.hero-slider__prev,
.hero-slider__next {
  background: none;
  border: none;
  color: var(--on-ink-muted);
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 4px;
  border-radius: 50%;
  transition: color .15s, background .15s
}

.hero-slider__prev:hover,
.hero-slider__next:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15)
}

.hero-slider__dots {
  display: flex;
  gap: 8px;
  align-items: center
}

.hero-slider__dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width .3s ease, background .3s ease, border-radius .3s ease
}

.hero-slider__dots .dot.active {
  width: 28px;
  border-radius: 12px;
  background: var(--brand)
}


/* ============ FINDER ============ */
.finder-wrap {
  padding-bottom: clamp(36px, 6vw, 64px)
}

.finder {
  position: relative;
  z-index: 5;
  margin-top: clamp(-58px, -6vw, -82px);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
  padding: clamp(20px, 3vw, 32px)
}

.finder__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.finder__top p {
  color: var(--text-muted);
  font-size: .9rem
}

.finder__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 14px;
  align-items: end
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0
}

.field label {
  font-family: var(--mono);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-faint)
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 14px 40px 14px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background-color: var(--bg);
  color: var(--text);
  font: 500 .95rem var(--body);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238A909B' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  transition: border-color .15s, box-shadow .15s
}

.field select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-100)
}

.finder__grid .btn {
  height: 48px;
  white-space: nowrap
}

/* ============ CATEGORY GRID ============ */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px
}

.cat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  transition: transform .15s, border-color .15s, box-shadow .15s
}

.cat:hover {
  transform: translateY(-3px);
  border-color: var(--brand);
  box-shadow: var(--shadow-sm)
}

.cat__ico {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: var(--brand-100);
  color: var(--brand);
  display: grid;
  place-items: center;
  transition: background .15s, color .15s
}

.cat__ico .ico {
  width: 26px;
  height: 26px
}

.cat:hover .cat__ico {
  background: var(--brand);
  color: #fff
}

.cat h3 {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -.01em
}

.cat__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: var(--text-faint);
  font-size: .82rem
}

.cat__meta .count {
  font-family: var(--mono)
}

.cat__meta .ico {
  width: 16px;
  height: 16px;
  color: var(--brand);
  transition: transform .15s
}

.cat:hover .cat__meta .ico {
  transform: translateX(3px)
}

.section--ink .cat {
  background: var(--ink-2);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--on-ink)
}

.section--ink .cat:hover {
  background: var(--ink-3);
  border-color: var(--brand);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4)
}

.section--ink .cat__meta {
  color: var(--on-ink-muted)
}

/* ============ PRODUCT GRID ============ */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(258px, 1fr));
  gap: 20px
}

.prod {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .15s, box-shadow .15s, border-color .15s
}

.prod:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--border)
}

.prod__media {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--surface);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.prod__media .ico {
  width: 78px;
  height: 78px;
  color: var(--text-faint);
  opacity: .4;
  stroke-width: 1.1
}

.prod__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--brand);
  color: #fff;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 8px;
  border-radius: 6px;
  max-width: calc(100% - 56px);
  white-space: normal;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.prod__tag-more {
  background: rgba(255, 255, 255, 0.25);
  padding: 1px 4px;
  border-radius: 4px;
  font-size: .62rem;
}

.wish {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text-muted);
  transition: color .15s, border-color .15s
}

.wish:hover {
  color: var(--brand);
  border-color: var(--brand)
}

.wish .ico {
  width: 18px;
  height: 18px
}

.prod__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 16px 4px
}

.prod__brand {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.prod__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.35;
  height: calc(1.35em * 3);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.prod__name a {
  text-decoration: none;
  color: inherit;
}

.prod__name a:hover {
  color: var(--brand);
}

.prod__thumb {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center
}

.prod__media .prod__tag,
.prod__media .wish {
  z-index: 2
}

.addcart[disabled] {
  opacity: .5;
  cursor: not-allowed
}

.addcart[disabled]:hover {
  background: transparent;
  color: var(--brand)
}

.oem {
  display: inline-block;
  align-self: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-600);
  background: #fff;
  border: 1.5px solid var(--brand);
  border-radius: 7px;
  padding: 3px 10px;
  letter-spacing: .01em;
  text-transform: uppercase
}

.prod__foot {
  margin-top: auto;
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.priceline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap
}

.price {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -.01em;
  font-variant-numeric: tabular-nums
}

.price s {
  font-family: var(--body);
  font-weight: 500;
  font-size: .82rem;
  color: var(--text-faint);
  margin-left: 8px
}

.stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .8rem;
  font-weight: 500;
  color: var(--ok)
}

.stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor
}

.stock--low {
  color: var(--warn)
}

.addcart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--brand);
  background: transparent;
  color: var(--brand);
  font-weight: 600;
  border-radius: 11px;
  cursor: pointer;
  transition: background .15s, color .15s
}

.addcart:hover {
  background: var(--brand);
  color: #fff
}

.addcart .ico {
  width: 18px;
  height: 18px
}

/* ============ BRANDS ============ */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}

.brand-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 14px 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  text-align: center;
  text-decoration: none;
  gap: 8px;
  transition: color .2s ease, border-color .2s ease, transform .2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .2s ease, background .2s ease;
  position: relative;
}

.brand-cell__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
}

.brand-cell__logo img,
.brand-cell__img {
  max-height: 40px;
  max-width: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .25s ease;
}

.brand-cell__name {
  font-family: var(--display);
  font-weight: 800;
  font-size: .92rem;
  letter-spacing: .02em;
  color: var(--text-muted);
  text-align: center;
  transition: color .2s ease;
  line-height: 1.25;
}

.brand-cell:hover {
  color: var(--text);
  border-color: var(--brand);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.brand-cell:hover .brand-cell__logo img,
.brand-cell:hover .brand-cell__img {
  transform: scale(1.08);
}

.brand-cell:hover .brand-cell__name {
  color: var(--text);
}

.section--ink .brand-cell {
  background: var(--ink-2);
  border-color: rgba(255, 255, 255, 0.08);
}

.section--ink .brand-cell .brand-cell__name {
  color: var(--on-ink-muted);
}

.section--ink .brand-cell:hover {
  background: var(--ink-3);
  border-color: var(--brand);
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.45);
}

.section--ink .brand-cell:hover .brand-cell__name {
  color: #fff;
}


/* ============ WHY ============ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.why {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.why:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: var(--brand-200, #ffccd0);
}

.why__cover {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: var(--surface-alt, #f6f7f9);
  position: relative;
}

.why__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}

.why:hover .why__cover img {
  transform: scale(1.06);
}

.why__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.why:not(.why--has-cover) .why__body {
  padding: 26px;
}

.why__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--brand-100);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  font-size: 1.25rem;
  transition: transform .25s ease;
}

.why:hover .why__ico {
  transform: scale(1.08);
}

.why--has-cover .why__ico {
  margin-top: -42px;
  border: 3px solid var(--surface);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background: #fff;
}

.why h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

.why p {
  margin-top: 9px;
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.55;
}

/* ============ B2B ============ */
.b2b .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center
}

.b2b__copy h2 {
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  margin-top: 16px
}

.b2b__copy p {
  margin-top: 16px;
  color: var(--on-ink-muted);
  font-size: 1.05rem;
  max-width: 46ch
}

.b2b__copy .btn {
  margin-top: 28px
}

.b2b__panel {
  background: var(--ink-2);
  border: 1px solid var(--on-ink-border);
  border-radius: 20px;
  padding: 10px
}

.b2b__row {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  transition: background .15s
}

.b2b__row:hover {
  background: var(--ink-3)
}

.b2b__row .rico {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 11px;
  background: rgba(240, 49, 63, .14);
  color: var(--brand);
  display: grid;
  place-items: center
}

.b2b__row h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--on-ink)
}

.b2b__row p {
  margin-top: 5px;
  font-size: .86rem;
  color: var(--on-ink-muted)
}

/* ============ ABOUT ============ */
.about .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center
}

.about__copy h2 {
  font-weight: 800;
  font-size: clamp(1.55rem, 2.9vw, 2.1rem);
  margin-top: 16px;
  line-height: 1.2
}

.about__copy p {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 1rem
}

.about__copy .btn {
  margin-top: 26px
}

.about__tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.tile {
  aspect-ratio: 4/3;
  background: linear-gradient(155deg, var(--bg-alt) 0%, var(--brand-100) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.tile::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 19, 34, .13), transparent 70%);
  pointer-events: none
}

.tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--brand)
}

.tile .ico {
  width: 34px;
  height: 34px;
  color: var(--brand);
  position: relative;
  z-index: 2
}

.tile span {
  font-family: var(--display);
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
  position: relative;
  z-index: 2
}

.tile__org-logo {
  position: absolute;
  right: -24px;
  bottom: -18px;
  width: 135px;
  max-width: 58%;
  height: auto;
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  transform: rotate(-6deg);
  transform-origin: bottom right;
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .3s ease, filter .3s ease;
  will-change: transform, opacity;
}

.tile:hover .tile__org-logo {
  opacity: 0.55;
  transform: scale(1.15) rotate(-9deg) translate(-4px, -4px);
  filter: drop-shadow(0 6px 14px rgba(224, 19, 34, 0.22));
}

/* ============ SUPPORT CTA ============ */
.support {
  text-align: center
}

.support .wrap {
  display: flex;
  flex-direction: column;
  align-items: center
}

.support h2 {
  font-weight: 800;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  margin-top: 16px
}

.support p {
  margin-top: 16px;
  color: var(--on-ink-muted);
  font-size: 1.05rem;
  max-width: 52ch
}

.support__phone {
  margin-top: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  letter-spacing: normal;
  color: var(--on-ink)
}

.support__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 24px
}

/* ============ FOOTER ============ */
.foot {
  background: var(--ink);
  color: var(--on-ink-muted);
  padding-block: clamp(48px, 7vw, 80px) 26px
}

.foot__top {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 44px 32px
}

.foot__brand .brand {
  color: var(--on-ink);
  margin-bottom: 16px
}

.foot__brand .brand .brand__name span {
  color: var(--on-ink)
}

.foot__blurb {
  font-size: .88rem;
  max-width: 32ch
}

.foot__contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: .86rem
}

.foot__contact li {
  display: flex;
  align-items: center;
  gap: 10px
}

.foot__contact .ico {
  width: 16px;
  height: 16px;
  color: var(--brand)
}

.foot__contact a {
  color: var(--on-ink-muted);
  text-decoration: none
}

.foot__contact a:hover {
  color: var(--on-ink)
}

.foot__social {
  display: flex;
  gap: 10px;
  margin-top: 22px
}

.foot__social a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--on-ink-border);
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--on-ink-muted);
  transition: color .15s, border-color .15s
}

.foot__social a:hover {
  color: var(--on-ink);
  border-color: rgba(255, 255, 255, .34)
}

.foot__social .ico {
  width: 18px;
  height: 18px
}

.foot__col h4 {
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--on-ink);
  margin-bottom: 16px
}

.foot__col a {
  display: block;
  padding: 7px 0;
  font-size: .88rem;
  color: var(--on-ink-muted);
  text-decoration: none
}

.foot__col a:hover {
  color: var(--on-ink)
}

.foot__bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--on-ink-border);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .8rem
}

.foot__bottom .pay {
  font-family: var(--mono);
  letter-spacing: .04em
}

/* ============ WHATSAPP FAB ============ */
.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  z-index: 90;
  text-decoration: none
}

.wa-fab .ico {
  width: 30px;
  height: 30px;
  stroke-width: 1.7
}

.wa-fab::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: .6;
  animation: pulse 2.4s ease-out infinite
}

@keyframes pulse {
  0% {
    transform: scale(.9);
    opacity: .6
  }

  70% {
    transform: scale(1.35);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* ============ DRAWER ============ */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(87vw, 368px);
  background: var(--bg);
  z-index: 210;
  padding: 22px 22px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .22s ease
}

.drawer.open {
  transform: none
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}

.drawer__close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center
}

.drawer nav a {
  display: block;
  padding: 13px 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  color: var(--text);
  border-bottom: 1px solid var(--border)
}

.drawer nav a.is-active {
  color: var(--brand)
}

.drawer .sub a {
  padding-left: 22px;
  font-weight: 500;
  font-size: .92rem;
  color: var(--text-muted)
}

.drawer__util {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.drawer__util a {
  font-size: .92rem;
  color: var(--text-muted);
  text-decoration: none
}

.drawer .btn {
  margin-top: 20px
}

.scrim {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 14, .55);
  z-index: 205;
  opacity: 0;
  transition: opacity .22s
}

.scrim.open {
  opacity: 1
}

/* ============ RESPONSIVE ============ */
@media (max-width:1180px) {
  .nav-cta {
    display: none
  }

  .submenu {
    width: 480px
  }
}

@media (max-width:1024px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .hero__visual {
    order: -1;
    max-width: 420px
  }

  .b2b .wrap,
  .about .wrap {
    grid-template-columns: 1fr;
    gap: 36px
  }
}

@media (max-width:960px) {
  .utility {
    display: none
  }

  .hamburger {
    display: inline-flex
  }

  .mainnav {
    display: none
  }

  .actions .iconbtn span {
    display: none
  }

  .iconbtn {
    padding: 9px
  }

  .search {
    order: 5;
    flex-basis: 100%
  }

  .finder__grid {
    grid-template-columns: 1fr 1fr
  }

  .finder__grid .btn {
    grid-column: 1/-1
  }
}

@media (max-width:720px) {
  .foot__top {
    grid-template-columns: 1fr 1fr
  }

  .foot__brand {
    grid-column: 1/-1
  }
}

@media (max-width:600px) {
  .finder__grid {
    grid-template-columns: 1fr
  }

  .finder {
    margin-top: -42px
  }

  .stats {
    gap: 14px 26px
  }

  .stat b {
    font-size: 1.3rem
  }

  .about__tiles {
    grid-template-columns: 1fr
  }

  .foot__bottom {
    flex-direction: column
  }
}

@media (max-width:440px) {
  .foot__top {
    grid-template-columns: 1fr
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important
  }
}

/* =========================================================
   İÇ SAYFALAR (ürünler, ürün detay, iletişim, blog, sepet, sss)
   ========================================================= */

/* ---- Sayfa başlığı + breadcrumb ---- */
/* üst boşluk, sabit yüzen header'ın altında kalmayı önler */
.pagehead {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  padding-top: clamp(98px, 12vw, 128px);
  padding-bottom: clamp(26px, 4vw, 44px)
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-family: var(--mono);
  font-size: .78rem;
  color: var(--text-faint)
}

.crumb a {
  color: var(--text-muted);
  text-decoration: none
}

.crumb a:hover {
  color: var(--brand)
}

.crumb .sep {
  opacity: .45
}

.pagehead h1 {
  margin-top: 14px;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 800
}

.pagehead p {
  margin-top: 10px;
  color: var(--text-muted);
  max-width: 62ch;
  font-size: 1rem
}

/* ---- Ürün listeleme ---- */
.listing {
  display: grid;
  grid-template-columns: 272px 1fr;
  gap: 36px;
  align-items: start
}

.filters {
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  overflow: hidden
}

.filters__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid var(--border)
}

.filters__head h2 {
  font-size: .95rem;
  font-weight: 800;
  margin-right: auto
}

.filters__head a {
  font-size: .78rem;
  color: var(--brand);
  text-decoration: none;
  font-family: var(--mono)
}

.filters__head .drawer__close {
  display: none;
  width: 34px;
  height: 34px
}

.filter-group {
  border-bottom: 1px solid var(--border)
}

.filter-group:last-child {
  border-bottom: 0
}

.filter-group>summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 16px;
  font-weight: 700;
  font-size: .88rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.filter-group>summary::-webkit-details-marker {
  display: none
}

.filter-group>summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--text-faint);
  border-bottom: 2px solid var(--text-faint);
  transform: rotate(45deg);
  transition: transform .15s
}

.filter-group[open]>summary::after {
  transform: rotate(-135deg)
}

.filter-body {
  padding: 2px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .86rem;
  color: var(--text-muted);
  cursor: pointer
}

.check input {
  width: 16px;
  height: 16px;
  accent-color: var(--brand);
  flex: none
}

.check .n {
  margin-left: auto;
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--text-faint)
}

.price-range {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--text-faint)
}

.price-range input {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: .84rem
}

.price-range input:focus {
  outline: none;
  border-color: var(--brand)
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 22px
}

.toolbar .count {
  font-size: .88rem;
  color: var(--text-muted)
}

.toolbar .count b {
  color: var(--text);
  font-family: var(--mono)
}

.toolbar__right {
  display: flex;
  align-items: center;
  gap: 10px
}

.sortsel {
  appearance: none;
  -webkit-appearance: none;
  padding: 10px 34px 10px 13px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  font: 500 .86rem var(--body);
  cursor: pointer;
  background-color: var(--surface);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238A909B' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center
}

.sortsel:focus {
  outline: none;
  border-color: var(--brand)
}

.filters-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer
}

.filters-toggle .ico {
  width: 17px;
  height: 17px
}

.pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px
}

.pager a {
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 600;
  font-size: .88rem
}

.pager a:hover {
  border-color: var(--brand);
  color: var(--brand)
}

.pager a[aria-current="page"] {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand)
}

/* ---- Ürün detay ---- */
.pdp {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: start
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 140px
}

.gallery__main {
  aspect-ratio: 1/1;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative
}

.gallery__main.has-zoom {
  cursor: zoom-in
}

.gallery__main .gallery__photo {
  transition: transform .15s ease-out
}

.gallery__main.is-zooming .gallery__photo {
  transition: transform .05s linear;
  cursor: zoom-in
}

/* Büyüteç rozeti */
.gallery__main.has-zoom::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(15, 23, 42, .55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  opacity: .85;
  transition: opacity .15s;
  pointer-events: none
}

.gallery__main.is-zooming::after {
  opacity: 0
}

.gallery__main .ico {
  width: 46%;
  height: 46%;
  color: var(--text-faint);
  opacity: .4;
  stroke-width: .85
}

.gallery__thumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.gallery__thumbs button {
  width: 74px;
  height: 74px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--text-faint)
}

.gallery__thumbs button[aria-current="true"] {
  border-color: var(--brand);
  color: var(--brand)
}

.gallery__thumbs .ico {
  width: 36px;
  height: 36px
}

.pdp__brand {
  display: block;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-faint)
}

.pdp__code {
  display: block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text)
}

.pdp__code b {
  color: var(--brand-600);
  font-weight: 800;
  font-size: 1.08rem
}

.pdp h1 {
  margin-top: 10px;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  font-weight: 800
}

.pdp__rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  font-size: .85rem;
  color: var(--text-muted)
}

.stars {
  color: var(--brand);
  letter-spacing: 2px;
  font-size: .95rem
}

.tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.tag-pill {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  color: var(--text-muted)
}

.tag-pill--brand {
  background: var(--brand-100);
  border-color: transparent;
  color: var(--brand)
}

.pdp__codes {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px;
  background: var(--bg-alt);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95rem
}

.pdp__codes div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--border)
}

.pdp__codes div:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.pdp__codes span:first-child {
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem
}

.pdp__codes span:last-child {
  color: var(--text);
  font-weight: 700;
  text-align: right
}

.pdp__codes div:first-child span:last-child {
  color: var(--brand-600);
  font-weight: 800;
  font-size: 1.02rem
}

.pdp__price {
  margin-top: 22px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap
}

.pdp__price .now {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -.01em;
  font-variant-numeric: tabular-nums
}

.pdp__price s {
  color: var(--text-faint)
}

.pdp__price .off {
  background: var(--brand-100);
  color: var(--brand);
  font-weight: 700;
  font-size: .78rem;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: var(--mono)
}

.pdp__vat {
  margin-top: 4px;
  font-size: .8rem;
  color: var(--text-faint)
}

.pdp__buy {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center
}

.stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  overflow: hidden;
  flex: none
}

.stepper button {
  width: 42px;
  height: 48px;
  background: var(--surface);
  border: 0;
  cursor: pointer;
  font-size: 1.15rem;
  color: var(--text-muted)
}

.stepper button:hover {
  background: var(--bg-alt);
  color: var(--text)
}

.stepper input {
  width: 46px;
  height: 48px;
  border: 0;
  border-inline: 1px solid var(--border);
  text-align: center;
  background: var(--bg);
  color: var(--text);
  font: 600 .95rem var(--body)
}

.pdp__buy .btn--primary {
  flex: 1;
  min-width: 190px
}

.pdp__meta {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: .87rem;
  color: var(--text-muted)
}

.pdp__meta li {
  display: flex;
  align-items: center;
  gap: 10px
}

.pdp__meta .ico {
  width: 18px;
  height: 18px;
  color: var(--ok);
  flex: none
}

.pdp-block {
  margin-top: clamp(40px, 6vw, 72px)
}

.pdp-block h2 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 18px
}

.pdp-block p {
  color: var(--text-muted);
  max-width: 74ch
}

.spectable {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem
}

.spectable th,
.spectable td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border)
}

.spectable tr:last-child th,
.spectable tr:last-child td {
  border-bottom: 0
}

.spectable th {
  width: 40%;
  color: var(--text-muted);
  font-weight: 600
}

.spectable td {
  font-family: var(--mono);
  font-size: .85rem
}

.spectable td .spec-emph {
  font-family: var(--body);
  font-size: .98rem;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.chip {
  padding: 7px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: .82rem;
  color: var(--text-muted);
  background: var(--surface)
}

/* ---- İletişim ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start
}

.cinfo {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.cinfo__card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface)
}

.cinfo__card .ico {
  width: 22px;
  height: 22px;
  color: var(--brand);
  flex: none;
  margin-top: 2px
}

.cinfo__card h3 {
  font-size: .95rem;
  font-weight: 700
}

.cinfo__card p {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.55
}

.cinfo__card a {
  color: var(--text-muted);
  text-decoration: none
}

.cinfo__card a:hover {
  color: var(--brand)
}

.map {
  margin-top: 2px;
  aspect-ratio: 16/11;
  border: 1px solid var(--border);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--text-faint);
  font-family: var(--mono);
  font-size: .8rem;
  background: repeating-linear-gradient(0deg, transparent 0 39px, var(--border) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, var(--border) 39px 40px), var(--bg-alt)
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface)
}

.form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text-muted)
}

.form input,
.form textarea,
.form select {
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: var(--bg);
  color: var(--text);
  font: 400 .92rem var(--body)
}

.form textarea {
  min-height: 132px;
  resize: vertical
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-100)
}

.form .note {
  font-size: .78rem;
  color: var(--text-faint)
}

/* ---- Blog ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px
}

.post {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  text-decoration: none;
  color: var(--text);
  transition: transform .15s, box-shadow .15s
}

.post:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md)
}

.post__img {
  aspect-ratio: 16/9;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--border)
}

.post__img .ico {
  width: 54px;
  height: 54px;
  color: var(--text-faint);
  opacity: .4
}

.post__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1
}

.post__cat {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand)
}

.post h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.32
}

.post__excerpt {
  color: var(--text-muted);
  font-size: .88rem
}

.post__meta {
  margin-top: auto;
  padding-top: 12px;
  font-size: .76rem;
  color: var(--text-faint);
  font-family: var(--mono);
  display: flex;
  gap: 14px
}

.prose {
  max-width: 70ch;
  margin-inline: auto
}

.prose>p:first-child {
  font-size: 1.1rem;
  color: var(--text)
}

.prose h2 {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 1.8em
}

.prose p {
  margin-top: 1.1em;
  color: var(--text)
}

.prose ul {
  margin-top: 1.1em;
  padding-left: 1.3em;
  list-style: disc;
  color: var(--text)
}

.prose li {
  margin-top: .5em
}

.prose blockquote {
  margin: 1.6em 0;
  padding: 2px 0 2px 18px;
  border-left: 3px solid var(--brand);
  color: var(--text-muted);
  font-style: italic
}

/* ---- Sepet ---- */
.cart-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: start
}

.cart-lines {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface)
}

.cart-line {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--border);
  align-items: center
}

.cart-line:last-child {
  border-bottom: 0
}

.cart-line__img {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  color: var(--text-faint)
}

.cart-line__img .ico {
  width: 40px;
  height: 40px
}

.cart-line h3 {
  font-size: .95rem;
  font-weight: 700
}

.cart-line .oem {
  margin-top: 4px;
  font-size: .78rem;
  font-weight: 400;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--text-muted);
  text-transform: none
}

.cart-line__end {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px
}

.cart-line__price {
  font-family: var(--display);
  font-weight: 800;
  font-variant-numeric: tabular-nums
}

.cart-remove {
  background: none;
  border: 0;
  color: var(--text-faint);
  cursor: pointer;
  font-size: .78rem;
  display: inline-flex;
  align-items: center;
  gap: 5px
}

.cart-remove:hover {
  color: var(--brand)
}

.cart-remove .ico {
  width: 14px;
  height: 14px
}

.summary {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  padding: 22px;
  position: sticky;
  top: 140px
}

.summary h2 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px
}

.summary__row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  font-size: .9rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border)
}

.summary__row--total {
  color: var(--text);
  font-weight: 800;
  font-size: 1.05rem;
  border-bottom: 0;
  font-family: var(--display);
  padding-top: 14px
}

.summary .btn {
  margin-top: 16px
}

.summary__promo {
  display: flex;
  gap: 8px;
  margin-top: 14px
}

.summary__promo input {
  flex: 1;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: .85rem
}

/* ---- SSS ---- */
.faq {
  max-width: 820px
}

.faq details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
  margin-bottom: 12px;
  overflow: hidden
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  font-size: .94rem;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq summary::after {
  content: "+";
  font-family: var(--mono);
  font-size: 1.25rem;
  color: var(--brand);
  line-height: 1
}

.faq details[open] summary::after {
  content: "\2013"
}

.faq details[open] summary {
  border-bottom: 1px solid var(--border)
}

.faq__a {
  padding: 16px 20px;
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.6
}

/* ---- Genel iç sayfa yardımcıları ---- */
.rich {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center
}

.rich__media {
  aspect-ratio: 4/3;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--bg-alt);
  display: grid;
  place-items: center;
  color: var(--text-faint)
}

.rich__media .ico {
  width: 34%;
  height: 34%;
  opacity: .4;
  stroke-width: .9
}

.rich h2 {
  font-size: clamp(1.5rem, 2.9vw, 2rem);
  font-weight: 800
}

.rich p {
  margin-top: 14px;
  color: var(--text-muted)
}

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 8px
}

.metric {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface)
}

.metric b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: -.02em
}

.metric span {
  font-size: .83rem;
  color: var(--text-muted)
}

@media (max-width:1024px) {
  .pdp {
    grid-template-columns: 1fr
  }

  .gallery {
    position: static
  }

  .rich {
    grid-template-columns: 1fr
  }
}

@media (max-width:900px) {
  .listing {
    grid-template-columns: 1fr
  }

  .filters {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(88vw, 320px);
    border-radius: 0;
    z-index: 120;
    display: none;
    overflow-y: auto
  }

  .filters.open {
    display: flex
  }

  .filters-toggle {
    display: inline-flex
  }

  .filters__head .drawer__close {
    display: grid
  }
}

@media (max-width:820px) {
  .contact-grid {
    grid-template-columns: 1fr
  }

  .cart-grid {
    grid-template-columns: 1fr
  }

  .summary {
    position: static
  }

  .form .row {
    grid-template-columns: 1fr
  }
}

/* =========================================================
   TEMA DEĞİŞTİRİCİ + AYDINLIK MOD
   ========================================================= */
.theme-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--on-ink-muted);
  font-size: .78rem
}

.theme-toggle:hover {
  color: var(--on-ink)
}

.theme-toggle .ico {
  width: 15px;
  height: 15px
}

.theme-toggle__moon {
  display: none
}

:root[data-theme="light"] .theme-toggle__sun {
  display: none
}

:root[data-theme="light"] .theme-toggle__moon {
  display: inline-block
}

.drawer__util .theme-toggle {
  color: var(--text-muted);
  font-size: .92rem
}

.drawer__util .theme-toggle:hover {
  color: var(--brand)
}

/* ---- Aydınlık mod: koyu şeritleri aç ---- */
:root[data-theme="light"] .utility {
  background: #EEF2F7;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border)
}

:root[data-theme="light"] .utility__links a,
:root[data-theme="light"] .utility__links button {
  color: var(--text-muted)
}

:root[data-theme="light"] .utility__links a:hover,
:root[data-theme="light"] .utility__links button:hover {
  color: var(--text)
}

:root[data-theme="light"] .lang b {
  color: var(--text)
}

:root[data-theme="light"] .utility__phone a {
  color: var(--brand-600)
}

:root[data-theme="light"] .floating-head__in {
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(15, 23, 42, .09);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .13), 0 2px 8px rgba(15, 23, 42, .06)
}

:root[data-theme="light"] .hamburger {
  border-color: var(--border);
  background: var(--bg-alt);
  color: var(--text)
}

:root[data-theme="light"] .brand,
:root[data-theme="light"] .brand .brand__name span {
  color: var(--text)
}

:root[data-theme="light"] .brand .brand__name small {
  color: var(--text-faint)
}

:root[data-theme="light"] .centered-nav .menu {
  background: rgba(15, 23, 42, .04);
  border-color: rgba(15, 23, 42, .08)
}

:root[data-theme="light"] .centered-nav .menu>li>a {
  color: var(--text-muted)
}

:root[data-theme="light"] .centered-nav .menu>li>a:hover,
:root[data-theme="light"] .centered-nav .menu>li>a.is-active {
  color: var(--text);
  background: rgba(15, 23, 42, .09)
}

:root[data-theme="light"] .head-iconbtn {
  background: var(--bg-alt);
  border-color: var(--border);
  color: var(--text-muted)
}

:root[data-theme="light"] .head-iconbtn:hover {
  color: var(--text);
  background: #EAEFF5;
  border-color: var(--border-strong)
}

:root[data-theme="light"] .head-iconbtn .badge {
  border-color: #fff
}

:root[data-theme="light"] .compact-search {
  background: var(--bg-alt);
  border-color: var(--border)
}

:root[data-theme="light"] .compact-search .ico-search,
:root[data-theme="light"] .compact-search input::placeholder {
  color: var(--text-faint)
}

:root[data-theme="light"] .compact-search input {
  color: var(--text)
}

:root[data-theme="light"] .compact-search:focus-within {
  background: #fff
}

:root[data-theme="light"] .section--ink {
  background: var(--bg-alt);
  color: var(--text)
}

:root[data-theme="light"] .section--ink .sec-head p,
:root[data-theme="light"] .section--ink .support p {
  color: var(--text-muted)
}

:root[data-theme="light"] .section--ink .cat {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text)
}

:root[data-theme="light"] .section--ink .cat:hover {
  background: var(--surface);
  border-color: var(--brand);
  box-shadow: var(--shadow-sm)
}

:root[data-theme="light"] .section--ink .cat__meta {
  color: var(--text-faint)
}

:root[data-theme="light"] .section--ink .brand-cell {
  background: var(--surface);
  border-color: var(--border);
}

:root[data-theme="light"] .section--ink .brand-cell .brand-cell__name {
  color: var(--text-muted);
}

:root[data-theme="light"] .section--ink .brand-cell:hover {
  background: var(--surface);
  border-color: var(--brand);
  box-shadow: var(--shadow-sm);
}

:root[data-theme="light"] .section--ink .brand-cell:hover .brand-cell__name {
  color: var(--text);
}

:root[data-theme="light"] .section--ink .support__phone {
  color: var(--text)
}

:root[data-theme="light"] .section--ink .btn--on-ink {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text)
}

:root[data-theme="light"] .section--ink .btn--on-ink:hover {
  border-color: var(--text)
}

:root[data-theme="light"] .b2b__copy p,
:root[data-theme="light"] .b2b__row p {
  color: var(--text-muted)
}

:root[data-theme="light"] .b2b__panel {
  background: var(--surface);
  border-color: var(--border)
}

:root[data-theme="light"] .b2b__row:hover {
  background: var(--bg-alt)
}

:root[data-theme="light"] .b2b__row h3 {
  color: var(--text)
}

:root[data-theme="light"] .foot {
  background: var(--bg-alt);
  color: var(--text-muted);
  border-top: 1px solid var(--border)
}

:root[data-theme="light"] .foot__brand .brand,
:root[data-theme="light"] .foot__brand .brand .brand__name span,
:root[data-theme="light"] .foot__col h4 {
  color: var(--text)
}

:root[data-theme="light"] .foot__contact a,
:root[data-theme="light"] .foot__col a,
:root[data-theme="light"] .foot__social a {
  color: var(--text-muted)
}

:root[data-theme="light"] .foot__contact a:hover,
:root[data-theme="light"] .foot__col a:hover {
  color: var(--text)
}

:root[data-theme="light"] .foot__social a {
  border-color: var(--border)
}

:root[data-theme="light"] .foot__social a:hover {
  border-color: var(--border-strong);
  color: var(--text)
}

:root[data-theme="light"] .foot__bottom {
  border-top-color: var(--border)
}

/* =========================================================
   KATALOG ŞERİDİ
   ========================================================= */
.catalog-band {
  background: var(--ink);
  color: var(--on-ink);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

:root[data-theme="light"] .catalog-band {
  background: var(--text);
  color: #fff
}

.catalog-band__txt {
  max-width: 52ch
}

.catalog-band .eyebrow {
  color: #fff;
  opacity: .85
}

.catalog-band h2 {
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  margin-top: 10px
}

.catalog-band p {
  margin-top: 10px;
  color: var(--on-ink-muted);
  font-size: .95rem
}

:root[data-theme="light"] .catalog-band p {
  color: rgba(255, 255, 255, .7)
}

.catalog-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

/* =========================================================
   ORG PARTS TANITIM SLIDER
   ========================================================= */
.orgp__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 40px;
  flex-wrap: wrap;
  margin-bottom: 28px
}

.orgp__head h2 {
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-top: 10px
}

.orgp__head h2 sup {
  font-size: .5em;
  vertical-align: super
}

.orgp__logo {
  flex: none
}

.orgp__logo svg,
.orgp__logo img {
  height: 66px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block
}

.orgp__slider {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 12px
}

.orgp__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px;
  flex: 1;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.orgp__track::-webkit-scrollbar {
  display: none
}

.orgp__slide {
  scroll-snap-align: start;
  flex: 0 0 min(340px, 82%);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column
}

.orgp__slide__ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--brand-100);
  color: var(--brand);
  display: grid;
  place-items: center;
  margin-bottom: 16px
}

.orgp__slide h3 {
  font-size: 1.05rem;
  font-weight: 700
}

.orgp__slide p {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: .9rem
}

.orgp__nav {
  flex: none;
  align-self: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-muted);
  cursor: pointer;
  display: grid;
  place-items: center
}

.orgp__nav .ico {
  width: 18px;
  height: 18px
}

.orgp__nav:hover {
  border-color: var(--brand);
  color: var(--brand)
}

.orgp__copyright {
  margin-top: 22px;
  font-family: var(--mono);
  font-size: .72rem;
  line-height: 1.7;
  color: var(--text-faint);
  letter-spacing: .02em
}

@media (max-width:640px) {
  .orgp__nav {
    display: none
  }
}

/* ---- Favori butonu durumları ---- */
.btn[data-fav].is-fav {
  background: var(--ink-2);
  color: #fff;
  border-color: transparent
}

:root[data-theme="light"] .btn[data-fav].is-fav {
  background: var(--text);
  color: var(--bg-alt)
}

.btn[data-fav].is-fav .ico {
  fill: currentColor
}

.wish.is-fav {
  color: var(--brand);
  border-color: var(--brand);
  background: var(--brand-100)
}

.wish.is-fav .ico {
  fill: currentColor
}

/* ---- Ürün detay: navigasyon kaldırıldığında üst boşluk ---- */
.section--pdp-top {
  padding-top: clamp(110px, 13vw, 140px)
}

/* ---- Ürün kartı: "İncele" bağlantısı (sepet yerine) ---- */
.prod__view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--brand);
  background: transparent;
  color: var(--brand);
  font-weight: 600;
  border-radius: 11px;
  text-decoration: none;
  transition: background .15s, color .15s
}

.prod__view:hover {
  background: var(--brand);
  color: #fff
}

.prod__view .ico {
  width: 18px;
  height: 18px
}

/* =========================================================
   LARAVEL ENTEGRASYON KÖPRÜLERİ (Akkoç Yedek Parça)
   Tasarım birebir korunur; yalnızca dinamik içerik/eklenti uyumu
   ========================================================= */
/* Dil seçici (utility bar) */
.utility .lang-wrap {
  position: relative;
  display: inline-flex;
  align-items: center
}

/* Buton ile menü arasındaki boşluğu köprüleyen görünmez alan:
   fare menüye giderken :hover kopmasın */
.utility .lang-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  height: 12px;
}

.utility .lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 158px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: 6px;
  display: none;
  z-index: 130
}

.utility .lang-wrap:hover .lang-menu,
.utility .lang-wrap:focus-within .lang-menu {
  display: block
}

.utility .lang-menu a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: .8rem;
  color: var(--text-muted);
  text-decoration: none
}

.utility .lang-menu a:hover,
.utility .lang-menu a.is-active {
  background: var(--bg-alt);
  color: var(--brand)
}

/* Gerçek ürün fotoğrafı (SVG ikon yerine) — tüm görsel görünsün, kırpma/germe yok */
.prod__media .prod__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  z-index: 1;
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
}

.prod:hover .prod__media .prod__photo {
  transform: scale(1.04);
}

.gallery__main .gallery__photo {
  width: 88%;
  height: 88%;
  object-fit: contain
}

.gallery__thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px
}

.cat__photo {
  width: 52px;
  height: 52px;
  object-fit: contain
}

/* Blog / rich görselleri */
.post__img,
.rich__media {
  position: relative;
  overflow: hidden
}

.post__img img,
.rich__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* Laravel pagination -> .pager görünümü */
.pagenav {
  margin-top: 44px
}

.pagenav nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px
}

.pagenav svg {
  width: 16px;
  height: 16px
}

.pagenav [role="navigation"]>div:first-child {
  display: none
}

/* mobil "Previous/Next" bloğu */
.pagenav [role="navigation"]>div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center
}

.pagenav [role="navigation"] p {
  display: none
}

.pagenav a,
.pagenav span {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 600;
  font-size: .88rem;
  background: var(--surface);
  line-height: 1
}

.pagenav a:hover {
  border-color: var(--brand);
  color: var(--brand)
}

.pagenav [aria-current] span,
.pagenav [aria-current] {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand)
}

.pagenav [aria-disabled] span,
.pagenav [aria-disabled] {
  opacity: .4
}

/* WhatsApp yüzen buton (Laravel layout'tan gelirse tasarımla çakışmasın) */
.wa-fab {
  text-decoration: none
}

/* Ürün listeleme: filtre grubu link satırları */
.filter-body a.check {
  text-decoration: none;
  color: var(--text-muted)
}

.filter-body a.check:hover {
  color: var(--text)
}

.filter-body a.check.is-active {
  color: var(--brand);
  font-weight: 700
}

.filter-body a.check .dot {
  width: 15px;
  height: 15px;
  border: 1px solid var(--border);
  border-radius: 5px;
  flex: none;
  display: grid;
  place-items: center;
  font-size: 9px
}

.filter-body a.check.is-active .dot {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff
}

.pdp__gallery-empty {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 18px;
  color: var(--text-faint)
}

/* Hero: banner başına başlık + açıklama (slider ile senkron değişir) */
.hero__slidetext {
  display: none
}

.hero__slidetext.active {
  display: block;
  animation: heroTextIn .45s ease both
}

.hero__slidetext h1 {
  font-weight: 800;
  font-size: clamp(2.3rem, 5vw, 3.85rem);
  line-height: 1.04;
  letter-spacing: -.025em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .6)
}

.hero__slidetext .hero__lead {
  margin-top: 20px
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* ORG Parts slaytı: panelden FontAwesome ikonu geldiğinde boyutlandır */
.orgp__slide__ico i {
  font-size: 20px;
  line-height: 1;
  color: var(--brand)
}

/* =========================================================
   İç sayfa arka plan deseni (ic_banner.png)
   Ana sayfa hariç tüm sayfalarda boş arka planı doldurur
   ========================================================= */
body.page-inner {
  background-color: var(--bg);
}

/* Watermark yalnızca içerik alanının (main) arkasına, sabit konumda */
body.page-inner main#main {
  position: relative;
  z-index: 0;
}

body.page-inner main#main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url('../assets/img/ic_banner.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: min(1600px, 130%) auto;
  opacity: .20;
}

/* Dark modda da belirgin */
:root:not([data-theme="light"]) body.page-inner main#main::before {
  opacity: .28;
}

/* =========================================================
   Ürün açıklaması — editörden yapıştırılan renk/zemin stillerini nötrle
   ("düz yazı beyaz, kopyala-yapıştır siyah zemin" sorunu)
   ========================================================= */
.pdp-desc,
.pdp-desc * {
  background-color: transparent !important;
  color: inherit !important;
}

.pdp-desc [style*="background"],
.pdp-desc [style*="color"] {
  background: transparent !important;
  color: inherit !important;
}

.pdp-desc font[color] {
  color: inherit !important;
}