.footer-9 {
  background: #1f2024;
  color: #f3f3f0;
}

.footer-9__main {
  padding-top: 72px;
  padding-bottom: 52px;
}

.footer-9__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.05fr) minmax(220px, 0.9fr) minmax(220px, 0.95fr) minmax(180px, 0.7fr);
  gap: 44px;
  align-items: start;
}

.footer-9__brand img {
  display: block;
  width: min(100%, 300px);
}

.footer-9__heading {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.footer-9__text,
.footer-9__text a,
.footer-9__links a,
.footer-9__legal a,
.footer-9__copyright {
  color: rgba(245, 245, 241, 0.82);
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-9__text {
  margin: 0 0 4px;
}

.footer-9__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-9__links a:hover,
.footer-9__text a:hover,
.footer-9__legal a:hover,
.footer-9__social a:hover {
  color: #d8ddb0;
}

.footer-9__social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-9__social a {
  color: #ffffff;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-9__social a:hover {
  transform: translateY(-1px);
}

.footer-9__social svg {
  width: 23px;
  height: 23px;
}

.footer-9__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 72px;
}

.footer-9__copyright,
.footer-9__legal a {
  color: #e6e1b3;
  font-size: 16px;
  font-weight: 700;
}

.footer-9__copyright {
  margin: 0;
}

.footer-9__legal {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-9__floating-call {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #98b98b;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(31, 44, 27, 0.2);
}

.footer-9__floating-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.footer-9__floating-call-icon svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1100px) {
  .footer-9__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-9__brand-column {
    grid-column: 1 / -1;
  }

  .footer-9__brand img {
    width: min(100%, 320px);
  }
}

@media (max-width: 820px) {
  .footer-9__main {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-9__grid,
  .footer-9__bottom {
    grid-template-columns: 1fr;
  }

  .footer-9__bottom {
    margin-top: 48px;
  }

  .footer-9__social,
  .footer-9__legal {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .footer-9__text,
  .footer-9__text a,
  .footer-9__links a {
    font-size: 16px;
  }

  .footer-9__copyright,
  .footer-9__legal a {
    font-size: 14px;
  }

  .footer-9__floating-call {
    right: 16px;
    bottom: 16px;
    min-height: 52px;
    padding: 12px 18px;
    font-size: 14px;
  }
}
