#mhb-mobile-lead-bar {
  display: none;
}

button[aria-label="Open messaging options"] {
  display: none !important;
}

.mhb-optional-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px dashed #9ca3af;
  border-radius: 0.65rem;
  background: #f8faf9;
  color: #14532d;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.mhb-optional-toggle:hover {
  border-color: #166534;
  background: #f0fdf4;
}

.mhb-optional-toggle__title {
  display: block;
  font-weight: 700;
}

.mhb-optional-toggle__note {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 500;
}

.mhb-optional-toggle__icon {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
}

.mhb-optional-panel {
  display: grid;
  gap: 1rem;
}

.mhb-optional-panel[hidden] {
  display: none !important;
}

.mhb-contact-preferences {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #d8e1dc;
  border-radius: 0.75rem;
  background: #f8faf9;
  text-align: left;
}

.mhb-contact-preferences legend {
  padding: 0;
  color: #173d33;
  font-size: 0.95rem;
  font-weight: 800;
}

.mhb-contact-preferences > p {
  margin: 0.15rem 0 0.85rem;
  color: #667a73;
  font-size: 0.72rem;
  line-height: 1.45;
}

.mhb-contact-preferences__direct {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: -0.2rem 0 0.85rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.55rem;
  background: #edf4f0;
  color: #36584d;
  font-size: 0.78rem;
  line-height: 1.35;
}

.mhb-contact-preferences__direct a {
  color: #14532d !important;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}

.mhb-contact-preferences__direct a:hover {
  text-decoration: underline !important;
}

.mhb-contact-preferences__direct a span {
  font-weight: 850;
}

.mhb-footer-text-number {
  display: block;
  margin-top: 0.4rem;
  color: inherit !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
}

.mhb-footer-text-number:hover {
  text-decoration: underline !important;
}

.mhb-prefer-text-number {
  display: block;
  margin-top: 0.45rem;
  color: #9a4f08 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.mhb-prefer-text-number:hover {
  text-decoration: underline !important;
}

.mhb-contact-preferences__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.mhb-contact-preferences label {
  display: block;
}

.mhb-contact-preferences label > span {
  display: block;
  margin-bottom: 0.3rem;
  color: #304d44;
  font-size: 0.72rem;
  font-weight: 700;
}

.mhb-contact-preferences select,
.mhb-contact-preferences input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #c9d4cf;
  border-radius: 0.5rem;
  background: #fff;
  color: #173d33;
  font: inherit;
  font-size: 0.85rem;
}

.mhb-contact-preferences select:focus,
.mhb-contact-preferences input:focus {
  border-color: #17603f;
  outline: 2px solid rgba(23, 96, 63, 0.18);
  outline-offset: 1px;
}

.mhb-contact-preferences__conditional {
  margin-top: 0.75rem;
}

.mhb-contact-preferences__conditional[hidden] {
  display: none !important;
}

.mhb-funnel-progress {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  color: #6b7f78;
}

.mhb-funnel-progress__step {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.mhb-funnel-progress__step > span {
  display: inline-grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border: 1px solid #cbd7d1;
  border-radius: 999px;
  background: #fff;
  color: #63776f;
  font-size: 0.72rem;
  font-weight: 850;
}

.mhb-funnel-progress__step strong {
  font-weight: 750;
}

.mhb-funnel-progress__step.is-active {
  color: #14532d;
}

.mhb-funnel-progress__step.is-active > span {
  border-color: #17603f;
  background: #17603f;
  color: #fff;
}

.mhb-funnel-progress__line {
  height: 1px;
  background: #d6dfda;
}

.mhb-funnel-step {
  display: grid;
  gap: 0.85rem;
  animation: mhb-funnel-enter 180ms ease-out;
}

.mhb-funnel-step[hidden] {
  display: none !important;
}

.mhb-funnel-intro {
  margin-bottom: 0.1rem;
}

.mhb-funnel-intro h3 {
  margin: 0;
  color: #173d33;
  font-family: inherit;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 850;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.mhb-funnel-intro p {
  margin: 0.35rem 0 0;
  color: #667a73;
  font-size: 0.76rem;
  line-height: 1.45;
}

.mhb-funnel-next {
  display: inline-flex;
  width: 100%;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 0;
  border-radius: 0.55rem;
  background: #173d33;
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(23, 61, 51, 0.18);
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.mhb-funnel-next:hover {
  background: #17603f;
  box-shadow: 0 7px 18px rgba(23, 61, 51, 0.24);
  transform: translateY(-1px);
}

.mhb-funnel-next:focus-visible,
.mhb-funnel-back:focus-visible {
  outline: 2px solid #17603f;
  outline-offset: 2px;
}

.mhb-funnel-trust {
  margin: -0.1rem 0 0;
  color: #6b7280;
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: center;
}

.mhb-proof-stack {
  overflow: hidden;
  margin-top: 0.15rem;
  border: 1px solid #d9e2dd;
  border-radius: 0.7rem;
  background: #fbfcfa;
  color: #173d33;
}

.mhb-proof-stack__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid #e2e8e4;
  background: #f3f7f4;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.mhb-proof-stack__header > span {
  color: #173d33;
}

.mhb-proof-stack__header a {
  color: #17603f;
  font-size: 0.62rem;
  text-decoration: none;
  white-space: nowrap;
}

.mhb-proof-stack__header a:hover,
.mhb-proof-stack__direct a:hover {
  text-decoration: underline;
}

.mhb-proof-stack__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhb-proof-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.75rem;
  color: inherit;
  text-decoration: none;
  transition: background 150ms ease;
}

.mhb-proof-card:nth-child(odd) {
  border-right: 1px solid #e2e8e4;
}

.mhb-proof-card:nth-child(-n + 2) {
  border-bottom: 1px solid #e2e8e4;
}

.mhb-proof-card:hover {
  background: #f2f7f3;
}

.mhb-proof-card:focus-visible,
.mhb-proof-stack__header a:focus-visible,
.mhb-proof-stack__direct a:focus-visible {
  outline: 2px solid #17603f;
  outline-offset: -2px;
}

.mhb-proof-card__mark {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 999px;
  background: #e4eee8;
  color: #14532d;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.mhb-proof-card__mark--google {
  background: #fff4d8;
  color: #c07800;
  font-size: 1rem;
}

.mhb-proof-card__mark--bbb {
  background: #e2eff5;
  color: #075985;
  font-size: 0.7rem;
}

.mhb-proof-card > span:last-child {
  display: grid;
  min-width: 0;
  gap: 0.12rem;
}

.mhb-proof-card strong,
.mhb-proof-card small {
  overflow-wrap: anywhere;
}

.mhb-proof-card strong {
  color: #173d33;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
}

.mhb-proof-card small {
  color: #6a7b74;
  font-size: 0.58rem;
  line-height: 1.3;
}

.mhb-proof-stack__direct {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.45rem;
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid #e2e8e4;
  background: #f8faf8;
  color: #5c6f67;
  font-size: 0.61rem;
  line-height: 1.45;
}

.mhb-proof-stack__review {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.2rem 0.45rem;
  margin: 0;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid #e2e8e4;
  background: #fffdf8;
  color: #4d625a;
}

.mhb-proof-stack__review > span {
  grid-row: 1 / span 2;
  color: #b86a18;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  line-height: 1;
}

.mhb-proof-stack__review p,
.mhb-proof-stack__review cite {
  margin: 0;
}

.mhb-proof-stack__review p {
  grid-column: 2;
  color: #304d44;
  font-size: 0.65rem;
  font-weight: 750;
  line-height: 1.35;
}

.mhb-proof-stack__review cite {
  grid-column: 2;
  color: #718079;
  font-size: 0.57rem;
  font-style: normal;
  line-height: 1.3;
}

.mhb-proof-stack__review a {
  grid-column: 2;
  color: #17603f;
  font-size: 0.57rem;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
}

.mhb-proof-stack__review a:hover {
  text-decoration: underline;
}

.mhb-proof-stack__direct > span:first-child {
  color: #17603f;
  font-weight: 900;
}

.mhb-proof-stack__direct a {
  color: #17603f;
  font-weight: 800;
  text-decoration: none;
}

.mhb-funnel-back {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #49635a;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.mhb-funnel-back:hover {
  color: #14532d;
  text-decoration: underline;
}

.mhb-funnel-original-heading {
  display: none !important;
}

.mhb-funnel-step--contact .mhb-contact-preferences {
  margin: 0.15rem 0 0;
}

.mhb-situation-fit {
  overflow: hidden;
  border: 1px solid #dcc9aa;
  border-radius: 0.7rem;
  background: #fffaf1;
  color: #3f4f49;
}

.mhb-situation-fit summary {
  display: flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  color: #78450d;
  font-size: 0.73rem;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.mhb-situation-fit summary::-webkit-details-marker {
  display: none;
}

.mhb-situation-fit summary > span:last-child {
  font-size: 1.05rem;
  line-height: 1;
}

.mhb-situation-fit > div {
  padding: 0 0.85rem 0.8rem;
  border-top: 1px solid #eadcc6;
}

.mhb-situation-fit ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0.7rem 0 0.55rem;
  list-style: none;
}

.mhb-situation-fit li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.4rem;
  font-size: 0.66rem;
  line-height: 1.4;
}

.mhb-situation-fit li::before {
  color: #17603f;
  content: "✓";
  font-weight: 900;
}

.mhb-situation-fit a {
  color: #17603f !important;
  font-size: 0.65rem;
  font-weight: 850;
  text-decoration: none !important;
}

.mhb-situation-fit a:hover {
  text-decoration: underline !important;
}

.mhb-situation-faq {
  padding: clamp(3.5rem, 7vw, 6rem) 1rem;
  background: #f7f5ef;
}

.mhb-situation-faq__shell {
  width: min(100%, 58rem);
  margin: 0 auto;
}

.mhb-situation-faq__eyebrow {
  margin: 0 0 0.65rem;
  color: #a15b10;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.mhb-situation-faq h2 {
  margin: 0;
  color: #173d33;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-align: center;
}

.mhb-situation-faq__intro {
  margin: 0.85rem auto 2rem;
  color: #64766f;
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: center;
}

.mhb-situation-faq__list {
  display: grid;
  gap: 0.7rem;
}

.mhb-situation-faq__list details {
  overflow: hidden;
  border: 1px solid #dce3df;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(23, 61, 51, 0.04);
}

.mhb-situation-faq__list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.15rem;
  color: #263f37;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.mhb-situation-faq__list summary::-webkit-details-marker {
  display: none;
}

.mhb-situation-faq__list summary span {
  color: #a15b10;
  font-size: 1.2rem;
  line-height: 1;
}

.mhb-situation-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.mhb-situation-faq__list details p {
  margin: 0;
  padding: 0 1.15rem 1.15rem;
  color: #5d7069;
  font-size: 0.9rem;
  line-height: 1.7;
}

.mhb-situation-faq__disclaimer {
  margin: 1rem 0 0;
  color: #7b8883;
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.mhb-situation-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.6rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dce3df;
}

.mhb-situation-links span {
  color: #61736c;
  font-size: 0.75rem;
  font-weight: 750;
}

.mhb-situation-links a {
  padding: 0.45rem 0.7rem;
  border: 1px solid #cfdad4;
  border-radius: 999px;
  background: #fff;
  color: #17603f !important;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none !important;
}

.mhb-situation-links a:hover,
.mhb-situation-links a[aria-current="page"] {
  border-color: #17603f;
  background: #edf5f0;
}

@keyframes mhb-funnel-enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mhb-thank-you {
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 152, 47, 0.14), transparent 28rem),
    linear-gradient(180deg, #f8f6f1 0%, #ffffff 100%);
}

.mhb-thank-you__shell {
  width: min(100%, 70rem);
  margin: 0 auto;
  color: #173d33;
  text-align: center;
}

.mhb-thank-you__status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: #17603f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mhb-thank-you__check {
  display: inline-grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 999px;
  background: #17603f;
  color: #fff;
  font-size: 1rem;
}

.mhb-thank-you h1 {
  max-width: 48rem;
  margin: 0 auto;
  color: #173d33;
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.mhb-thank-you__promise {
  max-width: 48rem;
  margin: 1.25rem auto 0;
  color: #425c54;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.mhb-thank-you__promise strong {
  color: #173d33;
}

.mhb-thank-you__contact-card {
  max-width: 50rem;
  margin: 2rem auto 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d8e1dc;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 61, 51, 0.11);
}

.mhb-thank-you__contact-card > p:first-child {
  margin: 0 0 1rem;
  color: #2f4d44;
  font-size: 1.05rem;
}

.mhb-thank-you__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.mhb-thank-you__action {
  display: flex;
  min-height: 4.6rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.8rem;
  color: #fff !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mhb-thank-you__action:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 61, 51, 0.18);
}

.mhb-thank-you__action--call {
  background: #17603f;
}

.mhb-thank-you__action--text {
  background: #b76512;
}

.mhb-thank-you__action span {
  font-size: 1.05rem;
}

.mhb-thank-you__action small {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 650;
  opacity: 0.9;
}

.mhb-thank-you__watch-for {
  margin: 1rem 0 0;
  color: #60736d;
  font-size: 0.82rem;
  line-height: 1.5;
}

.mhb-thank-you__next {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.mhb-thank-you__eyebrow {
  margin: 0 0 1.15rem;
  color: #9a5a16;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mhb-thank-you__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.mhb-thank-you__steps article {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #e0e6e2;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.78);
}

.mhb-thank-you__steps article > span {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 999px;
  background: #f0e3cd;
  color: #7b480e;
  font-size: 0.85rem;
  font-weight: 800;
}

.mhb-thank-you__steps h2 {
  margin: 0;
  color: #173d33;
  font-size: 1.08rem;
  font-weight: 800;
}

.mhb-thank-you__steps p {
  margin: 0.55rem 0 0;
  color: #60736d;
  font-size: 0.9rem;
  line-height: 1.6;
}

.mhb-thank-you__reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.35rem;
  margin: 2rem auto 0;
  padding: 1rem 1.25rem;
  border-radius: 0.8rem;
  background: #173d33;
  color: #fff;
  font-size: 0.86rem;
}

.mhb-thank-you__reassurance span::before {
  margin-right: 0.45rem;
  color: #e4ad56;
  content: "✓";
  font-weight: 800;
}

.mhb-thank-you__privacy {
  max-width: 45rem;
  margin: 1.25rem auto 0;
  color: #778782;
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
  }

  #mhb-mobile-lead-bar {
    position: fixed;
    z-index: 2147483000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    padding-bottom: env(safe-area-inset-bottom);
    background: #153e35;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
  }

  #mhb-mobile-lead-bar a {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.45rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
  }

  #mhb-mobile-lead-bar a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    background: #b45309;
  }

  #mhb-mobile-lead-bar span {
    display: block;
    font-size: 0.9rem;
  }

  #mhb-mobile-lead-bar small {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.68rem;
    font-weight: 600;
    opacity: 0.85;
  }

  body:has(input:focus, textarea:focus, select:focus) #mhb-mobile-lead-bar {
    display: none;
  }

  .mhb-thank-you {
    padding: 3rem 1rem 2.5rem;
  }

  .mhb-thank-you__actions,
  .mhb-thank-you__steps {
    grid-template-columns: 1fr;
  }

  .mhb-thank-you__steps {
    gap: 0.75rem;
  }

  .mhb-thank-you__steps article {
    padding: 1.15rem;
  }

  .mhb-thank-you__reassurance {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .mhb-contact-preferences__grid {
    grid-template-columns: 1fr;
  }

  .mhb-funnel-progress {
    gap: 0.45rem;
  }

  .mhb-funnel-progress__step {
    gap: 0.35rem;
    font-size: 0.62rem;
  }

  .mhb-funnel-progress__step > span {
    width: 1.55rem;
    height: 1.55rem;
  }

  .mhb-proof-stack__header {
    align-items: flex-start;
    padding: 0.65rem 0.7rem;
  }

  .mhb-proof-card {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.65rem 0.6rem;
  }

  .mhb-proof-card__mark {
    width: 1.9rem;
    height: 1.9rem;
  }

  .mhb-situation-faq {
    padding: 3.25rem 0.9rem;
  }

  .mhb-situation-faq__list summary {
    padding: 0.95rem;
    font-size: 0.88rem;
  }

  .mhb-situation-faq__list details p {
    padding: 0 0.95rem 0.95rem;
    font-size: 0.84rem;
  }

}
