/* Contact / Footer polish */
.contact{
  background: #0b0b0c !important;
  padding-bottom: 64px; /* ikonlara nefes */
}

.contact .section-description{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-email{
  color: rgba(255,255,255,0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-email:hover{
  color: #fff;
}

/* icon row */
.contact-links{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* make icons look like buttons */
.contact-links a{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  text-decoration: none;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);

  color: rgba(255,255,255,0.92);
  font-size: 20px;

  transition: transform 0.12s ease, background 0.15s ease, border-color 0.15s ease;
}

.contact-links a:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
}
