/* İletişim — mobil */

.ilet-page {
  padding-bottom: 88px;
}

.ilet-page .breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.ilet-page .breadcrumb a {
  color: var(--blue);
}

.ilet-hero {
  margin-bottom: 16px;
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #05264c, #074b87 55%, #0d6efd);
  color: #fff;
  box-shadow: 0 14px 32px rgba(6, 43, 85, 0.22);
}

.ilet-kurum {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.ilet-slogan {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.95;
  line-height: 1.45;
}

.ilet-card {
  margin-bottom: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(8, 60, 116, 0.08);
}

.ilet-card-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.ilet-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.5;
}

.ilet-adres {
  font-size: 15px;
}

.ilet-icon {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.2;
}

.ilet-tap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.ilet-tap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ilet-tap:first-of-type {
  padding-top: 0;
}

.ilet-tap:active {
  opacity: 0.85;
}

.ilet-mail {
  color: var(--blue);
}

.ilet-mail strong,
.ilet-tap strong {
  color: #0f172a;
}
