/* Точечные правки после аудита главной страницы */
.iceberg-map-lite .map-hero h2 {
    margin: 0;
    color: #111827;
    font-family: 'Unbounded', 'Manrope', system-ui, sans-serif;
    font-size: clamp(42px, 6vw, 78px);
    line-height: .92;
    font-weight: 900;
    letter-spacing: -.06em;
}

@media (max-width: 767.98px) {
    .iceberg-map-lite .map-hero h2 {
        font-size: clamp(34px, 12vw, 52px);
        letter-spacing: -.045em;
    }
}

/* Заглушки оставлены некликабельными, чтобы пользователь не попадал в пустые разделы. */
a[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .62;
    pointer-events: none;
}
