/* Contact Premium V1 - loaded only by contact.html */
.contact-premium-eyebrow{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:13px;
  font-weight:700;
  color:#086ad7;
  margin-bottom:14px;
}
.contact-premium-title{
  color:#211e3b;
  font-weight:700;
  margin-bottom:18px;
}
.contact-premium-lead{
  color:#5F637A;
  font-size:17px;
  line-height:1.7;
  max-width:720px;
  margin:0 auto 26px;
}
.contact-premium-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  margin-bottom:10px;
}
.contact-premium-reassurance{
  margin-top:50px;
}
.contact-premium-point{
  background:#fff;
  border:1px solid #eef0f5;
  border-radius:12px;
  padding:28px 22px;
  text-align:center;
  height:100%;
  transition:transform .25s ease, box-shadow .25s ease;
  margin-bottom:24px;
}
.contact-premium-point:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(8,106,215,.10);
}
.contact-premium-point i{
  font-size:30px;
  color:#086ad7;
  margin-bottom:14px;
  display:inline-block;
}
.contact-premium-point h4{
  color:#211e3b;
  font-size:18px;
  margin-bottom:8px;
}
.contact-premium-point p{
  color:#696969;
  font-size:14px;
  margin:0;
}
.contact-premium-block{
  background:#f8f9fc;
  border:1px solid #eef0f5;
  border-radius:14px;
  padding:34px 32px;
  height:100%;
  margin-bottom:24px;
}
.contact-premium-block h3{
  color:#211e3b;
  font-weight:700;
  margin-bottom:22px;
}
.contact-premium-list{
  list-style:none;
  padding:0;
  margin:0;
}
.contact-premium-list li{
  position:relative;
  padding:10px 0;
  color:#46485a;
  font-size:15.5px;
  border-bottom:1px solid #edeff5;
}
.contact-premium-list li:last-child{ border-bottom:0; }
.contact-premium-list li i{
  color:#086ad7;
  margin-right:10px;
}
.contact-premium-steps{ margin-top:6px; }
.contact-premium-step{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:22px;
}
.contact-premium-step:last-child{ margin-bottom:0; }
.contact-premium-step-num{
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#086ad7;
  color:#fff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
}
.contact-premium-step h4{
  color:#211e3b;
  font-size:17px;
  margin:6px 0 4px;
}
.contact-premium-step p{
  color:#696969;
  font-size:14.5px;
  margin:0;
}
@media (max-width:767px){
  .contact-premium-lead{ font-size:15.5px; }
  .contact-premium-cta{ flex-direction:column; }
  .contact-premium-cta .theme-btn{ width:100%; text-align:center; }
  .contact-premium-block{ padding:26px 22px; }
}
