/**
 * Homepage above-the-fold layout locks (sync).
 * Matches post-theme layout so deferred akkus.min.css causes minimal shift.
 */
body.home {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

body.home .site-header {
    display: block;
    min-height: 130px;
}

body.home .middle-header {
    min-height: 61px;
}

body.home .main-menu-wrapper {
    min-height: 48px;
}

body.home .main {
    position: relative;
    z-index: 5;
    margin-top: 10px;
    background: #fff;
}

body.home .homepage-intro-container {
    padding-top: 40px;
    padding-bottom: 60px;
}

body.home .homepage-h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 25px;
    color: #111827;
}

body.home .intro-trust {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 20px;
}

body.home section#featured-properties.homepage-great-offers-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: clip;
}

body.home section#featured-properties.homepage-great-offers-section .great-offers-wrapper {
    min-height: 420px;
}

body.home .homepage-editors-picks-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    body.home .site-header {
        min-height: 100px;
    }

    body.home .homepage-editors-picks-section,
    body.home section#featured-properties.homepage-great-offers-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body.home section#featured-properties.homepage-great-offers-section .great-offers-wrapper {
        min-height: 360px;
    }
}

@media (min-width: 992px) {
    body.home .page-section.desktop-hero-system .search-luxury-wrapper {
        min-height: 1px;
    }
}

/* Contrast before deferred akkus.css (WCAG AA) */
body.home .green-price-badge,
body.home #featured-properties .green-price-badge {
    background: #1e8f4d;
    color: #ffffff;
    font-weight: 600;
}

body.home .green-price-badge .price-prefix {
    color: #ffffff;
}

body.home .read-more-toggle-intro-mobile,
body.home .read-more-toggle-seo,
body.home .read-more-toggle-seo-mobile,
body.home .read-more-toggle-why-turkey {
    color: #0b57d0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
