/**
 * Contact Form 7 - Custom Styles for Vila Getulio
 * Identity Visual Integration
 */

.wpcf7-form { font-family: "Roboto Condensed", sans-serif; }
.wpcf7-form-control-wrap { margin-bottom: 1.5rem; }
.wpcf7-form-control-wrap label { font-weight: 700; color: #231f20; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea, .wpcf7-select { width: 100%; padding: 1.3rem 1.2rem; border: 2px solid #e9e7e8; background: #fff; font-family: "Roboto", sans-serif; color: #231f20; box-sizing: border-box; transition: all 0.3s ease; }
.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-tel:focus, .wpcf7-textarea:focus, .wpcf7-select:focus { border-color: #1779ba; box-shadow: 0 0 0 3px rgba(23,121,186,0.1); }
.wpcf7-submit, .wpcf7-form input[type="submit"] { padding: 1.3rem 2.4rem; margin: 1.5rem 0 0; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; color: #fff; background: #231f20; border: 2px solid #231f20; cursor: pointer; transition: all 0.3s ease; }
.wpcf7-submit:hover, .wpcf7-form input[type="submit"]:hover { background: #3e3739; box-shadow: 0 4px 12px rgba(35,31,32,0.25); transform: translateY(-2px); }
.wpcf7-not-valid { border-color: #cc4b37 !important; background: #faedeb !important; }
.wpcf7-validation-errors { background: #faedeb; border: 2px solid #cc4b37; color: #cc4b37; padding: 1rem; margin-bottom: 1.5rem; }
.wpcf7-mail-sent-ok { background: #dff0d8; border: 2px solid #5cb85c; color: #3c763d; padding: 1rem; margin-bottom: 1.5rem; }
@media (max-width: 39.9375em) { .wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea, .wpcf7-select { font-size: 16px; } .wpcf7-submit, .wpcf7-form input[type="submit"] { width: 100%; } }
