/* Ortak pazarlama footer + logo */
.mf-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}
.mf-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.mf-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #4f8fff, #00e5c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mf-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem 24px 1.5rem;
  margin-top: auto;
}
.mf-footer-inner {
  max-width: 1100px;
  margin: 0 auto 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.mf-footer-tagline {
  margin: 0.75rem 0 0;
  max-width: 280px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(180, 190, 220, 0.55);
}
.mf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
}
.mf-footer-links a {
  font-size: 0.75rem;
  color: rgba(180, 190, 220, 0.6);
  text-decoration: none;
}
.mf-footer-links a:hover {
  color: #f0f2ff;
}
.mf-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 0.7rem;
  color: rgba(180, 190, 220, 0.45);
}
