/* Sección SAE incorporada a V5. Estilos acotados para no modificar el resto del sitio. */
    .sae-home {
      background: linear-gradient(180deg, #fff 0%, #fbf7f8 100%);
      border-top: 1px solid #eadde0;
      border-bottom: 1px solid #eadde0;
    }
    .sae-home .section-heading {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .sae-home .major-section-title,
    .sae-home .sae-eyebrow {
      color: #7a1e2c;
    }
    .sae-home h2 {
      color: #5e1521;
    }
    .sae-home-intro {
      max-width: 960px;
      margin: 0 auto 28px;
      text-align: center;
      font-size: 1.06rem;
      line-height: 1.75;
      color: #3a3a3a;
    }
    .sae-step-card {
      position: relative;
      overflow: hidden;
      background: #ffffff !important;
      border-radius: 18px !important;
      text-align: center;
      box-sizing: border-box;
    }
    /* CADA PUNTO SAE ES UN RECUADRO INDEPENDIENTE Y BIEN VISIBLE */
    .sae-point-box {
      border: 4px solid #7a1e2c !important;
      background: #ffffff !important;
      box-shadow: 0 12px 28px rgba(94, 21, 33, .22) !important;
      border-radius: 18px !important;
    }
    .sae-step-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: linear-gradient(90deg, #7a1e2c, #a33a4d);
    }
    .sae-wide-card {
      max-width: 1120px;
      margin: 0 auto 26px;
      padding: 32px 34px 30px;
    }
    .sae-steps-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px;
      max-width: 1120px;
      margin: 0 auto 26px;
      align-items: stretch;
      justify-content: center;
    }
    .sae-steps-grid .sae-step-card {
      padding: 32px 20px 26px;
      min-height: 252px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .sae-step-number {
      width: 76px;
      height: 62px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
      background: linear-gradient(135deg, #7a1e2c 0%, #5e1521 100%) !important;
      color: #ffffff !important;
      border: 3px solid #5e1521;
      font-size: 1.62rem;
      font-weight: 900;
      letter-spacing: .045em;
      box-shadow: 0 8px 18px rgba(94, 21, 33, .28);
      flex: 0 0 auto;
    }
    .sae-step-card h3 {
      margin: 0 0 11px;
      color: #5e1521;
      font-size: 1.09rem;
      line-height: 1.3;
      font-weight: 800;
    }
    .sae-step-card p {
      margin: 0;
      color: #484848;
      line-height: 1.58;
    }
    .sae-consensus-lead {
      max-width: 860px;
      margin: 0 auto 18px !important;
    }
    .sae-consensus-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }
    .sae-consensus-item {
      padding: 18px 16px;
      border-radius: 12px;
      background: #f8eff1;
      border: 1px solid #ead7dc;
      text-align: left;
    }
    .sae-consensus-item strong {
      display: block;
      margin-bottom: 6px;
      color: #7a1e2c;
      line-height: 1.35;
    }
    .sae-storage {
      background: linear-gradient(135deg, #fff 0%, #f8eff1 100%);
      color: #2a2a2a;
    }
    .sae-storage .sae-step-number {
      background: linear-gradient(135deg, #7a1e2c 0%, #5e1521 100%);
      color: #fff;
      box-shadow: 0 8px 18px rgba(94, 21, 33, .24);
    }
    .sae-storage::before {
      background: linear-gradient(90deg, #7a1e2c, #a33a4d);
    }
    .sae-storage h3 {
      color: #5e1521;
    }
    .sae-storage p {
      color: #484848;
    }
    .sae-storage p {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.68;
    }
    .sae-home-close {
      max-width: 1000px;
      margin: 28px auto 20px;
      padding: 18px 22px;
      border-radius: 12px;
      background: #f6ecef;
      color: #5e1521;
      text-align: center;
      font-weight: 800;
      font-size: 1.08rem;
      letter-spacing: .01em;
    }
    .sae-home-actions {
      display: flex;
      gap: 14px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 20px;
    }
    .sae-home .sae-button-primary {
      background: #7a1e2c;
      border-color: #7a1e2c;
      color: #fff;
    }
    .sae-home .sae-button-primary:hover {
      background: #5e1521;
      border-color: #5e1521;
    }
    .sae-home .sae-button-secondary {
      color: #7a1e2c;
      border-color: #7a1e2c;
      background: #fff;
    }
    @media (max-width: 980px) {
      .sae-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .sae-consensus-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 620px) {
      .sae-wide-card { padding: 24px 18px; }
      .sae-steps-grid { grid-template-columns: 1fr; }
      .sae-steps-grid .sae-step-card { min-height: 0; }
      .sae-home-actions { flex-direction: column; }
      .sae-home-actions .button { width: 100%; text-align: center; }
      .sae-home-close { font-size: .98rem; }
    }

/* Refuerzo visual: 10 puntos = 10 recuadros claramente separados */
.sae-home .sae-point-box {
  border: 4px solid #7a1e2c !important;
  outline: 1px solid rgba(122,30,44,.08);
  box-shadow: 0 12px 28px rgba(94,21,33,.20) !important;
  background: #fff !important;
}
.sae-home .sae-step-number {
  display: inline-flex !important;
  width: 78px !important;
  height: 64px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #7a1e2c !important;
  color: #fff !important;
  border: 3px solid #5e1521 !important;
  border-radius: 16px !important;
  font-weight: 900 !important;
  font-size: 1.65rem !important;
}
