/* TodAps Academia — bloque destacado en Home */
.home-academy {
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1.7rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .7fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  overflow: hidden;
  border-radius: 16px;
  background: #0f1011;
  color: #f4f4f1;
}

.home-academy-kicker {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #828fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-academy-kicker svg,
.home-academy-cta svg {
  width: 18px;
  height: 18px;
}

.home-academy-copy h2 {
  max-width: 48rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.6vw, 5rem);
  font-family: "SF Pro Display", Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.home-academy-copy > p:not(.home-academy-kicker) {
  max-width: 44rem;
  margin: 1.35rem 0 0;
  color: #dddaf7;
  font-size: clamp(.98rem, 1.6vw, 1.12rem);
  line-height: 1.72;
}

.home-academy-topics {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.home-academy-topics span {
  padding: .38rem .62rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-academy-cta {
  min-height: 48px;
  margin-top: 1.7rem;
  padding: .8rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: 9px;
  background: #5e6ad2;
  color: #ffffff !important;
  font-size: .86rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background-color 200ms ease;
}

.home-academy-cta:hover {
  transform: translateY(-2px);
  background: #828fff;
  color: #ffffff !important;
}

.home-academy-program {
  padding: 1.1rem;
  border-radius: 14px;
  background: #f5f6f6;
  color: #0c0c09;
}

.home-academy-total {
  padding: .5rem .6rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0 .7rem;
}

.home-academy-total strong {
  grid-row: 1 / 3;
  color: #5e6ad2;
  font-size: 3.2rem;
  line-height: .9;
  letter-spacing: -.07em;
}

.home-academy-total span { font-size: .84rem; font-weight: 900; }
.home-academy-total small { color: #666662; font-size: .72rem; }
.home-academy-program ol { margin: 0; padding: 0; display: grid; gap: .25rem; list-style: none; }

.home-academy-program li {
  min-height: 48px;
  padding: .65rem .75rem;
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: .6rem;
  border-radius: 8px;
  background: #ffffff;
}

.home-academy-program li span { color: #5e6ad2; font-size: .68rem; font-weight: 900; }
.home-academy-program li strong { font-size: .84rem; }

@media (max-width: 900px) {
  .home-academy { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home-academy { margin-inline: -.25rem; padding: 2rem 1.25rem; border-radius: 16px; }
  .home-academy-copy h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .home-academy-cta { width: 100%; }
  .home-academy-program { padding: .8rem; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-academy-cta { transition: none; }
}
