/* For Brokers page styles */

.brokers-page .nav-link-gc.active-page {
  color: var(--gc-green-primary);
}

.brokers-page .nav-link-gc.active-page::after {
  width: 100%;
}

.brokers-page,
.brokers-main {
  overflow-x: hidden;
}

.brokers-main {
  padding-top: 88px;
  background: #fff;
}

@media (min-width: 768px) {
  .brokers-main {
    padding-top: 120px;
  }
}

/* Hero */
.brokers-hero {
  background: linear-gradient(135deg, var(--gc-green-primary) 0%, var(--gc-green-dark) 100%);
  padding: 140px 0 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.brokers-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle at 2px 2px, #fff 1px, transparent 0);
  background-size: 32px 32px;
}

.brokers-hero .eyebrow-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.brokers-hero h1 {
  font-family: "DM Sans", serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
}

.brokers-hero .lead {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  max-width: 560px;
}

/* Trust bar */
.brokers-trust-bar {
  background: var(--gc-off-white);
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.brokers-trust-bar .number {
  font-family: "DM Sans", serif;
  font-size: 2.25rem;
  color: var(--gc-green-primary);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.brokers-trust-bar .label {
  font-size: 0.8rem;
  color: var(--gc-charcoal);
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Benefit cards */
.broker-benefit-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 2rem;
  height: 100%;
  transition: all 0.25s ease;
}

.broker-benefit-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.broker-benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(1, 75, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* Split section: content + form */
.broker-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
  .broker-form-card {
    padding: 48px 40px;
  }
}

.broker-form-card h2 {
  font-family: "DM Sans", serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--gc-charcoal);
  margin-bottom: 8px;
}

.broker-form-card .form-subtitle {
  color: rgba(26, 26, 46, 0.6);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
}

.broker-form-card .form-label {
  font-weight: 600;
  color: var(--gc-charcoal);
  margin-bottom: 6px;
  font-size: 14px;
}

.broker-form-card .form-control,
.broker-form-card .form-select {
  min-height: 50px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 16px;
  background: #f9fafb;
  color: var(--gc-charcoal);
  font-size: 15px;
  transition: all 0.2s ease;
}

.broker-form-card .form-control::placeholder {
  color: rgba(26, 26, 46, 0.4);
}

.broker-form-card .form-control:focus,
.broker-form-card .form-select:focus {
  border-color: var(--gc-green-primary);
  box-shadow: 0 0 0 0.2rem rgba(1, 75, 38, 0.12);
  background: #fff;
}

.broker-form-card textarea.form-control {
  min-height: 110px;
  resize: none;
}

.broker-form-card .btn-submit {
  min-height: 54px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.broker-content-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.broker-content-block .block-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: rgba(1, 75, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.broker-content-block h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--gc-charcoal);
  margin-bottom: 6px;
}

.broker-content-block p {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(26, 26, 46, 0.68);
  margin-bottom: 0;
}

/* CTA */
.brokers-cta-section {
  background: var(--gc-off-white);
  padding: 64px 0;
}

.brokers-cta-section h2 {
  font-family: "DM Sans", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--gc-charcoal);
}

.brokers-cta-section p {
  font-size: 17px;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.6;
}


.success-message {
	display: none;
	background: linear-gradient(135deg, var(--gc-green-light), var(--gc-green-primary));
	color: white;
	border-radius: 12px;
	padding: 2rem;
	text-align: center;
}

.success-message i {
	font-size: 3rem;
	margin-bottom: 1rem;
}
		
		
@media (max-width: 991.98px) {
  .brokers-hero {
    padding: 112px 0 72px;
  }
}
