
.hcb-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; padding: 10px 0;}
.hcb-card{max-width:920px;margin:0 auto;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden}
.hcb-head{padding:18px 18px 0}
.hcb-title{margin:0;font-size:24px;line-height:1.2}
.hcb-sub{margin:8px 0 0;color:#5a5a5a}
.hcb-form{padding:18px}
.hcb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hcb-field{display:flex;flex-direction:column;gap:6px}
.hcb-field label{font-weight:600}
.hcb-req{color:#c0392b}
.hcb-field input,.hcb-field select,.hcb-field textarea{border:1px solid #d9d9d9;border-radius:12px;padding:12px;font-size:14px;outline:none}
.hcb-field input:focus,.hcb-field select:focus,.hcb-field textarea:focus{border-color:#999;box-shadow:0 0 0 3px rgba(0,0,0,.05)}
.hcb-span-2{grid-column:1/-1}
.hcb-hint{margin:8px 0 0;color:#6b6b6b;font-size:13px}
.hcb-section{margin-top:16px;border-top:1px dashed #e5e5e5;padding-top:16px}
.hcb-section-title{font-weight:800;margin:0 0 10px}
.hcb-menu{display:flex;flex-direction:column;gap:10px}
.hcb-acc{border:1px solid #eee;border-radius:12px;padding:10px;background:#fafafa}
.hcb-acc summary{cursor:pointer;font-weight:700}
.hcb-menu-grid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hcb-addons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.hcb-check{display:flex;align-items:center;gap:10px;border:1px solid #eee;border-radius:12px;padding:10px;background:#fff}
.hcb-check input{width:18px;height:18px}
.hcb-check-title{font-weight:600}
.hcb-price{margin-left:auto;opacity:.8}
.hcb-consent{display:flex;align-items:flex-start;gap:10px;margin-top:10px}
.hcb-consent input{margin-top:3px;width:18px;height:18px}
.hcb-summary{margin-top:18px;display:grid;grid-template-columns:1fr;gap:12px;border-top:1px solid #eee;padding-top:16px}
.hcb-total{background:#fafafa;border:1px solid #eee;border-radius:14px;padding:12px}
.hcb-total-label{font-weight:800}
.hcb-total-value{font-size:28px;font-weight:900;margin-top:4px}
.hcb-total-note{color:#6b6b6b;font-size:13px;margin-top:6px}
.hcb-actions{display:flex;flex-direction:column;gap:10px}
.hcb-btn{border:0;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer}
.hcb-btn:disabled{opacity:.6;cursor:not-allowed}
.hcb-msg{min-height:20px}
.hcb-hp{display:none !important}
.hcb-foot{padding:0 18px 18px;color:#777}
@media (max-width:720px){
  .hcb-grid{grid-template-columns:1fr}
  .hcb-menu-grid,.hcb-addons{grid-template-columns:1fr}
}
