/* ══════════════════════════════════════════════
   CONTENT.CSS — Alüminyum Endüstri Şablonu
   Renk paleti: #2c2e35 | #e20032 | #5b6c80
   ══════════════════════════════════════════════ */

/* ───────────────────────────────────────────────
   HERO
   ─────────────────────────────────────────────── */
.as-hero {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}


/* Sadece alt kısımda degrade — resim üstte tam görünür */
.as-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(10, 12, 16, .95) 0%, rgba(10, 12, 16, .70) 28%, rgb(10 12 16 / 36%) 55%, #0000007a 78%)
}

/* Yatay tarama çizgileri */
.as-hero__overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    transparent           0px,
    transparent           3px,
    rgba(255,255,255,.03) 3px,
    rgba(255,255,255,.03) 4px
  );
  pointer-events: none;
}

/* İçerik */
.as-hero__body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 0;
}

/* Kategori üst yazısı */
.as-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e20032;
  margin: 0 0 14px;
  padding: 0;
}
.as-hero__eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #e20032;
  flex-shrink: 0;
}

/* Başlık */
.as-hero__title {
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 800;
  color: #fff;
  line-height: 1.06;
  margin: 0 0 0;
  letter-spacing: -.025em;
  text-shadow: 0 2px 20px rgba(0,0,0,.30);
  max-width: 780px;
}

/* Alt bar */
.as-hero__bottom {
  margin-top: 28px;
  padding-bottom: 44px;
}

/* Breadcrumb — cam pill */
.as-hero__crumb {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 40px;
  padding: 7px 7px 7px 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13.5px;
  flex-wrap: wrap;
}

.as-hero__crumb-link {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 20px;
  transition: color .18s, background .18s;
}
.as-hero__crumb-link:hover {
  color: #fff;
  background: rgba(255,255,255,.10);
}

.as-hero__crumb-sep {
  color: rgba(255,255,255,.20);
  font-size: 10px;
  padding: 0 2px;
  user-select: none;
}

/* Aktif sayfa — koyu pill */
.as-hero__crumb-current {
  display: inline-block;
  background: #2c2e35;
  color: #fff;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 4px;
}

/* ───────────────────────────────────────────────
   İÇERİK ALANI ARACI (section transition)
   ─────────────────────────────────────────────── */
.as-section {
  padding: 72px 0 96px;
  background: #f6f7f9;
  margin-top: -2px;
}

/* ───────────────────────────────────────────────
   İÇERİK (madde5)
   ─────────────────────────────────────────────── */
.madde5 {
  font-size: 16px;
  line-height: 1.85;
  color: #2c2e35;
  margin-bottom: 48px;
}
.madde5 h2, .madde5 h3 {
  color: #2c2e35;
  margin-top: 2em;
  margin-bottom: .6em;
}
.madde5 a { color: #5b6c80; }
.madde5 a:hover { color: #e20032; }
.madde5 img { border-radius: 8px; max-width: 100%; }
.madde5 ul,
.madde5 ol {
  margin: 0 0 1.2em 1.4em;
  padding-left: .4em;
}
.madde5 ul { list-style: none; margin-left: 0; padding-left: 0; }
.madde5 ol { list-style: decimal; }
.madde5 ul li,
.madde5 ol li {
  display: list-item;
  list-style: inherit;
  margin-bottom: .35em;
}
.madde5 ul li {
  position: relative;
  padding-left: 26px;
}
.madde5 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .46em;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23e20032' d='M6.2 11.2 2.9 7.9l-1.4 1.4 4.7 4.7L14.5 5.7l-1.4-1.4z'/%3E%3C/svg%3E");
}
.madde5 ol li::marker {
  color: #2c2e35;
}

/* ───────────────────────────────────────────────
   GALERİ
   ─────────────────────────────────────────────── */
.as-gallery {
  margin-bottom: 56px;
}

.as-gallery__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
}

.as-gallery__img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  transition: transform .45s cubic-bezier(.25,.46,.45,.94);
}

.as-gallery__item:hover .as-gallery__img {
  transform: scale(1.07);
}

.as-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 50%, rgba(44,46,53,.60) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  opacity: 0;
  transition: opacity .3s;
}

.as-gallery__item:hover .as-gallery__overlay { opacity: 1; }

.as-gallery__zoom {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 1.5px solid rgba(255,255,255,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  backdrop-filter: blur(4px);
  transition: background .2s, border-color .2s;
}
.as-gallery__item:hover .as-gallery__zoom {
  background: #e20032;
  border-color: #e20032;
}
.as-gallery__cap {
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #2c2e35;
  line-height: 1.45;
  text-align: center;
}

/* ───────────────────────────────────────────────
   DÖKÜMANLAR
   ─────────────────────────────────────────────── */
.as-docs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 56px;
}

.as-docs__item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  padding: 18px 22px;
  text-decoration: none;
  color: #2c2e35;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.as-docs__item:hover {
  border-color: #e20032;
  box-shadow: 0 6px 28px rgba(226,0,50,.10);
  transform: translateX(4px);
  color: #2c2e35;
}

.as-docs__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(91,108,128,.08);
  color: #5b6c80;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s, color .25s;
}
.as-docs__item:hover .as-docs__icon {
  background: #e20032;
  color: #fff;
}

.as-docs__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.as-docs__name {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.as-docs__meta {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5b6c80;
}

.as-docs__arrow {
  color: rgba(91,108,128,.45);
  flex-shrink: 0;
  transition: color .2s, transform .2s;
}
.as-docs__item:hover .as-docs__arrow {
  color: #e20032;
  transform: translateX(4px);
}

/* ───────────────────────────────────────────────
   AÇILIR İÇERİKLER (ACCORDION)
   ─────────────────────────────────────────────── */
.as-accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 56px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-accordion > li {
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}

.as-accordion > li.uk-open {
  border-color: #e20032;
  box-shadow: 0 4px 20px rgba(226,0,50,.08);
}

.as-accordion .uk-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #2c2e35;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s;
}
.as-accordion .uk-accordion-title::before {
  content: none !important;
  display: none !important;
}
.as-acc-title-text {
  flex: 1;
  text-align: left;
  min-width: 0;
}
.as-accordion .uk-accordion-title:hover,
.as-accordion > li.uk-open .uk-accordion-title {
  color: #e20032;
}

.as-acc-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(91,108,128,.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b6c80;
  transition: background .25s, color .25s, transform .3s;
}
.as-accordion > li.uk-open .as-acc-icon {
  background: #e20032;
  color: #fff;
  transform: rotate(180deg);
}

.as-accordion .uk-accordion-content {
  padding: 0 24px 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #5b6c80;
  border-top: 1px solid #f0f1f3;
  margin: 0;
}
.as-accordion .uk-accordion-content img {
  border-radius: 8px;
  max-width: 100%;
  margin-bottom: 16px;
}

/* ───────────────────────────────────────────────
   ALT KATEGORİ KUTULARI (RESİMSİZ)
   ─────────────────────────────────────────────── */
.altcat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 56px;
}

.altcat-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 74px;
  padding: 14px 18px;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  background: #fff;
  color: #2c2e35;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  transition: border-color .2s, color .2s, box-shadow .2s, transform .2s;
}
.altcat-card__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(226,0,50,.10);
  color: #e20032;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}
.altcat-card__text {
  flex: 1;
  min-width: 0;
}
.altcat-card__meta {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.altcat-card__thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
  border: 1px solid #eceef2;
}
.altcat-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.altcat-card:hover {
  border-color: #e20032;
  color: #e20032;
  box-shadow: 0 8px 22px rgba(226,0,50,.12);
  transform: translateY(-2px);
}
.altcat-card:hover .altcat-card__icon {
  background: #e20032;
  color: #fff;
}

/* Sadece tesisler (id=2) için zigzag düzeni */
.altcat-list--tesis {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}

.altcat-item--tesis {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: #2c2e35;
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, color .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.altcat-item--tesis:nth-child(even) {
  flex-direction: row-reverse;
}
.altcat-item--tesis:hover {
  border-color: #e20032;
  box-shadow: 0 6px 20px rgba(226,0,50,.10);
  color: #e20032;
}
.altcat-item--tesis:hover .altcat-item__icon {
  background: #e20032;
  color: #fff;
}

.altcat-item__thumb {
  flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.altcat-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.altcat-item--tesis:hover .altcat-item__thumb img {
  transform: scale(1.05);
}

.altcat-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem 2rem;
  gap: 10px;
}

.altcat-item__title {
  font-size: 1.35rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.3;
}

.altcat-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(226,0,50,.10);
  color: #e20032;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, color .2s;
}

.altcat-item__desc {
  font-size: 1rem;
  line-height: 1.75;
  color: #5b6475;
}

/* ───────────────────────────────────────────────
   KATEGORİ SATIRLARI
   ─────────────────────────────────────────────── */
.kat-list {
  margin-bottom: 72px;
}

.kat-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e4e6ea 30%, #e4e6ea 70%, transparent);
  margin: 0;
}

.kat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 72px 0;
}

.kat-row--reverse {
  direction: rtl;
}
.kat-row--reverse > * {
  direction: ltr;
}

.kat-row__img {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 12px 48px rgba(44,46,53,.14);
  aspect-ratio: 4 / 3;
}

.kat-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.25,.46,.45,.94);
  display: block;
}
.kat-row__img:hover img { transform: scale(1.05); }

.kat-row__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 7px 14px 7px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #2c2e35;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 2px 12px rgba(44,46,53,.18);
}

.kat-row__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e20032;
  flex-shrink: 0;
}

.kat-row__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kat-row__num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #e20032;
}

.kat-row__title {
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  color: #2c2e35;
  line-height: 1.2;
  margin: 0;
}

.kat-row__title-link {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.kat-row__title-link:hover { color: #e20032; }

.kat-row__desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: #5b6c80;
  margin: 0;
}

.kat-row__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #2c2e35;
  transition: color .2s;
  width: fit-content;
}
.kat-row__link:hover { color: #e20032; }

.kat-row__link-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #2c2e35;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .25s, border-color .25s, color .25s;
}
.kat-row__link-arrow svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.kat-row__link:hover .kat-row__link-arrow {
  background: #e20032;
  border-color: #e20032;
  color: #fff;
}

/* ───────────────────────────────────────────────
   URUN ARAMA
   ─────────────────────────────────────────────── */
.urun-search {
  margin-bottom: 28px;
  padding: 14px;
  border: 1px solid #e4e6ea;
  border-radius: 14px;
  background: #fff;
}
.urun-search__form {
  display: flex;
  gap: 10px;
  align-items: center;
}
.urun-search__input {
  width: 100%;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  height: 50px;
  min-height: 50px;
  line-height: 50px;
  border: 1px solid #cfd5de;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 15px;
  color: #2c2e35;
  background: #fbfcfe;
  -webkit-appearance: none;
  appearance: none;
}
.urun-search__btn {
  height: 50px;
  min-height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #e20032;
  cursor: pointer;
}
.urun-search__result-head {
  margin-top: 12px;
  font-size: 14px;
  color: #4c5a6b;
  line-height: 1.5;
}
.urun-search__query {
  margin-bottom: 2px;
  word-break: break-word;
}
.urun-grid--search {
  margin-top: 12px;
}
.urun-search__empty {
  margin-top: 12px;
  font-size: 14px;
  color: #5b6c80;
  padding: 12px 14px;
  border: 1px dashed #d5dae2;
  border-radius: 10px;
  background: #fbfcfe;
}

/* ───────────────────────────────────────────────
   URUN DETAY
   ─────────────────────────────────────────────── */
.urun-detay {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  clear: both;
}
.urun-detay__img-wrap {
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 16px;
  padding: 18px;
  position: sticky;
  top: 110px;
  align-self: start;
}
.urun-detay__img-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8fa;
}
.urun-detay__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}
.urun-detay__body {
  background: #fff;
  border: 1px solid #e4e6ea;
  border-radius: 16px;
  padding: 24px 26px;
  overflow: hidden;
}
.urun-detay__sub {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5b6c80;
}
.urun-detay__title {
  margin: 0 0 20px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #2c2e35;
}
.urun-detay__content {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.urun-detay__content::after {
  content: "";
  display: block;
  clear: both;
}
.urun-detay__content > *:last-child {
  margin-bottom: 0 !important;
}
.urun-detay__content img {
  max-width: 100%;
  height: auto;
}
.urun-detay__content .uk-overflow-auto {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.urun-detay__content table {
  width: 100% !important;
  max-width: 100% !important;
  display: table;
  table-layout: auto;
  border-collapse: collapse;
}
.urun-detay__content table th,
.urun-detay__content table td {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.as-section::after {
  content: "";
  display: block;
  clear: both;
}
.urun-detay-page {
  position: relative;
  z-index: 1;
}
.urun-detay-page + .footer-main {
  position: relative;
  z-index: 2;
  clear: both;
}
.urun-detay__empty {
  padding: 14px 16px;
  border: 1px dashed #d5dae2;
  border-radius: 10px;
  color: #5b6c80;
  background: #fbfcfe;
  font-size: 14px;
}

/* ───────────────────────────────────────────────
   ÜRÜN GRID
   ─────────────────────────────────────────────── */
.urun-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.urun-grid.uk-grid {
  margin-left: -14px;
}

.urun-grid.uk-grid > * {
  padding-left: 14px;
}

.urun-grid.uk-grid > * {
  margin-top: 14px;
}

.urun-item {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e4e6ea;
  border-radius: 14px;
  background: #fff;
  transition: background .2s;
  height: 100%;
}
.urun-item:hover { background: #fdf5f6; }

.urun-item__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  min-height: 136px;
}

.urun-item__img {
  width: 104px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f1f3;
  border: 1px solid #e4e6ea;
}
.urun-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s;
}
.urun-item:hover .urun-item__img img { transform: scale(1.03); }

.urun-item__body {
  flex: 1;
  min-width: 0;
}

.urun-item__num {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  color: #5b6c80;
  margin-bottom: 4px;
}

.urun-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #2c2e35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s;
}
.urun-item:hover .urun-item__title { color: #e20032; }

.urun-item__sub {
  font-size: 13px;
  color: #5b6c80;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.urun-item__arrow {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(91,108,128,.30);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(91,108,128,.55);
  transition: background .25s, border-color .25s, color .25s, transform .25s;
}
.urun-item__arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.urun-item:hover .urun-item__arrow {
  background: #e20032;
  border-color: #e20032;
  color: #fff;
  transform: translateX(3px);
}

/* ───────────────────────────────────────────────
   RESPONSİVE
   ─────────────────────────────────────────────── */
@media (min-width: 2000px) {
  .as-hero { min-height: 600px; }
}

@media (max-width: 1799px) {
  .as-hero { min-height: 500px; }
}

@media (max-width: 1199px) {
  .as-hero { min-height: 450px; }
}

@media (max-width: 959px) {
  .as-hero { min-height: 460px; }
  .as-hero__title { font-size: clamp(26px, 5vw, 44px); }
  .as-hero__bottom { padding-bottom: 32px; }
  .altcat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .altcat-item__thumb { flex: 0 0 46%; max-width: 46%; }
  .altcat-item__body { padding: 1.4rem 1.6rem; }

  .kat-row {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }
  .kat-row--reverse { direction: ltr; }
  .kat-row__img { max-width: 100%; }
  .urun-detay { grid-template-columns: 1fr; gap: 18px; }
  .urun-detay__img-wrap { position: static; top: auto; }
}

@media (max-width: 767px) {
  .as-hero { min-height: 410px; }
}

@media (max-width: 639px) {
  .as-section { padding: 48px 0 64px; }
  .as-hero { min-height: 340px; }
  .as-hero__title { font-size: clamp(22px, 7vw, 34px); }
  .as-hero__bottom { padding-bottom: 24px; margin-top: 10px; }
  .as-hero__bottom-line { height: 20px; margin-right: 14px; }
  .as-hero__ghost { display: none; }
  .as-hero__bottom { padding: 15px 0; }
  .as-hero__crumb-link, .as-hero__crumb-current { font-size: 11px; padding: 3px 6px; }

  .as-docs__item { padding: 14px 16px; gap: 12px; }
  .as-docs__icon { width: 38px; height: 38px; }
  .altcat-grid { grid-template-columns: 1fr; gap: 10px; }
  .altcat-card { min-height: 62px; font-size: 16px; }
  .altcat-item--tesis,
  .altcat-item--tesis:nth-child(even) { flex-direction: column; }
  .altcat-item__thumb { flex: 0 0 auto; max-width: 100%; aspect-ratio: 16 / 9; width: 100%; }
  .altcat-item__body { padding: 1.2rem 1.4rem; }
  .urun-search { padding: 12px; }
  .urun-search__form { flex-direction: column; align-items: stretch; }
  .urun-search__input,
  .urun-search__btn {
    height: 46px;
    min-height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .urun-search__input { width: 100%; display: block; }
  .urun-search__btn { width: 100%; }
  .urun-search__result-head { font-size: 13px; }

  .urun-grid.uk-grid {
    margin-left: -10px;
  }
  .urun-grid.uk-grid > * {
    padding-left: 10px;
    margin-top: 10px;
  }
  .urun-item__inner { padding: 16px 18px; min-height: 104px; }
  .urun-item__img { width: 80px; height: 80px; }
  .urun-item__title { font-size: 16px; }
  .urun-detay__img-wrap { padding: 12px; border-radius: 12px; }
  .urun-detay__body { padding: 16px; border-radius: 12px; }
  .urun-detay__title { margin-bottom: 14px; }
}

@media (max-width: 479px) {
  .as-hero { min-height: 300px; }
}
