/* Services overview: reference-aligned Connected System section only. */
.post-type-archive-cv_service .cv-services-connected-system {
    padding: clamp(3rem, 3.7vw, 3.5rem) 0;
    background:
        radial-gradient(circle at 18% 42%, rgba(107, 123, 226, .055), transparent 25%),
        linear-gradient(105deg, #eef8ff 0%, #edf7ff 60%, #f4faff 100%);
}

.post-type-archive-cv_service .cv-services-connected-system__grid {
    display: grid;
    grid-template-columns: minmax(0, .75fr) 1px minmax(0, 1.12fr);
    gap: clamp(2.75rem, 5.2vw, 5rem);
    align-items: center;
}

.post-type-archive-cv_service .cv-services-connected-system__heading .cv-eyebrow {
    margin: 0 0 .8rem;
    color: #4f5ff5;
}

.post-type-archive-cv_service .cv-services-connected-system__heading h2 {
    max-width: 11.6ch;
    margin: 0;
    color: #0a1730;
    font-size: clamp(2.65rem, 3.65vw, 3.55rem);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.post-type-archive-cv_service .cv-services-connected-system__divider {
    width: 1px;
    height: 155px;
    background: linear-gradient(to bottom, rgba(79, 95, 245, .18), rgba(79, 95, 245, .72), rgba(115, 86, 244, .18));
}

.post-type-archive-cv_service .cv-services-connected-system__copy {
    max-width: 610px;
}

.post-type-archive-cv_service .cv-services-connected-system__copy p {
    margin: 0;
    color: #526078;
    font-size: 1.03rem;
    line-height: 1.64;
}

.post-type-archive-cv_service .cv-services-connected-system__copy a {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-top: 1rem;
    color: #4b55df;
    font-size: .9rem;
    font-weight: 760;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.post-type-archive-cv_service .cv-services-connected-system__copy a:hover {
    color: #2f37b7;
}

.post-type-archive-cv_service .cv-services-connected-system__copy a:focus-visible {
    border-radius: 2px;
    outline: 3px solid #7884f5;
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .post-type-archive-cv_service .cv-services-connected-system__grid {
        grid-template-columns: minmax(0, .82fr) 1px minmax(0, 1.18fr);
        gap: 2.4rem;
    }

    .post-type-archive-cv_service .cv-services-connected-system__heading h2 {
        font-size: clamp(2.35rem, 5.4vw, 2.75rem);
    }

    .post-type-archive-cv_service .cv-services-connected-system__divider {
        height: 140px;
    }

    .post-type-archive-cv_service .cv-services-connected-system__copy p {
        font-size: .98rem;
        line-height: 1.6;
    }
}

@media (max-width: 700px) {
    .post-type-archive-cv_service .cv-services-connected-system {
        padding: 3.25rem 0;
    }

    .post-type-archive-cv_service .cv-services-connected-system__grid {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    .post-type-archive-cv_service .cv-services-connected-system__heading h2 {
        max-width: 12ch;
        font-size: clamp(2.25rem, 10vw, 2.6rem);
        line-height: 1.05;
    }

    .post-type-archive-cv_service .cv-services-connected-system__divider {
        width: 58px;
        height: 2px;
        background: linear-gradient(to right, #4f5ff5, #7356f4);
    }

    .post-type-archive-cv_service .cv-services-connected-system__copy {
        max-width: 37rem;
    }

    .post-type-archive-cv_service .cv-services-connected-system__copy p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .post-type-archive-cv_service .cv-services-connected-system__copy a {
        font-size: .94rem;
        line-height: 1.55;
    }
}
