.hc-benefits-page {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    color: #1f1911;
    font-family: Onest, Arial, sans-serif;
}

.hc-benefits-page *,
.hc-benefits-page *::before,
.hc-benefits-page *::after {
    box-sizing: border-box;
}

.hc-benefits-page__hero {
    position: relative;
    height: 460px;
    margin: 24px 12px 0;
    overflow: hidden;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hc-benefits-page__hero-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.hc-benefits-page__hero h1 {
    position: absolute;
    right: 20px;
    bottom: 24px;
    left: 20px;
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.75rem;
}

.hc-benefits-page__info {
    width: 100%;
    padding: 80px 12px;
}

.hc-benefits-page__info-copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.hc-benefits-page__info-copy p {
    margin: 0;
    color: #423a2e;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    white-space: pre-line;
}

.hc-benefits-page__info-label {
    width: fit-content;
    margin-top: 80px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #e1dbd0;
}

.hc-benefits-page__info-label p {
    margin: 0;
    color: #423a2e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.hc-benefits-page__facilities {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
    overflow-x: hidden;
    padding: 0 12px 40px;
}

.hc-benefits-page__phone {
    display: none;
}

.hc-benefits-page__facility {
    position: relative;
}

.hc-benefits-page__facility-image--desktop {
    display: none;
}

.hc-benefits-page__facility-content {
    display: flex;
    flex-direction: column;
}

.hc-benefits-page__facility-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 20px;
}

.hc-benefits-page__facility-heading p,
.hc-benefits-page__facility-heading h2,
.hc-benefits-page__feature h3,
.hc-benefits-page__cards-copy p,
.hc-benefits-page__cards-copy h2,
.hc-benefits-page__card h3,
.hc-benefits-page__card p {
    margin: 0;
}

.hc-benefits-page__facility-heading p {
    color: #b0a89d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.hc-benefits-page__facility-heading h2 {
    color: #1f1911;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.hc-benefits-page__facility-image--mobile {
    display: flex;
    width: 299px;
    max-width: 100%;
    height: 427px;
    object-fit: contain;
}

.hc-benefits-page__pile-mobile-image {
    display: flex;
    width: 299px;
    max-width: 100%;
    height: 250px;
    object-fit: contain;
}

.hc-benefits-page__feature-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
}

.hc-benefits-page__feature {
    display: flex;
    width: 100%;
    gap: 12px;
    padding: 20px 16px;
    border-radius: 12px;
    background: #f3f0ec;
}

.hc-benefits-page__feature span,
.hc-benefits-page__card-top span {
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #bdb3a4;
    color: #423a2e;
}

.hc-benefits-page__feature span i,
.hc-benefits-page__card-top span i {
    font-size: 16px;
    line-height: 1;
}

.hc-benefits-page__feature h3 {
    min-width: 0;
    color: #1f1911;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
}

.hc-benefits-page__video-action {
    z-index: 50;
    width: 100%;
    padding-top: 8px;
}

.hc-benefits-page__button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 40px;
    border: 0;
    border-radius: 8px;
    background: #ff5500;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    transition: background-color 150ms ease, box-shadow 150ms ease;
}

.hc-benefits-page__button:hover {
    background: #eb4e00;
}

.hc-benefits-page__button:active {
    background: #ff5500;
    box-shadow: 0 0 0 4px rgba(255, 85, 0, 0.4);
}

.hc-benefits-page__button i {
    font-size: 20px;
    line-height: 1;
}

.hc-benefits-page__cards {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 80px 12px;
}

.hc-benefits-page__cards-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 40px;
}

.hc-benefits-page__cards-copy p {
    color: #b0a89d;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.hc-benefits-page__cards-copy h2 {
    color: #1f1911;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.hc-benefits-page__cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.hc-benefits-page__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 12px;
    border-radius: 16px;
    background: #f3f0ec;
}

.hc-benefits-page__card-top {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.hc-benefits-page__card h3 {
    overflow-wrap: anywhere;
    color: #1f1911;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.hc-benefits-page__card p {
    color: #423a2e;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.hc-benefits-page__video-modal[hidden] {
    display: none;
}

.hc-benefits-page__video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hc-benefits-page__video-backdrop {
    position: absolute;
    inset: 0;
    z-index: 998;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.hc-benefits-page__video-modal iframe {
    position: relative;
    z-index: 999;
    width: 350px;
    max-width: calc(100vw - 24px);
    height: 630px;
    max-height: calc(100vh - 24px);
    border-radius: 20px;
    background: #000;
}

body.hc-benefits-page-video-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    .hc-benefits-page {
        padding-right: 120px;
        padding-left: 120px;
    }

    .hc-benefits-page__hero {
        height: 700px;
        margin: 40px 0 80px;
        border-radius: 40px;
    }

    .hc-benefits-page__hero h1 {
        right: auto;
        bottom: 48px;
        left: 48px;
        width: 80%;
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .hc-benefits-page__info {
        width: 60%;
        padding: 80px 0;
    }

    .hc-benefits-page__info-copy {
        gap: 40px;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    .hc-benefits-page__info-label p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .hc-benefits-page__facilities {
        width: fit-content;
        padding: 0 0 40px;
    }

    .hc-benefits-page__phone {
        position: absolute;
        top: 70px;
        right: -110px;
        z-index: 10;
        display: flex;
        width: 514px;
        height: 573px;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        will-change: transform;
    }

    .hc-benefits-page__facility {
        display: grid;
        grid-template-columns: 25% 65%;
        column-gap: 56px;
        align-items: center;
        margin: 80px 0;
    }

    .hc-benefits-page__facility--reverse {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-benefits-page__facility-image--desktop {
        display: flex;
        height: 427px;
        object-fit: cover;
    }

    .hc-benefits-page__facility-image--mobile,
    .hc-benefits-page__pile-mobile-image {
        display: none;
    }

    .hc-benefits-page__facility-heading {
        padding-bottom: 40px;
    }

    .hc-benefits-page__facility-heading h2 {
        width: 70%;
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .hc-benefits-page__feature-list {
        display: grid;
        width: auto;
        gap: 12px;
        padding-top: 0;
        grid-template-columns: 65%;
    }

    .hc-benefits-page__feature-list--wide {
        grid-template-columns: 40% 52%;
    }

    .hc-benefits-page__feature-list--piles {
        width: 90%;
    }

    .hc-benefits-page__feature {
        padding: 20px;
    }

    .hc-benefits-page__pile-image-wrap {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        grid-column-start: 2;
    }

    .hc-benefits-page__facility--reverse .hc-benefits-page__facility-content {
        grid-row-start: 1;
        grid-column-start: 1;
    }

    .hc-benefits-page__video-action {
        display: flex;
        align-items: flex-start;
        padding-top: 40px;
    }

    .hc-benefits-page__button {
        width: auto;
    }

    .hc-benefits-page__cards {
        gap: 32px;
        padding: 240px 0 80px;
    }

    .hc-benefits-page__cards-copy {
        padding-top: 0;
    }

    .hc-benefits-page__cards-copy h2 {
        width: 55%;
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .hc-benefits-page__cards-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .hc-benefits-page__card {
        padding: 20px;
    }

    .hc-benefits-page__video-modal iframe {
        width: 860px;
        height: 515px;
    }
}
