.latam-autores {
  padding: 4.5rem 0;
  background: #fff;
}

.latam-autores--muted {
  background: #f8fcff;
}

.latam-autores-hero {
  padding-top: 7rem;
  background: linear-gradient(140deg, #ffffff 0%, #edf8fe 60%, #dff3fd 100%);
}

.latam-autores-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.latam-autores-hero__content h1,
.latam-autores__heading h2 {
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  line-height: 1.2;
  color: #1d2733;
  margin: 0 0 1rem;
}

.latam-autores-hero__headline-gradient {
  background: linear-gradient(90deg, #42b8ee, #fbc862, #42b8ee);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: latamAutoresGradientShift 3s ease infinite;
}

.latam-autores-hero__content p,
.latam-autores__heading p {
  color: #566476;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.latam-autores__badge {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.9rem;
  color: #169ad6;
  background: rgba(67, 190, 239, 0.12);
  border: 1px solid rgba(67, 190, 239, 0.35);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  margin-bottom: 1rem;
}

.latam-autores-hero .latam-autores__badge {
  animation: latamAutoresFloat 3.6s ease-in-out infinite;
}

.latam-autores__badge img,
.latam-autores-card img,
.latam-autores__lead-icon,
.btn img {
  width: 1.15rem;
  height: 1.15rem;
}

.latam-autores-hero__actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  font-weight: 700;
}

.btn-primary {
  color: #05202d;
  background: #43beef;
}

.btn-outline {
  color: #2b3a4a;
  border: 1px solid #c9d7e5;
}

.latam-autores-hero__media img {
  width: 86%;
  margin: 0 auto;
  display: block;
  border-radius: 1.2rem;
  border: 1px solid #d6e7f2;
}
.latam-autores-hero__media { position: relative; }

.latam-autores-hero__floating {
  position: absolute;
  display: none;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d8e9f6;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #385169;
  padding: 0.4rem 0.75rem;
  box-shadow: 0 12px 24px rgba(29, 39, 51, 0.08);
  white-space: nowrap;
  animation: latamAutoresFloat 3.9s ease-in-out infinite;
}

.latam-autores-hero__floating img {
  width: 0.78rem;
  height: 0.78rem;
  color: #43beef;
  background: rgba(67, 190, 239, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(67, 190, 239, 0.55);
}

.latam-autores-hero__floating--one { top: 24%; right: -8%; }
.latam-autores-hero__floating--two { bottom: 36%; left: -12%; animation-delay: 0.5s; }
.latam-autores-hero__floating--three { bottom: 18%; right: 2%; animation-delay: 1s; }
.latam-autores-hero__floating--one { animation-delay: 0.15s; }

.latam-autores-hero__actions .btn-primary {
  background: rgb(251, 201, 101);
  border-radius: 10px;
}

.latam-autores-hero__media p {
  text-align: center;
  margin: 0.7rem 0 0;
  color: #617387;
}

.latam-autores__heading {
  max-width: 860px;
  text-align: center;
  margin: 0 auto 2rem;
}

.latam-autores__cards {
  display: grid;
  gap: 1rem;
}

.latam-autores__cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.latam-autores__cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.latam-autores-card {
  background: #fff;
  border: 1px solid #d9e8f2;
  border-radius: 1rem;
  padding: 1.1rem;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.latam-autores-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 190, 239, 0.35);
  box-shadow: 0 20px 40px -15px rgba(66, 184, 238, 0.16);
}

.latam-autores-card--muted {
  background: #f4f8fb;
}

.latam-autores-card p {
  margin: 0.7rem 0 0;
  line-height: 1.55;
  color: #34475b;
}

.latam-autores-problema__pretitle {
  font-size: 1.1rem !important;
  font-weight: 500;
  margin-bottom: 0.45rem !important;
}

.latam-autores-problema__card {
  position: relative;
  overflow: hidden;
}

.latam-autores-problema__cards {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-problema__icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-problema__icon-wrap img {
  width: 1.2rem;
  height: 1.2rem;
}

.latam-autores-problema__card:hover .latam-autores-problema__icon-wrap {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-problema__num {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(67, 190, 239, 0.08);
  pointer-events: none;
}

.latam-autores-problema__quote {
  max-width: 760px;
}

.latam-autores-problema__marker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.latam-autores-problema__marker span:first-child,
.latam-autores-problema__marker span:last-child {
  width: 3rem;
  height: 1px;
  background: rgba(67, 190, 239, 0.35);
}

.latam-autores-problema__marker span:nth-child(2) {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(67, 190, 239, 0.5);
}

.latam-autores__closing,
.latam-autores__quote,
.latam-autores__cta {
  max-width: 900px;
  text-align: center;
  margin: 2rem auto 0;
}

.latam-autores__list3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores__list3 p {
  border-left: 2px solid rgba(67, 190, 239, 0.45);
  padding-left: 0.8rem;
  margin: 0;
  color: #34475b;
}

.latam-autores__intro {
  text-align: center;
  margin: 0 0 1rem;
  color: #2f4255;
  font-weight: 600;
}

.latam-autores-ecosistema__cards {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-ecosistema__icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-ecosistema__icon-wrap img {
  width: 1.2rem;
  height: 1.2rem;
}

.latam-autores-ecosistema__cards .latam-autores-card:hover .latam-autores-ecosistema__icon-wrap {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-estructurar__cards {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-estructurar__icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-estructurar__icon-wrap img {
  width: 1.2rem;
  height: 1.2rem;
}

.latam-autores-estructurar__cards .latam-autores-card:hover .latam-autores-estructurar__icon-wrap {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-quote--surface {
  border-radius: 1rem;
  border: 1px solid rgba(67, 190, 239, 0.25);
  background: rgba(67, 190, 239, 0.09);
  padding: 1.5rem 1.2rem;
}

.latam-autores-diferencial__open {
  background: #f4f8fb;
}

.latam-autores-diferencial__cards {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-diferencial__icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-diferencial__icon-wrap img {
  width: 1.2rem;
  height: 1.2rem;
}

.latam-autores-diferencial__open .latam-autores-diferencial__icon-wrap {
  background: rgba(132, 149, 167, 0.2);
}

.latam-autores-diferencial__specialized {
  border-color: rgba(67, 190, 239, 0.25);
}

.latam-autores-diferencial__cards .latam-autores-card:hover .latam-autores-diferencial__icon-wrap {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-paraquien__cards {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-paraquien__icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-paraquien__icon-wrap img {
  width: 1.2rem;
  height: 1.2rem;
}

.latam-autores-paraquien__cards .latam-autores-card:hover .latam-autores-paraquien__icon-wrap {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-cta__cards {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-cta__card {
  max-width: 19rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores__cta .btn-primary {
  background: rgb(251, 201, 101);
  border-radius: 10px;
}

.latam-autores-expansion__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-weight: 500;
}

.latam-autores-expansion__subtitle-line {
  width: 2rem;
  height: 1px;
  background: rgba(67, 190, 239, 0.45);
  display: inline-block;
}

.latam-autores-expansion__separator {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 auto 1.4rem;
}

.latam-autores-expansion__separator-line {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: rgba(92, 111, 130, 0.25);
}

.latam-autores-expansion__separator-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.75rem;
  background: rgba(67, 190, 239, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.latam-autores-expansion__separator-icon img {
  width: 1.05rem;
  height: 1.05rem;
  color: rgb(67, 190, 239);
  display: block;
  margin: 0 auto;
}

.latam-autores-expansion__separator-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  color: rgb(67, 190, 239);
}

.latam-autores-expansion__card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(67, 190, 239, 0.1);
}

.latam-autores-expansion__card-icon img {
  width: 1.2rem;
  height: 1.2rem;
  color: rgb(67, 190, 239);
}

.latam-autores-expansion__card-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  color: rgb(67, 190, 239);
}

.latam-autores-expansion__cards {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.latam-autores-expansion__card:hover .latam-autores-expansion__card-icon,
.latam-autores-expansion__closing:hover .latam-autores-expansion__separator-icon {
  background: rgba(67, 190, 239, 0.2);
}

.latam-autores-expansion__divider {
  width: 12rem;
  max-width: 100%;
  margin: 1.2rem auto;
  border-top: 1px solid rgba(92, 111, 130, 0.25);
}

.latam-autores-expansion__highlight {
  font-size: clamp(1.25rem, 2.1vw, 2rem);
  line-height: 1.35;
  color: #1f3043;
}

@media (max-width: 980px) {
  .latam-autores-hero__grid,
  .latam-autores__cards--2,
  .latam-autores__cards--3,
  .latam-autores__list3 {
    grid-template-columns: 1fr;
  }

  .latam-autores-expansion__subtitle-line {
    display: none;
  }
}

@media (min-width: 981px) {
  .latam-autores-hero__floating { display: inline-flex; }
}

@keyframes latamAutoresFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes latamAutoresGradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
