.imt-brokers-wrap { min-height: 100vh; background: #f2f3f5; }
.imt-brokers-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
  display: flex;
  align-items: center;
  padding: 2.15rem 0;
}
.imt-brokers-intro-grid {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  color: #ffffff;
}
.imt-brokers-intro-item h2 {
  margin: 0 0 0.55rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
}
.imt-brokers-intro-item p {
  margin: 0;
  max-width: 38ch;
  font-size: 1.1rem;
  line-height: 1.45;
  color: #f1f4fb;
}
.imt-brokers-inner { max-width: 1260px; margin: 0 auto; padding: 1.35rem 1rem 3.25rem; }
.imt-brokers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.imt-broker-card {
  background: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 430px;
}
.imt-broker-photo {
  height: 272px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}
.imt-broker-photo img { width: 100%; height: 100%; object-fit: contain; }
.imt-broker-body {
  padding: 0.85rem 1rem 0.55rem;
  text-align: center;
  min-height: 88px;
}
.imt-broker-name {
  margin: 0 0 0.15rem;
  color: #111827;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.imt-broker-role {
  margin: 0;
  color: #6b7280;
  font-size: 1.2rem;
  line-height: 1.25;
}
.imt-broker-cta { text-align: center; padding: 0 1rem 1rem; margin-top: auto; }
.imt-broker-cta a {
  display: inline-block;
  text-decoration: none;
  border-radius: 0.28rem;
  background: #203d7a;
  color: #c2a45e;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.44rem 1.05rem;
}
.imt-broker-cta a:hover { background: #e0b456; color: #ffffff; }
.imt-brokers-pagination {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
}
.imt-page-btn {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 9999px;
  border: 0;
  background: #e3e7f0;
  color: #1f2f4f;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.imt-page-btn.active { background: #203d7a; color: #ffffff; }
.imt-page-btn:not([disabled]) { cursor: pointer; }
@media (max-width: 1199px) {
  .imt-brokers-intro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .imt-brokers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 839px) {
  .imt-brokers-intro-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .imt-brokers-intro-item h2 { font-size: 1.75rem; }
  .imt-brokers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 559px) {
  .imt-brokers-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .imt-broker-name { font-size: 1.7rem; }
  .imt-broker-role { font-size: 1rem; }
}
