.ilera-mc-footer-subscribe {
  width: 100%;
  box-sizing: border-box;
  margin: 24px 0;
  color: #143026;
}
.ilera-mc-footer-subscribe * { box-sizing: border-box; }
.ilera-mc-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(22px, 3vw, 38px);
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 207, 160, .38), transparent 30%),
    linear-gradient(135deg, #fffaf3 0%, #f3f7ed 46%, #edf6f1 100%);
  border: 1px solid rgba(31, 90, 62, .10);
  box-shadow: 0 22px 65px rgba(13, 56, 37, .14);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.15fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}
.ilera-mc-shell::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(37, 111, 76, .10);
  pointer-events: none;
}
.ilera-mc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 90, 62, .10);
  color: #1f5a3e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ilera-mc-copy h3 {
  margin: 0 0 8px;
  color: #143026;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ilera-mc-copy p {
  margin: 0;
  color: rgba(20, 48, 38, .76);
  font-size: 15px;
  line-height: 1.65;
  max-width: 560px;
}
.ilera-mc-form {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 18px 44px rgba(27, 76, 54, .10);
  border-radius: 24px;
  padding: 12px;
}
.ilera-mc-fields {
  display: grid;
  grid-template-columns: minmax(130px, .8fr) minmax(180px, 1.15fr) auto;
  gap: 10px;
}
.ilera-mc-form input[type="text"],
.ilera-mc-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(31, 90, 62, .13);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: #143026;
  padding: 0 16px;
  outline: none;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ilera-mc-form input:focus {
  border-color: rgba(31, 90, 62, .42);
  box-shadow: 0 0 0 4px rgba(31, 90, 62, .10);
}
.ilera-mc-submit {
  border: 0;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f5a3e, #2f7b56);
  color: #fff;
  font-weight: 900;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow: 0 16px 26px rgba(31, 90, 62, .24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}
.ilera-mc-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(31, 90, 62, .30);
  filter: saturate(1.04);
}
.ilera-mc-submit.is-loading { opacity: .78; pointer-events: none; }
.ilera-mc-note {
  margin: 10px 4px 0;
  color: rgba(20, 48, 38, .60);
  font-size: 12px;
}
.ilera-mc-response {
  display: none;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
}
.ilera-mc-response.is-success {
  display: block;
  background: rgba(31, 90, 62, .10);
  color: #1f5a3e;
}
.ilera-mc-response.is-error {
  display: block;
  background: rgba(198, 57, 43, .10);
  color: #9e2b22;
}
.ilera-mc-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* v1.1: Compact footer-native form. This applies ONLY to the auto-inserted footer form. */
footer .ilera-mc-auto-footer,
.site-footer .ilera-mc-auto-footer,
.footer .ilera-mc-auto-footer {
  display: block !important;
  width: 100% !important;
  max-width: 315px !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  color: rgba(255,255,255,.82) !important;
  clear: both !important;
}
footer .ilera-mc-auto-footer .ilera-mc-shell,
.site-footer .ilera-mc-auto-footer .ilera-mc-shell,
.footer .ilera-mc-auto-footer .ilera-mc-shell {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
footer .ilera-mc-auto-footer .ilera-mc-shell::before,
.site-footer .ilera-mc-auto-footer .ilera-mc-shell::before,
.footer .ilera-mc-auto-footer .ilera-mc-shell::before {
  display: none !important;
}
footer .ilera-mc-auto-footer .ilera-mc-kicker,
.site-footer .ilera-mc-auto-footer .ilera-mc-kicker,
.footer .ilera-mc-auto-footer .ilera-mc-kicker {
  display: inline-flex !important;
  margin: 0 0 10px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
  color: #d7bd78 !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  letter-spacing: .12em !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
footer .ilera-mc-auto-footer .ilera-mc-copy h3,
.site-footer .ilera-mc-auto-footer .ilera-mc-copy h3,
.footer .ilera-mc-auto-footer .ilera-mc-copy h3 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
  font-weight: 800 !important;
  max-width: 260px !important;
}
footer .ilera-mc-auto-footer .ilera-mc-copy p,
.site-footer .ilera-mc-auto-footer .ilera-mc-copy p,
.footer .ilera-mc-auto-footer .ilera-mc-copy p {
  margin: 0 0 12px !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  max-width: 280px !important;
}
footer .ilera-mc-auto-footer .ilera-mc-form,
.site-footer .ilera-mc-auto-footer .ilera-mc-form,
.footer .ilera-mc-auto-footer .ilera-mc-form {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
footer .ilera-mc-auto-footer .ilera-mc-fields,
.site-footer .ilera-mc-auto-footer .ilera-mc-fields,
.footer .ilera-mc-auto-footer .ilera-mc-fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  width: 100% !important;
}
footer .ilera-mc-auto-footer input[type="text"],
footer .ilera-mc-auto-footer input[type="email"],
.site-footer .ilera-mc-auto-footer input[type="text"],
.site-footer .ilera-mc-auto-footer input[type="email"],
.footer .ilera-mc-auto-footer input[type="text"],
.footer .ilera-mc-auto-footer input[type="email"] {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
footer .ilera-mc-auto-footer input::placeholder,
.site-footer .ilera-mc-auto-footer input::placeholder,
.footer .ilera-mc-auto-footer input::placeholder {
  color: rgba(255,255,255,.55) !important;
}
footer .ilera-mc-auto-footer .ilera-mc-submit,
.site-footer .ilera-mc-auto-footer .ilera-mc-submit,
.footer .ilera-mc-auto-footer .ilera-mc-submit {
  width: 100% !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d6bb78, #f1dfa9) !important;
  color: #143026 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}
footer .ilera-mc-auto-footer .ilera-mc-note,
.site-footer .ilera-mc-auto-footer .ilera-mc-note,
.footer .ilera-mc-auto-footer .ilera-mc-note {
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,.52) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}
footer .ilera-mc-auto-footer .ilera-mc-response,
.site-footer .ilera-mc-auto-footer .ilera-mc-response,
.footer .ilera-mc-auto-footer .ilera-mc-response {
  margin-top: 8px !important;
  padding: 8px 10px !important;
  font-size: 12px !important;
  border-radius: 12px !important;
}
footer .ilera-mc-auto-footer .ilera-mc-response.is-success,
.site-footer .ilera-mc-auto-footer .ilera-mc-response.is-success,
.footer .ilera-mc-auto-footer .ilera-mc-response.is-success {
  background: rgba(255,255,255,.10) !important;
  color: #dff3e8 !important;
}
footer .ilera-mc-auto-footer .ilera-mc-response.is-error,
.site-footer .ilera-mc-auto-footer .ilera-mc-response.is-error,
.footer .ilera-mc-auto-footer .ilera-mc-response.is-error {
  background: rgba(255,125,104,.13) !important;
  color: #ffd0c8 !important;
}

@media (max-width: 900px) {
  .ilera-mc-shell { grid-template-columns: 1fr; }
  .ilera-mc-fields { grid-template-columns: 1fr; }
  .ilera-mc-submit { width: 100%; }
  footer .ilera-mc-auto-footer,
  .site-footer .ilera-mc-auto-footer,
  .footer .ilera-mc-auto-footer {
    max-width: 100% !important;
    margin-top: 18px !important;
  }
}
@media (max-width: 520px) {
  .ilera-mc-footer-subscribe { margin: 18px 0; }
  .ilera-mc-shell { border-radius: 22px; padding: 20px; }
  .ilera-mc-form { border-radius: 18px; padding: 10px; }
  footer .ilera-mc-auto-footer,
  .site-footer .ilera-mc-auto-footer,
  .footer .ilera-mc-auto-footer {
    margin-top: 16px !important;
  }
}


/* v1.2: Footer-grid placement for the blank Policies/Contact space. */
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
  width: 100% !important;
  max-width: none !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  clear: none !important;
  color: rgba(255,255,255,.86) !important;
}

@media (min-width: 768px) {
  footer .footer-grid:has(.ilera-mc-footer-grid-slot),
  .site-footer .footer-grid:has(.ilera-mc-footer-grid-slot),
  .footer .footer-grid:has(.ilera-mc-footer-grid-slot) {
    row-gap: 1.25rem !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 4 / 6 !important;
    grid-row: 2 !important;
    align-self: start !important;
  }
}

@media (min-width: 1100px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    margin-top: -6px !important;
  }
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr) !important;
  gap: 14px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell::before,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell::before,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell::before {
  display: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker {
  margin: 0 0 6px !important;
  padding: 4px 8px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  color: #d7bd78 !important;
  background: rgba(215,189,120,.10) !important;
  border: 1px solid rgba(215,189,120,.12) !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.15 !important;
  max-width: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p {
  display: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
  display: grid !important;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.05fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"] {
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  padding: 0 13px !important;
  font-size: 12px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.94) !important;
  color: #143026 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
  min-height: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  padding: 0 18px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  background: #d7bd78 !important;
  color: #123725 !important;
  box-shadow: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note {
  margin: 7px 2px 0 !important;
  font-size: 10.5px !important;
  color: rgba(255,255,255,.48) !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response {
  grid-column: 1 / -1 !important;
  margin-top: 8px !important;
  font-size: 12px !important;
}

@media (max-width: 900px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr 1fr auto !important;
  }
}

@media (max-width: 640px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 1 / -1 !important;
    margin-top: 4px !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
    width: 100% !important;
  }
}

/* v1.3: final visibility + footer-space fit fix.
   Keeps this scoped only to the auto footer form placed in the blank Policies/Contact area. */
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 18px 22px !important;
  border-radius: 20px !important;
  overflow: visible !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy {
  min-width: 0 !important;
  width: 100% !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3 {
  font-size: 19px !important;
  line-height: 1.15 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
  display: grid !important;
  grid-template-columns: minmax(135px, .8fr) minmax(190px, 1fr) minmax(128px, auto) !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215,189,120,.24) !important;
  background: #fffaf0 !important;
  color: #143026 !important;
  font-size: 13px !important;
  line-height: 46px !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #143026 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"]::placeholder,
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"]::placeholder,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"]::placeholder,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"]::placeholder,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"]::placeholder,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"]::placeholder {
  color: rgba(20,48,38,.62) !important;
  opacity: 1 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
  width: 100% !important;
  min-width: 128px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d7bd78, #f1dfa9) !important;
  color: #123725 !important;
  font-size: 12px !important;
  line-height: 46px !important;
  text-align: center !important;
  opacity: 1 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note {
  margin: 8px 0 0 !important;
  font-size: 11px !important;
  color: rgba(255,255,255,.62) !important;
}

@media (max-width: 980px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr 1fr !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
    padding: 16px !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr !important;
  }
}

/* v1.4: requested footer reposition + button below fields. */
@media (min-width: 768px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 3 / 6 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 760px !important;
    justify-self: start !important;
    margin-top: -8px !important;
    margin-left: -72px !important;
  }
}
@media (min-width: 1200px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    margin-left: -96px !important;
  }
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
  grid-template-columns: minmax(190px, .78fr) minmax(320px, 1.22fr) !important;
  gap: 18px !important;
  padding: 18px 20px !important;
  align-items: center !important;
  border-radius: 24px !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3 {
  font-size: 20px !important;
  line-height: 1.12 !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"] {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  font-size: 15px !important;
  background: #fff8ed !important;
  color: #143026 !important;
  border: 1px solid rgba(215,189,120,.22) !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder {
  color: rgba(20,48,38,.78) !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 260px !important;
  justify-self: start !important;
  margin-top: 2px !important;
  min-height: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  padding: 0 28px !important;
  font-size: 13px !important;
  letter-spacing: .08em !important;
  background: linear-gradient(135deg, #d7bd78, #f0dda7) !important;
  color: #123725 !important;
}
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note {
  margin: 10px 0 0 !important;
  font-size: 12px !important;
  color: rgba(255,255,255,.60) !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 2 / 6 !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 1 / -1 !important;
    margin: 18px 0 0 !important;
    max-width: 100% !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
    gap: 14px !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
    max-width: none !important;
    justify-self: stretch !important;
  }
}

/* v1.5: compact footer-native placement — fits under Policies/Contact without stretching. */
@media (min-width: 768px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 4 / 6 !important;
    grid-row: 2 !important;
    width: min(100%, 540px) !important;
    max-width: 540px !important;
    min-width: 0 !important;
    justify-self: start !important;
    align-self: start !important;
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    clear: none !important;
  }
}

@media (min-width: 1180px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    width: min(100%, 560px) !important;
    max-width: 560px !important;
  }
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.032)) !important;
  border: 1px solid rgba(255,255,255,.105) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 12px !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-kicker {
  margin: 0 0 8px !important;
  padding: 5px 10px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  color: #d7bd78 !important;
  background: rgba(215,189,120,.11) !important;
  border: 1px solid rgba(215,189,120,.16) !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy h3 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(16px, 1.55vw, 21px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em !important;
  font-weight: 850 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-copy p {
  display: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-form {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="text"],
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input[type="email"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215,189,120,.22) !important;
  background: #fff8ed !important;
  color: #143026 !important;
  -webkit-text-fill-color: #143026 !important;
  font-size: 13px !important;
  line-height: 42px !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot input::placeholder {
  color: rgba(20,48,38,.68) !important;
  opacity: 1 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  width: 210px !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 43px !important;
  min-height: 43px !important;
  margin-top: 2px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #d7bd78, #f0dda7) !important;
  color: #123725 !important;
  font-size: 12px !important;
  line-height: 43px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-note {
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,.52) !important;
  font-size: 10.5px !important;
  line-height: 1.35 !important;
}

footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response,
.site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response,
.footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-response {
  margin-top: 8px !important;
  padding: 8px 10px !important;
  font-size: 11.5px !important;
  border-radius: 12px !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 3 / 6 !important;
    max-width: 560px !important;
  }
}

@media (max-width: 767px) {
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 0 !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-shell {
    padding: 16px !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-fields {
    grid-template-columns: 1fr !important;
  }
  footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .site-footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit,
  .footer .ilera-mc-auto-footer.ilera-mc-footer-grid-slot .ilera-mc-submit {
    width: 100% !important;
    justify-self: stretch !important;
  }
}
