/* Página Fale Conosco — contato_remotin.php */

.contato-page {
    background: #f4f6f9;
}

.contato-hero {
    background: linear-gradient(160deg, #081328 0%, #0d2240 55%, #122a52 100%);
    color: #fff;
    padding: 2.05rem 0 2.45rem;
    text-align: center;
}

.contato-hero-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 0.95rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
}

.contato-hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.contato-hero-lead {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
}

.contato-hero-note {
    max-width: 720px;
    margin: 0.65rem auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.65;
}

.contato-section {
    padding: 2.15rem 0 calc(3.5rem + 85px);
}

.contato-section .row {
    --bs-gutter-y: 1.3rem;
}

.contato-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(8, 19, 40, 0.07);
    box-shadow: 0 8px 28px rgba(8, 19, 40, 0.06);
    padding: 1.3rem 1.35rem;
    height: 100%;
}

.contato-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #081328;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contato-card-title i {
    color: #2F72FF;
}

.contato-topico {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.72rem 0;
    border-bottom: 1px solid rgba(8, 19, 40, 0.06);
}

.contato-topico:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contato-topico-icone {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.contato-topico-icone--vagas { background: rgba(39, 195, 94, 0.14); color: #1f9a4f; }
.contato-topico-icone--empresa { background: rgba(47, 114, 255, 0.14); color: #2F72FF; }
.contato-topico-icone--sugestao { background: rgba(244, 208, 63, 0.22); color: #b8860b; }
.contato-topico-icone--tecnico { background: rgba(139, 92, 246, 0.14); color: #7c3aed; }
.contato-topico-icone--outros { background: rgba(20, 184, 166, 0.14); color: #0d9488; }

.contato-topico h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #081328;
    margin: 0 0 0.2rem;
}

.contato-topico p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #6c757d;
}

.contato-form-card {
    padding: 1.5rem 1.5rem;
}

.contato-form-label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #081328;
    margin-bottom: 0.35rem;
}

.contato-form-card .form-control,
.contato-form-card .form-select {
    border-radius: 8px;
    border-color: rgba(8, 19, 40, 0.12);
    min-height: 42px;
}

.contato-form-card .form-control:focus,
.contato-form-card .form-select:focus {
    border-color: #27C35E;
    box-shadow: 0 0 0 0.2rem rgba(39, 195, 94, 0.15);
}

.contato-form-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.contato-btn-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #27C35E 0%, #2F72FF 100%);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contato-btn-submit:hover:not(:disabled) {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(47, 114, 255, 0.28);
}

.contato-btn-submit:disabled {
    opacity: 0.65;
}

.contato-form-aviso {
    max-width: 400px;
    margin: 8px auto 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #6c757d;
}

.contato-canal {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 0.95rem;
}

.contato-canal:last-of-type {
    margin-bottom: 0;
}

.contato-canal i {
    font-size: 1.2rem;
    width: 24px;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.contato-canal i.fa-envelope,
.contato-canal i.fa-whatsapp {
    color: #27C35E;
}

.contato-canal i.fa-clock {
    color: #2F72FF;
}

.contato-canal strong {
    display: block;
    font-size: 0.88rem;
    color: #081328;
    margin-bottom: 0.15rem;
}

.contato-canal a {
    color: #2F72FF;
    text-decoration: none;
    font-size: 0.9rem;
}

.contato-canal a:hover {
    text-decoration: underline;
}

.contato-canal span {
    font-size: 0.88rem;
    color: #4a5568;
    line-height: 1.45;
}

.contato-sidebar-col .contato-sidebar-card {
    height: auto;
}

.contato-sidebar-card .contato-aviso {
    margin-top: 1.35rem;
}

.contato-aviso {
    background: #fff9e6;
    border: 1px solid #f4e4a8;
    border-radius: 12px;
    padding: 1.1rem 1.15rem;
}

.contato-aviso-titulo {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.45rem;
}

.contato-aviso-titulo i {
    color: #d97706;
}

.contato-aviso p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: #78350f;
}

@media (max-width: 991.98px) {
    .contato-sidebar-col {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .contato-sidebar-col .contato-card {
        height: auto;
    }
}
