.price-list {
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.price-list .image-bg {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: var(--navbarHeight);
    align-self: start;
    width: 100%;
    height: calc(100svh - var(--navbarHeight));
    max-height: 900px;
    z-index: 0;
    overflow: hidden;
}

.price-list .image-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.price-list .container {
    padding: 120px 0;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
}

.price-list h2 {
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
}

.price-list .price-list-wrapper {
    border-radius: 8px 8px 0 0;
    max-width: 706px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}

/* Field Pass hidden: bottom of stack should match top rounding */
.price-list.price-list--no-lower .price-list-wrapper {
    border-radius: 8px;
}

/* Intro text only (no pricing columns): single beige strip gets full radius */
.price-list.price-list--no-lower .price-list-upper > .price-list-upper-description:only-child {
    border-radius: 8px;
}

.price-list .price-list-upper {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.price-list .price-list-upper-description {
    border-radius: 8px 8px 0 0;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.97;
    background: #EEE4DE;
}

.price-list .price-list-box {
    background: #EEE4DE;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 1px;
}

.price-list .price-list-lower .price-list-single {
    border-radius: 0 0 8px 8px;
}

.price-list .box-title {
    font-size: 13px;
    letter-spacing: 1.3px;
    font-weight: 500;
    font-family: 'owners-xwide';
    line-height: 1.27;
}

.price-list .bonus-box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.price-list .bonus-box__text p {
    margin: 0 0 12px;
}

.price-list .bonus-box__text p:last-child {
    margin-bottom: 0;
}

/* Text-style CTA (same idea as text-image block); arrow points right */
.price-list .price-list-box .text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-family: 'owners-xwide';
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.08px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.price-list .price-list-box .text-link:hover {
    opacity: 0.85;
}

.price-list .price-list-box .text-link .icon-arrow {
    display: flex;
}

.price-list .box-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
}

.price-list .box-elements .text-single {
    width: calc(50% - 4px);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
}

.price-list .box-elements .text-single svg {
    min-width: 12px;
    max-width: 12px;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.price-list .price-list-upper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.price-list .price-list-single {
    width: calc(50% - 0.5px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    background-color: #fff;
}

.price-list .price-list-lower {
    margin-top: 21px;
    max-width: 706px;
    margin: 1px auto;
}

.price-list .price-list-lower .price-list-single {
    width: 100%;
    padding: 40px 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.price-list .price-column {
    width: calc(50% - 11px);
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.price-list .price-column .btn {
    width: 100%;
    justify-content: space-between;
}

.price-list .price-list-single.pricelist-0 .price-title {
    color: #FF7A02;
}

.price-list .price-list-single.pricelist-0 .price-included svg path {
    stroke: #FF7A02;
}

.price-list .price-list-single.pricelist-1 .price-title {
    color: #0494E2;
}

.price-list .price-list-single .price-included svg path {
    stroke: #E0E0E0;
}

.price-list .price-list-single.pricelist-1 .price-included svg path {
    stroke: #0494E2;
}

.price-list .price-list-single .price-title {
    font-size: 13px;
    font-family: 'owners-xwide';
    font-weight: 500;
    line-height: 1.27;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #838383;
}

.price-list .price-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.price-list .price {
    font-size: 62px;
    font-weight: 800;
    font-family: 'owners-narrow';
    letter-spacing: 0.62px;
    line-height: 0.97;
}

.price-list .price-currency {
    font-size: 40px;
    font-family: 'owners-narrow';
    font-weight: 800;
    line-height: 0.97;
}

.price-list .btn {
    white-space: nowrap;
}

.price-list .price-included {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.price-list .price-included p {
    font-size: 16px;
    line-height: 1.2;
}

.price-list .price-included ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.price-list .price-included ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.price-list .price-included ul li svg {
    min-width: 12px;
    max-width: 12px;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.price-list .show-more-btn {
    display: none;
}

@media (max-width:991px) {

    .price-list .container {
        padding: 60px 16px;
    }

    .price-list .image-bg {
        position: sticky;
        top: var(--navbarHeight);
        align-self: start;
        width: 100%;
        height: calc(100svh - var(--navbarHeight));
        max-height: none;
        margin: 0;
        z-index: 0;
        overflow: hidden;
    }

    .price-list .image-bg img {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        object-fit: cover;
        display: block;
    }

    .price-list h2 {
        text-align: left;
    }

    .price-list .price-list-upper-description {
        text-align: left;
        font-size: 15px;
    }

    .price-list .price-list-single {
        width: 100%;
        padding: 30px 25px;
        gap: 18px;
    }

    .price-list .price-list-box {
        padding: 30px;
    }

    .price-list .box-elements .text-single {
        width: 100%;
    }

    .price-list .price-column {
        width: 100%;
    }

    .price-list .price {
        font-size: 52px;
    }

    .price-list .list-wrapper {
        position: relative;
    }

    .price-list .list-collapsed {
        max-height: 100px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .price-list .list-wrapper.expanded .list-collapsed {
        max-height: 400px;
    }

    .price-list .list-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .price-list .list-wrapper.expanded .list-gradient {
        opacity: 0;
    }

    .price-list .show-more-btn {
        display: flex;
        justify-content: center;
        border: 0;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.92px;
        line-height: 1.07;
        text-transform: uppercase;
        text-align: center;
        font-family: 'owners-xwide';
        color: #000;
    }
}