/* Global site footer — header ile aynı her sayfada */
body .home-foot[data-site-footer="1"] {
  box-sizing: border-box;
  font-family: "DM Sans", system-ui, sans-serif;
  text-align: left;
  margin: 0;
  padding: 2rem 1.25rem 2.4rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.88rem;
  line-height: 1.5;
  color: #64748b;
  background: #fff;
}

body .home-foot[data-site-footer="1"] a {
  color: #334155;
  font-weight: 500;
  text-decoration: none;
}

body .home-foot[data-site-footer="1"] a:hover {
  color: #2563eb;
}

.home-foot__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.75rem 2.5rem;
}

.home-foot__brand {
  min-width: 12rem;
  max-width: 18rem;
}

.home-foot__credit {
  margin: 0 0 0.25rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  color: #0f172a;
}

.home-foot__tag {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #64748b;
}

.home-foot__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(8rem, 11rem));
  gap: 1.5rem 2rem;
}

.home-foot__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.home-foot__cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-foot__cols li + li {
  margin-top: 0.38rem;
}

@media (max-width: 720px) {
  .home-foot__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (prefers-color-scheme: dark) {
  .home-foot__tag, .home-foot__label { color: #94a3b8; }
  body .home-foot[data-site-footer="1"] {
    background: #141c2c;
    border-top-color: rgba(148, 163, 184, 0.14);
    color: #94a3b8;
  }
  body .home-foot[data-site-footer="1"] a {
    color: #cbd5e1;
  }
  .home-foot__credit {
    color: #e8eef8;
  }
}
