/* Single Footer Premium V3.9 */
.footer-highlight{
  position:relative;
  z-index:3;
  margin-bottom:-88px;
}
.footer-highlight .container{position:relative}
.footer-highlight__panel{
  display:grid;
  grid-template-columns:minmax(300px,1.05fr) minmax(0,1fr);
  gap:28px;
  align-items:center;
  padding:30px 34px;
  border-radius:30px;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
  border:1px solid #dce7f7;
  box-shadow:0 24px 60px rgba(7,28,66,.15);
}
.footer-highlight__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:#edf4ff;
  color:#1d4f98;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.footer-highlight__copy h2{
  margin:14px 0 10px;
  color:#102c5a;
  font-size:36px;
  line-height:1.18;
}
.footer-highlight__copy p{
  margin:0;
  color:#566986;
  font-size:15px;
  line-height:1.75;
  max-width:620px;
}
.footer-highlight__trust{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  padding:10px 15px;
  border-radius:999px;
  background:linear-gradient(135deg,#153869,#214f95);
  color:#fff;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 26px rgba(17,53,103,.18);
}
.footer-highlight__trust span{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
}
.footer-highlight__stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.footer-stat-card{
  min-height:136px;
  padding:22px 16px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe6f6;
  box-shadow:0 12px 26px rgba(6,30,73,.08);
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.footer-stat-card strong{
  display:block;
  color:#102c5a;
  font-size:42px;
  line-height:1;
  margin-bottom:10px;
}
.footer-stat-card span{
  display:block;
  color:#60708c;
  font-size:14px;
  font-weight:800;
  line-height:1.4;
}
.footer-stat-card--soft{
  background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 100%);
}
.footer-stat-card--soft strong{
  font-size:22px;
  letter-spacing:.02em;
}
@media(max-width:980px){
  .footer-highlight{margin-bottom:-72px}
  .footer-highlight__panel{grid-template-columns:1fr;padding:26px}
}
@media(max-width:640px){
  .footer-highlight{margin-bottom:-60px}
  .footer-highlight__panel{padding:20px;border-radius:24px}
  .footer-highlight__copy h2{font-size:27px}
  .footer-highlight__copy p{font-size:14px;line-height:1.68}
  .footer-highlight__stats{gap:10px}
  .footer-stat-card{min-height:118px;padding:18px 12px;border-radius:18px}
  .footer-stat-card strong{font-size:34px}
  .footer-stat-card span{font-size:12px}
}
