/* --- WYMUSZENIE WIELKOŚCI DLA RESPONSYWNYCH NAGŁÓWKÓW --- */
@media only screen and (max-width: 1000px) {
    
    /* Celujemy bezpośrednio w atrybuty danych Salienta */
    h1[data-type="responsive"], 
    h2[data-type="responsive"], 
    h3[data-type="responsive"],
    .nectar-responsive-text,
    .nectar-responsive-text span,
    .nectar-split-line-heading h2,
    .nectar-split-line-heading h2 span {
        font-size: 30px !important; /* Rozmiar dla "Emocje na pierwszym planie" */
        line-height: 1.2 !important;
        display: block !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Jeśli używasz "Split Line Heading" (tekst pojawiający się z animacją) */
    .nectar-split-line-heading .words .word {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    /* Tekst akapitowy pod nagłówkiem */
    .wpb_text_column p, 
    .wpb_wrapper p,
    .nectar-responsive-text p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        font-weight: 300 !important; /* Montserrat 300 */
        text-transform: none !important;
    }
}

/* --- FIX DLA MONTSERRAT 300 (Lekkość) --- */
.nectar-responsive-text p, 
.wpb_text_column p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}