/* Ana sayfa hero — daha rafine tipografi */

.ana-sayfa-hero__icerik {
    bottom: 11%;
}

.ana-sayfa-hero__baslik {
    font-size: clamp(2.1rem, 4.2vw, 3.65rem);
    font-weight: 600;
    letter-spacing: 0.045em;
    line-height: 1.1;
    margin: 0 0 1.35rem;
    max-width: 11em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.ana-sayfa-hero__alt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.35rem;
}

.ana-sayfa-hero__adres {
    font-size: clamp(0.92rem, 1.35vw, 1.08rem);
    font-weight: 500;
    letter-spacing: 0.015em;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    max-width: 22rem;
}

.ana-sayfa-hero__btn {
    padding: 0.55rem 1.15rem !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    border-radius: 999px;
    white-space: nowrap;
}

.ana-sayfa-hero__btn:hover {
    transform: translateY(-1px);
}

.ana-sayfa-hero__slide.bgcustom {
    background-image: var(--hero-bg-desktop) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ana-sayfa-hero .swiper-inner.ana-sayfa-hero__slide {
    min-height: 100%;
}

@media (max-width: 767px) {
    .ana-sayfa-hero__slide.bgcustom {
        background-image: var(--hero-bg-mobile, var(--hero-bg-desktop)) !important;
    }
}

@media (max-width: 767px) {
    .ana-sayfa-hero__icerik {
        bottom: 9%;
        width: 92% !important;
    }

    .ana-sayfa-hero__baslik {
        font-size: clamp(1.85rem, 8.5vw, 2.45rem);
        letter-spacing: 0.035em;
        margin-bottom: 1rem;
        max-width: none;
    }

    .ana-sayfa-hero__alt {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .ana-sayfa-hero__adres {
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .ana-sayfa-hero__baslik {
        font-size: 3.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ana-sayfa-hero__btn:hover {
        transform: none;
    }
}
