/* =========================================================
   PÁGINA: FALE CONOSCO
   Padrão visual: empresa.css — variáveis --cor-site-*
   ========================================================= */

/* Hero: imagem específica desta página */
.empresa-hero--contato {
    background-image: url('../../img/paginas/fale-conosco/banner-fale-conosco-cav-elegance-imoveis.webp') !important;
}

/* =========================
   BOTÕES
   ========================= */
.fc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 13px 22px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
    transition: transform .15s, box-shadow .15s, background .15s, color .15s;
    cursor: pointer;
    border: none;
}
.fc-btn--primary {
    color: #fff;
    background: var(--cor-site-1);
}
.fc-btn--primary:hover {
    filter: brightness(.92);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
    color: #fff;
}

/* =========================
   SEÇÃO DE CONTEÚDO
   ========================= */
.fc-content {
    padding: 72px 0 80px;
    background: #fff;
}

.fc-content__grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
    align-items: start;
}

@media (max-width: 992px) {
    .fc-content__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* =========================
   HEADER DA SEÇÃO
   ========================= */
.fc-content__header {
    margin-bottom: 28px;
}

.fc-content__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--cor-site-1);
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
    margin-bottom: 16px;
}

.fc-content__title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 900;
    color: #0b1b3a;
    line-height: 1.12;
}

.fc-content__title span {
    color: var(--cor-site-1);
    font-weight: 400;
}

.fc-content__subtitle {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.70;
    max-width: 52ch;
}

.fc-content__divider {
    width: 56px;
    height: 3px;
    border-radius: 99px;
    background: var(--cor-site-1);
    margin-top: 18px;
}

/* =========================
   CARD DE UNIDADE
   ========================= */
.fc-unit {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
    padding: 24px;
    margin-bottom: 16px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.fc-unit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(2,8,40,.10);
}

.fc-unit__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.fc-unit__icon {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cor-site-1);
    font-size: 18px;
    flex-shrink: 0;
}

.fc-unit__name {
    font-size: 18px;
    font-weight: 800;
    color: #252525;
    line-height: 1.2;
}

.fc-unit__row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #555;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 12px;
}

.fc-unit__row i {
    color: var(--cor-site-1);
    margin-top: 2px;
    font-size: 13px;
    flex-shrink: 0;
}

.fc-unit__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.06);
}

.fc-unit__btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
    white-space: nowrap;
}
.fc-unit__btn:hover {
    transform: translateY(-2px);
}

.fc-unit__btn--phone {
    color: var(--cor-site-1);
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
}
.fc-unit__btn--phone:hover {
    background: rgb(205 167 12 / 12%);
    color: var(--cor-site-1);
}

.fc-unit__btn--whats {
    color: #fff;
    background: #25d366;
    border: 1px solid transparent;
}
.fc-unit__btn--whats:hover {
    color: #fff;
}

.fc-unit__btn--maps {
    color: var(--cor-site-1);
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
}
.fc-unit__btn--maps:hover {
    background: rgb(205 167 12 / 12%);
    color: var(--cor-site-1);
}

/* =========================
   MAPA EMBED
   ========================= */
.fc-mapa {
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.fc-mapa iframe {
    display: block;
}

/* =========================
   CARD DO FORMULÁRIO
   ========================= */
.fc-formCard {
    background: #fff;
    border-radius: 7px;
    border: 1px solid #dedede;
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.fc-formCard__head {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.fc-formCard__kicker {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--cor-site-1);
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
    margin-bottom: 10px;
}

.fc-formCard__title {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 900;
    color: #0b1b3a;
}

.fc-formCard__sub {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================
   FORMULÁRIO
   ========================= */
.fc-form {
    position: relative;
    z-index: 1;
}

.fc-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.fc-form__grid--full {
    grid-column: 1 / -1;
}

.fc-form__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.fc-form__label {
    display: block;
    margin: 0 0 5px;
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: var(--cor-site-1);
    font-weight: 700;
}

.fc-form__input,
.fc-form__textarea,
.fc-form__select {
    width: 100%;
    border-radius: 7px;
    border: 1.5px solid rgba(0,0,0,.10);
    padding: 11px 14px;
    background: #fff;
    color: #333;
    font-size: 14px;
    transition: border-color .15s, box-shadow .15s;
    appearance: none;
    font-family: inherit;
}

.fc-form__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23CDA70C' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.fc-form__textarea {
    resize: vertical;
    min-height: 120px;
}

.fc-form__input:focus,
.fc-form__textarea:focus,
.fc-form__select:focus {
    outline: none;
    border-color: var(--cor-site-1);
    box-shadow: 0 0 0 4px rgb(205 167 12 / 12%);
}

.fc-form__input::placeholder,
.fc-form__textarea::placeholder {
    color: rgba(0,0,0,.38);
}

.fc-form__submit {
    height: 48px;
    font-size: 15px;
    min-width: 200px;
}

.fl-input-error {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 3px rgba(229,62,62,.15) !important;
    background-color: #fff5f5 !important;
}

/* Trust badges */
.fc-formCard__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,.06);
    position: relative;
    z-index: 1;
}

.fc-formCard__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgb(205 167 12 / 7%);
    border: 1px solid rgb(205 110 12 / 14%);
    color: var(--cor-site-1);
    font-weight: 700;
    font-size: 12px;
}

.fc-formCard__trust i {
    color: var(--cor-site-1);
    font-size: 11px;
}

@media (max-width: 576px) {
    .fc-formCard { padding: 20px; }
    .fc-unit { padding: 18px; }
    .fc-form__submit { width: 100%; justify-content: center; }
}
