.cfhv2{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;border:1px solid #e9eef3;border-radius:12px;padding:18px;background:#fff}
.cfhv2__title{font-size:28px;font-weight:900;text-align:center;margin:6px 0 16px}
.cfhv2__form{display:grid;grid-template-columns:1.2fr 1.2fr .8fr .5fr;gap:12px;align-items:end}
@media(max-width:900px){.cfhv2__form{grid-template-columns:1fr}}
.cfhv2__field label{display:block;font-size:13px;color:#3c4a57;margin-bottom:6px;font-weight:800}
.cfhv2__input,.cfhv2__select{width:100%;padding:10px 12px;border:1px solid #d9e2ec;border-radius:10px;outline:none;background:#fff}
.cfhv2__input:focus,.cfhv2__select:focus{border-color:#0a7f5a;box-shadow:0 0 0 3px rgba(10,127,90,.12)}
.cfhv2__hint{margin-top:6px;font-size:12px;color:#6b7280}
.cfhv2__btn{width:100%;padding:10px 14px;border:0;border-radius:10px;background:#0a7f5a;color:#fff;font-weight:900;cursor:pointer}
.cfhv2__btn.is-loading{opacity:.75;cursor:progress}
.cfhv2__btn:disabled{opacity:.65;cursor:not-allowed}
.cfhv2__grid{display:grid;grid-template-columns:1.7fr 1fr;gap:12px;margin-top:14px}
@media(max-width:900px){.cfhv2__grid{grid-template-columns:1fr}}
.cfhv2__map{height:420px;border-radius:12px;border:1px solid #e9eef3;overflow:hidden;background:#f8fafc}
.cfhv2__result{border:1px solid #e9eef3;border-radius:12px;padding:14px;background:#fbfcfe}
.cfhv2__row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #e6edf5}
.cfhv2__row:last-child{border-bottom:0}
.cfhv2__contact{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.cfhv2__call,.cfhv2__wa{flex:1;text-align:center;padding:12px;border-radius:10px;font-weight:900;text-decoration:none;color:#fff}
.cfhv2__call{background:#0a7f5a}
.cfhv2__wa{background:#25D366}
.cfhv2__call:hover,.cfhv2__wa:hover{opacity:.92}
.cfhv2__disc{margin-top:12px;font-size:12px;color:#6b7280;line-height:1.4}
.cfhv2__subtitle{font-size:18px;font-weight:900;margin:16px 0 10px}
.cfhv2__table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;border:1px solid #e9eef3}
.cfhv2__table th,.cfhv2__table td{padding:10px 12px;border-bottom:1px solid #edf2f7;text-align:left}
.cfhv2__table thead th{background:#f6f8fb;font-size:13px;color:#334155}
.cfhv2__muted{color:#7b8a9a;text-align:center}

/* Suggest */
.cfhv2__suggest{position:relative;z-index:50;display:none;border:1px solid #d9e2ec;border-radius:10px;background:#fff;margin-top:6px;max-height:220px;overflow:auto;box-shadow:0 10px 30px rgba(15,23,42,.08)}
.cfhv2__s-item{padding:10px 12px;cursor:pointer}
.cfhv2__s-item:hover{background:#f3faf7}
.cfhv2__s-main{font-size:13px;color:#0f172a}
.cfhv2__s-sub{font-size:12px;color:#64748b;margin-top:2px}