.sps-about {
    --sps-about-red: #d7192d;
    --sps-about-red-dark: #ad1023;
    --sps-about-ink: #101828;
    --sps-about-muted: #526079;
    position: relative;
    width: 100%;
    padding: clamp(70px, 8vw, 120px) 30px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fafafb 100%);
}

.sps-about::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(215, 25, 45, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(215, 25, 45, .025), 0 0 0 110px rgba(215, 25, 45, .018);
    pointer-events: none;
}

.sps-about__inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1240px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: clamp(55px, 7vw, 100px);
}

.sps-about__eyebrow {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    gap: 11px;
    color: var(--sps-about-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sps-about__eyebrow span {
    width: 34px;
    height: 3px;
    background: var(--sps-about-red);
    border-radius: 10px;
}

.sps-about__title {
    max-width: 650px;
    margin: 0;
    color: var(--sps-about-ink);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sps-about__description {
    max-width: 620px;
    margin-top: 24px;
    color: var(--sps-about-muted);
    font-size: 17px;
    line-height: 1.72;
}

.sps-about__description p { margin: 0 0 14px; }
.sps-about__description p:last-child { margin-bottom: 0; }

.sps-about__features {
    display: flex;
    margin: 26px 0 32px;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.sps-about__features li {
    display: inline-flex;
    margin: 0;
    padding: 9px 13px;
    align-items: center;
    gap: 8px;
    color: #344054;
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 999px;
    box-shadow: 0 5px 15px rgba(16, 24, 40, .045);
    font-size: 14px;
    font-weight: 650;
}

.sps-about__features li span {
    width: 7px;
    height: 7px;
    background: var(--sps-about-red);
    border-radius: 50%;
}

.sps-about__button {
    display: inline-flex;
    min-height: 54px;
    padding: 13px 22px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    background: linear-gradient(135deg, var(--sps-about-red), var(--sps-about-red-dark));
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(183, 15, 36, .22);
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sps-about__button:hover {
    color: #fff;
    box-shadow: 0 16px 34px rgba(183, 15, 36, .3);
    transform: translateY(-2px);
}

.sps-about__button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sps-about__visual {
    position: relative;
    min-height: 570px;
    padding: 28px 0 46px 28px;
}

.sps-about__accent {
    position: absolute;
    top: 0;
    right: -28px;
    width: 68%;
    height: 78%;
    background: linear-gradient(145deg, var(--sps-about-red), var(--sps-about-red-dark));
    border-radius: 28px;
    transform: rotate(3deg);
}

.sps-about__accent::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 28px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, .06);
}

.sps-about__image-wrap {
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
    background: #eef1f5;
    border: 8px solid #fff;
    border-radius: 26px;
    box-shadow: 0 26px 60px rgba(16, 24, 40, .18);
}

.sps-about__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sps-about__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
    color: #667085;
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    text-align: center;
    line-height: 1.6;
}

.sps-about__stats {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 0;
    left: -20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sps-about__stat {
    display: flex;
    min-height: 104px;
    padding: 17px 19px;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(215, 25, 45, .12);
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(16, 24, 40, .13);
    backdrop-filter: blur(10px);
}

.sps-about__stat strong {
    color: var(--sps-about-red);
    font-size: 27px;
    line-height: 1;
}

.sps-about__stat span {
    margin-top: 7px;
    color: #475467;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .sps-about__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sps-about__visual {
        width: min(680px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .sps-about { padding: 62px 20px; }
    .sps-about__features { display: grid; }
    .sps-about__features li { border-radius: 12px; }
    .sps-about__visual { min-height: 445px; padding: 15px 0 58px 10px; }
    .sps-about__accent { right: -15px; border-radius: 21px; }
    .sps-about__image-wrap { height: 365px; border-width: 5px; border-radius: 20px; }
    .sps-about__stats { right: 8px; bottom: 0; left: -5px; }
    .sps-about__stat { min-height: 92px; padding: 14px; border-radius: 14px; }
    .sps-about__stat strong { font-size: 23px; }
    .sps-about__stat span { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .sps-about__button { transition: none; }
}

 