#site-footer.site-footer {
  margin-top: 52px;
  background: linear-gradient(180deg, #f2f5fa 0%, #f5f7fb 46px, #f5f7fb 100%);
  border-top: 0;
  color: #4a607f;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -8px 24px rgba(31, 54, 88, 0.04);
  position: relative;
  overflow: hidden;
}

#site-footer.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(180, 195, 218, 0.75);
}

#site-footer.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(180deg, rgba(245, 248, 252, 0.95) 0%, rgba(245, 247, 251, 0) 100%);
  pointer-events: none;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 26px;
  text-align: center;
}

.site-footer-main {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1.15fr;
  gap: 30px;
  text-align: left;
  margin-bottom: 24px;
}

.footer-brand-logo img {
  width: 120px;
  height: auto;
  opacity: 0.78;
}

.footer-brand p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #42597b;
  max-width: 470px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e4ebf5;
  color: #2f4f7e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.footer-col h4 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  color: #1f3658;
  font-weight: 700;
}

.footer-col a {
  display: block;
  color: #38537d;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.75;
}

.footer-col a:hover {
  color: #2b6cb0;
}

.footer-contact h4 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  color: #1f3658;
  font-weight: 700;
}

.footer-contact p {
  margin: 0 0 10px;
  color: #3f5679;
  font-size: 14px;
  line-height: 1.7;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #2b6cb0;
}

.site-footer-compact {
  border-top: 1px solid #d6deea;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-line {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  line-height: 1.7;
  color: #3f5679;
}

.footer-line-main {
  font-size: 14px;
  color: #3e5678;
}

.footer-line a {
  color: #3e5678;
  text-decoration: none;
}

.footer-line a:hover {
  color: #2b6cb0;
}

@media (max-width: 1100px) {
  .site-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
  }

  .site-footer-main > * {
    background: #ffffff;
    border: 1px solid #d9e3f0;
    border-radius: 14px;
    padding: 14px 14px 12px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-col h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .footer-col a {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-line-main {
    font-size: 15px;
  }

  .footer-line {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #site-footer.site-footer {
    margin-top: 36px;
    border-radius: 14px 14px 0 0;
  }

  .site-footer-inner {
    padding: 20px 14px 22px;
  }

  .site-footer-main {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
  }

  .site-footer-main::-webkit-scrollbar {
    display: none;
  }

  .site-footer-main > * {
    flex: 0 0 84%;
    max-width: 84%;
    border-radius: 12px;
    padding: 12px;
    scroll-snap-align: start;
  }

  .footer-brand,
  .footer-contact {
    flex-basis: 92%;
    max-width: 92%;
  }

  .footer-brand-logo img {
    width: 110px;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.7;
  }

  .footer-socials a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .footer-col h4,
  .footer-contact h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer-col a,
  .footer-contact p {
    font-size: 13px;
    line-height: 1.75;
  }

  .footer-line-main {
    font-size: 13px;
  }

  .footer-line {
    font-size: 12px;
    gap: 10px;
  }
}
