/**
 * Front public-site footer — Elevated Luxury Rentals (WordPress) parity.
 * CSS-only reskin of existing widget footer; scoped to frontend pages.
 */

body.frontend-page .footer_one.findhouse-footer-reference {
  background-color: var(--elr-forest-deep) !important;
  padding: 5rem 0 3.5rem !important;
  overflow: hidden;
}

body.frontend-page .footer_one.findhouse-footer-reference > .container {
  max-width: 1320px;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget h4 {
  color: var(--elr-mist) !important;
  font-family: var(--elr-font-display) !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 1.25rem !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget p,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget li,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget li a {
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: var(--elr-font-body) !important;
  font-size: 0.94rem !important;
  line-height: 1.8 !important;
  margin-bottom: 0;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget li a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget li a:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget li a:focus {
  color: var(--elr-mist) !important;
  opacity: 1;
  padding-left: 0 !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget {
  background: var(--elr-cream);
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  padding: 2.25rem;
}

body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget h4 {
  color: var(--elr-forest-deep) !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget p,
body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget li,
body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget li a {
  color: var(--elr-muted) !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget li a:hover,
body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget li a:focus {
  color: var(--elr-forest-deep) !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer-social-icon,
body.frontend-page .footer_one.findhouse-footer-reference .footer_social_widget li {
  display: inline-block;
  margin: 0 0.65rem 0.65rem 0 !important;
  padding: 0 !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer-social-icon a,
body.frontend-page .footer_one.findhouse-footer-reference .footer_social_widget li a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  color: var(--elr-mist) !important;
  display: inline-flex !important;
  font-family: var(--elr-font-body) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  height: auto !important;
  justify-content: center;
  line-height: 1 !important;
  min-width: auto !important;
  padding: 0.72rem 0.95rem !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  width: auto !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer-social-icon a:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer-social-icon a:focus,
body.frontend-page .footer_one.findhouse-footer-reference .footer_social_widget li a:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer_social_widget li a:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--elr-mist) !important;
  padding-left: 0.95rem !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer-social-icon a i,
body.frontend-page .footer_one.findhouse-footer-reference .footer_social_widget li a i {
  font-size: 0.85rem;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .btn,
body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .btn-primary,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget .btn,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget .btn-primary {
  background: var(--elr-gold) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--elr-forest-deep) !important;
  font-family: var(--elr-font-body) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  line-height: 1 !important;
  padding: 0.82rem 1.2rem !important;
  transition: background 0.2s ease;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .btn:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .btn-primary:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget .btn:hover,
body.frontend-page .footer_one.findhouse-footer-reference .footer_about_widget .btn-primary:hover {
  background: var(--elr-gold-deep) !important;
  color: var(--elr-forest-deep) !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .form-control,
body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form input[type="email"] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  color: var(--elr-mist) !important;
  font-family: var(--elr-font-body) !important;
}

body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form .form-control::placeholder,
body.frontend-page .footer_one.findhouse-footer-reference .footer_mailchimp_form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.frontend-page .scrollToHome {
  background-color: var(--elr-forest) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--elr-mist) !important;
}

body.frontend-page .scrollToHome:hover {
  background-color: var(--elr-pine) !important;
  color: var(--elr-mist) !important;
}

@media (max-width: 900px) {
  body.frontend-page .footer_one.findhouse-footer-reference {
    padding: 3.5rem 0 2.5rem !important;
  }

  body.frontend-page .footer_one.findhouse-footer-reference .row > div {
    margin-bottom: 1.5rem;
  }

  body.frontend-page .footer_one.findhouse-footer-reference .row > div:last-child {
    margin-bottom: 0;
  }

  body.frontend-page .footer_one.findhouse-footer-reference .row > div:first-child .footer_about_widget {
    padding: 1.75rem;
  }
}
