.enterprise-plan-cards {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.enterprise-plan-cards-track {
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 0 64px;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
}

.enterprise-plan-cards-carousel {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0 0 20px;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-behavior: auto;
}

.enterprise-plan-cards-carousel::-webkit-scrollbar {
    display: none;
}

.enterprise-plan-cards-carousel.grabbing {
    cursor: grabbing !important;
    user-select: none;
}

/* Edge-to-edge carousel row (premium-bundle-section--lr-0 parity) */
.enterprise-plans-section--lr-0.hospitality-hrh-section,
.enterprise-plans-section--lr-0.commercial-plan-section {
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
}

.enterprise-plans-section--lr-0 .hospitality-hrh-content,
.enterprise-plans-section--lr-0 .commercial-plan-content {
    max-width: none;
    width: 100%;
    align-items: stretch;
}

.enterprise-plans-section--lr-0 .hospitality-hrh-header,
.enterprise-plans-section--lr-0 .hospitality-hrh-note,
.enterprise-plans-section--lr-0 .hospitality-hrh-cta,
.enterprise-plans-section--lr-0 .hospitality-hrh-contact,
.enterprise-plans-section--lr-0 .commercial-plan-header,
.enterprise-plans-section--lr-0 .commercial-plan-footnote,
.enterprise-plans-section--lr-0 .commercial-plan-cta,
.enterprise-plans-section--lr-0 .commercial-plan-contact {
    box-sizing: border-box;
    padding-left: 64px;
    padding-right: 64px;
}

.enterprise-plans-section--lr-0 .hospitality-hrh-header {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.enterprise-plans-section--lr-0 .commercial-plan-header {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

/* Footer copy + CTA: centered and content-width (not stretched with carousel) */
.enterprise-plans-section--lr-0 .hospitality-hrh-note,
.enterprise-plans-section--lr-0 .hospitality-hrh-contact,
.enterprise-plans-section--lr-0 .commercial-plan-footnote,
.enterprise-plans-section--lr-0 .commercial-plan-contact {
    align-self: center;
    width: 100%;
    max-width: 960px;
    text-align: center;
}

.enterprise-plans-section--lr-0 .hospitality-hrh-cta,
.enterprise-plans-section--lr-0 .commercial-plan-cta {
    align-self: center;
    width: auto;
    max-width: max-content;
    flex: 0 0 auto;
}

.enterprise-plans-section--lr-0 .hospitality-hrh-subtitle,
.enterprise-plans-section--lr-0 .commercial-plan-header .commercial-plan-subtitle {
    text-align: center;
}

.enterprise-plans-section--lr-0 .enterprise-plan-cards-carousel + .paging-container {
    margin-top: -16px;
    margin-bottom: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 64px;
    box-sizing: border-box;
    justify-content: center;
}

.enterprise-plan-card {
    width: 300px;
    max-width: 300px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    background: var(--clr-bg-white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.enterprise-plan-card-image {
    width: 100%;
    height: 170px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.enterprise-plan-card-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: var(--clr-bg-white);
}

.enterprise-plan-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 8px 16px;
    background: var(--clr-bg-quaternary);
}

.enterprise-plan-card-title {
    width: 100%;
    color: var(--clr-text-white);
    font-family: var(--font-family-head);
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.22;
}

.enterprise-plan-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}

.enterprise-plan-card-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.enterprise-plan-card-meta {
    color: #5d5d5d;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-06);
    font-style: italic;
    margin: 0;
}

.enterprise-plan-card-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.enterprise-plan-card-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3c3c3c;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-05);
    line-height: 1.3;
}

.enterprise-plan-card-highlights span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9242b;
}

.enterprise-plan-card-bestfor {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.enterprise-plan-card-bestfor-label {
    color: #2d2d2d;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-04);
    font-weight: 700;
    margin: 0;
}

.enterprise-plan-card-bestfor-text {
    color: #3c3c3c;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body-05);
    line-height: 1.3;
    margin: 0;
}

@media (max-width: 992px) {
    .enterprise-plan-cards-track {
        padding: 0 32px;
    }

    .enterprise-plans-section--lr-0.hospitality-hrh-section {
        padding-left: 0;
        padding-right: 0;
    }

    .enterprise-plans-section--lr-0 .hospitality-hrh-header,
    .enterprise-plans-section--lr-0 .hospitality-hrh-note,
    .enterprise-plans-section--lr-0 .hospitality-hrh-cta,
    .enterprise-plans-section--lr-0 .hospitality-hrh-contact,
    .enterprise-plans-section--lr-0 .commercial-plan-header,
    .enterprise-plans-section--lr-0 .commercial-plan-footnote,
    .enterprise-plans-section--lr-0 .commercial-plan-cta,
    .enterprise-plans-section--lr-0 .commercial-plan-contact,
    .enterprise-plans-section--lr-0 .enterprise-plan-cards-carousel + .paging-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .enterprise-plan-card {
        width: 300px;
        max-width: 300px;
    }

    .enterprise-plan-card-image {
        height: 160px;
    }

    .enterprise-plan-card-header {
        min-height: 55px;
        padding: 6px 14px;
    }

    .enterprise-plan-card-title {
        font-size: 1rem;
    }

    .enterprise-plan-card-body {
        padding: 12px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .enterprise-plans-section--lr-0.hospitality-hrh-section {
        padding-left: 0;
        padding-right: 0;
    }

    .enterprise-plans-section--lr-0.commercial-plan-section {
        padding-left: 0;
        padding-right: 0;
    }

    .enterprise-plan-cards-track {
        padding: 0 16px;
    }

    .enterprise-plans-section--lr-0 .hospitality-hrh-header,
    .enterprise-plans-section--lr-0 .hospitality-hrh-note,
    .enterprise-plans-section--lr-0 .hospitality-hrh-cta,
    .enterprise-plans-section--lr-0 .hospitality-hrh-contact,
    .enterprise-plans-section--lr-0 .commercial-plan-header,
    .enterprise-plans-section--lr-0 .commercial-plan-footnote,
    .enterprise-plans-section--lr-0 .commercial-plan-cta,
    .enterprise-plans-section--lr-0 .commercial-plan-contact,
    .enterprise-plans-section--lr-0 .enterprise-plan-cards-carousel + .paging-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .enterprise-plan-cards-carousel {
        padding-bottom: 16px;
    }
}
