.adv-comparison {
    --adv-navy: #0b2d4d;
    --adv-blue: #155f9d;
    --adv-light-blue: #eef6fc;
    --adv-gold: #d5a11e;
    --adv-border: #d9e4ed;
    --adv-text: #172333;
    --adv-muted: #5f6f7f;
    margin: 2.25rem 0;
    color: var(--adv-text);
    font-family: inherit;
}

.adv-comparison * {
    box-sizing: border-box;
}

.adv-comparison__heading {
    margin-bottom: 1.15rem;
}

.adv-comparison__eyebrow {
    display: inline-block;
    margin-bottom: .45rem;
    color: var(--adv-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.adv-comparison__heading h2 {
    margin: 0 0 .55rem;
    color: var(--adv-navy);
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    line-height: 1.2;
}

.adv-comparison__heading p {
    max-width: 780px;
    margin: 0;
    color: var(--adv-muted);
    line-height: 1.65;
}

.adv-comparison__desktop {
    overflow-x: auto;
    border: 1px solid var(--adv-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(11, 45, 77, .08);
}

.adv-comparison__table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
}

.adv-comparison__table th,
.adv-comparison__table td {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--adv-border);
    vertical-align: middle;
    text-align: left;
}

.adv-comparison .adv-comparison__table thead th {
    background: #0b2d4d !important;
    color: #ffffff !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.adv-comparison__table thead th:first-child {
    border-top-left-radius: 17px;
}

.adv-comparison__table thead th:last-child {
    border-top-right-radius: 17px;
}

.adv-comparison .adv-comparison__table tbody th {
    width: 34%;
    background: #eef6fc !important;
    color: #0b2d4d !important;
    font-size: .98rem !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.adv-comparison .adv-comparison__table tbody td {
    background: #ffffff !important;
    color: #172333 !important;
    font-size: .98rem !important;
    line-height: 1.45 !important;
}

.adv-comparison .adv-comparison__table tbody tr:nth-child(even) th {
    background: #e6f1f9 !important;
}

.adv-comparison .adv-comparison__table tbody tr:nth-child(even) td {
    background: #f8fbfd !important;
}


.adv-comparison__table tbody tr:last-child th,
.adv-comparison__table tbody tr:last-child td {
    border-bottom: 0;
}

.adv-role-icon {
    margin-right: .35rem;
}

.adv-rating {
    display: inline-flex;
    flex-direction: column;
    gap: .34rem;
}

.adv-rating__dots {
    display: inline-flex;
    gap: .28rem;
}

.adv-rating__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d8e1e8;
}

.adv-rating__dot.is-active {
    background: var(--adv-gold);
    box-shadow: 0 0 0 3px rgba(213, 161, 30, .12);
}

.adv-rating__text {
    color: var(--adv-muted);
    font-size: .82rem;
    line-height: 1.2;
}

.adv-status {
    display: inline-flex;
    align-items: center;
    padding: .38rem .68rem;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 750;
}

.adv-status--positive {
    background: #e9f6ef;
    color: #17613d;
}

.adv-status--neutral {
    background: #eef2f5;
    color: #526271;
}

.adv-comparison__mobile {
    display: none;
}

.adv-comparison__note {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #cfe0ee;
    border-left: 5px solid var(--adv-blue);
    border-radius: 14px;
    background: var(--adv-light-blue);
}

.adv-comparison__note-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--adv-blue);
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 28px;
}

.adv-comparison__note strong {
    color: var(--adv-navy);
}

.adv-comparison__note p {
    margin: .25rem 0 0;
    color: var(--adv-muted);
    line-height: 1.55;
}

@media (max-width: 720px) {
    .adv-comparison {
        margin: 1.75rem 0;
    }

    .adv-comparison__desktop {
        display: none;
    }

    .adv-comparison__mobile {
        display: grid;
        gap: .85rem;
    }

    .adv-comparison-card {
        overflow: hidden;
        border: 1px solid var(--adv-border);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(11, 45, 77, .07);
    }

    .adv-comparison-card h3 {
        margin: 0;
        padding: .88rem 1rem;
        background: var(--adv-navy);
        color: #fff;
        font-size: 1rem;
        line-height: 1.35;
    }

    .adv-comparison-card__row {
        display: grid;
        grid-template-columns: minmax(112px, .82fr) 1.18fr;
        gap: .8rem;
        align-items: center;
        padding: .9rem 1rem;
    }

    .adv-comparison-card__row + .adv-comparison-card__row {
        border-top: 1px solid var(--adv-border);
    }

    .adv-comparison-card__row--entrepreneur {
        background: #f8fbfd;
    }

    .adv-comparison-card__label {
        color: var(--adv-navy);
        font-size: .88rem;
        font-weight: 800;
        line-height: 1.3;
    }

    .adv-rating__text {
        font-size: .78rem;
    }

    .adv-comparison__note {
        padding: .9rem;
    }
}

@media (max-width: 390px) {
    .adv-comparison-card__row {
        grid-template-columns: 1fr;
        gap: .5rem;
    }
}
