.site-footer {
  position: relative;
  z-index: 40;
  color: var(--color-text-light);
  background: var(--footer-corner-bg, var(--color-bg-dark, #07111d));
}

body.page-template-contact .site-footer,
body.page-template-contact-php .site-footer,
body.page-template-templates-contact .site-footer,
body.page-template-templates-contact-php .site-footer,
body.page-template-templatescontact-php .site-footer,
body.page-contact-us .site-footer {
  --footer-corner-bg: #000;
}
.site-footer .footer__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}
.site-footer .footer__cta-band {
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 199, 86, 0.18),
      transparent 35%
    ),
    linear-gradient(180deg, var(--color-brand-navy-deep) 0%, var(--color-bg-dark) 100%);
  padding: 96px 0 88px;
}
@media (max-width: 991px) {
  .site-footer .footer__cta-band {
    padding: 72px 0;
  }
}
.site-footer .footer__cta-band-inner,
.site-footer .footer__main-inner,
.site-footer .footer__bar-inner {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1.25rem, 8vw, 10rem);
  margin: 0 auto;
}
.site-footer .footer__cta-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .site-footer .footer__cta-band-inner {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer__cta-copy {
  max-width: 520px;
}
.site-footer .footer__cta-title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  color: var(--color-brand-ivory);
}
.site-footer .footer__cta-text {
  margin: 0;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}
.site-footer .footer__contact-form {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(247, 246, 243, 0.05);
  backdrop-filter: blur(12px);
}
@media (max-width: 575px) {
  .site-footer .footer__contact-form {
    padding: 18px;
    border-radius: 22px;
  }
}
.site-footer .footer__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .site-footer .footer__form-grid {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .footer__field span {
  font-family: var(--font-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer__field input,
.site-footer .footer__field select,
.site-footer .footer__field textarea {
  width: 100%;
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-text-dark, #122439);
  font-family: var(--font-body);
  font-size: 15px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.site-footer .footer__field input:focus,
.site-footer .footer__field select:focus,
.site-footer .footer__field textarea:focus {
  outline: none;
  border-color: rgba(255, 199, 86, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 199, 86, 0.12);
}
.site-footer .footer__field select {
  appearance: none;
}
.site-footer .footer__field textarea {
  min-height: 150px;
  resize: vertical;
}
.site-footer .footer__field--full {
  grid-column: 1/-1;
}
.site-footer .footer__form-actions {
  margin-top: 18px;
}
.site-footer .footer__contact-form--panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.site-footer .footer__panel-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}
.site-footer .footer__panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.site-footer .footer__panel-points {
  display: grid;
  gap: 14px;
}
.site-footer .footer__panel-point {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}
.site-footer .footer__panel-point:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 199, 86, 0.45);
  background: rgba(255, 199, 86, 0.08);
}
.site-footer .footer__panel-point-label {
  font-family: var(--font-secondary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
}
.site-footer .footer__panel-point-value {
  line-height: 1.6;
}
.site-footer .footer__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--color-brand-gold);
  color: var(--color-brand-navy-deep);
  text-decoration: none;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}
.site-footer .footer__submit:hover {
  transform: translateY(-1px);
  background: var(--color-brand-gold-soft, #ffd67f);
  box-shadow: 0 18px 30px rgba(255, 199, 86, 0.22);
}
.site-footer .footer__main {
  background: #6f8557;
  border-top: 3px solid #a9b99a;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding: 72px 0 64px;
}

.site-footer .footer__main-wrap {
  position: relative;
  background: var(--footer-corner-bg, var(--color-bg-dark, #07111d)) !important;
}
.site-footer .footer__brand-mark {
  width: 309px;
  max-width: 100%;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.site-footer .footer__brand-mark img {
  width: auto;
  max-width: 100%;
  max-height: 72px;
  height: auto;
}

.site-footer .footer__grid {
  display: grid;
  grid-template-columns: 309px minmax(240px, 1fr) minmax(220px, 1fr) minmax(160px, auto);
  gap: 32px;
  align-items: start;
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(234, 228, 216, 0.2);
}

.site-footer .footer__column--brand {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .site-footer .footer__main {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 56px 0 48px;
  }
  .site-footer .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 640px) {
  .site-footer .footer__main {
    padding: 44px 0 36px;
  }
  .site-footer .footer__brand-mark {
    width: min(309px, 100%);
  }
  .site-footer .footer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.site-footer .footer__column-title {
  margin: 0 0 16px;
  font-family: var(--home-body-font, "DM Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.site-footer .footer__links,
.site-footer .footer__contact-list {
  display: grid;
  gap: 10px;
}
.site-footer .footer__paynow {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #ddebcb;
  background: #ddebcb;
  color: #20231f;
  text-decoration: none;
  font-family: var(--home-body-font, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.site-footer .footer__paynow:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: #ffffff;
  color: #20231f;
}

.site-footer .footer__legal-terms-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer .footer__legal-rocket {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}
.site-footer .footer__link,
.site-footer .footer__contact-link,
.site-footer .footer__meta-link,
.site-footer .footer__bar-inner a {
  color: #fff;
  text-decoration: none;
  font-family: var(--home-body-font, "DM Sans", sans-serif);
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}
.site-footer .footer__link:hover,
.site-footer .footer__contact-link:hover,
.site-footer .footer__meta-link:hover,
.site-footer .footer__bar-inner a:hover {
  color: #ddebcB;
}
.site-footer .footer__link,
.site-footer .footer__contact-link {
  line-height: 21px;
}
.site-footer .footer__socials {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}
.site-footer .footer__social-link {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #ddebcB;
  background: transparent;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}
.site-footer .footer__social-link:hover {
  transform: translateY(-1px);
  color: #fff;
}
.site-footer .footer__social-link svg {
  width: 24px;
  height: 24px;
}

.site-footer .social-icons,
.site-footer .social-icons * {
  box-sizing: border-box;
}

.site-footer .social-icons {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.site-footer .footer__social-link--text {
  width: auto;
  min-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}
.site-footer .footer__meta-link {
  display: inline-block;
  font-size: 15px;
}

.site-footer .footer__contact-list--address {
  gap: 16px;
}

.site-footer .footer__contact-link--icon {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer .footer__contact-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-footer .footer__contact-icon svg {
  max-width: 100%;
  max-height: 100%;
}

.site-footer .location-on,
.site-footer .location-on * {
  box-sizing: border-box;
}

.site-footer .location-on {
  width: 13px;
  height: 16px;
  position: relative;
  overflow: visible;
  aspect-ratio: 13/16;
}

.site-footer .call,
.site-footer .call * {
  box-sizing: border-box;
}

.site-footer .call {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.site-footer .footer__bar {
  background: #6f8557;
  padding: 0 0 24px;
}
.site-footer .footer__bar-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  text-align: center;
  color: #d8d1c6;
  font-family: var(--home-body-font, "DM Sans", sans-serif);
  font-size: 13.33px;
  line-height: 21.33px;
}
.site-footer .footer__bar-inner p {
  margin: 0;
}

.site-footer .footer__legal-links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer .footer__legal-link {
  color: #d8d1c6;
  text-decoration: none;
  opacity: 0.95;
}

.site-footer .footer__legal-link + .footer__legal-link::before {
  content: "|";
  margin-right: 12px;
  opacity: 0.75;
}

.site-footer .footer__legal-link:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .site-footer .footer__bar-inner {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .site-footer .footer__legal-links {
    gap: 10px;
  }

  .site-footer .footer__paynow {
    width: min(220px, 100%);
  }
}
