.footer-cta-wrapper {
  max-width: 840px;
  margin-left: auto;
  position: relative;
  z-index: 4;
  margin-right: auto;
}
.site-footer {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.site-footer__bg {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}
.global-cta-buttons > a:first-of-type {
  margin-right: 10px;
}
.site-footer::before {
  z-index: 3;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(0deg, rgba(51, 35, 0, 0.53) 0%, rgba(51, 35, 0, 0) 100%),
    linear-gradient(180deg, rgba(180, 147, 118, 0) 31.23%, #b49376 80.43%);
}
.footer-bottom {
  background: #fffcf4;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 70px;
  padding-left: 110px;
  padding-right: 110px;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.site-footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
footer .footer-only {
  display: block !important;
}
.footer-bottom-upper {
  display: flex;
  justify-content: space-between;
}
.footer-upper-right {
  display: flex;
  gap: 20px;
  flex: 1;
}
.footer-upper-left {
  flex: 1;
}
.footer-upper-right > div {
  flex: 1;
}
footer .widget-title {
  margin-bottom: 20px;
  color: rgba(26, 48, 70, 0.64);
  font-family: "Parkinsans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.footer-col ul a {
  color: #1a3046;
  font-family: "Parkinsans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  display: inline-block;
  margin-bottom: 4px;
}
.widget {
  margin: 0;
}
.footer-rich .textwidget > p {
  margin-bottom: 20px;
}
.footer-rich .textwidget > p strong {
  color: rgba(26, 48, 70, 0.64);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer-rich .textwidget a {
  color: #1a3046;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.social-media {
  display: flex;
  margin-top: 100px;
  gap: 15px;
}
.footer-bottom-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  margin-top: 20px;
  border-top: 1px solid #ede9e5;
}
.footer-privacy ul {
  display: flex;
}
.footer-privacy a {
  color: #1a3046;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  font-family: "Parkinsans", sans-serif;

  position: relative;
  font-weight: 400;
  line-height: 21.7px;
  letter-spacing: -0.32px;
}
footer ul ul {
  display: none;
}
.footer-privacy li:not(:last-child) a {
  border-right: 2px solid #ede9e5;
  padding-right: 11px;
  margin-right: 11px;
}
.footer-copy a {
  font-weight: 600;
}
.footer-copy,
.footer-copy a {
  font-family: "Parkinsans", sans-serif;
}

/* ── TABLET (≤ 991px) ── */
@media only screen and (max-width: 991px) {
  .footer-bottom {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
  }
  #page .global-cta-buttons a {
    margin-right: 0;
  }
  .footer-bottom-upper {
    flex-direction: column;
    gap: 40px;
  }
  .footer-upper-right {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer-upper-right > div {
    flex: 0 0 calc(50% - 15px);
  }
  .footer-rich {
    flex: 0 0 100% !important;
  }
  .social-media {
    margin-top: 30px;
  }
  .footer-bottom-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer-privacy ul {
    flex-wrap: wrap;
  }
  .global-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

/* ── MOBILE (≤ 575px) ── */
@media only screen and (max-width: 575px) {
  .footer-bottom {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
  }
  .footer-upper-right {
    flex-direction: column;
    gap: 24px;
  }
  .footer-upper-right > div {
    flex: unset;
  }
  .footer-rich {
    flex: unset !important;
  }
}
