
.support-hero{
  padding:96px 7%;
  background:radial-gradient(circle at 80% 20%,#00bfd8 0,#0b5ed7 34%,#062c68 70%,#041936 100%);
  color:white;
  text-align:center;
}
.support-hero h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  margin:18px auto;
  max-width:1000px;
}
.support-hero p{
  font-size:19px;
  line-height:1.7;
  color:#eaf4ff;
  max-width:900px;
  margin:0 auto;
}
.support-section{
  padding:80px 7%;
  max-width:1240px;
  margin:auto;
}
.support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.support-card{
  background:white;
  border:1px solid #dce9fb;
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 45px rgba(8,18,37,.07);
}
.support-card h3{
  color:#063b86;
  font-size:24px;
  margin-top:0;
}
.support-card p{
  color:#667085;
  line-height:1.7;
}
.support-priority{
  background:#f8fbff;
  padding:80px 7%;
}
.support-priority-inner{
  max-width:1180px;
  margin:auto;
}
.support-priority h2{
  color:#063b86;
  text-align:center;
  font-size:clamp(32px,4vw,50px);
}
.priority-table{
  background:white;
  border:1px solid #dce9fb;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(8,18,37,.08);
  margin-top:34px;
}
.priority-row{
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
}
.priority-row > div{
  padding:20px;
  border-bottom:1px solid #e5edf8;
}
.priority-row.head{
  background:#063b86;
  color:white;
  font-weight:900;
}
.priority-row strong{
  color:#063b86;
}
.support-form-section{
  padding:80px 7%;
  max-width:1100px;
  margin:auto;
}
.support-form{
  background:white;
  border:1px solid #dce9fb;
  border-radius:30px;
  padding:34px;
  box-shadow:0 20px 55px rgba(8,18,37,.08);
}
.support-form h2{
  color:#063b86;
  margin-top:0;
  font-size:32px;
}
.support-form label{
  display:block;
  font-weight:800;
  color:#063b86;
  margin:14px 0 8px;
}
.support-form input,
.support-form select,
.support-form textarea{
  width:100%;
  border:1px solid #cdddf2;
  border-radius:14px;
  padding:14px;
  font-size:15px;
}
.support-form textarea{
  min-height:140px;
  resize:vertical;
}
.support-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.support-note{
  background:#f8fbff;
  border:1px dashed #b9d8ff;
  border-radius:18px;
  padding:16px;
  margin-top:18px;
  color:#667085;
  line-height:1.7;
}
@media(max-width:960px){
  .support-grid,
  .priority-row,
  .support-form .form-row{
    grid-template-columns:1fr;
  }
}
