/* ===========================
   BROKERS — HERO SECTION
   =========================== */

.brokers-hero {
  width: 100%;
  padding: 200px 0 140px;
  background: linear-gradient(
      180deg,
      rgba(20, 18, 16, 0.85) 0%,
      rgba(30, 28, 26, 0.95) 100%
    );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}

.brokers-hero-title {
  font-size: 72px;
  color: rgb(244, 128, 0);
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.brokers-hero-text {
  font-size: 24px;
  color: #e6e6e6;
  max-width: 700px;
  line-height: 1.6;
  opacity: 0.9;
}

.brokers-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.brokers-hero-left {
  width: 20%;
}

.brokers-hero-right {
  width: 80%;
}

.brokers-hero-logo {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
