/**
 * Landing UI — solo Academia More y Cursillo Solow.
 * Acotado a body.body--unit-more .more-landing y body.body--unit-solow .solow-landing.
 */

/* ── Academia More ───────────────────────────────────────── */

body.body--unit-more .more-landing {
  --more-landing-radius: 18px;
  --more-landing-radius-lg: 22px;
  --more-landing-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --more-landing-shadow-hover: 0 22px 60px rgba(15, 23, 42, 0.12);
  --more-landing-border: 1px solid rgba(15, 23, 42, 0.06);
  --more-landing-accent: #63e9c5;
  /* Esquinas distintivas (override del sistema global) */
  --more-shape-lg: 6px;
  --more-shape-sm: 26px;
}

/* Esquinas distintivas More: chamfer (TL+BR grandes, TR+BL pequeñas) */
body.body--unit-more .more-landing .am-propuesta-card,
body.body--unit-more .more-landing .am-about__card,
body.body--unit-more .more-landing .am-modal-card,
body.body--unit-more .more-landing .am-empresas-cta,
body.body--unit-more .more-landing .am-contact-showcase__copy,
body.body--unit-more .more-landing .am-contact-showcase__form-panel,
body.body--unit-more .more-landing .am-aliados-card,
body.body--unit-more .more-landing .course-card {
  border-radius: var(--more-shape-sm) var(--more-shape-lg) var(--more-shape-sm) var(--more-shape-lg);
}
/* Alternancia: filas pares invierten el ángulo para crear ritmo visual */
body.body--unit-more .more-landing .am-propuesta-grid > :nth-child(2n),
body.body--unit-more .more-landing .am-modalidades-cards > :nth-child(2n),
body.body--unit-more .more-landing .courses-grid--am > :nth-child(2n),
body.body--unit-more .more-landing .am-aliados__grid > :nth-child(2n) {
  border-radius: var(--more-shape-lg) var(--more-shape-sm) var(--more-shape-lg) var(--more-shape-sm);
}

body.body--unit-more .more-landing .more-section {
  scroll-margin-top: 88px;
}

/* Hero banner con video (estructura tipo FCE home) */
body.body--unit-more .more-landing .am-hero.am-hero--banner {
  padding: 0;
  background: #0a282c;
  border-bottom: 0;
  overflow: visible;
}

body.body--unit-more .more-landing .am-hero__panel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #0a282c;
}

body.body--unit-more .more-landing .am-hero__bg-video {
  display: block;
  width: 100%;
  height: clamp(480px, 62vw, 760px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.06) contrast(1.05) brightness(0.72);
}

body.body--unit-more .more-landing .am-hero__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      102deg,
      rgba(8, 28, 32, 0.9) 0%,
      rgba(10, 45, 48, 0.68) 42%,
      rgba(12, 55, 58, 0.32) 70%,
      rgba(12, 55, 58, 0.12) 100%
    );
}

body.body--unit-more .more-landing .am-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(24px, 3.6vw, 44px) clamp(16px, 5.6vw, 84px);
}

body.body--unit-more .more-landing .am-hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

body.body--unit-more .more-landing .am-hero__content {
  max-width: 540px;
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: 22px;
  border: 1px solid rgba(99, 233, 197, 0.32);
  background: linear-gradient(145deg, rgba(8, 32, 36, 0.62) 0%, rgba(6, 22, 28, 0.42) 100%);
  box-shadow: 0 20px 40px rgba(2, 15, 20, 0.32);
  backdrop-filter: blur(3px);
}

body.body--unit-more .more-landing .am-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(99, 233, 197, 0.48);
  background: linear-gradient(
    135deg,
    rgba(46, 158, 156, 0.32) 0%,
    rgba(12, 55, 58, 0.22) 100%
  );
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(235, 251, 253, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 20px rgba(5, 32, 36, 0.28);
}

body.body--unit-more .more-landing .am-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--more-landing-accent);
  box-shadow: 0 0 0 5px rgba(99, 233, 197, 0.22);
}

body.body--unit-more .more-landing .am-hero__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.1rem, 6vw, 4.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.9;
  color: #fff;
  margin: 0 0 16px;
  text-shadow: 0 8px 24px rgba(3, 20, 24, 0.45);
}

body.body--unit-more .more-landing .am-hero__sub {
  margin: 0 0 22px;
  max-width: 490px;
  font-size: 0.98rem;
  line-height: 1.58;
  color: rgba(236, 247, 249, 0.96);
}

body.body--unit-more .more-landing .am-hero__trust {
  margin-top: 4px;
  color: rgba(236, 247, 249, 0.78);
}

body.body--unit-more .more-landing .am-hero__highlights-wrap {
  position: relative;
  z-index: 2;
  margin-top: clamp(-2.75rem, -4vw, -2rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

body.body--unit-more .more-landing .am-hero--banner .am-hero__highlights {
  margin: 0;
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.body--unit-more .more-landing .am-hero--banner .am-hero__highlight {
  background: var(--surface, #fff);
  border: var(--more-landing-border);
  box-shadow: var(--more-landing-shadow);
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-hero--banner .am-hero__highlight {
  background: var(--surface, #0f172a);
  border-color: rgba(99, 233, 197, 0.18);
}

@media (max-width: 900px) {
  body.body--unit-more .more-landing .am-hero__bg-video {
    height: 500px;
  }

  body.body--unit-more .more-landing .am-hero__overlay {
    align-items: flex-end;
  }

  body.body--unit-more .more-landing .am-hero__content {
    max-width: 100%;
    padding: 18px 16px;
  }

  body.body--unit-more .more-landing .am-hero__title {
    font-size: clamp(2.1rem, 11vw, 3.35rem);
    line-height: 0.95;
  }

  body.body--unit-more .more-landing .am-hero--banner .am-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.body--unit-more .more-landing .am-hero--banner .am-hero__highlights {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-hero__bg-video {
    display: none;
  }

  body.body--unit-more .more-landing .am-hero__panel {
    min-height: clamp(420px, 70vw, 520px);
    background:
      linear-gradient(145deg, #0a282c 0%, #0f3d42 100%),
      url("/assets/logos/More%20Svg.svg") center / min(280px, 55vw) no-repeat;
  }
}

/* Nuestra propuesta — cards animadas (patrón sl-mod-card, marca More) */
body.body--unit-more .more-landing .am-propuesta .sec-header {
  max-width: 46rem;
  margin-inline: auto;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
}

body.body--unit-more .more-landing .am-propuesta .sec-title strong {
  color: var(--more-landing-accent);
  font-weight: inherit;
}

body.body--unit-more .more-landing .am-propuesta-grid {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  align-items: stretch;
}

body.body--unit-more .more-landing .am-propuesta-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: clamp(220px, 28vw, 260px);
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  background: var(--surface, #fff);
  box-shadow:
    0 2px 4px rgba(136, 144, 195, 0.12),
    0 8px 28px rgba(15, 23, 42, 0.06);
  text-align: left;
  transition:
    background 0.55s ease,
    color 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

body.body--unit-more .more-landing .am-propuesta-card::before {
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--more-landing-accent) 10%, transparent);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
  pointer-events: none;
  transition: background 0.45s ease;
}

body.body--unit-more .more-landing .am-propuesta-card__bubble {
  position: absolute;
  background: color-mix(in srgb, var(--more-landing-accent) 16%, transparent);
  width: 100rem;
  height: 100rem;
  z-index: -2;
  top: 16rem;
  left: -18rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  transition: top 0.55s ease;
  pointer-events: none;
}

body.body--unit-more .more-landing .am-propuesta-card__num {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--more-landing-accent) 70%, var(--text-3, #94a3b8));
  opacity: 0.85;
  transition: color 0.45s ease, opacity 0.45s ease;
}

body.body--unit-more .more-landing .am-propuesta-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more-landing-accent, #63e9c5);
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 35%, transparent);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--more-landing-accent) 18%, transparent);
  transition: color 0.45s ease, background 0.45s ease, transform 0.45s ease;
}

body.body--unit-more .more-landing .am-propuesta-card__title {
  margin: 0.85rem 0 0.55rem;
  padding-right: 1.75rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--text);
  transition: color 0.45s ease;
}

body.body--unit-more .more-landing .am-propuesta-card__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
  transition: color 0.45s ease;
}

body.body--unit-more .more-landing .am-propuesta-card:hover {
  z-index: 5;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--more-landing-accent) 92%, #2e9e9c) 0%,
    color-mix(in srgb, var(--more-landing-accent) 75%, #0f3d42) 100%
  );
  color: #fff;
  transform: scale(1.04);
  border-color: color-mix(in srgb, var(--more-landing-accent) 55%, transparent);
  box-shadow:
    0 14px 36px color-mix(in srgb, var(--more-landing-accent) 28%, transparent),
    0 6px 18px rgba(15, 23, 42, 0.12);
}

body.body--unit-more .more-landing .am-propuesta-card:hover::before {
  background: rgba(255, 255, 255, 0.1);
}

body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__bubble {
  top: 0;
}

body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__num,
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__title,
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__desc {
  color: #fff;
}

body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__icon {
  color: color-mix(in srgb, var(--more-landing-accent) 85%, #0f3d42);
  background: #fff;
  transform: scale(1.06);
}

@media (min-width: 1200px) {
  body.body--unit-more .more-landing .am-propuesta-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.body--unit-more .more-landing .am-propuesta-card--lift {
    transform: translateY(-10px);
  }

  body.body--unit-more .more-landing .am-propuesta-card--lift:hover {
    transform: translateY(-10px) scale(1.04);
  }
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card {
  background: var(--surface, #0f172a);
  border-color: rgba(99, 233, 197, 0.14);
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card__icon {
  background: var(--more-grad, linear-gradient(135deg, #7df2d4 0%, #2bbf9e 100%));
  color: #06302b;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-propuesta-card,
  body.body--unit-more .more-landing .am-propuesta-card::before,
  body.body--unit-more .more-landing .am-propuesta-card__bubble,
  body.body--unit-more .more-landing .am-propuesta-card__icon {
    transition: none;
  }

  body.body--unit-more .more-landing .am-propuesta-card:hover,
  body.body--unit-more .more-landing .am-propuesta-card--lift,
  body.body--unit-more .more-landing .am-propuesta-card--lift:hover,
  body.body--unit-more .more-landing .am-propuesta-card--lift-alt,
  body.body--unit-more .more-landing .am-propuesta-card--lift-alt:hover {
    transform: none;
  }
}

/* Modalidades — cards animadas (reutiliza am-propuesta-card) */
body.body--unit-more .more-landing .am-modalidades {
  padding: clamp(56px, 8vw, 80px) 0;
}

body.body--unit-more .more-landing .am-modalidades .sec-header {
  max-width: 46rem;
  margin-inline: auto;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
}

body.body--unit-more .more-landing .am-modalidades-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(14px, 2vw, 20px);
  max-width: 1180px;
  margin: 0 auto;
}

body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card {
  flex: 1 1 min(260px, 100%);
  max-width: min(300px, 100%);
  min-height: clamp(230px, 30vw, 255px);
}

body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card__title {
  padding-right: 0;
}

@media (min-width: 1024px) {
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card {
    flex: 1 1 calc(25% - 16px);
    max-width: none;
    min-width: 0;
  }

  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card--lift,
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card--lift-alt {
    transform: none;
  }
}

@media (max-width: 767px) {
  body.body--unit-more .more-landing .am-modalidades-cards {
    flex-direction: column;
    align-items: center;
  }

  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card {
    width: 100%;
    max-width: 400px;
  }

  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card--lift,
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card--lift-alt {
    transform: none;
  }
}

/* Catálogo de cursos — filtros y cards */
body.body--unit-more .more-landing .am-courses--catalog {
  padding: clamp(56px, 8vw, 80px) 0;
}

body.body--unit-more .more-landing .am-courses--catalog .sec-header {
  max-width: 44rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.body--unit-more .more-landing .am-courses__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
  padding: 14px 16px;
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  background: color-mix(in srgb, var(--more-landing-accent) 6%, var(--surface, #fff));
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

body.body--unit-more .more-landing .am-courses__filter-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-2);
}

body.body--unit-more .more-landing .am-cat-strip--filters {
  margin: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

body.body--unit-more .more-landing .am-cat-chip--filter {
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
}

body.body--unit-more .more-landing .am-cat-chip--filter:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--more-landing-accent) 18%, transparent);
}

body.body--unit-more .more-landing .am-cat-chip--filter.am-cat-chip--active {
  box-shadow: 0 8px 22px color-mix(in srgb, var(--more-landing-accent) 32%, transparent);
}

body.body--unit-more .more-landing .am-courses__empty {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--more-landing-radius);
  border: 1px dashed color-mix(in srgb, var(--more-landing-accent) 40%, var(--border));
  background: color-mix(in srgb, var(--more-landing-accent) 8%, var(--surface, #fff));
  font-size: 0.92rem;
  color: var(--text-2);
  text-align: center;
}

body.body--unit-more .more-landing .courses-grid--am {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(16px, 2.2vw, 22px);
  align-items: stretch;
}

body.body--unit-more .more-landing .courses-grid--am .course-card {
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  box-shadow: var(--more-landing-shadow);
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease;
}

body.body--unit-more .more-landing .courses-grid--am .course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--more-landing-shadow-hover);
  border-color: color-mix(in srgb, var(--more-landing-accent) 45%, transparent);
}

body.body--unit-more .more-landing .course-card__mods {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.body--unit-more .more-landing .course-card__mod {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 35%, transparent);
  background: color-mix(in srgb, var(--more-landing-accent) 10%, var(--surface, #fff));
  color: color-mix(in srgb, var(--more-landing-accent) 75%, #0f3d42);
}

html[data-theme="dark"] body.body--unit-more .more-landing .course-card__mod {
  background: rgba(99, 233, 197, 0.1);
  color: var(--more-landing-accent);
}

body.body--unit-more .more-landing .course-card__thumb {
  min-height: 152px;
}

body.body--unit-more .more-landing .course-card__title {
  font-size: 1.02rem;
}

@media (min-width: 1024px) {
  body.body--unit-more .more-landing .courses-grid--am {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.body--unit-more .more-landing .am-courses__toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.body--unit-more .more-landing .am-cat-strip--filters {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .courses-grid--am .course-card,
  body.body--unit-more .more-landing .am-cat-chip--filter {
    transition: none;
  }

}

body.body--unit-more .more-landing .am-modal-card,
body.body--unit-more .more-landing .am-propuesta-card,
body.body--unit-more .more-landing .am-about__card,
body.body--unit-more .more-landing .course-card,
body.body--unit-more .more-landing .am-partner-card .am-partner-card__inner,
body.body--unit-more .more-landing .sl-ben.more-card {
  border-radius: var(--more-landing-radius);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease;
}

body.body--unit-more .more-landing .am-modal-card:hover,
body.body--unit-more .more-landing .am-about__card:hover,
body.body--unit-more .more-landing .course-card:hover,
body.body--unit-more .more-landing .am-partner-card.more-card:hover .am-partner-card__inner {
  transform: translateY(-4px);
  box-shadow: var(--more-landing-shadow-hover);
}

body.body--unit-more .more-landing .am-contact__inner,
body.body--unit-more .more-landing .am-contact-showcase__copy,
body.body--unit-more .more-landing .am-contact-showcase__form-panel,
body.body--unit-more .more-landing .am-ic-cta,
body.body--unit-more .more-landing .am-empresas-cta {
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  box-shadow: var(--more-landing-shadow);
}

/* MORE Empresas — In Company (cards animadas + CTA showcase) */
body.body--unit-more .more-landing .am-empresas {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5rem) 0;
  scroll-margin-top: 88px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--more-landing-accent) 5%, #f7f4ef) 0%,
    #f3f0ea 45%,
    color-mix(in srgb, var(--more-landing-accent) 7%, #eef8f5) 100%
  );
}

body.body--unit-more .more-landing .am-empresas__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      55% 45% at 8% 18%,
      color-mix(in srgb, var(--more-landing-accent) 14%, transparent) 0%,
      transparent 70%
    ),
    radial-gradient(
      40% 35% at 92% 75%,
      color-mix(in srgb, var(--more-landing-accent) 10%, transparent) 0%,
      transparent 65%
    );
}

body.body--unit-more .more-landing .am-empresas .container {
  position: relative;
  z-index: 1;
}

body.body--unit-more .more-landing .am-empresas__intro {
  max-width: 46rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.body--unit-more .more-landing .am-empresas__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 48%, transparent);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-landing-accent) 14%, var(--surface, #fff)) 0%,
    color-mix(in srgb, var(--more-landing-accent) 6%, var(--surface, #fff)) 100%
  );
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--more-landing-accent) 80%, #0f3d42);
}

body.body--unit-more .more-landing .am-empresas__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--more-landing-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--more-landing-accent) 22%, transparent);
}

body.body--unit-more .more-landing .am-empresas__tagline {
  margin: 1rem 0 0;
  padding-left: 0.85rem;
  border-left: 3px solid var(--more-landing-accent);
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
}

body.body--unit-more .more-landing .am-empresas__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

body.body--unit-more .more-landing .am-empresas__pill {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--more-landing-accent) 75%, #0f3d42);
  background: color-mix(in srgb, var(--more-landing-accent) 12%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 28%, transparent);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.body--unit-more .more-landing .am-empresas__pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--more-landing-accent) 16%, transparent);
}

body.body--unit-more .more-landing .am-empresas__layout {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  align-items: stretch;
}

body.body--unit-more .more-landing .am-empresas__cards {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  grid-template-columns: 1fr;
  align-items: stretch;
}

body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card {
  min-height: clamp(230px, 28vw, 270px);
}

body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card__title {
  padding-right: 1.75rem;
}

body.body--unit-more .more-landing .am-empresas-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: clamp(1.5rem, 2.8vw, 1.85rem);
  background: linear-gradient(
    155deg,
    color-mix(in srgb, var(--more-landing-accent) 28%, #fff) 0%,
    color-mix(in srgb, var(--more-landing-accent) 14%, #fff) 42%,
    color-mix(in srgb, var(--more-landing-accent) 8%, var(--surface, #fff)) 100%
  );
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 38%, transparent);
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--more-landing-accent) 18%, transparent),
    0 4px 14px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
}

body.body--unit-more .more-landing .am-empresas-cta__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 38%,
    transparent 62%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

body.body--unit-more .more-landing .am-empresas-cta:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--more-landing-accent) 55%, transparent);
  box-shadow: var(--more-landing-shadow-hover);
}

body.body--unit-more .more-landing .am-empresas-cta:hover .am-empresas-cta__shine {
  opacity: 1;
}

body.body--unit-more .more-landing .am-empresas-cta__badge {
  position: relative;
  z-index: 1;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--more-landing-accent) 85%, #0f3d42);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 35%, transparent);
}

body.body--unit-more .more-landing .am-empresas-cta__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: color-mix(in srgb, var(--more-landing-accent) 85%, #0f3d42);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 35%, transparent);
  box-shadow: 0 8px 22px color-mix(in srgb, var(--more-landing-accent) 22%, transparent);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-more .more-landing .am-empresas-cta:hover .am-empresas-cta__icon {
  transform: scale(1.06) rotate(-3deg);
}

body.body--unit-more .more-landing .am-empresas-cta__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--text);
}

body.body--unit-more .more-landing .am-empresas-cta__desc {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
  flex: 1;
}

body.body--unit-more .more-landing .am-empresas-cta__btn {
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-landing-accent) 88%, #2e9e9c) 0%,
    var(--more-landing-accent) 55%,
    color-mix(in srgb, var(--more-landing-accent) 75%, #1a7a78) 100%
  );
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 65%, #fff);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--more-landing-accent) 32%, transparent);
}

body.body--unit-more .more-landing .am-empresas-cta__btn:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

body.body--unit-more .more-landing .am-empresas-cta__link {
  position: relative;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--more-landing-accent) 75%, #0f3d42);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

body.body--unit-more .more-landing .am-empresas-cta__link:hover {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--more-landing-accent) 8%, #0f1419) 0%,
    var(--bg, #0f172a) 100%
  );
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-cta {
  background: linear-gradient(
    155deg,
    color-mix(in srgb, var(--more-landing-accent) 18%, var(--surface, #0f172a)) 0%,
    var(--surface, #0f172a) 70%
  );
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-cta__icon {
  background: var(--more-grad, linear-gradient(135deg, #7df2d4 0%, #2bbf9e 100%));
  color: #06302b;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-cta__badge {
  background: color-mix(in srgb, var(--more-accent, #63e9c5) 18%, var(--surface));
  color: #aef6e3;
}

@media (min-width: 768px) {
  body.body--unit-more .more-landing .am-empresas__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.body--unit-more .more-landing .am-empresas__layout {
    grid-template-columns: 1fr min(340px, 32%);
    align-items: stretch;
  }

  body.body--unit-more .more-landing .am-empresas-cta {
    position: sticky;
    top: 96px;
    align-self: start;
  }

  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift,
  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift-alt {
    transform: translateY(-10px);
  }

  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift:hover,
  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift-alt:hover {
    transform: translateY(-10px) scale(1.04);
  }
}

@media (max-width: 1023px) {
  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift,
  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift-alt {
    transform: none;
  }

  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift:hover,
  body.body--unit-more .more-landing .am-empresas__cards .am-propuesta-card--lift-alt:hover {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-empresas-cta,
  body.body--unit-more .more-landing .am-empresas-cta__icon,
  body.body--unit-more .more-landing .am-empresas-cta__btn,
  body.body--unit-more .more-landing .am-empresas__pill {
    transition: none;
  }

  body.body--unit-more .more-landing .am-empresas-cta:hover,
  body.body--unit-more .more-landing .am-empresas-cta:hover .am-empresas-cta__icon,
  body.body--unit-more .more-landing .am-empresas-cta__btn:hover {
    transform: none;
  }
}

body.body--unit-more .more-landing .am-cat-chip {
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.body--unit-more .more-landing .am-cat-chip:hover {
  transform: translateY(-1px);
}

body.body--unit-more .more-landing .am-hero__logo {
  max-width: min(380px, 88vw);
}

body.body--unit-more .more-landing .am-hero__video-wrap--dce {
  aspect-ratio: 16 / 11;
  background: #0f172a;
}

body.body--unit-more .more-landing .am-hero__dce-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.body--unit-more .more-landing .am-cat-chip--filter {
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}

body.body--unit-more .more-landing .am-partner-card__logo {
  image-rendering: auto;
  max-height: 72px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Aliados / Confían en nosotros */
body.body--unit-more .more-landing .am-aliados {
  padding: clamp(56px, 8vw, 80px) 0;
}

body.body--unit-more .more-landing .sec-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

body.body--unit-more .more-landing .am-aliados__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 48%, transparent);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-landing-accent) 14%, var(--surface, #fff)) 0%,
    color-mix(in srgb, var(--more-landing-accent) 6%, var(--surface, #fff)) 100%
  );
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--more-landing-accent) 80%, #0f3d42);
}

body.body--unit-more .more-landing .am-aliados__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--more-landing-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--more-landing-accent) 22%, transparent);
}

body.body--unit-more .more-landing .am-aliados__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
  max-width: 920px;
  margin: 0 auto;
}

body.body--unit-more .more-landing .am-aliados-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(180px, 24vw, 220px);
  padding: clamp(28px, 4vw, 44px) clamp(22px, 3vw, 36px);
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  background: var(--surface, #fff);
  box-shadow: var(--more-landing-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
}

body.body--unit-more .more-landing .am-aliados-card__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    transparent 0%,
    color-mix(in srgb, var(--more-landing-accent) 8%, transparent) 42%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

body.body--unit-more .more-landing .am-aliados-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--more-landing-accent) 42%, transparent);
  box-shadow: var(--more-landing-shadow-hover);
}

body.body--unit-more .more-landing .am-aliados-card:hover .am-aliados-card__shine {
  opacity: 1;
}

body.body--unit-more .more-landing .am-aliados-card__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.body--unit-more .more-landing .am-aliados-card__logo {
  display: block;
  width: auto;
  max-width: min(100%, 320px);
  height: auto;
  max-height: clamp(88px, 12vw, 128px);
  object-fit: contain;
  object-position: center center;
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-aliados-card {
  background: var(--surface, #0f172a);
  border-color: rgba(99, 233, 197, 0.14);
}

@media (min-width: 900px) {
  body.body--unit-more .more-landing .am-aliados-card--lift {
    transform: translateY(-8px);
  }

  body.body--unit-more .more-landing .am-aliados-card--lift:hover {
    transform: translateY(-14px);
  }
}

@media (max-width: 640px) {
  body.body--unit-more .more-landing .am-aliados__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  body.body--unit-more .more-landing .am-aliados-card--lift {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-aliados-card,
  body.body--unit-more .more-landing .am-aliados-card__shine {
    transition: none;
  }

  body.body--unit-more .more-landing .am-aliados-card:hover,
  body.body--unit-more .more-landing .am-aliados-card--lift,
  body.body--unit-more .more-landing .am-aliados-card--lift:hover {
    transform: none;
  }
}

body.body--unit-more .more-landing .am-hero__title span {
  color: #63e9c5;
}

/* Ruta (3 pasos) */
body.body--unit-more .more-landing .more-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(14px, 2.5vw, 20px);
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  body.body--unit-more .more-landing .more-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.body--unit-more .more-landing .more-process__step {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.1rem;
  align-items: flex-start;
  padding: clamp(1.1rem, 2.2vw, 1.35rem) clamp(1.1rem, 2.5vw, 1.45rem);
  border: var(--more-landing-border);
  background: var(--surface, #fff);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.05);
}

body.body--unit-more .more-landing .more-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(
    145deg,
    var(--more-landing-accent),
    color-mix(in srgb, var(--more-landing-accent) 65%, #0f172a)
  );
  box-shadow: 0 6px 20px color-mix(in srgb, var(--more-landing-accent) 35%, transparent);
}

body.body--unit-more .more-landing .more-process__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

body.body--unit-more .more-landing .more-process__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
}

body.body--unit-more .more-landing .more-process__cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

/* FAQ More */
body.body--unit-more .more-landing .more-faq {
  max-width: 44rem;
  margin: 0 auto;
}

body.body--unit-more .more-landing .more-faq__item {
  border: var(--more-landing-border);
  border-radius: var(--more-landing-radius);
  margin-bottom: 0.65rem;
  background: var(--surface, #fff);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.25s ease;
}

body.body--unit-more .more-landing .more-faq__item:hover {
  border-color: color-mix(in srgb, var(--more-landing-accent) 32%, var(--border, #e5e7eb));
}

body.body--unit-more .more-landing .more-faq__item[open] {
  border-color: color-mix(in srgb, var(--more-landing-accent) 45%, transparent);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
}

body.body--unit-more .more-landing .more-faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
}

body.body--unit-more .more-landing .more-faq__item summary::-webkit-details-marker {
  display: none;
}

body.body--unit-more .more-landing .more-faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--text-3, #94a3b8);
  border-bottom: 2px solid var(--text-3, #94a3b8);
  transform: rotate(45deg);
  transition: transform 0.25s ease, border-color 0.2s ease;
  margin-top: -0.2rem;
}

body.body--unit-more .more-landing .more-faq__item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 0.15rem;
  border-color: var(--more-landing-accent);
}

body.body--unit-more .more-landing .more-faq__body {
  padding: 0 1.15rem 1.05rem;
  border-top: 1px solid color-mix(in srgb, var(--border, #e5e7eb) 80%, transparent);
}

body.body--unit-more .more-landing .more-faq__body p {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-2);
}

body.body--unit-more .more-landing .more-section--faq .sec-lead a {
  color: var(--more-landing-accent);
  font-weight: 700;
  text-underline-offset: 3px;
}

body.body--unit-more .more-landing .am-contact .form-input:focus,
body.body--unit-more .more-landing .am-contact .form-input:focus-visible,
body.body--unit-more .more-landing .am-contact-showcase .form-input:focus,
body.body--unit-more .more-landing .am-contact-showcase .form-input:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--more-landing-accent) 55%, transparent);
  outline-offset: 1px;
  border-color: color-mix(in srgb, var(--more-landing-accent) 55%, var(--border));
}

/* Formulario de contacto — layout tipo Solow/FCE (More) */
body.body--unit-more .more-landing .am-contact-showcase {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  scroll-margin-top: 88px;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--more-landing-accent) 6%, #f7f4ef) 0%,
    #f3f0ea 40%,
    color-mix(in srgb, var(--more-landing-accent) 4%, #f5f2ec) 100%
  );
}

body.body--unit-more .more-landing .am-contact-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 clamp(0.5rem, 2vw, 1.25rem);
  border-radius: var(--more-landing-radius-lg);
  background: radial-gradient(
    80% 60% at 12% 20%,
    color-mix(in srgb, var(--more-landing-accent) 10%, transparent) 0%,
    transparent 55%
  );
  pointer-events: none;
  z-index: 0;
}

body.body--unit-more .more-landing .am-contact-showcase .container {
  position: relative;
  z-index: 1;
}

body.body--unit-more .more-landing .am-contact-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
}

body.body--unit-more .more-landing .am-contact-showcase__copy {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--more-landing-radius-lg);
  border: var(--more-landing-border);
  background: linear-gradient(
    158deg,
    var(--surface, #fff) 0%,
    color-mix(in srgb, var(--more-landing-accent) 8%, var(--surface, #fff)) 100%
  );
  box-shadow: var(--more-landing-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

body.body--unit-more .more-landing .am-contact-showcase__copy:hover {
  box-shadow: var(--more-landing-shadow-hover);
}

body.body--unit-more .more-landing .am-contact-showcase__eyebrow {
  align-self: flex-start;
  margin-bottom: 0.25rem;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 48%, transparent);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-landing-accent) 14%, var(--surface, #fff)) 0%,
    color-mix(in srgb, var(--more-landing-accent) 6%, var(--surface, #fff)) 100%
  );
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--more-landing-accent) 80%, #0f3d42);
}

body.body--unit-more .more-landing .am-contact-showcase__title {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
}

body.body--unit-more .more-landing .am-contact-showcase__lead {
  margin: 0;
  font-size: clamp(0.96rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-2);
  max-width: 36ch;
}

body.body--unit-more .more-landing .am-contact-showcase__points {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

body.body--unit-more .more-landing .am-contact-showcase__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-2);
}

body.body--unit-more .more-landing .am-contact-showcase__point-icon {
  flex-shrink: 0;
  color: var(--more-landing-accent);
  font-weight: 800;
  line-height: 1.35;
}

body.body--unit-more .more-landing .am-contact-showcase__wa {
  margin-top: 0.35rem;
  align-self: flex-start;
}

body.body--unit-more .more-landing .am-contact-showcase__form-panel {
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  border-radius: var(--more-landing-radius-lg);
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 18%, #d9d2c8);
  background: linear-gradient(
    165deg,
    color-mix(in srgb, #e8e2d8 92%, var(--more-landing-accent) 8%) 0%,
    color-mix(in srgb, #ebe6dc 88%, var(--surface, #fff) 12%) 100%
  );
  box-shadow:
    0 14px 40px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

body.body--unit-more .more-landing .am-contact-showcase__form-panel:hover {
  transform: translateY(-3px);
  box-shadow: var(--more-landing-shadow-hover);
}

body.body--unit-more .more-landing .am-contact-showcase__form {
  display: grid;
  gap: 0.85rem;
}

body.body--unit-more .more-landing .am-contact-showcase__form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

body.body--unit-more .more-landing .am-contact-showcase__form .form-label {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text);
  margin-bottom: 0.35rem;
}

body.body--unit-more .more-landing .am-contact-showcase__form .form-input {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid color-mix(in srgb, var(--border) 80%, #c9c2b8);
  border-radius: 12px;
  padding: 11px 13px;
  font-size: 0.95rem;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.body--unit-more .more-landing .am-contact-showcase__form .form-input::placeholder {
  color: var(--text-3);
}

body.body--unit-more .more-landing .am-contact-showcase__form select.form-input {
  cursor: pointer;
  appearance: auto;
}

body.body--unit-more .more-landing .am-contact-showcase__note {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-3);
}

body.body--unit-more .more-landing .am-contact-showcase__submit {
  margin-top: 0.35rem;
  border-radius: 999px;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-landing-accent) 88%, #2e9e9c) 0%,
    var(--more-landing-accent) 55%,
    color-mix(in srgb, var(--more-landing-accent) 75%, #1a7a78) 100%
  );
  border: 1px solid color-mix(in srgb, var(--more-landing-accent) 65%, #fff);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--more-landing-accent) 32%, transparent);
}

body.body--unit-more .more-landing .am-contact-showcase__submit:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-contact-showcase {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--more-landing-accent) 8%, #0f1419) 0%,
    var(--bg, #0f172a) 100%
  );
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-contact-showcase__copy {
  background: linear-gradient(
    158deg,
    var(--surface, #0f172a) 0%,
    color-mix(in srgb, var(--more-landing-accent) 10%, var(--surface, #0f172a)) 100%
  );
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-contact-showcase__form-panel {
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--surface, #0f172a) 92%, #1a2a2e) 0%,
    var(--surface, #0f172a) 100%
  );
  border-color: rgba(99, 233, 197, 0.16);
}

html[data-theme="dark"] body.body--unit-more .more-landing .am-contact-showcase__form .form-input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(99, 233, 197, 0.2);
  color: var(--text);
}

@media (max-width: 900px) {
  body.body--unit-more .more-landing .am-contact-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.body--unit-more .more-landing .am-contact-showcase__lead {
    max-width: none;
  }
}

@media (max-width: 560px) {
  body.body--unit-more .more-landing .am-contact-showcase__form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-contact-showcase__copy,
  body.body--unit-more .more-landing .am-contact-showcase__form-panel,
  body.body--unit-more .more-landing .am-contact-showcase__submit {
    transition: none;
  }

  body.body--unit-more .more-landing .am-contact-showcase__form-panel:hover,
  body.body--unit-more .more-landing .am-contact-showcase__submit:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-modal-card,
  body.body--unit-more .more-landing .am-propuesta-card,
  body.body--unit-more .more-landing .am-about__card,
  body.body--unit-more .more-landing .course-card,
  body.body--unit-more .more-landing .am-partner-card .am-partner-card__inner,
  body.body--unit-more .more-landing .sl-ben.more-card,
  body.body--unit-more .more-landing .am-cat-chip,
  body.body--unit-more .more-landing .more-faq__item summary::after {
    transition: none;
  }

  body.body--unit-more .more-landing .am-modal-card:hover,
  body.body--unit-more .more-landing .am-about__card:hover,
  body.body--unit-more .more-landing .course-card:hover,
  body.body--unit-more .more-landing .am-partner-card.more-card:hover .am-partner-card__inner,
  body.body--unit-more .more-landing .am-cat-chip:hover {
    transform: none;
  }
}

html[data-theme="dark"] body.body--unit-more .more-landing {
  --more-landing-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --more-landing-shadow-hover: 0 24px 64px rgba(0, 0, 0, 0.45);
  --more-landing-border: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] body.body--unit-more .more-landing .more-process__step {
  background: var(--surface, #0f172a);
}

html[data-theme="dark"] body.body--unit-more .more-landing .more-faq__item {
  background: var(--surface, #0f172a);
}

/* ============================================================
   MORE · Refresh moderno (mantiene verde menta, moderniza estructura)
   Capa aditiva: redefine variables y componentes clave por orden de fuente.
   ============================================================ */
body.body--unit-more .more-landing {
  --more-accent: #63e9c5;
  --more-accent-deep: #2bbf9e;
  --more-accent-ink: #0a3d39;
  --more-grad: linear-gradient(135deg, #7df2d4 0%, #2bbf9e 100%);
  /* Esquinas unificadas modernas (anula el chamfer) */
  --more-shape-lg: 20px;
  --more-shape-sm: 20px;
  --more-landing-radius: 20px;
  --more-landing-radius-lg: 22px;
}

/* — Sistema de tarjetas unificado y moderno — */
body.body--unit-more .more-landing .am-propuesta-card,
body.body--unit-more .more-landing .am-about__card,
body.body--unit-more .more-landing .course-card,
body.body--unit-more .more-landing .am-aliados-card,
body.body--unit-more .more-landing .more-process__step {
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 32px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease,
    background 0.4s ease;
}
body.body--unit-more .more-landing .am-propuesta-card:hover,
body.body--unit-more .more-landing .am-about__card:hover,
body.body--unit-more .more-landing .course-card:hover,
body.body--unit-more .more-landing .am-aliados-card:hover,
body.body--unit-more .more-landing .more-process__step:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--more-accent) 55%, transparent);
  box-shadow: 0 22px 48px color-mix(in srgb, var(--more-accent-deep) 24%, rgba(15, 23, 42, 0.12));
}

/* Propuesta: layout escalonado (zig-zag) + última fila centrada */
body.body--unit-more .more-landing .am-propuesta-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(16px, 2.2vw, 26px);
}
body.body--unit-more .more-landing .am-propuesta-grid > .am-propuesta-card {
  flex: 0 1 clamp(220px, 30%, 290px);
  margin: 0;
  min-height: 0;
  padding: 1.6rem 1.4rem 1.7rem;
}
@media (min-width: 980px) {
  body.body--unit-more .more-landing .am-propuesta-grid > .am-propuesta-card:nth-child(even) {
    transform: translateY(36px);
  }
  body.body--unit-more .more-landing .am-propuesta-grid > .am-propuesta-card:nth-child(even):hover {
    transform: translateY(30px);
  }
}

/* Modalidades: mismo layout escalonado (zig-zag controlado) */
body.body--unit-more .more-landing .am-modalidades-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 24px);
}
body.body--unit-more .more-landing .am-modalidades-cards > .am-propuesta-card {
  flex: 0 1 clamp(200px, 22%, 260px);
  margin: 0;
  min-height: 0;
  padding: 1.6rem 1.4rem 1.7rem;
}
/* Modalidades: cards alineadas (sin escalonado); la vida la da la entrada pop + hover. */
@media (min-width: 980px) {
  body.body--unit-more .more-landing .am-modalidades-cards > .am-propuesta-card:nth-child(odd),
  body.body--unit-more .more-landing .am-modalidades-cards > .am-propuesta-card:nth-child(even) {
    transform: none;
  }
}

/* Iconos en chip degradé menta */
body.body--unit-more .more-landing .am-propuesta-card__icon {
  background: var(--more-grad);
  color: #06302b;
  border: 0;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--more-accent-deep) 40%, transparent);
}
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__icon {
  transform: translateY(-2px) scale(1.04);
}
body.body--unit-more .more-landing .am-propuesta-card__num {
  color: var(--more-accent-deep);
  opacity: 0.9;
}

/* — Headers de sección: eyebrow chip + subrayado degradé — */
body.body--unit-more .more-landing .more-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--more-accent) 15%, transparent);
  color: var(--more-accent-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
body.body--unit-more .more-landing .more-section .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--more-grad);
}
body.body--unit-more .more-landing .more-section .sec-header .sec-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: var(--more-grad);
}
/* La propuesta usa header alineado a la izquierda */
body.body--unit-more .more-landing .more-section .sec-title strong {
  color: var(--more-accent-deep);
}

/* — Botones primarios en degradé menta — */
body.body--unit-more .more-landing .btn--primary {
  background: var(--more-grad);
  color: #06302b;
  border: 0;
  font-weight: 800;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--more-accent-deep) 32%, transparent);
}
body.body--unit-more .more-landing .btn--primary:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

/* — Hero: glow menta y borde degradé en el panel de contenido — */
body.body--unit-more .more-landing .am-hero__panel::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 233, 197, 0.28) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}
body.body--unit-more .more-landing .am-hero__content {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  max-width: 620px;
}
/* Velo suave localizado detrás del texto (sin caja visible) */
body.body--unit-more .more-landing .am-hero__content::before {
  content: "";
  position: absolute;
  inset: -28px -40px -28px -48px;
  z-index: -1;
  background: radial-gradient(
    120% 120% at 22% 45%,
    rgba(4, 18, 22, 0.62) 0%,
    rgba(4, 18, 22, 0.34) 42%,
    rgba(4, 18, 22, 0) 78%
  );
  pointer-events: none;
}
body.body--unit-more .more-landing .am-hero__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
  text-shadow:
    0 2px 4px rgba(2, 14, 18, 0.55),
    0 8px 28px rgba(2, 14, 18, 0.5);
}
body.body--unit-more .more-landing .am-hero__title span {
  color: #7ef0d2;
  -webkit-text-fill-color: #7ef0d2;
}
body.body--unit-more .more-landing .am-hero__sub {
  font-family: var(--font-body, "Ruda", system-ui);
  font-size: clamp(1.02rem, 1.45vw, 1.12rem);
  font-weight: 500;
  line-height: 1.62;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(2, 14, 18, 0.6), 0 2px 16px rgba(2, 14, 18, 0.55);
}
body.body--unit-more .more-landing .am-hero__trust {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(2, 14, 18, 0.65);
}
/* Scrim más opaco a la izquierda para que el texto se distinga del video */
body.body--unit-more .more-landing .am-hero__scrim {
  background:
    linear-gradient(
      100deg,
      rgba(4, 20, 24, 0.96) 0%,
      rgba(6, 34, 38, 0.82) 38%,
      rgba(8, 46, 50, 0.46) 66%,
      rgba(8, 46, 50, 0.16) 100%
    );
}

/* — Tipografía More: Exo 2 en títulos, Ruda en cuerpo — */
body.body--unit-more .more-landing .sec-title,
body.body--unit-more .more-landing .am-hero__title,
body.body--unit-more .more-landing .am-propuesta-card__title,
body.body--unit-more .more-landing .am-about__card-title,
body.body--unit-more .more-landing .more-process__title,
body.body--unit-more .more-landing .am-empresas-feature__title,
body.body--unit-more .more-landing .am-empresas-cta__title,
body.body--unit-more .more-landing .course-card__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  letter-spacing: -0.015em;
}
body.body--unit-more .more-landing .sec-lead,
body.body--unit-more .more-landing .am-propuesta-card__desc,
body.body--unit-more .more-landing .am-about__card-desc,
body.body--unit-more .more-landing .more-process__desc,
body.body--unit-more .more-landing .am-empresas-feature__desc,
body.body--unit-more .more-landing .more-faq__body p {
  font-family: var(--font-body, "Ruda", system-ui);
}
/* Lead de secciones: un poco más oscuro para mejor lectura */
body.body--unit-more .more-landing .sec-lead {
  color: color-mix(in srgb, var(--text-2, #475569) 88%, #0f172a);
}
/* Lead de "Nuestra propuesta": dos párrafos del cliente */
body.body--unit-more .more-landing .am-propuesta__lead {
  max-width: 42rem;
  margin: clamp(0.85rem, 2vw, 1.15rem) auto 0;
  text-align: center;
}
body.body--unit-more .more-landing .am-propuesta__lead p {
  margin: 0;
  font-size: clamp(0.95rem, 1.4vw, 1.02rem);
  line-height: 1.7;
}
body.body--unit-more .more-landing .am-propuesta__lead p + p {
  margin-top: 0.8rem;
}

/* ============================================================
   MORE · Cards refrescadas (propuesta + modalidades)
   Estilo limpio reciclado de las tarjetas de "Nosotros":
   barra de acento superior, número fantasma e ícono chip,
   hover liviano (elevar + borde menta) en vez del relleno teal.
   ============================================================ */
body.body--unit-more .more-landing .am-propuesta-card {
  overflow: hidden;
  background: var(--surface, #fff);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 14px 34px rgba(15, 23, 42, 0.06);
}
/* Oculta la burbuja del relleno teal anterior */
body.body--unit-more .more-landing .am-propuesta-card__bubble {
  display: none;
}
/* Reconvierte la forma decorativa ::before en barra de acento superior */
body.body--unit-more .more-landing .am-propuesta-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  top: 0;
  right: auto;
  width: 100%;
  height: 4px;
  border-radius: 0;
  transform: none;
  background: var(--more-grad);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}
body.body--unit-more .more-landing .am-propuesta-card:hover::before {
  opacity: 1;
  background: var(--more-grad);
}
/* Número fantasma grande */
body.body--unit-more .more-landing .am-propuesta-card__num {
  top: 0.5rem;
  right: 0.7rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.2rem, 4.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--more-accent) 18%, transparent);
  opacity: 1;
}
/* Ícono en chip cuadrado degradé */
body.body--unit-more .more-landing .am-propuesta-card__icon {
  border-radius: 14px;
  background: var(--more-grad);
  color: #06302b;
  border: 0;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--more-accent-deep) 28%, transparent);
}
/* Hover liviano: SIN relleno teal, textos se mantienen oscuros */
body.body--unit-more .more-landing .am-propuesta-card:hover {
  background: var(--surface, #fff);
  color: var(--text);
  border-color: color-mix(in srgb, var(--more-accent) 50%, transparent);
  box-shadow: 0 22px 46px color-mix(in srgb, var(--more-accent-deep) 18%, rgba(15, 23, 42, 0.1));
}
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__title {
  color: var(--text);
}
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__desc {
  color: var(--text-2);
}
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__num {
  color: color-mix(in srgb, var(--more-accent) 30%, transparent);
}
body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__icon {
  transform: translateY(-2px) scale(1.06);
  background: var(--more-grad);
  color: #06302b;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card {
  background: var(--surface, #0f172a);
  border-color: rgba(99, 233, 197, 0.16);
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card:hover {
  background: var(--surface, #0f172a);
}

/* ============================================================
   MORE · "Nuestra propuesta" — layout editorial
   Solapas (cards apiladas) a la izquierda + foto a la derecha.
   ============================================================ */
body.body--unit-more .more-landing .am-propuesta__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}
body.body--unit-more .more-landing .am-propuesta__stack {
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1.4vw, 1rem);
}
/* Cada card pasa a ser una solapa horizontal */
body.body--unit-more .more-landing .am-propuesta-card--solapa {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.25rem;
  align-items: start;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.25rem) clamp(1.1rem, 2.2vw, 1.4rem);
  padding-left: clamp(1.25rem, 2.4vw, 1.6rem);
}
/* Acento lateral tipo "solapa" (en vez de barra superior) */
body.body--unit-more .more-landing .am-propuesta-card--solapa::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  top: 0;
  right: auto;
  width: 4px;
  height: 100%;
  border-radius: 0;
  transform: none;
  background: var(--more-grad);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
body.body--unit-more .more-landing .am-propuesta-card--solapa:hover::before {
  opacity: 1;
}
body.body--unit-more .more-landing .am-propuesta-card--solapa .am-propuesta-card__icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  align-self: start;
}
body.body--unit-more .more-landing .am-propuesta-card--solapa .am-propuesta-card__title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  padding-right: 2.5rem;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
}
body.body--unit-more .more-landing .am-propuesta-card--solapa .am-propuesta-card__desc {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}
body.body--unit-more .more-landing .am-propuesta-card--solapa .am-propuesta-card__num {
  top: 0.55rem;
  right: 0.8rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
/* Hover de solapa: desliza a la derecha (efecto pestaña) */
body.body--unit-more .more-landing .am-propuesta-card--solapa:hover {
  transform: translateX(6px);
}
/* Columna de la foto */
body.body--unit-more .more-landing .am-propuesta__media {
  position: relative;
  margin: 0;
  border-radius: 26px 8px 26px 8px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 24px 54px color-mix(in srgb, var(--more-accent-deep) 18%, rgba(15, 23, 42, 0.12));
}
body.body--unit-more .more-landing .am-propuesta__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 30, 34, 0.32) 100%);
  pointer-events: none;
}
body.body--unit-more .more-landing .am-propuesta__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
}
@media (min-width: 920px) {
  body.body--unit-more .more-landing .am-propuesta__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
  body.body--unit-more .more-landing .am-propuesta__media {
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 919px) {
  body.body--unit-more .more-landing .am-propuesta__media {
    max-width: 460px;
    margin: 0 auto;
  }
  body.body--unit-more .more-landing .am-propuesta__photo {
    aspect-ratio: 16 / 11;
    object-position: center 25%;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-propuesta-card--solapa:hover {
    transform: none;
  }
}

/* ============================================================
   MORE · "Tres pasos para empezar" — más rico
   Conector de recorrido + ícono/etiqueta + número fantasma.
   ============================================================ */
body.body--unit-more .more-landing .more-section--ruta {
  position: relative;
  overflow: hidden;
}
/* Glow decorativo de fondo */
body.body--unit-more .more-landing .more-section--ruta::before {
  content: "";
  position: absolute;
  inset: 30% -8% auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--more-accent) 14%, transparent) 0%, transparent 70%);
  pointer-events: none;
}
body.body--unit-more .more-landing .more-process {
  position: relative;
}
/* Conector punteado de recorrido (desktop) */
@media (min-width: 760px) {
  body.body--unit-more .more-landing .more-process::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 2.5rem;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      color-mix(in srgb, var(--more-accent-deep) 50%, transparent) 0 9px,
      transparent 9px 19px
    );
    z-index: 0;
  }
  /* Alinea los 3 pasos para que el conector calce (sin escalonado aquí) */
  body.body--unit-more .more-landing .more-process > .more-process__step:nth-child(even) {
    transform: none;
  }
  body.body--unit-more .more-landing .more-process > .more-process__step:nth-child(even):hover {
    transform: translateY(-6px);
  }
}
body.body--unit-more .more-landing .more-process__step {
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-items: start;
}
/* Número fantasma de fondo */
body.body--unit-more .more-landing .more-process__ghost {
  position: absolute;
  right: 0.7rem;
  bottom: -0.6rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(3.2rem, 6vw, 4.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--more-accent) 12%, transparent);
  pointer-events: none;
  user-select: none;
}
/* Halo en el número/nodo */
body.body--unit-more .more-landing .more-process__num {
  align-self: start;
  box-shadow:
    0 0 0 6px color-mix(in srgb, var(--more-accent) 14%, transparent),
    0 8px 18px color-mix(in srgb, var(--more-accent-deep) 30%, transparent);
}
/* Ícono + etiqueta "Paso 0X" en una línea sobre el título */
body.body--unit-more .more-landing .more-process__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  vertical-align: -7px;
  margin-right: 8px;
  color: var(--more-accent-deep);
}
body.body--unit-more .more-landing .more-process__label {
  display: inline;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--more-accent-deep);
}
body.body--unit-more .more-landing .more-process__body .more-process__title {
  margin-top: 0.55rem;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-process__ghost {
  color: color-mix(in srgb, var(--more-accent) 16%, transparent);
}

/* — Highlights del hero: acento superior — */
body.body--unit-more .more-landing .am-hero--banner .am-hero__highlight {
  position: relative;
  overflow: hidden;
}
body.body--unit-more .more-landing .am-hero--banner .am-hero__highlight::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--more-grad);
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.body--unit-more .more-landing .am-hero--banner .am-hero__highlight:hover::before {
  opacity: 1;
}
body.body--unit-more .more-landing .am-hero__highlight-icon {
  color: var(--more-accent-deep);
}

/* — Proceso (ruta): número en chip degradé — */
body.body--unit-more .more-landing .more-process__num {
  background: var(--more-grad);
  color: #06302b;
  border: 0;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--more-accent-deep) 32%, transparent);
}

/* Proceso: mismo escalonado (la tarjeta del medio baja) */
@media (min-width: 760px) {
  body.body--unit-more .more-landing .more-process > .more-process__step:nth-child(even) {
    transform: translateY(34px);
  }
  body.body--unit-more .more-landing .more-process > .more-process__step:nth-child(even):hover {
    transform: translateY(28px);
  }
  body.body--unit-more .more-landing .more-process__cta {
    margin-top: clamp(3.5rem, 6vw, 4.5rem);
  }
}

/* Nosotros: layout en arco (centro arriba) + tarjetas pilar */
body.body--unit-more .more-landing .am-about {
  position: relative;
  overflow: hidden;
}
body.body--unit-more .more-landing .am-about::before {
  content: "";
  position: absolute;
  inset: 12% -8% auto;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--more-accent) 14%, transparent) 0%, transparent 72%);
  pointer-events: none;
}
body.body--unit-more .more-landing .am-about .sec-header {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}
body.body--unit-more .more-landing .am-about__grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(16px, 2.2vw, 24px);
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: clamp(12px, 2vw, 28px);
}
body.body--unit-more .more-landing .am-about__card {
  position: relative;
  overflow: hidden;
  flex: 1 1 min(100%, 300px);
  max-width: min(320px, 100%);
  margin: 0;
  padding: clamp(1.35rem, 2.4vw, 1.65rem) clamp(1.2rem, 2.2vw, 1.5rem) clamp(1.45rem, 2.4vw, 1.7rem);
  border-radius: 22px;
  background: var(--surface, #fff);
  text-align: left;
}
body.body--unit-more .more-landing .am-about__card-accent {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: var(--more-grad);
  opacity: 0.92;
}
body.body--unit-more .more-landing .am-about__card-ghost {
  position: absolute;
  top: 0.45rem;
  right: 0.65rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.4rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: color-mix(in srgb, var(--more-accent) 16%, transparent);
  pointer-events: none;
  user-select: none;
}
body.body--unit-more .more-landing .am-about__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-top: 0.35rem;
  border-radius: 14px;
  background: color-mix(in srgb, var(--more-accent) 14%, #fff);
  color: var(--more-accent-deep);
  border: 1px solid color-mix(in srgb, var(--more-accent) 28%, transparent);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--more-accent-deep) 14%, transparent);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}
body.body--unit-more .more-landing .am-about__card-title {
  margin: 0.9rem 0 0.55rem;
  padding-right: 2.5rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--text);
}
body.body--unit-more .more-landing .am-about__card-desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-more .more-landing .am-about__card--spotlight {
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--more-accent) 18%, #fff) 0%,
    var(--surface, #fff) 58%
  );
  border-color: color-mix(in srgb, var(--more-accent) 42%, transparent);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 18px 42px color-mix(in srgb, var(--more-accent-deep) 18%, rgba(15, 23, 42, 0.08));
}
body.body--unit-more .more-landing .am-about__card--spotlight .am-about__card-icon {
  background: var(--more-grad);
  color: #06302b;
  border: 0;
}
body.body--unit-more .more-landing .am-about__card:hover {
  transform: translateY(-8px);
}
body.body--unit-more .more-landing .am-about__card:hover .am-about__card-icon {
  transform: translateY(-2px) scale(1.05);
  background: var(--more-grad);
  color: #06302b;
  border-color: transparent;
}
@media (min-width: 860px) {
  body.body--unit-more .more-landing .am-about__grid > .am-about__card {
    flex: 0 1 calc(33.333% - 18px);
    max-width: none;
  }
  body.body--unit-more .more-landing .am-about__grid > .am-about__card:nth-child(1),
  body.body--unit-more .more-landing .am-about__grid > .am-about__card:nth-child(2),
  body.body--unit-more .more-landing .am-about__grid > .am-about__card:nth-child(3) {
    transform: none;
  }
}
@media (max-width: 859px) {
  body.body--unit-more .more-landing .am-about__grid {
    flex-direction: column;
    align-items: center;
  }
  body.body--unit-more .more-landing .am-about__card {
    width: 100%;
    max-width: 420px;
  }
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-about__card--spotlight {
  background: linear-gradient(
    165deg,
    color-mix(in srgb, var(--more-accent) 22%, var(--surface, #0f172a)) 0%,
    var(--surface, #0f172a) 62%
  );
}

/* Aliados: banda única con panel degradé + logos grayscale */
body.body--unit-more .more-landing .am-aliados .sec-header {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}
body.body--unit-more .more-landing .am-aliados__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(0.5rem, 1.5vw, 1rem);
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-accent) 16%, var(--surface, #fff)) 0%,
    color-mix(in srgb, var(--more-accent) 6%, var(--surface, #fff)) 55%,
    var(--surface, #fff) 100%
  );
  border: 1px solid color-mix(in srgb, var(--more-accent) 30%, transparent);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 22px 48px color-mix(in srgb, var(--more-accent-deep) 14%, rgba(15, 23, 42, 0.07));
  overflow: hidden;
}
body.body--unit-more .more-landing .am-aliados__grid::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--more-grad);
}
/* Las tarjetas dejan de ser cajas: se vuelven celdas transparentes */
body.body--unit-more .more-landing .am-aliados-card,
body.body--unit-more .more-landing .am-aliados-card--lift {
  flex: 1 1 240px;
  min-height: clamp(150px, 18vw, 190px);
  margin: 0;
  padding: clamp(20px, 3vw, 34px) clamp(18px, 3vw, 32px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
body.body--unit-more .more-landing .am-aliados-card + .am-aliados-card {
  border-left: 1px dashed color-mix(in srgb, var(--more-accent-deep) 26%, transparent);
}
body.body--unit-more .more-landing .am-aliados-card:hover,
body.body--unit-more .more-landing .am-aliados-card--lift:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
  background: color-mix(in srgb, var(--more-accent) 9%, transparent);
}
body.body--unit-more .more-landing .am-aliados-card + .am-aliados-card:hover {
  border-left: 1px dashed color-mix(in srgb, var(--more-accent-deep) 26%, transparent);
}
body.body--unit-more .more-landing .am-aliados-card__logo {
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
body.body--unit-more .more-landing .am-aliados-card:hover .am-aliados-card__logo {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}
@media (max-width: 640px) {
  body.body--unit-more .more-landing .am-aliados__grid {
    flex-direction: column;
    max-width: 420px;
  }
  body.body--unit-more .more-landing .am-aliados-card + .am-aliados-card {
    border-left: 0;
    border-top: 1px dashed color-mix(in srgb, var(--more-accent-deep) 26%, transparent);
  }
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-aliados__grid {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--more-accent) 20%, var(--surface, #0f172a)) 0%,
    var(--surface, #0f172a) 60%
  );
  border-color: rgba(99, 233, 197, 0.18);
}

/* — FAQ: barra de acento al abrir — */
body.body--unit-more .more-landing .more-faq__item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
body.body--unit-more .more-landing .more-faq__item[open] {
  border-color: color-mix(in srgb, var(--more-accent) 55%, transparent);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--more-accent-deep) 16%, rgba(15, 23, 42, 0.08));
}
body.body--unit-more .more-landing .more-faq__item summary {
  position: relative;
  padding-left: 18px;
}
body.body--unit-more .more-landing .more-faq__item summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  border-radius: 999px;
  background: var(--more-grad);
  transition: height 0.3s ease;
}
body.body--unit-more .more-landing .more-faq__item[open] summary::before {
  height: 70%;
}

/* FAQ: split de dos columnas (intro sticky + acordeón) */
body.body--unit-more .more-landing .am-faq {
  position: relative;
  overflow: hidden;
}
body.body--unit-more .more-landing .am-faq::before {
  content: "";
  position: absolute;
  inset: auto auto -30% -12%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--more-accent) 16%, transparent) 0%, transparent 70%);
  pointer-events: none;
}
body.body--unit-more .more-landing .am-faq__split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
body.body--unit-more .more-landing .am-faq__aside {
  text-align: left;
}
body.body--unit-more .more-landing .am-faq__aside .sec-title::after {
  margin-left: 0;
  margin-right: auto;
}
body.body--unit-more .more-landing .am-faq__cta {
  margin-top: clamp(1.1rem, 2vw, 1.5rem);
}
body.body--unit-more .more-landing .am-faq__list.more-faq {
  max-width: none;
  margin: 0;
}
@media (min-width: 920px) {
  body.body--unit-more .more-landing .am-faq__split {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }
  body.body--unit-more .more-landing .am-faq__aside {
    position: sticky;
    top: 100px;
  }
}

/* — Empresas: pills y CTA con menta — */
body.body--unit-more .more-landing .am-empresas__pill {
  border: 1px solid color-mix(in srgb, var(--more-accent) 40%, transparent);
  background: color-mix(in srgb, var(--more-accent) 12%, transparent);
  color: var(--more-accent-ink);
}
body.body--unit-more .more-landing .am-empresas-cta {
  border: 1px solid color-mix(in srgb, var(--more-accent) 30%, transparent);
}

/* — Dark mode: ajustes de la capa moderna — */
html[data-theme="dark"] body.body--unit-more .more-landing .more-section .eyebrow {
  background: color-mix(in srgb, var(--more-accent) 20%, transparent);
  color: #aef6e3;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas__pill {
  color: #aef6e3;
}

/* Empresas: timeline horizontal + CTA panel oscuro */
body.body--unit-more .more-landing .am-empresas__intro .sec-title::after {
  margin-left: 0;
  margin-right: auto;
}
body.body--unit-more .more-landing .am-empresas__layout {
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 36px);
  align-items: stretch;
}
body.body--unit-more .more-landing .am-empresas__features {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 18px);
  position: relative;
}
body.body--unit-more .more-landing .am-empresas__features::before {
  content: "";
  position: absolute;
  left: clamp(22px, 3vw, 28px);
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    color-mix(in srgb, var(--more-accent) 55%, transparent) 12%,
    color-mix(in srgb, var(--more-accent) 55%, transparent) 88%,
    transparent 100%
  );
  pointer-events: none;
}
body.body--unit-more .more-landing .am-empresas-feature {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1.1rem;
  align-items: flex-start;
  padding: clamp(1.1rem, 2vw, 1.35rem) clamp(1.1rem, 2.2vw, 1.45rem);
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: var(--surface, #fff);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}
body.body--unit-more .more-landing .am-empresas-feature__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-top: 0.15rem;
  border-radius: 12px;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.78rem;
  font-weight: 800;
  color: #06302b;
  background: var(--more-grad);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--more-accent-deep) 28%, transparent);
  z-index: 1;
}
body.body--unit-more .more-landing .am-empresas-feature__body {
  min-width: 0;
}
body.body--unit-more .more-landing .am-empresas-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.65rem;
  border-radius: 12px;
  color: var(--more-accent-deep);
  background: color-mix(in srgb, var(--more-accent) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--more-accent) 24%, transparent);
}
body.body--unit-more .more-landing .am-empresas-feature__title {
  margin: 0 0 0.4rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  font-weight: 800;
  line-height: 1.28;
  color: var(--text);
}
body.body--unit-more .more-landing .am-empresas-feature__desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-more .more-landing .am-empresas-feature:hover {
  transform: translateX(6px);
  border-color: color-mix(in srgb, var(--more-accent) 50%, transparent);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--more-accent-deep) 18%, rgba(15, 23, 42, 0.08));
}
body.body--unit-more .more-landing .am-empresas-cta--panel {
  background: linear-gradient(
    155deg,
    #0a3d42 0%,
    color-mix(in srgb, var(--more-accent-deep) 88%, #06302b) 48%,
    #0a282c 100%
  );
  border: 1px solid color-mix(in srgb, var(--more-accent) 35%, transparent);
  box-shadow:
    0 24px 56px color-mix(in srgb, var(--more-accent-deep) 32%, rgba(0, 0, 0, 0.35)),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}
body.body--unit-more .more-landing .am-empresas-cta--panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 233, 197, 0.22) 0%, transparent 68%);
  pointer-events: none;
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__badge {
  background: rgba(255, 255, 255, 0.12);
  color: #d6fff2;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__icon {
  background: rgba(255, 255, 255, 0.1);
  color: #63e9c5;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__title {
  color: #fff;
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__desc {
  color: rgba(255, 255, 255, 0.78);
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__btn {
  background: var(--more-grad);
  color: #06302b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}
body.body--unit-more .more-landing .am-empresas-cta--panel .am-empresas-cta__link {
  color: #aef6e3;
}
body.body--unit-more .more-landing .am-empresas-cta--panel:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--more-accent) 55%, transparent);
}
@media (min-width: 1024px) {
  body.body--unit-more .more-landing .am-empresas__layout {
    grid-template-columns: minmax(0, 1fr) min(360px, 34%);
    gap: clamp(28px, 4vw, 40px);
  }
  body.body--unit-more .more-landing .am-empresas-feature--offset {
    transform: none;
  }
  body.body--unit-more .more-landing .am-empresas-cta--panel {
    position: sticky;
    top: 96px;
    align-self: start;
  }
}
@media (max-width: 1023px) {
  body.body--unit-more .more-landing .am-empresas__features::before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-empresas-feature:hover,
  body.body--unit-more .more-landing .am-empresas-feature--offset,
  body.body--unit-more .more-landing .am-empresas-feature--offset:hover {
    transform: none;
  }
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-feature {
  background: var(--surface, #0f172a);
  border-color: rgba(99, 233, 197, 0.14);
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card,
html[data-theme="dark"] body.body--unit-more .more-landing .am-about__card,
html[data-theme="dark"] body.body--unit-more .more-landing .course-card,
html[data-theme="dark"] body.body--unit-more .more-landing .more-process__step,
html[data-theme="dark"] body.body--unit-more .more-landing .more-faq__item {
  border-color: rgba(99, 233, 197, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-propuesta-card:hover,
  body.body--unit-more .more-landing .am-about__card:hover,
  body.body--unit-more .more-landing .am-about__grid > .am-about__card,
  body.body--unit-more .more-landing .course-card:hover,
  body.body--unit-more .more-landing .more-process__step:hover,
  body.body--unit-more .more-landing .btn--primary:hover {
    transform: none;
  }
}

/* ── Cursillo Solow ─────────────────────────────────────── */

body.body--unit-solow .solow-landing {
  --solow-brand-accent: #0a4b5e;
  --solow-landing-radius: 18px;
  --solow-landing-radius-lg: 24px;
  --solow-landing-shadow: 0 20px 55px rgba(15, 23, 42, 0.09);
  /* Esquinas distintivas (override del sistema global) */
  --solow-shape-lg: 28px;
  --solow-shape-sm: 6px;
  --solow-landing-shadow-hover: 0 26px 70px rgba(15, 23, 42, 0.14);
  --solow-landing-border: 1px solid rgba(15, 23, 42, 0.07);
  --solow-landing-glow: color-mix(in srgb, var(--solow-brand-accent) 26%, transparent);
}

body.body--unit-solow .solow-landing .solow-section {
  scroll-margin-top: 88px;
}

/* Esquinas distintivas Solow (TL+BR grandes, TR+BL pequeñas) */
body.body--unit-solow .solow-landing .sl-ben,
body.body--unit-solow .solow-landing .sl-mod-card,
body.body--unit-solow .solow-landing .sl-pillar,
body.body--unit-solow .solow-landing .sl-team,
body.body--unit-solow .solow-landing .sl-inscribe__form,
body.body--unit-solow .solow-landing .sl-contact-showcase__copy,
body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel {
  border-radius: var(--solow-shape-lg) var(--solow-shape-sm) var(--solow-shape-lg) var(--solow-shape-sm);
}
body.body--unit-solow .solow-landing .sl-ben:nth-child(2n),
body.body--unit-solow .solow-landing .sl-mod-card:nth-child(2n),
body.body--unit-solow .solow-landing .sl-pillar:nth-child(2n),
body.body--unit-solow .solow-landing .sl-team:nth-child(2n) {
  border-radius: var(--solow-shape-sm) var(--solow-shape-lg) var(--solow-shape-sm) var(--solow-shape-lg);
}

/* Hero editorial — capa premium sin tocar markup */
body.body--unit-solow .solow-landing .sl-hero.sl-hero--editorial {
  position: relative;
  overflow: hidden;
}

body.body--unit-solow .solow-landing .sl-hero.sl-hero--editorial::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto -20%;
  height: 70%;
  background: radial-gradient(
    80% 60% at 50% 0%,
    color-mix(in srgb, var(--teal, #0d9488) 18%, transparent) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}

body.body--unit-solow .solow-landing .sl-hero.sl-hero--editorial > .container {
  position: relative;
  z-index: 1;
}

body.body--unit-solow .solow-landing .sl-hero__stage,
body.body--unit-solow .solow-landing .sl-hero__figure {
  border-radius: var(--solow-landing-radius-lg);
  transition: box-shadow 0.35s ease;
}

body.body--unit-solow .solow-landing .sl-hero__stage {
  box-shadow: var(--solow-landing-shadow);
}

body.body--unit-solow .solow-landing .sl-hero-follow {
  position: relative;
  border-radius: 0 0 var(--solow-landing-radius-lg) var(--solow-landing-radius-lg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

body.body--unit-solow .solow-landing .solow-section--catalog .sl-catalog-cta__title {
  letter-spacing: -0.02em;
}

/* Tarjeta genérica + rutas carrera */
body.body--unit-solow .solow-landing .solow-card.solow-card--route {
  border-radius: var(--solow-landing-radius);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.2s ease;
}

body.body--unit-solow .solow-landing .sl-oferta__card.solow-card,
body.body--unit-solow .solow-landing .sl-ben.solow-card,
body.body--unit-solow .solow-landing .sl-lp-contact-card.solow-card,
body.body--unit-solow .solow-landing .sl-result-metric {
  border-radius: var(--solow-landing-radius);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.25s ease;
}

body.body--unit-solow .solow-landing .sl-oferta__card.solow-card:hover,
body.body--unit-solow .solow-landing .sl-ben.solow-card:hover,
body.body--unit-solow .solow-landing .sl-result-metric:hover {
  transform: translateY(-3px);
  box-shadow: var(--solow-landing-shadow-hover);
}

/* Glow en hover (Uiverse / Javierrocadev) — por qué + oferta */
body.body--unit-solow .solow-landing .solow-card--glow {
  position: relative;
  overflow: hidden;
}
body.body--unit-solow .solow-landing .solow-card--glow::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 35px solid color-mix(in srgb, var(--solow-brand-accent) 22%, rgba(255, 255, 255, 0.35));
  transition: all 0.8s ease;
  filter: blur(0.5rem);
  pointer-events: none;
  z-index: 0;
}
body.body--unit-solow .solow-landing .solow-card--glow > * {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing .solow-card--glow:hover::before {
  width: 140px;
  height: 140px;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(0);
}
body.body--unit-solow .solow-landing .sl-facultad-card.solow-card--glow::before {
  border-color: color-mix(in srgb, #fff 28%, rgba(255, 255, 255, 0.12));
}

/* FAQ Solow — acordeón (grid número | pregunta; sin solapar indra ::before) */
@keyframes sl-faq-content-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

body.body--unit-solow .solow-landing .sl-faq--landing {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 48rem;
  padding: 0;
}

body.body--unit-solow .solow-landing .sl-faq--landing::before {
  display: none;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item {
  display: grid !important;
  grid-template-columns: 3.35rem minmax(0, 1fr);
  column-gap: 0.85rem;
  row-gap: 0;
  align-items: start;
  position: relative;
  min-width: 0;
  padding: 0.7rem 0.85rem 0.7rem 0.7rem;
  border-radius: var(--solow-landing-radius, 14px);
  border: var(--solow-landing-border);
  margin-bottom: 0;
  overflow: hidden;
  background: var(--surface, #fff);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.25s ease;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  position: relative;
  left: auto;
  top: auto;
  align-self: center;
  justify-self: center;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.15rem 0 0;
  z-index: 1;
  background-image: url("/assets/logos/solow%20nuevo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item::after {
  display: none !important;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item:hover {
  border-color: color-mix(in srgb, var(--teal, #0d9488) 38%, var(--border, #e5e7eb));
  box-shadow: 0 8px 28px rgba(10, 75, 94, 0.08);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] {
  background: linear-gradient(
    165deg,
    var(--surface, #fff) 0%,
    color-mix(in srgb, var(--teal, #0d9488) 5%, var(--surface, #fff)) 100%
  );
  box-shadow: 0 16px 44px rgba(10, 75, 94, 0.12);
  border-color: color-mix(in srgb, var(--teal, #0d9488) 48%, transparent);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open]::before {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(10, 75, 94, 0.28);
}

/* Indra: no triángulo en summary (choca con el número); chevron a la derecha */
body.body--unit-solow .solow-landing .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::before,
body.body--unit-solow .solow-landing--becas .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::before,
body.body--unit-solow .solow-landing--fce .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::before,
body.body--unit-solow .solow-landing--fcq .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
}

body.body--unit-solow .solow-landing .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::after,
body.body--unit-solow .solow-landing--becas .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::after,
body.body--unit-solow .solow-landing--fce .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::after,
body.body--unit-solow .solow-landing--fcq .sl-faq--landing.sl-faq--indra .sl-faq__item > summary::after {
  display: block !important;
}

body.body--unit-solow .solow-landing .sl-faq--indra .sl-faq__item > summary::after {
  display: none;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0.55rem 2.1rem 0.55rem 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 700;
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  line-height: 1.4;
  color: var(--text);
  border-radius: 0;
  background: transparent;
  border-bottom: none;
  transition: color 0.2s ease;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::-webkit-details-marker {
  display: none;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::marker {
  content: "";
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0.85rem;
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2.5px solid var(--text-3, #94a3b8);
  border-bottom: 2.5px solid var(--text-3, #94a3b8);
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > summary::after {
  top: 0.95rem;
  transform: rotate(225deg);
  border-color: var(--teal, #0d9488);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > summary {
  color: var(--solow-brand-accent, #0a4b5e);
  border-bottom: none;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  display: block !important;
  position: static;
  grid-column: 1 / -1;
  grid-row: auto;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  margin: 0.35rem 0 0;
  padding: 0.9rem 1rem 0.9rem 1rem;
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--text-2);
  background: color-mix(in srgb, var(--teal, #0d9488) 7%, var(--bg-2, #f8fafc));
  border-left: 3px solid var(--teal, #0d9488);
  border-radius: 0 10px 10px 10px;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p + p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p + ul {
  margin-top: 0.5rem;
  border-radius: 10px;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > ul {
  animation: sl-faq-content-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p:nth-of-type(2) {
  animation-delay: 0.04s;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p:nth-of-type(3) {
  animation-delay: 0.08s;
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p strong {
  color: var(--text);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p a {
  color: var(--solow-brand-accent, #0a4b5e);
  font-weight: 600;
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item {
  background: var(--surface);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] {
  background: linear-gradient(
    165deg,
    var(--surface) 0%,
    color-mix(in srgb, var(--teal, #2dd4bf) 10%, var(--surface)) 100%
  );
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  background: color-mix(in srgb, var(--teal, #2dd4bf) 10%, var(--bg-2));
  color: var(--text-2);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > summary {
  color: color-mix(in srgb, var(--teal, #5eead4) 75%, #fff);
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p,
  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > ul {
    animation: none;
  }

  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open]::before {
    transform: none;
  }
}

body.body--unit-solow .solow-landing .solow-section--faq + .solow-section--faq {
  border-top: 1px solid var(--border, rgba(15, 23, 42, 0.08));
}

body.body--unit-solow .solow-landing .sl-inscribe {
  position: relative;
}

body.body--unit-solow .solow-landing .sl-inscribe::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 clamp(0.5rem, 2vw, 1.25rem);
  border-radius: var(--solow-landing-radius-lg);
  background: linear-gradient(
    160deg,
    var(--solow-landing-glow) 0%,
    transparent 45%
  );
  pointer-events: none;
  z-index: 0;
}

body.body--unit-solow .solow-landing .sl-inscribe .container {
  position: relative;
  z-index: 1;
}

body.body--unit-solow .solow-landing .sl-inscribe__form {
  border-radius: var(--solow-landing-radius);
  box-shadow: var(--solow-landing-shadow);
  border: var(--solow-landing-border);
}

/* Contacto unificado (ubicación + inscripción / consulta) */
body.body--unit-solow .solow-landing .sl-contact-showcase {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  scroll-margin-top: 88px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 0 clamp(0.5rem, 2vw, 1.25rem);
  border-radius: var(--solow-landing-radius-lg);
  background: linear-gradient(
    160deg,
    var(--solow-landing-glow) 0%,
    transparent 48%
  );
  pointer-events: none;
  z-index: 0;
}

body.body--unit-solow .solow-landing .sl-contact-showcase .container {
  position: relative;
  z-index: 1;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2.5vw, 1.35rem);
  align-items: stretch;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__grid--page {
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__info {
  padding: clamp(1.35rem, 2.8vw, 1.85rem);
  border-radius: var(--solow-landing-radius-lg);
  border: var(--solow-landing-border);
  background: linear-gradient(
    158deg,
    color-mix(in srgb, var(--solow-brand-accent) 7%, var(--surface, #fff)) 0%,
    color-mix(in srgb, var(--solow-brand-accent) 14%, var(--bg-2, #f8fafc)) 100%
  );
  box-shadow: var(--solow-landing-shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__info h3 {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--text);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__info > p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__data {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__data li {
  display: grid;
  gap: 2px;
  font-size: 0.92rem;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__data strong {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__data a {
  color: var(--solow-brand-accent);
  text-decoration: none;
  font-weight: 600;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__data a:hover {
  text-decoration: underline;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__map-wrap {
  margin-top: 6px;
  border-radius: var(--solow-landing-radius);
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: 0 8px 24px rgba(10, 75, 94, 0.08);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__map {
  display: block;
  width: 100%;
  height: clamp(240px, 32vw, 360px);
  border: 0;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__map-link {
  align-self: flex-start;
  margin-top: 2px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel {
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  border-radius: var(--solow-landing-radius-lg);
  border: var(--solow-landing-border);
  background: var(--surface, #fff);
  box-shadow: var(--solow-landing-shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-title {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form.sl-inscribe__form,
body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel .sl-inscribe__form {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__footnote {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-card,
body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-label {
  color: var(--text);
  font-weight: 600;
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-input {
  background: var(--bg-2, #f8fafc);
  border: 1px solid var(--border, #e2e8f0);
  color: var(--text);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-input::placeholder {
  color: var(--text-3, #94a3b8);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-input:focus {
  border-color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 55%, var(--teal, #0d9488));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal, #0d9488) 18%, transparent);
}

body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form select.form-input option {
  background: var(--surface, #fff);
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-input {
  background: var(--bg-2);
  border-color: var(--border);
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form .form-input::placeholder {
  color: var(--text-3);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel--consulta .solow-encontranos-wa-form select.form-input option {
  background: var(--surface);
  color: var(--text);
}

/* Nosotros — contacto: no heredar estilos FCE de .about-actions */
body.body--unit-solow .page-solow-nosotros .sl-contact-showcase.sl-about-actions {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: transparent;
  border-top: 1px solid var(--border, #e5e7eb);
}

body.body--unit-solow .page-solow-nosotros .sl-contact-showcase.sl-about-actions .about-actions__grid {
  display: contents;
}

@media (max-width: 900px) {
  body.body--unit-solow .solow-landing .sl-contact-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.body--unit-solow .solow-landing .sl-contact-showcase__info,
  body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel {
    order: unset;
  }
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-contact-showcase__info {
  background: linear-gradient(
    158deg,
    color-mix(in srgb, var(--solow-brand-accent) 12%, var(--surface)) 0%,
    color-mix(in srgb, var(--solow-brand-accent) 6%, var(--bg)) 100%
  );
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-contact-showcase__form-panel {
  background: var(--surface);
}

/* Encontranos — tarjeta formulario WhatsApp */
body.body--unit-solow .solow-landing .solow-encontranos-card {
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  background: var(--surface, #fff);
  border: var(--solow-landing-border);
  border-radius: var(--solow-landing-radius-lg);
  box-shadow: var(--solow-landing-shadow);
  margin-bottom: 1rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

body.body--unit-solow .solow-landing .solow-encontranos-card__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 0.5rem;
}

body.body--unit-solow .solow-landing .solow-encontranos-card__lead {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.65;
  margin: 0 0 0.75rem;
}

body.body--unit-solow .solow-landing .solow-encontranos-card .form {
  max-width: 620px;
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-hero__stage,
  body.body--unit-solow .solow-landing .sl-hero__figure,
  body.body--unit-solow .solow-landing .sl-oferta__card.solow-card,
  body.body--unit-solow .solow-landing .sl-ben.solow-card,
  body.body--unit-solow .solow-landing .sl-result-metric,
  body.body--unit-solow .solow-landing .solow-card.solow-card--route,
  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item summary::after {
    transition: none;
  }

  body.body--unit-solow .solow-landing .sl-oferta__card.solow-card:hover,
  body.body--unit-solow .solow-landing .sl-ben.solow-card:hover,
  body.body--unit-solow .solow-landing .sl-result-metric:hover,
  body.body--unit-solow .solow-landing .sl-facultad-card--link:hover {
    transform: none;
    filter: none;
  }

  body.body--unit-solow .solow-landing .sl-facultad-grid--focus:hover > .sl-facultad-card:not(:hover) {
    filter: none;
    transform: none;
  }

  body.body--unit-solow .solow-landing .sl-btn-fancy:hover {
    transform: none;
  }

  body.body--unit-solow .solow-landing .sl-mod-card:hover {
    transform: none;
  }

  body.body--unit-solow .solow-landing .sl-mod-card,
  body.body--unit-solow .solow-landing .sl-mod-card__bubble,
  body.body--unit-solow .solow-landing .sl-mod-card__icon {
    transition: none;
  }

  body.body--unit-solow .solow-landing .solow-card--glow::before {
    transition: none;
  }
}

html[data-theme="dark"] body.body--unit-solow .solow-landing {
  --solow-landing-shadow: 0 20px 55px rgba(0, 0, 0, 0.4);
  --solow-landing-shadow-hover: 0 26px 72px rgba(0, 0, 0, 0.5);
  --solow-landing-border: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item {
  background: var(--surface, #0f172a);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .solow-encontranos-card {
  background: var(--surface, #0f172a);
}

/* Oferta académica — tarjetas en tema oscuro (la portada de color y la foto
   se mantienen; panel y card en superficie oscura). */
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-facultad-card--media {
  background: var(--surface, #0f172a);
  border-color: rgba(255, 255, 255, 0.1);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-facultad-card--media .sl-facultad-card__panel {
  background: var(--surface, #0f172a);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-facultad-card--media .sl-facultad-card__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-facultad-card__btn--link {
  color: #fff;
  background: linear-gradient(135deg, #0a3a45 0%, var(--solow-brand-accent) 100%);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-oferta-head__eyebrow {
  color: #7fc8bf;
  background: color-mix(in srgb, var(--solow-brand-accent) 22%, var(--surface, #0f172a));
  border-color: color-mix(in srgb, var(--solow-brand-accent) 38%, transparent);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-oferta-head__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-oferta-head__title span {
  color: #7fc8bf;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band {
  background: linear-gradient(165deg, #0e2b33 0%, #0b232b 60%, #08191f 100%);
  border-top-color: rgba(32, 178, 170, 0.22);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__bg {
  background:
    radial-gradient(60% 80% at 12% 0%, rgba(32, 178, 170, 0.18) 0%, rgba(32, 178, 170, 0) 60%),
    radial-gradient(55% 75% at 92% 100%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__eyebrow {
  color: #8fe3d6;
  background: rgba(32, 178, 170, 0.16);
  border-color: rgba(32, 178, 170, 0.38);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__lead {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__metric {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(32, 178, 170, 0.3);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__metric:hover {
  border-color: var(--teal);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__value {
  background: linear-gradient(135deg, #9bf0e6 0%, #20b2aa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #9bf0e6;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-respaldo-band__label {
  color: rgba(234, 246, 244, 0.78);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner::before {
  background:
    radial-gradient(34% 60% at 16% 28%, rgba(94, 240, 230, 0.2) 0%, rgba(94, 240, 230, 0) 70%),
    radial-gradient(40% 64% at 86% 78%, rgba(32, 178, 170, 0.22) 0%, rgba(32, 178, 170, 0) 72%),
    radial-gradient(currentColor 1.2px, transparent 1.3px);
  color: rgba(94, 240, 230, 0.12);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, center;
  background-size: cover, cover, 26px 26px;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__item::after {
  background: rgba(255, 255, 255, 0.1);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(32, 178, 170, 0.32);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__desc {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__icon {
  color: #8fe3d6;
  background: rgba(32, 178, 170, 0.16);
  border-color: rgba(32, 178, 170, 0.38);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-strip__item:hover .sl-why-strip__icon {
  color: #04222e;
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card {
  background: var(--surface);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card:hover {
  border-color: rgba(32, 178, 170, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card__desc {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card__icon {
  color: #8fe3d6;
  background: rgba(32, 178, 170, 0.16);
  border-color: rgba(32, 178, 170, 0.38);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why-card:hover .sl-why-card__icon {
  color: #04222e;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-why__img {
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

/* Modalidades: re-asegurar sombra de hover (gana a la regla compartida) y tema oscuro. */
body.body--unit-solow .solow-landing .sl-modalidades-cards .sl-mod-card:hover {
  box-shadow: 0 22px 46px rgba(13, 74, 87, 0.32);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(32, 178, 170, 0.22);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card__desc {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card__icon {
  color: #8fe3d6;
  background: rgba(32, 178, 170, 0.16);
  border-color: rgba(32, 178, 170, 0.36);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card:hover {
  background: linear-gradient(160deg, #167a78 0%, #0b3a47 100%);
  border-color: transparent;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__title {
  color: #fff;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__desc {
  color: rgba(255, 255, 255, 0.9);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__icon {
  background: #fff;
  color: var(--teal-dark, #178a83);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner__body {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner__kicker {
  color: #8fe3d6;
  background: rgba(32, 178, 170, 0.16);
  border-color: rgba(32, 178, 170, 0.38);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner__title span {
  color: #7fe3d6;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-becas-banner__lead {
  color: rgba(234, 246, 244, 0.82);
}

/* Hero editorial — vídeo de portada (placeholder hasta asset definitivo) */
body.body--unit-solow .solow-landing .sl-hero__stage--video {
  overflow: hidden;
}

body.body--unit-solow .solow-landing .sl-hero__figure--hero-video {
  padding: 0;
  background: #0a1620;
  overflow: hidden;
}

body.body--unit-solow .solow-landing .sl-hero__bg-video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 52vw, 460px);
  object-fit: cover;
  filter: saturate(1.05) contrast(1.04) brightness(.82);
}

body.body--unit-solow .solow-landing .sl-hero__figure--hero-video .sl-hero__placeholder-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(8, 24, 32, 0.55) 0%,
    rgba(8, 24, 32, 0.2) 45%,
    rgba(8, 24, 32, 0.05) 100%
  );
  z-index: 1;
}

body.body--unit-solow .solow-landing .sl-hero__tagline--editorial {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--solow-brand-accent);
  letter-spacing: 0.02em;
}
body.body--unit-solow .solow-landing .sl-hero__more-wrap {
  margin: 0 0 1rem;
}
body.body--unit-solow .solow-landing .sl-hero__more-wrap .btn--outline {
  border-color: color-mix(in srgb, var(--solow-brand-accent) 55%, var(--border));
  color: var(--text);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-hero__more-wrap .btn--outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-hero__bg-video {
    display: none !important;
  }

  body.body--unit-solow .solow-landing .sl-hero__figure--hero-video {
    min-height: clamp(220px, 52vw, 460px);
    background: url("/assets/img/about/hero_solow.png") center / cover no-repeat;
  }
}

body.body--unit-solow .solow-landing .sl-career.sl-career--brand {
  display: flex;
  align-items: stretch;
  gap: clamp(12px, 3vw, 18px);
  flex-direction: row;
  background: #fff;
  border: 2px solid color-mix(in srgb, var(--teal, #0d9488) 42%, #e2e8f0);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-career.sl-career--brand {
  background: var(--surface, #0f172a);
  border-color: color-mix(in srgb, var(--solow-brand-accent) 55%, var(--border));
}

body.body--unit-solow .solow-landing .sl-career__logo-panel {
  flex-shrink: 0;
  width: clamp(72px, 14vw, 104px);
  aspect-ratio: 1;
  border-radius: var(--solow-landing-radius);
  background: #fff;
  border: 1.5px solid color-mix(in srgb, var(--teal, #0d9488) 38%, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.body--unit-solow .solow-landing .sl-career__logo-panel img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

body.body--unit-solow .solow-landing .sl-career__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  text-decoration: none;
}

body.body--unit-solow .solow-landing .sl-career__meta {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--solow-brand-accent);
}

body.body--unit-solow .solow-landing .sl-career--brand .sl-career__desc {
  display: block;
  margin: 0 0 10px;
}

body.body--unit-solow .solow-landing .sl-career__cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  background: var(--solow-brand-accent);
  color: #fff;
  box-shadow: 0 6px 18px rgba(10, 75, 94, 0.28);
}

body.body--unit-solow .solow-landing .sl-career.sl-career--brand:hover .sl-career__cta-pill {
  filter: brightness(1.06);
}

body.body--unit-solow .solow-landing .sl-result-metric.sl-result-metric--ico strong {
  color: var(--solow-brand-accent);
}

body.body--unit-solow .solow-landing .sl-result-metric.sl-result-metric--ico {
  position: relative;
  padding-top: 2.25rem;
}

body.body--unit-solow .solow-landing .sl-result-metric.sl-result-metric--ico::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--solow-brand-accent) 16%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 35%, transparent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

body.body--unit-solow .solow-landing .sl-result-metric--years::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a4b5e' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V6a2 2 0 012-2z'/%3E%3C/svg%3E");
}

body.body--unit-solow .solow-landing .sl-result-metric--people::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a4b5e' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2M9 11a4 4 0 100-8 4 4 0 000 8zM23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75'/%3E%3C/svg%3E");
}

body.body--unit-solow .solow-landing .sl-result-metric--rate::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230a4b5e' stroke-width='1.75'%3E%3Cpath stroke-linecap='round' d='M4 19V5M4 19h16M8 15v-4M12 19V9M16 11v8'/%3E%3C/svg%3E");
}

body.body--unit-solow .solow-landing .solow-becas-brand {
  display: block;
  margin: 0 auto 1rem;
  max-width: min(280px, 88vw);
  height: auto;
}

body.body--unit-solow .solow-landing .solow-encontranos-page__split {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
}

@media (min-width: 900px) {
  body.body--unit-solow .solow-landing .solow-encontranos-page__split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

body.body--unit-solow .solow-landing .solow-encontranos-page__map-title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--text);
}

body.body--unit-solow .solow-landing .solow-encontranos-page__address {
  font-size: 0.92rem;
  color: var(--text-2);
  line-height: 1.6;
  margin: 0 0 12px;
}

body.body--unit-solow .solow-landing .solow-encontranos-page__iframe {
  border-radius: var(--solow-landing-radius-lg);
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
  margin-bottom: 12px;
  min-height: 280px;
}

body.body--unit-solow .solow-landing .solow-encontranos-page__iframe iframe {
  width: 100%;
  height: clamp(260px, 42vh, 400px);
  border: 0;
}

body.body--unit-solow .solow-landing .solow-encontranos-page__map-link {
  display: inline-flex;
}

body.body--unit-solow .solow-landing .solow-encontranos-page__footnote {
  font-size: 0.84rem;
  color: var(--text-2);
  line-height: 1.6;
  margin-top: 1rem;
}

body.body--unit-solow .solow-landing .solow-encontranos-card__lead--tight {
  margin-top: -6px !important;
  margin-bottom: 10px !important;
}

/* Hero principal — carreras rotativas (solo landing Solow) */
body.body--unit-solow .solow-landing .sl-hero__career-rotor {
  margin: 0.35rem 0 0.75rem;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text-2, #475569);
}

body.body--unit-solow .solow-landing .sl-hero__career-rotor span {
  color: var(--solow-brand-accent);
  font-weight: 800;
}

/* Franja “resultados” bajo hero carrera */
body.body--unit-solow .solow-landing .sl-hero-follow__inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) 0;
}

body.body--unit-solow .solow-landing .sl-hero-follow__accent {
  margin: 0 0 0.65rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 800;
  color: var(--solow-brand-accent);
  letter-spacing: -0.02em;
}

body.body--unit-solow .solow-landing .sl-hero-follow__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-hero-follow__cta-wrap {
  margin-top: 1rem;
}

/* ── "Si buscás resultados" (FCE): foto + insignias + copy ───────── */
body.body--unit-solow .solow-landing--fce .sl-follow {
  display: grid;
  gap: clamp(2rem, 5vw, 3.4rem);
  align-items: center;
  padding: clamp(1.75rem, 4vw, 3rem) 0;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing--fce .sl-follow {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
}
/* Media con marco orgánico (reciclado del hero/catálogo) */
body.body--unit-solow .solow-landing--fce .sl-follow__media {
  position: relative;
  margin: 0;
  isolation: isolate;
  width: 100%;
  max-width: 380px;
  justify-self: center;
}
body.body--unit-solow .solow-landing--fce .sl-follow__frame {
  position: absolute;
  z-index: -1;
  left: clamp(-22px, -2vw, -12px);
  bottom: clamp(-22px, -2vw, -12px);
  width: 80%;
  height: 80%;
  border-radius: clamp(40px, 7vw, 90px) clamp(14px, 2vw, 22px) clamp(40px, 7vw, 90px) clamp(14px, 2vw, 22px);
  background: linear-gradient(140deg, var(--solow-brand-accent) 0%, color-mix(in srgb, var(--solow-brand-accent) 70%, #0f172a) 100%);
  opacity: 0.92;
}
body.body--unit-solow .solow-landing--fce .sl-follow__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius: clamp(52px, 8vw, 104px) clamp(18px, 2.4vw, 28px) clamp(52px, 8vw, 104px) clamp(18px, 2.4vw, 28px);
  box-shadow: 0 26px 60px rgba(15, 40, 38, 0.24);
}
/* Insignias flotantes */
body.body--unit-solow .solow-landing--fce .sl-follow__badge {
  position: absolute;
  height: auto;
  width: clamp(82px, 13vw, 134px);
  z-index: 2;
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, 0.28));
  animation: sl-follow-float 5.2s ease-in-out infinite;
}
body.body--unit-solow .solow-landing--fce .sl-follow__badge--ingresantes {
  top: clamp(-26px, -3vw, -14px);
  right: clamp(-12px, -1vw, -4px);
}
body.body--unit-solow .solow-landing--fce .sl-follow__badge--lideres {
  bottom: clamp(-30px, -3.4vw, -16px);
  left: clamp(-16px, -1.6vw, -6px);
  animation-duration: 5.8s;
  animation-delay: 0.5s;
}
@keyframes sl-follow-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
/* Contenido */
body.body--unit-solow .solow-landing--fce .sl-follow__content {
  text-align: left;
}
body.body--unit-solow .solow-landing--fce .sl-follow .eyebrow {
  margin-bottom: 0.6rem;
}
body.body--unit-solow .solow-landing--fce .sl-follow .sl-hero-follow__accent {
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  line-height: 1.12;
  color: var(--text);
}
body.body--unit-solow .solow-landing--fce .sl-follow .sl-hero-follow__lead {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}
@media (max-width: 899px) {
  body.body--unit-solow .solow-landing--fce .sl-follow__media {
    order: -1;
    max-width: 460px;
    margin: 0 auto;
  }
  body.body--unit-solow .solow-landing--fce .sl-follow__content {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing--fce .sl-follow__badge { animation: none; }
}

/* Subpáginas Becas / FCQ */
body.body--unit-solow .solow-landing .sl-hero--subpage .sl-hero__figure--editorial {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 38vw, 320px);
  background: linear-gradient(160deg, #f0fdfa 0%, #f8fafc 55%);
  border: var(--solow-landing-border);
}

body.body--unit-solow .solow-landing .sl-hero__subpage-logo {
  max-width: min(420px, 86vw);
  height: auto;
  object-fit: contain;
}

/* Bloques carrera: sellos y gráfico */
body.body--unit-solow .solow-landing .solow-career-proofs__grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  body.body--unit-solow .solow-landing .solow-career-proofs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.body--unit-solow .solow-landing .solow-proof-card {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
}

body.body--unit-solow .solow-landing .solow-proof-card img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body.body--unit-solow .solow-landing .solow-proof-card__cap {
  padding: 0.65rem 1rem 0.85rem;
  font-size: 0.82rem;
  color: var(--text-2);
  background: var(--surface, #fff);
}

body.body--unit-solow .solow-landing .solow-chart-wrap {
  margin-top: 1.25rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  text-align: center;
}

body.body--unit-solow .solow-landing .solow-chart-wrap img {
  max-width: 100%;
  height: auto;
}

body.body--unit-solow .solow-landing .solow-chart-wrap__note {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .solow-inline-code {
  font-size: 0.78em;
  padding: 0.1em 0.35em;
  border-radius: 6px;
  background: color-mix(in srgb, var(--solow-brand-accent) 8%, transparent);
}

/* Cards “por qué” y modalidades — ícono */
body.body--unit-solow .solow-landing .sl-ben__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  font-size: 1.25rem;
  line-height: 1;
  background: color-mix(in srgb, var(--solow-brand-accent) 12%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 28%, transparent);
}

/* Contacto carrera — íconos */
body.body--unit-solow .solow-landing .sl-lp-contact-card {
  position: relative;
  padding-top: 2.5rem;
}

body.body--unit-solow .solow-landing .sl-lp-contact-card__ico {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--solow-brand-accent);
  background: color-mix(in srgb, var(--solow-brand-accent) 10%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 25%, transparent);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  margin: 0;
  padding: 0 1.1rem 0.75rem 1.15rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
}

body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p + ul {
  padding-top: 0.35rem;
}

/* ── Respaldo (estilo claro FCE: tarjetas + count-up) ────── */
body.body--unit-solow .solow-landing .sl-respaldo-band {
  position: relative;
  padding: clamp(3.2rem, 7vw, 5rem) 0;
  background: var(--teal-block);
  color: var(--text);
  overflow: hidden;
  border-top: 1px solid var(--teal-mid);
  border-bottom: 1px solid var(--teal-mid);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 80% at 12% 0%, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(55% 75% at 92% 100%, rgba(32, 178, 170, 0.14) 0%, rgba(32, 178, 170, 0) 60%);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-dark);
  background: color-mix(in srgb, var(--teal) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--teal) 30%, var(--border));
  border-radius: 999px;
  padding: 6px 15px;
  margin-bottom: 0.85rem;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  font-weight: 800;
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__lead {
  margin: 0 auto 2.4rem;
  max-width: 38rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-2);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  max-width: 56rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metric {
  position: relative;
  padding: clamp(1.5rem, 3.2vw, 2.1rem) clamp(1rem, 2vw, 1.4rem);
  border: 1px solid var(--teal-mid);
  border-radius: 20px 20px 20px 6px;
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(32, 178, 170, 0.1);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(32, 178, 170, 0.18);
  border-color: var(--teal);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__value {
  display: block;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.1rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 0.4rem;
  background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--teal);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__label {
  display: block;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  color: var(--text-2);
  line-height: 1.4;
}

/* ── Encabezado de la oferta académica (eyebrow + título + bajada) ── */
/* Oferta académica: acorta el espacio respecto al hero y agrega un fondo
   con un lavado teal sutil + glows (para que no se vea tan blanco). */
body.body--unit-solow .solow-landing .solow-section--oferta {
  padding-top: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(120% 72% at 50% -8%, color-mix(in srgb, var(--solow-brand-accent) 11%, transparent) 0%, transparent 58%),
    radial-gradient(70% 55% at 88% 12%, color-mix(in srgb, var(--solow-brand-accent) 8%, transparent) 0%, transparent 55%),
    radial-gradient(70% 55% at 10% 30%, color-mix(in srgb, var(--solow-brand-accent) 6%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, color-mix(in srgb, var(--solow-brand-accent) 6%, #fff) 0%, #f5fbfa 42%, #ffffff 100%);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .solow-section--oferta {
  background:
    radial-gradient(120% 72% at 50% -8%, color-mix(in srgb, var(--solow-brand-accent) 16%, transparent) 0%, transparent 58%),
    radial-gradient(70% 55% at 88% 12%, color-mix(in srgb, var(--solow-brand-accent) 10%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, color-mix(in srgb, var(--solow-brand-accent) 9%, var(--surface)) 0%, var(--surface) 52%);
}
/* El wave del hero hereda el tinte del tope de la sección para evitar costura */
body.body--unit-solow .solow-landing .hero--solow .sl-hero__wave {
  color: color-mix(in srgb, var(--solow-brand-accent) 6%, #fff);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .hero--solow .sl-hero__wave {
  color: color-mix(in srgb, var(--solow-brand-accent) 9%, var(--surface));
}

body.body--unit-solow .solow-landing .sl-oferta-head {
  position: relative;
  max-width: 720px;
  margin: 0 auto clamp(38px, 5.5vw, 58px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: clamp(8px, 2vw, 18px);
}
/* Glow teal suave detrás del encabezado */
body.body--unit-solow .solow-landing .sl-oferta-head::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, 90%);
  height: 220px;
  background: radial-gradient(ellipse at center, color-mix(in srgb, var(--solow-brand-accent) 16%, transparent) 0%, transparent 70%);
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-oferta-head > * { position: relative; z-index: 1; }
body.body--unit-solow .solow-landing .sl-oferta-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--solow-brand-accent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--solow-brand-accent) 16%, #fff) 0%, #fff 100%);
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 26%, #e2e8f0);
  border-radius: 999px;
  padding: 8px 18px;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--solow-brand-accent) 16%, transparent);
}
/* Punto pulsante a la izquierda del eyebrow */
body.body--unit-solow .solow-landing .sl-oferta-head__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--solow-brand-accent);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--solow-brand-accent) 60%, transparent);
  animation: sl-oferta-pulse 2.2s ease-out infinite;
}
@keyframes sl-oferta-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--solow-brand-accent) 55%, transparent); }
  70% { box-shadow: 0 0 0 9px color-mix(in srgb, var(--solow-brand-accent) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--solow-brand-accent) 0%, transparent); }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-oferta-head__eyebrow::before { animation: none; }
}
body.body--unit-solow .solow-landing .sl-oferta-head__title {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.8rem, 3.8vw, 2.85rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0d3a47;
  max-width: 16ch;
}
/* Divisor decorativo bajo el lead */
body.body--unit-solow .solow-landing .sl-oferta-head::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 64px;
  height: 0;
  margin-top: 4px;
  border-top: 2px solid color-mix(in srgb, var(--solow-brand-accent) 45%, transparent);
}
body.body--unit-solow .solow-landing .sl-oferta-head__title span {
  color: var(--solow-brand-accent);
  position: relative;
  white-space: nowrap;
}
body.body--unit-solow .solow-landing .sl-oferta-head__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.08em;
  height: 0.12em;
  border-radius: 4px;
  background: color-mix(in srgb, var(--solow-brand-accent) 32%, transparent);
}
body.body--unit-solow .solow-landing .sl-oferta-head__lead {
  margin: 0;
  font-size: clamp(0.94rem, 1.4vw, 1.06rem);
  line-height: 1.65;
  color: var(--text-2, #4f5663);
  max-width: 52ch;
}

/* ── Cards facultad (logo + panel teal) ──────────────────── */
body.body--unit-solow .solow-landing .sl-facultad-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
}

/* Base genérica de tarjeta (la usa el bloque por facultad: logo + panel teal).
   La oferta académica la pisa con la variante --media más abajo. */
body.body--unit-solow .solow-landing .sl-facultad-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 16%, #e2e8f0);
  box-shadow: var(--solow-landing-shadow);
  text-decoration: none;
  color: inherit;
}
body.body--unit-solow .solow-landing .sl-facultad-card__logo-zone {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 28vw, 260px);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fff;
}
body.body--unit-solow .solow-landing .sl-facultad-card__logo-zone--light { background: #fafafa; }
body.body--unit-solow .solow-landing .sl-facultad-card__logo {
  width: min(220px, 78%);
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
body.body--unit-solow .solow-landing .sl-facultad-card__panel {
  padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1rem, 2vw, 1.25rem);
  background: linear-gradient(165deg, #0d4a57 0%, #0a4b5e 100%);
  color: #fff;
  text-align: center;
}
body.body--unit-solow .solow-landing .sl-facultad-card__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 800;
  line-height: 1.3;
}
body.body--unit-solow .solow-landing .sl-facultad-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.35rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  background: #f9d35a;
  color: #111;
}

/* Oferta académica — tarjetas estilo "carrera" (portada de color con foto
   de la persona, nombre grande encima, logo en la esquina; panel claro con
   título y enlace "Ver carrera"). */
body.body--unit-solow .solow-landing .sl-facultad-grid--media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 2.5vw, 1.6rem);
}
body.body--unit-solow .solow-landing .sl-facultad-grid--media .sl-facultad-card {
  max-width: none;
  cursor: pointer;
}

body.body--unit-solow .solow-landing .sl-facultad-card--media {
  --cover: #5d93b3;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 14%, #e2e8f0);
  box-shadow: var(--solow-landing-shadow);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}
body.body--unit-solow .solow-landing .sl-facultad-card--c1 { --cover: #5f93bd; }
body.body--unit-solow .solow-landing .sl-facultad-card--c2 { --cover: #6fae84; }
body.body--unit-solow .solow-landing .sl-facultad-card--c3 { --cover: #4f8aa8; }
body.body--unit-solow .solow-landing .sl-facultad-card--media.sl-facultad-card--link:hover {
  transform: translateY(-7px);
  box-shadow: var(--solow-landing-shadow-hover);
  border-color: color-mix(in srgb, var(--solow-brand-accent) 40%, transparent);
}

/* Portada de color con la foto */
body.body--unit-solow .solow-landing .sl-facultad-card__cover {
  position: relative;
  overflow: hidden;
  min-height: clamp(310px, 40vw, 390px);
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--cover) 86%, #fff) 0%, var(--cover) 100%);
}
body.body--unit-solow .solow-landing .sl-facultad-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, color-mix(in srgb, var(--cover) 72%, #000 28%) 0%, transparent 52%);
  opacity: 0.55;
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-facultad-card__watermark {
  position: absolute;
  left: -6%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff;
  opacity: 0.14;
  white-space: nowrap;
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-facultad-card__photo {
  position: absolute;
  left: 46%;
  bottom: -8%;
  height: 124%;
  width: auto;
  max-width: none;
  min-width: 88%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
body.body--unit-solow .solow-landing .sl-facultad-card--link:hover .sl-facultad-card__photo {
  transform: translateX(-50%) scale(1.04);
}
/* Ajuste propio para la foto de Becas (un poco más grande y a la izquierda) */
body.body--unit-solow .solow-landing .sl-facultad-card--c3 .sl-facultad-card__photo {
  left: 40%;
  height: 134%;
  min-width: 94%;
}
body.body--unit-solow .solow-landing .sl-facultad-card__cover-title {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 2.2vw, 22px);
  bottom: clamp(16px, 2.2vw, 22px);
  max-width: 78%;
  text-align: right;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}
body.body--unit-solow .solow-landing .sl-facultad-card__corner-logo {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 96px;
  padding: 10px 16px;
  /* Solapa que agarra la esquina superior derecha (solo redondeo interior abajo-izq). */
  border-radius: 0 0 0 24px;
  background: #fff;
  box-shadow: -6px 8px 20px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
body.body--unit-solow .solow-landing .sl-facultad-card--link:hover .sl-facultad-card__corner-logo {
  transform: scale(1.04);
  box-shadow: -8px 12px 26px rgba(0, 0, 0, 0.22);
}
body.body--unit-solow .solow-landing .sl-facultad-card__corner-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 200px;
  object-fit: contain;
}

/* Panel inferior claro (solo variante media) */
body.body--unit-solow .solow-landing .sl-facultad-card--media .sl-facultad-card__panel {
  padding: clamp(1.1rem, 2.4vw, 1.4rem) clamp(1.1rem, 2.2vw, 1.4rem) clamp(1.2rem, 2.4vw, 1.45rem);
  background: #fff;
  color: var(--solow-brand-accent);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1;
}
body.body--unit-solow .solow-landing .sl-facultad-card--media .sl-facultad-card__title {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  font-weight: 800;
  line-height: 1.28;
  color: #0d3a47;
}
/* Panel sin título: solo el botón, compacto (sin hueco del título) */
body.body--unit-solow .solow-landing .sl-facultad-card__panel--btn-only {
  flex: 0 0 auto;
  gap: 0;
}
body.body--unit-solow .solow-landing .sl-facultad-card__btn--link,
body.body--unit-solow .solow-landing a.sl-facultad-card .sl-facultad-card__btn--link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.78rem 1.2rem;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #0d4a57 0%, var(--solow-brand-accent) 100%);
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--solow-brand-accent) 26%, transparent);
  transition: gap 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
body.body--unit-solow .solow-landing .sl-facultad-card__btn--link svg {
  transition: transform 0.25s ease;
}
body.body--unit-solow .solow-landing .sl-facultad-card--link:hover .sl-facultad-card__btn--link {
  gap: 12px;
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 24px color-mix(in srgb, var(--solow-brand-accent) 34%, transparent);
}
body.body--unit-solow .solow-landing .sl-facultad-card--link:hover .sl-facultad-card__btn--link svg {
  transform: translateX(4px);
}
body.body--unit-solow .solow-landing .sl-facultad-block__intro .sl-facultad-card {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  max-width: 920px;
  margin: 0 auto 2.5rem;
}
body.body--unit-solow .solow-landing .sl-facultad-block__intro .sl-facultad-card__panel {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body.body--unit-solow .solow-landing .sl-facultad-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin-bottom: 0.35rem;
}
body.body--unit-solow .solow-landing .sl-facultad-card__lead {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.65;
  opacity: 0.94;
  max-width: 42ch;
}
body.body--unit-solow .solow-landing .sl-facultad-block__faq {
  max-width: 44rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-facultad-block__faq .sec-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

/* ── Becas cursillo banner ───────────────────────────────── */
body.body--unit-solow .solow-landing .sl-becas-banner {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  overflow: hidden;
}
/* Fondo: orbes teal difuminados + sutil malla de puntos (en vez de ondas). */
body.body--unit-solow .solow-landing .sl-becas-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(34% 60% at 16% 28%, rgba(94, 240, 230, 0.32) 0%, rgba(94, 240, 230, 0) 70%),
    radial-gradient(40% 64% at 86% 78%, rgba(32, 178, 170, 0.26) 0%, rgba(32, 178, 170, 0) 72%),
    radial-gradient(currentColor 1.2px, transparent 1.3px);
  color: rgba(32, 178, 170, 0.16);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, center;
  background-size: cover, cover, 26px 26px;
  -webkit-mask-image: radial-gradient(78% 86% at 50% 50%, #000 55%, transparent 100%);
  mask-image: radial-gradient(78% 86% at 50% 50%, #000 55%, transparent 100%);
}
body.body--unit-solow .solow-landing .sl-becas-banner > .container {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing .sl-becas-banner__card {
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.1fr);
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 960px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  overflow: visible;
}
body.body--unit-solow .solow-landing .sl-becas-banner__brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  overflow: visible;
}
body.body--unit-solow .solow-landing .sl-becas-banner__blob {
  display: none;
}
body.body--unit-solow .solow-landing .sl-becas-banner__art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 30px rgba(10, 75, 94, 0.18));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
body.body--unit-solow .solow-landing .sl-becas-banner__card:hover .sl-becas-banner__art {
  transform: translateY(-6px) scale(1.03);
}
body.body--unit-solow .solow-landing .sl-becas-banner__body {
  padding: 0;
  color: var(--text, #0f1924);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.body--unit-solow .solow-landing .sl-becas-banner__kicker {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-dark, #178a83);
  background: color-mix(in srgb, var(--teal) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--teal) 30%, var(--border));
  border-radius: 999px;
  padding: 6px 14px;
}
body.body--unit-solow .solow-landing .sl-becas-banner__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .sl-becas-banner__title span {
  color: var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .sl-becas-banner__lead {
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 44ch;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .sl-becas-banner__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 999px;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(120deg, #5ff0e6 0%, var(--teal, #20b2aa) 100%);
  box-shadow: 0 10px 26px rgba(32, 178, 170, 0.36);
  transition: transform 0.25s var(--ease, ease), box-shadow 0.25s ease, filter 0.25s ease;
}
body.body--unit-solow .solow-landing .sl-becas-banner__btn svg {
  transition: transform 0.25s var(--ease, ease);
}
body.body--unit-solow .solow-landing .sl-becas-banner__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(32, 178, 170, 0.46);
  filter: brightness(1.04);
}
body.body--unit-solow .solow-landing .sl-becas-banner__btn:hover svg {
  transform: translateX(4px);
}

/* Botón fancy — Uiverse / Codecite (becas cursillo) */
body.body--unit-solow .solow-landing .sl-btn-fancy {
  --fancy-button-gradient-0: #8d49fd;
  --fancy-button-gradient-50: #7f56f3;
  --fancy-button-gradient-100: #5691f3;
  --fancy-button-inner-shadow-top: rgba(233, 209, 255, 0.2);
  --fancy-button-inner-shadow-top-lg: rgba(9, 12, 60, 0.1);
  --fancy-button-inner-shadow-bottom: rgba(137, 222, 246, 0.3);
  --fancy-button-shine-top: #e9d1ff;
  --fancy-button-shine-bottom: #adfff9;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  appearance: none;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border-radius: 25px;
  color: #fff;
  background-image: linear-gradient(
    to bottom,
    var(--fancy-button-gradient-0) 0%,
    var(--fancy-button-gradient-50) 50%,
    var(--fancy-button-gradient-100) 100%
  );
  box-shadow:
    0 4px 12px rgba(9, 12, 60, 0.15),
    0 2px 8px rgba(9, 12, 60, 0.15),
    0 1px 3px var(--fancy-button-inner-shadow-top-lg),
    inset 0 1px 1px var(--fancy-button-inner-shadow-top),
    inset 0 -1px 3px var(--fancy-button-inner-shadow-bottom);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.body--unit-solow .solow-landing .sl-btn-fancy::before,
body.body--unit-solow .solow-landing .sl-btn-fancy::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  will-change: transform;
}
body.body--unit-solow .solow-landing .sl-btn-fancy::before {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--fancy-button-shine-top);
  width: 96px;
  height: 6px;
  top: -3px;
  opacity: 0.6;
  filter: blur(6px);
  transition: opacity 0.25s;
}
body.body--unit-solow .solow-landing .sl-btn-fancy::after {
  inset: 0;
  background-size: cover;
  z-index: 2;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-btn-fancy span {
  display: block;
  padding: 12px 28px;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    var(--fancy-button-shine-top),
    transparent 8px
  );
  background-position: 0 -6px;
  background-repeat: no-repeat;
  z-index: 1;
}
body.body--unit-solow .solow-landing .sl-btn-fancy span::before,
body.body--unit-solow .solow-landing .sl-btn-fancy span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--fancy-button-shine-bottom);
  transition: opacity 0.25s, transform 0.25s;
  will-change: transform;
}
body.body--unit-solow .solow-landing .sl-btn-fancy span::before {
  width: 92px;
  height: 8px;
  bottom: -4px;
  opacity: 0.75;
  filter: blur(6px);
}
body.body--unit-solow .solow-landing .sl-btn-fancy span::after {
  width: 112px;
  height: 1px;
  bottom: 0;
  opacity: 0.9;
  filter: blur(1px);
}
body.body--unit-solow .solow-landing .sl-btn-fancy:hover {
  transform: translateY(-1px);
}
body.body--unit-solow .solow-landing .sl-btn-fancy:hover span::before {
  opacity: 0.8;
  transform: translateX(-50%) scale(1.25);
}
body.body--unit-solow .solow-landing .sl-btn-fancy:hover span::after {
  opacity: 1;
}

/* ── Modalidades — solution cards (Uiverse / Admin12121) ─── */
body.body--unit-solow .solow-landing .sl-solow-modalidades {
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
}
body.body--unit-solow .solow-landing .sl-modalidades-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.85rem, 2vw, 1.35rem);
  max-width: 1040px;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-mod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface, #fff);
  border: 1px solid var(--border, #e6ebf2);
  border-radius: 22px 22px 22px 8px;
  padding: clamp(1.5rem, 2.6vw, 1.9rem) clamp(1.35rem, 2.4vw, 1.6rem);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(32, 178, 170, 0.08);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}
/* Barra de acento superior que se revela al hover. */
body.body--unit-solow .solow-landing .sl-mod-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5ff0e6, var(--teal, #20b2aa));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card__bubble {
  position: absolute;
  top: -40%;
  right: -30%;
  width: 70%;
  height: 80%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--teal) 12%, transparent) 0%, transparent 70%);
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-mod-card > * {
  position: relative;
  z-index: 1;
}
/* Hover: la card se pone verde con degradado y hace un ligero zoom. */
body.body--unit-solow .solow-landing .sl-mod-card:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: transparent;
  background: linear-gradient(160deg, #2e9e9c 0%, #0d4a57 100%);
  box-shadow: 0 22px 46px rgba(13, 74, 87, 0.32);
  z-index: 2;
}
body.body--unit-solow .solow-landing .sl-mod-card:hover::before {
  transform: scaleX(1);
  background: linear-gradient(90deg, #aef0e5, #fff);
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__bubble {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, transparent 70%);
}
body.body--unit-solow .solow-landing .sl-mod-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--teal-light, #e6f7f5);
  border: 1px solid var(--teal-mid, #b8e4e1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark, #178a83);
  transition: color 0.35s ease, background 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__icon {
  background: #fff;
  border-color: transparent;
  color: var(--teal-dark, #178a83);
  transform: rotate(-6deg) scale(1.06);
}
body.body--unit-solow .solow-landing .sl-mod-card__title {
  margin: 1rem 0 0.6rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text, #0f1924);
  line-height: 1.2;
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2, #4a5868);
  transition: color 0.35s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__title {
  color: #fff;
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__desc {
  color: rgba(255, 255, 255, 0.92);
}
@media screen and (max-width: 767px) {
  body.body--unit-solow .solow-landing .sl-modalidades-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  body.body--unit-solow .solow-landing .sl-mod-card:hover {
    transform: translateY(-4px) scale(1.02);
  }
}

/* ── Por qué — iconos SVG ────────────────────────────────── */
body.body--unit-solow .solow-landing .sl-ben--icon .sl-ben__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.65rem;
  border-radius: 12px;
  color: var(--solow-brand-accent);
  background: color-mix(in srgb, var(--solow-brand-accent) 12%, var(--surface, #fff));
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 28%, transparent);
}
body.body--unit-solow .solow-landing .sl-lp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

/* ── "Por qué elegir" — tira de ítems compactos ── */
body.body--unit-solow .solow-landing .sl-why-strip {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.6vw, 1rem);
}
body.body--unit-solow .solow-landing .sl-why-strip__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
body.body--unit-solow .solow-landing .sl-why-strip__item::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  background: var(--border, #e6ebf2);
}
body.body--unit-solow .solow-landing .sl-why-strip__item:hover {
  background: var(--surface, #fff);
  border-color: var(--teal-mid, #b8e4e1);
  transform: translateY(-2px);
}
body.body--unit-solow .solow-landing .sl-why-strip__item:hover::after {
  opacity: 0;
}
body.body--unit-solow .solow-landing .sl-why-strip__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  color: var(--teal-dark, #178a83);
  background: var(--teal-light, #e6f7f5);
  border: 1px solid var(--teal-mid, #b8e4e1);
  transition: background 0.25s ease, color 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
body.body--unit-solow .solow-landing .sl-why-strip__icon svg {
  color: currentColor;
}
body.body--unit-solow .solow-landing .sl-why-strip__item:hover .sl-why-strip__icon {
  background: linear-gradient(135deg, #5ff0e6 0%, var(--teal, #20b2aa) 100%);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}
body.body--unit-solow .solow-landing .sl-why-strip__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body.body--unit-solow .solow-landing .sl-why-strip__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text, #0f1924);
  line-height: 1.2;
}
body.body--unit-solow .solow-landing .sl-why-strip__desc {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-2, #4a5868);
}
@media (max-width: 860px) {
  body.body--unit-solow .solow-landing .sl-why-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  body.body--unit-solow .solow-landing .sl-why-strip {
    grid-template-columns: 1fr;
  }
}

/* ── ¿Por qué elegir? — layout con imagen + tarjetas ──────── */
body.body--unit-solow .solow-landing .sl-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(1.75rem, 5vw, 4rem);
  max-width: 1140px;
  margin: 0 auto;
}

body.body--unit-solow .solow-landing .sl-why__media {
  position: relative;
  margin: 0;
  align-self: stretch;
  min-height: 100%;
}

body.body--unit-solow .solow-landing .sl-why__media::before {
  content: "";
  position: absolute;
  inset: auto -6% -7% 8%;
  width: 78%;
  height: 84%;
  border-radius: 60% 40% 52% 48% / 55% 50% 50% 45%;
  background: linear-gradient(155deg, var(--teal, #20b2aa) 0%, var(--teal-dark, #178a83) 100%);
  opacity: 0.14;
  z-index: 0;
}

body.body--unit-solow .solow-landing .sl-why__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 28px 28px 28px 96px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}

body.body--unit-solow .solow-landing .sl-why__head {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.body--unit-solow .solow-landing .sl-why__head .eyebrow {
  margin-bottom: 0.75rem;
}

body.body--unit-solow .solow-landing .sl-why__head .sec-title {
  text-align: left;
}

body.body--unit-solow .solow-landing .sl-why__head .sec-lead {
  text-align: left;
  margin-left: 0;
}

body.body--unit-solow .solow-landing .sl-why-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1rem);
}

body.body--unit-solow .solow-landing .sl-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: var(--surface, #fff);
  border: 1px solid var(--border, #e8edf3);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

body.body--unit-solow .solow-landing .sl-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--teal, #20b2aa) 0%, var(--teal-dark, #178a83) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .solow-landing .sl-why-card:hover {
  transform: translateY(-4px);
  border-color: var(--teal-mid, #b8e4e1);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

body.body--unit-solow .solow-landing .sl-why-card:hover::before {
  transform: scaleX(1);
}

body.body--unit-solow .solow-landing .sl-why-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  color: var(--teal-dark, #178a83);
  background: var(--teal-light, #e6f7f5);
  border: 1px solid var(--teal-mid, #b8e4e1);
  transition: background 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .solow-landing .sl-why-card:hover .sl-why-card__icon {
  background: linear-gradient(135deg, #5ff0e6 0%, var(--teal, #20b2aa) 100%);
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}

body.body--unit-solow .solow-landing .sl-why-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.body--unit-solow .solow-landing .sl-why-card__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.22;
  color: var(--text, #0f1924);
}

body.body--unit-solow .solow-landing .sl-why-card__desc {
  font-size: 0.83rem;
  line-height: 1.5;
  color: var(--text-2, #4a5868);
}

@media (max-width: 960px) {
  body.body--unit-solow .solow-landing .sl-why__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body.body--unit-solow .solow-landing .sl-why__media {
    max-width: 420px;
    margin: 0 auto;
    min-height: 0;
  }

  body.body--unit-solow .solow-landing .sl-why__img {
    max-height: 420px;
  }

  body.body--unit-solow .solow-landing .sl-why__head {
    text-align: center;
  }

  body.body--unit-solow .solow-landing .sl-why__head .sec-title,
  body.body--unit-solow .solow-landing .sl-why__head .sec-lead {
    text-align: center;
  }
}

@media (max-width: 520px) {
  body.body--unit-solow .solow-landing .sl-why-cards {
    grid-template-columns: 1fr;
  }
}

/* ── CTA final ───────────────────────────────────────────── */
body.body--unit-solow .solow-landing .sl-cta-final {
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
  background: var(--surface, #fff);
  border-top: 1px solid var(--border, #e5e7eb);
}
body.body--unit-solow .solow-landing .sl-cta-final__inner {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-cta-final__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
}
body.body--unit-solow .solow-landing .sl-cta-final__lead {
  margin: 0 0 1.25rem;
  color: var(--text-2);
  line-height: 1.65;
}
body.body--unit-solow .solow-landing .sl-cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

/* ── Hero placeholder mejorado ───────────────────────────── */
body.body--unit-solow .solow-landing .sl-hero__figure--placeholder {
  position: relative;
  min-height: clamp(240px, 52vw, 480px);
  padding: 0;
  overflow: hidden;
}
body.body--unit-solow .solow-landing .sl-hero__placeholder-img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}
body.body--unit-solow .solow-landing .sl-hero__placeholder-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(10, 75, 94, 0.55) 0%, rgba(15, 23, 42, 0.35) 100%);
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-hero__placeholder-badge {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: rgba(10, 75, 94, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.25);
  white-space: nowrap;
}
/* Logo dual claro / oscuro */
body.body--unit-solow .solow-brand-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  vertical-align: middle;
}
body.body--unit-solow .solow-brand-logo__img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent !important;
  border: 0;
  box-shadow: none;
}
body.body--unit-solow .solow-brand-logo,
body.body--unit-solow .navbar__unit-brand--solow-mark,
body.body--unit-solow .sl-hero__brand-link {
  background: transparent !important;
}
body.body--unit-solow .solow-brand-logo__img--dark {
  display: none;
}
html[data-theme="dark"] body.body--unit-solow .solow-brand-logo__img--light {
  display: none;
}
html[data-theme="dark"] body.body--unit-solow .solow-brand-logo__img--dark {
  display: block;
}
body.body--unit-solow .solow-brand-logo--nav .solow-brand-logo__img {
  max-height: 46px;
  max-width: min(220px, 52vw);
}
body.body--unit-solow .solow-brand-logo--hero .solow-brand-logo__img {
  max-width: min(520px, 94vw);
  max-height: 96px;
}
body.body--unit-solow .solow-brand-logo--auth .solow-brand-logo__img {
  max-height: 52px;
  max-width: min(280px, 48vw);
}
body.body--unit-solow .solow-landing .sl-hero__brand-link:hover .solow-brand-logo__img {
  opacity: 0.92;
}
body.body--unit-solow .solow-landing .sl-hero__logo {
  max-width: min(520px, 94vw);
  height: auto;
}
body.body--unit-solow .solow-landing .navbar__unit-logo--solow-mark {
  max-height: 64px;
  width: auto;
  max-width: min(320px, 62vw);
}

@media (max-width: 900px) {
  body.body--unit-solow .solow-landing .sl-facultad-grid,
  body.body--unit-solow .solow-landing .sl-lp-why-grid {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing .sl-facultad-grid--focus {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.body--unit-solow .solow-landing .sl-facultad-grid--focus .sl-facultad-card {
    width: 100%;
    max-width: min(420px, 100%);
  }
  body.body--unit-solow .solow-landing .sl-respaldo-band__metrics {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing .sl-facultad-block__intro .sl-facultad-card,
  body.body--unit-solow .solow-landing .sl-becas-banner__card {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing .sl-becas-banner__brand {
    min-height: auto;
  }
  body.body--unit-solow .solow-landing .sl-becas-banner__art {
    max-height: 300px;
    width: auto;
    max-width: 80%;
    margin: 0 auto;
  }
  body.body--unit-solow .solow-landing .sl-becas-banner__body {
    align-items: center;
    text-align: center;
  }
  body.body--unit-solow .solow-landing .sl-becas-banner__lead {
    margin-inline: auto;
  }
}
body.body--unit-solow .solow-landing .sl-hero__placeholder-img--contain { object-fit: contain; padding: 1.5rem; background: #fff; }

/* ── FCE-UNA (Ciencias Económicas) ───────────────────────── */
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 8% 12%, color-mix(in srgb, var(--solow-brand-accent) 22%, transparent) 0%, transparent 46%),
    linear-gradient(180deg, color-mix(in srgb, #f1f5f9 94%, var(--solow-brand-accent)) 0%, var(--surface, #fff) 62%);
  pointer-events: none;
}
/* Formas decorativas suaves detrás del contenido */
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(-120px, -6vw, -60px);
  top: clamp(-80px, -4vw, -40px);
  width: clamp(280px, 34vw, 460px);
  height: clamp(280px, 34vw, 460px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--solow-brand-accent) 30%, transparent) 0%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty .container {
  position: relative;
  z-index: 1;
}
/* Logo del hero un poco más chico */
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty .solow-brand-logo--hero .solow-brand-logo__img {
  max-height: 72px;
}
/* Más aire entre el título y los botones */
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty .sl-hero__cta--row {
  margin-top: clamp(22px, 3vw, 34px);
}
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty .sl-hero__title--ingreso {
  margin-bottom: 0;
}
/* La imagen sangra hasta el borde derecho de la pantalla (estilo banner) */
body.body--unit-solow .solow-landing--fce .sl-hero__stage--career {
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: calc(-1 * max(24px, (100vw - 1072px) / 2));
}
body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo {
  border-radius: clamp(60px, 9vw, 130px) 0 0 clamp(60px, 9vw, 130px);
  box-shadow: 0 26px 60px rgba(15, 40, 38, 0.2);
  border: none;
  overflow: hidden;
  width: 100%;
  max-width: none;
}
body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
/* Proporción de la foto: muestra a las 3 personas de lado a lado, sin recorte lateral */
body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo {
  aspect-ratio: 3 / 2;
}
/* Título: dos líneas, "en la UNA!" siempre abajo (no salta con la animación) */
body.body--unit-solow .solow-landing--fce .sl-hero__title--ingreso .sl-hero__title-line {
  display: block;
}
body.body--unit-solow .solow-landing--fce .sl-hero__title--ingreso .sl-hero__career-name {
  display: inline-block;
  transition: opacity 0.35s ease;
}
@media (max-width: 860px) {
  body.body--unit-solow .solow-landing--fce .sl-hero__stage--career {
    margin-right: auto;
    margin-left: auto;
    max-width: min(440px, 92vw);
  }
  body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo {
    width: 100%;
    border-radius: clamp(44px, 14vw, 80px) 16px clamp(44px, 14vw, 80px) 16px;
  }
}

body.body--unit-solow .solow-landing--fce .sl-sueno__inner {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}
body.body--unit-solow .solow-landing--fce .sl-sueno__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  color: var(--text);
}
body.body--unit-solow .solow-landing--fce .sl-sueno__lead {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-solow .solow-landing--fce .sl-sueno__cta {
  margin: 0;
}

/* ── "Lo que parecía un sueño" con foto (FCE) ───────────────────── */
body.body--unit-solow .solow-landing--fce .sl-sueno--media {
  display: grid;
  gap: clamp(2rem, 5vw, 3.6rem);
  align-items: center;
  text-align: left;
  max-width: none;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing--fce .sl-sueno--media {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}
body.body--unit-solow .solow-landing--fce .sl-sueno--media .eyebrow {
  margin-bottom: 0.6rem;
}
body.body--unit-solow .solow-landing--fce .sl-sueno--media .sl-sueno__title {
  font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  line-height: 1.12;
}
body.body--unit-solow .solow-landing--fce .sl-sueno--media .sl-sueno__lead {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
}
body.body--unit-solow .solow-landing--fce .sl-sueno__media {
  position: relative;
  margin: 0;
  isolation: isolate;
  justify-self: center;
  width: 100%;
  max-width: 420px;
}
body.body--unit-solow .solow-landing--fce .sl-sueno__frame {
  position: absolute;
  z-index: -1;
  left: clamp(-20px, -2vw, -12px);
  bottom: clamp(-20px, -2vw, -12px);
  width: 82%;
  height: 80%;
  border-radius: clamp(40px, 7vw, 88px) clamp(14px, 2vw, 22px) clamp(40px, 7vw, 88px) clamp(14px, 2vw, 22px);
  background: linear-gradient(140deg, var(--solow-brand-accent) 0%, color-mix(in srgb, var(--solow-brand-accent) 70%, #0f172a) 100%);
  opacity: 0.92;
}
body.body--unit-solow .solow-landing--fce .sl-sueno__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius: clamp(52px, 8vw, 104px) clamp(18px, 2.4vw, 28px) clamp(52px, 8vw, 104px) clamp(18px, 2.4vw, 28px);
  box-shadow: 0 26px 60px rgba(15, 40, 38, 0.24);
}
@media (max-width: 899px) {
  body.body--unit-solow .solow-landing--fce .sl-sueno--media {
    text-align: center;
  }
  body.body--unit-solow .solow-landing--fce .sl-sueno--media .sl-sueno__lead {
    margin-left: auto;
    margin-right: auto;
  }
  body.body--unit-solow .solow-landing--fce .sl-sueno__media {
    order: -1;
  }
}

body.body--unit-solow .solow-landing .solow-fce-proofs {
  display: grid;
  gap: clamp(2rem, 5vw, 3.6rem);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing .solow-fce-proofs {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }
}
/* Foto con marco orgánico (reciclado) */
body.body--unit-solow .solow-landing .solow-fce-proofs__media {
  position: relative;
  margin: 0;
  isolation: isolate;
  justify-self: center;
  width: 100%;
  max-width: 400px;
}
body.body--unit-solow .solow-landing .solow-fce-proofs__frame {
  position: absolute;
  z-index: -1;
  right: clamp(-20px, -2vw, -12px);
  bottom: clamp(-20px, -2vw, -12px);
  width: 82%;
  height: 80%;
  border-radius: clamp(14px, 2vw, 22px) clamp(40px, 7vw, 88px) clamp(14px, 2vw, 22px) clamp(40px, 7vw, 88px);
  background: linear-gradient(140deg, var(--solow-brand-accent) 0%, color-mix(in srgb, var(--solow-brand-accent) 70%, #0f172a) 100%);
  opacity: 0.92;
}
body.body--unit-solow .solow-landing .solow-fce-proofs__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius: clamp(18px, 2.4vw, 28px) clamp(52px, 8vw, 104px) clamp(18px, 2.4vw, 28px) clamp(52px, 8vw, 104px);
  box-shadow: 0 26px 60px rgba(15, 40, 38, 0.24);
}
/* Panel derecho: gráfico + aprobados + CTA */
body.body--unit-solow .solow-landing .solow-fce-proofs__panel {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  padding: clamp(1.2rem, 2.8vw, 2rem) clamp(1.1rem, 2.6vw, 1.85rem) clamp(1.1rem, 2.4vw, 1.6rem);
  border-radius: clamp(22px, 2.6vw, 32px);
  background:
    radial-gradient(130% 100% at 100% 0%, color-mix(in srgb, var(--solow-brand-accent) 12%, transparent) 0%, transparent 58%),
    linear-gradient(180deg, color-mix(in srgb, var(--solow-brand-accent) 6%, var(--surface, #fff)) 0%, var(--surface, #fff) 70%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--solow-brand-accent) 12%, transparent),
    0 24px 60px rgba(15, 40, 38, 0.1);
}
@media (max-width: 899px) {
  body.body--unit-solow .solow-landing .solow-fce-proofs__media {
    order: -1;
  }
}

body.body--unit-solow .solow-landing .solow-fce-growth__layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing .solow-fce-growth__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}
body.body--unit-solow .solow-landing .solow-fce-growth__chart {
  margin: 0;
  padding: clamp(1rem, 2.6vw, 1.75rem) clamp(1rem, 2.6vw, 1.75rem) clamp(0.85rem, 2vw, 1.25rem);
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
  background:
    radial-gradient(120% 90% at 100% 0%, color-mix(in srgb, var(--solow-brand-accent) 10%, transparent) 0%, transparent 55%),
    var(--surface, #fff);
  border-radius: clamp(20px, 2.4vw, 30px);
}
/* Cabecera del gráfico */
body.body--unit-solow .solow-landing .solow-fce-growth__chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: clamp(0.6rem, 1.6vw, 0.9rem);
  border-bottom: 1px solid color-mix(in srgb, var(--solow-brand-accent) 16%, transparent);
}
body.body--unit-solow .solow-landing .solow-fce-growth__chart-label {
  position: relative;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  font-size: clamp(0.98rem, 1.4vw, 1.15rem);
  color: var(--text);
  padding-left: 16px;
}
body.body--unit-solow .solow-landing .solow-fce-growth__chart-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 1.05em;
  border-radius: 3px;
  background: var(--solow-brand-accent);
}
body.body--unit-solow .solow-landing .solow-fce-growth__chart-growth {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--solow-brand-accent);
  background: color-mix(in srgb, var(--solow-brand-accent) 14%, transparent);
  white-space: nowrap;
}
/* ── Gráfico de columnas 3D (ingresantes) ────────────────────────── */
body.body--unit-solow .solow-landing .sl-chart3d {
  --maxh: clamp(170px, 22vw, 250px); /* altura del valor 100% */
  --col-w: clamp(52px, 8vw, 84px);
  --depth: clamp(9px, 1.4vw, 15px);
  --pad-left: clamp(20px, 3vw, 34px);
  --xpad: clamp(34px, 5vw, 46px);     /* espacio inferior p/ años */
  --grow: 1;                          /* lo controla el scroll (JS) */
  position: relative;
  padding: clamp(80px, 12vw, 130px) 4px 0 var(--pad-left);
  overflow: visible;
}
/* Ejes: vertical con marcas + base horizontal */
body.body--unit-solow .solow-landing .sl-chart3d__axes {
  position: absolute;
  left: var(--pad-left);
  right: 4px;
  bottom: var(--xpad);
  height: var(--maxh);
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-chart3d__yaxis {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: color-mix(in srgb, var(--solow-brand-accent) 55%, transparent);
}
body.body--unit-solow .solow-landing .sl-chart3d__grid {
  position: absolute;
  left: -7px;
  right: 0;
  height: 1px;
  background: color-mix(in srgb, var(--solow-brand-accent) 15%, transparent);
}
body.body--unit-solow .solow-landing .sl-chart3d__grid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 4px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--solow-brand-accent) 55%, transparent);
}
body.body--unit-solow .solow-landing .sl-chart3d__grid:nth-of-type(1) { bottom: 20%; }
body.body--unit-solow .solow-landing .sl-chart3d__grid:nth-of-type(2) { bottom: 40%; }
body.body--unit-solow .solow-landing .sl-chart3d__grid:nth-of-type(3) { bottom: 60%; }
body.body--unit-solow .solow-landing .sl-chart3d__grid:nth-of-type(4) { bottom: 80%; }
body.body--unit-solow .solow-landing .sl-chart3d__grid:nth-of-type(5) { bottom: 100%; }
body.body--unit-solow .solow-landing .sl-chart3d__xaxis {
  position: absolute;
  left: -6px;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 0 4px 4px 0;
  background: color-mix(in srgb, var(--solow-brand-accent) 55%, transparent);
}
body.body--unit-solow .solow-landing .sl-chart3d__row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: clamp(20px, 5vw, 50px);
  margin-bottom: var(--xpad);
}
body.body--unit-solow .solow-landing .sl-chart3d__col {
  position: relative;
  width: var(--col-w);
  height: var(--maxh);
  display: flex;
  align-items: flex-end;
}
/* Sombra de piso: asienta la columna sobre el eje X */
body.body--unit-solow .solow-landing .sl-chart3d__col::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: calc(100% + var(--depth) + 18px);
  height: 14px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(15, 40, 38, 0.26) 0%, rgba(15, 40, 38, 0.1) 60%, transparent 100%);
  opacity: calc(0.25 + var(--grow, 1) * 0.6);
  z-index: 0;
}
body.body--unit-solow .solow-landing .sl-chart3d__year {
  position: absolute;
  left: 50%;
  bottom: calc(var(--xpad) * -0.72);
  transform: translateX(-50%);
  font-weight: 800;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  color: var(--text-2);
  letter-spacing: 0.02em;
}
/* Barra (cara frontal) */
body.body--unit-solow .solow-landing .sl-chart3d__bar {
  --barh: calc(var(--maxh) * var(--val, 0.5) * var(--grow, 1));
  position: relative;
  width: 100%;
  height: var(--barh);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--solow-brand-accent) 84%, #fff) 0%, var(--solow-brand-accent) 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.5),
    inset -7px 0 16px rgba(0, 0, 0, 0.14),
    0 16px 30px color-mix(in srgb, var(--solow-brand-accent) 30%, transparent);
}
/* Cara superior (tapa) */
body.body--unit-solow .solow-landing .sl-chart3d__bar::before {
  content: "";
  position: absolute;
  top: calc(var(--depth) * -1);
  left: 0;
  width: 100%;
  height: var(--depth);
  background: color-mix(in srgb, var(--solow-brand-accent) 70%, #fff);
  border-radius: 6px 6px 0 0;
  transform: skewX(-45deg);
  transform-origin: bottom left;
}
/* Cara lateral derecha */
body.body--unit-solow .solow-landing .sl-chart3d__bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--depth) * -1);
  width: var(--depth);
  height: 100%;
  background: color-mix(in srgb, var(--solow-brand-accent) 64%, #000);
  transform: skewY(-45deg);
  transform-origin: left top;
}
/* Insignia sobre la columna */
body.body--unit-solow .solow-landing .sl-chart3d__badge {
  position: absolute;
  left: 50%;
  bottom: var(--barh, 50%);
  display: grid;
  place-items: center;
  width: var(--badge, clamp(84px, 12vw, 132px));
  height: var(--badge, clamp(84px, 12vw, 132px));
  transform: translate(-50%, 38%);
  z-index: 2;
  pointer-events: none;
}
/* Tamaños por año: 100 chico, 171 mediano, 298 (año actual) destacado */
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(1) { --badge: clamp(72px, 10vw, 104px); }
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(2) { --badge: clamp(100px, 14vw, 150px); }
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) { --badge: clamp(134px, 19vw, 212px); }
/* 298: año actual → glow + pulso sutil para que resalte */
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) .sl-chart3d__badge { z-index: 4; }
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) .sl-chart3d__badge::before {
  inset: auto;
  left: 50%;
  top: 60%;
  width: 58%;
  height: 58%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 235, 160, 0.65) 48%, transparent 74%);
}
body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) .sl-chart3d__badge img {
  filter: drop-shadow(0 8px 20px rgba(202, 150, 8, 0.5));
  animation: sl-badge-pop 2.8s ease-in-out infinite;
}
@keyframes sl-badge-pop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) .sl-chart3d__badge img { animation: none; }
}
body.body--unit-solow .solow-landing .sl-chart3d__badge::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 55%, transparent 72%);
  z-index: 0;
}
body.body--unit-solow .solow-landing .sl-chart3d__badge img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(133, 100, 4, 0.32));
}
body.body--unit-solow .solow-landing .sl-chart3d__col {
  --barh: calc(var(--maxh) * var(--val, 0.5) * var(--grow, 1));
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-chart3d { --grow: 1; }
}
@media (max-width: 560px) {
  body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(1) { --badge: clamp(54px, 16vw, 74px); }
  body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(2) { --badge: clamp(74px, 21vw, 100px); }
  body.body--unit-solow .solow-landing .sl-chart3d__col:nth-child(3) { --badge: clamp(96px, 28vw, 136px); }
}
body.body--unit-solow .solow-landing .solow-fce-growth__cta {
  margin: 0;
  padding-top: clamp(0.6rem, 1.6vw, 0.9rem);
  border-top: 1px solid color-mix(in srgb, var(--solow-brand-accent) 14%, transparent);
  text-align: center;
}

/* FAQ estilo Indra — triángulo a la izquierda */
body.body--unit-solow .solow-landing--fce .sl-faq--indra {
  background: color-mix(in srgb, var(--bg, #f8fafc) 88%, #e2e8f0);
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: var(--solow-landing-radius-lg);
}
body.body--unit-solow .solow-landing--fce .sl-faq--indra .sl-faq__item > summary {
  justify-content: flex-start;
  gap: 0.75rem;
  padding-right: 1.1rem;
}
body.body--unit-solow .solow-landing--fce .sl-faq--indra .sl-faq__item summary::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--text, #0f172a);
  transition: transform 0.2s ease;
}
body.body--unit-solow .solow-landing--fce .sl-faq--indra .sl-faq__item[open] summary::before {
  transform: rotate(90deg);
}
body.body--unit-solow .solow-landing--fce .sl-faq--indra .sl-faq__item summary::after {
  display: none;
}
body.body--unit-solow .solow-landing--fce .solow-section--faq {
  background: color-mix(in srgb, var(--bg, #f8fafc) 55%, var(--surface, #fff));
}

/* ── Becas Gobierno (Becas Itaipú) ───────────────────────── */
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 8% 12%, color-mix(in srgb, var(--solow-brand-accent) 22%, transparent) 0%, transparent 46%),
    radial-gradient(90% 80% at 100% 100%, color-mix(in srgb, var(--solow-brand-accent) 16%, transparent) 0%, transparent 52%),
    linear-gradient(180deg, color-mix(in srgb, #f1f5f9 94%, var(--solow-brand-accent)) 0%, var(--surface, #fff) 62%);
  pointer-events: none;
}
/* Forma decorativa suave detrás del contenido */
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(-120px, -6vw, -60px);
  top: clamp(-80px, -4vw, -40px);
  width: clamp(280px, 34vw, 460px);
  height: clamp(280px, 34vw, 460px);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--solow-brand-accent) 30%, transparent) 0%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
}
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty .container {
  position: relative;
  z-index: 1;
}
/* Logo más chico + más aire en botones (igual que FCE) */
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty .solow-brand-logo--hero .solow-brand-logo__img {
  max-height: 72px;
}
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty .sl-hero__cta--row {
  margin-top: clamp(22px, 3vw, 34px);
}
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty .sl-hero__title--ingreso {
  margin-bottom: 0;
}
/* Imagen del hero: tarjeta orgánica grande que sangra a la derecha */
body.body--unit-solow .solow-landing--becas .sl-hero__stage--career {
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: calc(-1 * max(24px, (100vw - 1072px) / 2));
}
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-hero {
  position: relative;
  border-radius: clamp(60px, 9vw, 130px) 0 0 clamp(60px, 9vw, 130px);
  box-shadow: 0 26px 60px rgba(15, 40, 38, 0.2);
  border: none;
  overflow: hidden;
  width: 100%;
  max-width: none;
  background: none;
  aspect-ratio: 1066 / 1184;
}
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-hero img,
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-portrait img {
  display: block;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
@media (max-width: 860px) {
  body.body--unit-solow .solow-landing--becas .sl-hero__stage--career {
    margin-right: auto;
    margin-left: auto;
    max-width: min(440px, 92vw);
  }
  body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-hero {
    width: 100%;
    border-radius: clamp(44px, 14vw, 80px) 16px clamp(44px, 14vw, 80px) 16px;
  }
}
body.body--unit-solow .solow-landing--becas .solow-becas-destacado__figure {
  margin: 0 auto;
  max-width: min(420px, 100%);
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
}
body.body--unit-solow .solow-landing--becas .solow-becas-destacado__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}
body.body--unit-solow .solow-landing--becas .solow-becas-destacado__cap {
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  color: var(--text-2);
  background: var(--surface, #fff);
  border-top: 1px solid var(--border, #e5e7eb);
}
body.body--unit-solow .solow-landing--becas .sl-hero__video-badge {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  transform: translateX(-50%);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-2);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border, #e5e7eb);
  white-space: nowrap;
}
body.body--unit-solow .solow-landing--becas .sl-sueno__inner {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}
body.body--unit-solow .solow-landing--becas .sl-sueno__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}
body.body--unit-solow .solow-landing--becas .sl-sueno__lead {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-solow .solow-landing--becas .solow-becas-growth__layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing--becas .solow-becas-growth__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}
body.body--unit-solow .solow-landing--becas .solow-becas-growth__chart {
  margin: 0;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  text-align: center;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
  background: var(--surface, #fff);
}
body.body--unit-solow .solow-landing--becas .solow-becas-growth__chart img {
  max-width: 100%;
  height: auto;
}
body.body--unit-solow .solow-landing--becas .solow-becas-growth__cta {
  margin-top: 1rem;
}
body.body--unit-solow .solow-landing--becas .sl-faq--indra {
  background: color-mix(in srgb, var(--bg, #f8fafc) 88%, #e2e8f0);
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: var(--solow-landing-radius-lg);
}
body.body--unit-solow .solow-landing--becas .sl-faq--indra .sl-faq__item > summary {
  justify-content: flex-start;
  gap: 0.75rem;
  padding-right: 1.1rem;
}
body.body--unit-solow .solow-landing--becas .sl-faq--indra .sl-faq__item summary::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--text, #0f172a);
  transition: transform 0.2s ease;
}
body.body--unit-solow .solow-landing--becas .sl-faq--indra .sl-faq__item[open] summary::before {
  transform: rotate(90deg);
}
body.body--unit-solow .solow-landing--becas .sl-faq--indra .sl-faq__item summary::after {
  display: none;
}
body.body--unit-solow .solow-landing--becas .solow-section--faq {
  background: color-mix(in srgb, var(--bg, #f8fafc) 55%, var(--surface, #fff));
}

/* ── FCQ-UNA (Ciencias Químicas) ─────────────────────────── */
body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 88% 6%, color-mix(in srgb, var(--solow-brand-accent) 20%, transparent) 0%, transparent 50%),
    linear-gradient(180deg, color-mix(in srgb, #f0fdfa 92%, var(--solow-brand-accent)) 0%, var(--surface, #fff) 64%);
  pointer-events: none;
}
/* Patrón de puntos sutil que se desvanece */
body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(color-mix(in srgb, var(--solow-brand-accent) 22%, transparent) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(70% 60% at 82% 18%, #000 0%, transparent 70%);
  mask-image: radial-gradient(70% 60% at 82% 18%, #000 0%, transparent 70%);
}
body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty .container {
  position: relative;
  z-index: 1;
}

/* Título: dos líneas, "en la UNA!" fijo abajo (mantiene la animación arriba) */
body.body--unit-solow .solow-landing--fcq .sl-hero__title--ingreso .sl-hero__title-line {
  display: block;
}
body.body--unit-solow .solow-landing--fcq .sl-hero__title--ingreso .sl-hero__career-name {
  display: inline-block;
  min-width: 9ch;
  position: relative;
  color: var(--solow-brand-accent);
  transition: opacity 0.35s ease;
}
/* Subrayado degradado bajo el nombre animado */
body.body--unit-solow .solow-landing--fcq .sl-hero__title--ingreso .sl-hero__career-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 6%;
  bottom: -0.12em;
  height: 0.14em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--solow-brand-accent) 0%, #5ff0e6 100%);
  opacity: 0.85;
}

/* Escenario de la foto: arco editorial sobre panel teal sólido */
body.body--unit-solow .solow-landing--fcq .sl-hero__stage--career {
  position: relative;
  isolation: isolate;
  max-width: 440px;
  margin-inline: auto;
  padding: clamp(16px, 3vw, 28px) clamp(16px, 3vw, 28px) 0 0;
}
/* Panel teal detrás, ligeramente rotado */
body.body--unit-solow .solow-landing--fcq .sl-hero__stage--career::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 clamp(28px, 6vw, 54px) clamp(28px, 6vw, 54px);
  border-radius: clamp(90px, 18vw, 160px) 28px 28px 28px;
  background: linear-gradient(155deg, #5ff0e6 0%, var(--solow-brand-accent) 55%, color-mix(in srgb, var(--solow-brand-accent) 70%, #0f172a) 125%);
  transform: rotate(-3deg);
  box-shadow: 0 30px 60px -30px color-mix(in srgb, var(--solow-brand-accent) 70%, transparent);
}
/* Acento hexagonal (guiño a Química) */
body.body--unit-solow .solow-landing--fcq .sl-hero__stage--career::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: clamp(-6px, -0.6vw, -2px);
  right: clamp(-6px, -0.8vw, 0px);
  width: clamp(54px, 9vw, 86px);
  height: clamp(54px, 9vw, 86px);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid color-mix(in srgb, var(--solow-brand-accent) 45%, transparent);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  box-shadow: 0 12px 26px -12px rgba(15, 40, 38, 0.4);
}
/* Foto en arco */
body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait {
  border-radius: clamp(110px, 22vw, 210px) clamp(110px, 22vw, 210px) clamp(22px, 3vw, 34px) clamp(22px, 3vw, 34px);
  box-shadow: 0 34px 70px -30px rgba(15, 40, 38, 0.5);
  border: 6px solid #fff;
  overflow: hidden;
  position: relative;
  background: #fff;
}
body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait img {
  object-fit: cover;
  object-position: center 12%;
  padding: 0;
  aspect-ratio: 3 / 4;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 46vw, 520px);
}
/* Chip flotante inferior */
body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait .sl-hero__video-badge {
  position: absolute;
  left: 50%;
  bottom: clamp(14px, 3vw, 22px);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px -10px rgba(15, 40, 38, 0.4);
  backdrop-filter: blur(6px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--solow-brand-accent);
  z-index: 3;
}
body.body--unit-solow .solow-landing--fcq .sl-hero-follow__lead--first {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-solow .solow-landing--fcq .sl-sueno__inner {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}
body.body--unit-solow .solow-landing--fcq .sl-sueno__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
}
body.body--unit-solow .solow-landing--fcq .sl-sueno__lead {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  line-height: 1.65;
  color: var(--text-2);
}
body.body--unit-solow .solow-landing--fcq .sl-faq--indra {
  background: color-mix(in srgb, var(--bg, #f8fafc) 88%, #e2e8f0);
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: var(--solow-landing-radius-lg);
}
body.body--unit-solow .solow-landing--fcq .sl-faq--indra .sl-faq__item > summary {
  justify-content: flex-start;
  gap: 0.75rem;
  padding-right: 1.1rem;
}
body.body--unit-solow .solow-landing--fcq .sl-faq--indra .sl-faq__item summary::before {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--text, #0f172a);
  transition: transform 0.2s ease;
}
body.body--unit-solow .solow-landing--fcq .sl-faq--indra .sl-faq__item[open] summary::before {
  transform: rotate(90deg);
}
body.body--unit-solow .solow-landing--fcq .sl-faq--indra .sl-faq__item summary::after {
  display: none;
}
body.body--unit-solow .solow-landing--fcq .solow-section--faq {
  background: color-mix(in srgb, var(--bg, #f8fafc) 55%, var(--surface, #fff));
}

/* ── Página Nosotros (solow-nosotros.php) ─────────────────── */
body.body--unit-solow .page-solow-nosotros {
  background: #f3f0ea;
}

/* Hero Nosotros — réplica editorial 50/50 (ref. Nicepage/Ueno). */
body.body--unit-solow .page-solow-nosotros .sl-about-hero {
  position: relative;
  background: var(--surface, #fff);
  overflow: hidden;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: none;
  min-height: 90vh;
  margin: 0;
  padding: 0;
}

/* Columna izquierda: el texto se alinea al ancho del contenedor del sitio. */
body.body--unit-solow .page-solow-nosotros .sl-about-hero__text {
  align-self: center;
  justify-self: start;
  text-align: left;
  width: 100%;
  max-width: 33rem;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 6rem);
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__kicker {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal, #20b2aa);
  line-height: 1.4;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__title {
  margin: 0 0 1.4rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--ink, #0f2b3a);
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__lead {
  margin: 0 0 2.25rem;
  max-width: 34ch;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  color: var(--text-2, #475569);
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__cta {
  margin: 0;
}

/* Columna derecha: imagen a sangre completa hasta el borde derecho. */
body.body--unit-solow .page-solow-nosotros .sl-about-hero__media {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__media img,
body.body--unit-solow .page-solow-nosotros .sl-about-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 90vh;
  object-fit: cover;
  border-radius: 220px 0 0 220px;
}

@media (max-width: 980px) {
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__inner {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3rem);
    min-height: 0;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__text {
    justify-self: stretch;
    max-width: none;
    text-align: center;
    margin: 0 auto;
    padding: clamp(2.5rem, 8vw, 4rem) clamp(1.25rem, 5vw, 2.5rem) 0;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__lead {
    margin: 0 auto 2rem;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__media {
    order: -1;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__media img,
  body.body--unit-solow .page-solow-nosotros .sl-about-hero__media video {
    min-height: clamp(18rem, 50vh, 26rem);
    border-radius: 0 0 0 140px;
  }
}

/* Réplica limpia: sin WhatsApp/ecosistema flotante en esta página. */
body.body--unit-solow:has(.page-solow-nosotros) .wa-float,
body.body--unit-solow:has(.page-solow-nosotros) .fce-eco-float {
  display: none !important;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: color-mix(in srgb, var(--surface, #fff) 72%, #f3f0ea);
}

/* Fusionada con la sección de valores: fondo blanco continuo, sin corte. */
body.body--unit-solow .page-solow-nosotros .sl-about-moves--fused {
  background: var(--surface, #fff);
  padding: clamp(2.5rem, 6vw, 4rem) 0 0;
}

body.body--unit-solow .page-solow-nosotros .sl-about-valores-section {
  background: var(--surface, #fff);
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

/* Valores: sin caja, imagen en gota + tarjetas numeradas. */
body.body--unit-solow .page-solow-nosotros .sl-valores__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(1.75rem, 4vw, 2.5rem);
}

body.body--unit-solow .page-solow-nosotros .sl-valores__eyebrow {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--teal, #20b2aa) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 26%, transparent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-valores__title {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-valores__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  max-width: 1120px;
  margin: 0 auto;
}

body.body--unit-solow .page-solow-nosotros .sl-valores__figure {
  margin: 0;
  max-width: 100%;
  justify-self: center;
}

/* Acordeón de valores (solapas) — reutiliza estilo fce-pillars. */
body.body--unit-solow .page-solow-nosotros .sl-valores__accordion {
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 10%, #e9eef1);
  box-shadow: 0 14px 36px rgba(10, 75, 94, 0.08);
}

body.body--unit-solow .page-solow-nosotros .sl-valores__accordion .fce-pillars__item:last-child {
  border-bottom: 0;
}

body.body--unit-solow .page-solow-nosotros .sl-valores__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: clamp(0.95rem, 1.8vw, 1.25rem);
  background: var(--surface, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 12%, #e9eef1);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(10, 75, 94, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--teal, #20b2aa), var(--solow-brand-accent, #0a4b5e));
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(10, 75, 94, 0.15);
  border-color: color-mix(in srgb, var(--teal, #20b2aa) 30%, #e9eef1);
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card:hover::before {
  opacity: 1;
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card__num {
  flex: 0 0 auto;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  color: var(--teal, #20b2aa);
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card__title {
  margin: 0 0 0.3rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--ink, #0f2b3a);
}

body.body--unit-solow .page-solow-nosotros .sl-valor-card__text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-2, #475569);
}

@media (max-width: 860px) {
  body.body--unit-solow .page-solow-nosotros .sl-valores__layout {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 5vw, 2.25rem);
  }
  body.body--unit-solow .page-solow-nosotros .sl-valores__figure {
    max-width: 360px;
  }
}

@media (max-width: 520px) {
  body.body--unit-solow .page-solow-nosotros .sl-valores__grid {
    grid-template-columns: 1fr;
  }
}
/* Encuadre de la foto de la sección Valores (favorece el rostro) */
body.body--unit-solow .page-solow-nosotros .sl-valores__figure .sl-about-moves__blob-img {
  object-position: center 28%;
}

/* Tema oscuro — valores */
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-valores__eyebrow {
  background: color-mix(in srgb, var(--teal, #2dd4bf) 18%, transparent);
  color: color-mix(in srgb, var(--teal, #2dd4bf) 70%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-valores__title {
  color: color-mix(in srgb, var(--teal, #2dd4bf) 55%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-valor-card {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-valor-card__title {
  color: var(--text);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.25rem);
}

/* Layout: recorte flotante (izq) + tarjetas Misión/Visión (der). */
/* Sin caja: anula el recuadro global (box-shadow + outline). */
body.body--unit-solow .page-solow-nosotros .sl-about-moves__visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 0;
  max-width: 1040px;
  margin: 0 auto;
  perspective: 1400px;
  background: none;
  box-shadow: none;
  outline: none;
  border: 0;
  border-radius: 0;
  padding: clamp(1rem, 3vw, 2rem) 0;
}

/* Imagen en forma de gota/blob orgánico, sin caja, con acento decorativo. */
body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure--blob {
  position: relative;
  z-index: 1;
  margin: 0 0 0 clamp(-3rem, -4vw, -1rem);
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 440px;
  justify-self: start;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__blob-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 64% 36% 57% 43% / 54% 46% 54% 46%;
  box-shadow: 0 26px 50px rgba(10, 75, 94, 0.2);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), border-radius 0.8s ease;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure--blob:hover .sl-about-moves__blob-img {
  transform: translateY(-6px) scale(1.02);
  border-radius: 52% 48% 43% 57% / 46% 56% 44% 54%;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__cards {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.35rem);
  margin-left: -10%;
}

/* Tarjetas: estilo limpio con chip de ícono y barra de acento lateral. */
body.body--unit-solow .page-solow-nosotros .sl-about-moves__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(0.85rem, 1.6vw, 1.1rem);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  background: var(--surface, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 14%, #e9eef1);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(10, 75, 94, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--teal, #20b2aa), var(--solow-brand-accent, #0a4b5e));
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(10, 75, 94, 0.18);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(150deg, var(--teal, #20b2aa) 0%, var(--solow-brand-accent, #0a4b5e) 100%);
  box-shadow: 0 8px 20px rgba(32, 178, 170, 0.32);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card--vision .sl-about-moves__card-icon {
  color: var(--solow-brand-accent, #0a4b5e);
  background: color-mix(in srgb, var(--teal, #20b2aa) 16%, #fff);
  box-shadow: none;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-body {
  min-width: 0;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-label {
  display: inline-flex;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-dark, #178f88);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-title {
  margin: 0 0 0.45rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--ink, #0f2b3a);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2, #475569);
}

@media (max-width: 820px) {
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__visual {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__cards {
    margin-left: 0;
    margin-top: 1rem;
  }
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure--blob {
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__blob-img {
    transition: none;
  }
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  font-weight: 800;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__lead {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-2, #475569);
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv {
  background: #f3f0ea;
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: var(--surface, #fff);
  border: none;
  overflow: hidden;
}

body.body--unit-solow .page-solow-nosotros .sl-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  max-width: 1080px;
  margin: 0 auto;
}

body.body--unit-solow .page-solow-nosotros .sl-founder__media {
  position: relative;
  margin: 0;
  justify-self: center;
  width: min(100%, 420px);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__glow {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: 92%;
  height: 88%;
  border-radius: 48% 52% 56% 44% / 60% 56% 44% 40%;
  background: radial-gradient(
    circle at 50% 60%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 26%, transparent) 0%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 12%, transparent) 45%,
    transparent 72%
  );
  filter: blur(6px);
  z-index: 0;
}

body.body--unit-solow .page-solow-nosotros .sl-founder__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 38px rgba(15, 23, 42, 0.28));
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__media:hover .sl-founder__photo {
  transform: translateY(-6px);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__content {
  position: relative;
  max-width: 560px;
}

body.body--unit-solow .page-solow-nosotros .sl-founder__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 22%, transparent);
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 6%, #fff);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  line-height: 0.5;
  height: 1.4rem;
  color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 30%, transparent);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__quote {
  margin: 0 0 1.5rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.1rem, 1.9vw, 1.5rem);
  line-height: 1.55;
  font-weight: 600;
  color: var(--text, #0f172a);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__author {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-left: 1rem;
  border-left: 3px solid var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__name {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text, #0f172a);
}

body.body--unit-solow .page-solow-nosotros .sl-founder__role {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--solow-brand-accent, #0a4b5e);
}

@media (max-width: 860px) {
  body.body--unit-solow .page-solow-nosotros .sl-founder {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  body.body--unit-solow .page-solow-nosotros .sl-founder__media {
    width: min(72%, 320px);
    order: -1;
  }

  body.body--unit-solow .page-solow-nosotros .sl-founder__content {
    max-width: 620px;
    margin: 0 auto;
  }

  body.body--unit-solow .page-solow-nosotros .sl-founder__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  body.body--unit-solow .page-solow-nosotros .sl-founder__author {
    align-items: center;
    border-left: none;
    padding-left: 0;
    padding-top: 0.75rem;
    border-top: 3px solid var(--solow-brand-accent, #0a4b5e);
    display: inline-flex;
  }
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv__head .eyebrow {
  display: inline-flex;
  margin-bottom: 0.65rem;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 22%, transparent);
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 6%, #fff);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv__heading {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission.solow-card {
  background: linear-gradient(155deg, var(--solow-brand-accent, #0a4b5e) 0%, #127a7a 100%);
  border: none;
  color: #fff;
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv .about-mvv-card.solow-card {
  background: var(--surface, #fff);
  border-radius: var(--solow-landing-radius-lg, 18px);
  box-shadow: var(--solow-landing-shadow, 0 18px 50px rgba(15, 23, 42, 0.08));
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv .about-mvv-card.solow-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--solow-landing-shadow-hover, 0 22px 60px rgba(15, 23, 42, 0.12));
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores {
  border-radius: var(--solow-landing-radius-lg, 18px);
  box-shadow: var(--solow-landing-shadow);
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores .about-mvv-valores__list li {
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 10%, #eef2f6);
  border-left: 3px solid var(--solow-brand-accent, #0a4b5e);
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 3%, #f8fafc);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.25s ease;
}

body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores .about-mvv-valores__list li:hover {
  background: #fff;
  border-color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 24%, #e2e8f0);
  transform: translateY(-2px);
}

body.body--unit-solow .page-solow-nosotros .sl-about-message {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(3.4rem, 8vw, 5.5rem);
  background:
    radial-gradient(110% 80% at 12% 0%, color-mix(in srgb, var(--teal, #20b2aa) 14%, transparent) 0%, transparent 55%),
    radial-gradient(110% 80% at 92% 100%, color-mix(in srgb, #5ff0e6 18%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, #f3fbfa 0%, #ffffff 100%);
}
body.body--unit-solow .page-solow-nosotros .sl-about-message::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
  background-image: radial-gradient(color-mix(in srgb, var(--teal, #20b2aa) 24%, transparent) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 72%);
  mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 72%);
}

body.body--unit-solow .page-solow-nosotros .sl-about-message__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

body.body--unit-solow .page-solow-nosotros .sl-about-message__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 30%, transparent);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--teal, #0f6b63);
  backdrop-filter: blur(6px);
}

body.body--unit-solow .page-solow-nosotros .sl-about-message__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

body.body--unit-solow .page-solow-nosotros .sl-about-message__subtitle {
  margin: 0;
  font-size: 1.02rem;
  color: var(--text-2);
  line-height: 1.65;
}

body.body--unit-solow .page-solow-nosotros .sl-message__steps {
  position: relative;
  list-style: none;
  margin: 2.5rem auto 0;
  padding: 0;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2.2rem);
}
/* Línea de recorrido que conecta los pasos (desktop) */
body.body--unit-solow .page-solow-nosotros .sl-message__steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 16%;
  right: 16%;
  height: 3px;
  z-index: 0;
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--teal, #20b2aa) 50%, transparent) 0%,
    color-mix(in srgb, var(--teal, #20b2aa) 50%, transparent) 100%);
  background-size: 14px 3px;
  background-image: repeating-linear-gradient(90deg, var(--teal, #20b2aa) 0 8px, transparent 8px 16px);
  opacity: 0.5;
}

body.body--unit-solow .page-solow-nosotros .sl-message__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: 0 1.4rem;
}

body.body--unit-solow .page-solow-nosotros .sl-message__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(150deg, #5ff0e6 0%, var(--teal, #20b2aa) 60%, #0f6b63 130%);
  box-shadow: 0 18px 38px -16px color-mix(in srgb, var(--teal, #20b2aa) 70%, transparent);
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  transform: rotate(-6deg);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}
body.body--unit-solow .page-solow-nosotros .sl-message__num::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

body.body--unit-solow .page-solow-nosotros .sl-message__step:hover .sl-message__num {
  transform: rotate(0deg) translateY(-4px) scale(1.05);
  box-shadow: 0 24px 48px -16px color-mix(in srgb, var(--teal, #20b2aa) 80%, transparent);
}

body.body--unit-solow .page-solow-nosotros .sl-message__body {
  position: relative;
  width: 100%;
  margin-top: 0.4rem;
  padding: 1.5rem 1.4rem 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 14%, #e7eef0);
  border-radius: 20px;
  box-shadow: 0 24px 50px -38px rgba(15, 35, 45, 0.5);
  backdrop-filter: blur(8px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}
body.body--unit-solow .page-solow-nosotros .sl-message__step:hover .sl-message__body {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--teal, #20b2aa) 32%, transparent);
  box-shadow: 0 30px 60px -34px rgba(15, 35, 45, 0.55);
}

body.body--unit-solow .page-solow-nosotros .sl-message__step-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.14rem;
  font-weight: 800;
  color: var(--text);
}

body.body--unit-solow .page-solow-nosotros .sl-message__step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-2);
}

@media (max-width: 760px) {
  body.body--unit-solow .page-solow-nosotros .sl-message__steps {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  body.body--unit-solow .page-solow-nosotros .sl-message__steps::before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .page-solow-nosotros .sl-message__num,
  body.body--unit-solow .page-solow-nosotros .sl-message__body {
    transition: none;
  }
}

body.body--unit-solow .page-solow-nosotros [data-fade-chain] .fade-up {
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions {
  background: var(--bg, #f8fafc);
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions__data {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions__data li {
  display: grid;
  gap: 2px;
  font-size: 0.92rem;
  color: var(--text-2);
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions__data strong {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text);
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions__data a {
  color: var(--solow-brand-accent, #0a4b5e);
  font-weight: 600;
  text-decoration: none;
}

body.body--unit-solow .page-solow-nosotros .sl-about-actions__data a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__visual {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission {
    margin: -2.5rem 1rem 0;
  }
}

@media (max-width: 640px) {
  body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission {
    margin: 0;
  }

  body.body--unit-solow .page-solow-nosotros .sl-about-mvv .about-mvv__grid,
  body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores .about-mvv-valores__list {
    grid-template-columns: 1fr;
  }
}

/* Nosotros — tema oscuro */
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros,
html[data-theme="dark"] .solow-landing.page-solow-nosotros {
  background: var(--bg);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv {
  background: transparent;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero::before {
  opacity: 0.45;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero__title,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__title,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv__heading {
  color: color-mix(in srgb, var(--teal, #2dd4bf) 55%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero__lead,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__lead {
  color: var(--text-2);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero__kicker {
  color: color-mix(in srgb, var(--teal, #2dd4bf) 65%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero__media img,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-hero__media video {
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.5);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure {
  border-color: var(--border);
  background: var(--surface);
  box-shadow: var(--solow-landing-shadow);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure--blob {
  background: none;
  border: 0;
  box-shadow: none;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__blob-img {
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.5);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves--fused,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-valores-section {
  background: transparent;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__card {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__card-title {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__card--vision .sl-about-moves__card-icon {
  background: color-mix(in srgb, var(--teal, #2dd4bf) 22%, transparent);
  color: color-mix(in srgb, var(--teal, #2dd4bf) 70%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv .about-mvv-card,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores {
  background: var(--surface);
  border-color: var(--border);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores .about-mvv-valores__list li {
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 10%, var(--bg-2));
  border-color: var(--border);
  border-left-color: color-mix(in srgb, var(--teal, #2dd4bf) 70%, var(--solow-brand-accent, #0a4b5e));
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv-valores .about-mvv-valores__list strong {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-founder {
  background: var(--bg-2);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-founder__eyebrow {
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 18%, var(--surface));
  border-color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 35%, transparent);
  color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 60%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-founder__quote {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-founder__name {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-founder__role {
  color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 55%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-founder__photo {
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.5));
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-message {
  background:
    radial-gradient(110% 80% at 12% 0%, color-mix(in srgb, var(--teal, #2dd4bf) 18%, transparent) 0%, transparent 55%),
    radial-gradient(110% 80% at 92% 100%, color-mix(in srgb, var(--teal, #2dd4bf) 14%, transparent) 0%, transparent 55%),
    var(--bg);
}
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-message::before {
  opacity: 0.18;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-message__eyebrow {
  background: color-mix(in srgb, var(--teal, #2dd4bf) 14%, var(--surface));
  border-color: color-mix(in srgb, var(--teal, #2dd4bf) 38%, transparent);
  color: color-mix(in srgb, var(--teal, #2dd4bf) 70%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-message__steps::before {
  opacity: 0.35;
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-message__body {
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px -34px rgba(0, 0, 0, 0.7);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-message__step:hover .sl-message__body {
  border-color: color-mix(in srgb, var(--teal, #2dd4bf) 38%, transparent);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-message__step-title {
  color: var(--text);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-contact-showcase.sl-about-actions {
  border-top-color: var(--border);
}

/* ── Home: card ranking juventudes ───────────────────────── */

body.body--unit-solow .solow-landing .solow-section--ranking {
  scroll-margin-top: 88px;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* Sección de reconocimiento — abierta (sin caja), badge medallón flotante. */
body.body--unit-solow .solow-landing .solow-section--ranking {
  position: relative;
  overflow: hidden;
}
/* Fondo decorativo: orbes teal + malla de puntos, enmascarado al centro. */
body.body--unit-solow .solow-landing .solow-section--ranking::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(32% 58% at 18% 26%, rgba(94, 240, 230, 0.3) 0%, rgba(94, 240, 230, 0) 70%),
    radial-gradient(40% 64% at 84% 80%, rgba(32, 178, 170, 0.24) 0%, rgba(32, 178, 170, 0) 72%),
    radial-gradient(currentColor 1.2px, transparent 1.3px);
  color: rgba(32, 178, 170, 0.16);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center, center, center;
  background-size: cover, cover, 26px 26px;
  -webkit-mask-image: radial-gradient(80% 86% at 50% 50%, #000 52%, transparent 100%);
  mask-image: radial-gradient(80% 86% at 50% 50%, #000 52%, transparent 100%);
}
body.body--unit-solow .solow-landing .solow-section--ranking > .container {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing .sl-ranking-card {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: visible;
}
body.body--unit-solow .solow-landing .sl-ranking-card.ranking-spotlight--banner {
  background: none;
  border: none;
}
body.body--unit-solow .solow-landing .sl-ranking-card::before {
  content: none;
}
body.body--unit-solow .solow-landing .sl-ranking-card__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(170px, 20vw, 230px);
  height: clamp(170px, 20vw, 230px);
  margin: 0 auto;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Sin disco/halo redondo detrás. */
body.body--unit-solow .solow-landing .sl-ranking-card__halo {
  display: none;
}
body.body--unit-solow .solow-landing .sl-ranking-card__badge:hover {
  transform: translateY(-4px) scale(1.04);
}
/* Solo el logo: la sombra sigue la silueta (drop-shadow), no un rectángulo/círculo. */
body.body--unit-solow .solow-landing .sl-ranking-card__badge img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 22px rgba(13, 30, 58, 0.28));
  transition: filter 0.35s ease;
}
body.body--unit-solow .solow-landing .sl-ranking-card__badge:hover img {
  filter: drop-shadow(0 18px 30px rgba(32, 178, 170, 0.4));
}

body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__title,
body.body--unit-solow .solow-landing .sl-ranking-card__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-title, inherit);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text, #0f1115);
}

body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__lead,
body.body--unit-solow .solow-landing .sl-ranking-card__lead {
  margin: 0;
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.7;
  color: var(--text-2, #5d6673);
}

body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__link,
body.body--unit-solow .solow-landing .sl-ranking-card__link {
  color: var(--solow-brand-accent, #0a4b5e);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 35%, transparent);
  text-underline-offset: 0.18em;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__link:hover,
body.body--unit-solow .solow-landing .sl-ranking-card__link:hover {
  color: var(--teal-dark, #0d7a6f);
  text-decoration-color: currentColor;
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card.ranking-spotlight--banner {
  background: none;
  border: none;
  box-shadow: none;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__badge img {
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.5));
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__title,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__title {
  color: var(--text, #f1f5f9);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__lead,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__lead {
  color: var(--text-2, #cbd5e1);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__link,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__link {
  color: color-mix(in srgb, var(--teal, #2dd4bf) 70%, #fff);
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card .ranking-spotlight__copy--banner .ranking-spotlight__link:hover,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__link:hover {
  color: var(--teal, #5eead4);
}

@media (max-width: 720px) {
  body.body--unit-solow .solow-landing .sl-ranking-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1rem;
    padding: 1.35rem 1.15rem 1.25rem;
  }

  body.body--unit-solow .solow-landing .sl-ranking-card__badge {
    width: clamp(140px, 42vw, 180px);
    height: clamp(140px, 42vw, 180px);
  }
}

/* ════════════════════════════════════════════════════
   PULIDO ESQUINAS DISTINTIVAS — More & Solow extras
═══════════════════════════════════════════════════════ */

/* Solow — FAQ, about-mvv, ranking, encontranos */
body.body--unit-solow .solow-landing .sl-faq__item,
body.body--unit-solow .solow-landing .about-mvv-card,
body.body--unit-solow .solow-landing .solow-encontranos-card,
body.body--unit-solow .solow-landing .sl-hero-follow,
body.body--unit-solow .solow-landing .sl-location__inner {
  border-radius: var(--solow-shape-lg) var(--solow-shape-sm) var(--solow-shape-lg) var(--solow-shape-sm);
}

body.body--unit-solow .solow-landing .sl-faq__item:nth-child(2n),
body.body--unit-solow .solow-landing .about-mvv-card:nth-child(2n) {
  border-radius: var(--solow-shape-sm) var(--solow-shape-lg) var(--solow-shape-sm) var(--solow-shape-lg);
}

/* FAQ Solow: barra acento lateral cuando se abre */
body.body--unit-solow .solow-landing .sl-faq__item {
  border-left: 3px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
body.body--unit-solow .solow-landing .sl-faq__item[open] {
  border-left-color: var(--solow-brand-accent, var(--teal));
}

/* More — FAQ, valores, ruta */
body.body--unit-more .more-landing .more-faq__item,
body.body--unit-more .more-landing .more-process__step,
body.body--unit-more .more-landing .more-card {
  border-radius: var(--more-shape-sm) var(--more-shape-lg) var(--more-shape-sm) var(--more-shape-lg);
}

body.body--unit-more .more-landing .more-faq__item:nth-child(2n),
body.body--unit-more .more-landing .more-process__step:nth-child(2n) {
  border-radius: var(--more-shape-lg) var(--more-shape-sm) var(--more-shape-lg) var(--more-shape-sm);
}

/* FAQ More: barra acento lateral mint cuando se abre */
body.body--unit-more .more-landing .more-faq__item {
  border-left: 3px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
body.body--unit-more .more-landing .more-faq__item[open] {
  border-left-color: var(--more-landing-accent);
}

/* Pulido sombras coherentes con la paleta blanco/gris azulado */
body.body--unit-more .more-landing .more-card,
body.body--unit-more .more-landing .am-propuesta-card,
body.body--unit-more .more-landing .am-modal-card,
body.body--unit-more .more-landing .am-about__card,
body.body--unit-more .more-landing .am-empresas-cta,
body.body--unit-more .more-landing .am-contact-showcase__copy,
body.body--unit-more .more-landing .am-contact-showcase__form-panel,
body.body--unit-more .more-landing .am-aliados-card,
body.body--unit-more .more-landing .course-card {
  box-shadow: 0 6px 22px rgba(15, 25, 36, .07);
}

body.body--unit-solow .solow-landing .sl-ben,
body.body--unit-solow .solow-landing .sl-mod-card,
body.body--unit-solow .solow-landing .sl-pillar,
body.body--unit-solow .solow-landing .sl-team,
body.body--unit-solow .solow-landing .sl-faq__item,
body.body--unit-solow .solow-landing .about-mvv-card,
body.body--unit-solow .solow-landing .solow-encontranos-card {
  box-shadow: 0 6px 22px rgba(15, 25, 36, .07);
}

/* Hero Solow editorial: el video reemplazó al placeholder, ocultar badges
   y elementos huérfanos si quedaron en otras subpáginas */
body.body--unit-solow .solow-landing .sl-hero__placeholder-img,
body.body--unit-solow .solow-landing .sl-hero__placeholder-badge {
  display: none;
}

/* Eyebrow More/Solow con borde acento coherente */
body.body--unit-solow .solow-landing .eyebrow {
  background: color-mix(in srgb, var(--solow-brand-accent, var(--teal)) 12%, #ffffff);
  border-color: color-mix(in srgb, var(--solow-brand-accent, var(--teal)) 30%, var(--border));
  color: var(--solow-brand-accent, var(--teal-dark));
}
body.body--unit-more .more-landing .eyebrow {
  background: color-mix(in srgb, var(--more-landing-accent) 14%, #ffffff);
  border-color: color-mix(in srgb, var(--more-landing-accent) 45%, var(--border));
  color: color-mix(in srgb, var(--more-landing-accent) 80%, #0f3d42);
}

/* ════════════════════════════════════════════════════════════════
   REDISEÑO DE ESQUINAS — estilo ueno (2026)
   Unifica las esquinas asimétricas de las cards de More y Solow a un
   redondeo suave y parejo. NO altera animaciones ni transiciones.
   ════════════════════════════════════════════════════════════════ */
body.body--unit-more .more-landing {
  /* Antes: lg 6px / sm 26px → esquinas con "recorte" rectangular.
     Ahora: ambas iguales = redondeo uniforme. */
  --more-shape-lg: 20px;
  --more-shape-sm: 20px;
}
body.body--unit-solow .solow-landing {
  /* Antes: lg 28px / sm 6px → esquinas con "recorte" rectangular. */
  --solow-shape-lg: 20px;
  --solow-shape-sm: 20px;
}
/* Tarjetas de facultad (oferta + bloque por facultad): esquinas tipo nube. */
body.body--unit-solow .solow-landing .sl-facultad-card {
  border-radius: 28px 8px 28px 8px;
}

/* ════════════════════════════════════════════════════════════════
   FAQ Solow — rediseño (layout robusto sin grid + estilo nuevo)
   Reemplaza el grid de 2 columnas (que colapsaba la respuesta a un
   ancho ínfimo) por bloque con número en posición absoluta. Carga al
   final → gana la cascada. Aplica a home + FCE/FCQ/Becas (todas usan
   .solow-landing .sl-faq--landing).
   ════════════════════════════════════════════════════════════════ */
body.body--unit-solow .solow-landing .sl-faq--landing,
body.body--unit-solow .solow-landing .sl-faq--landing.sl-faq--indra {
  display: flex !important;
  flex-direction: column;
  gap: clamp(0.6rem, 1.4vw, 0.9rem);
  max-width: none;
  counter-reset: sl-faq-step;
}
/* Ítem: tarjeta en bloque, número reservado a la izquierda */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item {
  display: block !important;
  grid-template-columns: none !important;
  position: relative;
  counter-increment: sl-faq-step;
  padding: clamp(0.6rem, 1.4vw, 0.9rem) clamp(1rem, 2vw, 1.4rem) clamp(0.6rem, 1.4vw, 0.9rem) clamp(3.6rem, 5vw, 4.3rem) !important;
  border-radius: 16px !important;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 14%, var(--border, #e5e7eb)) !important;
  background: var(--surface, #fff) !important;
  box-shadow: 0 4px 16px rgba(15, 40, 38, 0.05) !important;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.3s ease, background 0.25s ease !important;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item:hover {
  border-color: color-mix(in srgb, var(--solow-brand-accent) 34%, transparent) !important;
  box-shadow: 0 10px 30px rgba(15, 40, 38, 0.1) !important;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] {
  border-color: color-mix(in srgb, var(--solow-brand-accent) 45%, transparent) !important;
  background: linear-gradient(168deg, var(--surface, #fff) 0%, color-mix(in srgb, var(--solow-brand-accent) 6%, var(--surface, #fff)) 100%) !important;
  box-shadow: 0 16px 40px rgba(15, 40, 38, 0.12) !important;
}
/* Número en círculo, posición absoluta (no depende de grid) */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item::before {
  content: counter(sl-faq-step, decimal-leading-zero) !important;
  position: absolute !important;
  left: clamp(0.7rem, 1.4vw, 1rem) !important;
  top: clamp(0.6rem, 1.4vw, 0.85rem) !important;
  display: grid !important;
  place-items: center !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  margin: 0 !important;
  font-family: var(--font-title, "Exo 2", system-ui) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: var(--text-2) !important;
  background: var(--bg-2, #f1f5f9) !important;
  border: 2px solid color-mix(in srgb, var(--solow-brand-accent) 22%, var(--border, #e2e8f0)) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open]::before {
  color: #fff !important;
  background: linear-gradient(145deg, var(--solow-brand-accent, #0a4b5e), var(--teal, #0d9488)) !important;
  border-color: transparent !important;
  transform: scale(1.04) !important;
}
/* Pregunta (summary): fila simple con chevron a la derecha */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.4rem;
  margin: 0 !important;
  padding: 0 1.8rem 0 0 !important;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 700;
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  line-height: 1.4;
  color: var(--text);
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  transition: color 0.2s ease;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > summary {
  color: var(--solow-brand-accent, #0a4b5e);
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::-webkit-details-marker { display: none; }
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::marker { content: ""; }
/* Chevron único a la derecha (anula triángulos/before previos) */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::before {
  content: none !important;
  display: none !important;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > summary::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  right: 0.2rem !important;
  top: 50% !important;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: -0.18rem;
  border-right: 2.5px solid var(--text-3, #94a3b8);
  border-bottom: 2.5px solid var(--text-3, #94a3b8);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > summary::after {
  transform: rotate(-135deg);
  margin-top: 0.05rem;
  border-color: var(--teal, #0d9488);
}
/* Respuesta: bloque a ancho completo, panel teal con profundidad */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  display: block !important;
  grid-column: auto !important;
  position: relative !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  box-sizing: border-box;
  margin: 0.7rem 0 0 !important;
  padding: 0.9rem 1.1rem 0.9rem 1.5rem !important;
  font-family: var(--font-body, "Ruda", system-ui);
  font-size: 0.94rem !important;
  font-weight: 400;
  line-height: 1.7 !important;
  color: var(--text-2) !important;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--solow-brand-accent) 9%, var(--surface, #fff)) 0%, color-mix(in srgb, var(--solow-brand-accent) 5%, var(--surface, #fff)) 100%) !important;
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent) 16%, transparent) !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 18px color-mix(in srgb, var(--solow-brand-accent) 9%, transparent) !important;
}
/* Acento lateral redondeado (reemplaza el border-left recto) */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p::before,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.95rem;
  bottom: 0.95rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--teal, #0d9488), var(--solow-brand-accent, #0a4b5e));
}
/* Pico tipo globo de diálogo en la primera respuesta */
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p:first-of-type::after,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul:first-of-type::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: -6px;
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--solow-brand-accent) 9%, var(--surface, #fff));
  border-left: 1px solid color-mix(in srgb, var(--solow-brand-accent) 16%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--solow-brand-accent) 16%, transparent);
  transform: rotate(45deg);
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  padding-left: 2.4rem !important;
  list-style: disc;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul li {
  margin: 0.15rem 0;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p + p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p + ul,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul + p {
  margin-top: 0.5rem !important;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p strong { color: var(--text); }
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p a,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul a {
  color: var(--solow-brand-accent, #0a4b5e);
  font-weight: 600;
}
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p,
body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > ul {
  animation: sl-faq-content-in 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}
/* Dark mode */
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item {
  background: var(--surface) !important;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > p,
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item > ul {
  background: color-mix(in srgb, var(--teal, #2dd4bf) 10%, var(--bg-2)) !important;
  color: var(--text-2) !important;
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > p,
  body.body--unit-solow .solow-landing .sl-faq--landing .sl-faq__item[open] > ul {
    animation: none;
  }
}

/* ════════════════════════════════════════════════════════════════
   Pódium — Primeros puestos 2026 (Becas): dos tarjetas destacadas
   ════════════════════════════════════════════════════════════════ */
body.body--unit-solow .solow-landing .solow-podio {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.1rem, 3vw, 2rem);
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  body.body--unit-solow .solow-landing .solow-podio {
    grid-template-columns: 1fr 1fr;
  }
}
body.body--unit-solow .solow-landing .solow-podio__card {
  position: relative;
  border-radius: 28px 8px 28px 8px;
  overflow: hidden;
  background: var(--surface, #fff);
  box-shadow: 0 14px 40px rgba(15, 40, 38, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
body.body--unit-solow .solow-landing .solow-podio__card:nth-child(2) {
  border-radius: 8px 28px 8px 28px;
}
body.body--unit-solow .solow-landing .solow-podio__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(15, 40, 38, 0.2);
}
body.body--unit-solow .solow-landing .solow-podio__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
body.body--unit-solow .solow-landing .solow-podio__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
body.body--unit-solow .solow-landing .solow-podio__card:hover .solow-podio__photo {
  transform: scale(1.04);
}
/* Chip dorado "1er Puesto" */
body.body--unit-solow .solow-landing .solow-podio__rank {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(58px, 9vw, 74px);
  height: clamp(58px, 9vw, 74px);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffd54a 0%, #f0a818 100%);
  color: #5a3d00;
  box-shadow: 0 8px 20px rgba(202, 150, 8, 0.45), inset 0 2px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.75);
  font-weight: 900;
  line-height: 1;
}
body.body--unit-solow .solow-landing .solow-podio__rank span {
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  font-family: var(--font-title, "Exo 2", system-ui);
}
body.body--unit-solow .solow-landing .solow-podio__rank sup {
  font-size: 0.55em;
}
body.body--unit-solow .solow-landing .solow-podio__rank small {
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2px;
}
/* Caption con degradé sobre la foto */
body.body--unit-solow .solow-landing .solow-podio__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(1.4rem, 4vw, 2.2rem) clamp(1rem, 3vw, 1.4rem) clamp(0.9rem, 2.4vw, 1.2rem);
  background: linear-gradient(180deg, transparent 0%, rgba(8, 30, 28, 0.4) 38%, rgba(8, 30, 28, 0.86) 100%);
  color: #fff;
  text-align: left;
}
body.body--unit-solow .solow-landing .solow-podio__name {
  margin: 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  line-height: 1.15;
  color: #fff;
}
body.body--unit-solow .solow-landing .solow-podio__role {
  margin: 0.3rem 0 0;
  font-size: clamp(0.78rem, 1.4vw, 0.9rem);
  font-weight: 600;
  color: color-mix(in srgb, var(--teal, #2dd4bf) 50%, #fff);
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .solow-podio__card,
  body.body--unit-solow .solow-landing .solow-podio__photo {
    transition: none;
  }
}

/* ══════════════════════════════════════════════════════════
   Becas del Cursillo Solow — página de postulación + formulario
   ══════════════════════════════════════════════════════════ */
/* — Hero a dos columnas con collage de fotos — */
body.body--unit-solow .solow-landing--beca-solow .beca-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(2.4rem, 5vw, 4.4rem);
  background:
    radial-gradient(120% 80% at 85% -10%, color-mix(in srgb, var(--teal, #20b2aa) 16%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, #eef9f7 0%, #ffffff 82%);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  z-index: -2;
  pointer-events: none;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__blob--1 {
  inset: -120px auto auto -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, color-mix(in srgb, var(--teal, #20b2aa) 30%, transparent) 0%, transparent 70%);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__blob--2 {
  inset: auto -90px -140px auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, color-mix(in srgb, #5ff0e6 38%, transparent) 0%, transparent 70%);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__dots {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.45;
  background-image: radial-gradient(color-mix(in srgb, var(--teal, #20b2aa) 26%, transparent) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(90% 80% at 70% 30%, #000 0%, transparent 75%);
  mask-image: radial-gradient(90% 80% at 70% 30%, #000 0%, transparent 75%);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.4rem);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal, #0f6b63);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 30%, transparent);
  box-shadow: 0 8px 22px -14px rgba(15, 110, 98, 0.5);
  backdrop-filter: blur(6px);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__title {
  margin: 0.1rem 0 0;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__title span {
  position: relative;
  color: var(--teal, #20b2aa);
  white-space: nowrap;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.18em;
  border-radius: 999px;
  background: linear-gradient(90deg, #5ff0e6, var(--teal, #20b2aa));
  opacity: 0.5;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__lead {
  margin: 0.2rem 0 0.4rem;
  max-width: 52ch;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.65;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.2rem;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats {
  list-style: none;
  margin: clamp(0.8rem, 2vw, 1.4rem) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats li {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  padding: 12px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 14%, #e7eef0);
  box-shadow: 0 16px 36px -28px rgba(15, 35, 45, 0.5);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats strong {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--teal, #0f6b63);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats span {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-3, #8492a0);
}
/* Collage de fotos */
body.body--unit-solow .solow-landing--beca-solow .beca-hero__media {
  position: relative;
  min-height: clamp(340px, 42vw, 480px);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #dfeeec;
  box-shadow: 0 32px 64px -34px rgba(15, 35, 45, 0.55);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__photo--main {
  width: 78%;
  margin-left: auto;
  aspect-ratio: 4 / 3;
  transform: rotate(2deg);
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__photo--mini {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: 3 / 4;
  transform: rotate(-4deg);
  z-index: 2;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__badge {
  position: absolute;
  top: 6%;
  left: -2%;
  width: 200px;
  max-width: 52%;
  padding: 7px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 40px -22px rgba(15, 35, 45, 0.6);
  transform: rotate(-3deg);
  z-index: 3;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__badge img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__sticker {
  position: absolute;
  right: 2%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 116px;
  height: 116px;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0f6b63 0%, var(--teal, #20b2aa) 70%, #5ff0e6 130%);
  box-shadow: 0 20px 40px -20px rgba(15, 110, 98, 0.8);
  z-index: 4;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__sticker strong {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}
body.body--unit-solow .solow-landing--beca-solow .beca-hero__sticker small {
  margin-top: 3px;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.25;
  opacity: 0.95;
}

/* — Sección info: editorial 2 columnas + tipos de beca — */
body.body--unit-solow .solow-landing .beca-info {
  padding: clamp(2.6rem, 5vw, 4.4rem) 0 clamp(1.6rem, 3vw, 2.4rem);
}
body.body--unit-solow .solow-landing .beca-about {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.8rem, 4vw, 3.6rem);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto clamp(2.2rem, 4vw, 3.4rem);
}
body.body--unit-solow .solow-landing .beca-about__media {
  position: relative;
}
body.body--unit-solow .solow-landing .beca-about__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 3 / 4;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
  transform: rotate(-2deg);
}
body.body--unit-solow .solow-landing .beca-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.body--unit-solow .solow-landing .beca-about__chip {
  position: absolute;
  right: -8px;
  bottom: -18px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 12px 16px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(125deg, #0f6b63 0%, var(--teal, #20b2aa) 75%, #5ff0e6 140%);
  box-shadow: 0 22px 44px -22px rgba(15, 110, 98, 0.85);
}
body.body--unit-solow .solow-landing .beca-about__chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}
body.body--unit-solow .solow-landing .beca-about__chip-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
body.body--unit-solow .solow-landing .beca-about__chip-num {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.2rem;
  font-weight: 800;
}
body.body--unit-solow .solow-landing .beca-about__chip-label {
  font-size: 0.76rem;
  font-weight: 600;
  opacity: 0.9;
}
body.body--unit-solow .solow-landing .beca-about__title {
  margin: 0.6rem 0 0.7rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .beca-about__tagline {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--teal, #0f6b63);
}
body.body--unit-solow .solow-landing .beca-about__copy p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.78;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-about__copy strong {
  color: var(--text, #0f1924);
  font-weight: 700;
}
body.body--unit-solow .solow-landing .beca-tipos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
  max-width: 920px;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .beca-tipo-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 16%, #e7eef0);
  border-radius: 20px;
  box-shadow: 0 24px 56px -38px rgba(15, 35, 45, 0.38);
  transition: transform 0.25s var(--ease, ease), box-shadow 0.25s ease;
}
body.body--unit-solow .solow-landing .beca-tipo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 64px -34px rgba(15, 35, 45, 0.45);
}
body.body--unit-solow .solow-landing .beca-tipo-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
}
body.body--unit-solow .solow-landing .beca-tipo-card__badge {
  display: inline-flex;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(120deg, #5ff0e6 0%, var(--teal, #20b2aa) 100%);
}
body.body--unit-solow .solow-landing .beca-tipo-card__price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .beca-tipo-card__desc {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-tipo-card__crit-title {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3, #8492a0);
}
body.body--unit-solow .solow-landing .beca-tipo-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
body.body--unit-solow .solow-landing .beca-tipo-card__list li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .beca-tipo-card__list svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal, #20b2aa);
}

/* — Sección proceso: pasos + convocatoria — */
body.body--unit-solow .solow-landing .beca-proceso {
  padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(2.4rem, 5vw, 4rem);
}
body.body--unit-solow .solow-landing .beca-pasos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.6rem);
  max-width: 920px;
  margin: 1.6rem auto 0;
}
body.body--unit-solow .solow-landing .beca-paso {
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  background: color-mix(in srgb, var(--teal, #20b2aa) 5%, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 14%, #e7eef0);
  border-radius: 18px;
}
body.body--unit-solow .solow-landing .beca-paso__num {
  display: inline-flex;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .beca-paso__title {
  margin: 0.5rem 0 0.4rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .beca-paso__desc {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-convocatoria {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  max-width: 960px;
  margin: clamp(1.6rem, 4vw, 2.6rem) auto 0;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(120deg, #0f6b63 0%, var(--teal, #20b2aa) 70%, #5ff0e6 140%);
  box-shadow: 0 26px 60px -34px rgba(15, 110, 98, 0.7);
}
body.body--unit-solow .solow-landing .beca-convocatoria__pulse {
  position: absolute;
  inset: -40% -10% auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
body.body--unit-solow .solow-landing .beca-convocatoria__text {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing .beca-convocatoria__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}
body.body--unit-solow .solow-landing .beca-convocatoria__value {
  margin: 0 0 0.75rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.1;
}
body.body--unit-solow .solow-landing .beca-convocatoria__lead {
  margin: 0 0 1.25rem;
  max-width: 34ch;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}
body.body--unit-solow .solow-landing .beca-convocatoria__cta.btn--primary {
  background: #fff;
  color: var(--teal, #0f6b63);
  border-color: #fff;
}
body.body--unit-solow .solow-landing .beca-convocatoria__cta.btn--primary:hover {
  filter: brightness(0.96);
}
body.body--unit-solow .solow-landing .beca-convocatoria__photo {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 22px 44px -26px rgba(0, 0, 0, 0.35);
}
body.body--unit-solow .solow-landing .beca-convocatoria__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* — Sección + tarjeta del formulario — */
body.body--unit-solow .solow-landing .beca-form-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 6rem);
  background:
    radial-gradient(90% 70% at 80% 0%, color-mix(in srgb, var(--teal, #20b2aa) 8%, transparent) 0%, transparent 55%),
    #ffffff;
}
body.body--unit-solow .solow-landing .beca-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  max-width: 1060px;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .beca-form-aside {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.body--unit-solow .solow-landing .beca-form-aside__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 3 / 4;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}
body.body--unit-solow .solow-landing .beca-form-aside__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
body.body--unit-solow .solow-landing .beca-form-aside__panel {
  padding: clamp(1.1rem, 2.5vw, 1.5rem);
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--teal, #20b2aa) 12%, #fff) 0%, #fff 100%);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 18%, #e7eef0);
}
body.body--unit-solow .solow-landing .beca-form-aside__title {
  margin: 0 0 0.8rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .beca-form-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
body.body--unit-solow .solow-landing .beca-form-aside__list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-form-aside__list svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .beca-form-card {
  margin: 0;
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 16%, #e7eef0);
  border-radius: 24px;
  padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: 0 30px 70px -40px rgba(15, 35, 45, 0.4);
}
body.body--unit-solow .solow-landing .beca-form-card__head {
  text-align: center;
  margin-bottom: 1.8rem;
}
body.body--unit-solow .solow-landing .beca-form-card__kicker {
  display: inline-flex;
  margin: 0 0 0.7rem;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal, #20b2aa);
  background: color-mix(in srgb, var(--teal, #20b2aa) 12%, #fff);
}
body.body--unit-solow .solow-landing .beca-form-card__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text, #0f1924);
}
body.body--unit-solow .solow-landing .beca-form-card__lead {
  margin: 0 auto;
  max-width: 52ch;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-form-alert {
  margin: 0 0 1.4rem;
  padding: 13px 18px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}
body.body--unit-solow .solow-landing .beca-form-alert--ok {
  color: #0c6e62;
  background: color-mix(in srgb, var(--teal, #20b2aa) 14%, #fff);
  border: 1px solid color-mix(in srgb, var(--teal, #20b2aa) 36%, transparent);
}
body.body--unit-solow .solow-landing .beca-form-alert--error {
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fda29b;
}
body.body--unit-solow .solow-landing .beca-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
body.body--unit-solow .solow-landing .beca-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.2rem;
}
body.body--unit-solow .solow-landing .beca-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
body.body--unit-solow .solow-landing .beca-form__field--full {
  grid-column: 1 / -1;
}
body.body--unit-solow .solow-landing .beca-form__label {
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text-2, #4a5868);
}
body.body--unit-solow .solow-landing .beca-form__req {
  color: var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .beca-form__control {
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  font-size: 0.95rem;
  color: var(--text, #0f1924);
  background: #fbfdfd;
  border: 1px solid #d8e2e4;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  appearance: none;
}
body.body--unit-solow .solow-landing textarea.beca-form__control {
  resize: vertical;
  min-height: 110px;
}
body.body--unit-solow .solow-landing .beca-form__control:focus {
  outline: none;
  background: #fff;
  border-color: var(--teal, #20b2aa);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal, #20b2aa) 22%, transparent);
}
body.body--unit-solow .solow-landing .beca-form__control::placeholder {
  color: #98a6ab;
}
body.body--unit-solow .solow-landing .beca-form__help {
  margin: -0.1rem 0 0.15rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-3, #8492a0);
}
body.body--unit-solow .solow-landing .beca-form__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.7rem;
  margin-top: 0.3rem;
}
body.body--unit-solow .solow-landing .beca-form__option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 9px 14px;
  border: 1px solid #d8e2e4;
  border-radius: 12px;
  background: #fbfdfd;
  font-size: 0.92rem;
  color: var(--text, #0f1924);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
body.body--unit-solow .solow-landing .beca-form__option:hover {
  border-color: color-mix(in srgb, var(--teal, #20b2aa) 50%, #d8e2e4);
}
body.body--unit-solow .solow-landing .beca-form__option input {
  width: 17px;
  height: 17px;
  accent-color: var(--teal, #20b2aa);
  cursor: pointer;
}
body.body--unit-solow .solow-landing .beca-form__option:has(input:checked) {
  border-color: var(--teal, #20b2aa);
  background: color-mix(in srgb, var(--teal, #20b2aa) 10%, #fff);
  box-shadow: 0 0 0 1px var(--teal, #20b2aa);
}
body.body--unit-solow .solow-landing .beca-form__file {
  width: 100%;
  padding: 10px 14px;
  font: inherit;
  font-size: 0.9rem;
  color: var(--text-2, #4a5868);
  background: #fbfdfd;
  border: 1px dashed #c3d2d4;
  border-radius: 12px;
  cursor: pointer;
}
body.body--unit-solow .solow-landing .beca-form__file::file-selector-button {
  margin-right: 12px;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  background: var(--teal, #20b2aa);
  cursor: pointer;
}
body.body--unit-solow .solow-landing .beca-form__footer {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
body.body--unit-solow .solow-landing .beca-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  border: none;
  padding: 14px 30px;
  border-radius: 999px;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-weight: 800;
  font-size: 0.98rem;
  color: #fff;
  background: linear-gradient(120deg, #5ff0e6 0%, var(--teal, #20b2aa) 100%);
  box-shadow: 0 12px 28px rgba(32, 178, 170, 0.36);
  transition: transform 0.25s var(--ease, ease), box-shadow 0.25s ease, filter 0.25s ease;
}
body.body--unit-solow .solow-landing .beca-form__submit svg {
  transition: transform 0.25s var(--ease, ease);
}
body.body--unit-solow .solow-landing .beca-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(32, 178, 170, 0.46);
  filter: brightness(1.04);
}
body.body--unit-solow .solow-landing .beca-form__submit:hover svg {
  transform: translateX(4px);
}
body.body--unit-solow .solow-landing .beca-form__note {
  margin: 0;
  max-width: 46ch;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--text-3, #8492a0);
}

/* Dark theme */
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero {
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(32, 178, 170, 0.16) 0%, transparent 60%),
    linear-gradient(180deg, #0b1a1f 0%, #0a1620 78%);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__lead,
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-about__copy p,
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-tipo-card__desc,
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-paso__desc {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-about__tagline {
  color: #7fe3d6;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__pill {
  color: #8fe3d6;
  background: rgba(15, 33, 40, 0.7);
  border-color: rgba(32, 178, 170, 0.4);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__badge {
  border-color: #13313a;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats li {
  background: rgba(15, 33, 40, 0.7);
  border-color: rgba(32, 178, 170, 0.26);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats strong {
  color: #7fe3d6;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-about__title,
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-about__copy strong {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-aside__panel {
  background: rgba(32, 178, 170, 0.1);
  border-color: rgba(32, 178, 170, 0.26);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-aside__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-aside__list li {
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-tipo-card {
  background: #0f2128;
  border-color: rgba(32, 178, 170, 0.26);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-tipo-card__list li {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-paso {
  background: rgba(32, 178, 170, 0.08);
  border-color: rgba(32, 178, 170, 0.22);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-paso__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form__option {
  background: #0b1a20;
  border-color: rgba(255, 255, 255, 0.14);
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form__file {
  background: #0b1a20;
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(234, 246, 244, 0.82);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-section {
  background:
    radial-gradient(90% 70% at 80% 0%, rgba(32, 178, 170, 0.12) 0%, transparent 55%),
    #0a1620;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-card {
  background: #0f2128;
  border-color: rgba(32, 178, 170, 0.26);
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.7);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-card__title {
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form-card__lead,
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form__label {
  color: rgba(234, 246, 244, 0.78);
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form__control {
  background: #0b1a20;
  border-color: rgba(255, 255, 255, 0.14);
  color: #eaf6f4;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .beca-form__control::placeholder {
  color: rgba(234, 246, 244, 0.4);
}

@media (max-width: 960px) {
  body.body--unit-solow .solow-landing--beca-solow .beca-hero__grid {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing--beca-solow .beca-hero__media {
    order: -1;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }
  body.body--unit-solow .solow-landing .beca-form-layout {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing .beca-form-aside {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.body--unit-solow .solow-landing .beca-form-aside__photo {
    flex: 1 1 220px;
    aspect-ratio: 4 / 3;
  }
  body.body--unit-solow .solow-landing .beca-form-aside__panel {
    flex: 1 1 240px;
  }
}
@media (max-width: 880px) {
  body.body--unit-solow .solow-landing .beca-about {
    grid-template-columns: 1fr;
    gap: 2rem 1.4rem;
  }
  body.body--unit-solow .solow-landing .beca-about__media {
    max-width: 360px;
    margin: 0 auto;
  }
  body.body--unit-solow .solow-landing .beca-convocatoria {
    grid-template-columns: 1fr;
    text-align: center;
  }
  body.body--unit-solow .solow-landing .beca-convocatoria__photo {
    order: -1;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  body.body--unit-solow .solow-landing .beca-tipos,
  body.body--unit-solow .solow-landing .beca-pasos,
  body.body--unit-solow .solow-landing .beca-form__grid {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing--beca-solow .beca-hero__stats li {
    min-width: 0;
    flex: 1 1 40%;
  }
  body.body--unit-solow .solow-landing--beca-solow .beca-hero__sticker {
    width: 92px;
    height: 92px;
  }
  body.body--unit-solow .solow-landing--beca-solow .beca-hero__sticker strong {
    font-size: 1.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.body--unit-solow .solow-landing .beca-form__submit,
  body.body--unit-solow .solow-landing .beca-tipo-card {
    transition: none;
  }
}

/* ===========================================================================
   MORE — "más vida": entrada pop escalonada + hover con ícono animado.
   Recicla el feel de los pilares/why de FCE y el deck de Solow.
   No toca la sección de propuesta (solapas), que ya convence.
   =========================================================================== */

/* Entrada tipo "pop" (rise + scale con overshoot), escalonada vía data-fade-chain */
body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card.fade-up,
body.body--unit-more .more-landing .am-about__grid .am-about__card.fade-up,
body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up,
body.body--unit-more .more-landing .more-process .more-process__step.fade-up,
body.body--unit-more .more-landing .am-aliados__grid .am-aliados-card.fade-up,
body.body--unit-more .more-landing .courses-grid--am .course-card.fade-up {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition:
    opacity 0.55s ease,
    transform 0.62s cubic-bezier(0.22, 1.1, 0.36, 1);
}
body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card.fade-up.in,
body.body--unit-more .more-landing .am-about__grid .am-about__card.fade-up.in,
body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up.in,
body.body--unit-more .more-landing .more-process .more-process__step.fade-up.in,
body.body--unit-more .more-landing .am-aliados__grid .am-aliados-card.fade-up.in,
body.body--unit-more .more-landing .courses-grid--am .course-card.fade-up.in {
  opacity: 1;
  transform: none;
}

/* Empresas: la lista entra deslizando desde la izquierda (estilo home-pillars FCE) */
body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up {
  transform: translateX(-26px) scale(1);
}
body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up.in {
  transform: none;
}

/* Hover: levante/slide consistente (especificidad > .fade-up.in para no perder el hover) */
body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card.fade-up.in:hover,
body.body--unit-more .more-landing .am-about__grid .am-about__card.fade-up.in:hover {
  transform: translateY(-8px);
}
body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up.in:hover {
  transform: translateX(6px);
}
body.body--unit-more .more-landing .am-aliados__grid .am-aliados-card.fade-up.in:hover,
body.body--unit-more .more-landing .courses-grid--am .course-card.fade-up.in:hover,
body.body--unit-more .more-landing .more-process .more-process__step.fade-up.in:hover {
  transform: translateY(-6px);
}

/* Hover: el ícono "cobra vida" (gira + escala), reciclado de FCE home-why */
body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card__icon,
body.body--unit-more .more-landing .am-about__card-icon,
body.body--unit-more .more-landing .am-empresas-feature__icon,
body.body--unit-more .more-landing .more-process__icon {
  transition: transform 0.32s cubic-bezier(0.22, 1.1, 0.36, 1), background 0.3s ease, color 0.3s ease;
}
body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card:hover .am-propuesta-card__icon,
body.body--unit-more .more-landing .am-about__card:hover .am-about__card-icon,
body.body--unit-more .more-landing .am-empresas-feature:hover .am-empresas-feature__icon,
body.body--unit-more .more-landing .more-process__step:hover .more-process__icon {
  transform: scale(1.12) rotate(-8deg);
}

/* Empresas: nodo/halo del feature pulsa sutilmente al hover */
body.body--unit-more .more-landing .am-empresas-feature:hover .am-empresas-feature__icon {
  background: var(--more-grad);
  color: #06302b;
  border-color: transparent;
}

/* Float ambiental muy sutil en la card destacada (da "vida" sin distraer) */
@keyframes more-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
body.body--unit-more .more-landing .am-about__card--spotlight.fade-up.in {
  animation: more-card-float 6.5s ease-in-out 0.8s infinite;
}
body.body--unit-more .more-landing .am-about__card--spotlight.fade-up.in:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card.fade-up,
  body.body--unit-more .more-landing .am-about__grid .am-about__card.fade-up,
  body.body--unit-more .more-landing .am-empresas__features .am-empresas-feature.fade-up,
  body.body--unit-more .more-landing .more-process .more-process__step.fade-up,
  body.body--unit-more .more-landing .am-aliados__grid .am-aliados-card.fade-up,
  body.body--unit-more .more-landing .courses-grid--am .course-card.fade-up {
    transform: none;
    transition: opacity 0.4s ease;
  }
  body.body--unit-more .more-landing .am-about__card--spotlight.fade-up.in {
    animation: none;
  }
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card:hover .am-propuesta-card__icon,
  body.body--unit-more .more-landing .am-about__card:hover .am-about__card-icon,
  body.body--unit-more .more-landing .am-empresas-feature:hover .am-empresas-feature__icon,
  body.body--unit-more .more-landing .more-process__step:hover .more-process__icon {
    transform: none;
  }
}

/* =====================================================================
   ENDURECIMIENTO MODO OSCURO — More + Solow (carga al final = gana)
   Cubre valores claros hardcodeados (#fff, color-mix(...,#fff),
   gradientes claros) y textos que no se distinguían en oscuro.
   No afecta al modo claro.
   ===================================================================== */

/* --- Eyebrows: pill claro -> pill oscuro coherente (todas las secciones) --- */
html[data-theme="dark"] body.body--unit-more .more-landing .eyebrow {
  background: color-mix(in srgb, var(--more-landing-accent, var(--teal)) 18%, var(--surface));
  border-color: color-mix(in srgb, var(--more-landing-accent, var(--teal)) 38%, var(--border));
  color: #8ef0e2;
}
html[data-theme="dark"] body.body--unit-solow .solow-landing .eyebrow,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .eyebrow,
html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-mvv__head .eyebrow {
  background: color-mix(in srgb, var(--solow-brand-accent, var(--teal)) 22%, var(--surface));
  border-color: color-mix(in srgb, var(--solow-brand-accent, var(--teal)) 40%, transparent);
  color: #84ded4;
}

/* --- More: lead de sección y chips de icono claros --- */
html[data-theme="dark"] body.body--unit-more .more-landing .sec-lead {
  color: var(--text-2);
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-about__card-icon,
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-feature__icon {
  background: color-mix(in srgb, var(--more-accent, var(--teal)) 18%, var(--surface));
  border-color: color-mix(in srgb, var(--more-accent, var(--teal)) 32%, var(--border));
}

/* --- Solow: heros de subpágina (FCE/Becas/FCQ) con overlay ::before claro --- */
html[data-theme="dark"] body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty::before,
html[data-theme="dark"] body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty::before,
html[data-theme="dark"] body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--teal) 12%, var(--bg)) 0%, var(--surface) 100%);
}

/* --- Solow: marcos/tarjetas blancos del hero (placeholder + retrato FCQ) --- */
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-hero__placeholder-img--contain,
html[data-theme="dark"] body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait {
  background: var(--surface);
}

/* --- Solow: figura editorial de subpágina con gradiente claro --- */
html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-hero--subpage .sl-hero__figure--editorial {
  background: linear-gradient(160deg, color-mix(in srgb, var(--teal) 14%, var(--surface)) 0%, var(--bg) 100%);
}

/* --- Solow: FAQ "indra" de subpáginas ligeramente claro -> superficie oscura --- */
html[data-theme="dark"] body.body--unit-solow .solow-landing--fce .sl-faq--indra,
html[data-theme="dark"] body.body--unit-solow .solow-landing--becas .sl-faq--indra,
html[data-theme="dark"] body.body--unit-solow .solow-landing--fcq .sl-faq--indra {
  background: var(--bg);
}

/* =================================================================
   MORE · Modo oscuro — capa refresh (iconos, hover, textos, pills)
   Corrige reglas legacy que pisaban el diseño moderno de More.
   ================================================================= */

/* Iconos chip degradé menta (propuesta, pasos, about, empresas) */
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card__icon,
html[data-theme="dark"] body.body--unit-more .more-landing .am-about__card-icon,
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-feature__icon,
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-cta__icon {
  background: var(--more-grad) !important;
  color: #06302b !important;
  border: 0 !important;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--more-accent-deep) 28%, transparent) !important;
}

/* Hover: sin relleno teal legacy de la capa animada antigua */
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card:hover {
  background: var(--surface) !important;
  color: var(--text) !important;
  border-color: color-mix(in srgb, var(--more-accent) 45%, transparent) !important;
  box-shadow: 0 22px 48px color-mix(in srgb, var(--more-accent-deep) 18%, rgba(0, 0, 0, 0.38)) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__title {
  color: var(--text) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__desc {
  color: var(--text-2) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card:hover .am-propuesta-card__num {
  color: color-mix(in srgb, var(--more-accent) 32%, transparent) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card--solapa:hover {
  transform: translateX(6px) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card:hover {
  transform: translateY(-6px) !important;
}

/* Solapas: compactas, sin min-height legacy */
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card--solapa {
  min-height: 0 !important;
}

/* Textos de sección */
html[data-theme="dark"] body.body--unit-more .more-landing .more-section .sec-title strong,
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta .sec-title strong {
  color: var(--more-accent) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-process__label {
  color: #7df2d4 !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-process__icon {
  color: #7df2d4 !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-process__num {
  color: #06302b !important;
  background: var(--more-grad) !important;
}

/* Eyebrows More (gana sobre theme.css genérico) */
html[data-theme="dark"] body.body--unit-more .more-landing .eyebrow,
html[data-theme="dark"] body.body--unit-more .more-landing .more-section .eyebrow {
  background: color-mix(in srgb, var(--more-accent) 18%, var(--surface)) !important;
  border: 1px solid color-mix(in srgb, var(--more-accent) 38%, var(--border)) !important;
  color: #aef6e3 !important;
}

/* About + Aliados */
html[data-theme="dark"] body.body--unit-more .more-landing .am-about__card {
  background: var(--surface) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-aliados-card:hover {
  background: color-mix(in srgb, var(--more-accent) 10%, transparent) !important;
}

/* Empresas pills + features */
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas__pill {
  background: color-mix(in srgb, var(--more-accent) 14%, var(--surface)) !important;
  border-color: color-mix(in srgb, var(--more-accent) 32%, transparent) !important;
  color: #aef6e3 !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-feature__step {
  color: #7df2d4 !important;
}

/* FAQ */
html[data-theme="dark"] body.body--unit-more .more-landing .more-faq__item summary {
  color: var(--text) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-faq__item[open] summary {
  color: var(--more-accent) !important;
}
html[data-theme="dark"] body.body--unit-more .more-landing .more-faq__body p {
  color: var(--text-2) !important;
}

/* Ocultar burbuja decorativa legacy en oscuro */
html[data-theme="dark"] body.body--unit-more .more-landing .am-propuesta-card__bubble {
  display: none !important;
}

/* ════════════════════════════════════════════════════════════════
   MOBILE-FIRST HARDENING (More + Solow) — solo afecta ≤768px.
   Contiene desbordes horizontales, reduce scroll de heros/cards y
   compacta paddings sin tocar el diseño desktop.
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Evitar overflow horizontal por sangrados negativos y gráfico 3D. */
  body.body--unit-more .more-landing,
  body.body--unit-solow .solow-landing { overflow-x: clip; }

  /* Heros más bajos: el copy y los CTA aparecen antes. */
  body.body--unit-more .more-landing .am-hero__bg-video { height: clamp(360px, 70vw, 460px); }

  /* Anular sangrado a la derecha del hero de carrera (causaba scroll lateral). */
  body.body--unit-solow .solow-landing--fce .sl-hero__stage--career { margin-right: 0; }

  /* Títulos que no deben quedar en una sola línea en pantallas chicas. */
  body.body--unit-solow .solow-landing .sl-oferta-head__title span,
  body.body--unit-solow .solow-landing .beca-hero__title span { white-space: normal; }

  /* Cards de modalidades More menos altas (4 apiladas generaban mucho scroll). */
  body.body--unit-more .more-landing .am-modalidades-cards .am-propuesta-card {
    min-height: 0;
  }

  /* Portadas de facultades Solow menos altas (3 apiladas ≈ 930px). */
  body.body--unit-solow .solow-landing .sl-facultad-card__cover {
    min-height: clamp(220px, 52vw, 300px);
  }

  /* Collage del hero de becas más contenido. */
  body.body--unit-solow .solow-landing .beca-hero__media {
    min-height: clamp(240px, 56vw, 320px);
  }

  /* Gráfico 3D: reducir escala para no salirse del viewport. */
  body.body--unit-solow .solow-landing .sl-chart3d {
    --maxh: clamp(140px, 34vw, 200px);
    --col-w: clamp(44px, 14vw, 64px);
    padding-top: clamp(56px, 14vw, 90px);
  }

  /* Paddings de sección más compactos en móvil. */
  body.body--unit-more .more-landing .am-modalidades,
  body.body--unit-more .more-landing .am-empresas,
  body.body--unit-solow .solow-landing .sl-solow-modalidades,
  body.body--unit-solow .solow-landing .sl-cta-final {
    padding-top: clamp(40px, 9vw, 56px);
    padding-bottom: clamp(40px, 9vw, 56px);
  }
}

@media (max-width: 480px) {
  body.body--unit-more .more-landing .am-hero__bg-video { height: clamp(320px, 78vw, 400px); }
  body.body--unit-solow .solow-landing .sl-facultad-card__cover { min-height: clamp(200px, 60vw, 260px); }
}
