.site-footer {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 208, 100, 0.16), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(95, 206, 255, 0.14), transparent 34%),
    linear-gradient(155deg, rgba(33, 40, 51, 0.98), rgba(20, 24, 32, 0.98));
  border-top: 1px solid rgba(255, 214, 123, 0.24);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.28);
  text-align: left;
  line-height: 1.4;
}

.footer-shell {
  color: rgba(225, 229, 235, 0.92);
}

.footer-brand {
  font-size: 1.08rem;
  font-weight: 800;
  color: #f8f2de;
  letter-spacing: 0.02em;
}

.footer-description {
  line-height: 1.55;
  color: rgba(222, 227, 233, 0.88);
  font-size: 0.9rem;
}

.footer-caption {
  display: block;
  color: rgba(255, 214, 123, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.45;
}

.footer-heading {
  margin: 0 0 0.66rem;
  color: #f8f2de;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.footer-list,
.footer-standards {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin-bottom: 0.44rem;
}

.footer-link {
  color: rgba(226, 231, 238, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #ffe39e;
}

.footer-standards li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
  color: rgba(226, 231, 238, 0.9);
  font-size: 0.85rem;
}

.footer-standards svg {
  color: #ffd978;
  flex-shrink: 0;
}

.footer-divider {
  margin: 1rem 0 0.8rem;
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(206, 212, 221, 0.78);
  font-size: 0.8rem;
}

.footer-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  font-size: 0.82rem;
}

@media (max-width: 575.98px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
