/* HSR V16 — interactive homepage conversion panel */
.hsr-quickstart{background:#eef7fb;border-bottom:1px solid #cee0e9;padding:22px 0}
.hsr-quickstart .wrap{max-width:1180px}
.hsr-quick-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px;align-items:stretch}
.hsr-quick-card{background:#fff;border:1px solid #cfdee6;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(3,32,53,.06)}
.hsr-quick-eyebrow{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#0878b2}
.hsr-quick-card h2{margin:4px 0 6px;color:#061827;font-size:1.45rem}
.hsr-quick-card p{color:#5d6e7b}
.hsr-choice-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}
.hsr-choice{border:1px solid #aac5d3;border-radius:12px;background:#fff;color:#12354a;padding:11px 15px;font:inherit;font-weight:900;cursor:pointer;min-height:44px}
.hsr-choice:hover,.hsr-choice.is-active{border-color:#0878b2;background:#e9f6fc;color:#075f8b}
.hsr-choice.is-low{border-color:#df7a7a}
.hsr-choice.is-full{border-color:#bd4444;background:#fff0f0;color:#8a1616}
.hsr-choice small{display:block;font-size:.68rem;font-weight:800;margin-top:2px}
.hsr-progress-panel{margin-top:15px;padding-top:15px;border-top:1px solid #e1eaef}
.hsr-step-label{font-size:.76rem;font-weight:900;color:#536d7c;margin-bottom:7px}
.hsr-live-result{margin-top:11px;padding:11px 12px;border-radius:12px;background:#f5fafc;border:1px solid #d7e5ec;font-size:.88rem;color:#38566a}
.hsr-live-result strong{color:#061827}
.hsr-live-result.is-low{background:#fff4f4;border-color:#e9b0b0}
.hsr-price-result{margin-top:12px;padding:14px;border-radius:13px;background:#061f33;color:#fff}
.hsr-price-result .price{font-size:1.65rem;font-weight:900;color:#7cddff}
.hsr-price-result .price-note{font-size:.75rem;color:#d8edf7}
.hsr-price-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
.hsr-price-actions .btn{font-size:.85rem}
.hsr-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.hsr-route-cell{padding:12px 8px;border-radius:12px;background:#f7fbfd;border:1px solid #d4e4ec;text-align:center}
.hsr-route-city{display:block;font-size:.75rem;font-weight:900;color:#27485c}
.hsr-route-count{display:block;font-size:1.25rem;font-weight:900;color:#0878b2;margin-top:2px}
.hsr-route-count.low{color:#d52f2f}
.hsr-route-alert{display:block;min-height:.9rem;font-size:.6rem;font-weight:900;color:#d52f2f;text-transform:uppercase}
.hsr-route-foot{margin-top:11px;font-size:.72rem;color:#687b88}
.hsr-commercial-result{margin-top:14px;padding:14px;border-radius:13px;background:#061f33;color:#fff}
.hsr-commercial-result p{color:#d7e9f3}
.hsr-quick-hidden{display:none!important}
@media(max-width:820px){
  .hsr-quick-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .hsr-quickstart{padding:15px 0}
  .hsr-quick-card{padding:15px}
  .hsr-choice-row{display:grid;grid-template-columns:1fr 1fr}
  .hsr-route-grid{gap:5px}
  .hsr-route-cell{padding:10px 4px}
  .hsr-route-city{font-size:.68rem}
}
