.site-footer {
  min-height: 525px !important;
  background: linear-gradient(135deg, #12313a 0%, #113d3b 100%) !important;
  color: #e8f3f2 !important;
  padding: 95px 56px 35px !important;
}

.site-footer__top {
  display: grid !important;
  grid-template-columns: 290px 290px 290px 352px !important;
  justify-content: space-between !important;
  gap: 0 !important;
  max-width: 1578px !important;
  margin: 0 auto !important;
}

.site-footer h2,
.site-footer h3 {
  color: #fff !important;
  margin: 0 0 31px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.site-footer__brand p {
  max-width: 315px !important;
  margin: 0 0 29px !important;
  color: #f4fbfb !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

.site-footer__badges {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.site-footer__badges span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 43px !important;
  border: 1px solid rgba(243, 170, 70, 0.42) !important;
  border-radius: 7px !important;
  color: #ffb24f !important;
  padding: 0 17px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.site-footer__column ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer__column li + li {
  margin-top: 18px !important;
}

.site-footer__column a {
  color: #67ddb2 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.site-footer__column a:hover,
.site-footer__legal a:hover {
  color: #8ef0ca !important;
}

/* New Contact Section Styles */
.footer-contact-box {
  width: 352px;
  min-height: 168px;
  background: #edf7f7;
  border-radius: 15px;
  padding: 28px 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  overflow: visible !important;
}

.contact-info-item {
  display: flex !important;
  align-items: center;
  gap: 15px;
  color: #1a1a1a !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.contact-email-link {
  color: #1a1a1a !important;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px !important;
  font-weight: 500 !important;
  word-break: break-all;
  white-space: normal !important;
  overflow-wrap: break-word;
  overflow: visible !important;
  display: flex !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}

.contact-email-link:hover {
  color: #0f7490 !important;
}

.contact-info-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #63d5a6 !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__divider {
  max-width: 1790px !important;
  height: 1px !important;
  margin: 58px auto 34px !important;
  background: rgba(103, 215, 181, 0.14) !important;
}

.site-footer__bottom {
  max-width: 1790px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 24px !important;
}

.site-footer__bottom p,
.site-footer__legal a {
  color: #a9dddd !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

.site-footer__bottom p {
  margin: 0 !important;
}

.site-footer__legal {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

.site-footer__legal a {
  text-decoration: none !important;
}

.site-footer__legal span {
  color: rgba(126, 224, 190, 0.42) !important;
}

.site-footer__social {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}

.site-footer__social a {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  border: 1px solid rgba(110, 223, 190, 0.25) !important;
  color: #79dfba !important;
  text-decoration: none !important;
}

.site-footer__social svg {
  width: 19px !important;
  height: 19px !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

@media (max-width: 1100px) {
  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px !important;
  }
}

@media (max-width: 768px) {
  .site-footer {
    min-height: 0 !important;
    padding: 48px 22px 28px !important;
  }

  .site-footer__top,
  .site-footer__bottom {
    grid-template-columns: 1fr !important;
  }

  .site-footer__bottom {
    text-align: center !important;
  }

  .site-footer__legal,
  .site-footer__social {
    justify-content: center !important;
  }

  .site-footer__divider {
    margin-top: 36px !important;
  }
}

@media (max-width: 560px) {
  .site-footer__top {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .footer-contact-box {
    width: 100%;
    min-height: 0;
    padding: 22px;
  }

  .site-footer__legal {
    flex-wrap: wrap !important;
    gap: 10px 14px !important;
  }
}

