.hk-inquiry-wrap{position:relative;}
.hk-inquiry-card{max-width:1200px;margin:0 auto;background:#bdbdbd;border-radius:10px;padding:40px 7%;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.hk-inquiry-head{text-align:center;margin-bottom:18px}
.hk-inquiry-head h2{margin:0 0 10px;font-size:28px;color:#333}
.hk-inquiry-head p{margin:0;color:#333}

.hk-steps{display:flex;align-items:center;justify-content:center;gap:12px;margin:30px 0}
.hk-step{width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e6;
    color: #666;
    font-weight: 700;
    font-size: 18px;}
.hk-step.is-active,.hk-step.is-done{background:#20b26a;color:#fff}
.hk-step-line{    width: 30%;
    height: 1px;
    background: #333;}
.hk-step-line.is-done{background:#20b26a}

.hk-step-panel{display:none;grid-gap:12px;}
.hk-step-panel.is-active{display:grid}

.hk-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hk-field input,.hk-field select{
  width:100%;height:48px;border-radius:6px;border:1px solid rgba(0,0,0,.12);
  padding:0 12px;background:#f7f7f7;outline:none
}
.hk-field input:focus,.hk-field select:focus{border-color:rgba(0,0,0,.28);background:#fff}

.hk-actions{display:flex;justify-content:center;margin-top:14px}
.hk-actions-split{justify-content:space-between}
.hk-btn{
  height:40px;min-width:140px;border-radius:6px;border:1px solid rgba(0,0,0,.2);
  background:#f2f2f2;color:#222;cursor:pointer;font-weight:600
}
.hk-btn:hover{filter:brightness(.98)}
.hk-btn-primary{    color: #fff;
    border-color: rgba(51, 51, 51, 1);
    min-width: 320px;
    background: rgba(51, 51, 51, 1);
    font-family: "sofia pro M", Sans-serif;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 42px;
    height: 42px;
    padding: 0;}

.hk-footnote{text-align: center;
    margin-top: 25px;
    font-size: 18px;
    color: #fff;}

.hk-upload-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:8px}
.hk-upload-card{
  background:#f1f1f1;border-radius:10px;text-align:center;position:relative;
  border:1px solid rgba(0,0,0,.10);
	    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hk-upload-sub{color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;}
.hk-upload-meta{margin-top:10px;font-size:12px;color:#444;word-break:break-word}




.hk-upload-card input[type=file]{width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;}

/* ✅ 上传预览（Step3） */
.hk-upload-preview{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.hk-thumb{
  width:100%;height:100%;border-radius:8px;overflow:hidden;
 display:flex;align-items:center;justify-content:center
}
.hk-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.hk-file-pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 10px;border-radius:999px;background:#e9e9e9;border:1px solid rgba(0,0,0,.10);
  font-size:12px;color:#333;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.hk-count{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 10px;border-radius:999px;background:#2f2f2f;color:#fff;font-size:12px
}


@media (max-width: 860px){
  .hk-grid-2{grid-template-columns:1fr}
  .hk-step-line{width:70px}
  .hk-upload-grid{grid-template-columns:1fr}
  .hk-btn-primary{min-width:180px}
}

/* Modal */
.hk-modal{position:fixed;inset:0;display:none;z-index:9999}
.hk-modal.is-open{display:block}
.hk-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.hk-modal-dialog{
  position:relative;max-width:980px;margin:7vh auto 0;background:#fff;border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);overflow:hidden
}
.hk-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eee}
.hk-modal-title{display:flex;align-items:center;gap:10px;font-weight:700}
.hk-ok-dot{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#20b26a;color:#fff}
.hk-modal-x{background:transparent;border:0;font-size:22px;cursor:pointer;line-height:1}
.hk-modal-body{padding:16px 18px 20px}

.hk-confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#f6f6f6;border-radius:10px;padding:14px}
.hk-confirm-row{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.hk-confirm-row:last-child{border-bottom:0}
.hk-confirm-row span{color:#666;font-size:12px}
.hk-confirm-row b{color:#222;font-size:12px;font-weight:700}

.hk-confirm-files{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:12px}
.hk-confirm-file{background:#f6f6f6;border-radius:10px;padding:10px}
.hk-confirm-file span{display:block;color:#666;font-size:12px;margin-bottom:6px}
.hk-confirm-file b{font-size:12px}

.hk-modal-actions{display:flex;justify-content:center;margin-top:14px}
.hk-submit-msg{margin-top:10px;text-align:center;font-size:13px}

/* Success */
.hk-success{max-width:980px;margin:14px auto 0}
.hk-success-box{background:#fff;border-radius:12px;padding:22px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.hk-success-icon{width:44px;height:44px;border-radius:50%;background:#20b26a;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-size:22px;font-weight:800}

/* 必填未通过：红色边框提示 */
.hk-field input.is-invalid,
.hk-field select.is-invalid{
  border-color:#d11 !important;
  background:#fff !important;
  box-shadow: 0 0 0 2px rgba(209,17,17,.12);
}
