/* =====================================================
   ANUNCIE-IMOVEL.CSS
   Padrão visual: fale-conosco.css — Paleta Dourado/Gold
   ===================================================== */

/* ── BASE ───────────────────────────────────────────── */
.fc-hero,
.fc-content,
.fc-formCard,
.fc-btn {
    box-sizing: border-box;
}

/* ── HERO ─────────────────────────────────────────── */
.fc-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: transparent;
    overflow: hidden;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.fc-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.fc-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to left, #9e8149 5%, #ccba78 60%, #dfd69e 69%, #ccba78 75%, #9e8149 100%) !important;
    border: 1px solid rgba(158, 129, 73, 0.22);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.fc-hero__pill i {
    color: #fff;
    font-size: 11px;
}

.fc-hero__titulo {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.fc-hero__titulo-leve {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    display: block;
}

.fc-hero__sub {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0;
    color: var(--cor-site-1);
}

/* ── BOTÕES ─────────────────────────────────────────── */
.fc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    border: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
    position: relative;
    overflow: hidden;
}

.fc-btn--primary {
    background: linear-gradient(135deg, #ccba78 20%, #e7e4d2 35%, #9e8149 70%, #ccba78 100%);
    color: #181818 !important;
    border: 1.5px solid #ccba78;
    box-shadow: 0 8px 22px rgba(204, 186, 120, 0.32);
}

.fc-btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: left 0.4s ease;
}

.fc-btn--primary:hover::after {
    left: 100%;
}

.fc-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(204, 186, 120, 0.45);
    color: #181818 !important;
    text-decoration: none;
}

/* ── SEÇÃO DE CONTEÚDO ──────────────────────────────── */
.fc-content {
    padding: 0 60px 0;
    background: transparent;
}

/* ── HEADER DA SEÇÃO ────────────────────────────────── */
.fc-content__header {
    margin-bottom: 28px;
}

.fc-content__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to left, #9e8149 5%, #ccba78 60%, #dfd69e 69%, #ccba78 75%, #9e8149 100%) !important;
    border: 1px solid rgba(158, 129, 73, 0.22);
    margin-bottom: 16px;
}

.fc-content__title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 900;
    color: #fff;
    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: rgba(255, 255, 255, 0.68);
    line-height: 1.70;
    max-width: 52ch;
}

.fc-content__divider {
    width: 56px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #9e8149, #ccba78);
    margin-top: 18px;
}

/* ── CARD DO FORMULÁRIO ─────────────────────────────── */
.fc-formCard {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 20px 54px rgba(0, 0, 0, 0.16);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.fc-formCard::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 186, 120, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.fc-formCard__head {
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.fc-formCard__kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to left, #9e8149 5%, #ccba78 60%, #dfd69e 69%, #ccba78 75%, #9e8149 100%) !important;
    border: 1px solid rgba(158, 129, 73, 0.22);
    margin-bottom: 10px;
}

.fc-formCard__title {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 900;
    color: #fff;
}

.fc-formCard__sub {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.6;
}

/* ── FORMULÁRIO ─────────────────────────────────────── */
.fc-form {
    position: relative;
    z-index: 1;
}

.fc-form__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.fc-form__grid--full {
    grid-column: 1 / -1;
}

.fc-form__grid--half {
    grid-column: span 1;
}

.fc-form__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.fc-form__label {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: var(--cor-site-1);
    font-weight: 800;
}

.fc-form__input,
.fc-form__textarea,
.fc-form__select {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    padding: 12px 14px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
    appearance: none;
    -webkit-appearance: none;
    backdrop-filter: blur(4px);
}

.fc-form__input::placeholder,
.fc-form__textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.fc-form__textarea {
    resize: vertical;
    min-height: 140px;
}

.fc-form__input:focus,
.fc-form__textarea:focus {
    outline: none;
    border-color: rgba(204, 186, 120, 0.55);
    box-shadow: 0 0 0 4px rgba(204, 186, 120, 0.10);
    background: rgba(255, 255, 255, 0.08);
}

.fc-form__submit {
    height: 48px;
    font-size: 15px;
    min-width: 200px;
}

/* Trust badges */
.fc-formCard__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.fc-formCard__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.74);
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
    font-size: 12px;
    backdrop-filter: blur(8px);
}

.fc-formCard__trust i {
    color: #d3bb70;
    font-size: 11px;
}

/* ── RESPONSIVO ────────────────────────────────────── */
@media (max-width: 992px) {
    .fc-hero {
        padding: 82px 0 42px;
    }
}

@media (max-width: 768px) {
    .fc-hero__titulo {
        font-size: 2.2rem;
    }

    .fc-hero__sub {
        font-size: .98rem;
    }

    .fc-content {
        padding: 56px 0 64px;
    }

    .fc-formCard {
        padding: 28px 22px;
    }
}

@media (max-width: 576px) {
    .fc-hero {
        padding: 74px 0 36px;
    }

    .fc-form__submit {
        width: 100%;
        justify-content: center;
    }
}