:where() tiene especificidad 0 pero MATCHEA el elemento
   directamente, así que gana a la herencia. Todo descendiente
   scu- sin color propio se pintaba en casi negro sobre navy.
   Solución: cada elemento del header declara su color aquí,
   con especificidad 0-1-0 o superior. Sin tocar la global.
   Marcado abajo con  
   ============================================================ */

[class*="dnd-section"]:has(.scu-header),
[class*="dnd_area"]:has(.scu-header) {
  padding: 0 !important;
}

.scu-header-mount {
  height: 74px;
}

.scu-header {
  background: #131e52;
  color: #e4e9f8;                    
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.scu-header__progress {
  background: #4064dc;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
}

.scu-header .scu-header__inner {
  align-items: center;
  box-sizing: border-box;
  color: inherit;                    
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  height: 74px;
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: clamp(20px, 5vw, 64px);
}

.scu-header a.scu-header__brand,
.scu-header a.scu-header__brand:link,
.scu-header a.scu-header__brand:visited {
  align-items: center;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-flex;
  flex-shrink: 0;
  text-decoration: none;
}

.scu-header a.scu-header__brand:hover,
.scu-header a.scu-header__brand:focus,
.scu-header a.scu-header__brand:active {
  color: #ffffff !important;
  text-decoration: none;
}

.scu-header a.scu-header__brand:focus-visible {
  outline: 2px solid #a9b8ee;
  outline-offset: 4px;
}

.scu-header__brand img {
  display: block;
  height: auto !important;
  max-height: 30px;
  width: auto !important;
}

.scu-header .scu-header__nav {
  color: inherit;                    
  margin-left: auto;
}

.scu-header .scu-header__menu {
  align-items: center;
  color: inherit;                    
  display: flex;
  gap: clamp(4px, 1vw, 14px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.scu-header .scu-header__item {
  color: inherit;                    
  position: relative;
}

.scu-header button.scu-header__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #e4e9f8;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  gap: 7px;
  letter-spacing: -0.008em;
  line-height: 1.4;
  padding: 10px 12px;
  text-transform: none !important;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.scu-header button.scu-header__trigger:hover,
.scu-header button.scu-header__trigger:focus {
  background: hsla(0, 0%, 100%, 0.07);
  color: #ffffff;
}

.scu-header button.scu-header__trigger:focus-visible {
  outline: 2px solid #a9b8ee;
  outline-offset: 2px;
}

.scu-header__item.has-current .scu-header__trigger {
  color: #ffffff;
}

.scu-header .scu-header__trigger-txt {
  color: inherit;
}

.scu-header .scu-header__chev {
  border-bottom: 1.6px solid;
  border-right: 1.6px solid;
  color: inherit;                    
  height: 8px;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.18s ease;
  width: 8px;
}

.scu-header__item.is-open .scu-header__chev {
  transform: rotate(-135deg) translate(-2px, -2px);
}

.scu-header .scu-header__drop {
  background: #ffffff;
  border: 1px solid #e2e4ec;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(6, 12, 40, 0.26);
  color: #131e52;                    
  left: 50%;
  min-width: 336px;
  padding: 12px;
  position: absolute;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 3;
}

.scu-header__drop[hidden] {
  display: none;
}

.scu-header .scu-header__drop::before {
  content: "";
  height: 14px;
  left: -12px;
  position: absolute;
  right: -12px;
  top: -14px;
}

.scu-header .scu-header__drop-lista {
  color: inherit;                    
  list-style: none;
  margin: 0;
  padding: 0;
}

.scu-header .scu-header__drop-li {
  color: inherit;                    
}

.scu-header a.scu-header__drop-enlace,
.scu-header a.scu-header__drop-enlace:link,
.scu-header a.scu-header__drop-enlace:visited {
  border-radius: 12px;
  color: #131e52 !important;
  display: block;
  padding: 11px 14px;
  text-decoration: none;
  text-transform: none !important;
  transition: background-color 0.16s ease;
}

.scu-header a.scu-header__drop-enlace:hover,
.scu-header a.scu-header__drop-enlace:focus,
.scu-header a.scu-header__drop-enlace:active {
  background: #f2f5fe;
  color: #131e52 !important;
}

.scu-header a.scu-header__drop-enlace:focus-visible {
  outline: 2px solid #4064dc;
  outline-offset: -2px;
}

.scu-header a.scu-header__drop-enlace.is-current {
  background: #f2f5fe;
}

.scu-header .scu-header__drop-titulo {
  color: #131e52;
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.scu-header .scu-header__drop-desc {
  color: #5c6270;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.002em;
  line-height: 1.42;
  margin-top: 3px;
}

.scu-header .scu-header__drop-li--todos {
  border-top: 1px solid #e2e4ec;
  color: inherit;                    
  margin-top: 6px;
  padding-top: 10px;
}

.scu-header a.scu-header__drop-todos,
.scu-header a.scu-header__drop-todos:link,
.scu-header a.scu-header__drop-todos:visited {
  border-radius: 10px;
  color: #22409a !important;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: none !important;
  transition: background-color 0.16s ease;
}

.scu-header a.scu-header__drop-todos:hover,
.scu-header a.scu-header__drop-todos:focus,
.scu-header a.scu-header__drop-todos:active {
  background: #f2f5fe;
  color: #22409a !important;
}

.scu-header a.scu-header__drop-todos:focus-visible {
  outline: 2px solid #4064dc;
  outline-offset: -2px;
}

.scu-header .scu-header__cta {
  color: inherit;                    
  flex-shrink: 0;
}

.scu-header a.scu-header__btn,
.scu-header a.scu-header__btn:link,
.scu-header a.scu-header__btn:visited {
  align-items: center;
  background: #4064dc;
  border: 0;
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.4;
  padding: 11px 22px;
  text-decoration: none;
  text-transform: none !important;
  transition: background-color 0.18s ease;
}

.scu-header a.scu-header__btn:hover,
.scu-header a.scu-header__btn:focus,
.scu-header a.scu-header__btn:active {
  background: #2f4fc0;
  color: #ffffff !important;
}

.scu-header a.scu-header__btn:focus-visible {
  outline: 2px solid #a9b8ee;
  outline-offset: 3px;
}

.scu-header button.scu-header__burger {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: inherit;                    
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 6px;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 44px;
}

.scu-header__burger-bar {
  background: #ffffff;
  border-radius: 2px;
  display: block;
  height: 1.8px;
  margin-inline: auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 22px;
}

.scu-header.is-panel-open .scu-header__burger-bar:first-child {
  transform: translateY(4px) rotate(45deg);
}

.scu-header.is-panel-open .scu-header__burger-bar:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.scu-header button.scu-header__burger:focus-visible {
  outline: 2px solid #a9b8ee;
  outline-offset: 2px;
}

.scu-header .scu-header__panel {
  background: #131e52;
  bottom: 0;
  color: #e4e9f8;                    
  left: 0;
  overflow-y: auto;
  padding: clamp(20px, 5vw, 32px) clamp(20px, 5vw, 32px) 48px;
  position: fixed;
  right: 0;
  top: 74px;
  z-index: 899;
}

.scu-header__panel[hidden] {
  display: none;
}

.scu-header .scu-header__panel-nav {
  color: inherit;                    
}

.scu-header .scu-header__acc {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.16);
  color: inherit;                    
}

.scu-header summary.scu-header__acc-sum {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: -0.014em;
  line-height: 1.3;
  list-style: none;
  padding: 18px 2px;
  text-transform: none !important;
}

.scu-header summary.scu-header__acc-sum::-webkit-details-marker {
  display: none;
}

.scu-header summary.scu-header__acc-sum:focus-visible {
  border-radius: 6px;
  outline: 2px solid #a9b8ee;
  outline-offset: 2px;
}

.scu-header__acc[open] .scu-header__acc-sum .scu-header__chev {
  transform: rotate(-135deg) translate(-2px, -2px);
}

.scu-header .scu-header__acc-lista {
  color: inherit;                    
  list-style: none;
  margin: 0;
  padding: 0 0 16px;
}

.scu-header a.scu-header__acc-enlace,
.scu-header a.scu-header__acc-enlace:link,
.scu-header a.scu-header__acc-enlace:visited {
  color: #c9d2ee !important;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.45;
  padding: 11px 2px;
  text-decoration: none;
  text-transform: none !important;
}

.scu-header a.scu-header__acc-enlace:hover,
.scu-header a.scu-header__acc-enlace:focus,
.scu-header a.scu-header__acc-enlace:active {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.scu-header a.scu-header__acc-enlace:focus-visible {
  border-radius: 4px;
  outline: 2px solid #a9b8ee;
  outline-offset: 2px;
}

.scu-header a.scu-header__acc-enlace--todos,
.scu-header a.scu-header__acc-enlace--todos:link,
.scu-header a.scu-header__acc-enlace--todos:visited {
  color: #a9b8ee !important;
  font-weight: 600;
}

.scu-header a.scu-header__acc-enlace--todos:hover,
.scu-header a.scu-header__acc-enlace--todos:focus,
.scu-header a.scu-header__acc-enlace--todos:active {
  color: #ffffff !important;
}

.scu-header a.scu-header__panel-btn,
.scu-header a.scu-header__panel-btn:link,
.scu-header a.scu-header__panel-btn:visited {
  background: #4064dc;
  border-radius: 999px;
  color: #ffffff !important;
  display: block;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 28px;
  padding: 15px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: none !important;
}

.scu-header a.scu-header__panel-btn:hover,
.scu-header a.scu-header__panel-btn:focus,
.scu-header a.scu-header__panel-btn:active {
  background: #2f4fc0;
  color: #ffffff !important;
}

.scu-header a.scu-header__panel-btn:focus-visible {
  outline: 2px solid #a9b8ee;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .scu-header__nav,
  .scu-header__cta {
    display: none;
  }
  .scu-header button.scu-header__burger {
    display: flex;
  }
}

@media (min-width: 981px) {
  .scu-header__panel {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scu-header * {
    animation: none !important;
    transition: none !important;
  }
}
