/* Ana sayfa tema — Barlow Condensed + Inter, Ağrı ASKF */
:root {
  --blue: #2041a5;
  --blue-dark: #082f63;
  --navy: #062b55;
  --navy-2: #041f42;
  --orange: #ff6b35;
  --sky: #0b7df0;
  --green: #059669;
  --line: #e6edf6;
  --text: #07264b;
  --muted: #64748b;
  --bg: #f4f7fb;
  --shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

body.askf-ana-sayfa {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

.askf-ana-sayfa a {
  text-decoration: none;
  color: inherit;
}

.askf-ana-sayfa .site-header {
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 10;
}

.askf-ana-sayfa .top-strip {
  background: linear-gradient(90deg, var(--navy-2), var(--blue-dark));
  color: #fff;
}

.askf-ana-sayfa .top-strip-inner,
.askf-ana-sayfa .brand-inner,
.askf-ana-sayfa .nav-inner,
.askf-ana-sayfa .page-wrap {
  width: min(1340px, calc(100% - 32px));
  margin: 0 auto;
}

.askf-ana-sayfa .top-strip-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.askf-ana-sayfa .contact-list,
.askf-ana-sayfa .quick-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.askf-ana-sayfa .contact-item,
.askf-ana-sayfa .quick-btn {
  color: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 850;
}

.askf-ana-sayfa .contact-item i {
  color: #ff8a5c;
}

.askf-ana-sayfa .quick-btn {
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.askf-ana-sayfa .brand-area {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.askf-ana-sayfa .brand-inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  align-items: center;
  gap: 28px;
  padding: 18px 0;
}

.askf-ana-sayfa .brand-block {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.askf-ana-sayfa .brand-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #eef5ff);
  border: 1px solid #dbe7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(32, 65, 165, 0.13);
  color: var(--blue-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  flex: 0 0 auto;
  overflow: hidden;
}

.askf-ana-sayfa .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.askf-ana-sayfa .brand-title {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(22px, 3.5vw, 38px);
  line-height: 1;
  font-weight: 900;
}

.askf-ana-sayfa .brand-subtitle {
  margin: 8px 0 0;
  color: #0874df;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 900;
}

.askf-ana-sayfa .search-box {
  display: flex;
  align-items: center;
  height: 58px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dbe5f2;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
}

.askf-ana-sayfa .search-box i {
  color: #94a3b8;
  font-size: 18px;
  margin-left: 19px;
}

.askf-ana-sayfa .search-box input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0 18px 0 12px;
  font-size: 15px;
  font-weight: 650;
  background: transparent;
}

.askf-ana-sayfa .search-btn {
  width: 74px;
  height: 100%;
  border: 0;
  background: linear-gradient(135deg, #0d6df5, #0b55df);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.askf-ana-sayfa .main-nav {
  background: linear-gradient(90deg, #06315f, #083f7c);
}

.askf-ana-sayfa .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.askf-ana-sayfa .nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.askf-ana-sayfa .nav-link-item {
  min-height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #eaf4ff;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  white-space: nowrap;
}

.askf-ana-sayfa .nav-link-item::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: var(--orange);
  transform: scaleX(0);
  transition: 0.2s ease;
}

.askf-ana-sayfa .nav-link-item:hover,
.askf-ana-sayfa .nav-link-item.active {
  background: #0b7df0;
  color: #fff;
}

.askf-ana-sayfa .nav-link-item:hover::after,
.askf-ana-sayfa .nav-link-item.active::after {
  transform: scaleX(1);
}

.askf-ana-sayfa .nav-cta {
  min-height: 44px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 107, 53, 0.22);
  white-space: nowrap;
}

.askf-ana-sayfa .mobile-toggle {
  display: none;
}

.askf-ana-sayfa .page-wrap {
  padding: 28px 0 46px;
}

.askf-ana-sayfa .headline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, 0.75fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 24px;
}

.askf-ana-sayfa .headline-card {
  min-height: 470px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #102a78, #2041a5 60%, #0b7df0);
  box-shadow: var(--shadow);
}

.askf-ana-sayfa .headline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 31, 66, 0.92), rgba(4, 31, 66, 0.55), rgba(4, 31, 66, 0.12)),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.18), transparent 28%);
  z-index: 0;
  pointer-events: none;
}

.askf-ana-sayfa .headline-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(34px);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

.askf-ana-sayfa .headline-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.askf-ana-sayfa .headline-slide-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.askf-ana-sayfa .headline-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 18px);
  pointer-events: none;
}

.askf-ana-sayfa .headline-content {
  position: relative;
  z-index: 3;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px;
  padding-bottom: 120px;
  color: #fff;
  max-width: 760px;
}

.askf-ana-sayfa .headline-tag {
  width: max-content;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.askf-ana-sayfa .headline-title {
  margin: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: 0.2px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.75);
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.6),
    0 0 1px rgba(0, 0, 0, 0.9);
}

.askf-ana-sayfa .headline-spot {
  margin: 16px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.askf-ana-sayfa .headline-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.askf-ana-sayfa .read-btn {
  width: max-content;
  min-height: 46px;
  border-radius: 15px;
  background: #fff;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  margin-top: 22px;
}

.askf-ana-sayfa .headline-numbers {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 24px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.askf-ana-sayfa .headline-dot {
  min-width: 73px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s ease;
}

.askf-ana-sayfa .headline-dot.active,
.askf-ana-sayfa .headline-dot:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(255, 107, 53, 0.28);
}

.askf-ana-sayfa .announcements-card,
.askf-ana-sayfa .panel-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.askf-ana-sayfa .announcements-card {
  height: 100%;
}

.askf-ana-sayfa .panel-head {
  min-height: 58px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fbfdff;
}

.askf-ana-sayfa .panel-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 900;
}

.askf-ana-sayfa .panel-title i {
  color: var(--orange);
}

.askf-ana-sayfa .all-link {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.askf-ana-sayfa .duyuru-list {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.askf-ana-sayfa .duyuru-item {
  border: 1px solid #e4ebf5;
  background: linear-gradient(180deg, #fff, #fbfdff);
  border-radius: 18px;
  padding: 14px;
  transition: 0.2s ease;
  display: block;
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
  border: 1px solid #e4ebf5;
}

.askf-ana-sayfa .duyuru-item:hover {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.askf-ana-sayfa .duyuru-date {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
}

.askf-ana-sayfa .duyuru-title {
  color: #07133a;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 900;
  margin: 0;
}

.askf-ana-sayfa .quick-menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.askf-ana-sayfa .quick-menu-card {
  min-height: 118px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: var(--blue-dark);
  font-weight: 900;
  transition: 0.2s ease;
}

.askf-ana-sayfa .quick-menu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.askf-ana-sayfa .quick-menu-card i {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef5ff;
  color: var(--blue);
  font-size: 22px;
}

.askf-ana-sayfa .content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  align-items: stretch;
}

.askf-ana-sayfa .main-stack,
.askf-ana-sayfa .side-stack {
  display: grid;
  grid-template-rows: 430px 620px;
  gap: 22px;
  align-items: start;
}

.askf-ana-sayfa .tff-panel,
.askf-ana-sayfa .fixture-panel {
  display: flex;
  flex-direction: column;
  height: 430px;
}

.askf-ana-sayfa .manset-panel,
.askf-ana-sayfa .media-stack {
  height: 620px;
}

.askf-ana-sayfa .tff-news-grid {
  flex: 1;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.askf-ana-sayfa .tff-news-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  overflow: hidden;
  transition: 0.2s ease;
  color: inherit;
}

.askf-ana-sayfa .tff-news-card:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.askf-ana-sayfa .tff-news-thumb {
  height: 82px;
  background: linear-gradient(135deg, #eaf1ff, #f8fafc);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 24px;
}

.askf-ana-sayfa .tff-news-body {
  padding: 10px 11px 12px;
}

.askf-ana-sayfa .tff-category {
  width: max-content;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--blue);
  min-height: 22px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 7px;
  display: inline-flex;
  align-items: center;
}

.askf-ana-sayfa .tff-news-title {
  color: var(--text);
  font-size: 12px;
  line-height: 1.32;
  font-weight: 900;
  margin: 0;
}

.askf-ana-sayfa .news-grid {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.askf-ana-sayfa .news-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  min-height: 0;
  color: inherit;
}

.askf-ana-sayfa .news-thumb {
  height: 50%;
  min-height: 128px;
  background: linear-gradient(135deg, #eaf1ff, #fff7ed);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 34px;
}

.askf-ana-sayfa .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.askf-ana-sayfa .news-body {
  padding: 15px;
}

.askf-ana-sayfa .category {
  width: max-content;
  border-radius: 999px;
  background: #eef5ff;
  color: var(--blue);
  min-height: 28px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}

.askf-ana-sayfa .news-title {
  color: var(--text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 10px;
}

.askf-ana-sayfa .news-meta {
  display: flex;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.askf-ana-sayfa .fixture-list {
  flex: 1;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.askf-ana-sayfa .fixture-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  background: #fff;
  color: inherit;
}

.askf-ana-sayfa .date-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), #0b7df0);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1;
}

.askf-ana-sayfa .date-box strong {
  font-size: 20px;
}

.askf-ana-sayfa .date-box span {
  font-size: 11px;
  margin-top: 5px;
}

.askf-ana-sayfa .fixture-league {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 5px;
}

.askf-ana-sayfa .fixture-match {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.askf-ana-sayfa .fixture-time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 5px;
}

.askf-ana-sayfa .media-stack {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 22px;
}

.askf-ana-sayfa .gallery-card {
  min-height: 0;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #082f63, #2041a5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.askf-ana-sayfa .gallery-card.orange {
  background: linear-gradient(135deg, #cc4f20, #ff6b35);
}

.askf-ana-sayfa .gallery-card.green {
  background: linear-gradient(135deg, #047857, #059669);
}

.askf-ana-sayfa .gallery-card.purple {
  background: linear-gradient(135deg, #5b21b6, #7c3aed);
}

.askf-ana-sayfa .gallery-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -50px;
  top: -60px;
  background: rgba(255, 255, 255, 0.12);
}

.askf-ana-sayfa .gallery-card h3,
.askf-ana-sayfa .gallery-card p,
.askf-ana-sayfa .gallery-card a {
  position: relative;
  z-index: 1;
}

.askf-ana-sayfa .gallery-card h3 {
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 8px;
}

.askf-ana-sayfa .gallery-card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.askf-ana-sayfa .gallery-card a {
  width: max-content;
  min-height: 42px;
  border-radius: 14px;
  background: #fff;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 900;
}

.askf-ana-sayfa .partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
  margin-top: 28px;
}

.askf-ana-sayfa .partner {
  min-height: 70px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dfeaf7;
  display: grid;
  place-items: center;
  color: #d71920;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 10px 22px rgba(8, 60, 116, 0.06);
  padding: 8px;
}

@media (max-width: 1180px) {
  .askf-ana-sayfa .nav-link-item {
    padding: 0 16px;
    font-size: 14px;
  }
  .askf-ana-sayfa .quick-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  .askf-ana-sayfa .headline-grid,
  .askf-ana-sayfa .content-layout {
    grid-template-columns: 1fr;
  }
  .askf-ana-sayfa .main-stack,
  .askf-ana-sayfa .side-stack {
    grid-template-rows: auto;
  }
  .askf-ana-sayfa .tff-panel,
  .askf-ana-sayfa .fixture-panel,
  .askf-ana-sayfa .manset-panel,
  .askf-ana-sayfa .media-stack {
    height: auto;
  }
  .askf-ana-sayfa .media-stack {
    grid-template-rows: auto;
  }
  .askf-ana-sayfa .tff-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .askf-ana-sayfa .top-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }
  .askf-ana-sayfa .brand-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .askf-ana-sayfa .nav-inner {
    min-height: 64px;
  }
  .askf-ana-sayfa .mobile-toggle {
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
  }
  .askf-ana-sayfa .nav-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #083f7c;
    flex-direction: column;
    padding: 12px 0;
    z-index: 20;
  }
  .askf-ana-sayfa .nav-list.is-open {
    display: flex;
  }
  .askf-ana-sayfa .nav-link-item {
    width: 100%;
    justify-content: flex-start;
    min-height: 52px;
  }
  .askf-ana-sayfa .main-nav {
    position: relative;
  }
  .askf-ana-sayfa .nav-cta {
    display: none;
  }
  .askf-ana-sayfa .headline-numbers {
    flex-wrap: wrap;
  }
  .askf-ana-sayfa .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .askf-ana-sayfa .top-strip-inner,
  .askf-ana-sayfa .brand-inner,
  .askf-ana-sayfa .nav-inner,
  .askf-ana-sayfa .page-wrap {
    width: min(430px, calc(100% - 24px));
  }
  .askf-ana-sayfa .brand-block {
    align-items: flex-start;
  }
  .askf-ana-sayfa .brand-logo {
    width: 66px;
    height: 66px;
    font-size: 22px;
  }
  .askf-ana-sayfa .quick-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .askf-ana-sayfa .quick-menu-card {
    min-height: 100px;
    padding: 14px;
  }
  .askf-ana-sayfa .panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .askf-ana-sayfa .tff-news-grid {
    grid-template-columns: 1fr;
  }
  .askf-ana-sayfa .partners {
    grid-template-columns: repeat(2, 1fr);
  }
}
