@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

html.mh-home-page body {
    background: #f3eee8;
    color: #1f1714;
    font-family: 'Manrope', 'Open Sans', sans-serif;
}

html.mh-home-page .header_siyah_bar {
    display: none;
}

html.mh-home-page .container {
    width: min(1180px, calc(100% - 28px));
    margin-top: 28px;
    margin-bottom: 48px;
}

html.mh-home-page .yeni_slider {
    max-width: 1180px;
    margin: 18px auto 0;
    padding: 0 14px;
}

html.mh-home-page .yeni_slider .table,
html.mh-home-page .yeni_slider .row,
html.mh-home-page .yeni_slider .cell {
    display: block;
    width: 100%;
}

html.mh-home-page .cell img,
html.mh-home-page .bimg {
    height: 100% !important;
    margin: 0;
}

.mh-home {
    font-family: 'Manrope', 'Open Sans', sans-serif;
}

.mh-mosaic {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 12px;
}

.mh-mosaic__hero,
.mh-mosaic__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #2b1b18;
    text-decoration: none !important;
    color: #fff !important;
}

.mh-mosaic__hero {
    min-height: 452px;
}

.mh-mosaic__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mh-mosaic__item {
    min-height: 220px;
}

.mh-mosaic__hero img,
.mh-mosaic__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
    transition: transform .55s ease;
}

.mh-mosaic__hero:hover img,
.mh-mosaic__item:hover img {
    transform: scale(1.06);
}

.mh-mosaic__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 36px 14px 14px;
    background: linear-gradient(180deg, transparent, rgba(20, 8, 8, .82));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.01em;
}

.mh-mosaic__cap--lg {
    font-size: 26px;
    padding: 70px 22px 20px;
}

.mh-intro {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 20px;
    padding: 26px 28px 24px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,242,237,.94));
    box-shadow: 0 12px 32px rgba(70, 28, 18, .07);
    animation: mhHomeIntroIn .45s ease both;
}

.mh-intro__glow {
    position: absolute;
    right: -70px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(163, 21, 35, .14), transparent 68%);
    pointer-events: none;
}

.mh-intro__main {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.mh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(163, 21, 35, .08);
    color: #a31523;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mh-kicker i {
    font-size: 11px;
}

.mh-home .mh-home-h1,
.mh-intro .mh-home-h1 {
    margin: 0 0 12px !important;
    font-size: clamp(26px, 4vw, 38px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -.03em;
    color: #1a1210 !important;
}

.mh-lead {
    margin: 0 0 16px;
    max-width: 640px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.55;
    color: #6f5f59;
}

.mh-intro-note {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(70, 28, 18, .05);
    color: #6b5b56;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.mh-intro-note span {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(163, 21, 35, .1);
    color: #a31523;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@keyframes mhHomeIntroIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: none; }
}

.mh-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 0 0 22px;
}

.mh-action {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px;
    background: #fff;
    border: 1px solid rgba(80, 40, 30, .08);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(80, 30, 20, .05);
    text-decoration: none !important;
    color: #1f1714 !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mh-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(80, 30, 20, .1);
}

.mh-action i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8e9e6;
    color: #a31523;
    font-size: 16px;
}

.mh-action b {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.mh-action span {
    display: block;
    margin-top: 2px;
    color: #7a6a65;
    font-size: 12px;
    font-weight: 600;
}

.mh-banner {
    margin: 0 0 28px;
    border-radius: 22px;
    overflow: hidden;
    background: #1c1210;
    box-shadow: 0 16px 40px rgba(80, 20, 16, .12);
}

#swiper-container2.swiper-container {
    height: auto;
    margin: 0;
    border-radius: 22px;
}

#swiper-container2 .swiper-slide,
#swiper-container2 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 22px;
}

#swiper-container2 .swiper-button-prev,
#swiper-container2 .swiper-button-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-color: rgba(255, 255, 255, .92);
    background-size: 14px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}

#swiper-container2 .swiper-pagination-bullet-active {
    background: #a31523;
    opacity: 1;
}

.mh-section {
    margin: 0 0 34px;
}

.mh-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
}

.mh-section-head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #1a1210;
}

.mh-section-head h2 i {
    margin-right: 8px;
    color: #a31523;
}

.mh-more {
    color: #a31523 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.mh-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.mh-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.mh-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(70, 28, 18, .12);
}

.mh-card__media {
    display: block;
    height: 188px;
    background: #efe7e1 center / cover no-repeat;
}

.mh-card__body {
    padding: 14px 16px 16px;
}

.mh-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 8px;
    color: #8a7872;
    font-size: 12px;
    font-weight: 600;
}

.mh-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.mh-card__title a {
    color: #1a1210 !important;
    text-decoration: none !important;
}

.mh-card__title a:hover {
    color: #a31523 !important;
}

.mh-listings {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.mh-listing {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    color: #1a1210 !important;
    box-shadow: 0 8px 22px rgba(70, 28, 18, .06);
    transition: transform .2s ease;
}

.mh-listing:hover {
    transform: translateY(-3px);
}

.mh-listing img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
    opacity: 1 !important;
}

.mh-listing b {
    display: block;
    padding: 10px 10px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    min-height: 46px;
}

.mh-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.mh-panel {
    background: #fff;
    border-radius: 20px;
    padding: 18px 18px 8px;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
}

.mh-panel h2 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
}

.mh-panel h2 i {
    margin-right: 6px;
    color: #a31523;
}

.mh-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #f0e7e2;
    font-size: 14px;
    font-weight: 600;
    color: #5c4d48;
}

.mh-stat strong {
    color: #1a1210;
    font-size: 18px;
    font-weight: 800;
}

.mh-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mh-list li {
    border-bottom: 1px solid #f0e7e2;
}

.mh-list a {
    display: block;
    padding: 10px 0;
    color: #2b211e !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
}

.mh-list a:hover {
    color: #a31523 !important;
}

.mh-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 8px 0 10px;
    padding: 26px 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #8f1220 0%, #c23b2e 58%, #e08a3c 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(143, 18, 32, .28);
}

.mh-cta h2 {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.mh-cta p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
}

.mh-cta a {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: #8f1220 !important;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
}

.anasayfa_ayin_peti,
.anasayfa_pet_cerceve {
    display: none !important;
}

@media (max-width: 1100px) {
    .mh-listings {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 930px) {
    html.mh-home-page .container {
        width: 94%;
        margin-top: 16px;
    }

    html.mh-home-page .yeni_slider {
        padding: 0 3%;
    }

    .mh-mosaic,
    .mh-mosaic__side,
    .mh-actions,
    .mh-grid,
    .mh-bottom,
    .mh-listings {
        grid-template-columns: 1fr 1fr;
    }

    .mh-mosaic__hero {
        min-height: 240px;
        grid-column: 1 / -1;
    }

    .mh-mosaic__cap--lg {
        font-size: 20px;
        padding: 40px 14px 14px;
    }

    .mh-intro {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .mh-cta {
        display: block;
    }

    .mh-home .mh-home-h1,
    .mh-intro .mh-home-h1 {
        font-size: clamp(22px, 6vw, 28px) !important;
    }

    .mh-lead {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .mh-intro-note {
        width: 100%;
        box-sizing: border-box;
    }

    .mh-cta a {
        margin-top: 14px;
    }

    .mh-action {
        padding: 14px;
    }

    .mh-listings .mh-listing:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 620px) {
    .mh-actions,
    .mh-grid,
    .mh-bottom,
    .mh-listings,
    .mh-mosaic__side {
        grid-template-columns: 1fr;
    }

    .mh-mosaic__item {
        min-height: 190px;
    }

    .mh-card__media {
        height: 210px;
    }

    .mh-listing img {
        height: 180px;
    }
}
