.page-services .page-hero .container {
    max-width: 940px;
}

.page-services .service-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.page-services .service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), #14b8a6);
}

.page-services .service-card p {
    margin-bottom: 18px;
}

.page-services .service-card .hero-actions {
    margin-top: auto;
}

@media (max-width: 640px) {
    .page-services .service-card {
        min-height: 0;
    }
}
