.site-footer {
  background: radial-gradient(55rem 28rem at 90% 86%, rgba(104, 22, 229, 0.2), transparent 70%), radial-gradient(36rem 22rem at 8% 62%, rgba(64, 130, 255, 0.16), transparent 72%), linear-gradient(115deg, #101a38 0%, #101d45 48%, #0b1330 100%);
  color: #dbe6ff;
  padding: clamp(2.4rem, 4vw, 3.4rem) 0 1.15rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) repeat(3, minmax(170px, 1fr));
  gap: clamp(1.25rem, 2.6vw, 3rem);
  align-items: start;
}

.footer-brand-block {
  max-width: 320px;
}

.footer-brand-logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.15rem;
  background: #fff;
  padding: 0.15rem;
}

.footer-brand-title {
  margin: 1rem 0 0;
  color: #b5c6ef;
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer-brand-text {
  margin: 0.7rem 0 0;
  color: #8ea5d5;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-column h3 {
  margin: 0;
  color: #f4f7ff;
  font-size: 1.35rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}
.footer-column a {
  display: flex;
  margin-top: 0.78rem;
  color: #9cb0dc;
  font-size: 0.95rem;
  line-height: 1.45;
  transition: color 0.2s ease;
}
.footer-column a:hover {
  color: #ffffff;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  color: #a3b8e8;
  flex: none;
}
.footer-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-social {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-social a {
  margin-top: 0;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9db1de;
}
.footer-social a:hover {
  color: #ffffff;
}
.footer-social svg {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
  border-top: 1px solid rgba(180, 199, 235, 0.16);
  padding-top: 1rem;
}
.footer-bottom p {
  margin: 0;
  text-align: center;
  color: #93a7d6;
  font-size: 0.9rem;
}

@media (max-width: 1023px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 2rem;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .footer-column h3 {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=footer.css.map */