.elementor-26612 .elementor-element.elementor-element-177e394{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1dc3fb6 */:root {
  --text-main: #1a1a1a;
  --text-muted: #555;
  --accent: #bdb700;
  --accent-dark: #9f9a00;
  --border: #e5e5e5;
  --bg-soft: #f7f7f7;
  --radius: 14px;
}

/* CONTENEDOR GENERAL */
.lmb-article {
  max-width: 980px;
  margin: auto;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text-main);
  line-height: 1.65;
}

/* HERO */
.lmb-hero {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px;
  margin-bottom: 40px;
}

.lmb-kicker {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.lmb-hero h1 {
  font-size: 38px;
  margin-bottom: 16px;
  color: var(--text-main);
}

.lmb-lead {
  color: var(--text-muted);
  font-size: 16px;
}

/* CTA */
.lmb-ctaRow {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.lmb-btn {
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: #000;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.lmb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.lmb-link {
  color: var(--text-main);
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
  font-weight: 600;
}

/* BLOQUES */
.lmb-block {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 40px;
}

/* CONTENIDO */
.lmb-content h2 {
  margin-top: 48px;
  margin-bottom: 14px;
  font-size: 26px;
  color: var(--text-main);
}

.lmb-content p {
  margin-bottom: 14px;
}

.muted {
  color: var(--text-muted);
}

/* PASOS */
.lmb-step {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-top: 20px;
}

.lmb-pill {
  display: inline-block;
  background: rgba(189,183,0,.12);
  color: var(--text-main);
  border: 1px solid rgba(189,183,0,.4);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* LISTAS */
.lmb-list {
  padding-left: 22px;
  color: var(--text-muted);
}

.lmb-list li {
  margin-bottom: 8px;
}

/* CTA FINAL */
.lmb-ctaBox {
  background: linear-gradient(
    90deg,
    rgba(189,183,0,.12),
    rgba(189,183,0,.04)
  );
  border: 1px solid rgba(189,183,0,.35);
  border-radius: var(--radius);
  padding: 26px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* FAQ */
.lmb-faq details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  margin-top: 14px;
  background: #ffffff;
}

.lmb-faq summary {
  font-weight: 700;
  cursor: pointer;
  color: var(--text-main);
}

.lmb-faq p {
  margin-top: 10px;
  color: var(--text-muted);
}/* End custom CSS */