/* ============================================================
   home.css â€” KÄ±rÅŸehir Abisi Â· Ivory/Cream premium palette
   Header=navy Â· Footer=navy Â· Body=warm ivory
   Canvas Ahi Evran silhouette in background
   ============================================================ */

/* â”€â”€ Wrapper â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.home-main {
  background: var(--color-bg);
  color: var(--color-neutral-900);
  overflow-x: hidden;
  position: relative;
}

/* Canvas silhouette devre dışı */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ASKIDA STRIP
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.askida-strip {
  padding: 1.75rem 0 0;
  background: var(--color-bg-card);
  border-bottom: 1px solid var(--color-border-soft);
}

.askida-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.35rem;
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  color: var(--color-neutral-900);
  text-decoration: none;
  height: 100%;
  box-shadow: var(--shadow-card);
  transition: all 0.22s ease;
}

.askida-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
  color: var(--color-neutral-900);
}

.askida-card__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245,197,24,0.1);
  border: 1px solid rgba(245,197,24,0.3);
  color: var(--color-gold-text);
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.askida-card:hover .askida-card__icon {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-navy);
}

.askida-card__body { flex: 1; min-width: 0; }

.askida-card__title {
  font-size: 0.95rem; font-weight: 800;
  color: var(--color-neutral-900);
  margin: 0 0 0.15rem; line-height: 1.2;
}

.askida-card__desc {
  font-size: 0.8rem; color: var(--color-neutral-500);
  margin: 0; line-height: 1.4;
}

.askida-card__arrow {
  color: var(--color-neutral-200); font-size: 0.95rem;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.askida-card:hover .askida-card__arrow {
  color: var(--color-gold-text);
  transform: translateX(3px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORY PILLS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.category-pills-section {
  padding: 0.85rem 0;
  background: var(--color-bg-card);
  border-bottom: 1px solid var(--color-border-soft);
}

.category-pills-row {
  display: flex; gap: 0.45rem;
  overflow-x: auto; padding-bottom: 0.2rem;
  scrollbar-width: none; -ms-overflow-style: none;
}
.category-pills-row::-webkit-scrollbar { display: none; }

@media(min-width: 992px) {
  .category-pills-row { overflow-x: visible; }
  .category-pill { flex: 1 1 0; justify-content: center; }
}

.category-pill {
  display: inline-flex; align-items: center; gap: 0.38rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-neutral-700);
  font-size: 0.8rem; font-weight: 700;
  text-decoration: none; white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.18s ease;
}

.category-pill i { font-size: 0.9rem; color: var(--color-gold-text); }

.category-pill:hover {
  border-color: var(--color-gold);
  background: rgba(245,197,24,0.07);
  color: var(--color-neutral-900);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PORTAL SECTION
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.portal-section {
  padding: 1.75rem 0 2.25rem;
  background: var(--color-bg-alt);
}

.portal-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 1.25rem;
  align-items: stretch;
}

.portal-main-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.portal-main-card__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid var(--color-border-soft);
}

.portal-main-card__kicker {
  display: inline-flex; align-items: center; gap: 0.38rem;
  font-size: 0.85rem; font-weight: 800;
  color: var(--color-gold-text);
}

.portal-main-card__more {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.78rem; font-weight: 700;
  color: var(--color-neutral-400); text-decoration: none;
  transition: color 0.15s ease;
}
.portal-main-card__more:hover { color: var(--color-gold-text); }

/* Faaliyet grid */
.faaliyet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--color-border-soft);
}

.faaliyet-card {
  display: flex; flex-direction: column;
  background: var(--color-bg-card);
  text-decoration: none;
  color: var(--color-neutral-900);
  overflow: hidden;
  transition: background 0.18s ease;
}

.faaliyet-card:hover {
  background: rgba(245,197,24,0.04);
  color: var(--color-neutral-900);
}

.faaliyet-card__media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--color-bg-alt);
  flex-shrink: 0;
}

.faaliyet-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.faaliyet-card:hover .faaliyet-card__media img { transform: scale(1.05); }

.faaliyet-card__no-img {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--color-bg-alt);
  color: var(--color-neutral-200);
  font-size: 1.6rem;
}

.faaliyet-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,15,46,0.06) 100%);
  pointer-events: none;
}

.faaliyet-card__body {
  padding: 0.85rem 0.95rem;
  display: flex; flex-direction: column; gap: 0.22rem;
  flex: 1;
}

.faaliyet-card__title {
  font-size: 0.85rem; font-weight: 800;
  color: var(--color-neutral-900);
  margin: 0; line-height: 1.25;
}

.faaliyet-card__desc {
  font-size: 0.76rem; color: var(--color-neutral-500);
  margin: 0; line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.faaliyet-card__link {
  display: inline-flex; align-items: center; gap: 0.28rem;
  font-size: 0.72rem; font-weight: 800;
  color: var(--color-gold-text);
  margin-top: auto; padding-top: 0.35rem;
  opacity: 0; transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.faaliyet-card:hover .faaliyet-card__link { opacity: 1; transform: translateY(0); }

/* Duyurular */
.portal-duyuru-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  height: 100%;
}

.portal-duyuru-card__header {
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid var(--color-border-soft);
  flex-shrink: 0;
}

.portal-duyuru-card__kicker {
  display: inline-flex; align-items: center; gap: 0.38rem;
  font-size: 0.88rem; font-weight: 800;
  color: var(--color-neutral-900);
}

.portal-duyuru-list {
  list-style: none; margin: 0; padding: 0.3rem 0;
  overflow-y: auto; flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(10,15,46,0.08) transparent;
}
.portal-duyuru-list::-webkit-scrollbar { width: 3px; }
.portal-duyuru-list::-webkit-scrollbar-thumb {
  background: rgba(10,15,46,0.08); border-radius: 999px;
}

.portal-duyuru-item {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.7rem 1.2rem;
  color: var(--color-neutral-700);
  text-decoration: none;
  transition: background 0.15s ease;
  border-bottom: 1px solid var(--color-border-soft);
}
.portal-duyuru-list li:last-child .portal-duyuru-item { border-bottom: none; }

.portal-duyuru-item:hover {
  background: rgba(245,197,24,0.05);
  color: var(--color-neutral-900);
}

.portal-duyuru-item__icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245,197,24,0.1);
  color: var(--color-gold-text);
  font-size: 0.82rem;
  flex-shrink: 0;
}

.portal-duyuru-item__title {
  flex: 1; font-size: 0.82rem; font-weight: 700;
  line-height: 1.35; color: var(--color-neutral-700);
}

.portal-duyuru-item__arrow {
  color: var(--color-neutral-200); font-size: 0.82rem;
  transition: color 0.15s ease, transform 0.15s ease;
}
.portal-duyuru-item:hover .portal-duyuru-item__arrow {
  color: var(--color-gold-text); transform: translateX(2px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NEWS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.news-section {
  padding: 2.25rem 0 2.75rem;
  background: var(--color-bg-card);
  border-top: 1px solid var(--color-border-soft);
}

.news-section .article-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.25s ease;
  display: block; text-decoration: none;
  color: var(--color-neutral-900); height: 100%;
}

.news-section .article-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
  color: var(--color-neutral-900);
}

.news-section .card-media {
  aspect-ratio: 16/10; overflow: hidden;
  background: var(--color-bg-alt);
}
.news-section .card-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.news-section .article-card:hover .card-media img { transform: scale(1.04); }

.news-section .card-body-clean { padding: 1rem 1.1rem; }
.news-section .card-title-clean {
  font-size: 0.95rem; font-weight: 800; line-height: 1.3;
  margin-bottom: 0.45rem; color: var(--color-neutral-900);
}
.news-section .card-desc {
  font-size: 0.83rem; color: var(--color-neutral-500); line-height: 1.55;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DONATION â€” pill row style (no separate section bg)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.donation-section {
  padding: 0 0 1.75rem;
  background: var(--color-bg-card);
}

.donation-price-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  padding: 1.4rem;
  height: 100%;
  display: flex; flex-direction: column; gap: 0.9rem;
  color: var(--color-neutral-900);
  box-shadow: var(--shadow-card);
  transition: all 0.25s ease;
}

.donation-price-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-4px);
}

.donation-price-card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245,197,24,0.1);
  border: 1px solid rgba(245,197,24,0.3);
  color: var(--color-gold-text); font-size: 1.25rem;
  transition: all 0.22s ease;
}
.donation-price-card:hover .donation-price-card__icon {
  background: var(--color-gold); border-color: var(--color-gold);
  color: var(--color-navy);
}

.donation-price-card__title {
  font-size: 1rem; font-weight: 800;
  color: var(--color-neutral-900); margin: 0;
}

.donation-price-card__amounts { display: flex; gap: 0.4rem; flex-wrap: wrap; }

.amount-btn {
  padding: 0.32rem 0.8rem; border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-neutral-700);
  font-weight: 700; font-size: 0.82rem;
  cursor: pointer; transition: all 0.12s ease;
  white-space: nowrap;
}
.amount-btn:hover {
  border-color: rgba(245,197,24,0.5);
  background: rgba(245,197,24,0.07);
  color: var(--color-gold-text);
}
.amount-btn.active {
  background: var(--color-navy); border-color: var(--color-navy);
  color: #fff; font-weight: 900;
}

.donation-price-card__footer { margin-top: auto; }

.btn-donate {
  display: flex; align-items: center; justify-content: center; gap: 0.42rem;
  width: 100%; padding: 0.7rem 1rem;
  border-radius: 999px; border: none;
  background: var(--color-navy); color: #fff;
  font-weight: 900; font-size: 0.9rem;
  cursor: pointer; transition: all 0.2s ease;
}
.btn-donate:hover {
  background: var(--color-gold); color: var(--color-navy);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STATS BAND â€” stays navy for contrast + warmth
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.stats-band {
  padding: 3.5rem 0;
  background: var(--color-navy);
  color: #fff;
}

.stats-band__header { text-align: center; margin-bottom: 2.5rem; }

.stats-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem,3vw,1.9rem);
  font-weight: 900; color: #fff;
  margin: 0.5rem 0 0;
}

.stats-band__desc {
  margin: 0.6rem auto 0; max-width: 500px;
  color: rgba(255,255,255,.5); font-size: 0.9rem;
}

.stats-band__grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem;
}

.counter-item {
  text-align: center; padding: 1.8rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  transition: border-color 0.25s ease;
}
.counter-item:hover { border-color: rgba(245,197,24,.3); }

.counter-item__icon {
  font-size: 1.5rem; color: var(--color-gold);
  opacity: .65; display: block; margin-bottom: 0.9rem;
}

.counter-item__value-wrap {
  display: flex; align-items: baseline; justify-content: center;
  gap: .05em; margin-bottom: 0.5rem;
}

.counter-item__value,
.counter-item__suffix {
  font-family: var(--font-display); font-weight: 900;
  color: var(--color-gold);
}
.counter-item__value  { font-size: clamp(2rem,4.5vw,3rem); }
.counter-item__suffix { font-size: clamp(1.2rem,2.5vw,1.8rem); }

.counter-item__label {
  display: block; font-size: 0.85rem; font-weight: 600;
  color: rgba(255,255,255,.45);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT BAND
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.about-band {
  padding: 3rem 0;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border-soft);
}

.about-band__inner {
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
}

.about-band__grid {
  display: grid; grid-template-columns: 1fr 260px;
  gap: 2.5rem; align-items: center;
}

.about-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem,2.8vw,1.9rem);
  font-weight: 900; color: var(--color-neutral-900);
  line-height: 1.15; margin: 0.5rem 0 0.8rem;
}

.about-band__desc {
  color: var(--color-neutral-500); font-size: 0.92rem;
  line-height: 1.75; margin: 0 0 1.1rem;
}

.about-band__values {
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.about-band__values li {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.88rem; color: var(--color-neutral-700); font-weight: 600;
}
.about-band__values li i { color: var(--color-gold-text); font-size: .9rem; flex-shrink: 0; }

.about-band__icons {
  display: flex; gap: 1.1rem; flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-soft);
}

.about-icon-item {
  display: flex; align-items: center; gap: 0.42rem;
  font-size: 0.8rem; font-weight: 700;
  color: var(--color-neutral-500);
}
.about-icon-item i { font-size: 1.15rem; color: var(--color-gold-text); }

   DONATION â€” pill row style (no separate section bg)
   â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â•  */
.donation-section {
  padding: 0 0 1.75rem;
  background: var(--color-bg-card);
}

.donation-price-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  padding: 1.4rem;
  height: 100%;
  display: flex; flex-direction: column; gap: 0.9rem;
  color: var(--color-neutral-900);
  box-shadow: var(--shadow-card);
  transition: all 0.25s ease;
}

.donation-price-card:hover {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-4px);
}

.donation-price-card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(245,197,24,0.1);
  border: 1px solid rgba(245,197,24,0.3);
  color: var(--color-gold-text); font-size: 1.25rem;
  transition: all 0.22s ease;
}
.donation-price-card:hover .donation-price-card__icon {
  background: var(--color-gold); border-color: var(--color-gold);
  color: var(--color-navy);
}

.donation-price-card__title {
  font-size: 1rem; font-weight: 800;
  color: var(--color-neutral-900); margin: 0;
}

.donation-price-card__amounts { display: flex; gap: 0.4rem; flex-wrap: wrap; }

.amount-btn {
  padding: 0.32rem 0.8rem; border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  color: var(--color-neutral-700);
  font-weight: 700; font-size: 0.82rem;
  cursor: pointer; transition: all 0.12s ease;
  white-space: nowrap;
}
.amount-btn:hover {
  border-color: rgba(245,197,24,0.5);
  background: rgba(245,197,24,0.07);
  color: var(--color-gold-text);
}
.amount-btn.active {
  background: var(--color-navy); border-color: var(--color-navy);
  color: #fff; font-weight: 900;
}

.donation-price-card__footer { margin-top: auto; }

.btn-donate {
  display: flex; align-items: center; justify-content: center; gap: 0.42rem;
  width: 100%; padding: 0.7rem 1rem;
  border-radius: 999px; border: none;
  background: var(--color-navy); color: #fff;
  font-weight: 900; font-size: 0.9rem;
  cursor: pointer; transition: all 0.2s ease;
}
.btn-donate:hover {
  background: var(--color-gold); color: var(--color-navy);
}

/* â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• 
   STATS BAND â€” stays navy for contrast + warmth
   â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â•  */
.stats-band {
  padding: 3.5rem 0;
  background: var(--color-navy);
  color: #fff;
}

.stats-band__header { text-align: center; margin-bottom: 2.5rem; }

.stats-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem,3vw,1.9rem);
  font-weight: 900; color: #fff;
  margin: 0.5rem 0 0;
}

.stats-band__desc {
  margin: 0.6rem auto 0; max-width: 500px;
  color: rgba(255,255,255,.5); font-size: 0.9rem;
}

.stats-band__grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.1rem;
}

.counter-item {
  text-align: center; padding: 1.8rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04);
  transition: border-color 0.25s ease;
}
.counter-item:hover { border-color: rgba(245,197,24,.3); }

.counter-item__icon {
  font-size: 1.5rem; color: var(--color-gold);
  opacity: .65; display: block; margin-bottom: 0.9rem;
}

.counter-item__value-wrap {
  display: flex; align-items: baseline; justify-content: center;
  gap: .05em; margin-bottom: 0.5rem;
}

.counter-item__value,
.counter-item__suffix {
  font-family: var(--font-display); font-weight: 900;
  color: var(--color-gold);
}
.counter-item__value  { font-size: clamp(2rem,4.5vw,3rem); }
.counter-item__suffix { font-size: clamp(1.2rem,2.5vw,1.8rem); }

.counter-item__label {
  display: block; font-size: 0.85rem; font-weight: 600;
  color: rgba(255,255,255,.45);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• 
   ABOUT BAND
   â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â• â•  */
.about-band {
  padding: 3rem 0;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border-soft);
}

.about-band__inner {
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
}

.about-band__grid {
  display: grid; grid-template-columns: 1fr 260px;
  gap: 2.5rem; align-items: center;
}

.about-band__title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem,2.8vw,1.9rem);
  font-weight: 900; color: var(--color-neutral-900);
  line-height: 1.15; margin: 0.5rem 0 0.8rem;
}

.about-band__desc {
  color: var(--color-neutral-500); font-size: 0.92rem;
  line-height: 1.75; margin: 0 0 1.1rem;
}

.about-band__values {
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.about-band__values li {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.88rem; color: var(--color-neutral-700); font-weight: 600;
}
.about-band__values li i { color: var(--color-gold-text); font-size: .9rem; flex-shrink: 0; }

.about-band__icons {
  display: flex; gap: 1.1rem; flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-soft);
}

.about-icon-item {
  display: flex; align-items: center; gap: 0.42rem;
  font-size: 0.8rem; font-weight: 700;
  color: var(--color-neutral-500);
}
.about-icon-item i { font-size: 1.15rem; color: var(--color-gold-text); }

.about-band__cta {
  display: flex; flex-direction: column;
  gap: 0.7rem; align-items: stretch;
}

.btn-cta-primary {
  display: inline-flex; align-items: center;
  justify-content: center; gap: 0.42rem;
  padding: 0.75rem 1.4rem; border-radius: 999px;
  background: var(--color-navy); color: #fff;
  font-weight: 900; font-size: 0.9rem;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(10,15,46,.16);
}
.btn-cta-primary:hover { background: var(--color-navy-light); color: #fff; transform: translateY(-2px); }

.btn-cta-secondary {
  display: inline-flex; align-items: center;
  justify-content: center; gap: 0.42rem;
  padding: 0.7rem 1.3rem; border-radius: 999px;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-neutral-700);
  font-weight: 700; font-size: 0.88rem;
  text-decoration: none; cursor: pointer;
  transition: all 0.2s ease;
}
.btn-cta-secondary:hover { border-color: var(--color-gold); background: rgba(245,197,24,.07); color: var(--color-gold-text); }

/* ── Section Utility ── */
.section-head {
  display: flex; align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem;
}
.section-head--center {
  flex-direction: column; align-items: center;
  text-align: center; margin-bottom: 2rem;
}

/* ── Responsive ── */
@media(max-width:991.98px) {
  .portal-layout { grid-template-columns: 1fr; }
  .faaliyet-grid { grid-template-columns: repeat(2,1fr); }
  .about-band__grid { grid-template-columns: 1fr; }
  .about-band__cta { flex-direction: row; flex-wrap: wrap; }
}

@media(max-width:767.98px) {
  .faaliyet-grid { grid-template-columns: 1fr; }
  .stats-band__grid { grid-template-columns: 1fr; max-width:280px; margin-inline:auto; }
  .about-band__inner { padding:1.5rem; }
  .about-band__cta { flex-direction: column; }
  .btn-cta-primary,.btn-cta-secondary { width: 100%; }
}

@media(max-width:359.98px) {
  .faaliyet-grid,.stats-band__grid,.about-band__grid,.portal-layout { grid-template-columns: 1fr; }
}

/* ── Mid Slider ── */
.mid-slider-section {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--color-border-soft);
  border-bottom: 1px solid var(--color-border-soft);
}

.mid-swiper {
  width: 100%;
  height: 480px;
  position: relative;
}

.mid-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Full-bleed background */
.mid-slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 7s ease;
  will-change: transform;
}

.mid-slide__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #111;
}

.mid-swiper .swiper-slide-active .mid-slide__bg {
  transform: scale(1.05);
}

/* Dark overlay */
.mid-slide__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 46, 0.45);
  pointer-events: none;
}

/* Content — centered */
.mid-slide__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  pointer-events: none;
}

.mid-slide__inner {
  max-width: 860px;
}

/* Big Poppins quote — bold italic */
.mid-slide__quote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  font-style: italic;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
  letter-spacing: -0.01em;
}

/* Old elements — hide if accidentally rendered */
.mid-slide__title { display: none; }
.mid-slide__desc  { display: none; }
.mid-slide__btn   { display: none; }

/* Navigation */
.mid-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mid-nav:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-navy);
}

.mid-nav--prev { left: 20px; }
.mid-nav--next { right: 20px; }

/* Pagination */
.mid-pagination {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 6px;
  align-items: center;
}

.mid-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,0.4);
  border-radius: 999px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  display: block;
}

.mid-pagination .swiper-pagination-bullet-active {
  width: 26px;
  background: #ffffff;
}

/* Responsive */
@media(max-width: 991.98px) {
  .mid-swiper { height: 380px; }
  .mid-slide__quote { font-size: clamp(1.6rem, 6vw, 2.8rem); }
}

@media(max-width: 767.98px) {
  .mid-swiper { height: 260px; }
  .mid-slide__quote { font-size: clamp(1.3rem, 7vw, 2rem); }
  .mid-nav { width: 36px; height: 36px; }
  .mid-nav--prev { left: 10px; }
  .mid-nav--next { right: 10px; }
}


/* ══════════════════════════════════════════════════
   POST-SLIDER 2×2 GRID
   ══════════════════════════════════════════════════ */
.post-slider-grid {
  padding: 2rem 0;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border-soft);
}

.psg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 380px);
  gap: 1.25rem;
}

/* ── Haberler listesi (Swiper Versiyonu) ──────────────── */
.psg-card__body--swiper {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.news-swiper,
.video-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.news-slide,
.video-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.psg-news-slide-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: var(--color-bg-alt);
  overflow: hidden;
}

.psg-news-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.psg-news-slide-link:hover img {
  transform: scale(1.05);
}

.psg-news-slide__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,15,46,0) 30%, rgba(10,15,46,0.3) 60%, rgba(10,15,46,0.9) 100%);
  pointer-events: none;
}

.psg-news-slide__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  padding-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  z-index: 2;
}

.psg-news-slide__body strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.psg-news-slide__body small {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── YouTube Swiper ─────────────────────────────────── */
.psg-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.psg-video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.psg-video-info {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  z-index: 10;
  pointer-events: none;
}

/* ── Swiper Pagination & Navigation Customization ── */
.swiper-pagination-custom {
  position: absolute !important;
  bottom: 12px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto !important;
}

.swiper-pagination-custom .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  background: var(--color-gold) !important;
  width: 20px !important;
  border-radius: 4px !important;
}

/* Navigation Buttons for Video Swiper */
.video-next-btn,
.video-prev-btn {
  color: #fff !important;
  width: 34px !important;
  height: 34px !important;
  background: rgba(10, 15, 46, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 50% !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.video-next-btn:after,
.video-prev-btn:after {
  display: none !important;
}

.video-next-btn i,
.video-prev-btn i {
  font-size: 1.1rem !important;
  display: flex !important;
}

.video-next-btn:hover,
.video-prev-btn:hover {
  background: var(--color-gold) !important;
  border-color: var(--color-gold) !important;
  color: var(--color-neutral-900) !important;
}

.video-prev-btn {
  left: 12px !important;
}

.video-next-btn {
  right: 12px !important;
}


/* All cards share base style */
.psg-card {
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.psg-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid var(--color-border-soft);
  flex-shrink: 0;
}

.psg-card__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--color-gold-text);
}

.psg-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-neutral-400);
  text-decoration: none;
  transition: color 0.15s ease;
}
.psg-card__more:hover { color: var(--color-gold-text); }

.psg-card__body {
  padding: 0.9rem 1.1rem;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

/* ── Haberler listesi ─────────────────────────────── */
.psg-news-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
  height: 100%;
  min-height: 0;
}

.psg-news-feature {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  min-height: 0;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: var(--color-bg-alt);
}

.psg-news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.psg-news-feature:hover img {
  transform: scale(1.06);
}

.psg-news-feature__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,15,46,0.05), rgba(10,15,46,0.82));
}

.psg-news-feature__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
}

.psg-news-feature__body strong {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
}

.psg-news-feature__body small {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.86);
}

.psg-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 0;
  overflow: hidden;
}

.psg-news-item a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem;
  border: 1px solid var(--color-border-soft);
  border-radius: 10px;
  background: rgba(255,255,255,0.58);
  text-decoration: none;
  color: var(--color-neutral-900);
  transition: color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.psg-news-item a:hover {
  color: var(--color-gold-text);
  border-color: rgba(245,197,24,0.45);
  transform: translateY(-1px);
}

.psg-news-item__img {
  width: 76px;
  height: 58px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--color-bg-alt);
}
.psg-news-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.psg-news-item__body { display: flex; flex-direction: column; gap: 0.18rem; min-width: 0; }

.psg-news-item__title {
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-neutral-900);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.psg-news-item__desc {
  font-size: 0.75rem;
  color: var(--color-neutral-500);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── YouTube ──────────────────────────────────────── */
.psg-card__body--video {
  padding: 0;
  display: block;
}

.psg-video-grid {
  display: grid;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.psg-video-grid--count-1 { grid-template-columns: 1fr; }
.psg-video-grid--count-2 { grid-template-columns: 1fr 1fr; }
.psg-video-grid--count-3,
.psg-video-grid--count-4 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }

.psg-video-grid--count-3 .psg-video-wrap:first-child {
  grid-row: span 2;
}

.psg-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #111;
}
.psg-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── Galeri grid ──────────────────────────────────── */
.psg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  height: 100%;
}

.psg-gallery-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--color-bg-alt);
  display: block;
}
.psg-gallery-item img,
.psg-gallery-item video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; background: #111; }
.psg-gallery-item:hover img { transform: scale(1.08); }
.psg-gallery-item:hover video { transform: scale(1.08); }

.psg-gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,15,46,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.psg-gallery-item:hover .psg-gallery-item__overlay { opacity: 1; }

/* ── İstatistikler ────────────────────────────────── */
.psg-card__body--stats {
  display: flex;
  align-items: center;
  justify-content: center;
}

.psg-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  height: 100%;
}

.psg-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.1rem 0.75rem;
  border-radius: 10px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border-soft);
  gap: 0.3rem;
}

.psg-stat-icon {
  font-size: 1.4rem;
  color: var(--color-gold-text);
}

.psg-stat-val {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-neutral-900);
  line-height: 1;
}

.psg-stat-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-neutral-500);
}

/* ── Placeholder ──────────────────────────────────── */
.psg-placeholder {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--color-neutral-300, #d1d5db);
}
.psg-placeholder i { font-size: 2rem; }
.psg-placeholder p { font-size: 0.85rem; margin: 0; }

.psg-empty {
  font-size: 0.85rem;
  color: var(--color-neutral-400);
  margin: 1rem 0;
}

/* ── Responsive ───────────────────────────────────── */
@media(max-width: 991.98px) {
  .psg-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .psg-card { min-height: 360px; }
}
@media(max-width: 767.98px) {
  .psg-news-layout { grid-template-columns: 1fr; }
  .psg-news-feature { min-height: 190px; }
  .psg-video-grid--count-2,
  .psg-video-grid--count-3,
  .psg-video-grid--count-4 { grid-template-columns: 1fr; grid-template-rows: none; }
  .psg-video-grid--count-3 .psg-video-wrap:first-child { grid-row: auto; }
  .psg-video-wrap { min-height: 210px; }
  .psg-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, minmax(0, 1fr)); }
  .psg-stats-grid { grid-template-columns: 1fr 1fr; }
}
