.hp-contact{
  padding:58px max(20px,calc((100vw - 1180px)/2));
  background:
    linear-gradient(135deg,rgba(183,255,9,.09),rgba(255,255,255,.018) 42%,rgba(240,76,79,.055)),
    #07090d;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
}

.hp-contact-wrap{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);
  gap:16px;
  align-items:stretch;
}

.hp-contact-copy,
.hp-contact-form{
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:rgba(9,11,16,.78);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.hp-contact-copy{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
}

.hp-contact-copy h2{
  font-size:clamp(28px,3.2vw,44px);
  line-height:1;
}

.hp-contact-copy p{
  color:#b5bdc9;
  font-size:15px;
  line-height:1.5;
  max-width:620px;
}

.hp-contact-points{
  display:grid;
  gap:7px;
  margin-top:16px;
}

.hp-contact-points span{
  display:flex;
  align-items:center;
  gap:10px;
  color:#dfe5ee;
  font:800 11px/1.35 "IBM Plex Mono",Consolas,monospace;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hp-contact-points span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#b7ff09;
  box-shadow:0 0 16px rgba(183,255,9,.55);
  flex:0 0 auto;
}

.hp-contact-form{
  padding:18px;
}

.hp-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.hp-field{
  display:grid;
  gap:7px;
}

.hp-field.full{
  grid-column:1 / -1;
}

.hp-field label{
  color:#8c97aa;
  font:900 10px/1 "IBM Plex Mono",Consolas,monospace;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hp-field input,
.hp-field select,
.hp-field textarea{
  width:100%;
  min-height:43px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:7px;
  background:#050609;
  color:#f7f8fb;
  font:600 14px/1.2 "DM Sans",Arial,sans-serif;
  padding:11px 12px;
  outline:none;
}

.hp-field textarea{
  min-height:86px;
  resize:vertical;
  line-height:1.45;
}

.hp-field input:focus,
.hp-field select:focus,
.hp-field textarea:focus{
  border-color:rgba(183,255,9,.65);
  box-shadow:0 0 0 3px rgba(183,255,9,.10);
}

.hp-contact-submit{
  width:100%;
  min-height:45px;
  margin-top:14px;
  border:0;
  border-radius:7px;
  background:#b7ff09;
  color:#08090d;
  cursor:pointer;
  font:950 13px/1 "DM Sans",Arial,sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.hp-contact-submit:disabled{
  opacity:.62;
  cursor:progress;
}

.hp-contact-status{
  min-height:21px;
  margin-top:12px;
  color:#9ca8ba;
  font:700 12px/1.45 "DM Sans",Arial,sans-serif;
}

.hp-contact-status.ok{color:#b7ff09}
.hp-contact-status.error{color:#ff8d8f}

.hp-contact-fine{
  margin-top:12px;
  color:#6f7b8f;
  font:700 11px/1.45 "DM Sans",Arial,sans-serif;
}

@media(max-width:840px){
  .hp-contact-wrap{grid-template-columns:1fr}
}

@media(max-width:560px){
  .hp-contact{padding:48px 18px}
  .hp-contact-copy,.hp-contact-form{padding:18px}
  .hp-form-grid{grid-template-columns:1fr}
}
