.cf7-custom-form{max-width:760px;margin:0 auto;padding:35px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 10px 35px rgba(0,0,0,.06)}.cf7-custom-form .form-title{margin:0 0 25px;padding-bottom:15px;border-bottom:1px solid #eee;color:#111;font-size:24px;font-weight:700}.cf7-custom-form .form-grid{display:flex;gap:20px}.cf7-custom-form .form-grid .form-row{width:50%}.cf7-custom-form .form-row{margin-bottom:20px}.cf7-custom-form label{display:block;color:#222;font-size:14px;font-weight:600}.cf7-custom-form input[type="text"],.cf7-custom-form input[type="email"],.cf7-custom-form input[type="tel"],.cf7-custom-form textarea{width:100%;margin-top:8px;padding:13px 15px;border:1px solid #ddd;border-radius:8px;background:#fafafa;font-size:15px;box-sizing:border-box}.cf7-custom-form textarea{min-height:140px;resize:vertical}.cf7-custom-form input:focus,.cf7-custom-form textarea:focus{border-color:#4766ff;outline:none;background:#fff}.cf7-custom-form .form-submit input[type="submit"]{width:100%;padding:14px 20px;border:0;border-radius:8px;background:#4766ff;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.cf7-custom-form .form-submit input[type="submit"]:hover{background:#3452e6}@media (max-width:767px){.cf7-custom-form{padding:25px 20px}.cf7-custom-form .form-grid{display:block}.cf7-custom-form .form-grid .form-row{width:100%}}