.cf7-wrapper{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,0.1);max-width:800px;margin:0 auto}.cf7-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.cf7-col{flex:1 1 48%}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="date"],.wpcf7 textarea{width:100%;padding:12px;margin-top:6px;border:2px solid #ccc;border-radius:12px;font-size:16px;background:#f9f9f9;transition:0.3s ease}.wpcf7 textarea{min-height:120px;resize:vertical}.wpcf7 input:focus,.wpcf7 textarea:focus{border-color:#FF4B5C;background:#fff}.wpcf7 label{font-weight:600;font-size:15px;color:#333;display:block}.wpcf7 input[type="submit"]{background-color:#FF4B5C;color:white;padding:14px 28px;border:none;border-radius:10px;font-size:18px;font-weight:bold;cursor:pointer;margin-top:20px;transition:0.3s ease;display:inline-block}.wpcf7 input[type="submit"]:hover{background-color:#e03e4d}