.elementor-308 .elementor-element.elementor-element-8e17fa2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-308 .elementor-element.elementor-element-8e17fa2:not(.elementor-motion-effects-element-type-background), .elementor-308 .elementor-element.elementor-element-8e17fa2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-308 .elementor-element.elementor-element-47065ed{width:100%;max-width:100%;}.elementor-308 .elementor-element.elementor-element-4caf812{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-308 .elementor-element.elementor-element-fb07946{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-308 .elementor-element.elementor-element-7697283{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7fbd9d4 *//* =========================
   QUIÉNES SOMOS – MADISON
   ========================= */

.madison-about {
  background: #000;
  color: #fff;
  padding: 120px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.madison-about-header {
  max-width: 900px;
  margin-bottom: 80px;
}

.madison-eyebrow {
  display: inline-block;
  color: #d3b97a;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.madison-title {
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 30px;
}

.madison-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #d0d0d0;
  max-width: 720px;
  margin-bottom: 20px;
}

/* Cards */
.madison-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}

.madison-card {
  background: linear-gradient(180deg, #111, #0b0b0b);
  border-radius: 18px;
  padding: 40px;
  transition: all 0.3s ease;
}

.madison-card h3 {
  color: #d3b97a;
  font-size: 22px;
  margin-bottom: 15px;
}

.madison-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #cfcfcf;
}

.madison-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* CTA */
.madison-cta {
  text-align: center;
}

.madison-cta p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
}

.madison-cta a {
  display: inline-block;
  padding: 16px 46px;
  background: #d3b97a;
  color: #000000 !important; /* 🔥 AQUÍ ESTÁ LA CLAVE */
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.madison-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(211,185,122,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .madison-title {
    font-size: 34px;
  }

  .madison-about-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */