:root {
    --hbt-oem-green: #08745b;
    --hbt-oem-dark: #073f35;
    --hbt-oem-ink: #172723;
    --hbt-oem-muted: #60706b;
    --hbt-oem-mint: #eaf5f0;
    --hbt-oem-line: #dce8e2;
    --hbt-oem-white: #fff;
}

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

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

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

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

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

.hbt-oem__hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(3, 51, 42, .96) 0%, rgba(4, 65, 53, .88) 35%, rgba(4, 65, 53, .48) 67%, rgba(4, 65, 53, .22) 100%),
        url("images/showroom-negotiation.webp") center 47% / cover no-repeat;
}

.hbt-oem__hero::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -220px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
}

.hbt-oem__hero-inner,
.hbt-oem__intro,
.hbt-oem__capabilities,
.hbt-oem__feature,
.hbt-oem__process,
.hbt-oem__options,
.hbt-oem__evidence {
    width: min(1400px, calc(100% - 60px));
    margin-right: auto;
    margin-left: auto;
}

.hbt-oem__hero-inner {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    color: var(--hbt-oem-white);
}

.hbt-oem__hero-inner > * {
    max-width: 820px;
}

.hbt-oem__kicker {
    margin: 0 0 14px;
    color: #20b783;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .15em;
}

.hbt-oem__hero h1 {
    margin: 0 0 25px;
    color: var(--hbt-oem-white);
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.hbt-oem__hero p:not(.hbt-oem__kicker) {
    color: rgba(255, 255, 255, .91);
    font-size: 19px;
    line-height: 1.7;
}

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

.hbt-oem__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;
}

.hbt-oem__button--primary {
    background: #16a976;
    color: #fff !important;
}

.hbt-oem__button--ghost {
    border-color: rgba(255, 255, 255, .7);
    color: #fff !important;
}

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

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

.hbt-oem__intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: end;
    padding: 100px 0 55px;
}

.hbt-oem__intro > p {
    color: var(--hbt-oem-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hbt-oem__capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-bottom: 100px;
}

.hbt-oem__capabilities article {
    min-height: 245px;
    padding: 32px;
    border: 1px solid var(--hbt-oem-line);
    border-radius: 10px;
    background: #fbfdfc;
}

.hbt-oem__capabilities article > span {
    color: #17a978;
    font-size: 14px;
    font-weight: 900;
}

.hbt-oem h3 {
    margin: 18px 0 12px;
    color: var(--hbt-oem-ink);
    font-size: 24px;
}

.hbt-oem__capabilities p,
.hbt-oem__steps p,
.hbt-oem__evidence p {
    margin: 0;
    color: var(--hbt-oem-muted);
    line-height: 1.65;
}

.hbt-oem__feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding: 90px 0;
}

.hbt-oem__feature-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 22px 60px rgba(10, 69, 55, .16);
}

.hbt-oem__feature-copy > p:not(.hbt-oem__kicker) {
    color: var(--hbt-oem-muted);
    font-size: 17px;
    line-height: 1.75;
}

.hbt-oem__feature-copy ul {
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.hbt-oem__feature-copy li {
    position: relative;
    margin: 12px 0;
    padding-left: 28px;
}

.hbt-oem__feature-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--hbt-oem-green);
    font-weight: 900;
}

.hbt-oem__text-link {
    color: var(--hbt-oem-green) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.hbt-oem__process,
.hbt-oem__options {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hbt-oem__process {
    position: relative;
}

.hbt-oem__process::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background: var(--hbt-oem-mint);
}

.hbt-oem__section-heading {
    max-width: 800px;
    margin-bottom: 45px;
}

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

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

.hbt-oem__steps article {
    padding: 30px;
    border-radius: 9px;
    background: #fff;
}

.hbt-oem__steps article > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--hbt-oem-green);
    color: #fff;
    font-weight: 900;
}

.hbt-oem__option-table {
    overflow: hidden;
    border: 1px solid var(--hbt-oem-line);
    border-radius: 10px;
}

.hbt-oem__option-table > div {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 25px;
    padding: 24px 28px;
    border-bottom: 1px solid var(--hbt-oem-line);
}

.hbt-oem__option-table > div:last-child {
    border: 0;
}

.hbt-oem__option-table strong {
    color: var(--hbt-oem-dark);
}

.hbt-oem__option-table span,
.hbt-oem__note {
    color: var(--hbt-oem-muted);
}

.hbt-oem__note {
    margin-top: 18px;
    font-size: 14px;
}

.hbt-oem__evidence {
    padding-bottom: 100px;
}

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

.hbt-oem__evidence-grid article {
    display: grid;
    grid-template-columns: 220px 1fr;
    overflow: hidden;
    border: 1px solid var(--hbt-oem-line);
    border-radius: 10px;
    background: #fff;
}

.hbt-oem__evidence-grid img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.hbt-oem__evidence-grid article > div {
    padding: 26px;
}

.hbt-oem__evidence-grid h3 {
    margin-top: 0;
}

.hbt-oem__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 80px max(30px, calc((100% - 1400px) / 2));
    background: var(--hbt-oem-green);
    color: #fff;
}

.hbt-oem__cta > div {
    max-width: 900px;
}

.hbt-oem__cta h2 {
    color: #fff;
}

.hbt-oem__cta p:not(.hbt-oem__kicker) {
    color: rgba(255, 255, 255, .83);
    font-size: 17px;
}

.hbt-oem__cta .hbt-oem__kicker {
    color: #a3f0d2;
}

@media (max-width: 960px) {
    .hbt-oem__intro,
    .hbt-oem__feature {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .hbt-oem__evidence-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .hbt-oem__hero {
        min-height: 590px;
        background:
            linear-gradient(90deg, rgba(3, 51, 42, .92), rgba(4, 65, 53, .76)),
            url("images/showroom-negotiation.webp") 57% center / cover no-repeat;
    }

    .hbt-oem__hero-inner,
    .hbt-oem__intro,
    .hbt-oem__capabilities,
    .hbt-oem__feature,
    .hbt-oem__process,
    .hbt-oem__options,
    .hbt-oem__evidence {
        width: min(100% - 30px, 1400px);
    }

    .hbt-oem__hero h1 {
        font-size: 43px;
    }

    .hbt-oem__actions,
    .hbt-oem__cta {
        align-items: stretch;
    }

    .hbt-oem__button {
        width: 100%;
    }

    .hbt-oem__capabilities,
    .hbt-oem__steps {
        grid-template-columns: 1fr;
    }

    .hbt-oem__option-table > div,
    .hbt-oem__evidence-grid article {
        grid-template-columns: 1fr;
    }

    .hbt-oem__evidence-grid img {
        min-height: 240px;
    }
}
