/* ================= SİTE FOOTER — CİHAZ PANELİ ================= */
.site-footer {
  background: linear-gradient(165deg, #3a3c41, #202124) !important;
  padding: 56px 0 0;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(229, 35, 27, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.footer-inner,
.footer-bottom {
  z-index: 1;
}

.footer-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 32px;
  display: grid;
  gap: 32px;
  text-align: center;
  justify-items: center;
}
@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: 1.15fr 1fr 1fr;
    align-items: start;
    text-align: left;
    justify-items: stretch;
    gap: 40px;
    padding-bottom: 40px;
  }
}

/* LOGO + SERTİFİKA — AÇIK RENKLİ "EKRAN" PLAKASI */
.footer-plate {
  background: linear-gradient(to bottom, #fafaf9, #f1f0ee) !important;
  border-radius: 16px;
  padding: 20px 22px;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 24px rgba(0, 0, 0, 0.25);
}
.footer-plate .footer-logo {
  height: 34px;
  width: auto;
}
.footer-plate-certs {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(45, 46, 50, 0.1);
}
.footer-plate-certs img {
  height: 52px;
  width: auto;
}

.footer-col-label {
  display: block;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e5231b !important;
  margin-bottom: 16px;
}

.footer-link {
  display: block;
  color: #c9cacd !important;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none !important;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition:
    color 0.15s ease,
    padding-left 0.15s ease;
}
.footer-link:last-child {
  border-bottom: none;
}
.footer-link:hover {
  color: #ffffff !important;
  padding-left: 6px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.footer-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #48494f, #2f3136) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 2px rgba(0, 0, 0, 0.4),
    0 2px 0 rgba(0, 0, 0, 0.45),
    0 4px 6px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    background 0.15s ease;
}
.footer-social-btn svg {
  width: 19px;
  height: 19px;
}
.footer-social-btn:hover {
  background: linear-gradient(180deg, #e5231b, #b81810) !important;
  transform: translateY(-1.5px);
}
.footer-social-btn:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
}

.footer-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
}
.footer-bottom-text {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 11px;
  color: #86878c !important;
  letter-spacing: 0.04em;
}
