.tech-service-hero {
    padding: 175px 0 95px;
    background: radial-gradient(circle at 12% 20%, rgba(123, 63, 242, .2), transparent 34%),
                radial-gradient(circle at 90% 15%, rgba(216, 59, 210, .14), transparent 30%);
}

.tech-service-eyebrow {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 7px 14px;
    border-radius: 6px;
    background: rgba(123, 63, 242, .15);
    color: #d85cff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tech-service-hero h1 {
    margin-bottom: 22px;
    line-height: 1.08;
}

.tech-service-hero p {
    max-width: 720px;
    margin-bottom: 32px;
    color: var(--color-body);
    font-size: 20px;
    line-height: 1.7;
}

.tech-service-visual {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.tech-service-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.tech-service-section .section-title .description {
    max-width: 760px;
    margin: 18px auto 0;
}

.tech-service-card {
    height: 100%;
}

.tech-service-card .title {
    font-size: 24px;
}

.tech-service-cta {
    padding: clamp(38px, 7vw, 72px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(123, 63, 242, .18), rgba(216, 59, 210, .12));
}

.tech-service-cta p {
    max-width: 680px;
    margin: 15px auto 28px;
}

@media (max-width: 767px) {
    .tech-service-hero {
        padding: 125px 0 65px;
    }

    .tech-service-hero p {
        font-size: 17px;
    }
}
