/* ── BEI™ · CSS Global ─────────────────────────────── */
.elementor-widget-button.bei-btn {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}
.bei-btn a.elementor-button,
a.bei-btn,
button.bei-btn {
  display: inline-block;
  background: #C49A3A !important;
  color: #090704 !important;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background .2s, transform .15s;
  cursor: pointer;
  border: none;
  text-align: center;
}
.bei-btn a.elementor-button:hover,
a.bei-btn:hover,
button.bei-btn:hover { 
  background: #E8C97A !important; 
  transform: translateY(-2px); 
}
.bei-btn-sub {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  color: rgba(196,154,58,.6);
  letter-spacing: .06em;
  margin-top: 10px;
  text-align: center;
}
.bei-cta-wrap { text-align: center; margin: 20px 0; }

/* Preço */
.bei-preco-box { text-align: center; padding: 32px; background: rgba(196,154,58,.05); border: 1px solid rgba(196,154,58,.22); border-radius: 4px; margin: 20px auto; max-width: 480px; }
.bei-preco-de  { font-size: 13px; color: #8B6A3A; text-decoration: line-through; margin-bottom: 4px; }
.bei-preco-por { font-size: 52px; color: #C49A3A; font-family: Georgia, serif; font-weight: normal; line-height: 1; margin-bottom: 4px; }
.bei-preco-label { font-size: 11px; color: #8B6A3A; letter-spacing: .06em; margin-bottom: 24px; }

/* Pilares B·E·I */
.bei-pilares { display: flex; border: 1px solid rgba(196,154,58,.2); border-radius: 4px; overflow: hidden; margin: 20px 0; }
.bei-pilar { flex: 1; padding: 20px 14px; text-align: center; }
.bei-pilar--border { border-right: 1px solid rgba(196,154,58,.15); }
.bei-pilar-letra { font-family: Georgia, serif; font-size: 28px; color: #C49A3A; line-height: 1; margin-bottom: 6px; }
.bei-pilar-nome  { font-size: 9px; font-weight: 700; color: #54391A; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.bei-pilar-desc  { font-size: 10px; color: #8B6A3A; }

/* Fases */
.bei-fases { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.bei-fase  { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.bei-fase-num  { font-family: Georgia, serif; font-size: 34px; color: rgba(196,154,58,.2); line-height: 1; text-align: right; padding-top: 2px; }
.bei-fase-nome { font-size: 17px; color: #F8F3EA; margin-bottom: 5px; font-family: Georgia, serif; font-weight: normal; }
.bei-fase-desc { font-size: 13px; color: #8B6A3A; line-height: 1.6; font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 300; }

/* Progresso */
.bei-progresso { padding: 16px 0; }
.bei-progresso-label { font-size: 11px; color: #C49A3A; letter-spacing: .08em; margin-bottom: 8px; font-family: 'Helvetica Neue', Arial, sans-serif; }
.bei-progresso-bar   { height: 3px; background: rgba(196,154,58,.12); border-radius: 3px; overflow: hidden; margin-bottom: 6px; }
.bei-progresso-fill  { height: 100%; background: #C49A3A; border-radius: 3px; transition: width 1s ease; }
.bei-progresso-pct   { font-size: 11px; color: #8B6A3A; font-family: 'Helvetica Neue', Arial, sans-serif; }

/* Acesso negado */
.bei-acesso-negado { text-align: center; padding: 40px; background: rgba(196,154,58,.04); border: 1px solid rgba(196,154,58,.15); border-radius: 4px; margin: 20px 0; }
.bei-acesso-negado p { color: #8B6A3A; margin-bottom: 20px; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 14px; }
