/**
 * 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;
}

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: 42rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

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: rgba(255, 255, 255, 0.06);
}

@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-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

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: translateY(-10px);
  }

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

@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,
html[data-theme="dark"] body.body--unit-more .more-landing .am-empresas-cta__badge {
  background: rgba(255, 255, 255, 0.06);
}

@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);
}

/* ── 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);
  --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;
}

/* 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__inner {
  border-radius: var(--solow-landing-radius-lg);
  padding: clamp(1rem, 2.5vw, 1.75rem);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.body--unit-solow .solow-landing .solow-section--catalog .sl-catalog-cta__title {
  letter-spacing: -0.02em;
}
body.body--unit-solow .solow-landing .sl-catalog-cta__action {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* 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: counter(sl-faq-step, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1;
  position: relative;
  left: auto;
  top: auto;
  align-self: center;
  justify-self: center;
  width: 2.85rem;
  height: 2.85rem;
  margin: 0.15rem 0 0;
  z-index: 1;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-2);
  background: var(--bg-2, #f1f5f9);
  border: 2px solid var(--border, #e2e8f0);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  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),
    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 {
  background: linear-gradient(145deg, var(--solow-brand-accent, #0a4b5e), var(--teal, #0d9488));
  color: #fff;
  border-color: transparent;
  transform: scale(1.05);
  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);
}

/* 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;
}

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;
}

/* 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 banda teal ─────────────────────────────────── */
body.body--unit-solow .solow-landing .sl-respaldo-band {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: linear-gradient(165deg, #2e9e9c 0%, #0a4b5e 55%, #083d4c 100%);
  color: #fff;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__inner {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.65rem;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__title {
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  margin: 0.65rem auto 1rem;
  background: #f9d35a;
  border-radius: 2px;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__lead {
  margin: 0 auto 2rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.94;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 56rem;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metric {
  padding: clamp(1rem, 3vw, 1.75rem) clamp(0.75rem, 2vw, 1.25rem);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
body.body--unit-solow .solow-landing .sl-respaldo-band__metric:first-child {
  border-left: 0;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__value {
  display: block;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2rem, 5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__label {
  display: block;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  opacity: 0.92;
  line-height: 1.4;
}
body.body--unit-solow .solow-landing .sl-respaldo-band__rule {
  display: block;
  width: 2rem;
  height: 3px;
  margin: 0.75rem auto 0;
  background: #f9d35a;
  border-radius: 2px;
}

/* ── 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;
}

/* Uiverse focus hover — kamehame-ha (oferta académica) */
body.body--unit-solow .solow-landing .sl-facultad-grid--focus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}
body.body--unit-solow .solow-landing .sl-facultad-grid--focus .sl-facultad-card {
  flex: 1 1 min(260px, 100%);
  max-width: min(360px, 100%);
  cursor: pointer;
  transition: transform 400ms ease, filter 400ms ease, box-shadow 400ms ease, border-color 0.25s ease;
}
body.body--unit-solow .solow-landing .sl-facultad-grid--focus .sl-facultad-card:hover {
  transform: scale(1.05, 1.05);
  z-index: 2;
  box-shadow: var(--solow-landing-shadow-hover);
  border-color: var(--solow-brand-accent);
}
body.body--unit-solow .solow-landing .sl-facultad-grid--focus:hover > .sl-facultad-card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.92, 0.92);
}

body.body--unit-solow .solow-landing .sl-facultad-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 2px solid color-mix(in srgb, var(--solow-brand-accent) 38%, #cbd5e1);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.25s ease,
    filter 400ms ease;
}
body.body--unit-solow .solow-landing .sl-facultad-card--link:hover {
  transform: translateY(-4px);
  box-shadow: var(--solow-landing-shadow-hover);
  border-color: var(--solow-brand-accent);
}
body.body--unit-solow .solow-landing .sl-facultad-grid--focus .sl-facultad-card--link:hover {
  transform: scale(1.05, 1.05);
}
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,
body.body--unit-solow .solow-landing a.sl-facultad-card .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;
}
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 {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
body.body--unit-solow .solow-landing .sl-becas-banner__card {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(0, 1.4fr);
  gap: 0;
  overflow: hidden;
  border-radius: var(--solow-landing-radius-lg);
  background: linear-gradient(135deg, #3eb8b5 0%, #2e9e9c 45%, #0a4b5e 100%);
  box-shadow: var(--solow-landing-shadow);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
body.body--unit-solow .solow-landing .sl-becas-banner__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 34vw, 320px);
  padding: clamp(0.5rem, 1.5vw, 0.75rem);
  background: #3d9a4a;
  overflow: hidden;
}
body.body--unit-solow .solow-landing .sl-becas-banner__art {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center center;
}
body.body--unit-solow .solow-landing .sl-becas-banner__body {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.body--unit-solow .solow-landing .sl-becas-banner__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.88;
}
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.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
}
body.body--unit-solow .solow-landing .sl-becas-banner__title span {
  color: #f9d35a;
}
body.body--unit-solow .solow-landing .sl-becas-banner__lead {
  margin: 0 0 1.1rem;
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 40ch;
  opacity: 0.94;
}
body.body--unit-solow .solow-landing .sl-becas-banner__btn {
  align-self: flex-start;
  text-decoration: none;
}

/* 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: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(0.65rem, 2vw, 1rem);
  max-width: 1100px;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing .sl-mod-card {
  flex: 1 1 min(260px, 100%);
  max-width: min(340px, 100%);
  background: #fff;
  box-shadow:
    0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.12);
  border-radius: 15px;
  margin: 8px;
  padding: 1.35rem 1.25rem 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 240px;
  transition: background 0.55s ease, color 0.45s ease, transform 0.55s ease, box-shadow 0.45s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card::before {
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--solow-brand-accent) 8%, transparent);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
  pointer-events: none;
}
body.body--unit-solow .solow-landing .sl-mod-card__bubble {
  position: absolute;
  background: color-mix(in srgb, var(--solow-brand-accent) 14%, 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-solow .solow-landing .sl-mod-card:hover {
  background: var(--solow-brand-accent, #2e9e9c);
  color: #fff;
  transform: scale(1.05);
  z-index: 9;
  box-shadow:
    0 8px 24px rgba(10, 75, 94, 0.22),
    0 4px 12px rgba(37, 44, 97, 0.15);
}
body.body--unit-solow .solow-landing .sl-mod-card:hover::before {
  background: rgba(255, 255, 255, 0.08);
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__bubble {
  top: 0;
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__title,
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__desc {
  color: #fff;
}
body.body--unit-solow .solow-landing .sl-mod-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--solow-brand-accent, #2e9e9c);
  box-shadow: 0 2px 8px rgba(37, 44, 97, 0.08);
  transition: color 0.45s ease, background 0.45s ease, transform 0.45s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card:hover .sl-mod-card__icon {
  color: var(--solow-brand-accent, #2e9e9c);
  background: #fff;
  transform: scale(1.06);
}
body.body--unit-solow .solow-landing .sl-mod-card__title {
  margin: 0.85rem 0 0.65rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.2rem;
  font-weight: 800;
  color: #212121;
  line-height: 1.25;
  transition: color 0.45s ease;
}
body.body--unit-solow .solow-landing .sl-mod-card__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-2, #475569);
  transition: color 0.45s ease;
}
@media only screen and (min-width: 1024px) {
  body.body--unit-solow .solow-landing .sl-mod-card--raised {
    position: relative;
    top: -0.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.body--unit-solow .solow-landing .sl-modalidades-cards {
    flex-direction: column;
    align-items: center;
  }
  body.body--unit-solow .solow-landing .sl-mod-card {
    flex: 1 1 auto;
    width: 100%;
    max-width: 400px;
  }
  body.body--unit-solow .solow-landing .sl-mod-card--raised {
    top: 0;
  }
}

/* ── 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);
}

/* ── 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: 64px;
  max-width: min(320px, 62vw);
}
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 {
    flex-direction: column;
    align-items: center;
  }
  body.body--unit-solow .solow-landing .sl-facultad-grid--focus .sl-facultad-card {
    flex: 1 1 auto;
    width: 100%;
    max-width: min(400px, 100%);
  }
  body.body--unit-solow .solow-landing .sl-respaldo-band__metrics {
    grid-template-columns: 1fr;
  }
  body.body--unit-solow .solow-landing .sl-respaldo-band__metric {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
  body.body--unit-solow .solow-landing .sl-respaldo-band__metric:first-child {
    border-top: 0;
  }
  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: 280px;
    width: auto;
    max-width: 100%;
    margin: 0 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: linear-gradient(
    180deg,
    color-mix(in srgb, #f1f5f9 94%, var(--solow-brand-accent)) 0%,
    var(--surface, #fff) 62%
  );
  pointer-events: none;
}
body.body--unit-solow .solow-landing--fce .sl-hero--fce-faculty .container {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo {
  border-radius: var(--solow-landing-radius-lg, 16px);
  box-shadow: var(--solow-landing-shadow, 0 18px 48px rgba(15, 23, 42, 0.1));
  border: var(--solow-landing-border);
  overflow: hidden;
}
body.body--unit-solow .solow-landing--fce .sl-hero__figure--career-photo img {
  object-fit: cover;
  object-position: center top;
  padding: 0;
  min-height: clamp(280px, 42vw, 480px);
}
body.body--unit-solow .solow-landing--fce .sl-hero__title--ingreso .sl-hero__career-name {
  display: inline-block;
  min-width: 9.5ch;
  transition: opacity 0.35s ease;
}

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;
}

body.body--unit-solow .solow-landing--fce .solow-fce-proofs {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  body.body--unit-solow .solow-landing--fce .solow-fce-proofs {
    grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  }
}
body.body--unit-solow .solow-landing--fce .solow-fce-proofs__badge {
  margin: 0;
  justify-self: center;
}
body.body--unit-solow .solow-landing--fce .solow-fce-proofs__badge img {
  display: block;
  width: min(100%, 280px);
  height: auto;
  margin: 0 auto;
}
body.body--unit-solow .solow-landing--fce .solow-fce-proofs__gallery {
  display: grid;
  gap: clamp(0.85rem, 2vw, 1.15rem);
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  body.body--unit-solow .solow-landing--fce .solow-fce-proofs__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.body--unit-solow .solow-landing--fce .solow-fce-proofs__photo {
  margin: 0;
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
}
body.body--unit-solow .solow-landing--fce .solow-fce-proofs__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.body--unit-solow .solow-landing--fce .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--fce .solow-fce-growth__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }
}
body.body--unit-solow .solow-landing--fce .solow-fce-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--fce .solow-fce-growth__chart img {
  max-width: 100%;
  height: auto;
}
body.body--unit-solow .solow-landing--fce .solow-fce-growth__cta {
  margin-top: 1rem;
}

/* 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: linear-gradient(
    180deg,
    color-mix(in srgb, #fdf2f8 88%, var(--solow-brand-accent)) 0%,
    var(--surface, #fff) 62%
  );
  pointer-events: none;
}
body.body--unit-solow .solow-landing--becas .sl-hero--becas-faculty .container {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-hero {
  position: relative;
  border-radius: var(--solow-landing-radius-lg, 16px);
  box-shadow: var(--solow-landing-shadow, 0 18px 48px rgba(15, 23, 42, 0.1));
  border: var(--solow-landing-border);
  overflow: hidden;
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
}
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-hero img {
  object-fit: contain;
  padding: clamp(1rem, 3vw, 2rem);
  min-height: clamp(240px, 38vw, 360px);
}
body.body--unit-solow .solow-landing--becas .sl-hero__figure--becas-portrait img {
  object-fit: cover;
  object-position: center top;
  padding: 0;
  min-height: clamp(280px, 42vw, 480px);
}
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: linear-gradient(
    180deg,
    color-mix(in srgb, #f0fdfa 92%, var(--solow-brand-accent)) 0%,
    var(--surface, #fff) 62%
  );
  pointer-events: none;
}
body.body--unit-solow .solow-landing--fcq .sl-hero--fcq-faculty .container {
  position: relative;
  z-index: 1;
}
body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait {
  border-radius: var(--solow-landing-radius-lg, 16px);
  box-shadow: var(--solow-landing-shadow);
  border: var(--solow-landing-border);
  overflow: hidden;
  position: relative;
}
body.body--unit-solow .solow-landing--fcq .sl-hero__figure--fcq-portrait img {
  object-fit: cover;
  object-position: center top;
  padding: 0;
  min-height: clamp(280px, 42vw, 480px);
}
body.body--unit-solow .solow-landing--fcq .sl-hero__title--ingreso .sl-hero__career-name {
  display: inline-block;
  min-width: 10ch;
}
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;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero {
  position: relative;
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background: #f3f0ea;
  overflow: hidden;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 78% 18%, rgba(10, 75, 94, 0.08) 0%, transparent 42%),
    radial-gradient(circle at 12% 82%, rgba(10, 75, 94, 0.06) 0%, transparent 38%),
    repeating-linear-gradient(
      125deg,
      rgba(10, 75, 94, 0.04) 0 2px,
      transparent 2px 48px
    );
  pointer-events: none;
  opacity: 0.9;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__kicker {
  margin: 0 0 0.75rem;
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  color: var(--text-2, #64748b);
  line-height: 1.5;
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: clamp(2rem, 5vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--solow-brand-accent, #0a4b5e);
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__rule {
  width: min(220px, 42%);
  margin: 0 auto 1.25rem;
  border: 0;
  border-top: 2px solid color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 35%, #cbd5e1);
}

body.body--unit-solow .page-solow-nosotros .sl-about-hero__lead {
  margin: 0 auto;
  max-width: 62ch;
  font-size: clamp(0.94rem, 1.4vw, 1.05rem);
  line-height: 1.75;
  color: var(--text-2, #475569);
}

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);
}

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);
}

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-moves__visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 0;
  align-items: end;
  max-width: 1040px;
  margin: 0 auto;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure {
  margin: 0;
  border-radius: var(--solow-landing-radius-lg, 18px);
  overflow: hidden;
  border: var(--solow-landing-border);
  box-shadow: var(--solow-landing-shadow);
  background: var(--surface, #fff);
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__figure img {
  display: block;
  width: 100%;
  height: auto;
  min-height: clamp(260px, 38vw, 420px);
  object-fit: cover;
  object-position: center top;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission {
  position: relative;
  z-index: 2;
  margin: 0 0 0 -12%;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--solow-landing-radius, 14px);
  background: linear-gradient(155deg, var(--solow-brand-accent, #0a4b5e) 0%, #127a7a 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(10, 75, 94, 0.28);
  align-self: center;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 1.35rem;
  font-weight: 800;
}

body.body--unit-solow .page-solow-nosotros .sl-about-moves__mission-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.94);
}

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

body.body--unit-solow .page-solow-nosotros .sl-about-founder {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--surface, #fff);
  border-top: 1px solid var(--border, #e5e7eb);
  border-bottom: 1px solid var(--border, #e5e7eb);
}

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-founder-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--solow-landing-radius-lg, 20px);
  background: linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 4%, #f8fafc) 100%);
  box-shadow: var(--solow-landing-shadow);
  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-founder-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--solow-landing-shadow-hover);
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder-card__mark {
  display: block;
  font-family: var(--font-title, "Exo 2", system-ui);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--solow-brand-accent, #0a4b5e);
  opacity: 0.35;
  margin-bottom: 0.35rem;
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder-card blockquote {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.72;
  color: var(--text-2, #334155);
  font-style: italic;
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder-card__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  flex-shrink: 0;
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder__photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder-card__author strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text);
}

body.body--unit-solow .page-solow-nosotros .sl-about-founder-card__author span {
  font-size: 0.82rem;
  color: var(--text-2);
}

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

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

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

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

body.body--unit-solow .page-solow-nosotros .sl-about-message__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1040px;
  margin: 0 auto;
}

body.body--unit-solow .page-solow-nosotros .sl-about-message__card {
  padding: 1.25rem 1.15rem;
  border-radius: var(--solow-landing-radius, 14px);
  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-message__card:hover {
  transform: translateY(-3px);
}

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

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-founder-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.body--unit-solow .page-solow-nosotros .sl-about-message__grid {
    grid-template-columns: 1fr;
  }

  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__kicker,
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-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__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);
  border-color: var(--border);
}

html[data-theme="dark"] body.body--unit-solow .page-solow-nosotros .sl-about-founder-card {
  background: linear-gradient(
    135deg,
    var(--surface) 0%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 8%, var(--bg-2)) 100%
  );
  border-color: var(--border);
}

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

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

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

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);
}

body.body--unit-solow .solow-landing .sl-ranking-card {
  display: grid;
  grid-template-columns: minmax(130px, 200px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.25rem, 3.5vw, 2.75rem);
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.35rem, 3vw, 2.25rem) clamp(1.25rem, 3.2vw, 2.5rem);
  background: linear-gradient(
    135deg,
    var(--surface, #fff) 0%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 4%, var(--surface, #fff)) 100%
  );
  border-radius: var(--solow-landing-radius-lg, 22px);
  border: 1px solid color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 14%, var(--border, rgba(15, 23, 42, 0.08)));
  box-shadow: var(--solow-landing-shadow, 0 18px 50px rgba(15, 23, 42, 0.08));
  position: relative;
  overflow: hidden;
}

body.body--unit-solow .solow-landing .sl-ranking-card.ranking-spotlight--banner {
  background: linear-gradient(
    135deg,
    var(--surface, #fff) 0%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 4%, var(--surface, #fff)) 100%
  );
  border-color: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 14%, var(--border, rgba(15, 23, 42, 0.08)));
}

body.body--unit-solow .solow-landing .sl-ranking-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--solow-brand-accent, #0a4b5e),
    color-mix(in srgb, var(--teal, #0d9488) 70%, var(--solow-brand-accent, #0a4b5e))
  );
  border-radius: 4px 0 0 4px;
}

body.body--unit-solow .solow-landing .sl-ranking-card__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 18vw, 200px);
  height: clamp(150px, 18vw, 200px);
  margin: 0 auto;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

body.body--unit-solow .solow-landing .sl-ranking-card__badge:hover {
  transform: translateY(-3px) scale(1.02);
}

body.body--unit-solow .solow-landing .sl-ranking-card__badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

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: linear-gradient(
    135deg,
    var(--surface, #0f172a) 0%,
    color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 18%, var(--surface, #0f172a)) 100%
  );
  border-color: var(--border, rgba(255, 255, 255, 0.08));
  box-shadow: var(--solow-landing-shadow, 0 20px 55px rgba(0, 0, 0, 0.4));
}

html[data-theme="dark"] body.body--unit-solow .solow-landing .sl-ranking-card__badge {
  background: color-mix(in srgb, var(--solow-brand-accent, #0a4b5e) 14%, var(--bg-2, #1e293b));
  box-shadow: inset 0 0 0 1px var(--border, rgba(255, 255, 255, 0.1));
}

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);
  }
}
