/* =========================================================
   ESTUDIO EXTRA
   PORTADA COMERCIAL V3
========================================================= */

.home-v3 {
  --home-navy: #0b2545;
  --home-navy-dark: #06182f;
  --home-red: #b5121b;
  --home-yellow: #ffc800;
  --home-yellow-light: #fff2aa;
  --home-green: #25a866;
  --home-blue: #2463a7;
  --home-turquoise: #138d83;
  --home-bg: #f5f7fb;
  --home-text: #415168;
  --home-muted: #6f7b8c;
  --home-border: rgba(11, 37, 69, 0.11);
  --home-shadow: 0 24px 60px rgba(11, 37, 69, 0.12);

  width: 100%;
  overflow: hidden;

  color: var(--home-text);
  background: var(--home-bg);
}

.home-v3 *,
.home-v3 *::before,
.home-v3 *::after {
  box-sizing: border-box;
}

.home-v3 img {
  max-width: 100%;
}

.home-container {
  width: min(calc(100% - 40px), 1180px);
  margin-inline: auto;
}

.home-section {
  position: relative;
  padding: 96px 0;
}

/* =========================================================
   ENCABEZADOS
========================================================= */

.section-heading {
  max-width: 760px;
}

.section-heading--center {
  margin-inline: auto;
  margin-bottom: 48px;

  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-heading h2 {
  margin: 9px 0 14px;

  color: var(--home-navy);

  font-size: clamp(2.05rem, 4.5vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.section-heading p {
  margin: 0;

  color: var(--home-muted);

  font-size: 1rem;
  line-height: 1.75;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: var(--home-red);

  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";

  width: 28px;
  height: 3px;

  background: var(--home-yellow);
  border-radius: 999px;
}

.section-kicker--light {
  color: #ffe37a;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;

  margin-bottom: 46px;
}

/* =========================================================
   BOTONES
========================================================= */

.home-action {
  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 13px 22px;

  color: var(--home-navy);
  background: #ffffff;

  border: 1px solid transparent;
  border-radius: 14px;

  font-size: 0.87rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-action svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 180ms ease;
}

.home-action:hover {
  transform: translateY(-3px);
}

.home-action:hover svg {
  transform: translateX(3px);
}

.home-action--primary {
  color: #ffffff;
  background: var(--home-red);

  border-color: var(--home-red);

  box-shadow: 0 14px 32px rgba(181, 18, 27, 0.22);
}

.home-action--primary:hover {
  color: var(--home-navy);
  background: var(--home-yellow);

  border-color: var(--home-yellow);

  box-shadow: 0 18px 38px rgba(11, 37, 69, 0.16);
}

.home-action--outline {
  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.78);

  border-color: rgba(11, 37, 69, 0.17);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-action--outline:hover {
  color: var(--home-navy);
  background: #ffffff;

  border-color: rgba(11, 37, 69, 0.3);
}

.home-action--yellow {
  color: var(--home-navy);
  background: var(--home-yellow);

  border-color: var(--home-yellow);

  box-shadow: 0 14px 30px rgba(255, 200, 0, 0.2);
}

.home-action--yellow:hover {
  color: var(--home-navy);
  background: #ffdb3f;

  box-shadow: 0 18px 38px rgba(255, 200, 0, 0.28);
}

.home-action--white {
  color: var(--home-navy);
  background: #ffffff;

  border-color: #ffffff;
}

.home-action--white:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);

  border-color: rgba(255, 255, 255, 0.4);
}

.home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--home-navy);

  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;

  transition:
    color 180ms ease,
    transform 180ms ease;
}

.home-inline-link:hover {
  color: var(--home-red);
  transform: translateX(3px);
}

.home-inline-link--large {
  padding-bottom: 5px;

  border-bottom: 2px solid var(--home-yellow);

  font-size: 0.86rem;
}

/* =========================================================
   HERO
========================================================= */

.hero-v3 {
  position: relative;

  min-height: 760px;

  padding: 82px 0 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(181, 18, 27, 0.07),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 14%,
      rgba(255, 200, 0, 0.18),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f9fc 100%
    );
}

.hero-shape {
  position: absolute;
  pointer-events: none;
}

.hero-shape--yellow {
  top: -175px;
  right: -110px;

  width: 490px;
  height: 490px;

  background: rgba(255, 200, 0, 0.13);

  border-radius: 52% 48% 65% 35% / 45% 57% 43% 55%;

  animation: home-float-shape 12s ease-in-out infinite;
}

.hero-shape--red {
  top: 355px;
  left: -105px;

  width: 240px;
  height: 240px;

  background: rgba(181, 18, 27, 0.06);

  border-radius: 63% 37% 40% 60% / 54% 34% 66% 46%;

  animation:
    home-float-shape 15s ease-in-out infinite reverse;
}

.hero-shape--blue {
  right: 37%;
  bottom: 70px;

  width: 78px;
  height: 78px;

  background: rgba(11, 37, 69, 0.08);

  border-radius: 48% 52% 38% 62% / 56% 36% 64% 44%;

  animation: home-float-shape 9s ease-in-out infinite;
}

@keyframes home-float-shape {
  0%,
  100% {
    transform:
      translate3d(0, 0, 0)
      rotate(0deg);
  }

  50% {
    transform:
      translate3d(0, 18px, 0)
      rotate(6deg);
  }
}

.hero-v3__layout {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.02fr)
    minmax(420px, 0.98fr);

  align-items: center;
  gap: 64px;
}

.hero-v3__content {
  max-width: 690px;
}

.hero-pill {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 23px;
  padding: 9px 14px;

  color: var(--home-navy);
  background: rgba(37, 168, 102, 0.1);

  border: 1px solid rgba(37, 168, 102, 0.2);
  border-radius: 999px;

  font-size: 0.79rem;
  font-weight: 800;
}

.hero-pill__signal {
  width: 9px;
  height: 9px;

  background: #28bf73;
  border-radius: 50%;

  animation: hero-signal 1.8s infinite;
}

@keyframes hero-signal {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 191, 115, 0.36);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(40, 191, 115, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(40, 191, 115, 0);
  }
}

.hero-v3 h1 {
  max-width: 760px;

  margin: 0 0 23px;

  color: var(--home-navy-dark);

  font-size: clamp(3rem, 5.7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-highlight {
  position: relative;

  display: inline-block;

  color: var(--home-red);
}

.hero-highlight::after {
  content: "";

  position: absolute;
  z-index: -1;
  left: 1%;
  right: -2%;
  bottom: 3%;

  height: 18%;

  background: rgba(255, 200, 0, 0.48);

  border-radius: 999px;

  transform: rotate(-1.5deg);
}

.hero-v3__description {
  max-width: 650px;

  margin: 0 0 30px;

  color: #5e6b7d;

  font-size: 1.07rem;
  line-height: 1.75;
}

.hero-v3__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-v3__trust {
  margin-top: 24px;

  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-v3__trust div {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: #44536a;

  font-size: 0.76rem;
  font-weight: 750;
}

.hero-v3__trust span {
  width: 21px;
  height: 21px;

  display: grid;
  place-items: center;

  color: #087146;
  background: rgba(37, 168, 102, 0.12);

  border-radius: 50%;

  font-size: 0.66rem;
  font-weight: 900;
}

.hero-v3__secondary-link {
  width: fit-content;

  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: 17px;

  color: #718095;

  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;

  transition:
    color 180ms ease,
    transform 180ms ease;
}

.hero-v3__secondary-link:hover {
  color: var(--home-navy);
  transform: translateX(3px);
}

/* ESCENA HERO */

.hero-scene {
  --pointer-x: 0px;
  --pointer-y: 0px;

  position: relative;

  min-height: 550px;

  display: grid;
  place-items: center;

  transform:
    translate3d(
      var(--pointer-x),
      var(--pointer-y),
      0
    );

  transition: transform 180ms ease-out;
}

.hero-scene__orbit {
  position: absolute;
  top: 31px;
  left: 28px;

  width: 430px;
  height: 430px;

  border: 1px dashed rgba(11, 37, 69, 0.16);
  border-radius: 50%;

  animation: hero-orbit 32s linear infinite;
}

.hero-scene__orbit::before,
.hero-scene__orbit::after {
  content: "";

  position: absolute;

  border-radius: 50%;
}

.hero-scene__orbit::before {
  top: 34px;
  right: 20px;

  width: 17px;
  height: 17px;

  background: var(--home-yellow);
}

.hero-scene__orbit::after {
  left: 13px;
  bottom: 82px;

  width: 12px;
  height: 12px;

  background: var(--home-red);
}

@keyframes hero-orbit {
  to {
    transform: rotate(360deg);
  }
}

.hero-scene__image {
  position: relative;
  z-index: 2;

  width: min(100%, 500px);
  min-height: 510px;

  overflow: hidden;

  background: #ffffff;

  clip-path:
    polygon(
      8% 2%,
      88% 0%,
      100% 13%,
      96% 85%,
      82% 100%,
      10% 96%,
      0% 78%,
      3% 15%
    );

  box-shadow: var(--home-shadow);

  transform: rotate(1.4deg);

  transition:
    transform 350ms ease,
    filter 350ms ease;
}

.hero-scene:hover .hero-scene__image {
  transform:
    rotate(0deg)
    scale(1.015);
}

.hero-scene__image img {
  width: 100%;
  height: 510px;

  display: block;
  object-fit: cover;
}

.hero-scene__gradient {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 43%,
      rgba(6, 24, 47, 0.86)
    );
}

.hero-scene__caption {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 33px;

  color: #ffffff;
}

.hero-scene__caption span {
  display: block;

  margin-bottom: 4px;

  color: #ffe990;

  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-scene__caption strong {
  display: block;

  max-width: 370px;

  color: #ffffff;

  font-size: 1.15rem;
  line-height: 1.35;
}

.hero-note {
  position: absolute;
  z-index: 4;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 15px;

  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(11, 37, 69, 0.08);
  border-radius: 15px;

  box-shadow: 0 17px 36px rgba(11, 37, 69, 0.16);

  font-size: 0.73rem;
  font-weight: 800;

  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.hero-note__icon {
  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  color: #ffffff;
  background: var(--home-navy);

  border-radius: 10px;

  font-size: 0.65rem;
  font-weight: 900;
}

.hero-note__icon--yellow {
  color: var(--home-navy);
  background: var(--home-yellow);
}

.hero-note__icon--red {
  color: #ffffff;
  background: var(--home-red);
}

.hero-note--top {
  top: 80px;
  left: -37px;

  animation: hero-note-float 5s ease-in-out infinite;
}

.hero-note--middle {
  top: 245px;
  right: -35px;

  animation:
    hero-note-float 6s ease-in-out infinite reverse;
}

.hero-note--bottom {
  left: 12px;
  bottom: 32px;

  animation:
    hero-note-float 5.7s ease-in-out infinite 0.7s;
}

@keyframes hero-note-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.hero-proof {
  position: relative;
  z-index: 4;

  margin-top: 64px;
  padding: 22px 27px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  color: #ffffff;
  background: var(--home-navy);

  border-radius: 24px 24px 0 0;

  box-shadow: 0 -4px 35px rgba(11, 37, 69, 0.11);
}

.hero-proof__item {
  position: relative;
  padding: 5px 26px;
}

.hero-proof__item + .hero-proof__item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-proof__item strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 0.84rem;
}

.hero-proof__item span {
  color: rgba(255, 255, 255, 0.67);

  font-size: 0.68rem;
  line-height: 1.45;
}

/* =========================================================
   MODALIDADES
========================================================= */

.service-showcase {
  background: #ffffff;
}

.service-stage {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(330px, 0.72fr);

  align-items: stretch;
  gap: 23px;
}

.service-main,
.service-side {
  position: relative;
  overflow: hidden;
}

.service-main {
  min-height: 590px;

  padding: 38px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 200, 0, 0.2),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      #ffffff,
      #f7f9fc
    );

  border: 1px solid var(--home-border);
  border-top: 5px solid var(--home-red);
  border-radius: 34px 12px 34px 34px;

  box-shadow: 0 23px 54px rgba(11, 37, 69, 0.1);

  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.service-main:hover {
  transform:
    translateY(-5px)
    rotate(-0.3deg);

  box-shadow: 0 30px 65px rgba(11, 37, 69, 0.14);
}

.service-main__decoration {
  position: absolute;
  top: 104px;
  right: -10px;

  color: rgba(11, 37, 69, 0.04);

  font-size: 13rem;
  font-weight: 950;
  line-height: 1;

  transform: rotate(-12deg);

  pointer-events: none;
}

.service-main__heading {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  margin-bottom: 47px;
}

.service-badge {
  display: inline-flex;

  padding: 7px 11px;

  color: #0d7448;
  background: rgba(37, 168, 102, 0.1);

  border: 1px solid rgba(37, 168, 102, 0.18);
  border-radius: 999px;

  font-size: 0.68rem;
  font-weight: 850;
}

.service-badge--main {
  color: #8a1017;
  background: rgba(181, 18, 27, 0.09);

  border-color: rgba(181, 18, 27, 0.16);
}

.service-badge--yellow {
  color: #6a5100;
  background: rgba(255, 200, 0, 0.18);

  border-color: rgba(255, 200, 0, 0.3);
}

.service-label {
  color: var(--home-red);

  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-main__content {
  position: relative;
  z-index: 2;

  max-width: 700px;
}

.service-number {
  display: inline-block;

  margin-bottom: 12px;

  color: rgba(181, 18, 27, 0.72);

  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.service-number--light {
  color: rgba(255, 255, 255, 0.62);
}

.service-main h3,
.service-side h3 {
  margin: 0 0 16px;

  font-size: clamp(2.1rem, 4vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.service-main h3 {
  color: var(--home-navy);
}

.service-main__content > div:first-child > p {
  max-width: 630px;

  margin: 0 0 27px;

  color: var(--home-muted);

  font-size: 0.96rem;
  line-height: 1.75;
}

.service-list {
  margin: 0 0 25px;
  padding: 0;

  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 13px 20px;

  list-style: none;
}

.service-list li {
  position: relative;

  padding-left: 26px;

  color: #46566b;

  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.5;
}

.service-list li::before {
  content: "✓";

  position: absolute;
  top: 0;
  left: 0;

  width: 19px;
  height: 19px;

  display: grid;
  place-items: center;

  color: #ffffff;
  background: var(--home-green);

  border-radius: 50%;

  font-size: 0.61rem;
  font-weight: 900;
}

.service-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-bottom: 30px;
}

.service-topic-row span {
  padding: 6px 10px;

  color: var(--home-navy);
  background: #eef3f8;

  border: 1px solid rgba(11, 37, 69, 0.08);
  border-radius: 999px;

  font-size: 0.66rem;
  font-weight: 800;
}

.service-main__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.service-side {
  min-height: 590px;

  padding: 34px;

  display: flex;
  flex-direction: column;

  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 10%,
      rgba(255, 200, 0, 0.2),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #123963,
      var(--home-navy)
    );

  border-radius: 13px 34px 34px 34px;

  box-shadow: 0 26px 60px rgba(11, 37, 69, 0.21);

  transform: translateY(38px);

  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.service-side:hover {
  transform:
    translateY(31px)
    rotate(0.5deg);

  box-shadow: 0 34px 70px rgba(11, 37, 69, 0.25);
}

.service-side__bubble {
  position: absolute;
  right: -90px;
  bottom: -110px;

  width: 260px;
  height: 260px;

  border: 45px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.service-side__top {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-bottom: 53px;
}

.service-side h3 {
  position: relative;
  z-index: 2;

  color: #ffffff;
}

.service-side > p {
  position: relative;
  z-index: 2;

  margin: 0 0 26px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 0.91rem;
  line-height: 1.7;
}

.service-list--light {
  position: relative;
  z-index: 2;

  grid-template-columns: 1fr;

  margin-bottom: 30px;
}

.service-list--light li {
  color: rgba(255, 255, 255, 0.83);
}

.service-list--light li::before {
  color: var(--home-navy);
  background: var(--home-yellow);
}

.service-side .home-action {
  position: relative;
  z-index: 2;

  margin-top: auto;
}

.service-side__whatsapp {
  position: relative;
  z-index: 2;

  display: block;

  margin-top: 14px;

  color: rgba(255, 255, 255, 0.76);

  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.service-side__whatsapp:hover {
  color: var(--home-yellow);
  text-decoration: underline;
}

.service-ribbon {
  grid-column: 1 / -1;

  position: relative;
  z-index: 4;

  margin: 12px 35px 0;
  padding: 15px 23px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;

  color: var(--home-navy);
  background: var(--home-yellow);

  border-radius: 999px;

  box-shadow: 0 14px 30px rgba(255, 200, 0, 0.23);

  font-size: 0.72rem;
  font-weight: 850;
}

.service-ribbon i {
  color: rgba(11, 37, 69, 0.4);
  font-style: normal;
}

/* =========================================================
   ÁREAS DE APOYO
========================================================= */

.goals-section {
  background:
    linear-gradient(
      180deg,
      #f1f5f9,
      #f7f9fc
    );
}

.goals-bento {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  grid-template-rows:
    225px
    225px
    235px;

  gap: 17px;
}

.goal-card {
  position: relative;

  min-width: 0;
  padding: 24px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  color: var(--home-navy);
  background: #ffffff;

  border: 1px solid var(--home-border);
  border-radius: 23px;

  box-shadow: 0 14px 34px rgba(11, 37, 69, 0.07);

  text-decoration: none;

  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.goal-card:hover {
  z-index: 2;

  border-color: rgba(255, 200, 0, 0.72);

  transform:
    translateY(-6px)
    rotate(-0.4deg);

  box-shadow: 0 24px 50px rgba(11, 37, 69, 0.13);
}

.goal-card--large {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.goal-card--spanish {
  grid-column: 3;
  grid-row: 1;
}

.goal-card--science {
  grid-column: 4;
  grid-row: 1 / span 2;
}

.goal-card--english {
  grid-column: 3;
  grid-row: 2;
}

.goal-card--exam {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.goal-card--emotional {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.goal-card__header {
  position: relative;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.goal-card__number {
  color: rgba(11, 37, 69, 0.5);

  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.goal-card__arrow {
  width: 37px;
  height: 37px;

  flex: 0 0 37px;

  display: grid;
  place-items: center;

  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.72);

  border-radius: 50%;

  font-size: 1.05rem;

  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.goal-card__arrow--light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.goal-card:hover .goal-card__arrow {
  color: #ffffff;
  background: var(--home-red);

  transform: rotate(45deg);
}

.goal-card__middle {
  position: relative;
  z-index: 2;

  margin: auto 0 25px;

  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 18px;
}

.goal-card__icon,
.goal-card__science-icon {
  display: grid;
  place-items: center;

  border-radius: 19px;
}

.goal-card__icon {
  width: 70px;
  height: 70px;

  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.65);
}

.goal-card__science-icon {
  width: 72px;
  height: 72px;

  margin: auto 0 22px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.goal-card__icon svg,
.goal-card__science-icon svg {
  width: 40px;
  height: 40px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.goal-card__eyebrow {
  display: block;

  margin-bottom: 5px;

  color: rgba(11, 37, 69, 0.63);

  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.goal-card h3 {
  margin: 0 0 7px;

  color: inherit;

  font-size: 1.25rem;
  line-height: 1.16;
}

.goal-card--large h3,
.goal-card--wide h3 {
  font-size: 1.78rem;
}

.goal-card p {
  margin: 0;

  color: rgba(11, 37, 69, 0.7);

  font-size: 0.75rem;
  line-height: 1.55;
}

.goal-card__footer {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.goal-card__footer > strong {
  flex: 0 0 auto;

  color: var(--home-navy);

  font-size: 0.72rem;
}

.goal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.goal-tags span {
  padding: 6px 9px;

  color: var(--home-navy);
  background: rgba(255, 255, 255, 0.62);

  border: 1px solid rgba(11, 37, 69, 0.08);
  border-radius: 999px;

  font-size: 0.61rem;
  font-weight: 800;
}

.goal-tags--compact {
  position: relative;
  z-index: 2;

  margin-top: auto;
}

.goal-tags--light span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);

  border-color: rgba(255, 255, 255, 0.15);
}

.goal-tags--dark span {
  color: var(--home-navy);
  background: var(--home-yellow);

  border-color: var(--home-yellow);
}

.goal-card--math {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.56),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #ffe47b,
      var(--home-yellow)
    );
}

.goal-card--math,
.goal-card--math h3,
.goal-card--math p,
.goal-card--math .goal-card__eyebrow {
  color: var(--home-navy);
}

.goal-card__math-symbol {
  position: absolute;
  right: -22px;
  bottom: -57px;

  color: rgba(11, 37, 69, 0.08);

  font-size: 14rem;
  font-weight: 950;
  line-height: 1;
}

.goal-card--spanish {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #ffe9eb
    );
}

.goal-card__compact-content {
  position: relative;
  z-index: 2;

  margin-top: auto;
}

.goal-card__letter {
  position: absolute;
  right: -6px;
  bottom: -18px;

  color: rgba(181, 18, 27, 0.1);

  font-size: 6.5rem;
  font-weight: 950;
  letter-spacing: -0.12em;
}

.goal-card--science {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      #18a89b,
      #08746c
    );
}

.goal-card--science .goal-card__number,
.goal-card--science .goal-card__eyebrow,
.goal-card--science p {
  color: rgba(255, 255, 255, 0.78);
}

.goal-card--english {
  background:
    linear-gradient(
      145deg,
      #eaf4ff,
      #d5e8ff
    );
}

.goal-card__speech {
  position: absolute;
  right: 17px;
  bottom: 20px;

  padding: 8px 12px;

  color: #ffffff;
  background: var(--home-blue);

  border-radius: 14px 14px 3px 14px;

  font-size: 0.67rem;
  font-weight: 850;

  transform: rotate(-4deg);
}

.goal-card--exam {
  padding: 27px 29px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    160px;

  align-items: center;
  gap: 20px;

  color: #ffffff;
  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(255, 200, 0, 0.2),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #102f53,
      var(--home-navy-dark)
    );
}

.goal-card--exam .goal-card__eyebrow,
.goal-card--exam p {
  color: rgba(255, 255, 255, 0.73);
}

.goal-card__exam-copy {
  position: relative;
  z-index: 2;
}

.goal-card__exam-side {
  position: relative;
  z-index: 2;

  min-height: 160px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 12px;
}

.goal-card__exam-side > strong {
  color: #ffffff;

  font-size: 0.67rem;
  text-align: center;
}

.goal-card__target {
  position: relative;

  width: 86px;
  height: 86px;
}

.goal-card__target span {
  position: absolute;
  inset: 0;

  border: 2px solid rgba(255, 200, 0, 0.48);
  border-radius: 50%;
}

.goal-card__target span:nth-child(2) {
  inset: 18px;
}

.goal-card__target span:nth-child(3) {
  inset: 36px;

  background: var(--home-yellow);
  border: 0;
}

.goal-card__exam-side .goal-card__arrow {
  position: absolute;
  top: -5px;
  right: -4px;
}

.goal-card--emotional {
  padding: 27px 29px;

  justify-content: center;

  background:
    linear-gradient(
      145deg,
      #fff0f6,
      #f9dce9
    );
}

.goal-card__emotional-copy {
  position: relative;
  z-index: 2;

  max-width: 75%;
}

.goal-card__heart {
  position: absolute;
  right: 40px;
  bottom: 8px;

  color: rgba(181, 18, 27, 0.12);

  font-size: 7.4rem;
  line-height: 1;
}

/* =========================================================
   CURSOS
========================================================= */

.courses-editorial {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(255, 200, 0, 0.12),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #071a32,
      var(--home-navy)
    );
}

.courses-editorial .section-heading h2 {
  color: #ffffff;
}

.courses-editorial .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.courses-editorial__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.18fr)
    minmax(350px, 0.82fr);

  gap: 20px;
}

.course-feature {
  min-height: 590px;

  display: grid;
  grid-template-rows: 0.9fr 1.1fr;

  overflow: hidden;

  color: var(--home-navy);
  background: #ffffff;

  border-radius: 34px 14px 34px 34px;

  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);

  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.course-feature:hover {
  transform:
    translateY(-6px)
    rotate(-0.3deg);

  box-shadow: 0 36px 75px rgba(0, 0, 0, 0.3);
}

.course-feature__visual {
  position: relative;

  min-height: 265px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 72% 20%,
      rgba(255, 255, 255, 0.56),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #ffe47e,
      var(--home-yellow)
    );
}

.course-feature__visual::after {
  content: "";

  position: absolute;
  top: -70px;
  left: -60px;

  width: 230px;
  height: 230px;

  border: 38px solid rgba(11, 37, 69, 0.05);
  border-radius: 50%;
}

.course-feature__symbol {
  position: absolute;
  right: 34px;
  bottom: -28px;

  color: rgba(11, 37, 69, 0.16);

  font-family: Georgia, serif;
  font-size: 13rem;
  font-weight: 900;
  line-height: 1;
}

.course-feature__status {
  position: absolute;
  top: 23px;
  right: 23px;

  padding: 7px 11px;

  color: #ffffff;
  background: var(--home-red);

  border-radius: 999px;

  font-size: 0.65rem;
  font-weight: 850;
}

.course-feature__visual-copy {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 31px;

  max-width: 470px;
}

.course-feature__visual-copy span {
  display: block;

  margin-bottom: 4px;

  color: rgba(11, 37, 69, 0.68);

  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.course-feature__visual-copy strong {
  display: block;

  color: var(--home-navy);

  font-size: 1.65rem;
  line-height: 1.17;
}

.course-feature__content {
  padding: 29px 32px 32px;

  display: flex;
  flex-direction: column;
}

.course-category {
  display: inline-flex;

  margin-bottom: 8px;

  color: var(--home-red);

  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-category--light {
  color: #ffe584;
}

.course-feature h3 {
  margin: 0 0 12px;

  color: var(--home-navy);

  font-size: 1.42rem;
  line-height: 1.2;
}

.course-feature p {
  margin: 0 0 18px;

  color: var(--home-muted);

  font-size: 0.84rem;
  line-height: 1.65;
}

.course-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: 23px;
}

.course-facts span {
  padding: 6px 9px;

  color: #526177;
  background: #f3f6fa;

  border: 1px solid var(--home-border);
  border-radius: 999px;

  font-size: 0.65rem;
  font-weight: 800;
}

.course-feature__actions {
  margin-top: auto;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.course-side-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.course-compact {
  position: relative;

  min-height: 285px;

  padding: 29px;

  overflow: hidden;

  border-radius: 14px 32px 32px 32px;

  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.course-compact:hover {
  transform:
    translateY(-5px)
    rotate(0.4deg);
}

.course-compact--language {
  color: var(--home-navy);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(181, 18, 27, 0.1),
      transparent 40%
    ),
    linear-gradient(
      145deg,
      #ffffff,
      #ffecee
    );

  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.17);
}

.course-compact--exam {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 95% 20%,
      rgba(255, 200, 0, 0.2),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #173f6b,
      #0a2443
    );

  border: 1px solid rgba(255, 255, 255, 0.11);

  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.course-compact__number {
  position: absolute;
  top: 19px;
  right: 23px;

  color: rgba(11, 37, 69, 0.15);

  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.course-compact--exam .course-compact__number {
  color: rgba(255, 255, 255, 0.1);
}

.course-compact__content {
  position: relative;
  z-index: 2;

  height: 100%;

  display: flex;
  flex-direction: column;
}

.course-compact h3 {
  max-width: 390px;

  margin: 0 0 10px;

  color: inherit;

  font-size: 1.25rem;
  line-height: 1.2;
}

.course-compact p {
  max-width: 410px;

  margin: 0 0 20px;

  color: rgba(11, 37, 69, 0.68);

  font-size: 0.77rem;
  line-height: 1.58;
}

.course-compact--exam p {
  color: rgba(255, 255, 255, 0.7);
}

.course-compact__footer {
  margin-top: auto;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.course-compact__footer a {
  color: inherit;

  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
}

.course-compact__footer a:hover {
  text-decoration: underline;
}

.course-compact__footer span {
  color: rgba(181, 18, 27, 0.14);

  font-size: 4.3rem;
  font-weight: 950;
  line-height: 0.75;
}

.course-compact--exam .course-compact__footer span {
  color: var(--home-yellow);
}

/* =========================================================
   PROCESO
========================================================= */

.process-route {
  background: #ffffff;
}

.process-route__canvas {
  position: relative;

  min-height: 560px;

  margin-top: 55px;
}

.process-route__line {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  overflow: visible;
}

.process-route__line path {
  fill: none;
  stroke: rgba(11, 37, 69, 0.12);
  stroke-width: 3;
  stroke-dasharray: 10 12;
  stroke-linecap: round;
}

.process-node {
  position: absolute;
  z-index: 2;

  width: 235px;
  min-height: 175px;

  padding: 21px;

  background: #ffffff;

  border: 1px solid var(--home-border);
  border-radius: 20px;

  box-shadow: 0 17px 38px rgba(11, 37, 69, 0.1);

  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.process-node:hover {
  transform:
    translateY(-6px)
    rotate(-1deg);

  box-shadow: 0 26px 50px rgba(11, 37, 69, 0.14);
}

.process-node::before {
  content: "";

  position: absolute;
  top: -7px;
  left: 30px;

  width: 14px;
  height: 14px;

  background: var(--home-yellow);

  border: 3px solid #ffffff;
  border-radius: 50%;

  box-shadow: 0 0 0 1px rgba(11, 37, 69, 0.08);
}

.process-node__number {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--home-red);

  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-node h3 {
  margin: 0 0 8px;

  color: var(--home-navy);

  font-size: 0.98rem;
}

.process-node p {
  margin: 0;

  color: var(--home-muted);

  font-size: 0.73rem;
  line-height: 1.55;
}

.process-node--one {
  top: 34px;
  left: 2%;
}

.process-node--two {
  top: 139px;
  left: 31%;
}

.process-node--three {
  top: 44px;
  right: 7%;
}

.process-node--four {
  right: 25%;
  bottom: 20px;
}

.process-route__cta {
  position: absolute;
  z-index: 3;
  left: 4%;
  bottom: 12px;

  width: 270px;
  min-height: 135px;

  padding: 23px;

  display: flex;
  flex-direction: column;

  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 200, 0, 0.27),
      transparent 39%
    ),
    var(--home-red);

  border-radius: 23px 23px 7px 23px;

  box-shadow: 0 20px 44px rgba(181, 18, 27, 0.24);

  text-decoration: none;

  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.process-route__cta:hover {
  transform:
    translateY(-6px)
    rotate(1deg);

  box-shadow: 0 28px 55px rgba(181, 18, 27, 0.3);
}

.process-route__cta span {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.72);

  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-route__cta strong {
  max-width: 190px;

  color: #ffffff;

  font-size: 1.12rem;
}

.process-route__cta i {
  position: absolute;
  right: 20px;
  bottom: 18px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  color: var(--home-navy);
  background: var(--home-yellow);

  border-radius: 50%;

  font-size: 1.2rem;
  font-style: normal;
}

/* =========================================================
   IMPACTO
========================================================= */

.impact-section {
  overflow: hidden;

  color: #ffffff;
  background:
    radial-gradient(
      circle at 12% 90%,
      rgba(255, 200, 0, 0.1),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #06172c,
      var(--home-navy)
    );
}

.impact-section__circle {
  position: absolute;
  top: -210px;
  right: -160px;

  width: 520px;
  height: 520px;

  border: 80px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}

.impact-layout {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(280px, 0.8fr)
    minmax(0, 1.2fr);

  align-items: center;
  gap: 65px;
}

.impact-intro h2 {
  margin: 10px 0 16px;

  color: #ffffff;

  font-size: clamp(2.2rem, 4.6vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.impact-intro > p {
  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 0.94rem;
  line-height: 1.75;
}

.impact-intro__actions {
  margin-top: 26px;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
}

.impact-about-link {
  color: rgba(255, 255, 255, 0.78);

  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.impact-about-link:hover {
  color: var(--home-yellow);
}

.impact-mosaic {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  grid-auto-rows: 200px;
  gap: 15px;
}

.impact-card {
  position: relative;

  padding: 24px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 21px;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  transition:
    transform 200ms ease,
    background-color 200ms ease;
}

.impact-card:hover {
  background: rgba(255, 255, 255, 0.12);

  transform:
    translateY(-5px)
    rotate(-0.5deg);
}

.impact-card--primary {
  grid-row: span 2;

  color: var(--home-navy);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.32),
      transparent 33%
    ),
    var(--home-yellow);
}

.impact-card--primary::after {
  content: "GRUPO";

  position: absolute;
  top: 25px;
  right: -20px;

  color: rgba(11, 37, 69, 0.07);

  font-size: 4.4rem;
  font-weight: 950;

  transform: rotate(90deg);
}

.impact-card strong {
  position: relative;
  z-index: 2;

  display: block;

  margin-bottom: 8px;

  color: #ffffff;

  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1;
}

.impact-card > span {
  position: relative;
  z-index: 2;

  color: rgba(255, 255, 255, 0.7);

  font-size: 0.73rem;
  line-height: 1.5;
}

.impact-card--primary strong,
.impact-card--primary > span {
  color: var(--home-navy);
}

.impact-card--online {
  background: rgba(36, 99, 167, 0.27);
}

.impact-card--years {
  background: rgba(181, 18, 27, 0.25);
}

.impact-card--levels {
  background: rgba(37, 168, 102, 0.2);
}

/* =========================================================
   CARRUSEL DE OPINIONES
========================================================= */

.testimonials-section {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 200, 0, 0.08),
      transparent 26%
    ),
    #f4f7fb;
}

.testimonial-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  margin-bottom: 47px;
}

.testimonial-trust-seal {
  flex: 0 0 auto;

  width: 205px;
  min-height: 96px;

  padding: 17px 21px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  color: var(--home-navy);
  background: #fff8d9;

  border: 1px solid rgba(255, 200, 0, 0.32);
  border-radius: 50% 18px 50% 18px;

  transform: rotate(2deg);
}

.testimonial-trust-seal > span {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  display: grid;
  place-items: center;

  color: var(--home-navy);
  background: var(--home-yellow);

  border-radius: 50%;

  font-size: 1.08rem;
}

.testimonial-trust-seal strong,
.testimonial-trust-seal small {
  display: block;
}

.testimonial-trust-seal strong {
  color: var(--home-navy);
  font-size: 0.83rem;
}

.testimonial-trust-seal small {
  margin-top: 3px;

  color: #6c7787;
  font-size: 0.62rem;
}

.testimonial-carousel {
  position: relative;

  padding-inline: 56px;
}

.testimonial-viewport {
  width: 100%;
  overflow: hidden;
}

.testimonial-track {
  --testimonial-gap: 20px;

  display: flex;
  gap: var(--testimonial-gap);

  transition:
    transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1);

  will-change: transform;
}

.testimonial-slide {
  position: relative;

  min-width:
    calc(
      (
        100%
        - (var(--testimonial-gap) * 2)
      )
      / 3
    );

  min-height: 390px;

  padding: 29px;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(11, 37, 69, 0.1);
  border-radius: 22px;

  box-shadow: 0 15px 38px rgba(11, 37, 69, 0.07);

  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.testimonial-slide:hover {
  border-color: rgba(255, 200, 0, 0.7);

  transform: translateY(-5px);

  box-shadow: 0 24px 50px rgba(11, 37, 69, 0.12);
}

.testimonial-slide__top {
  position: relative;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  margin-bottom: 22px;
}

.testimonial-stars {
  color: #ef9e00;

  font-size: 0.79rem;
  letter-spacing: 0.09em;
}

.testimonial-service {
  max-width: 150px;

  padding: 6px 9px;

  color: #647287;
  background: #f4f6f9;

  border: 1px solid rgba(11, 37, 69, 0.08);
  border-radius: 999px;

  font-size: 0.59rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.testimonial-quote-icon {
  position: absolute;
  top: 47px;
  left: 25px;

  color: var(--home-blue);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1;

  opacity: 0.15;

  pointer-events: none;
}

.testimonial-slide blockquote {
  position: relative;
  z-index: 2;

  margin: 26px 0 26px;
  padding-left: 45px;

  color: #303c4f;

  font-size: 0.98rem;
  font-style: normal;
  font-weight: 550;
  line-height: 1.72;
}

.testimonial-divider {
  width: 100%;
  height: 1px;

  margin-top: auto;
  margin-bottom: 22px;

  background:
    linear-gradient(
      90deg,
      rgba(11, 37, 69, 0.12),
      rgba(11, 37, 69, 0.03)
    );
}

.testimonial-slide footer {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-slide footer strong {
  color: #145188;

  font-size: 0.83rem;
}

.testimonial-slide footer span {
  color: #8792a2;

  font-size: 0.7rem;
}

.testimonial-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;

  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  color: var(--home-navy);
  background: #ffffff;

  border: 1px solid rgba(11, 37, 69, 0.13);
  border-radius: 50%;

  box-shadow: 0 10px 25px rgba(11, 37, 69, 0.12);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.testimonial-arrow svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-arrow:hover {
  color: #ffffff;
  background: var(--home-navy);

  border-color: var(--home-navy);
}

.testimonial-arrow--prev {
  left: 0;
}

.testimonial-arrow--next {
  right: 0;
}

.testimonial-dots {
  min-height: 16px;

  margin-top: 25px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.testimonial-dots button {
  width: 8px;
  height: 8px;

  padding: 0;

  background: rgba(11, 37, 69, 0.18);

  border: 0;
  border-radius: 999px;

  cursor: pointer;

  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.testimonial-dots button.is-active {
  width: 30px;

  background: var(--home-yellow);
}

.testimonial-dots button[hidden] {
  display: none;
}

.testimonial-cta {
  margin-top: 31px;
  padding: 25px 28px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  background: #ffffff;

  border: 1px solid var(--home-border);
  border-radius: 20px;

  box-shadow: 0 13px 30px rgba(11, 37, 69, 0.05);
}

.testimonial-cta > div:first-child span,
.testimonial-cta > div:first-child strong {
  display: block;
}

.testimonial-cta > div:first-child span {
  margin-bottom: 4px;

  color: var(--home-red);

  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-cta > div:first-child strong {
  color: var(--home-navy);

  font-size: 1rem;
}

.testimonial-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* =========================================================
   RECURSOS
========================================================= */

.resources-strip {
  padding: 72px 0;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f3f6fa
    );
}

.resources-strip__layout {
  padding: 38px;

  display: grid;
  grid-template-columns:
    minmax(260px, 0.75fr)
    minmax(0, 1.25fr);

  align-items: center;
  gap: 40px;

  background: #ffffff;

  border: 1px solid var(--home-border);
  border-radius: 34px 13px 34px 34px;

  box-shadow: 0 21px 48px rgba(11, 37, 69, 0.08);
}

.resources-strip__intro h2 {
  margin: 9px 0 12px;

  color: var(--home-navy);

  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.resources-strip__intro p {
  margin: 0;

  color: var(--home-muted);

  font-size: 0.84rem;
  line-height: 1.67;
}

.resources-strip__links {
  display: grid;
  gap: 11px;
}

.resource-ticket {
  min-height: 88px;

  display: flex;
  align-items: center;
  gap: 14px;

  padding: 14px 17px;

  color: var(--home-navy);
  background: #f7f9fc;

  border: 1px solid var(--home-border);
  border-radius: 17px;

  text-decoration: none;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.resource-ticket:hover {
  background: #ffffff;

  transform:
    translateX(5px)
    rotate(-0.2deg);

  box-shadow: 0 15px 32px rgba(11, 37, 69, 0.09);
}

.resource-ticket__icon {
  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  display: grid;
  place-items: center;

  color: var(--home-navy);
  background: rgba(255, 200, 0, 0.17);

  border-radius: 14px;
}

.resource-ticket--videos .resource-ticket__icon {
  color: var(--home-red);
  background: rgba(181, 18, 27, 0.09);
}

.resource-ticket--guides .resource-ticket__icon {
  color: var(--home-blue);
  background: rgba(36, 99, 167, 0.1);
}

.resource-ticket__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resource-ticket > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
}

.resource-ticket strong,
.resource-ticket small {
  display: block;
}

.resource-ticket strong {
  color: var(--home-navy);
  font-size: 0.78rem;
}

.resource-ticket small {
  margin-top: 2px;

  color: #7a8697;
  font-size: 0.63rem;
}

.resource-ticket i {
  color: #9aa4b1;

  font-size: 1rem;
  font-style: normal;

  transition: transform 180ms ease;
}

.resource-ticket:hover i {
  transform: rotate(45deg);
}

/* =========================================================
   CTA FINAL
========================================================= */

.home-final {
  padding: 35px 0 92px;

  background: #f3f6fa;
}

.home-final__panel {
  position: relative;

  padding: 48px;

  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(260px, 0.75fr);

  align-items: center;
  gap: 42px;

  overflow: hidden;

  color: #ffffff;
  background:
    radial-gradient(
      circle at 95% 10%,
      rgba(255, 200, 0, 0.23),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #061a32,
      var(--home-navy)
    );

  border-radius: 38px 15px 38px 38px;

  box-shadow: 0 30px 65px rgba(11, 37, 69, 0.22);
}

.home-final__shape {
  position: absolute;
  right: -105px;
  bottom: -180px;

  width: 370px;
  height: 370px;

  border: 57px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}

.home-final__content {
  position: relative;
  z-index: 2;
}

.home-final__content > span {
  display: block;

  margin-bottom: 8px;

  color: #ffe479;

  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-final h2 {
  max-width: 720px;

  margin: 0 0 12px;

  color: #ffffff;

  font-size: clamp(2.1rem, 4.6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.home-final p {
  max-width: 700px;

  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 0.9rem;
  line-height: 1.7;
}

.home-final__actions {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}

.home-final__whatsapp {
  padding: 8px;

  color: rgba(255, 255, 255, 0.77);

  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.home-final__whatsapp:hover {
  color: var(--home-yellow);
  text-decoration: underline;
}

/* =========================================================
   ANIMACIONES
========================================================= */

.home-js [data-reveal] {
  opacity: 0;

  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.65, 0.25, 1);

  transition-delay: var(--reveal-delay, 0ms);
}

.home-js [data-reveal="up"] {
  transform: translateY(34px);
}

.home-js [data-reveal="left"] {
  transform: translateX(-38px);
}

.home-js [data-reveal="right"] {
  transform: translateX(38px);
}

.home-js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .hero-v3__layout {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(380px, 0.87fr);

    gap: 45px;
  }

  .hero-scene__image,
  .hero-scene__image img {
    min-height: 470px;
    height: 470px;
  }

  .hero-note--top {
    left: -15px;
  }

  .hero-note--middle {
    right: -10px;
  }

  .goals-bento {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));

    grid-template-rows: auto;
  }

  .goal-card--large {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;

    min-height: 450px;
  }

  .goal-card--spanish {
    grid-column: 3;
    grid-row: 1;

    min-height: 216px;
  }

  .goal-card--english {
    grid-column: 3;
    grid-row: 2;

    min-height: 216px;
  }

  .goal-card--science {
    grid-column: 1;
    grid-row: 3;

    min-height: 310px;
  }

  .goal-card--exam {
    grid-column: 2 / span 2;
    grid-row: 3;

    min-height: 310px;
  }

  .goal-card--emotional {
    grid-column: 1 / span 3;
    grid-row: 4;

    min-height: 230px;
  }

  .courses-editorial__grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(310px, 0.72fr);
  }

  .testimonial-slide {
    min-width:
      calc(
        (
          100%
          - var(--testimonial-gap)
        )
        / 2
      );
  }
}

@media (max-width: 920px) {
  .home-section {
    padding: 78px 0;
  }

  .hero-v3 {
    min-height: auto;
    padding-top: 65px;
  }

  .hero-v3__layout {
    grid-template-columns: 1fr;
  }

  .hero-v3__content {
    max-width: 760px;
  }

  .hero-scene {
    max-width: 650px;
    width: 100%;

    margin-inline: auto;
  }

  .hero-scene__orbit {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-proof {
    margin-top: 45px;
  }

  .service-stage {
    grid-template-columns: 1fr;
  }

  .service-side {
    min-height: 510px;
    transform: none;
  }

  .service-side:hover {
    transform: translateY(-5px);
  }

  .service-ribbon {
    margin-inline: 0;
  }

  .courses-editorial__grid {
    grid-template-columns: 1fr;
  }

  .course-side-list {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    grid-template-rows: auto;
  }

  .process-route__canvas {
    min-height: auto;

    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 17px;
  }

  .process-route__line {
    display: none;
  }

  .process-node,
  .process-route__cta {
    position: relative;
    inset: auto;

    width: auto;
    min-height: 175px;
  }

  .process-route__cta {
    min-height: 175px;
  }

  .impact-layout {
    grid-template-columns: 1fr;
  }

  .impact-intro {
    max-width: 730px;
  }

  .testimonial-heading-row {
    align-items: flex-start;
  }

  .resources-strip__layout {
    grid-template-columns: 1fr;
  }

  .home-final__panel {
    grid-template-columns: 1fr;
  }

  .home-final__actions {
    max-width: 370px;
  }
}

@media (max-width: 720px) {
  .home-container {
    width: calc(100% - 30px);
  }

  .home-section {
    padding: 65px 0;
  }

  .section-heading-row,
  .testimonial-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-v3 h1 {
    font-size: clamp(2.7rem, 12vw, 3.8rem);
  }

  .hero-v3__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-v3__actions .home-action {
    width: 100%;
  }

  .hero-v3__trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-note {
    display: none;
  }

  .hero-scene {
    min-height: 480px;
  }

  .hero-scene__image,
  .hero-scene__image img {
    min-height: 430px;
    height: 430px;
  }

  .hero-proof {
    grid-template-columns: 1fr;

    border-radius: 22px 22px 0 0;
  }

  .hero-proof__item {
    padding: 13px 5px;
  }

  .hero-proof__item + .hero-proof__item {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .service-main,
  .service-side {
    padding: 27px;
    border-radius: 25px;
  }

  .service-main__heading {
    align-items: flex-start;
    flex-direction: column;

    margin-bottom: 35px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-main__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-main__actions .home-action {
    width: 100%;
  }

  .service-ribbon {
    justify-content: flex-start;

    overflow-x: auto;
    flex-wrap: nowrap;

    border-radius: 16px;

    scrollbar-width: none;
  }

  .service-ribbon::-webkit-scrollbar {
    display: none;
  }

  .service-ribbon span {
    flex: 0 0 auto;
  }

  .goals-bento {
    display: grid;
    grid-template-columns: 1fr;
  }

  .goal-card,
  .goal-card--large,
  .goal-card--spanish,
  .goal-card--science,
  .goal-card--english,
  .goal-card--exam,
  .goal-card--emotional {
    grid-column: auto;
    grid-row: auto;

    min-height: 245px;
  }

  .goal-card--large {
    min-height: 390px;
  }

  .goal-card--science {
    min-height: 330px;
  }

  .goal-card--exam {
    min-height: 350px;

    grid-template-columns: 1fr;
  }

  .goal-card__exam-side {
    min-height: 100px;

    align-items: flex-start;
    justify-content: flex-end;
  }

  .goal-card__target {
    position: absolute;
    right: 25px;
    bottom: 6px;
  }

  .goal-card__exam-side .goal-card__arrow {
    top: auto;
    right: 0;
    bottom: 0;
  }

  .goal-card--emotional {
    min-height: 290px;
  }

  .goal-card__emotional-copy {
    max-width: 100%;
  }

  .course-side-list {
    grid-template-columns: 1fr;
  }

  .course-feature {
    min-height: auto;
  }

  .course-feature__visual {
    min-height: 250px;
  }

  .course-feature__content {
    padding: 26px;
  }

  .course-feature__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .course-feature__actions .home-action {
    width: 100%;
  }

  .process-route__canvas {
    grid-template-columns: 1fr;
  }

  .process-node,
  .process-route__cta {
    min-height: 160px;
  }

  .impact-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .impact-card--primary {
    grid-row: auto;
  }

  .testimonial-trust-seal {
    width: 100%;
    max-width: 280px;
  }

  .testimonial-carousel {
    padding-inline: 48px;
  }

  .testimonial-slide {
    min-width: 100%;
    min-height: 390px;
  }

  .testimonial-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-cta__actions {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr;
  }

  .testimonial-cta__actions .home-action {
    width: 100%;
  }

  .resources-strip__layout {
    padding: 27px;
    border-radius: 25px;
  }

  .home-final__panel {
    padding: 34px 27px;
    border-radius: 28px;
  }
}

@media (max-width: 480px) {
  .home-container {
    width: calc(100% - 24px);
  }

  .hero-v3 {
    padding-top: 48px;
  }

  .hero-pill {
    font-size: 0.69rem;
  }

  .hero-v3 h1 {
    font-size: 2.75rem;
  }

  .hero-v3__description {
    font-size: 0.95rem;
  }

  .hero-scene {
    min-height: 420px;
  }

  .hero-scene__image,
  .hero-scene__image img {
    min-height: 390px;
    height: 390px;
  }

  .hero-scene__caption {
    left: 25px;
    right: 25px;
    bottom: 26px;
  }

  .section-heading h2 {
    font-size: 2.1rem;
  }

  .service-main,
  .service-side {
    padding: 23px;
  }

  .service-main h3,
  .service-side h3 {
    font-size: 2.15rem;
  }

  .goal-card__middle {
    grid-template-columns: 1fr;
  }

  .goal-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .goal-card__heart {
    right: 18px;
    font-size: 5.8rem;
  }

  .course-feature__visual-copy {
    left: 24px;
    right: 24px;
  }

  .course-feature__visual-copy strong {
    font-size: 1.35rem;
  }

  .course-compact {
    padding: 24px;
  }

  .testimonial-carousel {
    padding-inline: 0;
  }

  .testimonial-arrow {
    top: auto;
    bottom: -65px;

    transform: none;
  }

  .testimonial-arrow--prev {
    left: calc(50% - 53px);
  }

  .testimonial-arrow--next {
    right: calc(50% - 53px);
  }

  .testimonial-dots {
    margin-top: 75px;
  }

  .testimonial-slide {
    min-height: 410px;
    padding: 25px;
  }

  .testimonial-slide blockquote {
    padding-left: 34px;

    font-size: 0.92rem;
  }

  .testimonial-quote-icon {
    left: 20px;
  }

  .resources-strip__layout {
    padding: 22px;
  }

  .resource-ticket {
    padding: 13px;
  }

  .home-final__panel {
    padding: 30px 22px;
  }
}

/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .hero-shape,
  .hero-pill__signal,
  .hero-scene__orbit,
  .hero-note {
    animation: none !important;
  }

  .home-js [data-reveal] {
    opacity: 1 !important;
    transform: none !important;

    transition: none !important;
  }

  .testimonial-track {
    transition: none !important;
  }

  .hero-scene,
  .hero-scene__image,
  .home-action,
  .service-main,
  .service-side,
  .goal-card,
  .course-feature,
  .course-compact,
  .process-node,
  .process-route__cta,
  .impact-card,
  .testimonial-slide,
  .resource-ticket {
    transition: none !important;
  }
}