.agih-duyurular-page{
  padding-top: 120px;
  padding-bottom: 56px;
}

.agih-duyurular-head{
  margin-bottom: 2rem;
}

.agih-duyurular-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.agih-duyuru-card{
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.agih-duyuru-card .card-image{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8fafc;
}

.agih-duyuru-card .card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.agih-duyuru-card__body{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.agih-duyuru-card__badge{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  font-family: GothicCondMedium;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #7a1f36;
  background: #fde8ee;
  border: 1px solid #f4c2cf;
  padding: 0.22rem 0.6rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.agih-duyuru-card__badge::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #b50938;
  border-radius: 50%;
}

.agih-duyuru-card__title{
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
  min-height: 2.6em;
}

.agih-duyuru-card__date{
  margin-top: auto;
  padding-top: 0.9rem;
  color: #6b7280;
  font-family: 'Franklin Gothic', sans-serif;
  font-size: 0.95rem;
}

.agih-duyuru-card__link{
  margin-top: 0.65rem;
  color: #8f0f34;
  text-decoration: none;
  font-family: GothicCondMedium;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}

.agih-duyuru-card__link::after{
  content: "→";
  font-size: 0.95em;
  line-height: 1;
}

.agih-duyuru-card__link:hover{
  color: #830728;
  border-color: #830728;
  gap: 0.5rem;
}

.agih-duyurular-empty{
  border: 1px dashed #d1d5db;
  padding: 2rem 1rem;
  color: #6b7280;
}

.agih-duyuru-detail-page{
  padding-top: 120px;
  padding-bottom: 56px;
}

.agih-duyuru-detail__back{
  display: inline-block;
  margin-bottom: 1rem;
  color: #6b7280;
  text-decoration: none;
  font-family: GothicCondMedium;
}

.agih-duyuru-detail__back:hover{
  color: #111827;
  text-decoration: underline;
}

.agih-duyuru-detail{
  background: #fff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.agih-duyuru-detail__hero{
  width: 100%;
  background: #f8fafc;
}

.agih-duyuru-detail__hero img{
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.agih-duyuru-detail__content{
  padding: 1.25rem 1.25rem 1.5rem;
}

.agih-duyuru-detail__badge{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: GothicCondMedium;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #7a1f36;
  background: #fde8ee;
  border: 1px solid #f4c2cf;
  padding: 0.22rem 0.6rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.agih-duyuru-detail__badge::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #b50938;
  border-radius: 50%;
}

.agih-duyuru-detail__title{
  margin: 0;
  line-height: 1.25;
}

.agih-duyuru-detail__meta{
  margin-top: 0.6rem;
  color: #6b7280;
  font-family: 'Franklin Gothic', sans-serif;
}

.agih-duyuru-detail__body{
  margin-top: 1rem;
}

.agih-duyuru-detail__actions{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.agih-duyuru-detail__actions .btn{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.agih-duyuru-detail__actions .btn::after{
  content: "→";
  font-size: 0.95em;
  line-height: 1;
}

.agih-duyuru-detail__btn{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-family: GothicCondMedium;
  padding: 0.58rem 0.95rem;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.agih-duyuru-detail__btn::after{
  content: "→";
  font-size: 0.95em;
  line-height: 1;
}

.agih-duyuru-detail__btn--primary{
  background: #b50938;
  color: #fff;
  border-color: #b50938;
}

.agih-duyuru-detail__btn--primary:hover{
  background: #830728;
  border-color: #830728;
  color: #fff;
}

.agih-duyuru-detail__btn--secondary{
  background: #fff;
  color: #8f0f34;
  border-color: #d6a8b6;
}

.agih-duyuru-detail__btn--secondary:hover{
  color: #830728;
  border-color: #b50938;
  background: #fff7fa;
}

.agih-duyuru-detail__notfound{
  border: 1px dashed #d1d5db;
  padding: 2rem 1rem;
  text-align: center;
}

.agih-iletisim-page{
  padding-top: 120px;
  padding-bottom: 56px;
}

.agih-iletisim-head{
  margin-bottom: 2rem;
}

.agih-iletisim-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.agih-iletisim-card{
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
}

.agih-iletisim-card__title{
  margin: 0 0 1rem 0;
  font-size: 1.35rem;
  font-family: GothicCondMedium;
}

.agih-iletisim-item + .agih-iletisim-item{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.agih-iletisim-item h3{
  margin: 0 0 0.35rem 0;
  font-size: 1.02rem;
  font-family: GothicCondMedium;
  color: #111827;
}

.agih-iletisim-item p{
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.agih-iletisim-item a{
  color: #8f0f34;
  text-decoration: none;
}

.agih-iletisim-item a:hover{
  color: #830728;
  text-decoration: underline;
}

.agih-yayinlar-page{
  padding-top: 120px;
  padding-bottom: 56px;
}

.agih-yayinlar-head{
  margin-bottom: 2rem;
}

.agih-yayinlar-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.agih-yayin-card{
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.agih-yayin-card .card-image{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8fafc;
}

.agih-yayin-card .card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.agih-yayin-card__body{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.agih-yayin-card__badge{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  font-family: GothicCondMedium;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #2f4d74;
  background: #eaf3fd;
  border: 1px solid #c7ddf5;
  padding: 0.22rem 0.6rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.agih-yayin-card__badge::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #2e78c7;
  border-radius: 50%;
}

.agih-yayin-card__title{
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
}

.agih-yayin-card__meta{
  margin-top: 0.65rem;
  color: #6b7280;
  font-family: 'Franklin Gothic', sans-serif;
  font-size: 0.92rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.agih-yayin-card__text{
  margin: 0.75rem 0 0 0;
  color: #4b5563;
  line-height: 1.45;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agih-yayin-card__link{
  margin-top: auto;
  padding-top: 0.85rem;
  color: #2e78c7;
  text-decoration: none;
  font-family: GothicCondMedium;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.agih-yayin-card__link::after{
  content: "→";
  font-size: 0.95em;
  line-height: 1;
}

.agih-yayin-card__link:hover{
  color: #1f5e9f;
  border-color: #1f5e9f;
  gap: 0.5rem;
}

.agih-yayinlar-empty{
  border: 1px dashed #d1d5db;
  padding: 2rem 1rem;
  color: #6b7280;
}

.agih-yayin-detail-page{
  padding-top: 120px;
  padding-bottom: 56px;
}

.agih-yayin-detail-back{
  display: inline-block;
  margin-bottom: 1rem;
  color: #6b7280;
  text-decoration: none;
  font-family: GothicCondMedium;
}

.agih-yayin-detail-back:hover{
  color: #111827;
  text-decoration: underline;
}

.agih-yayin-detail-hero{
  background: #fff;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 1.1rem;
  padding: 1rem;
}

.agih-yayin-detail-hero__cover img{
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.agih-yayin-detail-hero__placeholder{
  min-height: 240px;
  background: #f8fafc;
  border: 1px dashed #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.agih-yayin-detail-badge{
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  font-family: GothicCondMedium;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #2f4d74;
  background: #eaf3fd;
  border: 1px solid #c7ddf5;
  padding: 0.22rem 0.6rem;
  text-transform: uppercase;
}

.agih-yayin-detail-badge::before{
  content: "";
  width: 6px;
  height: 6px;
  background: #2e78c7;
  border-radius: 50%;
}

.agih-yayin-detail-title{
  margin: 0.75rem 0 0 0;
  line-height: 1.25;
}

.agih-yayin-detail-meta{
  margin-top: 0.8rem;
  color: #4b5563;
  line-height: 1.45;
}

.agih-yayin-detail-meta div + div{
  margin-top: 0.35rem;
}

.agih-yayin-detail-actions{
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.agih-yayin-detail-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-family: GothicCondMedium;
  padding: 0.58rem 0.95rem;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.agih-yayin-detail-btn::after{
  content: "→";
  font-size: 0.95em;
  line-height: 1;
}

.agih-yayin-detail-btn--primary{
  background: #2e78c7;
  border-color: #2e78c7;
  color: #fff;
}

.agih-yayin-detail-btn--primary:hover{
  background: #1f5e9f;
  border-color: #1f5e9f;
  color: #fff;
}

.agih-yayin-detail-btn--secondary{
  background: #fff;
  color: #1f5e9f;
  border-color: #b8d2ee;
}

.agih-yayin-detail-btn--secondary:hover{
  background: #f2f8ff;
  border-color: #2e78c7;
  color: #1f5e9f;
}

.agih-yayin-detail-content{
  margin-top: 1.25rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 1.1rem;
}

.agih-yayin-detail-notfound{
  border: 1px dashed #d1d5db;
  padding: 2rem 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .agih-duyurular-page{
    padding-top: 100px;
  }
  .agih-iletisim-page{
    padding-top: 100px;
  }
  .agih-yayinlar-page{
    padding-top: 100px;
  }
  .agih-yayin-detail-page{
    padding-top: 100px;
  }
  .agih-yayinlar-grid{
    grid-template-columns: 1fr;
  }
  .agih-yayin-detail-hero{
    grid-template-columns: 1fr;
  }
  .agih-iletisim-grid{
    grid-template-columns: 1fr;
  }
  .agih-duyuru-detail-page{
    padding-top: 100px;
  }
  .agih-duyurular-grid{
    grid-template-columns: 1fr;
  }
}
