.rh-quote-form { width: 100%; }
.rh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rh-field { display: grid; gap: 7px; min-width: 0; }
.rh-field > span:first-child { color: #263746; font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.rh-field input, .rh-field select, .rh-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #dfe5ea; border-radius: 11px; background: #fff; color: #15202b; outline: none; }
.rh-field textarea { resize: vertical; min-height: 112px; }
.rh-field input:focus, .rh-field select:focus, .rh-field textarea:focus { border-color: #d8a93d; box-shadow: 0 0 0 3px rgba(216,169,61,.14); }
.rh-field-full { grid-column: 1 / -1; }
.rh-phone-field { min-height: 48px; display: grid; grid-template-columns: auto 1fr; align-items: stretch; border: 1px solid #dfe5ea; border-radius: 11px; overflow: hidden; }
.rh-phone-field b { display: grid; place-items: center; padding: 0 12px; background: #f5f7f9; border-right: 1px solid #dfe5ea; color: #0b1f33; font-size: 13px; }
.rh-phone-field input { border: 0; border-radius: 0; min-height: 46px; }
.rh-submit { width: 100%; min-height: 52px; margin-top: 18px; border: 0; cursor: pointer; }
.rh-form-privacy { margin: 10px 0 0; color: #74808b; font-size: 11px; text-align: center; }
.rh-form-notice { margin-bottom: 16px; padding: 13px 15px; border-radius: 11px; font-size: 14px; }
.rh-form-success { background: #eaf8f1; color: #12633f; border: 1px solid #bfe8d2; }
.rh-form-error { background: #fff1f1; color: #8a2929; border: 1px solid #f0c4c4; }
.rh-honeypot { position: absolute!important; left: -9999px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
@media (max-width: 680px) { .rh-form-grid { grid-template-columns: 1fr; } .rh-field-full { grid-column: auto; } }
