.hngc-wrap{
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:18px 12px;
  box-sizing:border-box;
}
.hngc-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.95);
  border-radius:20px;
  padding:30px 30px 24px;
  box-shadow:0 14px 38px rgba(47,43,93,.10);
  box-sizing:border-box;
}
.hngc-form-heading{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:12px;
  align-items:center;
  margin:0 0 24px;
}
.hngc-gift-icon{
  width:40px;height:40px;
  display:flex;align-items:center;justify-content:center;
  color:#514a9b;
  font-size:25px;
  line-height:1;
}
.hngc-form-heading h3{
  margin:0;
  color:#161936;
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  line-height:1.15;
  font-weight:600;
}
.hngc-form-heading p{
  grid-column:2;
  margin:2px 0 0;
  color:#686a83;
  font-size:12px;
  line-height:1.45;
}
.hngc-form{margin:0}
.hngc-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:17px;
}
.hngc-field{min-width:0;position:relative}
.hngc-field label{
  display:block;
  margin:0 0 6px;
  color:#171a38;
  font-size:13px;
  line-height:1.3;
  font-weight:600;
}
.hngc-field label span{color:#d83e4c}
.hngc-field label small{
  color:#72748a;
  font-size:12px;
  font-weight:400;
}
.hngc-form input:not([type=checkbox]),
.hngc-form textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d3d4df;
  border-radius:6px;
  background:#fff;
  color:#252842;
  padding:10px 11px;
  font:inherit;
  font-size:12px;
  outline:none;
  transition:border-color .2s,box-shadow .2s;
}
.hngc-form input:not([type=checkbox]){height:36px}
.hngc-form textarea{
  min-height:66px;
  resize:vertical;
  padding-bottom:25px;
}
.hngc-form input::placeholder,.hngc-form textarea::placeholder{color:#9698a9}
.hngc-form input:not([type=checkbox]):focus,
.hngc-form textarea:focus{
  border-color:#756bb3;
  box-shadow:0 0 0 3px rgba(117,107,179,.10);
}
.hngc-amount{
  display:flex;
  align-items:center;
  height:36px;
  background:#fff;
  border:1px solid #d3d4df;
  border-radius:6px;
  overflow:hidden;
}
.hngc-amount:focus-within{
  border-color:#756bb3;
  box-shadow:0 0 0 3px rgba(117,107,179,.10);
}
.hngc-amount>span{
  width:37px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#272945;
  font-size:15px;
  border-right:1px solid #d9d9e2;
  background:#eeeefa;
}
.hngc-amount input{
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.hngc-counter{
  position:absolute;
  right:10px;
  bottom:8px;
  color:#9698a9;
  font-size:10px;
}
.hngc-delivery-field>label:first-child{margin-bottom:6px}
.hngc-delivery{
  min-height:50px;
  box-sizing:border-box;
  display:flex!important;
  align-items:center;
  gap:9px;
  padding:9px 10px;
  border-radius:7px;
  background:#e9e8f8;
  border:1px solid #dedcf0;
  cursor:pointer;
}
.hngc-delivery input{
  position:absolute!important;
  opacity:0;
  pointer-events:none;
}
.hngc-radio-ui{
  flex:0 0 15px;
  width:15px;height:15px;
  border-radius:3px;
  border:1px solid #6a62a7;
  background:#fff;
  box-sizing:border-box;
  position:relative;
}
.hngc-delivery input:checked + .hngc-radio-ui{
  background:#5b54a0;
  border-color:#5b54a0;
}
.hngc-delivery input:checked + .hngc-radio-ui:after{
  content:"✓";
  position:absolute;
  left:2px;top:-1px;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.hngc-delivery strong{
  display:block;
  color:#171a38;
  font-size:12px;
  line-height:1.3;
  margin-bottom:2px;
}
.hngc-delivery small{
  display:block;
  color:#72748a;
  font-size:9px;
  line-height:1.35;
  font-weight:400;
}
.hngc-submit{
  width:100%;
  margin:18px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:38px;
  padding:9px 18px;
  border:0;
  border-radius:7px;
  background:#f8d96f;
  color:#24253e;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:transform .2s,background .2s,box-shadow .2s;
}
.hngc-submit:hover{
  background:#f4d05b;
  transform:translateY(-1px);
  box-shadow:0 7px 16px rgba(160,128,43,.16);
}
.hngc-submit:disabled{opacity:.65;cursor:wait;transform:none}
.hngc-secure{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:5px;
  margin-top:10px;
  color:#77798e;
  font-size:9px;
}
.hngc-secure strong{color:#4e5067}
.hngc-msg{
  text-align:center;
  margin-top:9px;
  color:#5d6077;
  font-size:11px;
}
.hngc-terms{
  max-width:650px;
  margin:14px auto 0;
  text-align:center;
  color:#808195;
  font-size:9px;
  line-height:1.5;
}
@media(max-width:520px){
  .hngc-wrap{padding:8px 5px}
  .hngc-card{padding:22px 20px 19px;border-radius:17px}
  .hngc-form-heading{grid-template-columns:34px 1fr;column-gap:8px;margin-bottom:20px}
  .hngc-gift-icon{width:34px;height:34px;font-size:22px}
  .hngc-form-heading h3{font-size:23px}
  .hngc-form-heading p{font-size:10px}
  .hngc-grid{gap:14px}
}
