.tool-solutions-hero {
    min-height: 72vh;
    overflow: hidden;
    background: #101318 url("/static/images/about-hero.jpg") center 42% / cover no-repeat;
}

.tool-solutions-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 12, 16, 0.94) 0%, rgba(10, 12, 16, 0.74) 48%, rgba(10, 12, 16, 0.35) 100%);
}

.tool-solutions-eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: #e1111a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.tool-solutions-hero .intro-text {
    max-width: 680px;
}

.tool-solutions-intro .content-block,
.tool-solutions-scope .content-block,
.tool-solutions-process .content-block {
    max-width: 980px;
}

.tool-solutions-intro .content-block > p:not(.section-kicker),
.scope-intro {
    max-width: 850px;
}

.tool-scope-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tool-scope-list li {
    display: flex;
    align-items: baseline;
    gap: 18px;
    min-height: 86px;
    padding: 26px 22px 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #f3f4f6;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 600;
}

.tool-scope-list li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.tool-scope-list li:nth-child(even) {
    padding-left: 30px;
}

.tool-scope-list span,
.support-steps article > span {
    color: #e1111a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.tool-scope-list small {
    display: block;
    margin-left: auto;
    color: #8f99a8;
    font-size: 12px;
    font-weight: 500;
}

.support-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
}

.support-steps article {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
}

.support-steps h3 {
    margin: 20px 0 12px;
    color: #f8fafc;
    font-size: 20px;
}

.support-steps p {
    margin: 0;
    color: #aeb7c4;
    font-size: 15px;
    line-height: 1.75;
}

.tool-solutions-cta .cta-text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 760px) {
    .tool-solutions-hero {
        min-height: 64vh;
        background-position: 58% center;
    }

    .tool-scope-list,
    .support-steps {
        grid-template-columns: 1fr;
    }

    .tool-scope-list li:nth-child(odd) {
        border-right: 0;
    }

    .tool-scope-list li:nth-child(even) {
        padding-left: 0;
    }

    .tool-scope-list small {
        display: none;
    }
}
