/* ER-AY TÜRSAB belge bilgisi entegrasyonu */
.tursab-hero-card {
  display: inline-flex;
  flex: 0 0 auto;
  width: 198px;
  align-self: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.38), 0 0 0 1px rgba(215,176,106,.22);
  transition: transform .22s ease, box-shadow .22s ease;
}
.tursab-hero-card:hover,
.tursab-hero-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.48), 0 0 0 1px rgba(240,196,107,.55);
  outline: none;
}
.tursab-hero-card img,
.tursab-footer-card img { display:block; width:100%; height:auto; }

.tursab-footer-block {
  margin-top: 1.25rem;
  max-width: 292px;
}
.tursab-footer-card {
  display: block;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 12px 32px rgba(0,0,0,.42), 0 0 0 1px rgba(215,176,106,.18);
  transition: transform .22s ease, box-shadow .22s ease;
}
.tursab-footer-card:hover,
.tursab-footer-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(0,0,0,.5), 0 0 0 1px rgba(240,196,107,.5);
  outline: none;
}
.tursab-footer-meta {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .85rem;
  font-size: .76rem;
  line-height: 1.35;
  color: #a1a1aa;
}
.tursab-footer-meta strong { color:#f0c46b; letter-spacing:.03em; }
.tursab-official-note {
  margin-top: .45rem;
  font-size: .7rem;
  color: #71717a;
}

@media (max-width: 639px) {
  .tursab-hero-card {
    width: min(100%, 280px);
    justify-self: center;
    margin-inline: auto;
  }
  .tursab-footer-block { max-width: 280px; }
}
