.site-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background: radial-gradient(circle at 72% -25%, #2a1f57 0, transparent 46%), #100e23;
  color: #f7f6ff;
}

.site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9b88e8 48%, transparent);
  content: "";
  opacity: .45;
}

.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(275px, 1.55fr) repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 43px);
  padding-bottom: 65px;
}

.footer-identity { max-width: 325px; }

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 13px 17px;
  border: 1px solid #e4e5ff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px #0806174d;
  color: #15203a;
}

.site-footer .footer-brand:hover { color: #15203a; transform: translateY(-2px); }

.site-footer .footer-identity h2 {
  margin: 24px 0 10px;
  color: #fff;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.4;
  text-transform: none;
}

.site-footer .footer-identity > p {
  margin: 0;
  color: #aea9c3;
  font-size: 13px;
  line-height: 1.8;
}

.footer-contact-block {
  margin-top: 23px;
  padding-top: 21px;
  border-top: 1px solid #ffffff1c;
}

.site-footer .footer-label,
.site-footer .footer-column h2 {
  display: block;
  margin: 0 0 17px;
  color: #e8e5f4;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-contact-block address {
  color: #b7b2ca;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.footer-contact-block > a {
  display: inline-flex;
  gap: 5px;
  margin-top: 12px;
  color: #d9d3ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #7365c2;
  text-underline-offset: 4px;
}

.footer-contact-block > a:hover { color: #fff; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }

.site-footer .footer-column a {
  display: inline-block;
  margin-bottom: 15px;
  color: #aaa6bb;
  font-size: 13px;
  line-height: 1.5;
  transition: color .2s ease, transform .2s ease;
}

.site-footer .footer-column a:hover { color: #fff; transform: translateX(3px); }
.site-footer .footer-column a:focus-visible,
.site-footer .footer-brand:focus-visible,
.footer-contact-block > a:focus-visible { outline: 3px solid #a8eaff; outline-offset: 4px; }

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0 27px;
  border-top: 1px solid #ffffff23;
  color: #9994ad;
  font-size: 11px;
  letter-spacing: .015em;
}

@media (max-width: 1050px) {
  .site-footer .footer-top { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .site-footer .footer-identity { grid-column: 1 / -1; max-width: 470px; }
}

@media (max-width: 700px) {
  .site-footer { padding-top: 55px; }
  .site-footer .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 31px 27px; padding-bottom: 45px; }
  .site-footer .footer-identity { grid-column: 1 / -1; }
}

@media (max-width: 450px) {
  .site-footer .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .site-footer .footer-identity { grid-column: 1 / -1; }
  .site-footer .footer-column h2 { margin-bottom: 13px; }
  .site-footer .footer-column a { margin-bottom: 10px; }
  .site-footer .footer-bottom { flex-direction: column; line-height: 1.5; }
}

@media (max-width: 340px) {
  .site-footer .footer-top { grid-template-columns: 1fr; }
}
