/* ============================================================
   4. HEADER GLOBAL
   Figma: node-id 1675:3310 | vmmMKom522FcEpnhDknMW2
   — Top bar: 30px, #939aa2 reposo → gradiente al abrir dropdown
   — Nav bar: 100px, blanco, sombra 0 4px 4px rgba(0,0,0,0.25)
   — Logo: 154×66px en contenedor de 50px padding-left
   ============================================================ */

.andes-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: var(--z-header);
  box-shadow: var(--sombra-header);
}

/* ── Barra top 30px ─────────────────────────────────────────── */
/* Figma: Poppins Bold 12px blanco, alineado derecha desde 880px */
.andes-header__barra-top {
  background: var(--color-gris-top);
  height: var(--barra-top-height);
  width: 100%;
  overflow: hidden;
  transition: background 0.35s ease, height 0.25s ease;
}

/* Cuando algún dropdown está abierto */
.andes-header--dropdown-abierto .andes-header__barra-top {
  background: var(--gradiente-top-bar);
}

.andes-header__barra-top-inner {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.andes-header__barra-top-texto {
  font-family: var(--fuente-principal);
  font-size: 0.75rem;        /* 12px Figma */
  font-weight: 700;          /* Bold Figma */
  color: #ffffff;
  white-space: nowrap;
  line-height: 1;
}

.andes-header__barra-top-texto a {
  color: #ffffff;
  font-weight: 700;
}
.andes-header__barra-top-texto a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Barra nav 100px ────────────────────────────────────────── */
.andes-header__nav-bar {
  background: #ffffff;
  height: var(--header-height);
  width: 100%;
  display: flex;
  align-items: center;
}

.andes-header__nav-inner {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 50px;   /* Figma: logo a 50px del borde */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* ── Logo ───────────────────────────────────────────────────── */
/* Figma: 154×66px, contenido visible ~154×66px */
.andes-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.andes-header__logo img {
  height: 66px;
  width: auto;
  max-width: 154px;
  object-fit: contain;
}

/* Fallback texto cuando no hay imagen */
.andes-header__logo-texto {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.andes-header__logo-andes {
  font-family: var(--fuente-nav);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-azul-nav);
  letter-spacing: -0.02em;
}

.andes-header__logo-scd {
  font-family: var(--fuente-nav);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-lima);
  letter-spacing: 0.1em;
}

.andes-header__logo-sub {
  font-family: var(--fuente-principal);
  font-size: 0.5rem;
  color: var(--color-gris-top);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 2px;
}

/* ── Sticky (oculta top bar al bajar) ──────────────────────── */
.andes-header--sticky {
  box-shadow: var(--sombra-header);
}

.andes-header--sticky .andes-header__barra-top {
  height: 0;
  overflow: hidden;
}

/* ── Hamburger mobile ───────────────────────────────────────── */
.andes-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  flex-shrink: 0;
}

.andes-header__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--color-azul-nav);
  border-radius: 2px;
  transition: all var(--transicion);
}

.andes-header__hamburger.activo span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.andes-header__hamburger.activo span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.andes-header__hamburger.activo span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Suprimir header nativo de Astra ────────────────────────── */
/* NOTA: .ast-header-break-point NO va aquí — Astra lo aplica al body en tablet/mobile */
#masthead,
.ast-above-header-bar,
.main-header-bar,
.main-header-bar-wrap,
.site-header,
.ast-primary-header-bar,
.ast-below-header-bar,
.ast-above-header-wrap,
.ast-below-header-wrap,
.ast-mobile-header-wrap,
.astra-header-break-point,
.astra-logo-title-wrap,
.header-main-layout-1 .site-branding {
  display: none !important;
}

#andes-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body,
body.ast-header-break-point-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Empuje del contenido bajo el header fijo */
.andes-main-wrap {
  padding-top: var(--header-total);
}


/* ============================================================
   5. MEGA MENÚ
   Figma: node-id 1675:3310 | vmmMKom522FcEpnhDknMW2
   — Nav items: Montserrat SemiBold 600, 13px, #0d2666, gap 32px
   — Dropdowns: full-width, bottom-radius 50px, sombra igual al header
   — Títulos columna: Poppins SemiBold 15px
   — Links columna:  Poppins Regular 12px, negro, subrayado
   ============================================================ */

/* ── Nav container ──────────────────────────────────────────── */
.andes-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.andes-nav__lista {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;     /* Figma: gap entre ítems de nav */
  height: 100%;
}

.andes-nav__item {
  position: static;  /* necesario para que el dropdown sea full-width */
  display: flex;
  align-items: center;
  height: 100%;
}

/* ── Primer nivel ───────────────────────────────────────────── */
/* Figma: Montserrat SemiBold 600, 13px, #0d2666 */
.andes-nav__enlace {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  font-family: var(--fuente-nav);
  font-size: 0.8125rem;   /* 13px */
  font-weight: 600;
  color: var(--color-azul-nav);
  white-space: nowrap;
  transition: color var(--transicion);
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

/* Ítem activo — subrayado lima Figma */
.andes-nav__enlace--activo,
.andes-nav__item--activo > .andes-nav__enlace {
  text-decoration: underline;
  text-decoration-color: var(--color-lima);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 4px;
}

.andes-nav__enlace:hover {
  color: var(--color-azul-medio);
}

/* ── Chevron SVG ────────────────────────────────────────────── */
/* Figma: triángulo 9×4.5px, rota 180° cuando abierto */
.andes-nav__chevron {
  width: 9px;
  height: 5px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  stroke: currentColor;
}

.andes-nav__item--abierto > button .andes-nav__chevron,
.andes-nav__item--abierto > span .andes-nav__chevron {
  transform: rotate(180deg);
}

/* ── Dropdown base (invisible por defecto) ──────────────────── */
/* Full-width: se posiciona relativo al .andes-header__nav-bar */
.andes-nav__dropdown {
  position: fixed;
  top: var(--header-total);   /* justo bajo header */
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 50px 50px;   /* Figma: rounded-bl/br 50px */
  box-shadow: var(--sombra-header);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: calc(var(--z-header) - 1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.andes-nav__item--abierto > .andes-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ── Mega inner — contenedor de columnas ────────────────────── */
.andes-mega__inner {
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 40px 50px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 300px;
  gap: 0 40px;
  align-items: start;
}

/* Separadores verticales entre columnas (via border-right) */
.andes-mega__col:not(:last-child) {
  padding-right: 40px;
  border-right: 1px dashed rgba(0,0,0,0.12);
}
.andes-mega__col:not(:first-child) {
  padding-left: 40px;
}

/* ── Columna individual ─────────────────────────────────────── */
.andes-mega__col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Bloque dentro de columna ───────────────────────────────── */
.andes-mega__bloque {
  margin-bottom: 0;
}

.andes-mega__bloque--sep {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* ── Título de categoría ────────────────────────────────────── */
/* Figma: Poppins SemiBold 15px, negro */
.andes-mega__titulo {
  font-family: var(--fuente-principal);
  font-size: 0.9375rem;   /* 15px */
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 6px;
}

/* ── Descripción de categoría ───────────────────────────────── */
/* Figma: Poppins Regular 12px, negro */
.andes-mega__desc {
  font-family: var(--fuente-principal);
  font-size: 0.75rem;     /* 12px */
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* ── Lista de links ─────────────────────────────────────────── */
/* Figma: Poppins Regular 12px, negro, subrayado */
.andes-mega__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;   /* Figma: gap 15px entre links */
}

.andes-mega__links a {
  font-family: var(--fuente-principal);
  font-size: 0.75rem;     /* 12px */
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #000000;
  white-space: nowrap;
  transition: color 0.2s;
}

.andes-mega__links a:hover {
  color: var(--color-azul-medio);
  text-decoration-color: var(--color-azul-medio);
}

/* Número telefónico principal — Figma: #afd81a, 15px */
.andes-mega__tel-principal {
  font-size: 0.9375rem !important;  /* 15px */
  color: var(--color-lima) !important;
  text-decoration-color: var(--color-lima) !important;
  font-weight: 400 !important;
}

/* ── Panel imagen derecho ───────────────────────────────────── */
.andes-mega__imagen-panel {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  border-right: none !important;
}

/* Quita el padding lateral del panel imagen */
.andes-mega__imagen-panel.andes-mega__col {
  padding-left: 20px;
  padding-right: 0;
  border-right: none;
}

.andes-mega__imagen-principal {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 17px;
  display: block;
}

.andes-mega__imagen-secundaria {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 17px;
  box-shadow: -3px -3px 4px 0 rgba(0,0,0,0.19);
}


/* Glass card sobre imagen */
/* Figma: backdrop-blur 17.5px, bg rgba(255,255,255,0.1), border rgba(255,255,255,0.12) */
.andes-mega__imagen-glass {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: auto;
  width: 160px;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 10px 14px;
  font-family: var(--fuente-principal);
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
}

.andes-mega__imagen-panel {
  overflow: visible;
}

/* Variante oscura — Figma: bg rgba(92,95,99,0.3) */
.andes-mega__imagen-glass--dark {
  background: rgba(92, 95, 99, 0.30);
}

/* ── DOCUMENTOS — inner de 2 columnas (imagen + docs) ──────── */
.andes-mega__inner--documentos {
  grid-template-columns: 1fr 2fr;
  gap: 0 60px;
  padding-block: 40px;
}

.andes-mega__col--imagen-docs {
  position: relative;
  border-right: 1px dashed rgba(0,0,0,0.12) !important;
  padding-right: 40px !important;
  padding-left: 0 !important;
  min-height: 280px;
  overflow: visible;
}

.andes-mega__docs-bg {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.andes-mega__docs-overlay-img {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 150px;
  height: 130px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 4px 4px 1px 0 rgba(0,0,0,0.25);
  z-index: 2;
}

.andes-mega__col--docs {
  padding-left: 40px !important;
  padding-right: 0 !important;
  border-right: none !important;
}

/* ── CONTACTOS — inner de 5 columnas ───────────────────────── */
/* Figma: imagen | intro | tel | ws | mail */
.andes-mega__inner--contactos {
  grid-template-columns: 260px 1fr 1fr 1fr 1fr;
  gap: 0 32px;
  padding-block: 36px;
  align-items: start;
}

.andes-mega__col--contactos-img {
  position: relative;
  min-height: 200px;
  border-right: 1px dashed rgba(0,0,0,0.12) !important;
  padding-right: 32px !important;
  padding-left: 0 !important;
}

.andes-mega__contactos-foto {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

.andes-mega__col--contactos-intro {
  padding-left: 32px !important;
}

.andes-mega__col--contactos-tel {
  border-left: 1px dashed rgba(0,0,0,0.12) !important;
  padding-left: 32px !important;
}

.andes-mega__col--contactos-ws {
  border-left: 1px dashed rgba(0,0,0,0.12) !important;
  padding-left: 32px !important;
}

.andes-mega__col--contactos-mail {
  border-left: 1px dashed rgba(0,0,0,0.12) !important;
  padding-left: 32px !important;
  border-right: none !important;
}

/* ── Asesor circular + glass card WhatsApp ──────────────────── */
/* Figma: imagen circular 87×87px, glass card "Un mensaje, una solución..." */
.andes-mega__asesor {
  position: relative;
  width: 144px;
  height: 80px;
  margin-top: 20px;
}

.andes-mega__asesor-img {
  position: absolute;
  right: -25px;
  bottom: -10px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

.andes-mega__asesor-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(63, 121, 172, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  padding: 6px 12px;
  font-family: var(--fuente-principal);
  font-size: 0.75rem;
  line-height: 18px;
  color: #000000;
  text-align: center;
}

/* ── Menú MOBILE overlay ────────────────────────────────────── */
.andes-nav-mobile {
  display: none;
  position: fixed;
  top: var(--header-total);
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  overflow-y: auto;
  z-index: calc(var(--z-header) - 1);
  padding: 1rem 1.5rem;
  flex-direction: column;
  gap: 0;
}

.andes-nav-mobile.activo {
  display: flex !important;
}

.andes-nav-mobile__item {
  border-bottom: 1px solid #f0f0f0;
}

.andes-nav-mobile__enlace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 0;
  font-family: var(--fuente-nav);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-azul-nav);
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.andes-nav-mobile__submenu {
  display: none;
  padding: 0 0 1rem 0.75rem;
  flex-direction: column;
  gap: 2px;
}

.andes-nav-mobile__submenu.activo {
  display: flex;
}

.andes-nav-mobile__categoria {
  font-family: var(--fuente-principal);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--color-azul-medio);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0.75rem 0 0.25rem 0;
}

.andes-nav-mobile__submenu a {
  padding: 0.4rem 0.75rem;
  font-family: var(--fuente-principal);
  font-size: 0.8125rem;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  border-radius: 4px;
  transition: background 0.15s;
}

.andes-nav-mobile__submenu a:hover {
  background: #f5f7fa;
}

/* ── Responsive — Tablet (≤1024px) ─────────────────────────── */
@media (max-width: 1024px) {
  :root {
    --barra-top-height: 0px;
  }
  .andes-header__barra-top {
    display: none !important;
  }
  .andes-nav {
    display: none;
  }
  .andes-header__hamburger {
    display: flex;
  }
  .andes-header__nav-inner {
    padding-inline: 1.25rem;
  }
}

/* Logo y padding del nav en mobile/tablet se consolidan
   en las secciones 26 y 27 al final del archivo          */
.andes-header--sticky .andes-nav__dropdown {
  top: var(--header-height);
}

.andes-mega__col--imagen-docs .andes-mega__imagen-glass {
  top: auto !important;
  bottom: 40px !important;
  left: 12px !important;
  right: auto !important;
  width: 160px !important;
}


/* ══════════════════════════════════════════════════════════════
   DROPDOWN SERVICIOS — REDISEÑO 3 COLUMNAS
   Figma: File m5OCUsDyyUfB3FCJA6Qnou — frame "despligue-menu" (39:37)
   Solo aplica dentro de #dropdown-servicios — no afecta los demás
   dropdowns (Recursos, Documentos, Contactos) que siguen usando
   las reglas genéricas .andes-mega__inner / .andes-mega__col.
   ══════════════════════════════════════════════════════════════ */

/* Grid de 3 columnas — proporción según ancho de nodo (399 / 537 / 452) */
.andes-mega__inner--servicios {
  grid-template-columns: 399fr 537fr 452fr;
  gap: 0 48px;
}

/* Separador vertical entre columnas — Figma: rgba(180,177,177,1), 2px, radius 50 */
.andes-mega__inner--servicios .andes-mega__col--servicios:not(:last-child) {
  border-right: 2px solid rgba(180, 177, 177, 0.7);
  padding-right: 48px;
}
.andes-mega__inner--servicios .andes-mega__col--servicios:not(:first-child) {
  padding-left: 48px;
}

.andes-mega__col--servicios {
  display: flex;
  flex-direction: column;
}

/* Imagen de encabezado — trae el título incrustado, no agregar texto */
/* Hallazgo 03: las tres cabeceras de línea deben tener el mismo tamaño.
   Antes usaban width:100% y, como las columnas miden distinto
   (399/537/452fr) y cada webp tiene un ancho intrínseco diferente
   (514 / 534 / 794 px, todas 196px de alto), cada logo se renderizaba a
   un alto distinto. Se normaliza a un alto común = el de la Línea 3
   (Hiperautomatización, ≈88px @1440), con width:auto y alineado a la
   izquierda para lograr paridad visual entre las tres líneas. */
.andes-mega__servicios-header {
  width: auto;
  height: clamp(60px, 6.11vw, 88px);
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 16px;
}

/* Bloque de contenido (título + lista o título + descripción) */
.andes-mega__bloque-servicio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 15px;
}

/* Título de bloque/servicio — Figma Montserrat 700 15px #003D69 */
.andes-mega__bloque-servicio .andes-mega__titulo,
.andes-mega__col--servicios .andes-mega__titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #003d69;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.andes-mega__titulo a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.andes-mega__titulo a:hover {
  color: var(--color-azul-medio);
}

/* Lista plana de enlaces — Figma Montserrat 500 15px negro, sin subrayado */
.andes-mega__links-servicios {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.andes-mega__links-servicios a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 1.22;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.2s;
}

.andes-mega__links-servicios a:hover {
  color: var(--color-azul-medio);
}

/* Descripción de servicio — Figma Montserrat 500 13px negro */
.andes-mega__desc-servicio {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0;
}

/* Divisor horizontal entre bloques — Figma rgba(180,177,177,0.7), 2px, radius 50, 230px */
.andes-mega__divisor-servicios {
  width: 230px;
  max-width: 100%;
  height: 2px;
  background: rgba(180, 177, 177, 0.7);
  border-radius: 999px;
  margin: 0 15px;
}

.andes-mega__divisor-servicios--ancho {
  width: calc(100% - 30px);
}

/* ── NUEVO: hover en "Firma Digital" / "Estampado Cronológico" revela sub-opciones ── */
.andes-mega__item-hover {
  position: relative;
}

.andes-mega__submenu {
  position: absolute;
  top: -8px;
  left: 100%;                    /* pegado al ítem, sin hueco */
  min-width: 220px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: var(--sombra-md);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 5;
}

/* Puente invisible que rellena el espacio entre el ítem y la card,
   para que el hover no se pierda al cruzar */
.andes-mega__submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;                   /* cubre el hueco a la izquierda de la card */
  width: 20px;
  height: 100%;
}

.andes-mega__item-hover:hover .andes-mega__submenu,
.andes-mega__item-hover:focus-within .andes-mega__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.andes-mega__submenu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.andes-mega__submenu a:hover {
  color: var(--color-azul-medio);
}

/* ── Columna 3: Hiperautomatización + panel slogan + CTA ── */
.andes-mega__col--servicios-3 .andes-mega__bloque-servicio {
  padding-top: 0;
}

/* Panel slogan — Figma nodo 39:92: bg blanco, borde rgba(198,198,198,0.7), radius 17px */
.andes-mega__slogan-panel {
  display: block;
  margin: 42px 22px 0;
}

/* Marco degradado — mismo gradiente que la tarjeta de íconos del home */
.andes-mega__slogan-img-wrap {
  flex-shrink: 0;
  padding: 6px;
  border-radius: 14px;
  background: linear-gradient(90deg,
    rgba(186, 223, 32, 0.6) 0%,
    rgba(0, 231, 210, 0.6) 52.9%,
    rgba(151, 71, 255, 0.6) 100%);
}

.andes-mega__slogan-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.andes-mega__slogan-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #000000;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0;
}

/* CTA — Figma nodo 39:88: bg #49CDFC, pill, Montserrat 700 12px blanco */
/* Hallazgo 05: los 3 botones deben ir en una sola fila, sobre el mismo
   eje horizontal y con espaciado igual (Figma nodo 683:1444). Antes usaban
   flex-wrap:wrap y, al no caber en la columna 3, el tercer botón saltaba de
   línea rompiendo la retícula. Se fuerza fila única, se reparte el espacio
   por igual (space-between) y se eliminan los márgenes laterales para
   maximizar el ancho disponible. */
.andes-mega__cta-servicios {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 16px 0 0;
}

.andes-mega__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #49cdfc;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  padding: 4px 6px;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background 0.2s;
}

.andes-mega__cta-btn:hover {
  background: #2bb8e8;
}