:root {
    --hbt-green: #08785e;
    --hbt-green-dark: #064f40;
    --hbt-green-soft: #edf7f3;
    --hbt-ink: #172522;
    --hbt-muted: #5d6c68;
    --hbt-line: #dce8e3;
    --hbt-white: #fff;
}

/* Replace the imported Real Estate template footer across the site. */
#colophon,
.site-footer {
    display: none !important;
}

.hbt-global-footer,
.hbt-global-footer * {
    box-sizing: border-box;
}

.hbt-global-footer {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 74px max(24px, calc((100% - 1180px) / 2)) 24px;
    color: rgba(255,255,255,.78);
    background: #172522;
    font-family: inherit;
}

.hbt-global-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr .72fr .85fr;
    gap: 54px;
}

.hbt-global-footer p,
.hbt-global-footer address,
.hbt-global-footer a {
    font-size: 15px;
    line-height: 1.75;
}

.hbt-global-footer p {
    margin: 0 0 18px;
}

.hbt-global-footer address {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-style: normal;
}

.hbt-global-footer a {
    color: #fff !important;
    text-decoration: none !important;
}

.hbt-global-footer a:hover {
    color: #43ddb0 !important;
}

.hbt-global-footer__title {
    margin-bottom: 20px !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: .13em;
}

.hbt-global-footer__quote {
    color: #43ddb0 !important;
    font-weight: 750;
}

.hbt-global-footer__hours {
    margin-top: 18px !important;
}

.hbt-global-footer nav {
    display: grid;
    gap: 8px;
}

.hbt-global-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hbt-global-footer__socials a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
}

.hbt-global-footer__socials svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.hbt-global-footer__socials .hbt-global-footer__social--whatsapp {
    border-color: #25d366;
    background: #25d366;
    color: #10251f !important;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(37,211,102,.18);
}

.hbt-global-footer__socials .hbt-global-footer__social--whatsapp:hover {
    border-color: #43e77c;
    background: #43e77c;
    color: #0c211a !important;
    transform: translateY(-1px);
}

.hbt-global-footer__handle {
    margin-top: 14px !important;
    color: rgba(255,255,255,.55);
}

.hbt-global-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 56px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.52);
    font-size: 13px;
}

.hbt-air-homepage .entry-header,
.hbt-air-homepage .page-header,
.hbt-air-homepage .entry-title {
    display: none !important;
}

.hbt-air-homepage .site-main,
.hbt-air-homepage .content-area,
.hbt-air-homepage .content-container,
.hbt-air-homepage .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hbt-home,
.hbt-home * {
    box-sizing: border-box;
}

.hbt-home {
    color: var(--hbt-ink);
    font-family: inherit;
    overflow: hidden;
}

.hbt-home h1,
.hbt-home h2,
.hbt-home h3,
.hbt-home p {
    margin-top: 0;
}

.hbt-home h1,
.hbt-home h2,
.hbt-home h3 {
    color: var(--hbt-ink);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hbt-home h1 {
    color: var(--hbt-white);
    font-size: clamp(42px, 5.5vw, 78px);
    max-width: 920px;
    margin-bottom: 24px;
}

.hbt-home h2 {
    font-size: clamp(34px, 4vw, 56px);
    margin-bottom: 20px;
}

.hbt-home h3 {
    font-size: clamp(22px, 2vw, 30px);
}

.hbt-home p {
    color: var(--hbt-muted);
    font-size: 17px;
    line-height: 1.75;
}

.hbt-home__kicker {
    color: #0aae83 !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 16px;
}

.hbt-home__hero {
    min-height: min(820px, 88vh);
    display: flex;
    align-items: center;
    position: relative;
    background-image:
        linear-gradient(90deg, rgba(5, 38, 31, .92) 0%, rgba(5, 50, 40, .74) 45%, rgba(5, 38, 31, .12) 78%),
        url("images/hero.webp");
    background-position: center;
    background-size: cover;
}

.hbt-home__hero-content {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 96px 0;
}

.hbt-home__lead {
    max-width: 720px;
    color: rgba(255,255,255,.9) !important;
    font-size: clamp(18px, 2vw, 23px) !important;
}

.hbt-home__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.hbt-home__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 750;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}

.hbt-home__button:hover {
    transform: translateY(-2px);
}

.hbt-home__button--primary {
    color: #fff !important;
    background: #0daf82;
}

.hbt-home__button--ghost {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.75);
    background: rgba(255,255,255,.06);
}

.hbt-home__button--dark {
    color: #fff !important;
    background: var(--hbt-green-dark);
}

.hbt-home__button--light {
    color: var(--hbt-green-dark) !important;
    background: #fff;
}

.hbt-home__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 54px;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    font-weight: 650;
}

.hbt-home__trust span::before {
    content: "✓";
    color: #36d8a8;
    margin-right: 8px;
}

.hbt-home__section,
.hbt-home__about {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 110px 0;
}

.hbt-home__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 48px;
}

.hbt-home__heading > p {
    margin-bottom: 7px;
}

.hbt-home__product-grid,
.hbt-home__market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hbt-home__product-card {
    border: 1px solid var(--hbt-line);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.hbt-home__product-image {
    display: block;
    background: var(--hbt-green-soft);
    aspect-ratio: 1 / 1;
}

.hbt-home__product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hbt-home__product-body {
    padding: 28px;
}

.hbt-home__product-label {
    color: var(--hbt-green) !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .12em;
}

.hbt-home__product-body h3 {
    margin-bottom: 16px;
}

.hbt-home__product-body > a,
.hbt-home__text-link {
    color: var(--hbt-green) !important;
    font-weight: 750;
    text-decoration: none !important;
}

.hbt-home__center {
    text-align: center;
    margin-top: 42px;
}

.hbt-home__value {
    padding: 110px max(24px, calc((100% - 1180px) / 2));
    display: grid;
    grid-template-columns: .85fr 1.45fr;
    gap: 80px;
    background: var(--hbt-green-dark);
}

.hbt-home__value h2,
.hbt-home__value h3 {
    color: #fff;
}

.hbt-home__value p {
    color: rgba(255,255,255,.72);
}

.hbt-home__value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.14);
}

.hbt-home__value-grid article {
    padding: 34px;
    background: var(--hbt-green-dark);
}

.hbt-home__value-grid article > span {
    color: #35d4a5;
    font-weight: 800;
}

.hbt-home__market-grid article {
    position: relative;
    min-height: 480px;
    border-radius: 12px;
    overflow: hidden;
    background: #132d27;
}

.hbt-home__market-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hbt-home__market-grid article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(3,28,22,.9) 100%);
}

.hbt-home__market-grid article > div {
    position: absolute;
    z-index: 1;
    left: 28px;
    right: 28px;
    bottom: 28px;
}

.hbt-home__market-grid h3,
.hbt-home__market-grid span {
    color: #fff;
}

.hbt-home__market-grid p {
    color: #42ddb0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 10px;
}

.hbt-home__market-grid span {
    display: block;
    line-height: 1.6;
    opacity: .8;
}

.hbt-home__process {
    border-top: 1px solid var(--hbt-line);
}

.hbt-home__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.hbt-home__steps article {
    padding: 28px;
    border-radius: 10px;
    background: var(--hbt-green-soft);
}

.hbt-home__steps span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50%;
    color: #fff;
    background: var(--hbt-green);
    font-weight: 800;
}

.hbt-home__evidence {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    padding: 110px max(24px, calc((100% - 1180px) / 2));
    background: #f4f7f6;
}

.hbt-home__evidence-copy {
    align-self: center;
}

.hbt-home__evidence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hbt-home__evidence-grid figure {
    margin: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.hbt-home__evidence-grid img {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: block;
    object-fit: cover;
}

.hbt-home__evidence-grid figcaption {
    padding: 14px 16px;
    color: var(--hbt-ink);
    font-weight: 700;
}

.hbt-home__about {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}

.hbt-home__cta {
    padding: 80px max(24px, calc((100% - 1180px) / 2));
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    background: linear-gradient(135deg, #075844, #0a8b69);
}

.hbt-home__cta h2,
.hbt-home__cta p {
    color: #fff;
}

.hbt-home__cta h2 {
    max-width: 820px;
}

.hbt-home__cta p {
    margin-bottom: 0;
    opacity: .84;
}

@media (max-width: 900px) {
    .hbt-global-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hbt-home__heading,
    .hbt-home__value,
    .hbt-home__evidence,
    .hbt-home__about {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hbt-home__product-grid,
    .hbt-home__market-grid {
        grid-template-columns: 1fr;
    }

    .hbt-home__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hbt-home__market-grid article {
        min-height: 420px;
    }
}

@media (max-width: 620px) {
    .hbt-global-footer {
        padding-top: 58px;
    }

    .hbt-global-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hbt-global-footer__bottom {
        display: grid;
        margin-top: 42px;
    }

    .hbt-home__hero {
        min-height: 720px;
        background-position: 60% center;
    }

    .hbt-home__hero-content,
    .hbt-home__section,
    .hbt-home__about {
        width: min(100% - 32px, 1180px);
    }

    .hbt-home__section,
    .hbt-home__about,
    .hbt-home__value,
    .hbt-home__evidence {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .hbt-home__value-grid,
    .hbt-home__evidence-grid,
    .hbt-home__steps {
        grid-template-columns: 1fr;
    }

    .hbt-home__button {
        width: 100%;
    }

    .hbt-home__trust {
        display: grid;
        gap: 12px;
    }

    .hbt-home__cta {
        display: block;
    }

    .hbt-home__cta .hbt-home__button {
        margin-top: 28px;
    }
}
