﻿/* ===== Contato Form TraderDevX ===== */
.contato-hero {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0f121a, #1b1f32);
    color: #fff;
}

.contato-form-section {
    padding: 60px 20px;
    background: #0e1018;
}

.contato-form-section .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: #151528;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.15);
}

.contato-form-section .wpcf7-form input[type="text"],
.contato-form-section .wpcf7-form input[type="email"],
.contato-form-section .wpcf7-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #0f0f1a;
    color: #ffffff;
}

.contato-form-section .wpcf7-form input[type="submit"] {
    background: linear-gradient(135deg, #00f0ff, #7b2cff);
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.6);
}

.contato-form-section .wpcf7-form input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.9);
}
