/* =========================
   HERO  (copiado do fale-conosco)
   ========================= */
.fc-hero {
    position: relative;
    min-height: 52vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}

.fc-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(2, 8, 40, 0.78) 0%,
        rgba(2, 8, 40, 0.55) 55%,
        rgba(2, 8, 40, 0.72) 100%
    );
    z-index: 0;
}

.fc-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 0;
}

.fc-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 18px;
    backdrop-filter: blur(6px);
}

.fc-hero__pill i {
    color: #f5c518;
    font-size: 10px;
}

.fc-hero__titulo {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 14px;
}

.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: 300;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 28px;
    line-height: 1.6;
}

/* Números colados na base do hero */
.fc-hero__numeros {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    padding: 20px 28px;
    width: fit-content;
}

.fc-hero__num {
    display: flex;
    flex-direction: column;
    padding: 0 28px;
}

.fc-hero__num-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.fc-hero__num-val {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.fc-hero__num-val small {
    font-size: .9rem;
    font-weight: 600;
    opacity: .7;
}

.fc-hero__num-leg {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .fc-hero__numeros {
        flex-wrap: wrap;
        padding: 16px 20px;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .fc-hero__num { padding: 8px 16px; }
}

@media (max-width: 576px) {
    .fc-hero__numeros { width: 100%; }
    .fc-hero__num-sep { display: none; }
    .fc-hero__num { width: 50%; padding: 8px 14px; }
}

/* =========================
   BOTÕES
   ========================= */
.fc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 13px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    user-select: none;
    transition: transform .15s, box-shadow .15s, background .15s, border-color .15s, color .15s;
    cursor: pointer;
    border: none;
}
.fc-btn--primary {
    color: #fff;
    background: #015095;
    box-shadow: 0 8px 22px rgba(1,80,149,.32);
}
.fc-btn--primary:hover {
    background: #014480;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(1,80,149,.38);
    color: #fff;
}

/* =========================
   SEÇÃO DE CONTEÚDO
   ========================= */
.fc-content {
    padding: 72px 0 80px;
    background: #f4f7fc;
}

.fc-content__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 992px) {
    .fc-content__grid { grid-template-columns: 1fr; }
}

/* =========================
   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: 700;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #015095;
    background: rgba(1,80,149,.08);
    border: 1px solid rgba(1,80,149,.18);
    margin-bottom: 16px;
}

.fc-content__title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 900;
    color: #08246b;
    line-height: 1.12;
}

.fc-content__title span {
    color: #015095;
    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: linear-gradient(90deg, #015095, #22449a);
    margin-top: 18px;
}

/* =========================
   CARDS DE BENEFÍCIOS
   ========================= */
.fc-beneficios {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.fc-beneficio {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 16px rgba(8,36,107,.06);
    transition: transform .15s, box-shadow .15s;
}

.fc-beneficio:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(8,36,107,.10);
}

.fc-beneficio__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: rgba(1,80,149,.08);
    border: 1px solid rgba(1,80,149,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #015095;
    font-size: 16px;
    flex-shrink: 0;
}

.fc-beneficio__body strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #08246b;
    margin-bottom: 4px;
}

.fc-beneficio__body p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.55;
}

/* =========================
   CARD DE UNIDADE (compacto)
   ========================= */
.fc-unit {
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(8,36,107,.08);
    padding: 24px;
    margin-bottom: 16px;
}

.fc-unit--compact {
    margin-bottom: 0;
}

.fc-unit__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.fc-unit__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(1,80,149,.08);
    border: 1px solid rgba(1,80,149,.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #015095;
    font-size: 18px;
    flex-shrink: 0;
}

.fc-unit__name {
    font-size: 16px;
    font-weight: 800;
    color: #08246b;
    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: #015095;
    margin-top: 2px;
    font-size: 13px;
    flex-shrink: 0;
}

.fc-unit__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,.06);
}

.fc-unit__btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    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(-1px); }

.fc-unit__btn--whats {
    color: #fff;
    background: #25d366;
    border: 1px solid transparent;
    box-shadow: 0 6px 18px rgba(37,211,102,.28);
}
.fc-unit__btn--whats:hover {
    color: #fff;
    box-shadow: 0 10px 26px rgba(37,211,102,.40);
}

.fc-unit__btn--maps {
    color: #015095;
    background: rgba(1,80,149,.07);
    border: 1px solid rgba(1,80,149,.16);
}
.fc-unit__btn--maps:hover {
    background: rgba(1,80,149,.12);
    color: #015095;
    box-shadow: 0 6px 18px rgba(1,80,149,.14);
}

/* =========================
   CARD DO FORMULÁRIO
   ========================= */
.fc-formCard {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 16px 50px rgba(8,36,107,.10);
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.fc-formCard::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1,80,149,.07) 0%, transparent 70%);
    pointer-events: none;
}

.fc-formCard__head {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.fc-formCard__kicker {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #015095;
    background: rgba(1,80,149,.08);
    border: 1px solid rgba(1,80,149,.16);
    margin-bottom: 10px;
}

.fc-formCard__title {
    margin: 0 0 6px;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 900;
    color: #08246b;
}

.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: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.fc-form__grid--full {
    grid-column: 1 / -1;
}

/* Títulos de seção dentro do form */
.fc-form__section-title {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #015095;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(1,80,149,.12);
    margin-top: 4px;
}

.fc-form__section-title:first-child {
    margin-top: 0;
}

.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: #08246b;
    font-weight: 700;
}

.fc-form__input,
.fc-form__textarea,
.fc-form__select {
    width: 100%;
    border-radius: 8px;
    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='%23015095' 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: rgba(1,80,149,.50);
    box-shadow: 0 0 0 5px rgba(1,80,149,.10);
}

.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;
}

/* 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: #f4f7fc;
    border: 1px solid rgba(1,80,149,.14);
    color: #08246b;
    font-weight: 700;
    font-size: 12px;
}

.fc-formCard__trust i {
    color: #015095;
    font-size: 11px;
}

@media (max-width: 576px) {
    .fc-formCard { padding: 20px; }
    .fc-unit { padding: 18px; }
    .fc-form__submit { width: 100%; justify-content: center; }
}