/* Ana sayfa: hero altı bölümler + footer (SiteLanding) */

.yh-landing {
  color: #1a2332;
}

.yh-landing--news,
.yh-landing--events,
.yh-landing--cta {
  background: #fff;
}

.yh-landing--mayor,
.yh-landing--institutions,
.yh-landing--projects {
  background: #f4f7fb;
}

.yh-landing__inner {
  max-width: 1200px;
}

.yh-landing__h2 {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: -0.02em;
  margin: 0;
  color: #0f172a;
}

.yh-landing__lead {
  font-size: 0.95rem;
  max-width: 52ch;
}

.yh-landing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8ecf2;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}

.yh-landing-card:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.yh-landing-card--horizontal {
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 575.98px) {
  .yh-landing-card--horizontal {
    flex-direction: column;
  }
}

.yh-landing-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8ecf2;
}

.yh-landing-card__media--sm {
  flex: 0 0 140px;
  aspect-ratio: 1;
  max-height: 140px;
}

.yh-landing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yh-landing-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 140px;
  background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
}

.yh-landing-card__body {
  padding: 1rem 1.15rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.yh-landing-card__meta {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.yh-landing-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}

.yh-landing-card__title a {
  color: #0f172a;
  text-decoration: none;
}

.yh-landing-card__title a:hover {
  color: #0d6efd;
}

.yh-landing-card__summary {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.yh-landing-mayor__photo {
  max-width: 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.15);
}

.yh-landing-mayor__photo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.yh-landing-mayor__name {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.yh-landing-mayor__role {
  font-size: 1rem;
}

.yh-landing-mayor__bio {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #334155;
}

.yh-landing-pill {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8ecf2;
  text-decoration: none;
  color: #0f172a;
  height: 100%;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.yh-landing-pill:hover {
  border-color: #3d9f94;
  box-shadow: 0 4px 16px rgba(61, 159, 148, 0.15);
  color: #0f172a;
}

.yh-landing-pill__title {
  font-weight: 700;
  font-size: 0.95rem;
}

.yh-landing-pill__sub {
  font-size: 0.82rem;
  color: #64748b;
}

.yh-landing-cta-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 18px;
  padding: 1.75rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.yh-landing-cta-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.yh-landing-cta-card__icon--wa {
  background: rgba(25, 135, 84, 0.15);
  color: #198754;
}

.yh-site-footer {
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.yh-footer-logo-disc {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.yh-footer-logo-disc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yh-footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-block;
  padding: 0.2rem 0;
}

.yh-footer-links a:hover {
  color: #a7f3d0;
}

/*
 * Yalnızca ana sayfa «Ahmetli'den Haberler» (#haberler): kart görsel alanı.
 * home-laravel-main’dan sonra yüklendiği için burada sabitlenir; başka sayfalara taşmaz.
 */
.news-section-full#haberler .news-card-image-wrapper {
  height: 264px;
  min-height: 264px;
  max-height: 264px;
}

.news-section-full#haberler .news-card-image-wrapper img,
.news-section-full#haberler .news-card-image-wrapper img.news-card-img-fit {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news-section-full#haberler .news-card-image-placeholder {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}

/* Kurumsal duyuru / ihale+ilan dış kart (iç liste = home-laravel-main .announcement-item) */
.yh-corp-feed--duyuru,
.yh-corp-feed--ihale-ilan {
  background: linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.35rem 1.4rem 1.25rem;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.yh-corp-feed__lead {
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
}

.yh-corp-feed__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
  align-items: start;
}

@media (max-width: 575.98px) {
  .yh-corp-feed__split {
    grid-template-columns: 1fr;
  }
}

.yh-corp-feed__subh {
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.announcements-list--compact .announcement-item {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.yh-ihale-ilan-hub__head .news-section-title {
  margin-bottom: 0.35rem;
}

.yh-ihale-ilan-card {
  background: #fff;
  border: 1px solid #e8ecf2;
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.25rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.yh-ihale-ilan-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.yh-ihale-ilan-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.yh-ihale-ilan-hub__list {
  margin: 0;
  padding: 0;
}

.yh-ihale-ilan-hub__list li + li {
  border-top: 1px solid #eef2f7;
}

.yh-ihale-ilan-hub__link {
  display: block;
  padding: 0.65rem 0;
  text-decoration: none;
  color: #1e293b;
}

.yh-ihale-ilan-hub__link:hover .yh-ihale-ilan-hub__line-title {
  color: #0d6efd;
}

.yh-ihale-ilan-hub__date {
  display: block;
  font-size: 0.72rem;
  color: #64748b;
  margin: 0.15rem 0 0.2rem;
}

.yh-ihale-ilan-hub__line-title {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
}
