
.download-hero,.faq-hero{
  padding:96px 7%;
  background:radial-gradient(circle at 80% 20%,#00bfd8 0,#0b5ed7 34%,#062c68 70%,#041936 100%);
  color:white;
  text-align:center;
}
.download-hero h1,.faq-hero h1{
  font-size:clamp(38px,5vw,64px);
  line-height:1.05;
  margin:18px auto;
  max-width:1000px;
}
.download-hero p,.faq-hero p{
  font-size:19px;
  line-height:1.7;
  color:#eaf4ff;
  max-width:900px;
  margin:0 auto;
}
.download-section,.faq-section{
  padding:80px 7%;
  max-width:1240px;
  margin:auto;
}
.download-title,.faq-title{
  text-align:center;
  max-width:900px;
  margin:0 auto 40px;
}
.download-title h2,.faq-title h2{
  color:#063b86;
  font-size:clamp(32px,4vw,50px);
}
.download-title p,.faq-title p{
  color:#667085;
  font-size:18px;
  line-height:1.7;
}
.download-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.download-card{
  background:white;
  border:1px solid #dce9fb;
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 45px rgba(8,18,37,.07);
}
.download-card h3{
  color:#063b86;
  font-size:24px;
  margin-top:0;
}
.download-card p{
  color:#667085;
  line-height:1.7;
}
.download-badge{
  display:inline-block;
  background:#eaf4ff;
  color:#063b86;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:12px;
  margin-bottom:14px;
}
.download-note{
  margin-top:34px;
  background:#f8fbff;
  border:1px dashed #b9d8ff;
  border-radius:24px;
  padding:22px;
  color:#667085;
  line-height:1.7;
}
.faq-layout{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:start;
}
.faq-menu{
  background:#f8fbff;
  border:1px solid #dce9fb;
  border-radius:26px;
  padding:18px;
  position:sticky;
  top:100px;
}
.faq-menu a{
  display:block;
  text-decoration:none;
  color:#063b86;
  background:white;
  padding:14px 16px;
  border-radius:16px;
  margin:8px 0;
  font-weight:900;
  box-shadow:0 8px 22px rgba(8,18,37,.05);
}
.faq-group{
  margin-bottom:34px;
}
.faq-group h2{
  color:#063b86;
  font-size:32px;
}
.faq-item{
  background:white;
  border:1px solid #dce9fb;
  border-radius:22px;
  padding:22px;
  margin-bottom:14px;
  box-shadow:0 10px 30px rgba(8,18,37,.05);
}
.faq-item h3{
  margin:0 0 8px;
  color:#063b86;
}
.faq-item p{
  margin:0;
  color:#667085;
  line-height:1.7;
}
@media(max-width:960px){
  .download-grid,.faq-layout{
    grid-template-columns:1fr;
  }
  .faq-menu{
    position:static;
  }
}
