.main-wrapper:has(.ea-becas-landing) .footer {
  display: none;
}

.ea-becas-main > ul.row {
  display: none;
}

.ea-becas-landing {
  padding-top: 0;
}

.ea-becas-hero {
  grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
  min-height: 430px;
}

.ea-becas-hero-copy {
  padding: 22px 0 26px;
}

.ea-becas-hero-copy h1 {
  font-size: clamp(3rem, 5.2vw, 5rem);
  margin-bottom: 16px;
}

.ea-becas-hero-copy p {
  font-size: clamp(0.98rem, 1.28vw, 1.18rem);
}

.ea-becas-hero-actions {
  gap: 20px;
  margin-top: 22px;
}

.ea-becas-primary,
.ea-becas-secondary {
  min-height: 46px;
}

.ea-becas-stats {
  margin-top: 34px;
}

.ea-becas-hero-media {
  min-height: 430px;
}

.ea-becas-hero-media img {
  object-position: center right;
}

.ea-becas-date-card {
  top: 42px;
}

.ea-becas-benefits {
  margin-top: -26px;
}

.ea-becas-benefits article {
  min-height: 92px;
  padding: 16px 28px;
}

.ea-becas-existing-content {
  background: #f7f9ff;
  max-width: none;
  padding: 28px clamp(18px, 4vw, 64px) 0;
}

.ea-becas-existing-content > .row {
  margin-left: 0;
  margin-right: 0;
}

.ea-becas-main {
  margin: 0 auto;
  max-width: 1500px;
}

.ea-becas-section {
  margin-top: 28px;
}

.ea-becas-section h2 {
  color: var(--becas-ink);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
  text-align: center;
}

.ea-becas-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.ea-becas-modality {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.1);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 22, 75, 0.08);
  color: var(--becas-ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ea-becas-modality:hover,
.ea-becas-modality:focus-visible {
  border-color: rgba(88, 60, 246, 0.35);
  box-shadow: 0 18px 42px rgba(7, 22, 75, 0.12);
  color: var(--becas-ink);
  text-decoration: none;
  transform: translateY(-3px);
}

.ea-becas-modality picture {
  display: block;
}

.ea-becas-modality img {
  aspect-ratio: 16 / 7.2;
  background: #eef3ff;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ea-becas-modality-badge {
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  left: 22px;
  padding: 8px 14px;
  position: absolute;
  top: 18px;
}

.ea-becas-modality.is-presencial .ea-becas-modality-badge {
  background: #08a846;
}

.ea-becas-modality.is-envivo .ea-becas-modality-badge {
  background: #1d68de;
}

.ea-becas-modality.is-asincrono .ea-becas-modality-badge {
  background: var(--becas-primary);
}

.ea-becas-modality h3,
.ea-becas-modality p,
.ea-becas-modality ul,
.ea-becas-modality-cta {
  margin-left: 26px;
  margin-right: 26px;
}

.ea-becas-modality h3 {
  color: var(--becas-ink);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 6px;
  margin-top: 26px;
  text-align: center;
}

.ea-becas-modality p {
  color: var(--becas-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 16px;
  text-align: center;
}

.ea-becas-modality ul {
  color: var(--becas-ink);
  font-size: 0.86rem;
  line-height: 1.55;
  list-style: none;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0;
}

.ea-becas-modality li::before {
  color: #08a846;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.ea-becas-modality-cta {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
  color: var(--becas-primary);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 22px;
  margin-top: auto;
  min-height: 40px;
}

.ea-becas-note {
  align-items: center;
  color: var(--becas-ink);
  display: flex;
  font-size: 0.94rem;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  margin: 16px 0 0;
  text-align: center;
}

.ea-becas-note i {
  color: var(--becas-primary);
}

.ea-becas-book {
  align-items: center;
  background: linear-gradient(110deg, #ffffff, #f3f6ff);
  border-radius: 13px;
  box-shadow: 0 12px 34px rgba(7, 22, 75, 0.08);
  display: grid;
  gap: 32px;
  grid-template-columns: 250px minmax(260px, 1fr) minmax(340px, 0.9fr);
  padding: clamp(22px, 3vw, 38px);
}

.ea-becas-book-cover {
  position: relative;
}

.ea-becas-book-cover > span {
  align-items: center;
  background: #11b85a;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  left: -8px;
  line-height: 1.1;
  padding: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 22px;
  width: 92px;
  z-index: 2;
}

.ea-becas-book-art {
  background: #07164b;
  border-radius: 5px;
  box-shadow: 0 16px 32px rgba(7, 22, 75, 0.18);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 300px;
  padding: 42px 28px;
}

.ea-becas-book-art strong,
.ea-becas-book-art small {
  font-size: 0.95rem;
}

.ea-becas-book-art b {
  font-size: 1.7rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.ea-becas-qr {
  background: #ffffff;
  border-radius: 9px;
  bottom: 18px;
  box-shadow: 0 12px 28px rgba(7, 22, 75, 0.14);
  left: -14px;
  padding: 10px;
  position: absolute;
  width: 112px;
}

.ea-becas-qr small {
  color: var(--becas-ink);
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.ea-becas-book-copy h2 {
  text-align: left;
}

.ea-becas-book-copy p,
.ea-becas-book-copy li {
  color: var(--becas-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.ea-becas-book-copy ul {
  list-style: none;
  margin: 18px 0 24px;
  padding: 0;
}

.ea-becas-book-copy li::before {
  color: var(--becas-primary);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
}

.ea-becas-yellow,
.ea-becas-dark-outline {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
}

.ea-becas-yellow {
  background: #ffb800;
  color: #07164b;
}

.ea-becas-dark-outline {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
}

.ea-becas-book-preview {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.8fr 0.8fr;
}

.ea-becas-tablet,
.ea-becas-sheet {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(7, 22, 75, 0.1);
  color: var(--becas-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.ea-becas-tablet {
  border: 8px solid #111827;
  min-height: 250px;
}

.ea-becas-sheet {
  min-height: 180px;
  transform: rotate(-3deg);
}

.ea-becas-sheet + .ea-becas-sheet {
  transform: rotate(4deg);
}

.ea-becas-roadmap ol {
  align-items: start;
  counter-reset: roadmap;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  position: relative;
}

.ea-becas-roadmap ol::before {
  border-top: 3px dotted rgba(88, 60, 246, 0.35);
  content: "";
  left: 9%;
  position: absolute;
  right: 9%;
  top: 45px;
}

.ea-becas-roadmap li {
  color: var(--becas-ink);
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.ea-becas-roadmap li span {
  color: var(--becas-primary);
  font-size: 1rem;
  font-weight: 900;
}

.ea-becas-roadmap li i {
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(88, 60, 246, 0.26);
  border-radius: 999px;
  color: var(--becas-primary);
  display: flex;
  font-size: 1.8rem;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.ea-becas-roadmap li:nth-child(4) i,
.ea-becas-roadmap li:nth-child(4) span {
  color: #ff6b2c;
}

.ea-becas-roadmap li:nth-child(5) i,
.ea-becas-roadmap li:nth-child(5) span {
  color: #ffb800;
}

.ea-becas-roadmap b {
  font-size: 0.95rem;
}

.ea-becas-roadmap small {
  color: var(--becas-muted);
  font-size: 0.74rem;
  line-height: 1.35;
  max-width: 150px;
}

.ea-becas-resource-band {
  display: grid;
  gap: 46px;
  grid-template-columns: 1fr;
}

.ea-becas-resource-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ea-becas-resource-panel h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin: 0 0 22px;
  text-align: center;
}

.ea-becas-resource-grid {
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-becas-resource-grid a {
  --resource-accent: #5d35f2;
  --resource-bg: rgba(93, 53, 242, 0.08);
  --resource-border: rgba(93, 53, 242, 0.2);
  align-content: start;
  background: var(--resource-bg);
  border: 1px solid var(--resource-border);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  color: var(--becas-ink);
  display: grid;
  gap: 10px;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  min-height: 166px;
  padding: 20px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ea-becas-resource-grid a:hover,
.ea-becas-resource-grid a:focus-visible {
  border-color: var(--resource-accent);
  box-shadow: 0 18px 36px rgba(7, 22, 75, 0.1);
  outline: 0;
  transform: translateY(-3px);
}

.ea-becas-resource-grid i {
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(7, 22, 75, 0.08);
  color: var(--resource-accent);
  display: inline-flex;
  font-size: 1.65rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.ea-becas-resource-grid b {
  font-size: 0.95rem;
  line-height: 1.25;
}

.ea-becas-resource-grid span {
  color: var(--becas-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.ea-becas-resource-panel:first-child .ea-becas-resource-grid a:nth-child(1),
.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid a:nth-child(1) {
  --resource-accent: #5d35f2;
  --resource-bg: rgba(93, 53, 242, 0.08);
  --resource-border: rgba(93, 53, 242, 0.2);
}

.ea-becas-resource-panel:first-child .ea-becas-resource-grid a:nth-child(2) {
  --resource-accent: #1769ff;
  --resource-bg: rgba(23, 105, 255, 0.08);
  --resource-border: rgba(23, 105, 255, 0.2);
}

.ea-becas-resource-panel:first-child .ea-becas-resource-grid a:nth-child(3) {
  --resource-accent: #009b7a;
  --resource-bg: rgba(0, 155, 122, 0.09);
  --resource-border: rgba(0, 155, 122, 0.22);
}

.ea-becas-resource-panel:first-child .ea-becas-resource-grid a:nth-child(4) {
  --resource-accent: #f07020;
  --resource-bg: rgba(240, 112, 32, 0.1);
  --resource-border: rgba(240, 112, 32, 0.23);
}

.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid a {
  min-height: 146px;
}

.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid a:nth-child(2) {
  --resource-accent: #d83e8f;
  --resource-bg: rgba(216, 62, 143, 0.08);
  --resource-border: rgba(216, 62, 143, 0.22);
}

.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid a:nth-child(3) {
  --resource-accent: #d99a00;
  --resource-bg: rgba(255, 184, 0, 0.13);
  --resource-border: rgba(217, 154, 0, 0.24);
}

.ea-becas-community {
  align-items: center;
  background:
    radial-gradient(circle at 9% 96%, rgba(255, 196, 63, 0.28) 0 46px, transparent 47px),
    radial-gradient(circle at 18% 108%, rgba(94, 217, 184, 0.22) 0 80px, transparent 81px),
    radial-gradient(circle at 93% 112%, rgba(255, 196, 63, 0.2) 0 112px, transparent 113px),
    linear-gradient(100deg, #fff7de, #fffaf0 58%, #fff3d3);
  border: 1px solid rgba(240, 153, 34, 0.24);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(142, 91, 16, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 118px;
  overflow: hidden;
  padding: 16px 26px;
  position: relative;
}

.ea-becas-community:has(.ea-becas-community-mascot img) {
  grid-template-columns: 150px minmax(0, 1fr) auto;
}

.ea-becas-community::before {
  background:
    radial-gradient(circle at 22% 85%, rgba(255, 255, 255, 0.72) 0 24px, transparent 25px),
    radial-gradient(circle at 70% 92%, rgba(255, 255, 255, 0.48) 0 36px, transparent 37px);
  bottom: -18px;
  content: "";
  height: 72px;
  left: 80px;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.ea-becas-community > * {
  position: relative;
  z-index: 1;
}

.ea-becas-community-mascot {
  align-self: end;
  display: none;
  height: 140px;
  justify-self: start;
  margin: -22px 0 -16px;
  width: 150px;
}

.ea-becas-community-mascot:has(img) {
  display: block;
}

.ea-becas-community-mascot img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  width: 100%;
}

.ea-becas-community h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
  text-align: left;
}

.ea-becas-community p {
  color: #25315f;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 6px 0 0;
  max-width: 620px;
}

.ea-becas-community a {
  align-items: center;
  background: linear-gradient(135deg, #6f4df6, #4b2ee8);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(88, 60, 246, 0.24);
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  white-space: nowrap;
}

.ea-becas-community a:hover,
.ea-becas-community a:focus-visible {
  background: linear-gradient(135deg, #5d35f2, #3f23ce);
  color: #ffffff;
  transform: translateY(-2px);
}

.ea-becas-final-cta {
  align-items: center;
  background: #061848;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px 34px;
}

.ea-becas-final-cta h2 {
  color: #ffffff;
  text-align: left;
}

.ea-becas-final-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ea-becas-footer {
  align-items: start;
  color: var(--becas-ink);
  display: grid;
  gap: 28px;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  padding: 26px 10px 34px;
}

.ea-becas-footer strong {
  font-size: 1.6rem;
  font-weight: 900;
}

.ea-becas-footer nav {
  display: grid;
  gap: 6px;
}

.ea-becas-footer b {
  font-size: 0.82rem;
}

.ea-becas-footer a {
  color: var(--becas-muted);
  font-size: 0.76rem;
}

@media (max-width: 1280px) {
  .ea-becas-hero-copy h1 {
    font-size: clamp(3rem, 5vw, 4.5rem);
  }

  .ea-becas-book {
    grid-template-columns: 220px minmax(260px, 1fr);
  }

  .ea-becas-book-preview {
    grid-column: 1 / -1;
  }

  .ea-becas-resource-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .ea-becas-hero,
  .ea-becas-hero-media {
    min-height: 0;
  }

  .ea-becas-hero-copy {
    padding-bottom: 0;
  }

  .ea-becas-benefits {
    margin-top: 16px;
  }

  .ea-becas-card-grid,
  .ea-becas-book {
    grid-template-columns: 1fr;
  }

  .ea-becas-book-preview {
    grid-template-columns: 1fr;
  }

  .ea-becas-roadmap ol {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .ea-becas-roadmap ol::before {
    border-left: 3px dotted rgba(88, 60, 246, 0.35);
    border-top: 0;
    bottom: 40px;
    left: 31px;
    right: auto;
    top: 34px;
  }

  .ea-becas-roadmap li {
    grid-template-columns: 64px 1fr;
    justify-items: start;
    text-align: left;
  }

  .ea-becas-roadmap li span {
    grid-column: 1;
    justify-self: center;
  }

  .ea-becas-roadmap li i {
    grid-column: 1;
    grid-row: 2 / span 2;
  }

  .ea-becas-roadmap b,
  .ea-becas-roadmap small {
    grid-column: 2;
  }

  .ea-becas-resource-grid,
  .ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-community,
  .ea-becas-final-cta,
  .ea-becas-footer {
    grid-template-columns: 1fr;
  }

  .ea-becas-community {
    gap: 14px 18px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 16px 20px;
  }

  .ea-becas-community:has(.ea-becas-community-mascot img) {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .ea-becas-community-mascot {
    height: 108px;
    margin: -18px 0 -16px;
    width: 112px;
  }

  .ea-becas-community a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ea-becas-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ea-becas-existing-content {
    padding-inline: 14px;
  }

  .ea-becas-hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .ea-becas-hero-media {
    min-height: 255px;
  }

  .ea-becas-hero-media img {
    object-position: 66% center;
  }

  .ea-becas-date-card {
    transform: scale(0.78);
  }

  .ea-becas-community {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .ea-becas-community:has(.ea-becas-community-mascot img) {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .ea-becas-community::before {
    left: 48px;
  }

  .ea-becas-community-mascot {
    height: 92px;
    margin: -12px 0 -14px;
    width: 86px;
  }

  .ea-becas-community h2 {
    font-size: 1.28rem;
  }

  .ea-becas-community p {
    font-size: 0.88rem;
  }

  .ea-becas-community a {
    justify-content: center;
    min-height: 44px;
    width: 100%;
  }

  .ea-becas-resource-grid,
  .ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
    grid-template-columns: 1fr;
  }

  .ea-becas-resource-band {
    gap: 38px;
  }

  .ea-becas-resource-panel h2 {
    margin-bottom: 18px;
  }

  .ea-becas-resource-grid a,
  .ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid a {
    align-items: center;
    gap: 12px 14px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 16px;
  }

  .ea-becas-resource-grid i {
    grid-row: 1 / span 2;
    height: 46px;
    width: 46px;
  }

  .ea-becas-community,
  .ea-becas-final-cta,
  .ea-becas-book {
    padding: 18px;
  }

  .ea-becas-final-cta div,
  .ea-becas-yellow,
  .ea-becas-dark-outline {
    width: 100%;
  }
}

.ea-becas-resource-grid a.ea-becas-resource-link {
  position: relative;
  grid-template-rows: auto auto 1fr auto;
}

.ea-becas-resource-grid a.ea-becas-resource-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--resource-accent);
  opacity: 0.72;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.ea-becas-resource-grid a.ea-becas-resource-link:hover::after,
.ea-becas-resource-grid a.ea-becas-resource-link:focus-visible::after {
  opacity: 1;
  transform: translateX(3px);
}

.ea-becas-resource-grid a.ea-becas-resource-link em {
  align-self: end;
  color: var(--resource-accent);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 4px;
}

.ea-becas-resource-grid a.ea-becas-resource-link small {
  color: var(--becas-muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
}

.ea-becas-context-nav-wrap {
  margin: 14px auto 12px;
  max-width: 1200px;
  padding: 0 16px;
}

.ea-becas-context-nav.content-tabs {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 22, 75, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(7, 22, 75, 0.07);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 46px;
  overflow: hidden;
  padding: 6px;
}

.ea-becas-context-nav.content-tabs ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-width: thin;
  white-space: nowrap;
}

.ea-becas-context-nav.content-tabs li {
  flex: 0 0 auto;
}

.ea-becas-context-nav.content-tabs li a {
  align-items: center;
  border-radius: 8px;
  color: #33406c;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  height: 34px;
  line-height: 1;
  padding: 0 13px;
  text-decoration: none;
}

.ea-becas-context-nav.content-tabs li.active a,
.ea-becas-context-nav.content-tabs li a[aria-current="page"] {
  background: rgba(88, 60, 246, 0.1);
  color: #315fbc;
}

.ea-becas-context-nav.content-tabs li a:focus-visible,
.ea-becas-contact-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(49, 95, 188, 0.18);
  outline: 2px solid #315fbc;
  outline-offset: 2px;
}

.ea-becas-context-contact {
  display: flex;
  flex: 0 0 auto;
}

.ea-becas-contact-link {
  align-items: center;
  border: 1px solid rgba(18, 184, 106, 0.28);
  border-radius: 999px;
  color: #0a7f4d;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.ea-becas-contact-link:hover {
  background: rgba(18, 184, 106, 0.08);
  color: #06683e;
}

@media (max-width: 640px) {
  .ea-becas-context-nav-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 12px;
  }

  .ea-becas-context-nav.content-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }

  .ea-becas-context-nav.content-tabs ul {
    width: 100%;
  }

  .ea-becas-context-contact {
    justify-content: flex-start;
    width: 100%;
  }

  .ea-becas-contact-link {
    min-height: 32px;
  }
}

.ea-becas-section-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 22, 75, 0.98), rgba(50, 54, 166, 0.96) 58%, rgba(88, 60, 246, 0.92)),
    radial-gradient(circle at 88% 18%, rgba(18, 184, 106, 0.28), transparent 34%);
  border: 1px solid rgba(7, 22, 75, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 22, 75, 0.06);
  color: #ffffff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(16px, 2.4vw, 24px);
  position: relative;
}

.ea-becas-section-hero--careers {
  background:
    linear-gradient(135deg, rgba(7, 22, 75, 0.98), rgba(10, 89, 128, 0.96) 58%, rgba(18, 184, 106, 0.92)),
    radial-gradient(circle at 88% 18%, rgba(125, 255, 195, 0.32), transparent 34%);
}

.ea-becas-section-hero--reglamento {
  background:
    linear-gradient(135deg, rgba(7, 22, 75, 0.98), rgba(45, 65, 126, 0.96) 58%, rgba(164, 46, 62, 0.9)),
    radial-gradient(circle at 88% 18%, rgba(255, 209, 102, 0.2), transparent 34%);
}

.ea-becas-section-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.ea-becas-section-hero-copy,
.ea-becas-section-hero-stats,
.ea-becas-section-hero-actions {
  position: relative;
  z-index: 1;
}

.ea-becas-section-kicker {
  color: #b9ffd8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.ea-becas-section-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 8px;
}

.ea-becas-section-hero-copy p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.ea-becas-section-hero-stats {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  margin: 0;
}

.ea-becas-section-hero--careers .ea-becas-section-hero-stats {
  grid-template-columns: repeat(4, minmax(70px, 1fr));
}

.ea-becas-section-hero-stats div {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-width: 0;
  padding: 10px 12px;
  text-align: center;
}

.ea-becas-section-hero-stats dt {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.ea-becas-section-hero-stats dd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 5px 0 0;
}

.ea-becas-section-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.ea-becas-section-primary,
.ea-becas-section-secondary {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.ea-becas-section-primary {
  background: #12b86a;
  color: #ffffff;
}

.ea-becas-section-secondary {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #315fbc;
}

.ea-becas-section-hero--careers .ea-becas-section-secondary {
  color: #0a6b61;
}

.ea-becas-section-primary:focus-visible,
.ea-becas-section-secondary:focus-visible {
  box-shadow: 0 0 0 3px rgba(18, 184, 106, 0.24);
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .ea-becas-section-hero {
    grid-template-columns: 1fr;
  }

  .ea-becas-section-hero-stats,
  .ea-becas-section-hero--careers .ea-becas-section-hero-stats {
    max-width: 520px;
  }

  .ea-becas-section-hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ea-becas-section-hero {
    padding: 18px;
  }

  .ea-becas-section-hero-stats,
  .ea-becas-section-hero--careers .ea-becas-section-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    width: 100%;
  }

  .ea-becas-section-hero-actions,
  .ea-becas-section-primary,
  .ea-becas-section-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ea-careers-page {
    scroll-behavior: smooth;
  }
}

.ea-becas-reglamento-page {
  --reglamento-ink: #07164b;
  --reglamento-muted: #52617f;
  --reglamento-red: #a42e3e;
  --reglamento-blue: #315fbc;
  --reglamento-warm: #fff4df;
  --reglamento-line: rgba(7, 22, 75, 0.12);
  background: #f7f9fd;
  color: var(--reglamento-ink);
  display: grid;
  gap: 14px;
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(14px, 2.4vw, 26px);
}

.ea-becas-reglamento-hero .ea-becas-section-kicker {
  color: #ffe1ad;
}

.ea-becas-reglamento-stats {
  grid-template-columns: repeat(3, minmax(86px, 1fr));
}

.ea-becas-reglamento-validity,
.ea-becas-reglamento-disclaimer,
.ea-becas-reglamento-featured,
.ea-becas-reglamento-card {
  background: #ffffff;
  border: 1px solid var(--reglamento-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 22, 75, 0.06);
}

.ea-becas-reglamento-validity,
.ea-becas-reglamento-disclaimer {
  color: var(--reglamento-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px;
}

.ea-becas-reglamento-disclaimer {
  background: #fffbf3;
  border-color: rgba(164, 46, 62, 0.16);
}

.ea-becas-reglamento-featured {
  align-items: center;
  background:
    linear-gradient(135deg, #ffffff, var(--reglamento-warm)),
    #ffffff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(16px, 2.4vw, 24px);
}

.ea-becas-reglamento-label {
  color: var(--reglamento-red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.ea-becas-reglamento-featured h2,
.ea-becas-reglamento-section-head h2,
.ea-becas-reglamento-card h3 {
  color: var(--reglamento-ink);
  letter-spacing: 0;
  margin: 0;
}

.ea-becas-reglamento-featured h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.ea-becas-reglamento-featured p,
.ea-becas-reglamento-card p {
  color: var(--reglamento-muted);
  line-height: 1.55;
  margin: 8px 0 0;
}

.ea-becas-reglamento-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.ea-becas-reglamento-tags li {
  background: #ffffff;
  border: 1px solid rgba(164, 46, 62, 0.16);
  border-radius: 999px;
  color: var(--reglamento-red);
  font-size: 0.8rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ea-becas-reglamento-featured-actions,
.ea-becas-reglamento-card-actions {
  display: flex;
  gap: 10px;
}

.ea-becas-reglamento-featured-actions {
  align-items: stretch;
  flex-direction: column;
  min-width: 210px;
}

.ea-becas-reglamento-featured-actions span {
  color: var(--reglamento-muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.ea-becas-reglamento-primary,
.ea-becas-reglamento-secondary,
.ea-becas-reglamento-card-actions a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  text-decoration: none;
  white-space: nowrap;
}

.ea-becas-reglamento-primary,
.ea-becas-reglamento-card-actions a:first-child {
  background: var(--reglamento-red);
  color: #ffffff;
}

.ea-becas-reglamento-secondary,
.ea-becas-reglamento-card-actions a:last-child {
  background: #ffffff;
  border: 1px solid rgba(164, 46, 62, 0.22);
  color: var(--reglamento-red);
}

.ea-becas-reglamento-primary:focus-visible,
.ea-becas-reglamento-secondary:focus-visible,
.ea-becas-reglamento-card-actions a:focus-visible {
  box-shadow: 0 0 0 3px rgba(164, 46, 62, 0.2);
  outline: 2px solid var(--reglamento-red);
  outline-offset: 2px;
}

.ea-becas-reglamento-section-head {
  margin-bottom: 10px;
}

.ea-becas-reglamento-section-head h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.ea-becas-reglamento-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-becas-reglamento-card {
  display: grid;
  gap: 16px;
  grid-template-rows: 1fr auto;
  padding: 18px;
}

.ea-becas-reglamento-card span {
  color: var(--reglamento-blue);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 7px;
}

.ea-becas-reglamento-card h3 {
  font-size: 1.2rem;
}

.ea-becas-reglamento-card-actions {
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .ea-becas-reglamento-featured,
  .ea-becas-reglamento-grid {
    grid-template-columns: 1fr;
  }

  .ea-becas-reglamento-featured-actions {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .ea-becas-reglamento-page {
    padding: 14px;
  }

  .ea-becas-reglamento-stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ea-becas-reglamento-primary,
  .ea-becas-reglamento-secondary,
  .ea-becas-reglamento-card-actions a {
    width: 100%;
  }
}

.ea-becas-ejes-page {
  --ejes-ink: #07164b;
  --ejes-muted: #48577a;
  --ejes-primary: #315fbc;
  --ejes-line: rgba(7, 22, 75, 0.12);
  --ejes-soft: #f4f7fc;
  background: #f7f9fd;
  color: var(--ejes-ink);
  display: grid;
  gap: 14px;
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(14px, 2.4vw, 26px);
}

.ea-becas-ejes-hero,
.ea-becas-ejes-tools,
.ea-becas-ejes-subject,
.ea-becas-ejes-empty {
  background: #ffffff;
  border: 1px solid var(--ejes-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 22, 75, 0.06);
}

.ea-becas-ejes-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(7, 22, 75, 0.98), rgba(50, 54, 166, 0.96) 58%, rgba(88, 60, 246, 0.92)),
    radial-gradient(circle at 88% 18%, rgba(18, 184, 106, 0.28), transparent 34%);
  color: #ffffff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: clamp(16px, 2.4vw, 24px);
  position: relative;
}

.ea-becas-ejes-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.ea-becas-ejes-hero-copy,
.ea-becas-ejes-hero-stats,
.ea-becas-ejes-header-actions {
  position: relative;
  z-index: 1;
}

.ea-becas-ejes-kicker {
  color: #b9ffd8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.ea-becas-ejes-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 8px;
}

.ea-becas-ejes-hero-copy p,
.ea-becas-ejes-empty p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.ea-becas-ejes-empty p {
  color: var(--ejes-muted);
}

.ea-becas-ejes-hero-stats {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  margin: 0;
}

.ea-becas-ejes-hero-stats div {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-width: 0;
  padding: 10px 12px;
  text-align: center;
}

.ea-becas-ejes-hero-stats dt {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.ea-becas-ejes-hero-stats dd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 5px 0 0;
}

.ea-becas-ejes-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.ea-becas-ejes-course,
.ea-becas-ejes-pdf,
.ea-becas-ejes-topic-resources a,
.ea-becas-ejes-topic-resources span {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.ea-becas-ejes-course {
  background: #12b86a;
  color: #ffffff;
}

.ea-becas-ejes-pdf {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: #315fbc;
}

.ea-becas-ejes-tools {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr minmax(220px, 320px);
  padding: 12px;
}

.ea-becas-ejes-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ea-becas-ejes-tabs button {
  background: var(--ejes-soft);
  border: 1px solid rgba(49, 95, 188, 0.18);
  border-radius: 999px;
  color: var(--ejes-ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 900;
  min-height: 36px;
  padding: 0 13px;
}

.ea-becas-ejes-tabs button.is-active {
  background: var(--ejes-primary);
  color: #ffffff;
}

.ea-becas-ejes-search {
  display: grid;
  gap: 5px;
}

.ea-becas-ejes-search span {
  color: var(--ejes-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.ea-becas-ejes-tools input {
  border: 1px solid rgba(7, 22, 75, 0.14);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 13px;
  width: 100%;
}

.ea-becas-ejes-course:focus-visible,
.ea-becas-ejes-pdf:focus-visible,
.ea-becas-ejes-tabs button:focus-visible,
.ea-becas-ejes-tools input:focus-visible,
.ea-becas-ejes-unit summary:focus-visible,
.ea-becas-ejes-topic-resources a:focus-visible {
  box-shadow: 0 0 0 3px rgba(49, 95, 188, 0.22);
  outline: 2px solid var(--ejes-primary);
  outline-offset: 2px;
}

.ea-becas-ejes-status {
  align-items: center;
  color: var(--ejes-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.84rem;
}

.ea-becas-ejes-status span,
.ea-becas-ejes-status strong {
  background: #ffffff;
  border: 1px solid var(--ejes-line);
  border-radius: 999px;
  padding: 7px 10px;
}

.ea-becas-ejes-status strong {
  color: var(--ejes-ink);
  font-weight: 800;
}

.ea-becas-ejes-subjects {
  display: grid;
  gap: 14px;
}

.ea-becas-ejes-subject {
  padding: clamp(14px, 2vw, 20px);
}

.ea-becas-ejes-subject-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ea-becas-ejes-subject-head h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin: 0;
}

.ea-becas-ejes-subject-head span {
  background: var(--ejes-soft);
  border-radius: 999px;
  color: var(--ejes-primary);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 10px;
}

.ea-becas-ejes-units {
  display: grid;
  gap: 10px;
}

.ea-becas-ejes-unit {
  background: #fbfcff;
  border: 1px solid var(--ejes-line);
  border-radius: 8px;
  overflow: hidden;
}

.ea-becas-ejes-unit summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr auto;
  list-style: none;
  padding: 12px 14px;
}

.ea-becas-ejes-unit summary::-webkit-details-marker {
  display: none;
}

.ea-becas-ejes-unit summary::before {
  color: var(--ejes-primary);
  content: "+";
  font-size: 1.1rem;
  font-weight: 900;
  grid-column: 1;
  grid-row: 1;
}

.ea-becas-ejes-unit[open] summary::before {
  content: "-";
}

.ea-becas-ejes-unit summary span {
  color: var(--ejes-primary);
  font-size: 0.78rem;
  font-weight: 900;
  grid-column: 2;
}

.ea-becas-ejes-unit summary strong {
  font-size: 1rem;
  grid-column: 2;
  line-height: 1.25;
}

.ea-becas-ejes-unit summary em {
  color: var(--ejes-muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  grid-column: 3;
  grid-row: 1 / span 2;
}

.ea-becas-ejes-topics {
  border-top: 1px solid var(--ejes-line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-ejes-topic {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px;
}

.ea-becas-ejes-topic + .ea-becas-ejes-topic {
  border-top: 1px solid rgba(7, 22, 75, 0.08);
}

.ea-becas-ejes-topic h3 {
  font-size: 0.98rem;
  line-height: 1.32;
  margin: 0 0 8px;
}

.ea-becas-ejes-topic h3 span {
  color: var(--ejes-primary);
  display: inline-block;
  font-weight: 900;
  margin-right: 8px;
}

.ea-becas-ejes-topic ul {
  color: var(--ejes-muted);
  display: grid;
  gap: 3px;
  line-height: 1.45;
  margin: 0;
  padding-left: 18px;
}

.ea-becas-ejes-topic-resources {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.ea-becas-ejes-topic-resources a {
  background: var(--ejes-primary);
  color: #ffffff;
}

.ea-becas-ejes-topic-resources a.is-locked {
  background: #fff7df;
  color: #7a4a00;
}

.ea-becas-ejes-topic-resources span {
  background: #eef2f7;
  color: #61708e;
}

.ea-becas-ejes-no-results,
.ea-becas-ejes-empty {
  padding: 16px;
}

.ea-becas-ejes-no-results {
  background: #ffffff;
  border: 1px solid var(--ejes-line);
  border-radius: 8px;
  color: var(--ejes-muted);
  margin: 0;
}

@media (max-width: 980px) {
  .ea-becas-ejes-hero,
  .ea-becas-ejes-tools,
  .ea-becas-ejes-topic {
    grid-template-columns: 1fr;
  }

  .ea-becas-ejes-hero-stats {
    max-width: 420px;
  }

  .ea-becas-ejes-header-actions,
  .ea-becas-ejes-topic-resources {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ea-becas-ejes-page {
    padding: 14px;
  }

  .ea-becas-ejes-hero {
    padding: 18px;
  }

  .ea-becas-ejes-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    width: 100%;
  }

  .ea-becas-ejes-subject-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ea-becas-ejes-header-actions,
  .ea-becas-ejes-course,
  .ea-becas-ejes-pdf,
  .ea-becas-ejes-topic-resources a,
  .ea-becas-ejes-topic-resources span {
    width: 100%;
  }

  .ea-becas-ejes-unit summary {
    grid-template-columns: 1fr;
  }

  .ea-becas-ejes-unit summary::before {
    display: none;
  }

  .ea-becas-ejes-unit summary span,
  .ea-becas-ejes-unit summary strong,
  .ea-becas-ejes-unit summary em {
    grid-column: 1;
    grid-row: auto;
  }
}

.ea-becas-landing {
  --becas-ink: #07164b;
  --becas-muted: #33406c;
  --becas-primary: #583cf6;
  --becas-primary-dark: #3923c6;
  --becas-line: rgba(88, 60, 246, 0.16);
  --becas-panel: rgba(255, 255, 255, 0.92);
  --becas-shadow: 0 18px 50px rgba(7, 22, 75, 0.12);
  color: var(--becas-ink);
  background:
    radial-gradient(circle at 72% 18%, rgba(88, 60, 246, 0.16), transparent 30%),
    linear-gradient(112deg, #ffffff 0%, #f9fbff 42%, #eef4ff 100%);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  padding: 0 clamp(18px, 4vw, 64px) 0;
}

.ea-becas-landing a {
  text-decoration: none;
}

.ea-becas-landing a:focus-visible,
.ea-becas-landing button:focus-visible {
  outline: 3px solid rgba(88, 60, 246, 0.38);
  outline-offset: 4px;
}

.ea-becas-primary:hover {
  background: var(--becas-primary-dark);
  color: #ffffff;
}

.ea-becas-hero {
  align-items: center;
  display: grid;
  gap: clamp(20px, 3vw, 54px);
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  margin: 16px auto 0;
  max-width: 1500px;
  min-height: 500px;
  position: relative;
}

.ea-becas-hero::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0) 80%);
  bottom: 0;
  content: "";
  left: 32%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 34%;
  z-index: 2;
}

.ea-becas-hero-copy {
  max-width: 650px;
  padding: 34px 0 42px;
  position: relative;
  z-index: 3;
}

.ea-becas-hero-copy h1 {
  color: var(--becas-ink);
  font-size: clamp(3.2rem, 6vw, 5.7rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 24px;
}

.ea-becas-hero-copy h1 span {
  display: block;
}

.ea-becas-hero-copy p {
  color: var(--becas-ink);
  font-size: clamp(1rem, 1.55vw, 1.34rem);
  line-height: 1.48;
  margin: 0;
  max-width: 610px;
}

.ea-becas-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 28px;
}

.ea-becas-primary,
.ea-becas-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  min-width: 194px;
  padding: 0 28px;
}

.ea-becas-primary {
  background: var(--becas-primary);
  box-shadow: 0 16px 30px rgba(88, 60, 246, 0.24);
  color: #ffffff;
}

.ea-becas-secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 2px solid rgba(88, 60, 246, 0.55);
  color: var(--becas-primary);
}

.ea-becas-secondary:hover {
  border-color: var(--becas-primary);
  color: var(--becas-primary-dark);
}

.ea-becas-stats {
  display: grid;
  gap: 18px 26px;
  grid-template-columns: repeat(4, minmax(96px, 1fr));
  margin: 48px 0 0;
}

.ea-becas-stats div {
  min-width: 0;
}

.ea-becas-stats dt {
  align-items: center;
  color: var(--becas-ink);
  display: flex;
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
}

.ea-becas-stats i {
  color: var(--becas-primary);
  font-size: 1.6rem;
  width: 28px;
}

.ea-becas-stats dd {
  color: var(--becas-ink);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 6px 0 0 38px;
}

.ea-becas-hero-media {
  align-self: stretch;
  margin-right: calc(clamp(18px, 4vw, 64px) * -1);
  min-height: 500px;
  position: relative;
}

.ea-becas-hero-media picture,
.ea-becas-hero-media img {
  display: block;
  height: 100%;
  width: 100%;
}

.ea-becas-hero-media img {
  object-fit: cover;
  object-position: center right;
}

.ea-becas-hero-media::after {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.82) 14%, rgba(255, 255, 255, 0) 42%);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 48%;
}

.ea-becas-date-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: var(--becas-shadow);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding: 18px 22px;
  position: absolute;
  right: clamp(16px, 3.5vw, 54px);
  text-transform: uppercase;
  top: 54px;
  width: min(210px, 36vw);
  z-index: 4;
}

.ea-becas-date-card i {
  color: #c71722;
  font-size: 2.55rem;
}

.ea-becas-date-card strong,
.ea-becas-date-card span,
.ea-becas-date-card b,
.ea-becas-date-card small {
  display: block;
  line-height: 1;
}

.ea-becas-date-card strong {
  color: #c71722;
  font-size: 1.25rem;
  font-weight: 900;
}

.ea-becas-date-card span,
.ea-becas-date-card small {
  color: var(--becas-ink);
  font-weight: 800;
}

.ea-becas-date-card span {
  font-size: 0.82rem;
  margin-top: 4px;
}

.ea-becas-date-card b {
  color: #c71722;
  font-size: 2.2rem;
  font-weight: 900;
  margin-top: 2px;
}

.ea-becas-date-card small {
  font-size: 0.78rem;
  line-height: 1.1;
  margin-top: 5px;
}

.ea-becas-benefits {
  background: var(--becas-panel);
  border: 1px solid rgba(7, 22, 75, 0.08);
  border-radius: 13px;
  box-shadow: var(--becas-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: -34px auto 0;
  max-width: 1500px;
  position: relative;
  z-index: 5;
}

.ea-becas-benefits article {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 54px 1fr;
  min-height: 110px;
  padding: 20px 30px;
}

.ea-becas-benefits article + article {
  border-left: 1px solid var(--becas-line);
}

.ea-becas-benefits i {
  color: var(--becas-primary);
  font-size: 2.55rem;
  text-align: center;
}

.ea-becas-benefits h2 {
  color: var(--becas-ink);
  font-size: 1.03rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.ea-becas-benefits p {
  color: var(--becas-ink);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

.ea-becas-existing-content {
  padding-top: 22px;
}

@media (max-width: 1180px) {
  .ea-becas-hero {
    grid-template-columns: minmax(320px, 0.94fr) minmax(360px, 1.06fr);
  }

  .ea-becas-stats {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .ea-becas-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .ea-becas-benefits article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--becas-line);
  }

  .ea-becas-benefits article:nth-child(4) {
    border-top: 1px solid var(--becas-line);
  }
}

@media (max-width: 900px) {
  .ea-becas-landing {
    padding: 0 18px;
  }

  .ea-becas-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .ea-becas-hero::before {
    display: none;
  }

  .ea-becas-hero-copy {
    max-width: none;
    padding: 20px 0 0;
  }

  .ea-becas-hero-copy h1 {
    max-width: 700px;
  }

  .ea-becas-hero-media {
    border-radius: 18px;
    margin-right: 0;
    min-height: 380px;
    overflow: hidden;
    width: 100%;
  }

  .ea-becas-hero-media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    width: 100%;
  }

  .ea-becas-benefits {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .ea-becas-landing {
    padding-inline: 14px;
  }

  .ea-becas-hero-copy h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .ea-becas-hero-actions {
    gap: 12px;
  }

  .ea-becas-primary,
  .ea-becas-secondary {
    flex: 1 1 150px;
    min-width: 0;
  }

  .ea-becas-stats {
    gap: 16px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .ea-becas-stats dt {
    font-size: 1rem;
  }

  .ea-becas-stats dd {
    margin-left: 34px;
  }

  .ea-becas-hero-media {
    min-height: 310px;
  }

  .ea-becas-date-card {
    bottom: 16px;
    right: 16px;
    top: auto;
    transform: scale(0.9);
    transform-origin: bottom right;
    width: 190px;
  }

  .ea-becas-benefits {
    grid-template-columns: 1fr;
  }

  .ea-becas-benefits article {
    min-height: 94px;
    padding: 18px;
  }

  .ea-becas-benefits article + article,
  .ea-becas-benefits article:nth-child(3),
  .ea-becas-benefits article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--becas-line);
  }
}

/* Final Sprint 1+ compacting overrides */
.ea-becas-landing {
  padding-top: 14px;
}

.ea-becas-hero {
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  min-height: 430px;
  margin-top: 10px;
}

.ea-becas-hero-copy {
  padding-bottom: 24px;
  padding-top: 18px;
}

.ea-becas-hero-copy h1 {
  font-size: clamp(3rem, 5.25vw, 5rem);
  margin-bottom: 14px;
}

.ea-becas-hero-copy p {
  font-size: clamp(0.98rem, 1.28vw, 1.16rem);
}

.ea-becas-hero-actions {
  gap: 18px;
  margin-top: 20px;
}

.ea-becas-primary,
.ea-becas-secondary {
  min-height: 44px;
}

.ea-becas-stats {
  margin-top: 28px;
}

.ea-becas-hero-media {
  min-height: 430px;
}

.ea-becas-benefits {
  margin-top: -22px;
}

.ea-becas-benefits article {
  min-height: 88px;
  padding-bottom: 14px;
  padding-top: 14px;
}

@media (max-width: 900px) {
  .ea-becas-hero {
    margin-top: 8px;
  }

  .ea-becas-hero-media {
    min-height: 330px;
  }

  .ea-becas-benefits {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .ea-becas-hero-copy h1 {
    font-size: clamp(2.65rem, 12vw, 3.6rem);
  }

  .ea-becas-hero-actions,
  .ea-becas-stats {
    margin-top: 22px;
  }

  .ea-becas-hero-media {
    min-height: 245px;
  }
}

/* Current commercial focus: modalities only */
.ea-becas-book,
.ea-becas-book[hidden] {
  display: none !important;
}

.ea-becas-modality {
  min-height: 500px;
}

.ea-becas-modality img {
  aspect-ratio: auto;
  height: clamp(210px, 17vw, 280px);
  object-fit: cover;
}

.ea-becas-modality.is-presencial img {
  object-position: 54% center;
}

.ea-becas-modality.is-envivo img {
  object-position: 42% center;
}

.ea-becas-modality.is-asincrono img {
  object-position: 72% center;
}

.ea-becas-modality h3,
.ea-becas-modality p,
.ea-becas-modality ul,
.ea-becas-modality-cta {
  margin-left: 24px;
  margin-right: 24px;
}

.ea-becas-modality h3 {
  margin-top: 22px;
}

.ea-becas-modality p {
  margin-bottom: 12px;
}

.ea-becas-modality ul {
  margin-bottom: 14px;
}

.ea-becas-modality-cta {
  margin-bottom: 20px;
}

.ea-becas-resource-band {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.ea-becas-resource-grid,
.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-becas-final-cta {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
}

.ea-becas-final-cta h2 {
  margin-bottom: 6px;
}

.ea-becas-final-cta p {
  color: rgba(255, 255, 255, 0.86);
  grid-column: 1;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.ea-becas-final-cta div {
  grid-column: 2;
  grid-row: 1 / span 2;
}

@media (max-width: 1180px) {
  .ea-becas-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-modality.is-asincrono {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 520px;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .ea-becas-resource-grid,
  .ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-final-cta {
    grid-template-columns: 1fr;
  }

  .ea-becas-final-cta p,
  .ea-becas-final-cta div {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .ea-becas-card-grid {
    grid-template-columns: 1fr;
  }

  .ea-becas-modality,
  .ea-becas-modality.is-asincrono {
    max-width: none;
    min-height: 0;
  }

  .ea-becas-modality img {
    height: clamp(200px, 58vw, 230px);
  }

  .ea-becas-resource-grid,
  .ea-becas-resource-panel + .ea-becas-resource-panel .ea-becas-resource-grid {
    grid-template-columns: 1fr;
  }
}

.ea-becas-presencial-page {
  --presencial-ink: #07164b;
  --presencial-muted: #33406c;
  background:
    radial-gradient(circle at 82% 8%, rgba(88, 60, 246, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  color: var(--presencial-ink);
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(18px, 3vw, 42px);
}

.ea-becas-presencial-hero {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(88, 60, 246, 0.14);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(7, 22, 75, 0.11);
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  overflow: hidden;
  padding: clamp(22px, 4vw, 48px);
}

.ea-becas-presencial-status {
  background: #10a957;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding: 8px 13px;
}

.ea-becas-presencial-copy h1 {
  color: var(--presencial-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 720px;
}

.ea-becas-presencial-copy > p {
  color: var(--presencial-muted);
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 680px;
}

.ea-becas-presencial-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
}

.ea-becas-presencial-facts div {
  background: #f6f8ff;
  border: 1px solid rgba(88, 60, 246, 0.14);
  border-radius: 14px;
  padding: 14px;
}

.ea-becas-presencial-facts dt {
  color: #5d35f2;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ea-becas-presencial-facts dd {
  color: var(--presencial-ink);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.ea-becas-presencial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ea-becas-presencial-primary,
.ea-becas-presencial-secondary,
.ea-becas-presencial-pending a {
  align-items: center;
  border-radius: 11px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.ea-becas-presencial-primary {
  background: linear-gradient(135deg, #6f4df6, #4b2ee8);
  box-shadow: 0 15px 30px rgba(88, 60, 246, 0.24);
  color: #ffffff;
}

.ea-becas-presencial-primary:hover,
.ea-becas-presencial-pending a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.ea-becas-presencial-secondary {
  background: #ffffff;
  border: 1px solid rgba(88, 60, 246, 0.42);
  color: #4b2ee8;
}

.ea-becas-presencial-secondary:hover {
  background: #f2efff;
  color: #3923c6;
}

.ea-becas-presencial-media {
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(7, 22, 75, 0.14);
  margin: 0;
  overflow: hidden;
}

.ea-becas-presencial-media img {
  aspect-ratio: 16 / 9;
  display: block;
  height: clamp(260px, 28vw, 410px);
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.ea-becas-presencial-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.ea-becas-presencial-summary article {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.09);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 18px;
}

.ea-becas-presencial-summary i {
  align-items: center;
  background: rgba(88, 60, 246, 0.1);
  border-radius: 12px;
  color: #583cf6;
  display: inline-flex;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ea-becas-presencial-summary span {
  color: var(--presencial-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.ea-becas-presencial-summary strong {
  color: var(--presencial-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.ea-becas-presencial-info {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  margin-top: 24px;
}

.ea-becas-presencial-info > div,
.ea-becas-presencial-pending {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.09);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  padding: clamp(20px, 3vw, 30px);
}

.ea-becas-presencial-info h2 {
  color: var(--presencial-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 900;
  margin: 0 0 16px;
}

.ea-becas-presencial-info ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-presencial-info li {
  align-items: flex-start;
  color: var(--presencial-muted);
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.ea-becas-presencial-info li i {
  color: #08a846;
  margin-top: 3px;
}

.ea-becas-presencial-pending {
  background: linear-gradient(135deg, #fff8df, #ffffff);
  border-color: rgba(255, 184, 0, 0.28);
}

.ea-becas-presencial-pending p {
  color: var(--presencial-muted);
  line-height: 1.5;
  margin: 0 0 20px;
}

.ea-becas-presencial-pending a {
  background: #07164b;
  color: #ffffff;
}

.ea-becas-presencial-disclaimer {
  color: rgba(51, 64, 108, 0.82);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 24px 0 0;
  text-align: center;
}

.ea-becas-virtual-page {
  --virtual-ink: #07164b;
  --virtual-muted: #33406c;
  background:
    radial-gradient(circle at 82% 8%, rgba(88, 60, 246, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  color: var(--virtual-ink);
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(18px, 3vw, 42px);
}

.ea-becas-virtual-hero {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(88, 60, 246, 0.14);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(7, 22, 75, 0.11);
  display: grid;
  gap: clamp(22px, 4vw, 52px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  overflow: hidden;
  padding: clamp(22px, 4vw, 48px);
}

.ea-becas-virtual-status {
  background: #1769ff;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding: 8px 13px;
}

.ea-becas-virtual-copy h1 {
  color: var(--virtual-ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0;
  max-width: 720px;
}

.ea-becas-virtual-copy > p {
  color: var(--virtual-muted);
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 680px;
}

.ea-becas-virtual-actions,
.ea-becas-virtual-notify {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ea-becas-virtual-primary,
.ea-becas-virtual-secondary,
.ea-becas-virtual-notify a,
.ea-becas-sample-cta,
.ea-becas-sample-unavailable {
  align-items: center;
  border-radius: 11px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  transition: box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.ea-becas-virtual-primary,
.ea-becas-virtual-notify a,
.ea-becas-sample-cta {
  background: linear-gradient(135deg, #6f4df6, #4b2ee8);
  box-shadow: 0 15px 30px rgba(88, 60, 246, 0.24);
  color: #ffffff;
}

.ea-becas-virtual-primary:hover,
.ea-becas-virtual-notify a:hover,
.ea-becas-sample-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.ea-becas-virtual-secondary {
  background: #ffffff;
  border: 1px solid rgba(88, 60, 246, 0.42);
  color: #4b2ee8;
}

.ea-becas-virtual-secondary:hover {
  background: #f2efff;
  color: #3923c6;
}

.ea-becas-virtual-media {
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(7, 22, 75, 0.14);
  margin: 0;
  overflow: hidden;
}

.ea-becas-virtual-media img {
  aspect-ratio: 16 / 9;
  display: block;
  height: clamp(260px, 28vw, 410px);
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.ea-becas-virtual-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
}

.ea-becas-virtual-summary article {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.09);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 18px;
}

.ea-becas-virtual-summary i {
  align-items: center;
  background: rgba(23, 105, 255, 0.1);
  border-radius: 12px;
  color: #1769ff;
  display: inline-flex;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ea-becas-virtual-summary span {
  color: var(--virtual-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.ea-becas-virtual-summary strong {
  color: var(--virtual-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.ea-becas-virtual-calls,
.ea-becas-virtual-benefits,
.ea-becas-virtual-flow,
.ea-becas-virtual-notify,
.ea-becas-sample-video {
  background: #ffffff;
  border: 1px solid rgba(7, 22, 75, 0.09);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  margin-top: 24px;
  padding: clamp(20px, 3vw, 30px);
}

.ea-becas-virtual-calls h2,
.ea-becas-virtual-benefits h2,
.ea-becas-virtual-flow h2,
.ea-becas-virtual-notify h2,
.ea-becas-sample-copy h2 {
  color: var(--virtual-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 900;
  margin: 0 0 16px;
}

.ea-becas-virtual-call-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-becas-virtual-call-card {
  background: linear-gradient(180deg, #ffffff, #f8faff);
  border: 1px solid rgba(88, 60, 246, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(7, 22, 75, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(18px, 2.5vw, 24px);
}

.ea-becas-virtual-call-status {
  align-self: flex-start;
  background: #10a957;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 7px 11px;
  text-transform: uppercase;
}

.ea-becas-virtual-call-card h3 {
  color: var(--virtual-ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

.ea-becas-virtual-call-card dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.ea-becas-virtual-call-card dl div {
  background: #f3f6ff;
  border: 1px solid rgba(23, 105, 255, 0.13);
  border-radius: 13px;
  padding: 12px;
}

.ea-becas-virtual-call-card dt {
  color: #1769ff;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ea-becas-virtual-call-card dd {
  color: var(--virtual-ink);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.ea-becas-virtual-call-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-virtual-call-card li {
  align-items: flex-start;
  color: var(--virtual-muted);
  display: flex;
  gap: 9px;
  line-height: 1.4;
}

.ea-becas-virtual-call-card li i {
  color: #08a846;
  margin-top: 3px;
}

.ea-becas-virtual-call-card a {
  align-items: center;
  background: linear-gradient(135deg, #6f4df6, #4b2ee8);
  border-radius: 11px;
  box-shadow: 0 14px 28px rgba(88, 60, 246, 0.22);
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  margin-top: auto;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

.ea-becas-virtual-call-card a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.ea-becas-virtual-benefits ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-virtual-benefits li {
  align-items: flex-start;
  color: var(--virtual-muted);
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.ea-becas-virtual-benefits li i {
  color: #08a846;
  margin-top: 3px;
}

.ea-becas-sample-video {
  align-items: center;
  display: grid;
  gap: clamp(20px, 4vw, 44px);
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
}

.ea-becas-sample-media {
  aspect-ratio: 16 / 9;
  background: #eef3ff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.ea-becas-sample-media img,
.ea-becas-sample-placeholder {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ea-becas-sample-placeholder {
  background: linear-gradient(135deg, #eef3ff, #e6e0ff);
}

.ea-becas-sample-label,
.ea-becas-sample-duration {
  background: rgba(7, 22, 75, 0.82);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 900;
  left: 16px;
  padding: 7px 10px;
  position: absolute;
  top: 16px;
}

.ea-becas-sample-duration {
  left: auto;
  right: 16px;
}

.ea-becas-sample-play {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(7, 22, 75, 0.22);
  color: #583cf6;
  display: inline-flex;
  font-size: 1.6rem;
  height: 74px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
}

.ea-becas-sample-play.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.ea-becas-sample-copy > span {
  color: #1769ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ea-becas-sample-copy p,
.ea-becas-virtual-notify p {
  color: var(--virtual-muted);
  line-height: 1.5;
  margin: 0 0 20px;
}

.ea-becas-sample-unavailable {
  background: #f2efff;
  color: #4b2ee8;
}

.ea-becas-virtual-flow ol {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-virtual-flow li {
  background: #f7f9ff;
  border: 1px solid rgba(88, 60, 246, 0.12);
  border-radius: 16px;
  display: grid;
  gap: 10px;
  min-height: 120px;
  padding: 18px;
}

.ea-becas-virtual-flow span {
  align-items: center;
  background: #583cf6;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.ea-becas-virtual-flow strong {
  color: var(--virtual-ink);
  line-height: 1.25;
}

.ea-becas-virtual-notify {
  align-items: center;
  background: linear-gradient(135deg, #fff8df, #ffffff);
  border-color: rgba(255, 184, 0, 0.28);
  display: flex;
  justify-content: space-between;
}

.ea-becas-virtual-notify h2 {
  margin-bottom: 8px;
}

.ea-becas-virtual-notify p {
  margin: 0;
}

.ea-becas-virtual-disclaimer {
  color: rgba(51, 64, 108, 0.82);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 24px 0 0;
  text-align: center;
}

.ea-becas-async-page {
  --async-amber: #f7a817;
  --async-ink: #07164b;
  --async-muted: #43527d;
  --async-purple: #5b3df4;
  background: linear-gradient(180deg, #fff8ea 0%, #f7f9ff 42%, #ffffff 100%);
  color: var(--async-ink);
  display: grid;
  gap: 24px;
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(18px, 3vw, 40px);
}

.ea-becas-async-hero,
.ea-becas-async-benefits,
.ea-becas-async-offer,
.ea-becas-async-nav,
.ea-becas-async-page .ea-becas-sample-video {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(247, 168, 23, 0.2);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(7, 22, 75, 0.08);
  padding: clamp(20px, 4vw, 48px);
}

.ea-becas-async-hero {
  align-items: center;
  display: grid;
  gap: clamp(22px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
}

.ea-becas-async-status,
.ea-becas-async-offer span {
  background: linear-gradient(135deg, #ffb928, #ff8b3d);
  border-radius: 999px;
  color: #3b2200;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  padding: 9px 14px;
  text-transform: uppercase;
}

.ea-becas-async-copy h1 {
  font-size: clamp(2.25rem, 4.15vw, 3.85rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 22px;
  max-width: 780px;
  overflow-wrap: anywhere;
}

.ea-becas-async-copy p,
.ea-becas-async-offer p,
.ea-becas-async-disclaimer {
  color: var(--async-muted);
  line-height: 1.55;
}

.ea-becas-async-copy p {
  font-size: clamp(1rem, 1.5vw, 1.26rem);
  margin: 0 0 26px;
  max-width: 650px;
}

.ea-becas-async-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ea-becas-async-primary,
.ea-becas-async-secondary,
.ea-becas-async-offer a,
.ea-becas-async-nav a {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.ea-becas-async-primary,
.ea-becas-async-offer a {
  background: linear-gradient(135deg, var(--async-purple), #7c4dff);
  box-shadow: 0 14px 28px rgba(91, 61, 244, 0.24);
  color: #ffffff;
}

.ea-becas-async-primary.is-disabled {
  background: #fff0c2;
  box-shadow: none;
  color: #7a4a00;
}

.ea-becas-async-secondary,
.ea-becas-async-nav a {
  background: #ffffff;
  border: 1px solid rgba(91, 61, 244, 0.26);
  color: var(--async-purple);
}

.ea-becas-async-media {
  margin: 0;
}

.ea-becas-async-media img {
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  box-shadow: 0 24px 54px rgba(7, 22, 75, 0.13);
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ea-becas-async-benefits h2,
.ea-becas-async-offer h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.3rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 18px;
}

.ea-becas-async-benefits ul {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.ea-becas-async-benefits li {
  align-items: center;
  background: #fffaf0;
  border: 1px solid rgba(247, 168, 23, 0.18);
  border-radius: 16px;
  color: var(--async-ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
  min-height: 72px;
  padding: 14px;
}

.ea-becas-async-benefits li i {
  align-items: center;
  background: #fff0c2;
  border-radius: 12px;
  color: #d27700;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-width: 34px;
}

.ea-becas-async-offer {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr) auto;
}

.ea-becas-async-offer span {
  margin-bottom: 12px;
}

.ea-becas-async-offer p {
  margin: 0;
}

.ea-becas-async-offer dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.ea-becas-async-offer dl div {
  background: #f7f4ff;
  border: 1px solid rgba(91, 61, 244, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
}

.ea-becas-async-offer dt {
  color: var(--async-purple);
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ea-becas-async-offer dd {
  color: var(--async-ink);
  font-weight: 900;
  margin: 0;
}

.ea-becas-async-page .ea-becas-sample-copy > span {
  color: #d27700;
}

.ea-becas-async-page .ea-becas-sample-unavailable {
  background: #fff0c2;
  color: #7a4a00;
}

.ea-becas-async-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 18px;
}

.ea-becas-async-disclaimer {
  font-size: 0.82rem;
  margin: 0;
  text-align: center;
}

@media (max-width: 1020px) {
  .ea-becas-presencial-hero,
  .ea-becas-presencial-info,
  .ea-becas-virtual-hero,
  .ea-becas-async-hero,
  .ea-becas-async-offer,
  .ea-becas-sample-video {
    grid-template-columns: 1fr;
  }

  .ea-becas-presencial-summary,
  .ea-becas-virtual-summary,
  .ea-becas-virtual-call-grid,
  .ea-becas-virtual-flow ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-virtual-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-async-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-becas-virtual-notify {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .ea-becas-presencial-page,
  .ea-becas-virtual-page,
  .ea-becas-async-page {
    padding: 14px;
  }

  .ea-becas-presencial-hero,
  .ea-becas-virtual-hero,
  .ea-becas-async-hero {
    padding: 18px;
  }

  .ea-becas-presencial-facts,
  .ea-becas-presencial-summary,
  .ea-becas-presencial-info ul,
  .ea-becas-virtual-summary,
  .ea-becas-virtual-call-grid,
  .ea-becas-virtual-call-card dl,
  .ea-becas-virtual-benefits ul,
  .ea-becas-async-benefits ul,
  .ea-becas-virtual-flow ol {
    grid-template-columns: 1fr;
  }

  .ea-becas-presencial-primary,
  .ea-becas-presencial-secondary,
  .ea-becas-presencial-pending a,
  .ea-becas-virtual-primary,
  .ea-becas-virtual-secondary,
  .ea-becas-async-primary,
  .ea-becas-async-secondary,
  .ea-becas-async-offer a,
  .ea-becas-async-nav a,
  .ea-becas-virtual-notify a,
  .ea-becas-sample-cta,
  .ea-becas-sample-unavailable {
    width: 100%;
  }

  .ea-becas-presencial-media img,
  .ea-becas-virtual-media img,
  .ea-becas-async-media img {
    height: clamp(210px, 58vw, 250px);
  }

  .ea-becas-sample-video,
  .ea-becas-virtual-benefits,
  .ea-becas-async-benefits,
  .ea-becas-async-offer,
  .ea-becas-virtual-flow,
  .ea-becas-virtual-notify {
    padding: 18px;
  }

  .ea-becas-sample-play {
    height: 62px;
    width: 62px;
  }
}
