/* urunler — SoT 3+5 (filtre sayaç + tipografi) sot246u */
.hero {
  padding: clamp(28px, 4vw, 48px) 0 clamp(18px, 2.5vw, 28px);
  background:
    radial-gradient(ellipse 48% 70% at 78% 38%, rgba(120, 150, 255, 0.2), transparent 68%),
    linear-gradient(180deg, #eef4fc 0%, #fff 100%);
}
.breadcrumb { margin: 0 0 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: #8b93b0; }
.breadcrumb a { color: #8b93b0; }
.breadcrumb span { margin: 0 6px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 24px; align-items: center; }
.hero__title { margin: 0 0 14px; font-size: clamp(30px, 3.8vw, 46px); line-height: 1.15; font-weight: 700; color: var(--navy); letter-spacing: -0.03em; }
.hero__lead { margin: 0 0 22px; max-width: 48ch; color: var(--muted); font-size: clamp(14px, 1.1vw, 16px); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__visual { position: relative; display: flex; justify-content: flex-end; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(120,155,255,0.35), transparent 70%); filter: blur(12px); }
.hero__visual img { position: relative; z-index: 1; width: 100%; max-width: 720px; }

.filters { padding: 8px 0 0; }
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; flex: 1 1 auto; min-width: 0; }
.filter-tab {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px;
  border: 1px solid #e7ecf6; background: #fff; color: var(--navy-text); font-size: 13px; font-weight: 600;
}
.filter-tab img { width: 18px; height: 18px; }
.filter-tab.is-active { background: var(--blue); color: #fff; border-color: var(--blue); }

/* Sayaç arama kutusunun YANINDA (kullanıcı: yanında olsun) */
.filter-tools {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
  margin: 0;
  min-width: 0;
}
.search {
  display: inline-flex;
  align-items: center;
  margin: 0;
  flex: 0 0 auto;
}
.search input {
  width: 240px;
  max-width: 42vw;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid #d9e0f0;
  font: inherit;
  font-size: 14px;
  color: var(--navy-text);
  background: #fff;
  box-sizing: border-box;
}
.search input::placeholder { color: #9aa3b5; }
.filter-count {
  margin: 0;
  padding: 0 4px 0 0;
  font-size: 12.5px;
  font-weight: 500;
  color: #7a849f;
  white-space: nowrap;
  line-height: 1.2;
  flex: 0 0 auto;
  align-self: flex-end;
  text-align: right;
}

.products-section { padding: clamp(24px, 3.5vw, 40px) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; gap: 12px; }
.section-head h2 { margin: 0; font-size: clamp(24px, 2.4vw, 32px); color: var(--navy); font-weight: 700; }
.sort-label {
  font-size: 13px; font-weight: 600; color: var(--navy-text); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 14px; background: #fff;
}

/* Madde 2 — ürün kartları okunaklı: 3×2 (6 kolon ufalanıyordu) */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 22px);
  align-items: stretch;
}
.rich-card {
  background: #fff;
  border: 1px solid #e7ecf6;
  border-radius: 14px;
  padding: clamp(20px, 1.8vw, 24px) clamp(18px, 1.5vw, 22px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
.rich-card.is-hidden { display: none; }
.rich-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.rich-card__top img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: contain;
  flex-shrink: 0;
}
.tag {
  font-size: clamp(11px, 0.9vw, 12px);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  background: #eef1ff;
  color: #3b4fd9;
}
.tag--pazaryeri { background: #eef2ff; color: #2f44d9; }
.tag--nebim { background: #e9f9ef; color: #15803d; }
.tag--mobil { background: #eef2ff; color: #4338ca; }
.tag--analitik { background: #f3e8ff; color: #7c3aed; }

.rich-card h3 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 700;
  color: #0f1a4d;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.rich-card > p {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.05vw, 15px);
  font-weight: 400;
  color: #8b93a7;
  line-height: 1.6;
  min-height: 0;
}

.checks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 7px;
}
.checks li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(13px, 0.95vw, 14px);
  font-weight: 500;
  color: #5c657a;
  line-height: 1.4;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("../../assets/common/check.png") center / contain no-repeat;
}

.rich-card__price {
  margin-top: auto;
  padding-top: 4px;
}
.rich-card__price strong {
  display: inline;
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.rich-card__price .per {
  font-size: clamp(13px, 0.95vw, 14px);
  font-weight: 500;
  color: #6d7aef;
}
.rich-card__price .vat {
  display: block;
  margin-top: 2px;
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 400;
  color: #9aa3b5;
}

.rich-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #eef1ff;
  color: var(--blue);
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}
.rich-card__cta:hover { background: #e4e8ff; }
.rich-card__cta span { font-weight: 500; }

/* Madde 3 — trust tipografi / panel HEDEF */
.page-urunler .trust {
  background: #fff;
  border: 0;
  padding: 8px 0 4px;
}
.page-urunler .trust__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #f4f8fc;
  border-radius: 14px;
  padding: 18px clamp(24px, 3vw, 40px);
  border: 0;
  gap: 0;
}
.page-urunler .trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px clamp(12px, 1.4vw, 20px);
  border-left: 1px solid #dde5f0;
  min-width: 0;
}
.page-urunler .trust__item:first-child {
  border-left: 0;
}
.page-urunler .trust__item .ico-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e4ebfa;
  color: #2f44d9;
}
.page-urunler .trust__item .ico-bubble svg {
  display: block;
  width: 22px;
  height: 22px;
}
.page-urunler .trust__item > div {
  min-width: 0;
  flex: 1 1 auto;
}
.page-urunler .trust__item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0a1468;
  margin-bottom: 2px;
  line-height: 1.25;
}
.page-urunler .trust__item span {
  display: block;
  font-size: 12.5px;
  font-weight: 400;
  color: #8b93a7;
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .hero__grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .page-urunler .trust__row { grid-template-columns: 1fr 1fr; }
  .page-urunler .trust__item:nth-child(odd) { border-left: 0; }
}
@media (max-width: 700px) {
  .product-grid { grid-template-columns: 1fr; }
  .filter-tools {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .search { flex: 1 1 auto; min-width: 0; }
  .search input { width: 100%; max-width: none; }
  .page-urunler .trust__row { grid-template-columns: 1fr; }
  .page-urunler .trust__item {
    border-left: 0;
    border-top: 1px solid #dde5f0;
  }
  .page-urunler .trust__item:first-child { border-top: 0; }
}
