/* Pre-footer conversion CTA — city×type pages (All Turkey pattern) */

.mx-prefooter-cta {
    width: 100%;
    padding: 28px 16px 36px;
    background: #f3f5f7;
    box-sizing: border-box;
}

.mx-prefooter-cta__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 40px 32px 36px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    text-align: center;
}

.mx-prefooter-cta__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c4a35a;
}

.mx-prefooter-cta__title {
    margin: 0 0 14px;
    font-family: "Inter", "SF Pro Display", Arial, sans-serif;
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    font-weight: 800;
    line-height: 1.25;
    color: #111827 !important;
}

.mx-prefooter-cta__text {
    margin: 0 auto 22px;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.mx-prefooter-cta__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.mx-prefooter-cta__pills li {
    display: inline-block;
    margin: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef1f4;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.mx-prefooter-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.mx-prefooter-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.15s ease;
}

.mx-prefooter-cta__btn--whatsapp {
    background: #22c55e;
    color: #ffffff !important;
}

.mx-prefooter-cta__btn--whatsapp:hover,
.mx-prefooter-cta__btn--whatsapp:focus {
    background: #16a34a;
    color: #ffffff !important;
}

.mx-prefooter-cta__btn--contact {
    background: #111827;
    color: #ffffff !important;
}

.mx-prefooter-cta__btn--contact:hover,
.mx-prefooter-cta__btn--contact:focus {
    background: #1f2937;
    color: #ffffff !important;
}

.footer-wrapper--after-cta {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    .mx-prefooter-cta {
        padding: 16px 12px 24px;
    }

    .mx-prefooter-cta__inner {
        padding: 28px 18px 24px;
        border-radius: 22px;
    }

    .mx-prefooter-cta__btn {
        width: 100%;
        min-width: 0;
    }
}
