/* ========== HERO CONTATO ========== */
.contato-hero {
    position: relative;
    height: calc(100vh - 71px);
    min-height: 500px;
    max-height: 780px;
    margin-top: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    text-align: center;
}

.contato-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('images/mensagem_hero.png');
    background-size: cover;
    background-position: center 20%;
    filter: saturate(1.1) brightness(0.95) contrast(1.05);
    z-index: 1;
}

.contato-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(5, 10, 40, 0.55) 0%,
        rgba(5, 10, 40, 0.20) 35%,
        rgba(5, 10, 40, 0.20) 65%,
        rgba(5, 10, 40, 0.70) 100%
    );
    z-index: 2;
}

.contato-hero__content {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding: 20px;
}

.contato-hero__tag {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fde68a;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.contato-hero__title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-shadow: 0 4px 25px rgba(0,0,0,0.7);
    color: white;
}

.contato-hero__subtitle {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.9);
    max-width: 580px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ========== SEÇÃO PRINCIPAL ========== */
.contato-main {
    background: #f1f5f9;
}

/* ========== BOAS-VINDAS ========== */
.contato-boas-vindas {
    margin-bottom: 32px;
}

.contato-boas-vindas__icone {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(59,130,246,0.3);
}

.contato-boas-vindas__titulo {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f2368;
    margin-bottom: 14px;
    line-height: 1.3;
}

.contato-boas-vindas__texto {
    font-size: 0.97rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ========== CANAIS DE CONTATO ========== */
.contato-canais {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.contato-canal {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: white;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.contato-canal:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    text-decoration: none;
}

.contato-canal--whatsapp:hover { border-color: #25d366; }
.contato-canal--email:hover { border-color: #3b82f6; }
.contato-canal--endereco:hover { border-color: #f59e0b; cursor: default; transform: none; }
.contato-canal--horario:hover { border-color: #8b5cf6; cursor: default; transform: none; }

.contato-canal__icone {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contato-canal--whatsapp .contato-canal__icone { background: #e8fdf0; color: #25d366; }
.contato-canal--email .contato-canal__icone { background: #eff6ff; color: #3b82f6; }
.contato-canal--endereco .contato-canal__icone { background: #fffbeb; color: #f59e0b; }
.contato-canal--horario .contato-canal__icone { background: #f5f3ff; color: #8b5cf6; }

.contato-canal__info {
    flex: 1;
}

.contato-canal__info strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.contato-canal__info span {
    font-size: 0.8rem;
    color: #64748b;
}

.contato-canal__seta {
    color: #cbd5e1;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.contato-canal:hover .contato-canal__seta {
    color: #1e3a8a;
}

/* ========== REDES SOCIAIS ========== */
.contato-social__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.contato-social__icones {
    display: flex;
    gap: 10px;
}

.contato-social__btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: white;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #1e3a8a;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.contato-social__btn:hover {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59,130,246,0.3);
}

.contato-social__btn--whatsapp:hover {
    background: #25d366;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(37,211,102,0.3);
}

/* ========== FORMULÁRIO ========== */
.contato-form-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    overflow: hidden;
}

.contato-form-card__header {
    background: linear-gradient(135deg, #0f2368 0%, #1e3a8a 100%);
    padding: 28px 32px;
    color: white;
}

.contato-form-card__header h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.contato-form-card__header p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

.contato-form-card__body {
    padding: 32px;
}

.contato-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.contato-label__opcional {
    font-weight: 400;
    color: #94a3b8;
    font-size: 0.8rem;
}

.contato-input {
    width: 100%;
    padding: 11px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.92rem;
    color: #1e293b;
    background: #f8fafc;
    outline: none;
    transition: all 0.2s ease;
    font-family: inherit;
}

.contato-input:focus {
    border-color: #3b82f6;
    background: white;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.contato-textarea {
    resize: vertical;
    min-height: 120px;
}

.contato-btn-enviar {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 20px rgba(59,130,246,0.3);
    margin-top: 4px;
}

.contato-btn-enviar:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(59,130,246,0.4);
}

/* Feedback sucesso */
.contato-sucesso {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 32px;
    text-align: center;
    gap: 12px;
}

.contato-sucesso i {
    font-size: 3.5rem;
    color: #22c55e;
}

.contato-sucesso h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f2368;
    margin: 0;
}

.contato-sucesso p {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
}

/* ========== MAPA ========== */
.contato-mapa-section {
    background: #f1f5f9;
    padding: 0 0 60px;
}

.contato-mapa-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.contato-mapa-iframe {
    width: 100%;
    height: 380px;
    border: none;
    display: block;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 768px) {
    .contato-hero {
        height: 55vh;
        min-height: 360px;
    }

    .contato-hero__title {
        font-size: 2.2rem;
    }

    .contato-hero__subtitle {
        font-size: 0.95rem;
    }

    .contato-form-card__header,
    .contato-form-card__body {
        padding: 22px 20px;
    }

    .contato-mapa-iframe {
        height: 260px;
    }
}