.service-email-consultation{background:#fff;border:2px solid #d6e8dc;border-radius:8px;padding:24px;margin:40px 0}
.service-email-consultation h2{margin-top:0}
.service-email-consultation .section-lead{color:#4b554f}
.service-email-form{display:grid;gap:16px;margin-top:22px}
.service-email-field{margin:0}
.service-email-field label{display:block;font-weight:bold;line-height:1.5;margin-bottom:6px}
.service-email-field input,.service-email-field select,.service-email-field textarea{width:100%;min-height:48px;padding:10px 12px;border:2px solid #aab8ae;border-radius:5px;background:#fff;color:#1a1a1a;font:inherit}
.service-email-field textarea{min-height:140px;resize:vertical}
.service-email-field input:focus,.service-email-field select:focus,.service-email-field textarea:focus{outline:3px solid rgba(6,199,85,.25);border-color:#06c755}
.service-email-required{display:inline-block;margin-left:8px;padding:2px 6px;border-radius:3px;background:#a83b1d;color:#fff;font-size:11px;line-height:1.4;vertical-align:middle}
.service-email-optional{display:inline-block;margin-left:8px;color:#6a746d;font-size:12px;font-weight:normal}
.service-email-note{font-size:13px;color:#5c655f;margin:0}
.service-email-checkbox{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.6}
.service-email-checkbox input{width:20px;height:20px;min-width:20px;margin-top:3px;accent-color:#155c35}
.service-email-checkbox a{color:#155c35;font-weight:bold}
.service-email-submit{width:100%;min-height:54px;padding:12px 18px;border:0;border-radius:6px;background:#155c35;color:#fff;font:inherit;font-weight:bold;font-size:16px;cursor:pointer}
.service-email-submit:hover{background:#0d4728}
.service-email-submit:focus{outline:3px solid rgba(6,199,85,.35);outline-offset:2px}
.service-email-submit:disabled{opacity:.65;cursor:wait}
.service-email-status{margin:0;padding:12px 14px;border:1px solid #bad7c4;border-radius:5px;background:#eef8f1;color:#164c2f;font-weight:bold}
.service-email-status[hidden]{display:none}
@media(max-width:680px){.service-email-consultation{padding:18px 14px;margin:36px 0}}
