/* SayarahGo 1.25.2: consistent, customer-facing Travel Agent application. */

.bcsg-agent-registration-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(83, 0, 95, 0.055), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fbf8fc 100%);
  border-block: 1px solid rgba(83, 0, 95, 0.08);
}

.bcsg-agent-registration {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1000px;
}

.bcsg-agent-registration__copy {
  margin-inline: auto;
  max-width: 860px;
  position: static;
  text-align: center;
}

.bcsg-agent-registration__copy h2 {
  color: var(--bcsg-primary);
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 18px 0 14px;
}

.bcsg-agent-registration__copy > p {
  color: var(--bcsg-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}

.bcsg-agent-registration__copy .bcsg-checklist {
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.bcsg-agent-registration__copy .bcsg-check-item {
  align-items: center;
  background: #fff;
  border-color: rgba(83, 0, 95, 0.13);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(48, 18, 53, 0.055);
  color: var(--bcsg-primary);
  font-size: 13px;
  justify-content: flex-start;
  line-height: 1.45;
  min-height: 76px;
  padding: 15px 16px;
  text-align: left;
}

.bcsg-agent-registration__copy .bcsg-check-item svg {
  color: var(--bcsg-gold-dark);
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.bcsg-agent-registration .bcsg-agent-form {
  border-top: 4px solid var(--bcsg-gold);
  margin-inline: auto;
  max-width: 960px;
  padding: 38px;
  width: 100%;
}

@media (max-width: 760px) {
  .bcsg-agent-registration {
    gap: 28px;
  }

  .bcsg-agent-registration__copy .bcsg-checklist {
    grid-template-columns: 1fr;
  }

  .bcsg-agent-registration__copy .bcsg-check-item {
    min-height: 0;
  }

  .bcsg-agent-registration .bcsg-agent-form {
    padding: 24px 20px;
  }
}
