/* Anasayfa Hero Bölümü için Özel Stiller */

.homepage-banner {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.homepage-banner .hero-content {
    max-width: 64rem;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}