:root {
    --hbt-green: #08745b;
    --hbt-green-dark: #064d3f;
    --hbt-mint: #e9f5ef;
    --hbt-ink: #172723;
    --hbt-muted: #60706b;
    --hbt-line: #dce8e2;
    --hbt-white: #ffffff;
}

html:has(body.hbt-air-contact-page),
body.hbt-air-contact-page {
    overflow-x: clip;
}

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

.hbt-air-contact-page .content-container.site-container,
.hbt-air-contact-page .site-container.content-container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.hbt-air-contact-page .content-area,
.hbt-air-contact-page .site-main,
.hbt-air-contact-page .entry-content,
.hbt-air-contact-page .entry,
.hbt-air-contact-page .entry-content-wrap,
.hbt-air-contact-page #primary {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

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

.hbt-contact {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    color: var(--hbt-ink);
    font-family: inherit;
    overflow: hidden;
}

.hbt-contact__hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(6, 38, 32, .92) 0%, rgba(6, 54, 44, .82) 45%, rgba(6, 54, 44, .22) 100%),
        url("images/hbt-contact-hero.webp") center / cover no-repeat;
}

.hbt-contact__hero-inner {
    width: min(1400px, calc(100% - 60px));
    margin: 0 auto;
    padding: 100px 0;
    color: var(--hbt-white);
}

.hbt-contact__hero-inner > * {
    max-width: 700px;
}

.hbt-contact__kicker {
    margin: 0 0 14px;
    color: #22b986;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
}

.hbt-contact__hero h1 {
    margin: 0 0 24px;
    color: var(--hbt-white);
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.04;
    letter-spacing: -.04em;
}

.hbt-contact__hero p:not(.hbt-contact__kicker) {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    line-height: 1.7;
}

.hbt-contact__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hbt-contact__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}

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

.hbt-contact__button--primary {
    background: #16a976;
    color: var(--hbt-white) !important;
}

.hbt-contact__button--ghost {
    border-color: rgba(255, 255, 255, .65);
    color: var(--hbt-white) !important;
}

.hbt-contact__button--light {
    background: var(--hbt-white);
    color: var(--hbt-green-dark) !important;
}

.hbt-contact__intro {
    width: min(1400px, calc(100% - 60px));
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .8fr);
    gap: 80px;
    margin: 0 auto;
    padding: 100px 0;
}

.hbt-contact h2 {
    margin: 0 0 22px;
    color: var(--hbt-ink);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hbt-contact__intro-copy > p:not(.hbt-contact__kicker) {
    max-width: 760px;
    color: var(--hbt-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hbt-contact__support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}

.hbt-contact__support-grid div {
    padding: 25px;
    border: 1px solid var(--hbt-line);
    border-radius: 10px;
    background: #fbfdfc;
}

.hbt-contact__support-grid strong,
.hbt-contact__support-grid span {
    display: block;
}

.hbt-contact__support-grid strong {
    margin-bottom: 8px;
    font-size: 18px;
}

.hbt-contact__support-grid span {
    color: var(--hbt-muted);
    line-height: 1.6;
}

.hbt-contact__details {
    align-self: start;
    padding: 36px;
    border-radius: 12px;
    background: var(--hbt-green-dark);
    color: var(--hbt-white);
    box-shadow: 0 22px 60px rgba(13, 69, 55, .18);
}

.hbt-contact__details h3 {
    margin: 0 0 24px;
    color: var(--hbt-white);
    font-size: 26px;
}

.hbt-contact__details > a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: var(--hbt-white) !important;
    text-decoration: none !important;
}

.hbt-contact__details small,
.hbt-contact__details strong {
    display: block;
}

.hbt-contact__details small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .68);
}

.hbt-contact__icon {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.hbt-contact__icon svg,
.hbt-contact__social svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.hbt-contact__social {
    padding-top: 26px;
}

.hbt-contact__social p {
    margin: 0 0 13px;
    font-weight: 800;
}

.hbt-contact__social a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    color: var(--hbt-white) !important;
    text-decoration: none !important;
}

.hbt-contact__response {
    margin: 26px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .72);
    line-height: 1.6;
}

.hbt-contact__form-section {
    padding: 100px max(30px, calc((100% - 1400px) / 2));
    background: var(--hbt-mint);
}

.hbt-contact__form-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.hbt-contact__form-heading > p:not(.hbt-contact__kicker) {
    color: var(--hbt-muted);
    font-size: 18px;
}

.hbt-contact__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 44px;
    border-radius: 14px;
    background: var(--hbt-white);
    box-shadow: 0 18px 55px rgba(17, 75, 61, .09);
}

.hbt-contact__form label > span {
    display: block;
    margin-bottom: 9px;
    color: var(--hbt-ink);
    font-size: 14px;
    font-weight: 800;
}

.hbt-contact__form input,
.hbt-contact__form select,
.hbt-contact__form textarea {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #cfdcd6;
    border-radius: 5px;
    background: #fff;
    color: var(--hbt-ink);
    font: inherit;
}

.hbt-contact__form textarea {
    min-height: 150px;
    resize: vertical;
}

.hbt-contact__form input:focus,
.hbt-contact__form select:focus,
.hbt-contact__form textarea:focus {
    border-color: var(--hbt-green);
    outline: 3px solid rgba(8, 116, 91, .12);
}

.hbt-contact__form-full {
    grid-column: 1 / -1;
}

.hbt-contact__form-submit {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hbt-contact__form-submit button {
    min-height: 54px;
    padding: 14px 30px;
    border: 0;
    border-radius: 4px;
    background: var(--hbt-green);
    color: var(--hbt-white);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.hbt-contact__form-submit p {
    max-width: 520px;
    margin: 0;
    color: var(--hbt-muted);
    font-size: 13px;
    line-height: 1.5;
}

.hbt-contact__notice {
    margin-bottom: 24px;
    padding: 17px 20px;
    border-radius: 6px;
    font-weight: 700;
}

.hbt-contact__notice--success {
    background: #dff6e9;
    color: #075d3e;
}

.hbt-contact__notice--error {
    background: #ffebe8;
    color: #8b2e21;
}

.hbt-contact__honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.hbt-contact__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 75px max(30px, calc((100% - 1400px) / 2));
    background: var(--hbt-green);
    color: var(--hbt-white);
}

.hbt-contact__cta h2 {
    max-width: 790px;
    margin: 0;
    color: var(--hbt-white);
}

.hbt-contact__cta .hbt-contact__kicker {
    color: #a3f0d2;
}

@media (max-width: 900px) {
    .hbt-contact__hero {
        min-height: 570px;
        background-position: 62% center;
    }

    .hbt-contact__intro {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 75px 0;
    }

    .hbt-contact__details {
        width: 100%;
    }

    .hbt-contact__cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .hbt-contact__hero-inner {
        width: min(100% - 30px, 1400px);
        padding: 75px 0;
    }

    .hbt-contact__hero h1 {
        font-size: 44px;
    }

    .hbt-contact__hero-actions,
    .hbt-contact__form-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .hbt-contact__button {
        width: 100%;
    }

    .hbt-contact__intro {
        width: min(100% - 30px, 1400px);
    }

    .hbt-contact__support-grid,
    .hbt-contact__form {
        grid-template-columns: 1fr;
    }

    .hbt-contact__form {
        padding: 25px 18px;
    }

    .hbt-contact__form-full {
        grid-column: auto;
    }

    .hbt-contact__details {
        padding: 28px 22px;
    }

    .hbt-contact__form-section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.hbt-contact__form .hbt-contact__consent{display:flex;align-items:flex-start;gap:12px;padding:15px 17px;border:1px solid #cfdcd6;border-radius:6px;background:#f8fbfa}.hbt-contact__form .hbt-contact__consent input{width:18px;min-width:18px;height:18px;min-height:18px;margin:2px 0 0;padding:0}.hbt-contact__form .hbt-contact__consent>span{display:block;margin:0;color:var(--hbt-muted);font-size:13px;font-weight:500;line-height:1.55}.hbt-contact__consent a{color:var(--hbt-green);font-weight:800}
