/* Property-purchase direct call CTA — additive, scoped */

.fa-property-call-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 0.85rem;
    max-width: 100%;
}

.fa-property-call-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.62rem 1.15rem;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(198, 40, 40, 0.34);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
}

.fa-property-call-cta__btn i {
    font-size: 0.95rem;
}

.fa-property-call-cta__btn:hover {
    background: linear-gradient(135deg, #EF5350 0%, #D32F2F 100%);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(198, 40, 40, 0.42);
    color: #fff;
    filter: brightness(1.03);
}

.fa-property-call-cta__note {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    max-width: 34ch;
}

/* Contact page — sits on light backgrounds */
.fa-property-call-cta--contact_page {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    align-items: stretch;
}

.fa-property-call-cta--contact_page .fa-property-call-cta__btn {
    width: 100%;
    max-width: 360px;
    padding: 0.78rem 1.25rem;
    font-size: 0.98rem;
    border-radius: 13px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #E53935 0%, #C62828 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(198, 40, 40, 0.28);
}

.fa-property-call-cta--contact_page .fa-property-call-cta__btn:hover {
    background: linear-gradient(135deg, #EF5350 0%, #D32F2F 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 28px rgba(198, 40, 40, 0.38);
}

.fa-property-call-cta--contact_page .fa-property-call-cta__note {
    color: var(--color-text-muted, #5A6478);
    max-width: 42ch;
    font-size: 0.84rem;
}

/* English legacy contact cards */
.ct-property-call-wrap {
    margin: 0 0 1.25rem;
}

.ct-property-call-wrap .fa-property-call-cta--contact_page .fa-property-call-cta__btn {
    max-width: none;
}

.hero-buttons + .fa-property-call-cta,
.hero-cta-buttons + .fa-property-call-cta {
    margin-top: 0.9rem;
}

/* Contact page hero — same red CTA, centered under title */
.fa-about-hero-inner .fa-property-call-cta--hero {
    align-items: center;
    justify-content: center;
    margin: 1.35rem auto 0;
    text-align: center;
    max-width: 340px;
}

.fa-about-hero-inner .fa-property-call-cta--hero .fa-property-call-cta__btn {
    width: 100%;
    max-width: 320px;
}

.fa-about-hero-inner .fa-property-call-cta--hero .fa-property-call-cta__note {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 30ch;
}

/* Contact info — call + social icons in one flex row */
.fa-contact-actions {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    max-width: 100%;
}

.fa-contact-social--with-call {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}

.fa-contact-social--with-call > .fa-contact-social--wa,
.fa-contact-social--with-call > .fa-contact-social--tg,
.fa-contact-social--with-call > .fa-contact-social--ig {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
}

.fa-contact-social--with-call > .fa-property-call-cta__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    height: 46px;
    min-height: 46px;
    padding: 0 1.05rem;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 13px;
    white-space: nowrap;
    box-sizing: border-box;
    box-shadow: 0 6px 16px rgba(198, 40, 40, 0.28);
    color: #FFFFFF;
}

.fa-contact-social--with-call > .fa-property-call-cta__btn:hover,
.fa-contact-social--with-call > .fa-property-call-cta__btn:focus,
.fa-contact-social--with-call > .fa-property-call-cta__btn:focus-visible,
.fa-contact-social--with-call > .fa-property-call-cta__btn:visited,
.fa-contact-social--with-call > .fa-property-call-cta__btn:active {
    color: #FFFFFF;
}

.fa-contact-social--with-call > .fa-property-call-cta__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(198, 40, 40, 0.36);
}

.fa-contact-social--with-call > .fa-property-call-cta__btn i,
.fa-contact-social--with-call > .fa-property-call-cta__btn:hover i,
.fa-contact-social--with-call > .fa-property-call-cta__btn:focus i,
.fa-contact-social--with-call > .fa-property-call-cta__btn:visited i,
.fa-contact-social--with-call > .fa-property-call-cta__btn:active i {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    flex-shrink: 0;
    color: #FFFFFF;
}

.fa-contact-social--with-call > .fa-property-call-cta__btn span,
.fa-contact-social--with-call > .fa-property-call-cta__btn:hover span,
.fa-contact-social--with-call > .fa-property-call-cta__btn:focus span,
.fa-contact-social--with-call > .fa-property-call-cta__btn:visited span,
.fa-contact-social--with-call > .fa-property-call-cta__btn:active span {
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .fa-property-call-cta {
        width: 100%;
        margin-top: 0.75rem;
    }

    .fa-property-call-cta__btn {
        width: 100%;
        max-width: none;
        white-space: normal;
        text-align: center;
        min-height: 44px;
        padding: 0.72rem 1rem;
        font-size: 0.9rem;
    }

    .fa-property-call-cta__note {
        max-width: none;
        font-size: 0.76rem;
    }

    .fa-property-call-cta--contact_page .fa-property-call-cta__btn {
        max-width: none;
    }

    /* Home hero: keep call CTA + note centered with the other buttons */
    .hero-scene .fa-property-call-cta--hero,
    .hero-cta-buttons + .fa-property-call-cta--hero {
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero-scene .fa-property-call-cta--hero .fa-property-call-cta__btn {
        width: 100%;
        border-radius: 999px;
    }

    .hero-scene .fa-property-call-cta--hero .fa-property-call-cta__note {
        text-align: center;
        max-width: 28ch;
        margin-left: auto;
        margin-right: auto;
    }

    .fa-about-hero-inner .fa-property-call-cta--hero {
        width: 100%;
        max-width: 300px;
        margin-top: 1.15rem;
    }

    .fa-contact-actions {
        align-items: center;
        margin-top: 1.15rem;
    }

    .fa-contact-social--with-call {
        justify-content: center;
        gap: 0.5rem;
    }

    .fa-contact-social--with-call > .fa-contact-social--wa,
    .fa-contact-social--with-call > .fa-contact-social--tg,
    .fa-contact-social--with-call > .fa-contact-social--ig {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
    }

    .fa-contact-social--with-call > .fa-property-call-cta__btn {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        max-width: none;
        height: 42px;
        min-height: 42px;
        padding: 0 0.7rem;
        font-size: clamp(0.72rem, 2.9vw, 0.84rem);
        gap: 0.4rem;
        white-space: nowrap;
        flex: 1 1 auto;
    }

    .fa-contact-social--with-call > .fa-property-call-cta__btn i {
        font-size: 0.8rem;
    }
}

@media (max-width: 360px) {
    .fa-contact-social--with-call {
        gap: 0.4rem;
    }

    .fa-contact-social--with-call > .fa-contact-social--wa,
    .fa-contact-social--with-call > .fa-contact-social--tg,
    .fa-contact-social--with-call > .fa-contact-social--ig {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 11px;
        font-size: 1.05rem;
    }

    .fa-contact-social--with-call > .fa-property-call-cta__btn {
        height: 38px;
        min-height: 38px;
        padding: 0 0.55rem;
        font-size: 0.68rem;
        border-radius: 11px;
        gap: 0.28rem;
    }
}
