.abelica-sss {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 332px;
    margin: 0 auto;
    padding: 28px 52px 45px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f0f8fd;
    color: #0b1f35;
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(11, 31, 53, 0.10);
    isolation: isolate;
}
.abelica-sss, .abelica-sss * { box-sizing: border-box; }
.abelica-sss::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 470px;
    height: 470px;
    right: -105px;
    top: -245px;
    border: 24px solid #c2eafa;
    border-radius: 50%;
    opacity: .92;
    pointer-events: none;
}
.abelica-sss__inner { position: relative; z-index: 1; width: 100%; }
.abelica-sss__title {
    margin: 0 0 20px;
    color: #4aa8c5;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: .005em;
    text-transform: uppercase;
}
.abelica-sss__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: center;
    gap: 34px;
    width: 100%;
}
.abelica-sss__card {
    position: relative;
    width: 100%;
    max-width: 333px;
    justify-self: center;
    min-width: 0;
    height: 210px;
    min-height: 210px;
    padding: 40px 32px 32px;
    overflow: hidden;
    background: #fff;
    border: 0 solid transparent;
    border-radius: 12px;
    box-shadow: 0 7px 21px rgba(11, 31, 53, .09);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.abelica-sss__number {
    margin: 0 0 18px;
    color: #000;
    font-size: 61px;
    line-height: .94;
    font-weight: 800;
    letter-spacing: -.035em;
}
.abelica-sss__label {
    max-width: 100%;
    color: #0b1f35;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -.012em;
}

/* Dynamic statistics layout */
.abelica-sss__grid--columns-1 { grid-template-columns: minmax(0, 1fr); }
.abelica-sss__grid--columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.abelica-sss__grid--columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.abelica-sss__grid--columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1024px) {
    .abelica-sss { min-height: 0; padding: 27px 36px 38px; }
    .abelica-sss__grid { gap: 26px; }
    .abelica-sss__card {
        width: 100%;
        max-width: 320px;
        flex-basis: auto;
        height: 195px;
        min-height: 195px;
        padding: 34px 28px 28px;
    }
    .abelica-sss__number { font-size: 54px; }
    .abelica-sss__label { font-size: 22px; }
}
@media (max-width: 767px) {
    .abelica-sss { min-height: 0; padding: 24px 20px 30px; border-radius: 12px; }
    .abelica-sss::after {
        width: 300px;
        height: 300px;
        right: -125px;
        top: -150px;
        border-width: 17px;
    }
    .abelica-sss__title { font-size: 18px; line-height: 1.2; margin-bottom: 16px; }
    .abelica-sss__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 16px;
    }
    .abelica-sss__card {
        width: 100% !important;
        max-width: 100% !important;
        justify-self: stretch;
        height: auto;
        min-height: 160px;
        padding: 27px 24px;
        border-radius: 11px;
    }
    .abelica-sss__number { font-size: 48px; margin-bottom: 14px; }
    .abelica-sss__label { font-size: 20px; line-height: 1.18; }
}
