﻿.hero-title {
    text-align: center;
    font-size: 2rem; /* Desktop için */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1400px; /* satır genişliği çok uzamasın */
    padding: 0 20px; /* mobil kenarlardan taşmasın */
}

.highlight {
    color: #FF7F00;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.3rem;
        line-height: 1.25;
    }
}
