.elementor-272 .elementor-element.elementor-element-ff6f697.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-272 .elementor-element.elementor-element-ff6f697{width:100%;max-width:100%;}}/* Start custom CSS */.ag-cadastro-hero {
  background: #07160F;
  color: #fff;
  padding: 64px 20px;
  border-bottom: 3px solid #C9972B;
}

.ag-cadastro-wrap {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
}

.ag-cadastro-tag {
  display: inline-flex;
  background: rgba(201,151,43,.12);
  border: 1px solid rgba(201,151,43,.28);
  color: #C9972B;
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.ag-cadastro-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
  max-width: 780px;
  margin: 0 0 18px;
  color: #fff;
}

.ag-cadastro-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.ag-cadastro-info {
  background: #F7F6F1;
  padding: 42px 20px;
}

.ag-cadastro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ag-cadastro-grid div {
  background: #fff;
  border: 1px solid rgba(17,28,21,.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
}

.ag-cadastro-grid strong {
  color: #111C15;
  font-size: 16px;
}

.ag-cadastro-grid p {
  color: #667067;
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 0;
}

@media(max-width: 720px) {
  .ag-cadastro-grid {
    grid-template-columns: 1fr;
  }

  .ag-cadastro-hero {
    padding: 48px 18px;
  }
}

/* Correção visual dos campos do User Registration */

.ur-frontend-form input,
.ur-frontend-form select,
.ur-frontend-form textarea,
.user-registration input,
.user-registration select,
.user-registration textarea {
  min-height: 46px !important;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: #111C15 !important;
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
}

/* Placeholder mais visível */
.ur-frontend-form input::placeholder,
.ur-frontend-form textarea::placeholder,
.user-registration input::placeholder,
.user-registration textarea::placeholder {
  color: #9AA39C !important;
  opacity: 1 !important;
}

/* Select não cortar texto */
.ur-frontend-form select,
.user-registration select {
  appearance: auto !important;
  -webkit-appearance: menulist !important;
  overflow: visible !important;
}

/* Espaçamento entre campos */
.ur-frontend-form .ur-field-item,
.user-registration .ur-field-item {
  margin-bottom: 18px !important;
}

/* Labels mais legíveis */
.ur-frontend-form label,
.user-registration label {
  color: #111C15 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .6px !important;
  line-height: 1.3 !important;
}/* End custom CSS */