:root {
  --primario: #5dafe3;
  --secundario: #6cb5e6;
  --terciario: #4498d3;
  --cuaternario: #488bc7;
  --quinario: #3584c4;
  --acento: #5dafe3;
  --acento-2: #b2ebf2;
  --acento-3: color-mix(in oklab, var(--acento) 60%, var(--terciario) 40%);
  --oscuro: #0f1b2d;
  --azul-oscuro: #004193;
  --primario-rgb: rgba(93, 175, 227, 0.5);
  --secundario-rgb: rgba(108, 181, 230, 1);
  --terciario-rgb: rgba(68, 152, 211, 0.8);
  --quinario-rgb: rgba(53, 132, 196, 0.9);
  --cuaternario-rgb: rgba(17, 24, 39, 0.55);
  --banner-h: 90vh;
  --banner-img: url("https://ik.imagekit.io/dn8iw9heh/KVC/Logos%20-%20Banners/Banner-EDEAR2025/landing.png?updatedAt=1761860942770");
  --banner-min: url("https://ik.imagekit.io/dn8iw9heh/KVC/Logos%20-%20Banners/Banner-EDEAR2025/Landing%20vertical.png?updatedAt=1761861152103");
  --banner-master: url("https://res.cloudinary.com/dwvatbtfk/image/upload/v1758391566/banner_landing_1_1_cifjdg.png");
  --banner-master-min: url("https://res.cloudinary.com/dwvatbtfk/image/upload/v1758322961/landing_vertical_qggt19.png");
  --panel-w: min(600px, 94vw);
  --pad: clamp(14px, 5vw, 40px);
  --fg: #fff;
  --fg-dim: #e9eef7;
  --badge-bg: rgba(255, 255, 255, 0.592);
  --chip-bg: rgba(255, 255, 255, 0.14);
  --header-brd: rgba(255, 255, 255, 0.14);
  --accent: #35a0ff;
  --icon-fg: #ffffff;
  --icon-fg-dim: #e9eef7;
  --header-h: 5rem;
  --base-stroke: rgba(15, 27, 45, 0.12);
  --glow: rgba(93, 175, 227, 0.35);
  --cycle: 8s;
  --draw: 60%;
  --drift: 16%;
  --safe-gap: 14px;
  --bg1: #eef3ff;
  --bg2: #dfe9ff;
  --ink: #0f1b2d;
  --card-w: min(280px, 60vw);
  --ratio: 9/16;
  --expanded-max-w: 300px;
  --kvc-ink: #0f1b2d;
  --kvc-muted: #5b6b7a;
  --kvc-bg: #f5f8ff;
  --kvc-card: #ffffff;
  --kvc-ring: rgba(45, 108, 223, 0.15);
  --kvc-cert-h: 60px;
  --kvc-cert-r: 14px;
  --kvc-bullet-icon: url("https://res.cloudinary.com/dwvatbtfk/image/upload/v1757603393/2_xulwlf.png");
  --kvc-bullet-size: 22px;
  --glass: rgba(17, 24, 39, 0.55);
  --bg: #f6f9fd;
  --card: #ffffff;
  --stroke: #e7edf4;
  --radius: 18px;
  --rib-1: #08a4db;
  --rib-2: #0a8fd2;
  --rib-3: #0c79c7;
  --kvc-blue-1: #0f1d4a;
  --kvc-blue-2: #039bd6;
  --kvc-ink: #ffffff;
  --kvc-disc: #142355;
  --kvc-pill: #142355;
  --kvc-text: #ffffff;
}

@font-face {
  font-family: "centurygothic";
  src: url(fonts/centurygothic.ttf);
}

@font-face {
  font-family: "centurygothic-bold";
  src: url(fonts/centurygothic_bold.ttf);
}

/*/sección barra*/

body {
  padding-top: var(--header-h);
}

/* HEADER */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  z-index: 1000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: var(--secundario-rgb);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 clamp(12px, 2.6vw, 22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Marca */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.brand img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.brand .chip {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
}

/* Acciones derecha (desktop) */
.actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Botón Contactar (renombrado) */
.cta-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: red;
  box-shadow: 0 8px 18px rgba(53, 160, 255, 0.35);
  transition: transform 0.15s ease, filter 0.2s ease;
  white-space: nowrap;
}

.contenedor-cta {
  text-align: center;
  /* o usa flex: justify-content:center */
  /* display:flex; justify-content:center; */
}

.cta-formulario {
  display: inline-flex;
  /* mantiene el “pill button” */
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-weight: 1000;
  font-size: 25px;
  /* evita que el texto desaparezca en móvil */
  line-height: 1.1;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  background: red;
  box-shadow: 0 8px 18px rgba(53, 160, 255, 0.35);
  transition: transform 0.15s ease, filter 0.2s ease;
  white-space: nowrap;
  /* no se parte en dos líneas */
}

@media (max-width: 480px) {
  .cta-formulario {
    font-size: clamp(15px, 3.8vw, 25px);
    /* responsivo y sin colapsar */
  }
}

.cta-header:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.cta-header svg {
  width: 18px;
  height: 18px;
}

/* Iconos (desktop) */
.icon-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.icon-btn {
  --size: 40px;
  display: inline-grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
}

.icon-btn:hover {
  transform: translateY(-1px);
}

.icon-btn svg {
  width: 20px;
  height: 20px;
}

.icon-btn[data-tip]:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
}

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

.social-toggle {
  display: none;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 700;
}

.social-panel {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--header-brd);
  padding: 10px 12px;
  z-index: 999;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.social-panel.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(6, 44px);
  gap: 10px;
  justify-content: center;
}

@media (max-width: 720px) {
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
  }

  .actions {
    display: contents;
  }

  .icon-bar {
    display: none;
  }

  .social-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .cta-header {
    justify-self: center;
    height: 38px;
    padding: 0 10px;
  }
}

@media (max-width: 470px) {
  .icon-grid {
    grid-template-columns: repeat(4, 44px);
  }

  .panel {
    margin-top: 20rem !important;
  }
}

@media (max-width: 391px) {
  .brand img {
    height: 50px !important;
  }
}

@media (max-width: 376px) {}

@media (max-width: 720px) {
  .brand img {
    display: block;
    height: 80px;
    width: auto;
    max-width: clamp(120px, 38vw, 230px);
  }

  .social-toggle {
    justify-self: end;
    white-space: nowrap;
    padding: 8px 12px;
  }

  .header-inner {
    column-gap: 15px;
  }
}

@media (max-width: 460px) {
  .cta-header {
    padding: 0 10px;
  }

  .header-inner {
    column-gap: 32px;
  }
}

@media (max-width: 360px) {
  .cta-header {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .header-inner {
    column-gap: 8px;
  }

  .brand img {
    height: 47px;
    width: auto;
    object-fit: contain;
  }
}

.banner {
  position: relative;
  width: 100%;
  height: var(--banner-h);
  min-height: 260px;
  background-image: var(--banner-img);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  isolation: isolate;
}

.overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  place-items: start start;
  padding-left: clamp(16px, 3vw, 50px);
}

.panel {
  margin-top: clamp(42px, 30vh, 200px);
  width: var(--panel-w);
  border-radius: 24px;
  padding: var(--pad);
  margin-inline: 0;
  margin-left: 0;
  color: #fff;
}

.panel-grid,
.panel-grid.v2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: clamp(12px, 2.2vw, 20px);
  align-items: start;
}

.side,
.side.v2 {
  display: contents;
}

.panel-grid>.btn-cr {
  justify-self: start;
  width: max-content;
}

@media (max-width: 520px) {
  .panel-grid>.btn-cr {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }
}

.cd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 18px);
}

@media (max-width: 720px) {
  .cd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .cd-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 360px) {
  .cd-grid {
    grid-template-columns: 1fr 1fr;
  }

  .panel {
    margin-top: 18rem !important;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .banner {
    background-image: var(--banner-min);
    background-size: cover;
  }

  .panel {
    margin-top: 14rem;
    padding-left: 0;
  }

  .btn-cr {
    font-size: 1rem !important;
  }
}

@media (max-width: 640px) {
  .panel {
    margin-inline: 10px;
  }

  .masterclass-span {
    display: none;
  }

  .registrate-span {
    display: none;
  }
}

.cd-unit {
  display: grid;
  gap: 6px;
  padding: clamp(10px, 1.6vw, 16px);
  border-radius: 16px;
  background: var(--badge-bg, rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  color: #17324e;
}

.cd-value {
  font-family: "centurygothic-bold", ui-monospace, Menlo, Consolas, monospace;
  font-weight: 700;
  font-size: clamp(28px, 4.8vw, 44px);
  line-height: 1;
}

.cd-text {
  font-family: "centurygothic-bold", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  font-size: clamp(11px, 1.5vw, 13px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.95;
}

/* ====== Botones ====== */
.btn-cr {
  --h: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: var(--h);
  padding: 0 16px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "centurygothic-bold", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.18s ease, color 0.18s ease,
    border-color 0.18s ease, filter 0.18s ease;
}

.btn-cr i {
  font-size: 18px;
  line-height: 0;
}

.btn-cr--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #17324e;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-cr--ghost:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

.btn-cr--active {
  background: rgb(255, 255, 255, 0.6);
  color: #17324e;
}

.btn-cr--active:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

/*Kamille */

.seccion-taller-edear {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 9vw, 120px) 16px;
  color: #eef3f8;
  background: radial-gradient(70rem 50rem at 18% 12%,
      color-mix(in oklab, var(--secundario) 14%, transparent),
      transparent 40%),
    radial-gradient(60rem 55rem at 85% 30%,
      color-mix(in oklab, var(--primario) 12%, transparent),
      transparent 45%),
    linear-gradient(135deg,
      color-mix(in oklab, var(--quinario) 85%, white 15%) 0%,
      color-mix(in oklab, var(--cuaternario) 85%, white 15%) 45%,
      color-mix(in oklab, var(--terciario) 85%, white 15%) 100%);
  isolation: isolate;
}

@supports not (color-mix(in oklab, red, white)) {
  .seccion-taller-edear {
    background: radial-gradient(70rem 50rem at 18% 12%,
        rgba(108, 181, 230, 0.14),
        transparent 40%),
      radial-gradient(60rem 55rem at 85% 30%,
        rgba(93, 175, 227, 0.12),
        transparent 45%),
      linear-gradient(135deg, #4b90ca 0%, #5a97cd 45%, #4ea0d7 100%);
  }
}

.seccion-taller-edear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.contenedor-taller-edear {
  max-width: 1050px;
  margin-inline: auto;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

.titulo {
  color: #fff;
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  letter-spacing: 0.2px;
  line-height: 1.15;
  margin: 0 0 14px;
  position: relative;
}

.titulo::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--azul-oscuro) 40%,
      var(--quinario));
  animation: subrayado 1.2s ease-out 0.2s forwards;
}

.titulo-gradiente {
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--azul-oscuro);
  background-size: 200% auto;
  animation: shimmer 6s linear infinite;
  white-space: nowrap;
}

.texto {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.rotador-wrapper {
  display: inline-block;
  position: relative;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  margin: 0 0.25rem;
  color: var(--azul-oscuro);
  vertical-align: baseline;
}

.rotador {
  display: inline-grid;
  grid-auto-rows: 1fr;
  height: 1.4em;
  overflow: hidden;
  min-width: 9.5ch;
  padding: 0 0.35rem;
}

.rotador .item {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  transform: translateY(10px);
  animation: ciclo 12s infinite;
  white-space: nowrap;
}

.rotador .item:nth-child(1) {
  animation-delay: 0s;
}

.rotador .item:nth-child(2) {
  animation-delay: 3s;
}

.rotador .item:nth-child(3) {
  animation-delay: 6s;
}

.rotador .item:nth-child(4) {
  animation-delay: 9s;
}

@keyframes giro {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.2;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

@keyframes ciclo {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.rotador .item {
  will-change: opacity, transform;
}

@media (max-width: 768px) {
  .p-5 {
    padding: 1.75rem;
  }

  .rotador {
    min-width: 8.5ch;
  }
}

@media (prefers-reduced-motion: reduce) {

  .seccion-taller-edear::before,
  .titulo-gradiente,
  .titulo::after,
  .rotador .item {
    animation: none !important;
  }

  .titulo::after {
    width: 140px;
  }
}

/** Sección objetivo */

.seccion-objetivo {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 110px) 16px 0;
  background: radial-gradient(40rem 40rem at 85% -10%,
      rgba(93, 175, 227, 0.22),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  isolation: isolate;
  position: relative;
  padding-bottom: 135px;
}

.seccion-objetivo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento),
      var(--acento-2),
      #ffffff,
      var(--acento));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.objetivo-wrap {
  max-width: 1050px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(13, 71, 161, 0.1);
  backdrop-filter: blur(6px);
  position: relative;
}

.objetivo-sello {
  position: absolute;
  inset: -30px auto auto -30px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  opacity: 0.55;
}

.objetivo-sello .onda {
  position: absolute;
  inset: 0;
  border: 2px solid var(--acento);
  border-radius: 50%;
  transform: scale(0.2);
  animation: pulso 6s ease-out infinite;
}

.objetivo-sello .onda:nth-child(2) {
  animation-delay: 1.2s;
}

.objetivo-sello .onda:nth-child(3) {
  animation-delay: 2.4s;
}

.objetivo-sello .punto {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: var(--acento);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(93, 175, 227, 0.18),
    0 0 24px rgba(93, 175, 227, 0.35);
}

.objetivo-titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  margin: 0 0 12px;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, var(--azul-oscuro) 0%, #2b4b6c 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--azul-oscuro);
  text-align: center;
}

.objetivo-texto {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
  color: var(--azul-oscuro);
  margin: 0;
  text-align: center;
}

.resaltado {
  background: linear-gradient(90deg,
      rgba(93, 175, 227, 0.25),
      rgba(178, 235, 242, 0.25));
  border: 1px solid rgba(93, 175, 227, 0.35);
  padding: 0.05rem 0.35rem;
  border-radius: 0.6rem;
  white-space: nowrap;
}

.objetivo-chips {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
}

.objetivo-chips span {
  font-size: 0.95rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 27, 45, 0.12);
  box-shadow: 0 3px 10px rgba(13, 71, 161, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.objetivo-chips span:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 71, 161, 0.14);
}

.marquesina {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "centurygothic-bold";
  background: linear-gradient(90deg,
      rgba(93, 175, 227, 0.12),
      rgba(178, 235, 242, 0.12));
  border-top: 1px solid rgba(15, 27, 45, 0.08);
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  right: 0;
  bottom: 0;
}

.marquesina__track {
  display: inline-block;
  white-space: nowrap;
  animation: desliza 22s linear infinite;
  font-weight: 600;
  color: #2a4a69;
  letter-spacing: 0.2px;
}

.marquesina__track span {
  padding: 0 0.8rem;
}

.marquesina__track i {
  opacity: 0.45;
  padding: 0 0.4rem;
  font-style: normal;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes pulso {
  0% {
    transform: scale(0.2);
    opacity: 0.6;
  }

  60% {
    transform: scale(1);
    opacity: 0.15;
  }

  100% {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes desliza {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .objetivo-sello {
    transform: scale(0.8);
    inset: -40px auto auto -40px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .seccion-objetivo::before,
  .objetivo-sello .onda,
  .marquesina__track {
    animation: none !important;
  }
}

/*/Sección Pilares*/

:root {
  --safe-gap: 8px;
  --base-stroke: rgba(15, 27, 45, 0.15);
  --glow: rgba(93, 175, 227, 0.35);
  --gutter-sm: clamp(16px, 5vw, 28px);
}

.seccion-pilares {
  min-height: auto;
  padding: clamp(24px, 6vw, 48px) 16px;
}

.seccion-pilares h2 {
  font-family: "centurygothic-bold";
  margin: 0;
}

.pilares-wrap {
  margin-top: clamp(8px, 2vw, 16px);
}

.pilares-wrap,
.tri-layout {
  max-width: 1800px;
  margin-inline: auto;
}

.tri-converge {
  width: min(520px, 90vw);
}

.metodologia-titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  margin: 0 0 12px;
  letter-spacing: 0.3px;
  background: linear-gradient(90deg, var(--acento) 0%, var(--azul-oscuro) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: clamp(6px, 1.2vw, 12px);
}

.tri-converge {
  margin: 0 auto;
  aspect-ratio: 100 / 90;
  position: relative;
  isolation: isolate;
  contain: layout style;
  overflow: visible;
}

.tri {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: clamp(0px, 8vh, 48px);
}

.tri-base {
  fill: none;
  stroke: var(--base-stroke);
  stroke-width: 1.25;
}

.tri-anim--antes {
  fill: none;
  stroke: var(--antes);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 6px rgba(159, 179, 199, 0.25));
  animation: draw var(--cycle) linear infinite;
}

.tri-anim--nuevo {
  fill: none;
  stroke: url(#gradStroke);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 10px var(--glow));
  animation: draw var(--cycle) linear infinite;
}

.tri--antes {
  animation: convergeLeft var(--cycle) ease-in-out infinite;
}

.tri--nuevo {
  animation: convergeRight var(--cycle) ease-in-out infinite;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 1;
  }

  60% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.tri-anim--antes,
.tri-anim--nuevo {
  animation: draw var(--cycle) linear infinite;
}

@keyframes convergeLeft {

  0%,
  100% {
    transform: translateX(calc(-1 * var(--drift)));
  }

  50% {
    transform: translateX(0%);
  }
}

@keyframes convergeRight {

  0%,
  100% {
    transform: translateX(var(--drift));
  }

  50% {
    transform: translateX(0%);
  }
}

.labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.labels--antes {
  animation: convergeLeft var(--cycle) ease-in-out infinite,
    labelFadeOut var(--cycle) ease-in-out infinite;
}

.labels--nuevo {
  animation: convergeRight var(--cycle) ease-in-out infinite,
    labelFadeIn var(--cycle) ease-in-out infinite;
}

@keyframes labelFadeOut {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes labelFadeIn {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.vertex {
  position: absolute;
  max-width: clamp(60px, 32%, 280px);
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
  color: #17324e;
  background: transparent;
  transform: translateZ(0);
}

.vertex h2 {
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  background: linear-gradient(90deg, var(--azul-oscuro), #2b4b6c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  color: var(--azul-oscuro);
}

.vertex--top {
  left: 50%;
  top: 20%;
  transform: translate(-50%, calc(-115% - var(--safe-gap)));
  text-align: center;
}

.vertex--left {
  left: -28%;
  top: 105%;
  transform: translate(-5%, calc(-20% - var(--safe-gap)));
  text-align: left;
}

.vertex--right {
  left: 125%;
  top: 105%;
  transform: translate(-95%, calc(-20% - var(--safe-gap)));
  text-align: right;
}

.nodos {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.nodos--nuevo {
  animation: convergeRight var(--cycle) ease-in-out infinite;
}

.nodo {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--azul-oscuro);
  box-shadow: 0 0 0 6px rgba(93, 175, 227, 0.18), 0 0 24px var(--glow);
  transform: translate(-50%, -50%) translateZ(0);
  animation: pulsoNodo 2.6s ease-out infinite;
}

.nodo--top {
  left: 50%;
  top: 18%;
}

.nodo--left {
  left: 4%;
  top: 108%;
}

.nodo--right {
  left: 96%;
  top: 108%;
}

@keyframes pulsoNodo {
  0% {
    box-shadow: 0 0 0 6px rgba(93, 175, 227, 0.18), 0 0 24px var(--glow);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(93, 175, 227, 0), 0 0 28px var(--glow);
  }

  100% {
    box-shadow: 0 0 0 6px rgba(93, 175, 227, 0.18), 0 0 24px var(--glow);
  }
}

@media (max-width: 680px) {
  .tri-converge {
    aspect-ratio: 1 / 1;
  }

  .vertex {
    position: static;
    transform: none !important;
    margin: 0.35rem auto 0;
    max-width: 560px;
    text-align: left;
  }

  .labels--antes,
  .labels--nuevo {
    animation-name: labelFadeOut, labelFadeIn;
  }

  .nodos {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tri-anim--antes,
  .tri-anim--nuevo {
    animation: none;
    stroke-dashoffset: 0;
  }

  .tri--antes,
  .tri--nuevo,
  .labels--antes,
  .labels--nuevo,
  .nodos--nuevo {
    animation: none;
    transform: none;
  }

  .labels--antes {
    opacity: 0;
  }

  .labels--nuevo {
    opacity: 1;
  }

  .nodo {
    animation: none;
  }
}

.tri-layout {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(390px, 38vw) 1fr;
  align-items: center;
  gap: clamp(16px, 3vw, 50px);
}

.tri-center {
  display: flex;
  justify-content: center;
}

.tri-side {
  display: flex;
  align-items: center;
}

.info-card {
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.1);
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.1);
  color: #17324e;
  max-width: 520px;
  text-align: center;
  justify-content: center;
}

.info-card h3 {
  margin: 0 0 0.5rem;
  font-family: "centurygothic-bold";
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  background: linear-gradient(90deg, var(--azul-oscuro), #2b4b6c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.info-card p {
  margin: 0;
  font-family: "centurygothic-bold";
  font-size: 0.98rem;
  line-height: 1.7;
  color: #29435f;
}

.tri-converge {
  z-index: 1;
}

.tri-side {
  z-index: 0;
}

@media (max-width: 1200px) {
  .vertex--left {
    transform: translate(-5%, calc(-20% - var(--safe-gap)));
  }

  .vertex--right {
    transform: translate(-95%, calc(-20% - var(--safe-gap)));
  }
}

@media (max-width: 1100px) {
  .tri-layout {
    grid-template-columns: 1fr min(420px, 46vw) 1fr;
  }
}

@media (max-width: 992px) {
  .tri-converge {
    width: min(460px, 88vw);
  }

  .vertex--top {
    top: 36%;
  }

  .vertex--left,
  .vertex--right {
    left: 0;
    top: 118%;
    transform: translate(-5%, -10%);
    text-align: left;
  }

  .info-card {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .vertex {
    position: static;
    transform: none !important;
    display: block;
    margin: 0.5rem auto 0;
    max-width: 560px;
    text-align: left;
  }

  .nodos {
    display: none;
  }

  .labels--nuevo {
    opacity: 1;
  }

  .nodos {
    display: none;
  }

  .labels--antes,
  .labels--nuevo {
    animation: none !important;
  }

  .labels--antes {
    animation: mobileSwapA var(--cycle, 9s) ease-in-out infinite !important;
  }

  .labels--nuevo {
    animation: mobileSwapB var(--cycle, 9s) ease-in-out infinite !important;
  }

  .labels {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.25rem 0;
    pointer-events: none;
    z-index: 3;
  }

  .vertex {
    position: relative;
    transform: none !important;
    max-width: 90%;
    margin: 0;
    text-align: center;
  }

  .vertex h2 {
    font-size: clamp(0.95rem, 4vw, 1.1rem);
  }
}

@keyframes mobileSwapA {

  0%,
  45% {
    opacity: 1;
  }

  55%,
  100% {
    opacity: 0;
  }
}

@keyframes mobileSwapB {

  0%,
  45% {
    opacity: 0;
  }

  55%,
  100% {
    opacity: 1;
  }
}

.tri-layout {
  gap: clamp(12px, 3vw, 28px);
}

.tri-side,
.tri-center {
  position: relative;
  z-index: 0;
}

.tri-converge {
  position: relative;
  z-index: 1;
}

.info-card {
  position: relative;
  z-index: 0;
  margin-block: 0.5rem 0;
}

@media (max-width: 960px) {

  .seccion-pilares,
  .pilares-wrap,
  .tri-layout {
    padding-left: clamp(16px, 6vw, 24px);
    padding-right: clamp(16px, 6vw, 24px);
  }

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

  .tri-side--left {
    order: 2;
  }

  .tri-center {
    order: 1;
  }

  .tri-side--right {
    order: 3;
  }

  .info-card {
    max-width: 720px;
    margin-inline: auto;
  }

  .vertex--left,
  .vertex--right {
    left: 0;
    top: 118%;
    transform: translate(-5%, -10%);
    text-align: left;
  }
}

@media (max-width: 960px) {
  .tri-layout {
    grid-template-columns: 1fr;
    gap: clamp(12px, 3vw, 24px);
  }

  .tri-side,
  .tri-center {
    position: relative;
    z-index: 0;
  }

  .tri-converge {
    position: relative;
    z-index: 1;
  }

  .info-card {
    position: relative;
    z-index: 0;
    max-width: 720px;
    margin: 0.5rem auto 0;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .vertex--top {
    top: 26%;
  }
}

@media (max-width: 680px) {
  .seccion-pilares {
    padding: clamp(28px, 6vw, 40px) 16px;
  }

  .tri-converge {
    aspect-ratio: 1 / 1;
    width: min(420px, 92vw);
  }

  .vertex {
    position: static;
    transform: none !important;
    margin: 0.35rem auto 0;
    max-width: 560px;
    text-align: left;
  }

  .labels--antes,
  .labels--nuevo {
    animation-name: labelFadeOut, labelFadeIn;
  }

  .nodos {
    display: none;
  }
}

.tri-converge {
  z-index: 1;
}

.tri-side {
  z-index: 0;
}

.labels {
  z-index: 3;
}

.nodos {
  z-index: 4;
}

/*/ Los dos */

.panel--light {
  max-width: 1300px;
  margin-inline: auto;
}

.titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.15;
  margin: 0;
  text-align: center;
  position: relative;
}

.titulo--ink {
  color: var(--azul-oscuro);
  -webkit-background-clip: text;
  background-clip: text;
}

.titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--acento) 40%,
      var(--acento-2));
  animation: subrayado 1.2s ease-out 0.2s both;
}

.lead-aprendizaje {
  font-family: "centurygothic";
  font-size: clamp(1rem, 1.25vw, 1.2em);
  line-height: 1.5;
  color: #20354a;
  margin: 14px 0 10px;
}

.lista-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.lista-badges li {
  font-family: "centurygothic-bold";
  font-size: 0.95rem;
  padding: 0.35rem 0.7rem 0.35rem 2rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.12);
  box-shadow: 0 3px 10px rgba(13, 71, 161, 0.08);
  position: relative;
}

.lista-badges li::before {
  content: "✓";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--quinario);
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr min(46%, 520px);
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
}

.grid-two--reverse {
  grid-template-columns: min(46%, 520px) 1fr;
}

.media {
  position: relative;
  aspect-ratio: 3 / 3;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 27, 45, 0.1);
  box-shadow: 0 12px 28px rgba(13, 71, 161, 0.12);
  isolation: isolate;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 80% 10%,
      rgba(93, 175, 227, 0.25),
      transparent 60%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.media:hover img {
  transform: scale(1.06);
}

.apr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.apr-card {
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.1);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  position: relative;
}

.apr-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--acento), var(--acento-2));
  border-radius: 16px 16px 0 0;
}

.apr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.18);
  border-color: rgba(15, 27, 45, 0.18);
}

.apr-title {
  font-family: "centurygothic-bold";
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  margin: 0 0 0.25rem;
  background: linear-gradient(90deg, #0f1b2d, #2b4b6c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.apr-text {
  font-family: "centurygothic";
  font-size: 1.1rem;
  line-height: 1.5;
  color: #29435f;
  margin: 0;
}

.seccion-porque,
.seccion-aprendizajes-dos {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 120px) 16px;
  background: radial-gradient(45rem 45rem at 90% -10%,
      rgba(93, 175, 227, 0.18),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  border-top: 1px solid rgba(13, 71, 161, 0.08);
}

.seccion-aprendizajes-dos {
  background: white;
}

.seccion-porque::before,
.seccion-aprendizajes-dos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento),
      var(--acento-2),
      #ffffff,
      var(--acento));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@media (max-width: 992px) {

  .grid-two,
  .grid-two.grid-two--reverse {
    grid-template-columns: 1fr;
  }

  .media {
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .p-5 {
    padding: 1.6rem;
  }
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.3;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seccion-porque::before,
  .seccion-aprendizajes-dos::before {
    animation: none !important;
  }

  .media img {
    transition: none !important;
  }
}

/* ===== Formulario ===== */
.seccion-formulario {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 110px) 16px;
  isolation: isolate;
  padding-left: clamp(24px, 6vw, 80px);
  padding-right: clamp(24px, 6vw, 80px);
  background: radial-gradient(70rem 50rem at 18% 12%,
      color-mix(in oklab, var(--secundario) 14%, transparent),
      transparent 40%),
    radial-gradient(60rem 55rem at 85% 30%,
      color-mix(in oklab, var(--primario) 12%, transparent),
      transparent 45%),
    linear-gradient(135deg,
      color-mix(in oklab, var(--quinario) 85%, white 15%) 0%,
      color-mix(in oklab, var(--cuaternario) 85%, white 15%) 45%,
      color-mix(in oklab, var(--terciario) 85%, white 15%) 100%);
  isolation: isolate;
}

.seccion-formulario::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento),
      var(--acento-2),
      #ffffff,
      var(--acento));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.form-wrap {
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(13, 71, 161, 0.1);
  backdrop-filter: blur(6px);
  width: min(100%, 1200px);
  margin-inline: auto;
}

.form-titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin: 0;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--azul-oscuro) 40%,
      var(--quinario));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  line-height: 1.15;
  text-align: left;
}

.form-titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--acento) 40%,
      var(--acento-2));
  animation: subrayado 1.2s ease-out 0.2s both;
}

.form-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: clamp(12px, 2.2vw, 20px);
}

.span-2 {
  grid-column: span 2;
}

.field label {
  display: block;
  font-family: "centurygothic-bold";
  font-size: 0.99rem;
  color: #17324e;
  margin-bottom: 0.4rem;
  letter-spacing: 0.2px;
}

.field input,
.field select {
  width: 100%;
  font-family: "centurygothic";
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1.5px solid rgba(68, 152, 211, 0.8);
  background: #ffffff;
  color: #20354a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
}

.field input::placeholder {
  color: rgba(32, 53, 74, 0.55);
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg,
      transparent 50%,
      var(--azul-oscuro) 50%),
    linear-gradient(135deg, var(--azul-oscuro) 50%, transparent 50%),
    linear-gradient(90deg, #fff, #fff);
  background-position: calc(100% - 18px) center, calc(100% - 12px) center,
    calc(100% - 2.2rem) center;
  background-size: 6px 6px, 6px 6px, 1px 60%;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--acento);
  box-shadow: 0 0 0 3px rgba(93, 175, 227, 0.28);
}

.actions {
  display: flex;
  justify-content: flex-end;
}

.btn-primary {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: "centurygothic-bold";
  font-size: 1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  color: white;
  background: linear-gradient(90deg, var(--azul-oscuro), var(--primario));
  box-shadow: 0 8px 20px rgba(13, 71, 161, 0.18);
  transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(13, 71, 161, 0.22);
}

.btn-primary:active {
  transform: translateY(0);
  filter: saturate(1.1);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.3;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

@media (max-width: 860px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .actions {
    justify-content: stretch;
  }

  .btn-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seccion-formulario::before {
    animation: none !important;
  }

  .form-titulo::after {
    animation: none !important;
  }
}

.form-status {
  margin-top: 1rem;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid transparent;
}

.form-status[data-type="info"] {
  background: #f3f6ff;
  border-color: #dbe4ff;
}

.form-status[data-type="success"] {
  background: #eefcf3;
  border-color: #cef1d7;
  font-family: "centurygothic-bold";
  font-size: 1rem;
}

.form-status[data-type="error"] {
  background: #fff3f3;
  border-color: #ffd6d6;
  font-family: "centurygothic-bold";
}

/*Campos de aplicación*/

.seccion-dirigido {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 110px) 16px;
  background: radial-gradient(70rem 50rem at 18% 12%,
      color-mix(in oklab, var(--secundario) 14%, transparent),
      transparent 40%),
    radial-gradient(60rem 55rem at 85% 30%,
      color-mix(in oklab, var(--primario) 12%, transparent),
      transparent 45%),
    linear-gradient(135deg,
      color-mix(in oklab, var(--primario) 85%, white 15%) 0%,
      color-mix(in oklab, var(--cuaternario) 85%, white 15%) 45%,
      color-mix(in oklab, var(--terciario) 85%, white 15%) 100%);
  isolation: isolate;
}

.seccion-dirigido::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2),
      #ffffff,
      var(--acento, #5dafe3));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.dir-wrap {
  width: min(100%, var(--container-w, 1050px));
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(13, 71, 161, 0.1);
  backdrop-filter: blur(6px);
  width: min(100%, 1200px);
}

.dir-titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.15;
  margin: 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--azul-oscuro);
  position: relative;
}

.dir-titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--azul-oscuro) 40%,
      var(--quinario));
  animation: subrayado 1.2s ease-out 0.2s both;
  align-self: center;
}

.dir-grid {
  margin-top: 1rem;
  display: grid;
  gap: clamp(12px, 2.4vw, 20px);
  grid-template-columns: 1fr;
  justify-content: center;
}

@media (min-width: 640px) {
  .dir-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .dir-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .dir-grid>.dir-card {
    grid-column: span 2;
  }

  .dir-grid>.dir-card:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
}

.dir-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15, 27, 45, 0.1);
  border-radius: 16px;
  padding: 1rem 1.1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.dir-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2));
  border-radius: 16px 16px 0 0;
}

.dir-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.18);
  border-color: rgba(15, 27, 45, 0.18);
}

.dir-card__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.35rem;
  font-family: "centurygothic-bold";
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  background: linear-gradient(90deg, #0f1b2d, #2b4b6c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 4.3rem;
}

.dir-ico {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2));
  display: inline-grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(13, 71, 161, 0.16);
}

.dir-ico svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #0e2a47;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.4));
}

.dir-card p {
  margin: 0;
  font-family: "centurygothic";
  font-size: 0.98rem;
  line-height: 1.7;
  color: #29435f;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.3;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .dir-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seccion-dirigido::before {
    animation: none !important;
  }

  .dir-titulo::after {
    animation: none !important;
  }
}

/*/SECCIÓN CAMPOS*/

.seccion-campos {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 110px) 16px;
  background: radial-gradient(45rem 45rem at 90% -10%,
      rgba(93, 175, 227, 0.18),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  border-top: 1px solid rgba(13, 71, 161, 0.08);
  isolation: isolate;
}

.seccion-campos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2),
      #ffffff,
      var(--acento, #5dafe3));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.campos-wrap {
  width: min(100%, 1200px);
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(13, 71, 161, 0.1);
  backdrop-filter: blur(6px);
}

.campos-titulo {
  font-family: "centurygothic-bold";
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin: 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--azul-oscuro);
  position: relative;
  line-height: 1.15;
}

.campos-titulo::after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--acento, #5dafe3) 40%,
      var(--acento-2, #b2ebf2));
  animation: subrayado 1.2s ease-out 0.2s both;
}

.road {
  position: relative;
  padding: clamp(50px, 6vw, 90px) 0;
  min-height: 240px;
}

.road::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0e2a47, #0b223a);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 6px 18px rgba(13, 71, 161, 0.14);
}

.road::after {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-image: repeating-linear-gradient(90deg,
      rgba(255, 255, 255, 0.9) 0 16px,
      transparent 16px 32px);
  animation: lane 12s linear infinite;
}

@keyframes lane {
  to {
    background-position: -200% 0;
  }
}

.road-stops {
  list-style: none;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(8px, 1.6vw, 18px);
  align-items: center;
}

.stop {
  position: relative;
  min-height: 160px;
}

.pin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -85%);
  width: 32px;
  height: 44px;
  display: inline-block;
  filter: drop-shadow(0 4px 10px rgba(13, 71, 161, 0.18));
  animation: pinFloat 5s ease-in-out infinite;
}

.pin svg {
  width: 100%;
  height: 100%;
  fill: url(#pinGrad);
}

.pin svg path {
  fill: var(--acento, #5dafe3);
}

.pin svg circle {
  fill: #fff;
  opacity: 0.9;
}

@keyframes pinFloat {

  0%,
  100% {
    transform: translate(-50%, -85%);
  }

  50% {
    transform: translate(-50%, -88%);
  }
}

.bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.1);
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  box-shadow: 0 8px 20px rgba(13, 71, 161, 0.1);
  text-align: center;
}

.bubble.top {
  bottom: calc(50% + 40px);
}

.bubble.bottom {
  top: calc(50% + 18px);
}

.bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid rgba(15, 27, 45, 0.1);
  border-top: 1px solid rgba(15, 27, 45, 0.1);
}

.bubble.top::before {
  bottom: -6px;
}

.bubble.bottom::before {
  top: -6px;
  transform: translateX(-50%) rotate(225deg);
}

.bubble .num {
  display: inline-block;
  font-family: "centurygothic-bold";
  font-size: 0.85rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2));
  color: #0e2a47;
  box-shadow: 0 2px 8px rgba(13, 71, 161, 0.14);
  margin-bottom: 0.35rem;
}

.bubble p {
  margin: 0;
  font-family: "centurygothic";
  font-size: 0.96rem;
  line-height: 1.55;
  color: #29435f;
}

@media (max-width: 900px) {
  .tri {
    top: 0;
  }

  /* evita el gap grande */
  .tri-converge {
    width: min(380px, 100%);
    margin-top: 0.25rem;
  }

  .road {
    min-height: auto;
    padding: 20px 0;
  }

  .road::before,
  .road::after {
    left: calc(16px + 8px);
    right: auto;
    width: 8px;
    top: 10px;
    bottom: 10px;
    height: auto;
    transform: none;
  }

  .road::after {
    background-image: repeating-linear-gradient(180deg,
        rgba(255, 255, 255, 0.9) 0 16px,
        transparent 16px 32px);
    animation: laneV 12s linear infinite;
  }

  @keyframes laneV {
    to {
      background-position: 0 -200%;
    }
  }

  .road-stops {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stop {
    min-height: 72px;
  }

  .pin {
    left: calc(16px + 8px + 4px);
    top: 36px;
    transform: translate(-50%, -50%);
    animation: none;
  }

  .bubble {
    position: relative;
    left: auto;
    transform: none;
    width: auto;
    margin-left: 58px;
    text-align: left;
  }

  .bubble::before {
    left: 0;
    transform: translateX(-50%) rotate(315deg);
    top: 16px;
  }

  .bubble.top,
  .bubble.bottom {
    top: auto;
    bottom: auto;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.3;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

/*--------------------------------------------Secion de Videos----------------------------------------------------------*/


.seccion-galeria-videos {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 8vw, 110px) 16px;
    background: white;
    border-top: 1px solid rgba(13, 71, 161, 0.08);
    isolation: isolate;
    display: grid;
    align-items: center;
    justify-content: center;
}

.seccion-galeria-videos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,
            var(--acento, #5dafe3),
            var(--acento-2, #b2ebf2),
            #ffffff,
            var(--acento, #5dafe3));
    background-size: 200% 100%;
    animation: barra 12s linear infinite;
}

:root {
  --bg1: #eef3ff;
  --bg2: #dfe9ff;
  --ink: #0f1b2d;
  --card-w: min(320px, 60vw);
  --ratio: 9/16;
  --expanded-max-w: 300px;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: system-ui, Segoe UI, Roboto, Arial;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 75% 40%, rgba(107, 139, 255, .18), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
}

.wrap-gv {
  width: min(1200px, 96vw);
  padding: clamp(12px, 3vw, 28px);
  position: relative
}

.nav-gv {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none
}

.btn-gv {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
  display: grid;
  place-items: center;
  cursor: pointer
}

.btn-gv[disabled] {
  opacity: .4
}

.btn-gv svg {
  width: 22px;
  height: 22px
}

.stage-gv {
  perspective: 1400px;
  position: relative;
  height: calc((var(--card-w)/(var(--ratio))) + 40px)
}

.track-gv {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d
}

.card-gv {
  position: absolute;
  width: var(--card-w);
  aspect-ratio: var(--ratio);
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .25), 0 4px 16px rgba(0, 0, 0, .12);
  transition: transform .45s cubic-bezier(.2, .7, .1, 1), filter .45s, opacity .45s;
  opacity: .88;
  filter: saturate(.86) brightness(.96);
}

.card-gv[data-pos="0"] {
  opacity: 1;
  filter: none;
  z-index: 50
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000
}

.overlay-gv {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 10px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .45) 100%);
  pointer-events: auto;
}

.badge-gv,
.title-gv {
  pointer-events: none;
  user-select: none;
  transition: opacity .25s ease, transform .25s ease
}

.badge-gv {
  justify-self: start;
  color: #fff;
  font-size: .8rem;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .35);
  backdrop-filter: blur(4px);
  padding: .25rem .55rem;
  border-radius: 999px;
  max-height: 30px;
}

.title-gv {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
  justify-self: center;
  align-self: end;
  text-align: center;
}

.play-gv {
  place-self: center;
  width: 68px;
  height: 68px;
  border: none;
  border-radius: 999px;
  background: #ffffffdd;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .25);
  cursor: pointer;
  pointer-events: all;
  z-index: 999;
  transition: opacity .2s ease, transform .2s ease;
}

/* Ocultar UI (play, título, badge) al reproducir */
.card-gv.ui-off .play-gv,
.card-gv.ui-off .title-gv,
.card-gv.ui-off .badge-gv {
  opacity: 0;
  transform: translateY(6px) scale(.98);
  pointer-events: none;
}

.loader-gv {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #506;
  font-weight: 600;
  opacity: .85
}

/* Overlay por encima del video cuando está expandido */
.backdrop-gv {
  position: fixed;
  inset: 0;
  background: rgba(8, 12, 20, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 1;
}

.backdrop-gv.on {
  opacity: 1;
  pointer-events: auto
}

.card-gv.expanded-fixed {
  position: fixed;
  z-index: 10000;
  aspect-ratio: var(--ratio);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
  opacity: 1 !important;
  filter: none !important;
  transform-origin: top left;
  /* FLIP */
}

@media (max-width:720px) {
  :root {
    --card-w: min(78vw, 360px)
  }
}

/*Sección Album de fotos*/

#eaGallery {
  --ratio: 1.6;
  --paper: #fff;
  --ink: #0f1b2d;
  --accent: #2b6cb0;
  --shadow: rgba(15, 27, 45, 0.25);
  --radius: 20px;
  --gap: 16px;
  --flip-duration: 1100ms;

  font-family: system-ui, Segoe UI, Roboto, Arial;
  color: var(--ink);
  display: grid;
  place-items: center;
  padding: 26px 0;
  background: radial-gradient(1200px 600px at 20% -10%,
      #eef3ff,
      #dfe9ff 40%,
      #f6f8ff 70%);
}

#eaGallery .eaBook {
  width: min(1280px, 96vw, calc(90vh * var(--ratio)));
  aspect-ratio: var(--ratio);
  height: auto;
  position: relative;
  perspective: 1600px;
}

#eaGallery .eaFrame {
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius)+6px);
  box-shadow: 0 30px 60px -15px var(--shadow),
    0 8px 22px -10px rgba(0, 0, 0, 0.15);
}

/* Doble página */
#eaGallery .eaSpread {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper);
}

#eaGallery .eaPage {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

#eaGallery .eaPage--left {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

#eaGallery .eaPage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), transparent 30%),
    radial-gradient(1200px 600px at -20% 0%,
      rgba(0, 0, 0, 0.06),
      transparent 40%);
  pointer-events: none;
}

/* Columna izquierda (foto alta + meta) */
#eaGallery .eaLeftGrid {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

#eaGallery .eaPhoto {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  cursor: zoom-in;
  outline: none;
}

#eaGallery .eaPhoto--tall {
  border-radius: 0;
}

#eaGallery .eaPhoto:focus {
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.45);
}

/* Indicador de zoom */
#eaGallery .eaZoomHint {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}

#eaGallery .eaPhoto:hover .eaZoomHint,
#eaGallery .eaPhoto:focus .eaZoomHint {
  opacity: 1;
  transform: scale(1.04);
}

#eaGallery .eaZoomHint svg {
  width: 18px;
  height: 18px;
  color: #222;
}

/* Lupa fija en móvil / pantallas táctiles */
@media (hover: none),
(max-width: 720px) {
  #eaGallery .eaPhoto .eaZoomHint {
    opacity: 1;
    transform: none;
  }

  #eaGallery .eaPhoto .eaZoomHint {
    width: 20px;
    height: 20px;
  }

  #eaGallery .eaPhoto .eaZoomHint svg {
    width: 10px;
    height: 10px;
  }
}

#eaGallery .eaMeta {
  position: relative;
  margin: 16px;
  padding: 16px 18px;
  border: 2px solid rgba(15, 27, 45, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(1.05) blur(2px);
  max-width: min(78%, 380px);
}

#eaGallery .eaMeta .eaTitle {
  font-family: "centurygothic-bold";
  margin: 0 2rem 4px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(16px, 2.2vw, 22px);
}

#eaGallery .eaMeta .eaPlace {
  font-family: "centurygothic";
  margin: 0 2rem 4px;
  font-size: clamp(11px, 1.6vw, 14px);
  opacity: 0.85;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#eaGallery .eaMeta .eaYear {
  font-family: "centurygothic-bold";
  position: absolute;
  left: -8px;
  bottom: -10px;
  background: var(--paper);
  padding: 6px 10px;
  font-size: clamp(10px, 1.4vw, 13px);
  border: 1px solid rgba(15, 27, 45, 0.12);
  border-radius: 10px;
}

/* Columna derecha (collage) */
#eaGallery .eaRightGrid {
  height: 100%;
  display: grid;
  gap: var(--gap);
  padding: clamp(12px, 2vw, 22px);
  grid-template-areas: "a a" "b c" "d c";
  grid-template-rows: 1.3fr 1fr 1fr;
}

#eaGallery .eaPhA {
  grid-area: a;
}

#eaGallery .eaPhB {
  grid-area: b;
}

#eaGallery .eaPhC {
  grid-area: c;
}

#eaGallery .eaPhD {
  grid-area: d;
}

/* Controles */
#eaGallery .eaControls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#eaGallery .eaNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: clamp(36px, 5.2vw, 55px);
  height: clamp(36px, 5.2vw, 52px);
  display: grid;
  place-items: center;
  border: 0;
  background: var(--azul-oscuro);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color: white;
  transition: transform 0.2s ease, background 0.2s ease;
  pointer-events: auto;
}

#eaGallery .eaNav:hover {
  transform: translateY(-50%) scale(1.06);
  background: var(--quinario);
}

#eaGallery .eaNav:active {
  transform: translateY(-50%) scale(0.98);
}

#eaGallery .eaPrev {
  left: clamp(4px, -1vw, -12px);
}

#eaGallery .eaNext {
  right: clamp(4px, -1vw, -12px);
}

#eaGallery .eaNav svg {
  width: clamp(18px, 2.2vw, 24px);
  height: clamp(18px, 2.2vw, 24px);
}

#eaGallery .eaDots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  gap: clamp(6px, 1.2vw, 10px);
  justify-content: center;
  z-index: 4;
  pointer-events: auto;
}

#eaGallery .eaDots button {
  width: clamp(8px, 1.2vw, 10px);
  height: clamp(8px, 1.2vw, 10px);
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

#eaGallery .eaDots button[aria-current="true"] {
  width: clamp(18px, 2.6vw, 30px);
  background: var(--accent);
}

/* Hoja 3D (flip) */
#eaGallery .eaLeaf {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  perspective: inherit;
  z-index: 5;
}

#eaGallery .eaLeaf .eaPaper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: var(--paper);
  transform-origin: left center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

#eaGallery .eaLeaf .eaShade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0.12) 70%,
      rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
  pointer-events: none;
}

#eaGallery .eaLeaf .eaBack {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  background: repeating-linear-gradient(180deg,
      rgba(0, 0, 0, 0.04),
      rgba(0, 0, 0, 0.04) 2px,
      transparent 2px,
      transparent 6px);
}

@keyframes ea-flip-next {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-180deg);
  }
}

@keyframes ea-flip-prev {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

#eaGallery .eaLeaf.next .eaPaper {
  left: 50%;
  transform-origin: left center;
  animation: ea-flip-next var(--flip-duration) cubic-bezier(0.6, 0.15, 0.2, 1);
}

#eaGallery .eaLeaf.prev .eaPaper {
  left: 0;
  transform-origin: right center;
  animation: ea-flip-prev var(--flip-duration) cubic-bezier(0.6, 0.15, 0.2, 1);
}

#eaGallery .eaSpread.fade-out {
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* ===== Lightbox (centrado y responsivo) ===== */
#eaGallery .eaLightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(10, 14, 25, 0.86);
  padding: 24px;
}

#eaGallery .eaLightbox.ea-open {
  display: flex;
}

#eaGallery .eaLightbox[hidden] {
  display: none;
}

#eaGallery .eaLightbox__img {
  max-width: min(95vw, 1400px);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  cursor: zoom-out;
}

#eaGallery .eaLightbox__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 10000;
}

#eaGallery .eaLightbox__close svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 720px) {
  #eaGallery .eaLightbox {
    padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  #eaGallery .eaLightbox__img {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 120px);
  }

  #eaGallery .eaLightbox__img.ea-landscape {
    width: calc(100vw - 24px);
    height: auto;
  }

  #eaGallery .eaLightbox__img.ea-portrait {
    height: calc(100vh - 120px);
    width: auto;
  }

  #eaGallery .eaLightbox__close {
    top: calc(12px + env(safe-area-inset-top));
    right: calc(12px + env(safe-area-inset-right));
  }
}

@media (prefers-reduced-motion: reduce) {
  #eaGallery .eaLeaf {
    display: none;
  }
}

body.ea-no-scroll {
  overflow: hidden;
}

/*/ Kelly Valle */

.seccion-perfil-KellyValle {
  background: radial-gradient(40rem 40rem at 85% -10%,
      rgba(93, 175, 227, 0.22),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow-x: hidden;
}

.kvc-profile {
  max-width: 1100px;
  margin: 48px auto;
  padding: clamp(16px, 3vw, 32px);
}

.kvc-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}

.kvc-title {
  font-family: "centurygothic-bold";
  margin: 0 0 12px;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--azul-oscuro);
}

.kvc-title::after {
  content: "";
  display: block;
  height: 4px;
  width: 140px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--acento, #5dafe3) 40%,
      var(--acento-2, #b2ebf2));
  animation: subrayado 1.2s ease-out 0.2s both;
}

.kvc-sub {
  font-family: "centurygothic";
  margin: 0 0 20px;
  font-weight: 600;
  color: var(--azul-oscuro);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.kvc-intro {
  font-family: "centurygothic";
  margin: 0 0 18px;
  color: #17324e;
  font-size: clamp(0.98rem, 1.2vw, 1.05rem);
}

.kvc-chips {
  font-family: "centurygothic-bold";
  display: flex;
  flex-wrap: wrap;
  color: var(--azul-oscuro);
  gap: 8px;
  margin: 14px 0 8px;
}

.kvc-chip {
  background: var(--kvc-card);
  color: var(--kvc-ink);
  border: 1px solid #e8eefc;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--azul-oscuro);
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(10, 20, 40, 0.05);
}

.kvc-chip--accent {
  border-color: transparent;
  background: linear-gradient(180deg, #e8f0ff, #d8e6ff);
}

/* ===== Lista con icono personalizado ===== */
.kvc-list {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: #17324e;
}

.kvc-list li {
  font-family: "centurygothic";
  background: var(--kvc-card);
  border: 1px solid #eef3ff;
  border-radius: 14px;
  padding: 12px 14px 12px calc(14px + var(--kvc-bullet-size) + 14px);
  position: relative;
  box-shadow: 0 4px 20px -12px var(--kvc-ring);
  font-size: 0.98rem;
  --li-icon: var(--kvc-bullet-icon);
}

.kvc-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: var(--kvc-bullet-size);
  height: var(--kvc-bullet-size);
  background-image: var(--li-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
  box-shadow: none;
}

/* ===== Foto ===== */
.kvc-photo {
  position: relative;
  isolation: isolate;
}

.kvc-photo-card {
  background: var(--kvc-card);
  border: 1px solid #e9eefc;
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 18px 60px -20px rgba(20, 40, 90, 0.25);
}

.kvc-photo-card img {
  width: 100%;
  display: block;
  border-radius: 14px;
  height: auto;
}

@keyframes floatGlow {
  to {
    transform: translateY(6px) scale(1.03);
    opacity: 0.9;
  }
}

/* ===== Certificaciones ===== */
.kvc-certs {
  margin-top: 26px;
  background: linear-gradient(180deg, #ffffffaa, #ffffff66);
  border: 1px solid #e9eefc;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 8px 30px -18px rgba(20, 40, 90, 0.25);
}

.kvc-certs h3 {
  font-family: "centurygothic-bold";
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #17324e;
}

.kvc-certs-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.kvc-cert {
  background: #fff;
  border: 1px solid #e7edff;
  border-radius: var(--kvc-cert-r);
  padding: 10px;
  display: grid;
  place-items: center;
  height: var(--kvc-cert-h);
  overflow: hidden;
  box-shadow: 0 6px 24px -16px rgba(20, 40, 90, 0.25);
}

.kvc-cert img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  display: block;
}

@media (max-width: 980px) {
  .kvc-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .kvc-certs-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :root {
    --kvc-cert-h: 96px;
  }
}

/*/Patrocinadores y Footer*/

#patrocinadores {
  position: relative;
  overflow: hidden;
  background: radial-gradient(40rem 40rem at 85% -10%,
      rgba(93, 175, 227, 0.22),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  isolation: isolate;
  z-index: 0;
}

#patrocinadores::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento),
      var(--acento-2),
      #fff,
      var(--acento));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.patro {
  padding: clamp(24px, 4vw, 48px) 0;
  background: var(--bg);
}

.titulo-patro::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--azul-oscuro),
      var(--azul-oscuro) 40%,
      var(--quinario));
  animation: subrayado 1.2s ease-out 0.2s forwards;
}

.patro__accordion {
  width: min(1200px, 92vw);
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.patro__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 24px);
  color: var(--azul-oscuro);
  background: linear-gradient(#fff, #fbfdff);
  font-family: "centurygothic-bold";
  align-items: center;
}

.patro__summary::-webkit-details-marker {
  display: none;
}

.patro__summary {
  list-style: none;
}

.patro__summary::-webkit-details-marker {
  display: none;
}

.patro__summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  user-select: none;
  width: 100%;
  text-align: center;
}

.patro__summary>span {
  grid-column: 2;
  justify-self: center;
}

.patro__summary .patro__chev {
  grid-column: 3;
  justify-self: end;
  transition: transform 0.25s ease;
}

details[open] .patro__chev {
  transform: rotate(180deg);
}

.patro__chev {
  transition: transform 0.25s ease;
}

.patro__content {
  padding: clamp(12px, 2.8vw, 22px);
}

.tier {
  margin-block: clamp(10px, 1.6vw, 22px);
  display: grid;
  justify-items: center;
  row-gap: 14px;
}

.patro .logos {
  list-style: none !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  margin: 0 auto !important;
  width: fit-content !important;
  max-width: 100%;
  justify-content: center;
  justify-items: center;
}

@media (max-width: 720px) {
  .patro .logos {
    width: 100% !important;
  }
}

.ribbon {
  --h: 40px;
  position: relative;
  height: var(--h);
  display: grid;
  min-width: 20rem;
  place-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 800 12px/1 system-ui, Segoe UI, Roboto, Arial;
  white-space: nowrap;
  user-select: none;
  background: linear-gradient(90deg, var(--azul-oscuro), var(--primario));
  box-shadow: 0 6px 14px rgba(12, 121, 199, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  padding-inline: clamp(14px, 3.2vw, 22px);
  font-family: "centurygothic-bold";
}

.ribbon::before {
  content: "";
  position: absolute;
  inset: 2px 6px auto 6px;
  height: 36%;
  border-radius: 999px;
  pointer-events: none;
}

.ribbon.ribbon--spacer {
  background: transparent;
  box-shadow: none;
  height: 6px;
}

.ribbon.ribbon--spacer::before,
.ribbon.ribbon--spacer::after {
  display: none;
}

@media (hover: hover) {
  .ribbon:hover {
    transform: translateY(-1px);
    transition: 0.18s ease;
  }
}

.ribbon:focus-visible {
  outline: 2px solid #89c3ff;
  outline-offset: 3px;
}

.logos {
  --min: 160px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min), var(--min)));
  justify-content: center;
  gap: clamp(10px, 2vw, 16px);
  width: 100%;
  align-items: center;
}

.logos--lg {
  --min: 210px;
}

.logos--md {
  --min: 180px;
}

.logos--sm {
  --min: 160px;
}

.logos--featured {
  --min: 280px;
}

.logo {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: clamp(10px, 1.6vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(15, 27, 45, 0.04);
}

.logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f2f6fb 0%, #eaf0f7 48%, #f2f6fb 100%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite linear;
  transition: opacity 0.25s ease;
}

.logo.is-loaded::before {
  opacity: 0;
}

@keyframes shimmer {
  from {
    background-position: 0% 0;
  }

  to {
    background-position: 200% 0;
  }
}

.logo img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.02);
  display: block;
}

.logo--featured img {
  max-height: 76px;
}

@media (max-width: 720px) {
  .logo {
    min-height: 86px;
  }

  .logo img {
    max-height: 56px;
  }

  .logos--featured {
    --min: 240px;
  }

  .ribbon {
    --h: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .patro__chev,
  .ribbon {
    transition: none;
  }

  .logo::before {
    animation: none;
  }
}

.kvc-footer {
  width: 100%;
  color: var(--kvc-ink);
  background: linear-gradient(90deg,
      var(--kvc-blue-1) 0%,
      var(--kvc-blue-2) 100%);
}

.kvc-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 16px 36px;
  text-align: center;
}

.kvc-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 14px;
}

.kvc-social__btn {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--kvc-disc);
  color: var(--kvc-ink);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.kvc-social__btn i {
  font-size: 24px;
  line-height: 1;
}

.kvc-social__btn:hover,
.kvc-social__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  outline: none;
}

.kvc-copy {
  font-size: 14px;
  margin: 0;
  opacity: 0.95;
}

@media (prefers-reduced-motion: reduce) {
  .kvc-social__btn {
    transition: none;
  }
}

@media (max-width: 480px) {
  .kvc-social {
    gap: 16px;
  }

  .kvc-social__btn {
    --size: 54px;
  }

  .kvc-social__btn i {
    font-size: 22px;
  }

  .kvc-copy {
    font-size: 13px;
  }
}

.kvc-backtop {
  position: fixed;
  right: calc(30px + env(safe-area-inset-right));
  bottom: calc(50px + env(safe-area-inset-bottom));
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 0;
  border-radius: 9999px;
  background: var(--kvc-pill);
  color: var(--kvc-text);
  font: 600 16px/1.1 system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  visibility: hidden;

  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease,
    visibility 0s linear 0.22s;
}

.kvc-backtop.is-active {
  opacity: 0.98;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.kvc-backtop__icon {
  font-weight: 700;
  transform: translateY(-1px);
}

.kvc-backtop:hover,
.kvc-backtop:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  outline: none;
}

@media (max-width: 480px) {
  .kvc-backtop {
    padding: 10px 14px;
    font-size: 14px;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kvc-backtop {
    transition: none;
  }
}

@media print {
  .kvc-backtop {
    display: none;
  }
}

/*/ Ticket */

.seccion-ticket {
  position: relative;
  overflow: hidden;
  padding: clamp(15px, 8vw, 70px) 16px;
  background: var(--quinario);
  border-top: 1px solid rgba(13, 71, 161, 0.08);
  isolation: isolate;
}

.seccion-ticket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2),
      #ffffff,
      var(--acento, #5dafe3));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.ticket-cta {
  width: min(100%, 1350px);
  margin: 0 auto;
  position: relative;
  border-radius: 22px;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2)) border-box;
  box-shadow: 0 18px 40px rgba(13, 71, 161, 0.16);
  overflow: hidden;
}

.ticket-cta::before,
.ticket-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(60rem 45rem at 90% -10%,
      rgba(93, 175, 227, 0.18),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(13, 71, 161, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ticket-cta::before {
  left: -19px;
}

.ticket-cta::after {
  right: -19px;
}

.ticket-cta .ticket-body {
  position: relative;
}

.ticket-cta .ticket-body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-image: linear-gradient(#0e2a4730, #0e2a4730);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: center;
  mask: linear-gradient(transparent, black 10%, black 90%, transparent);
}

.ticket-head {
  padding: clamp(16px, 2.6vw, 22px) clamp(16px, 3vw, 28px) 0;
  text-align: center;
}

.ticket-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "centurygothic-bold";
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0e2a47;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.1);
}

.ticket-title {
  margin: 8px 0 6px;
  font-family: "centurygothic-bold";
  line-height: 1.15;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  background: linear-gradient(90deg,
      var(--azul-oscuro, #004193) 0%,
      color-mix(in oklab,
        var(--acento, #5dafe3) 55%,
        var(--azul-oscuro, #004193) 45%) 60%,
      var(--acento-2, #b2ebf2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ticket-sub {
  margin: 0 0 clamp(10px, 2vw, 16px);
  font-family: "centurygothic";
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  color: #29435f;
}

.ticket-body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(12px, 2.6vw, 26px);
  padding: clamp(16px, 3vw, 28px);
}

@media (max-width: 860px) {
  .ticket-body {
    grid-template-columns: 1fr;
  }

  .ticket-cta .ticket-body::before {
    display: none;
  }
}

.ticket-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  align-content: flex-start;
}

.ticket-points li {
  font-family: "centurygothic-bold";
  font-size: 0.95rem;
  color: #17324e;
  padding: 0.4rem 0.75rem 0.4rem 2rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.12);
  box-shadow: 0 3px 10px rgba(13, 71, 161, 0.08);
  position: relative;
}

.ticket-points li::before {
  content: "✓";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: var(--acento, #5dafe3);
}

.ticket-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.ticket-info span {
  display: block;
  font-family: "centurygothic";
  font-size: 0.8rem;
  color: #5b6b7a;
}

.ticket-info strong {
  display: block;
  font-family: "centurygothic-bold";
  color: #17324e;
}

@media (max-width: 520px) {
  .ticket-info {
    grid-template-columns: 1fr;
  }
}

.ticket-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 0.75rem;
  border-top: 1px dashed rgba(14, 42, 71, 0.22);
  padding: clamp(12px, 2.4vw, 20px) clamp(16px, 3vw, 28px);
  justify-content: center;
}

.btn-join {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "centurygothic-bold";
  font-size: 1rem;
  color: #0e2a47;
  text-decoration: none;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2));
  box-shadow: 0 10px 24px rgba(13, 71, 161, 0.18);
  overflow: hidden;
}

.btn-join .btn-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.btn-join .btn-ico path {
  stroke: #0e2a47;
}

.btn-join::after {
  content: "";
  position: absolute;
  inset: -40% -10% auto -10%;
  height: 200%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.45),
      rgba(255, 255, 255, 0));
  transform: translateX(-120%) rotate(12deg);
  animation: shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shine {

  0%,
  55% {
    transform: translateX(-120%) rotate(12deg);
  }

  70% {
    transform: translateX(20%) rotate(12deg);
  }

  100% {
    transform: translateX(120%) rotate(12deg);
  }
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "centurygothic-bold";
  font-size: 1rem;
  color: #17324e;
  text-decoration: none;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 6px 16px rgba(13, 71, 161, 0.1);
}

.btn-join:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(13, 71, 161, 0.22);
}

.btn-ghost:hover {
  transform: translateY(-1px);
}

.ticket-legal {
  color: #2a4a69;
  opacity: 0.85;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-family: "centurygothic";
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .seccion-ticket::before,
  .btn-join::after {
    animation: none !important;
  }
}

/*/ Formulario Masterclass */

.seccion-masterclass {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 110px) 16px;
  isolation: isolate;
  padding-left: clamp(24px, 6vw, 80px);
  padding-right: clamp(24px, 6vw, 80px);
  background: var(--primario);
  isolation: isolate;
}

.form-secundario {
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 27, 45, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(13, 71, 161, 0.1);
  backdrop-filter: blur(6px);
  width: min(100%, 1200px);
  margin-inline: auto;
}

.seccion-masterclass .actions {
  display: flex;
  gap: 12px;
}

.seccion-masterclass .form-status {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.3;
  border: 1px solid transparent;
}

.seccion-masterclass .form-status[data-type="success"] {
  background: #eefcf3;
  border-color: #cef1d7;
  font-family: "centurygothic-bold";
  font-size: 1rem;
}

.seccion-masterclass .form-status[data-type="error"] {
  background: #fff3f3;
  border-color: #ffd6d6;
  font-family: "centurygothic-bold";
}

.seccion-masterclass .form-status[data-type="info"] {
  background: #f3f6ff;
  border-color: #dbe4ff;
}

@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.seccion-masterclass .form-grid .field,
.seccion-masterclass .actions {
  animation: fadeUpIn 0.35s ease both;
}

/*/ Banner Masterclass */

.banner-master {
  position: relative;
  width: 100%;
  height: var(--banner-h);
  min-height: 260px;
  background-image: var(--banner-master);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  isolation: isolate;
}

@media (max-width: 900px) {
  .banner-master {
    background-image: var(--banner-master-min);
    background-size: cover;
  }
}

.cta-extra {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #e53935 0%, #b40f58 48%, #73036b 100%);
  box-shadow: 0 8px 18px rgba(53, 160, 255, 0.35);
  transition: transform 0.15s ease, filter 0.2s ease;
  white-space: nowrap;
}

.cta-extra:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.cta-extra svg {
  width: 18px;
  height: 18px;
}

:root {
  --modal-bg: #0b0b0fbb;
  --panel-bg: #121217;
}

/*/ Video */

.seccion-video-masterclass {
  display: grid;
  gap: clamp(12px, 2vh, 20px);
}

.video-titulo {
  font-family: "centurygothic-bold", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  letter-spacing: 0.3px;
  background: linear-gradient(90deg, var(--acento) 0%, var(--azul-oscuro) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-top: clamp(18px, 5vh, 28px);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: clamp(18px, 5vh, 35px);
}

.video-wrapper iframe,
.video-thumb,
.video-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-thumb {
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: clamp(28px, 6vw, 56px);
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.2em 0.5em 0.25em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}


/*/Conferencista */

.seccion-conferencistas {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 10px) 16px;
  background: radial-gradient(45rem 45rem at 90% -10%,
      rgba(93, 175, 227, 0.18),
      transparent 55%),
    linear-gradient(180deg, #f6fbff 0%, #eaf4ff 100%);
  border-top: 1px solid rgba(13, 71, 161, 0.08);
  isolation: isolate;
}

.seccion-conferencistas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--acento, #5dafe3),
      var(--acento-2, #b2ebf2),
      #ffffff,
      var(--acento, #5dafe3));
  background-size: 200% 100%;
  animation: barra 12s linear infinite;
}

.conf-wrap {
  width: min(100%, 1180px);
  margin-inline: auto;
  border-radius: 22px;
  backdrop-filter: blur(6px);
}

.conf-titulo {
  font-family: "centurygothic-bold";
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin: 0;
  background: linear-gradient(90deg, var(--azul-oscuro), #2b4b6c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  line-height: 1.15;
  text-align: center;
}

.conf-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2.2vw, 24px);
}

@media (max-width: 980px) {
  .conf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .conf-grid {
    grid-template-columns: 1fr;
  }
}

.conf-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 10px 24px rgba(13, 71, 161, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.conf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(13, 71, 161, 0.18);
}

.conf-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 2;
  height: 20rem;
  width: 100%;
  mask-image: radial-gradient(120% 120% at 50% 0%, black 60%, transparent 100%);
}

.conf-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.conf-card:hover .conf-photo img {
  transform: scale(1.06);
}

.conf-body {
  padding: 14px 14px 16px;
}

.conf-name {
  margin: 6px 0 6px;
  font-family: "centurygothic-bold";
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  background: var(--azul-oscuro);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.conf-bio {
  margin: 0 0 10px;
  font-family: "centurygothic";
  color: #29435f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.conf-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
}

.conf-chips span {
  font-family: "centurygothic-bold";
  font-size: 0.85rem;
  color: #17324e;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 27, 45, 0.12);
  box-shadow: 0 3px 10px rgba(13, 71, 161, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.conf-chips span:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 71, 161, 0.14);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes barra {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes subrayado {
  from {
    width: 0;
    opacity: 0.3;
  }

  to {
    width: 140px;
    opacity: 1;
  }
}

.conf-wrap {
  width: min(100%, 1240px);
}

@media (min-width: 1160px) {
  .conf-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 1.6vw, 18px);
  }
}

@media (min-width: 980px) and (max-width: 1159.98px) {
  .conf-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 979.98px) and (min-width: 640px) {
  .conf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639.98px) {
  .conf-grid {
    grid-template-columns: 1fr;
  }
}

.conf-card {
  --conf-photo-ratio: 3 / 4;
}

.conf-photo {
  aspect-ratio: var(--conf-photo-ratio, 3 / 4);
  object-fit: cover;
}

.conf-body {
  padding: clamp(10px, 1.2vw, 12px);
}

.conf-name {
  margin: 4px 0 4px;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
}

.conf-bio {
  font-size: 0.95rem;
  line-height: 1.45;
  margin-bottom: 8px;
  min-height: 7rem;
}

.conf-chips {
  gap: 0.35rem 0.4rem;
}

.conf-chips span {
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
}

.conf-card {
  position: relative;
}

.conf-flag {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 26px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(15, 27, 45, 0.12);
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.16);
  pointer-events: none;
  /* no bloquear hover/clicks */
  z-index: 3;
}

.conf-flag--left {
  left: 10px;
  right: auto;
}

@media (max-width: 480px) {

  .conf-flag,
  .conf-flag--left {
    width: 32px;
    height: 22px;
  }
}

.conf-flag::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: radial-gradient(closest-side,
      rgba(255, 255, 255, 0.55),
      transparent 70%);
  z-index: -1;
}

.org {
  font-family: "centurygothic";
  color: #29435f;
  font-size: 0.9rem;
  line-height: 1.6;
}

.conf-card a {
  text-decoration: none;
}

.conf-sub {
  font-family: 'centurygothic-bold';
  font-size: clamp(1rem, 1.35vw, 1.5rem);
  line-height: 1.7;
  color: black;
  text-align: center;
  margin: .35rem auto;
  max-width: 150ch;
  position: relative;
  margin-top: -1rem;
  padding-bottom: .35rem;
  margin-bottom: 1rem;
}

.conf-meta::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  margin: .6rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2));
  box-shadow: 0 1px 10px rgba(93, 175, 227, .25);
  animation: subrayado .9s ease-out .1s both;
}

.conf-sub::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  margin: -3.6rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2));
  box-shadow: 0 1px 10px rgba(93, 175, 227, .25);
  animation: subrayado .9s ease-out .1s both;
}


.conf-meta {
  font-family: 'centurygothic-bold';
  font-size: clamp(.95rem, 1.1vw, 1.2rem);
  line-height: 1.65;
  text-align: center;
  color: #17324e;
  margin: .1rem auto;
  max-width: 70ch;
  position: relative;
  padding-left: 0;
}

/* Fila del nombre con botón */
.conf-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin: 6px 0 6px;
}

.conf-name {
  margin: 0;
}

.btn-linkedin {
  --li-brand: #0A66C2;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'centurygothic-bold';
  font-size: .9rem;
  color: #17324e;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, var(--acento, #5dafe3), var(--acento-2, #b2ebf2)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(13, 71, 161, .08);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-linkedin .li-ico {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  fill: var(--li-brand);
}

.btn-linkedin:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(13, 71, 161, .14);
}

@media (max-width: 420px) {
  .conf-name-row {
    flex-wrap: wrap;
  }

  .btn-linkedin {
    order: 2;
  }
}

.resaltado {
  color: inherit;
}

/*------------------------Agente de Voz-----------------------*/
/* ====== Scope del widget ====== */
.kll-widget {
  --kll-bg: #eef3f7;
  --kll-text: #0f172a;
  --kll-card: #fff;
  --kll-border: 1px solid rgba(0, 0, 0, .08);
  --kll-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  --kll-grad1: #7cc4ff;
  --kll-grad2: #60afff;
  --kll-body: #67b7ff;
  --kll-footer: #7ec3ff;
  --kll-primary: #0e86d4;
  --kll-danger: #e53935;

  /* Tamaño del panel “modal” anclado */
  --kll-panel-width: 360px;
  /* ↓ ajusta tamaño */
  --kll-panel-body-h: 260px;
  font-family: system-ui, Segoe UI, Inter, Roboto, Arial, sans-serif;
  color: var(--kll-text);
}

.kll-widget * {
  box-sizing: border-box
}

/* Landing de ejemplo (puedes quitarla de tu layout real) */
.kll-landing {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  background: var(--kll-bg)
}

.kll-landing__title {
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 800;
  margin: 0
}

/* FAB robot */
.kll-bot-fab {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 112px;
  height: 148px;
  background: none;
  border: none;
  border-radius: 18px;
  box-shadow: none;
  display: grid;
  place-items: center;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  transition: transform .15s, filter .15s, opacity .2s ease;
  z-index: 9998;
}

.kll-bot-fab:hover {
  filter: brightness(1.02)
}

.kll-bot-fab:active {
  transform: translateY(1px) scale(.995)
}

.kll-bot-fab.kll-hidden {
  opacity: 0;
  pointer-events: none
}

.kll-bot-fab img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain
}

/* “Modal” anclado (sin overlay de pantalla completa) */
.kll-modal {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
  width: auto;
  height: auto;
  pointer-events: none;
  /* el panel interior toma los eventos */
}

.kll-modal.kll-open {
  display: block
}

.kll-panel {
  width: min(var(--kll-panel-width), 94vw);
  background: var(--kll-card);
  border-radius: 18px;
  box-shadow: var(--kll-shadow);
  overflow: hidden;
  pointer-events: auto;
  transform: translateY(10px) scale(.98);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
}

.kll-modal.kll-open .kll-panel {
  transform: none;
  opacity: 1
}

.kll-panel__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: linear-gradient(var(--kll-grad1), var(--kll-grad2));
  color: #083159;
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.kll-hdr__icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(0, 0, 0, .08);
  font-weight: 700;
  font-size: 12px
}

.kll-hdr__title {
  font-weight: 800;
  font-size: 14px
}

.kll-hdr__sub {
  font-size: 11px;
  opacity: .85
}

.kll-hdr__spacer {
  flex: 1
}

.kll-icon-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
  cursor: pointer;
  font-size: 14px
}

.kll-panel__body {
  background: var(--kll-body);
  height: var(--kll-panel-body-h);
  display: grid;
  place-items: center;
  position: relative
}

.kll-wave {
  display: flex;
  align-items: flex-end;
  gap: 18px
}

.kll-bar {
  width: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  height: 40px;
  transform-origin: bottom center;
  transition: height .06s linear;
  box-shadow: 0 4px 18px rgba(255, 255, 255, .25)
}

.kll-input-row {
  position: absolute;
  inset: auto 10px 10px 10px;
  display: flex;
  gap: 8px
}

.kll-input-row input {
  flex: 1;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px
}

.kll-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px
}

.kll-btn--primary {
  background: var(--kll-primary);
  color: #fff;
  border-color: transparent
}

.kll-btn--danger {
  background: var(--kll-danger);
  color: #fff;
  border-color: transparent
}

.kll-panel__footer {
  background: var(--kll-footer);
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.kll-mic {
  min-width: 44px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  cursor: pointer;
  font-size: 14px
}

.kll-mic.kll-on {
  background: #10b981;
  color: #fff;
  border-color: #0a8c63
}

.kll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b0b0b
}

/* Responsive fino: panel un poco más alto en móviles muy bajos */
@media (max-height: 640px) {
  .kll-widget {
    --kll-panel-body-h: 220px;
  }
}