.site-footer {
  border-top: 1px solid rgba(95, 193, 196, 0.28);
  background:
    linear-gradient(180deg, rgba(248, 253, 253, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 28px 24px 34px;
  text-align: center;
}

.site-footer__eyebrow {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #138a93;
}

.site-footer__title {
  margin: 14px 0 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2992a5;
}

.site-footer__meta {
  margin: 12px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5c6f73;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(19, 138, 147, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(19, 138, 147, 0.08);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #138a93;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(19, 138, 147, 0.42);
  box-shadow: 0 14px 28px rgba(19, 138, 147, 0.12);
  color: #0d6f77;
}

@media (max-width: 767px) {
  .site-footer__inner {
    padding: 24px 18px 28px;
  }

  .site-footer__eyebrow {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .site-footer__title {
    margin-top: 12px;
    font-size: 19px;
    letter-spacing: 0.06em;
  }

  .site-footer__meta {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .site-footer__links {
    gap: 10px;
    margin-top: 18px;
  }

  .site-footer__links a {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
