
.demo-request-hero{
  padding:96px 7%;
  background:radial-gradient(circle at 80% 20%,#00bfd8 0,#0b5ed7 34%,#062c68 70%,#041936 100%);
  color:white;
  text-align:center;
}
.demo-request-hero h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  margin:18px auto;
  max-width:1000px;
}
.demo-request-hero p{
  font-size:19px;
  line-height:1.7;
  color:#eaf4ff;
  max-width:900px;
  margin:0 auto;
}
.demo-request-section{
  padding:80px 7%;
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}
.demo-request-info{
  background:linear-gradient(135deg,#063b86,#0b5ed7);
  color:white;
  border-radius:30px;
  padding:34px;
  box-shadow:0 20px 55px rgba(8,18,37,.15);
}
.demo-request-info h2{
  margin-top:0;
  font-size:34px;
}
.demo-request-info p{
  color:#eaf4ff;
  line-height:1.8;
}
.demo-request-info ul{
  line-height:2;
  padding-left:20px;
}
.demo-request-form{
  background:white;
  border:1px solid #dce9fb;
  border-radius:30px;
  padding:34px;
  box-shadow:0 20px 55px rgba(8,18,37,.08);
}
.demo-request-form h2{
  color:#063b86;
  margin-top:0;
  font-size:32px;
}
.demo-request-form label{
  display:block;
  font-weight:800;
  color:#063b86;
  margin:14px 0 8px;
}
.demo-request-form input,
.demo-request-form select,
.demo-request-form textarea{
  width:100%;
  border:1px solid #cdddf2;
  border-radius:14px;
  padding:14px;
  font-size:15px;
}
.demo-request-form textarea{
  min-height:130px;
  resize:vertical;
}
.demo-request-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.demo-request-note{
  background:#f8fbff;
  border:1px dashed #b9d8ff;
  border-radius:18px;
  padding:16px;
  margin-top:18px;
  color:#667085;
  line-height:1.7;
}
.demo-request-steps{
  padding:76px 7%;
  background:#f8fbff;
}
.demo-request-steps h2{
  color:#063b86;
  text-align:center;
  font-size:clamp(32px,4vw,50px);
}
.demo-request-steps-grid{
  max-width:1240px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.demo-request-step{
  background:white;
  border:1px solid #dce9fb;
  border-radius:24px;
  padding:24px;
  text-align:center;
  box-shadow:0 12px 35px rgba(8,18,37,.06);
}
.demo-request-step span{
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  background:#063b86;
  color:white;
  border-radius:50%;
  font-weight:900;
}
.demo-request-step h3{
  color:#063b86;
}
@media(max-width:960px){
  .demo-request-section,
  .demo-request-form .form-row,
  .demo-request-steps-grid{
    grid-template-columns:1fr;
  }
}
