.contato-page { background: #f8f9fb; }
.contato-page .section-title { font-size: clamp(2rem, 2.6vw, 3rem); font-weight: 700; }
.contato-page .section-subtitle { color: #6c757d; }
.contato-page .form-card { border-radius: 2rem; overflow: hidden; box-shadow: 0 30px 80px rgba(50, 63, 84, 0.12); border: 1px solid rgba(116, 125, 146, 0.12); }
.contato-page .form-card .card-body { padding: 3rem 2.5rem; }
.contato-page .form-label { font-weight: 600; color: #343a40; }
.contato-page .form-control,
.contato-page .form-select,
.contato-page textarea { border-radius: 1rem; border: 1px solid #dee2e6; box-shadow: none; }
.contato-page textarea { min-height: 140px; }
.contato-page .btn-submit { background-color: #8c5cf0; border-color: #8c5cf0; color: #fff; border-radius: 999px; padding: 0.95rem 1.6rem; }
.contato-page .btn-submit:hover, .contato-page .btn-submit:focus { background-color: #6e3df8; border-color: #6e3df8; }
.contato-page .text-highlight { color: #b37a00; }
.contato-page .small-lead { letter-spacing: 0.18em; font-size: 0.85rem; }

.contato-map {
  width: 100%;
  min-height: 400px;
}