
.form-section{
  max-width:1180px;
  margin:30px auto;
  padding:28px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.045));
  box-shadow:0 22px 70px rgba(0,0,0,.24);
}
.form-section h2{margin-top:0}
.form-section p{color:#d7e4f7;line-height:1.7}
.vn-form{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.vn-form label{
  display:grid;
  gap:7px;
  color:#fff;
  font-weight:800;
}
.vn-form input,.vn-form textarea,.vn-form select{
  width:100%;
  box-sizing:border-box;
  padding:13px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.28);
  color:#fff;
  font:inherit;
}
.vn-form textarea{min-height:120px}
.vn-hide{
  position:absolute!important;
  left:-10000px!important;
  top:auto!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.form-note{
  color:#d7e4f7;
  font-size:.95rem;
  line-height:1.6;
  padding:14px;
  border-radius:16px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.12);
}
