/* =============================
           CONTATO - TOPO (CARDS CLEAN)
        ============================== */

.fc-hero {
    padding: 60px 0 0px;
}

.fc-hero__head {
    text-align: center;
    margin-bottom: 26px;
}

.fc-hero__kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 900;
    color: #1186FB;
    margin-bottom: 10px;
}

.fc-hero__title {
    margin: 0;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #192242;
}

.fc-hero__sub {
    margin: 10px auto 0;
    max-width: 720px;
    color: rgba(25, 34, 66, 0.72);
    font-size: 16px;
    line-height: 1.55;
}

.fc-hero__bar {
    width: 70px;
    height: 3px;
    background: #1186FB;
    margin: 14px auto 0;
    border-radius: 999px;
}

.fc-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.fc-card {
    background: #fff;
    border: 1px solid rgba(25, 34, 66, 0.10);
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 18px 50px rgba(25, 34, 66, 0.06);
    min-height: 140px;
}

.fc-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 134, 251, 0.10);
    color: #1186FB;
    border: 1px solid rgba(17, 134, 251, 0.16);
    margin-bottom: 12px;
    font-size: 18px;
}

.fc-card__title {
    margin: 0 0 6px;
    font-weight: 900;
    color: #192242;
    font-size: 16px;
}

.fc-card__text {
    margin: 0;
    color: rgba(25, 34, 66, 0.76);
    line-height: 1.5;
    font-size: 14.5px;
}

.fc-link {
    color: rgba(25, 34, 66, 0.90);
    text-decoration: none;
    font-weight: 700;
}

.fc-link:hover {
    color: #1186FB;
    text-decoration: underline;
}

.fc-muted {
    color: rgba(25, 34, 66, 0.55);
    font-weight: 600;
}

/* =============================
           ORÇAMENTO (SEU CSS) + AJUSTES
        ============================== */
.orcamento {
    padding: 60px 0;
}

.orcamento__head {
    text-align: center;
    margin-bottom: 22px;
}

.orcamento__title {
    margin: 0;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #192242;
}

.orcamento__bar {
    width: 70px;
    height: 3px;
    background: #1186FB;
    margin: 12px auto 0;
    border-radius: 999px;
}

.orcamento__card {
    background: #ffffff;
    border: 1px solid rgba(25, 34, 66, 0.10);
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(25, 34, 66, 0.08);
}

.orcamento__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.orcamento__col {
    min-width: 0;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: flex;
    margin-bottom: 8px;
    font-weight: 800;
    color: #192242;
    font-size: 16px;
}

.form-control {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(25, 34, 66, 0.14);
    padding: 0 14px;
    font-size: 14.5px;
    outline: none;
    transition: box-shadow .15s ease, border-color .15s ease;
    background: #fff;
    color: #192242;
}

.form-control:focus {
    border-color: rgba(17, 134, 251, 0.55);
    box-shadow: 0 0 0 4px rgba(17, 134, 251, 0.14);
}

.input-icon {
    position: relative;
}

.input-icon .form-control {
    padding-right: 44px;
}

.input-icon__i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(25, 34, 66, 0.55);
    background: rgba(25, 34, 66, 0.04);
    border: 1px solid rgba(25, 34, 66, 0.08);
}

.captcha-box {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 6px;
}

.btn-orcamento {
    height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: #1186FB;
    color: #fff;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    box-shadow: 0 14px 30px rgba(17, 134, 251, 0.25);
    cursor: pointer;
}

.btn-orcamento:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(17, 134, 251, 0.30);
}

/* textarea padronizado */
.fc-textarea {
    height: 220px;
    padding: 12px 14px;
    resize: vertical;
}

/* =============================
           MAPA
        ============================== */
.fc-map {
    padding: 20px 0 70px;
    background: #fff;
}

.fc-map__card {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(25, 34, 66, 0.10);
    box-shadow: 0 18px 50px rgba(25, 34, 66, 0.08);
    background: #fff;
}

/* =============================
           RESPONSIVO
        ============================== */
@media (max-width: 991px) {
    .fc-hero__title {
        font-size: 34px;
    }

    .fc-cards {
        grid-template-columns: 1fr;
    }

    .orcamento__grid {
        grid-template-columns: 1fr;
    }

    .form-actions {
        justify-content: stretch;
    }

    .btn-orcamento {
        width: 100%;
    }
}

/* título interno das seções (pra não ficar “solto”) */
.form-section-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 900;
    color: #192242;
}

.mt-20 {
    margin-top: 20px;
}