.pricex-pricing {
    padding: 264px 0 180px;
    background-image: url(/wp-content/uploads/2026/03/Union-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 1160px;
    margin-top: -144px;
    position: relative;
}

.pricex-pricing:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 88%);
    z-index: -1;
}

.pricex-pricing__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.pricex-pricing__head{
    text-align: center;
    margin-bottom: 40px;
}

.pricex-pricing__title{
    font-family: 'Geist', sans-serif;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
}

.pricex-pricing__sub{
    font-family: 'Geist', sans-serif;
    margin: 0 auto;
    max-width: 1151px;
    color: #FEE2E2;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.pricex-pricing__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.pricex-pricecard{
    background: #FFFFFF;
    border-radius: 24px;
    padding: 47px 30px 30px;
    display: flex;
    flex-direction: column;
    min-height: 640px;
}

.pricex-pricecard__top{
    margin-bottom: 23px;
}

.pricex-pricecard__name{
    margin: 0 0 18px;
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.pricex-pricecard__desc{
    margin: 0;
    font-family: 'Geist', sans-serif;
    color: #575757;
    max-width: 320px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: visible;
    min-height: 60px;
}

.pricex-pricecard__desc span{
    font-weight: 700;
}

.pricex-pricecard__price{
    display:flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 3px;
}

.pricex-pricecard__amount{
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

.pricex-pricecard__meta{
    font-family: 'Geist', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.pricex-pricecard__note{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.pricex-pricecard__cta{
    margin-top: 40px;
}

.pricex-pricecard__label{
    margin-top: 30px;
    font-family: 'Geist', sans-serif;
    letter-spacing: .14em;
    color: #575757;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.pricex-pricecard__list{
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display:flex;
    flex-direction: column;
}

.pricex-pricecard__list li{
    position: relative;
    padding-left: 20px;
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.pricex-pricecard__list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    background-image: url(/wp-content/uploads/2026/03/Vector.svg);
    width: 10px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.pricex-pricecard--featured{
    background: linear-gradient(1deg, #FFD5D6 0%, rgb(255 255 255) 60.29%);
}

.pricex-pricecard--cut{
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
}

.pricex-pricing__mob{
    display:none;
    margin-top: 26px;
}

.pricex-pricing__pagination{
    margin-top: 14px;
    text-align:center;
}

.pricex-pricing__pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(255,255,255,.45);
}

.pricex-pricing__pagination .swiper-pagination-bullet-active{
    width: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
}

@media (max-width: 980px){
    .pricex-pricing__grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .pricex-pricecard{
        min-height: 620px;
    }
}

@media (max-width: 768px){

    .pricex-pricing {
        padding: 40px 0;
        background-color: #D41028;
        background-image: none;
        margin-top: 0;
    }

    .pricex-pricing__title {
        font-size: 36px;
        line-height: 44px;
    }

    .pricex-pricing__sub {
        font-size: 16px;
        line-height: 24px;
    }

    .pricex-pricing__grid{ display:none; }
    .pricex-pricing__mob{ display:block; }
    .pricex-pricecard{ min-height: auto; }
}