.intro-subtitle-content {
    max-width: 56rem;
}

.gallery-cards__card {
    transition: transform 0.3s ease;
}
.gallery-cards__card:hover {
    transform: scale(1.05);
}
.gallery-cards__img {
    height: 16rem;
}

/* v30 checkerboard — icon container size (w-12 h-12 has no BS util) */
.perks-checker__icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

.steps-badge-cards__number-circle {
    width: 3rem;
    height: 3rem;
}

.steps-badge-cards__icon-box {
    width: 4rem;
    height: 4rem;
}

