.chkcomp {
    content-visibility: auto;
    contain-intrinsic-size: 600px;
    background: #f4f4f4;
    padding: 5rem 0;
}

/* ── Swiper base ────────────────────────────────── */
.chkcomp__swiper { overflow: hidden; }
.chkcomp__swiper .swiper-wrapper { display: flex; align-items: stretch; box-sizing: content-box; }
.chkcomp__swiper .swiper-slide { flex-shrink: 0; height: auto; }

/* ── Header ─────────────────────────────────────── */
.chkcomp__label {
    font-family: 'League Spartan', sans-serif;
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #030303;
    display: block;
    margin-bottom: 1rem;
    font-weight: 400;
}

.chkcomp__title {
    font-family: 'League Spartan', sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.75rem);
    font-weight: 300;
    line-height: 1.15;
    color: #030303;
    letter-spacing: -.01em;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.chkcomp__title em {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: .93em;
    letter-spacing: 0;
}

.chkcomp__intro {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: #030303;
    margin: 0;
    max-width: 560px;
}

/* ── Card ────────────────────────────────────────── */
.chkcomp__card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.chkcomp__card--featured {
    background: #030303;
    border-color: #030303;
}

/* Badge */
.chkcomp__badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #119199;
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: .65rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 16px;
    white-space: nowrap;
    border-radius: 0 0 4px 4px;
}

.chkcomp__tier {
    font-family: 'League Spartan', sans-serif;
    font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #119199;
    display: block;
    margin-bottom: .4rem;
    font-weight: 400;
}

.chkcomp__name {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: #030303;
    letter-spacing: -.02em;
    margin: 0 0 .5rem 0;
    display: block;
    line-height: 1.1;
}

.chkcomp__card--featured .chkcomp__name { color: #fff; }

.chkcomp__desc {
    font-size: 1rem;
    line-height: 1.65;
    color: #979797;
    font-weight: 300;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.chkcomp__card--featured .chkcomp__desc { color: rgba(255, 255, 255, .4); }

/* ── Feature list ────────────────────────────────── */
.chkcomp__list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
    border-top: 1px solid #e2e2e2;
    flex: 1;
}

.chkcomp__card--featured .chkcomp__list { border-top-color: rgba(255, 255, 255, .1); }

.chkcomp__list li {
    font-size: .9375rem;
    line-height: 1.3;
    color: #030303;
    font-weight: 300;
    padding: .7rem 0;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    gap: .65rem;
    box-shadow: none;
}

.chkcomp__list li:last-child { border-bottom: none; }

.chkcomp__card--featured .chkcomp__list li {
    color: rgba(255, 255, 255, .65);
    border-bottom-color: rgba(255, 255, 255, .08);
}

.chkcomp__list li::before {
    content: '';
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: #119199;
    border-radius: 50%;
    flex-shrink: 0;
}

.chkcomp__list li.chkcomp__more {
    color: #119199;
    font-style: italic;
}

.chkcomp__list li.chkcomp__more::before { background: transparent; }

.chkcomp__card--featured .chkcomp__list li.chkcomp__more { color: rgba(17, 145, 153, .8); }

/* ── CTA button ──────────────────────────────────── */
.chkcomp__cta {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-size: .75rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 16px;
    text-decoration: none;
    transition: background .2s, color .2s;
    border: 1px solid #030303;
    background: transparent;
    color: #030303;
    border-radius: 4px;
    margin-top: auto;
    cursor: pointer;
}

.chkcomp__cta:hover { background: #030303; color: #fff; text-decoration: none; }

.chkcomp__card--featured .chkcomp__cta {
    background: #119199;
    border-color: #119199;
    color: #fff;
}

.chkcomp__card--featured .chkcomp__cta:hover { opacity: .88; }

/* ── Navigation ──────────────────────────────────── */
.chkcomp__nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.chkcomp__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030303;
    font-size: 1rem;
    transition: background .2s, color .2s, border-color .2s;
    border-radius: 4px;
}

.chkcomp__arrow:hover { background: #030303; color: #fff; border-color: #030303; }

.chkcomp__arrow.swiper-button-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}

/* ── Pagination dots ─────────────────────────────── */
.chkcomp__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
    min-height: 14px;
}

.chkcomp__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e2e2e2;
    opacity: 1;
    cursor: pointer;
    transition: background .2s;
    display: inline-block;
}

.chkcomp__pagination .swiper-pagination-bullet-active { background: #030303; }

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 767.98px) {
    .chkcomp { padding: 3rem 0; }
    .chkcomp__nav { display: none; }
}
