.asv-section{
    background: #EEEEEE;
    padding: 100px 0 200px;
}

.asv-inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.asv-header{
    margin-bottom: 48px;
}

.asv-title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
    margin-bottom: 20px;
}

.asv-sub{
    font-family: 'Geist', sans-serif;
    color: #575757;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.asv-cols {
    display:flex;
    align-items:stretch;
    gap:0;
}

.asv-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.asv-col-head {
    border-bottom: 2px solid #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 26px;
    color: #575757;
}

.asv-col-body {
    display:flex;
    flex-direction:column;
}

.asv-col--labels {
    flex: 0 0 290px;
    padding-right: 22px;
}

.asv-label {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#1C1C1C;
}

.asv-cell {
    padding: 24px 30px;
    border-bottom: 1px solid #d2d2d263;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.asv-col:hover {
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 98.8%);
    border-radius: 12px;
    overflow: hidden;
}

.asv-col--highlight {
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 98.8%);
    border-radius: 12px;
    overflow: hidden;
}

.asv-col--highlight .asv-col-head {
    padding-left:22px;
    padding-right:22px;
}

.asv-col--highlight .asv-cell {
    padding-left: 30px;
    padding-right: 30px;
}

.asv-col-foot {
    opacity: 0;
    padding: 30px;
    margin-top:auto;
    transition: 0.3s;
}

.asv-col:hover .asv-col-foot {
    opacity: 1;
}

.asv-col--highlight .asv-col-foot {
    opacity: 1;
}

.asv-icon {
    width: 18px;
    height: 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex: 0 0 18px;
}



.asv-btn{
    min-width: 100%;
}


.asv-table{ display:block; }
.asv-mobile{ display:none; }

@media (max-width: 768px){

    .asv-section{
        padding: 40px 0 166px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007272.svg), url(/wp-content/uploads/2026/03/Group-1000007271.svg);
        background-repeat: no-repeat;
        background-position: bottom left, bottom right;
    }

    .asv-table{ display:none; }
    .asv-mobile{ display:block; }

    .asv-title{
        font-size: 36px;
        line-height: 44px;
    }

    .asv-sub{
        font-size: 16px;
        line-height: 24px;
    }
}


















.asv-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .asv-cols {
        display: none;
    }

    .asv-mobile {
        display: block;
        padding: 0 16px;
    }

    .asv-mobile__slider {
        overflow: visible;
    }

    .asv-mobile__slide {
        height: auto;
    }

    .asv-mobile-card {
        background: #f3f3f3;
        border-radius: 20px;
        padding: 24px 20px 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .asv-mobile-card--highlight {
        background: #f3f3f3;
    }

    .asv-mobile-card__topline {
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #6d6d6d;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: 4px solid #1c1c1c;
    }

    .asv-mobile-card__body {
        display: flex;
        flex-direction: column;
    }

    .asv-mobile-row {
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .asv-mobile-row:last-child {
        border-bottom: none;
    }

    .asv-mobile-row__label {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.35;
        color: #222;
        margin-bottom: 10px;
    }

    .asv-mobile-row__value {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        line-height: 1.45;
        color: #222;
    }

    .asv-mobile-icon {
        flex: 0 0 auto;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

    .asv-mobile-row__value--ok .asv-mobile-icon {
        background: #00B67A;
    }

    .asv-mobile-row__value--warn .asv-mobile-icon {
        background: #FFC042;
        color: #fff;
    }

    .asv-mobile-row__value--bad .asv-mobile-icon {
        background: #D41028;
    }

    .asv-mobile-card__foot {
        margin-top: 24px;
    }

    .asv-mobile-btn {
        width: 100%;
        min-width: 100%;
    }

    .asv-mobile__pagination {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 8px;
    }

    .asv-mobile__pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 999px;
        background: #c9c9c9;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .asv-mobile__pagination .swiper-pagination-bullet-active {
        width: 24px;
        background: #6d6d6d;
    }
}