/* about13 extras */

.wh-page {
    --wh-fs-h2: clamp(22px, 2vw + 0.7rem, 32px);
}

.wh-page-hero .wh-hero__actions {
    margin-top: 32px;
}

/* —— Mobile adjustments —— */
@media (max-width: 639px) {
    .wh-svc-card {
        padding: 24px 0 28px;
    }

    .wh-svc-card__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .wh-svc-card h3 {
        margin-top: 10px;
    }

    .wh-svc-card p:last-child {
        margin-top: 10px;
        line-height: 1.7;
    }

    .wh-svc-group__intro {
        gap: 24px;
    }

    .wh-svc-group__copy .wh-lead {
        margin-top: 12px;
        line-height: 1.7;
    }

    .wh-svc-spotlight {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wh-svc-spotlight .wh-svc-card__icon {
        width: 56px;
        height: 56px;
    }

    .wh-goal-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wh-goal-list li {
        padding: 16px 0;
    }
}
