.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="url"],.wpcf7 input[type="tel"],.wpcf7 input[type="number"],.wpcf7 input[type="date"],.wpcf7 select,.wpcf7 textarea{border:2px solid #fff;padding:12px;width:100%;font-size:1em;color:#3A3A3A;box-sizing:border-box;border-radius:4px;margin-bottom:12px;transition:border-color .3s ease;background:#fff}
.wpcf7 input[type="text"]:hover,.wpcf7 input[type="email"]:hover,.wpcf7 input[type="url"]:hover,.wpcf7 input[type="tel"]:hover,.wpcf7 input[type="number"]:hover,.wpcf7 input[type="date"]:hover,.wpcf7 select:hover,.wpcf7 textarea:hover,.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="url"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 input[type="date"]:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:#ffcf09;outline:none}
.wpcf7 input[type="submit"]{background:#ffcf09;color:#3A3A3A;border:none;padding:14px 30px;font-size:1em;font-weight:600;cursor:pointer;border-radius:4px;width:100%;transition:background .3s ease}
.wpcf7 input[type="submit"]:hover{background:#e6b800}
@media (max-width: 768px) {
.wpcf7 input,.wpcf7 textarea,.wpcf7 select{font-size:.95em;padding:10px}
.wpcf7 input[type="submit"]{font-size:1em;padding:12px}
}