.service-image {
    height: var(--service-image-height);
    background: var(--bg-soft);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-tag {
    display: inline-block;
    margin-bottom: .8rem;
    color: var(--brand-primary-dark);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cta-band {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--radius-large);
    background: var(--brand-primary);
    color: white;
}

.cta-band h2,
.cta-band h3 { color: white; }

.cta-band p {
    max-width: 62ch;
    margin-top: 1rem;
    color: rgba(255,255,255,.88);
}

.netlabos-panel {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--radius-large);
    background:
        radial-gradient(circle at 80% 10%, rgba(0,143,121,.28), transparent 25%),
        var(--bg-dark);
    color: var(--text-on-dark);
}

.netlabos-panel h2,
.netlabos-panel h3 { color: white; }
