﻿.hero__title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: normal;
}

/* Мобілка */
@media (max-width: 768px) {
    .hero__title {
        font-size: 1.8rem !important; /* контрольований розмір */
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .hero__subtitle {
        font-size: 0.90rem;
        opacity: 0.8;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 2.4rem;
        line-height: 1.1;
    }
}
