/* Footer redesign (Figma) */
.site-footer.footer,
.footer.site-footer {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: auto;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #555;
  padding-top: 40px;
}

.site-footer .site-footer__cols {
  padding-top: 0;
  padding-bottom: 30px;
}

.site-footer .footer-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000;
  text-align: left;
  margin: 0 0 16px;
}

.site-footer .list-unstyled {
  margin: 0;
  padding: 0;
}

.site-footer .list-unstyled > li {
  margin: 0 0 8px;
  line-height: 34px;
  color: #666;
}

.site-footer .list-unstyled > li:last-child {
  margin-bottom: 0;
}

.site-footer li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  font-variant-numeric: lining-nums proportional-nums;
  color: #666;
  text-decoration: none;
}

.site-footer li a:hover,
.site-footer li a:focus {
  color: #000;
  text-decoration: none;
}

.site-footer .blue-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0;
  font-variant-numeric: lining-nums proportional-nums;
  color: #277cfe;
  text-align: left;
  margin: 14px 0 6px;
}

.site-footer .blue-title:first-of-type {
  margin-top: 0;
}

.site-footer .bottom-footer {
  margin-top: 0;
  padding: 24px 0 28px;
  border-top: 0;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer .payment {
  flex: 0 0 auto;
}

.site-footer .payment img {
  max-height: 28px;
  width: auto;
}

.site-footer p.copy {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #999;
  text-align: center;
}

.site-footer__social {
  float: none;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__social > li {
  padding: 0;
}

.site-footer__social img {
  display: block;
  width: 22px;
  height: 22px;
}

/* Sticky footer: allow auto height for redesigned footer */
body {
  margin-bottom: 380px !important;
}

.site-footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto !important;
  min-height: 0;
}

@media (max-width: 767px) {
  body {
    margin-bottom: 0 !important;
  }

  .site-footer.footer {
    position: static;
    height: auto !important;
    padding-top: 24px;
  }

  .site-footer__accordion {
    padding-bottom: 10px;
  }

  .site-footer__acc-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .site-footer__acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
  }

  .site-footer__acc-chevron {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex: 0 0 auto;
    margin-left: 12px;
  }

  .site-footer__acc-btn.is-open .site-footer__acc-chevron,
  .site-footer__acc-btn[aria-expanded="true"] .site-footer__acc-chevron {
    transform: rotate(-135deg);
  }

  .site-footer__acc-panel {
    padding: 0 0 14px;
  }

  .site-footer__acc-panel .list-unstyled > li {
    margin-bottom: 6px;
  }

  .site-footer__acc-panel a {
    font-size: 16px;
    line-height: 28px;
  }

  .site-footer__business {
    padding-top: 22px;
  }

  .site-footer__business-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .site-footer__business .footer-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }

  .site-footer__business .blue-title {
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer__business .list-unstyled > li,
  .site-footer__business .list-unstyled a {
    font-size: 16px;
    line-height: 26px;
  }

  .site-footer__social--mobile {
    float: none;
    justify-content: flex-end;
    margin: 0;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
  }

  .site-footer p.copy {
    order: 0;
    text-align: left;
    font-size: 12px;
  }

  .site-footer__prices-note {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
  }

  .site-footer__social {
    justify-content: flex-start;
  }
}
