/* === CTA Banner === */
body{
    font-family: 'Montserrat', sans-serif !important;
}
.ms-cta{
  display:flex; align-items:center; justify-content:center;
  gap: 24px;
  background:#0f3070; /* deep navy */
  color:#ffffff;
  border-radius:14px;
  padding: 28px 24px;
  text-align:center;
}
.ms-cta-media{ flex:0 0 auto; }
.ms-cta-img{ position: absolute;
    left: 0;
    bottom: 5px;
    max-width: 4rem !important;width:96px; height:auto; display:block; border-radius:50%; }

.ms-cta-body{ max-width: 820px; margin: 0 auto; }
.ms-cta-head{
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 10px;
  font-size: clamp(22px, 3.2vw, 30px);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.ms-cta-head span{
  font-weight: 400 !important;
}
.ms-accent{ color:#f5b21d; } /* gold accent for LADY / MAN */

.ms-cta-desc{
  font-family: Quicksand sans-serif;
  letter-spacing: .1rem;
  font-weight: 400 !important;
  margin: 0 0 14px;
  color: #e8eefb;
  font-size: 14px;
  line-height: 1.65;
}
.ms-cta-btn{
  display:inline-block;
  background:#f5b21d;
  color:#0a1f4f;
  text-decoration:none;
  padding: 10px 18px;
  border-radius:8px;
  font-weight: 700;
}
.ms-cta-btn:hover{ filter: brightness(0.95); }

@media (max-width: 720px){
  .ms-cta{ flex-direction:column; padding:22px 16px; }
  .ms-cta-img{ width:30px; }
}
/* Pagination */
.ms-pagination{ margin:18px 0; text-align:center; }
.ms-pagination ul{ list-style:none; padding:0; margin:0; display:inline-flex; gap:8px; flex-wrap:wrap; }
.ms-pagination a,
.ms-pagination span{
  display:inline-block; padding:6px 10px; border:1px solid #e5e7eb; border-radius:6px; text-decoration:none;
}
.ms-pagination a:hover{ background:#f3f4f6; }
.ms-pagination .is-current span{ background:#111827; color:#fff; border-color:#111827; }