.elementor-5093 .elementor-element.elementor-element-fb774dd{--display:flex;}.elementor-5093 .elementor-element.elementor-element-81b4ac2{--display:flex;}.elementor-5093 .elementor-element.elementor-element-4e530bd{--display:flex;}.elementor-5093 .elementor-element.elementor-element-f9535ad{--display:flex;}.elementor-5093 .elementor-element.elementor-element-2f92878{--display:flex;}.elementor-5093 .elementor-element.elementor-element-db0a01a{--display:flex;}/* Start custom CSS *//* Replace hero subheadline text visually without duplicating */
.thb-hero__subheadline {
  font-size: 0 !important;
  line-height: 0 !important;
}

.thb-hero__subheadline::after {
  content: "Talk with a real local Bay Area buyer and compare one more as-is offer.";
  display: block;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
}

/* Replace hero support text visually without duplicating */
.thb-hero__supporttext {
  font-size: 0 !important;
  line-height: 0 !important;
}

.thb-hero__supporttext::after {
  content: "No repairs. No open houses. No agents. No pressure. Ask questions, compare your options, and choose what works for you.";
  display: block;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 400;
  line-height: 1.55;
}

/* Change footer headline text visually */
.thb-custom-footer__headline {
    font-size: 0 !important;
    line-height: 0 !important;
}

.thb-custom-footer__headline::before {
    content: "Local Bay Area Offers You Can Compare Before You Decide";
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin: 0 auto;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .thb-custom-footer__headline::before {
        font-size: 21px;
        line-height: 1.3;
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .thb-custom-footer__headline::before {
        font-size: 19px;
    }
}/* End custom CSS */