:root {
  --m-negro: #080807;
  --m-carbon: #11110f;
  --m-carbon-2: #191813;
  --m-marfil: #f4ead7;
  --m-hueso: #fffaf0;
  --m-oro: #dda33b;
  --m-oro-claro: #f2ca68;
  --m-naranja: #e85128;
  --m-turquesa: #2d7675;
  --m-turquesa-claro: #5ea09c;
  --m-borde: rgba(242, 202, 104, 0.22);
  --m-sombra: 0 28px 70px rgba(0, 0, 0, 0.38);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body.evento-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--m-marfil);
  background: var(--m-negro);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.evento-body *,
.evento-body *::before,
.evento-body *::after {
  box-sizing: border-box;
}

.evento-body a {
  text-decoration: none;
}

.mosaicos-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(4, 4, 3, 0.88), rgba(4, 4, 3, 0));
}

.mosaicos-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.mosaicos-marca {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
}

.mosaicos-logo {
  width: 60px;
  display: inline-flex;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.35));
}

.mosaicos-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.mosaicos-marca-texto {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.mosaicos-marca-texto strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.34rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.mosaicos-marca-texto small {
  margin-top: 5px;
  color: var(--m-naranja);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.mosaicos-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.mosaicos-nav a,
.mosaicos-nav button {
  position: relative;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.mosaicos-nav .mosaicos-nav-staff {
  padding: 0;
  color: var(--m-turquesa-claro);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mosaicos-nav a:not(.mosaicos-nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--m-oro);
  transition: right 180ms ease;
}

.mosaicos-nav a:hover,
.mosaicos-nav button:hover {
  color: #fff;
}

.mosaicos-nav a:hover::after {
  right: 0;
}

.mosaicos-nav-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(242, 202, 104, 0.55);
  border-radius: 3px;
  color: var(--m-oro-claro) !important;
  background: rgba(8, 8, 7, .28);
  font-family: inherit;
  cursor: pointer;
}

.mosaicos-hero {
  position: relative;
  min-height: min(920px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #080807;
}

.mosaicos-hero-bg {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 5, 0.98) 0%, rgba(6, 6, 5, 0.89) 36%, rgba(6, 6, 5, 0.56) 66%, rgba(6, 6, 5, 0.82) 100%),
    linear-gradient(0deg, #080807 0%, transparent 42%),
    url("/assets/eventos/mosaicos/fondo-mosaicos-ia.jpg") center / cover no-repeat;
  filter: saturate(0.78) sepia(0.12);
  transform: scale(1.01);
}

.mosaicos-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
  pointer-events: none;
}

.mosaicos-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 26%;
  width: 46%;
  height: 84%;
  border-radius: 50%;
  background: rgba(225, 139, 30, 0.12);
  filter: blur(100px);
}

.mosaicos-hero-inner {
  min-height: min(920px, 100svh);
  padding-top: clamp(132px, 16vh, 180px);
  padding-bottom: clamp(88px, 11vh, 130px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.68fr);
  align-items: center;
  gap: clamp(56px, 8vw, 120px);
}

.mosaicos-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.mosaicos-sobrelinea,
.mosaicos-kicker {
  margin: 0 0 20px;
  color: var(--m-oro-claro);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mosaicos-sobrelinea {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mosaicos-sobrelinea span {
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, var(--m-naranja), var(--m-oro));
}

.mosaicos-hero h1 {
  margin: 0;
  max-width: 680px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0.018em;
  text-transform: uppercase;
}

.mosaicos-hero h1 span {
  display: block;
  max-width: 600px;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.mosaicos-hero h1 strong {
  display: block;
  margin-top: 8px;
  color: var(--m-oro);
  font-size: clamp(5rem, 10vw, 9.4rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 0 #b6741b, 0 12px 40px rgba(230, 150, 35, 0.18);
}

.mosaicos-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.19rem);
  line-height: 1.75;
}

.mosaicos-hero-promesa {
  width: fit-content;
  margin: 15px 0 0;
  padding-bottom: 5px;
  color: var(--m-oro-claro);
  border-bottom: 1px solid rgba(242, 202, 104, .42);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-style: italic;
}

.mosaicos-fecha-hero {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding-left: 18px;
  border-left: 3px solid var(--m-turquesa-claro);
}

.mosaicos-fecha-dia {
  color: #fff;
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 3.6rem;
  line-height: 0.82;
}

.mosaicos-fecha-detalle {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mosaicos-fecha-detalle strong {
  color: var(--m-naranja);
  font-size: 1.05rem;
  letter-spacing: 0.16em;
}

.mosaicos-fecha-detalle small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.mosaicos-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.btn-mosaicos {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 3px;
  padding: 14px 22px;
  font-family: inherit;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn-mosaicos:hover {
  transform: translateY(-2px);
}

.btn-mosaicos-principal {
  color: #171208;
  background: linear-gradient(135deg, var(--m-oro-claro), var(--m-oro));
  box-shadow: 0 14px 30px rgba(221, 163, 59, 0.18);
}

.btn-mosaicos-principal:hover {
  color: #080807;
  box-shadow: 0 18px 34px rgba(221, 163, 59, 0.28);
}

.btn-mosaicos-secundario {
  color: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.btn-mosaicos-secundario:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.mosaicos-microcopy {
  margin: 18px 0 0;
  color: rgba(255, 250, 240, 0.46);
  font-size: 0.78rem;
}

.mosaicos-poster-area {
  position: relative;
  z-index: 2;
  width: min(100%, 408px);
  justify-self: end;
  padding: 12px;
  transform: rotate(1.2deg);
}

.mosaicos-poster-halo {
  position: absolute;
  z-index: -1;
  inset: 16% -18% 7%;
  background: rgba(231, 86, 35, 0.28);
  filter: blur(80px);
}

.mosaicos-poster-marco {
  position: relative;
  aspect-ratio: 759 / 1308;
  overflow: hidden;
  border: 1px solid rgba(242, 202, 104, 0.34);
  border-radius: 4px;
  background: #050505;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.58), 18px 18px 0 rgba(45, 118, 117, 0.13), -10px -10px 0 rgba(232, 81, 40, 0.1);
}

.mosaicos-poster-marco::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 8px rgba(4, 4, 3, 0.2), inset 0 -40px 50px #030303;
  pointer-events: none;
}

.mosaicos-poster-marco img {
  display: block;
  width: 100%;
  height: auto;
}

.mosaicos-poster-nota {
  position: absolute;
  right: -40px;
  bottom: 58px;
  padding: 7px 12px;
  color: #071212;
  background: var(--m-turquesa-claro);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  transform: rotate(90deg);
}

.mosaicos-rueda {
  position: absolute;
  z-index: -1;
  width: 290px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.3;
  background:
    radial-gradient(circle, transparent 0 38%, #080807 38.5% 44%, transparent 44.5% 100%),
    repeating-conic-gradient(from 4deg, var(--m-naranja) 0 7deg, #151411 7deg 9deg, var(--m-oro) 9deg 16deg, #151411 16deg 18deg, var(--m-turquesa) 18deg 25deg, #151411 25deg 27deg);
  box-shadow: inset 0 0 0 14px #080807, inset 0 0 0 17px rgba(255, 255, 255, 0.16);
}

.mosaicos-rueda-a {
  top: -150px;
  left: -120px;
}

.mosaicos-rueda-b {
  right: -170px;
  bottom: -150px;
  width: 370px;
}

.mosaicos-franja {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.mosaicos-franja span:nth-child(3n + 1) { background: var(--m-naranja); }
.mosaicos-franja span:nth-child(3n + 2) { background: var(--m-oro); }
.mosaicos-franja span:nth-child(3n) { background: var(--m-turquesa); }

.mosaicos-manifiesto {
  position: relative;
  padding: clamp(90px, 12vw, 170px) 0;
  color: #252018;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 20%, rgba(221, 163, 59, 0.13), transparent 24%),
    linear-gradient(135deg, #fffaf0, #eee2cd);
}

.mosaicos-manifiesto::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(#6e5b3b 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.mosaicos-manifiesto-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.48fr 1.15fr 0.7fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.mosaicos-manifiesto-numero {
  color: var(--m-oro);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: clamp(9rem, 20vw, 18rem);
  line-height: 0.7;
  letter-spacing: -0.04em;
  text-shadow: 5px 6px 0 rgba(232, 81, 40, 0.12);
}

.mosaicos-manifiesto .mosaicos-kicker {
  color: var(--m-turquesa);
}

.mosaicos-manifiesto h2,
.mosaicos-seccion-titulo h2,
.mosaicos-registro-intro h2,
.mosaicos-comprobante h2 {
  margin: 0;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  font-weight: 250;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.mosaicos-seccion-titulo h2 {
  color: var(--m-hueso);
}

.mosaicos-manifiesto h2 em {
  color: var(--m-naranja);
  font-family: Georgia, serif;
  font-weight: 400;
}

.mosaicos-manifiesto-copy > p:not(.mosaicos-kicker) {
  max-width: 650px;
  margin: 28px 0 0;
  color: #625846;
  font-size: 1.04rem;
  line-height: 1.8;
}

.mosaicos-cita {
  display: flex;
  gap: 18px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(75, 59, 34, 0.18);
}

.mosaicos-cita > span {
  color: var(--m-oro);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.75;
}

.mosaicos-cita p {
  margin: 0;
  color: #2f2a21;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.45;
}

.mosaicos-fecha-card {
  padding: clamp(28px, 4vw, 46px);
  color: var(--m-marfil);
  border-left: 5px solid var(--m-naranja);
  background: var(--m-carbon);
  box-shadow: var(--m-sombra);
}

.mosaicos-fecha-card small {
  display: block;
  color: var(--m-turquesa-claro);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.mosaicos-fecha-card > strong {
  display: block;
  margin-top: 14px;
  color: var(--m-oro);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: clamp(5rem, 9vw, 7.6rem);
  font-weight: 400;
  line-height: 0.82;
}

.mosaicos-fecha-card > span {
  display: block;
  margin-top: 10px;
  color: var(--m-naranja);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}

.mosaicos-fecha-card p {
  margin: 25px 0 0;
  color: rgba(255, 250, 240, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mosaicos-info-cabecera {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 790px;
  margin-bottom: clamp(42px, 6vw, 66px);
}

.mosaicos-info-cabecera h2 {
  margin: 0;
  color: #17140f;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(2.7rem, 4vw, 4.15rem);
  font-weight: 250;
  line-height: .9;
  letter-spacing: -.06em;
}

.mosaicos-info-cabecera h2 em {
  color: var(--m-naranja);
  font-family: Georgia, serif;
  font-weight: 400;
}

.mosaicos-info-cabecera > p:not(.mosaicos-kicker) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #625846;
  font-size: 1rem;
  line-height: 1.7;
}

.mosaicos-info-relato {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 780px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(75, 59, 34, .18);
}

.mosaicos-info-relato p {
  margin: 0;
  color: #625846;
  font-size: .92rem;
  line-height: 1.72;
}

.mosaicos-staff-modal {
  position: fixed;
  z-index: 150;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}
.mosaicos-staff-modal-fondo {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5,5,4,.78);
  backdrop-filter: blur(7px);
}
.mosaicos-staff-modal-dialogo {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: clamp(30px, 5vw, 44px);
  border: 1px solid rgba(221,163,59,.45);
  border-radius: 10px;
  color: #2a241b;
  background:
    linear-gradient(135deg, rgba(221,163,59,.09), transparent 45%),
    #fffaf1;
  box-shadow: 0 34px 100px rgba(0,0,0,.44);
}
.mosaicos-staff-modal-cerrar {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #756a58;
  border: 1px solid #dfd4c3;
  border-radius: 50%;
  background: rgba(255,255,255,.66);
  font-size: 1.45rem;
}
.mosaicos-staff-modal-dialogo h2 { margin: 8px 0 0; color: #201c16; font-size: clamp(2rem, 5vw, 2.6rem); letter-spacing: -.05em; }
.mosaicos-staff-modal-bajada { margin: 10px 0 26px; color: #776b59; font-size: .87rem; line-height: 1.55; }
.mosaicos-staff-modal-dialogo .form-label { margin-bottom: 7px; color: #42382b; font-size: .64rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.mosaicos-staff-modal-dialogo .form-control { min-height: 54px; color: #2b261e; border-color: #d8ccba; border-radius: 6px; background: rgba(255,255,255,.85); font-size: 16px; }
.mosaicos-staff-modal-dialogo .form-control:focus { border-color: var(--m-turquesa); box-shadow: 0 0 0 3px rgba(45,119,116,.14); }
.mosaicos-staff-clave-wrap { position: relative; }
.mosaicos-staff-clave-wrap .form-control { padding-right: 72px; }
.mosaicos-staff-clave-wrap button { position: absolute; top: 6px; right: 6px; bottom: 6px; min-width: 56px; color: var(--m-turquesa); border: 0; border-radius: 4px; background: rgba(45,119,116,.09); font-size: .7rem; font-weight: 850; }
.btn-mosaicos-staff-submit { width: 100%; min-height: 54px; margin-top: 8px; color: #17140f; border: 1px solid var(--m-oro); background: linear-gradient(135deg, var(--m-oro-claro), var(--m-oro)); font-weight: 900; }
.mosaicos-staff-estado { min-height: 20px; margin: 12px 0 0; color: #9f3f35; font-size: .72rem; line-height: 1.45; text-align: center; }
.mosaicos-staff-estado.is-success { color: var(--m-turquesa); }
.mosaicos-staff-ayuda { margin: 22px 0 0; padding-top: 18px; color: #8b7e6b; border-top: 1px solid #e2d8c8; font-size: .68rem; text-align: center; }

.mosaicos-info-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: start;
  gap: clamp(26px, 4vw, 52px);
}

.mosaicos-info-datos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(75, 59, 34, .16);
  border-radius: 7px;
  background: rgba(255, 253, 247, .42);
  box-shadow: 0 20px 55px rgba(55, 40, 18, .065);
}

.mosaicos-info-datos article {
  min-height: 168px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-content: start;
  gap: 18px;
  padding: clamp(22px, 2.5vw, 32px);
  border-right: 1px solid rgba(75, 59, 34, .18);
  border-bottom: 1px solid rgba(75, 59, 34, .18);
  background: transparent;
}

.mosaicos-info-datos article:nth-child(2n) { border-right: 0; }

.mosaicos-info-datos article:nth-last-child(-n + 2) { border-bottom: 0; }

.mosaicos-info-icono {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--m-turquesa);
  border: 1px solid rgba(45, 118, 117, .24);
  border-radius: 50%;
  background: rgba(45, 118, 117, .065);
}

.mosaicos-info-icono svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mosaicos-info-datos small,
.mosaicos-info-datos strong {
  display: block;
}

.mosaicos-info-datos small {
  margin: 3px 0 8px;
  color: var(--m-naranja);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.mosaicos-info-datos strong {
  color: #272219;
  font-size: 1.05rem;
  line-height: 1.35;
}

.mosaicos-info-datos p {
  margin: 8px 0 0;
  color: #716653;
  font-size: .8rem;
  line-height: 1.6;
}

.mosaicos-info-datos a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--m-turquesa);
  font-size: .71rem;
  font-weight: 900;
  letter-spacing: .035em;
}

.mosaicos-info-datos a:hover { color: #205f5d; }

.mosaicos-aporte-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(30px, 3.2vw, 42px);
  color: var(--m-marfil);
  border-left: 5px solid var(--m-oro);
  background:
    radial-gradient(circle at 100% 0, rgba(221, 163, 59, .17), transparent 18rem),
    var(--m-carbon);
  box-shadow: var(--m-sombra);
}

.mosaicos-aporte-etiqueta {
  padding: 8px 11px;
  color: #171208;
  border-radius: 999px;
  background: var(--m-oro-claro);
  font-size: .59rem;
  font-weight: 950;
  letter-spacing: .16em;
}

.mosaicos-aporte-ilustracion {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin: 22px 0 18px;
  color: var(--m-oro);
  border: 1px solid rgba(242, 202, 104, .22);
  border-radius: 50%;
  background: rgba(221, 163, 59, .07);
}

.mosaicos-aporte-ilustracion svg {
  width: 62px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mosaicos-aporte-card h3 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  letter-spacing: -.04em;
}

.mosaicos-aporte-card > p {
  margin: 17px 0 0;
  color: rgba(255, 250, 240, .69);
  line-height: 1.7;
}

.mosaicos-aporte-card > p strong { color: var(--m-oro-claro); }

.mosaicos-aporte-card > small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 250, 240, .42);
  font-size: .69rem;
  line-height: 1.6;
}

.btn-mosaicos-aporte {
  width: 100%;
  min-height: 56px;
  margin-top: 26px;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #15120d;
  background: linear-gradient(135deg, var(--m-oro-claro), var(--m-oro));
  box-shadow: 0 15px 30px rgba(221, 163, 59, .14);
}

.btn-mosaicos-aporte:hover { color: #080807; }

.mosaicos-aviso {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.mosaicos-aviso-fondo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 3, 2, .82);
  backdrop-filter: blur(10px);
}

.mosaicos-aviso-card {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  overflow: hidden;
  padding: 42px 42px 36px;
  color: #292318;
  border: 1px solid rgba(242, 202, 104, .54);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(221, 163, 59, .15), transparent 15rem),
    #fffaf1;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .58);
  text-align: center;
  animation: mosaicos-modal-entrada 220ms ease-out both;
}

.mosaicos-aviso-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--m-naranja), var(--m-oro), var(--m-turquesa));
}

.mosaicos-aviso-cerrar {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  color: #756a58;
  border: 1px solid #ded2be;
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  font-size: 1.7rem;
  line-height: 1;
}

.mosaicos-aviso-icono {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: var(--m-oro);
  border: 1px solid rgba(174, 127, 33, .25);
  border-radius: 50%;
  background: rgba(221, 163, 59, .08);
}

.mosaicos-aviso-icono svg {
  width: 55px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mosaicos-aviso-card > p:first-of-type {
  margin: 0 0 12px;
  color: var(--m-naranja);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .2em;
}

.mosaicos-aviso-card h2 {
  margin: 0;
  color: #211d16;
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -.045em;
}

.mosaicos-aviso-requisito {
  display: grid;
  gap: 7px;
  margin-top: 25px;
  padding: 20px;
  border: 1px solid rgba(123, 92, 34, .2);
  border-radius: 10px;
  background: rgba(221, 163, 59, .075);
}

.mosaicos-aviso-requisito small {
  color: #9e5d22;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .17em;
}

.mosaicos-aviso-requisito strong {
  color: #2b251b;
  font-size: 1.05rem;
  line-height: 1.45;
}

.mosaicos-aviso-texto {
  margin: 19px auto 0;
  color: #716653;
  font-size: .86rem;
  line-height: 1.65;
}

.mosaicos-aviso-intro {
  margin: 4px 0 12px;
  color: #6f6555;
  font-size: .98rem;
}

.mosaicos-aviso-acciones {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.mosaicos-aviso-acciones .btn-mosaicos {
  width: 100%;
}

.mosaicos-aviso-secundario {
  padding: 9px;
  color: #756a58;
  border: 0;
  background: transparent;
  font-size: .75rem;
  font-weight: 800;
}

.mosaicos-acceso {
  position: relative;
  padding: clamp(88px, 10vw, 140px) 0;
  overflow: hidden;
  background: var(--m-carbon);
}

.mosaicos-acceso::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -210px;
  width: 520px;
  height: 520px;
  border: 60px solid rgba(45, 118, 117, 0.08);
  border-radius: 50%;
}

.mosaicos-seccion-titulo {
  max-width: 700px;
}

.mosaicos-seccion-titulo h2 span {
  color: var(--m-oro);
  font-family: Georgia, serif;
  font-style: italic;
}

.mosaicos-seccion-titulo > p:last-child {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.57);
  line-height: 1.75;
}

.mosaicos-pasos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(48px, 7vw, 90px);
  border-top: 1px solid var(--m-borde);
  border-bottom: 1px solid var(--m-borde);
}

.mosaicos-pasos article {
  min-height: 210px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 40px clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--m-borde);
}

.mosaicos-pasos article:last-child {
  border-right: 0;
}

.mosaicos-pasos article > span {
  color: var(--m-naranja);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 2rem;
}

.mosaicos-pasos h3 {
  margin: 4px 0 11px;
  color: var(--m-hueso);
  font-size: 1.05rem;
}

.mosaicos-pasos p {
  margin: 0;
  color: rgba(255, 250, 240, 0.5);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mosaicos-registro {
  position: relative;
  padding: clamp(90px, 11vw, 160px) 0;
  overflow: hidden;
  color: var(--m-marfil);
  background:
    linear-gradient(120deg, rgba(8, 8, 7, 0.98), rgba(16, 15, 12, 0.96)),
    url("/assets/eventos/mosaicos/fondo-mosaicos-ia.jpg") center / cover no-repeat;
}

.mosaicos-registro-luz {
  position: absolute;
  top: -220px;
  left: -190px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(221, 163, 59, 0.1);
  filter: blur(50px);
}

.mosaicos-registro-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.67fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(50px, 8vw, 120px);
}

.mosaicos-registro-intro {
  position: sticky;
  top: 100px;
}

.mosaicos-registro-intro h2 {
  color: var(--m-oro);
}

.mosaicos-registro-intro > p:not(.mosaicos-kicker) {
  margin: 25px 0 0;
  color: rgba(255, 250, 240, 0.61);
  line-height: 1.8;
}

.mosaicos-registro-seguridad {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid var(--m-borde);
}

.mosaicos-registro-seguridad svg {
  width: 26px;
  flex: 0 0 26px;
  fill: var(--m-turquesa-claro);
}

.mosaicos-registro-seguridad span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mosaicos-registro-seguridad strong {
  color: var(--m-hueso);
  font-size: 0.86rem;
}

.mosaicos-registro-seguridad small {
  color: rgba(255, 250, 240, 0.44);
  line-height: 1.5;
}

.mosaicos-form-card,
.mosaicos-comprobante {
  border: 1px solid rgba(242, 202, 104, 0.18) !important;
  border-radius: 5px !important;
  background: #fffaf2 !important;
  box-shadow: var(--m-sombra);
}

.mosaicos-form-encabezado {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4d9c5;
}

.mosaicos-form-encabezado span {
  color: var(--m-turquesa);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.mosaicos-form-encabezado p {
  margin: 7px 0 0;
  color: #7a705f;
  font-size: 0.83rem;
}

.mosaicos-form-card .form-label {
  color: #3e372d;
  font-size: 0.78rem;
  font-weight: 750;
}

.mosaicos-form-card .form-label small {
  color: #948a78;
  font-weight: 500;
}

.mosaicos-form-card .form-control,
.mosaicos-form-card .form-select {
  min-height: 52px;
  color: #211e19;
  border: 1px solid #d9ccb7;
  border-radius: 3px;
  background-color: #fffdf8;
  font-size: 0.95rem;
  box-shadow: none;
}

.mosaicos-form-card .form-control:focus,
.mosaicos-form-card .form-select:focus {
  border-color: var(--m-turquesa);
  box-shadow: 0 0 0 3px rgba(45, 118, 117, 0.12);
}

.mosaicos-form-card .form-control::placeholder {
  color: #aaa08f;
}

.mosaicos-celular-campo {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  width: 100%;
  min-width: 0;
}

.mosaicos-prefijo-selector {
  position: relative;
  min-width: 0;
}

.mosaicos-prefijo-bandera {
  position: absolute;
  z-index: 3;
  left: .72rem;
  top: 50%;
  width: 1.25rem;
  height: .82rem;
  object-fit: cover;
  transform: translateY(-50%);
  border: 1px solid rgba(31, 27, 22, .12);
  pointer-events: none;
}

.mosaicos-celular-campo .form-select,
.mosaicos-celular-campo .form-control {
  width: 100%;
  min-width: 0;
}

.mosaicos-celular-campo .form-select {
  position: relative;
  z-index: 1;
  border-radius: 3px 0 0 3px;
  padding-left: 2.35rem;
  padding-right: 1.85rem;
  font-size: .76rem;
  font-weight: 700;
}

.mosaicos-celular-campo .form-control {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}

.mosaicos-celular-campo .form-select:focus,
.mosaicos-celular-campo .form-control:focus { z-index: 2; }

#form-inscripcion-evento .row > [class*="col-"] { min-width: 0; }

.was-validated .mosaicos-celular-campo:has(:invalid) ~ .invalid-feedback { display: block; }

.mosaicos-form-card .form-text {
  color: #938979;
  font-size: 0.7rem;
}

.mosaicos-opciones {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 150px));
  gap: 10px;
}

.mosaicos-opciones label {
  cursor: pointer;
}

.mosaicos-opciones input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mosaicos-opciones span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #554c3e;
  border: 1px solid #d9ccb7;
  border-radius: 3px;
  background: #fffdf8;
  font-size: 0.86rem;
  font-weight: 700;
  transition: 150ms ease;
}

.mosaicos-opciones input:checked + span {
  color: #fff;
  border-color: var(--m-turquesa);
  background: var(--m-turquesa);
  box-shadow: 0 5px 12px rgba(45, 118, 117, 0.18);
}

.mosaicos-opciones input:focus-visible + span {
  outline: 3px solid rgba(45, 118, 117, 0.2);
  outline-offset: 2px;
}

.btn-mosaicos-form {
  width: 100%;
  min-height: 58px;
  margin-top: 30px;
  color: #fff;
  background: linear-gradient(135deg, #236867, var(--m-turquesa));
  box-shadow: 0 14px 26px rgba(45, 118, 117, 0.18);
}

.btn-mosaicos-form:hover {
  color: #fff;
  box-shadow: 0 18px 30px rgba(45, 118, 117, 0.28);
}

.btn-mosaicos-form:disabled,
.btn-mosaicos-sync:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}

.mosaicos-form-nota {
  margin: 12px 0 0;
  color: #938979;
  font-size: 0.7rem;
  text-align: center;
}

.mosaicos-form-acompanantes {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  color: #4a402f;
  border: 1px solid rgba(212, 165, 66, .38);
  border-left: 4px solid var(--m-oro);
  border-radius: 5px;
  background: rgba(242, 202, 104, .1);
}

.mosaicos-form-acompanantes > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #211c14;
  border-radius: 50%;
  background: var(--m-oro-claro);
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .04em;
}

.mosaicos-form-acompanantes p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.55;
}

.mosaicos-form-acompanantes strong { display: block; color: #292218; }

.mosaicos-comprobante {
  grid-column: 2;
  color: #3d352a;
}

.mosaicos-check {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  background: var(--m-turquesa);
  box-shadow: 0 0 0 8px rgba(45, 118, 117, 0.1);
  font-size: 2rem;
}

.mosaicos-comprobante h2 {
  color: #252018;
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.mosaicos-comprobante .card-body > p:not(.mosaicos-kicker):not(.mosaicos-comprobante-nombre):not(.mosaicos-comprobante-id) {
  max-width: 620px;
  margin: 20px auto 0;
  color: #746956;
  line-height: 1.65;
}

.mosaicos-confirmacion-recordatorio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 6px;
  border: 1px solid #e2d5c1;
  border-radius: 5px;
  background: #fffdf8;
  text-align: left;
}

.mosaicos-confirmacion-recordatorio > span {
  min-width: 0;
  padding: 16px;
}

.mosaicos-confirmacion-recordatorio > span + span {
  border-left: 1px solid #e2d5c1;
}

.mosaicos-confirmacion-recordatorio small,
.mosaicos-confirmacion-recordatorio strong,
.mosaicos-confirmacion-recordatorio a {
  display: block;
}

.mosaicos-confirmacion-recordatorio small {
  margin-bottom: 6px;
  color: var(--m-naranja);
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.mosaicos-confirmacion-recordatorio strong {
  color: #352e23;
  font-size: .72rem;
  line-height: 1.45;
}

.mosaicos-confirmacion-recordatorio a {
  margin-top: 5px;
  color: var(--m-turquesa);
  font-size: .62rem;
  font-weight: 800;
}

.mosaicos-qr {
  width: fit-content;
  padding: 14px;
  border: 1px solid #ddcfb8;
  background: #fff;
}

.mosaicos-qr img,
.mosaicos-qr canvas {
  display: block;
  max-width: min(256px, 65vw);
  height: auto !important;
}

.mosaicos-comprobante-nombre {
  margin: 0;
  color: #252018;
  font-size: 1.12rem;
  font-weight: 800;
}

.mosaicos-comprobante-id {
  margin: 7px 0 0;
  color: #938979;
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.mosaicos-comprobante-compartir {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px auto 0;
  padding: 15px 18px;
  color: #433824;
  border: 1px solid rgba(212, 165, 66, .4);
  border-radius: 5px;
  background: rgba(242, 202, 104, .12);
  font-size: .75rem;
  line-height: 1.5;
}

.mosaicos-comprobante-compartir strong { color: #282117; }

.mosaicos-exito {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.mosaicos-exito-fondo {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 6, 5, .72);
  backdrop-filter: blur(7px);
}

.mosaicos-exito-card {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  padding: clamp(32px, 5vw, 48px);
  color: #30291f;
  border: 1px solid rgba(221, 163, 59, .42);
  border-radius: 9px;
  background: radial-gradient(circle at 90% 0, rgba(242, 202, 104, .17), transparent 12rem), #fffaf1;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .48);
  text-align: center;
  animation: aviso-in 210ms ease-out both;
}

.mosaicos-exito-cerrar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #6d6252;
  border: 1px solid #d9cdbb;
  border-radius: 50%;
  background: #fffdf8;
  font-size: 1.35rem;
}

.mosaicos-exito-icono {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: #17140f;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--m-oro-claro), var(--m-oro));
  box-shadow: 0 0 0 9px rgba(221, 163, 59, .12);
  font-size: 2rem;
  font-weight: 900;
}

.mosaicos-exito-card h2 {
  margin: 7px 0 13px;
  color: #211c15;
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -.055em;
}

.mosaicos-exito-card > p:not(.mosaicos-kicker) {
  margin: 0;
  color: #776b59;
  font-size: .88rem;
  line-height: 1.65;
}

.mosaicos-exito-acompanantes {
  margin-top: 18px;
  padding: 12px 14px;
  color: #604819;
  border: 1px solid rgba(212, 165, 66, .42);
  border-radius: 5px;
  background: rgba(242, 202, 104, .13);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.5;
}

.mosaicos-exito-acciones { display: flex; gap: 10px; margin-top: 24px; }
.mosaicos-exito-card .btn-mosaicos { width: 100%; margin-top: 0; }
.mosaicos-modal.requiere-descarga .mosaicos-modal-cerrar { display: none; }

@media (max-width: 520px) {
  .mosaicos-exito-acciones { flex-direction: column; }
}

.mosaicos-comprobante-acciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.btn-mosaicos-claro {
  color: #50483c;
  border: 1px solid #d6c8b1;
  background: transparent;
}

body.modal-inscripcion-abierto {
  overflow: hidden !important;
}

.mosaicos-registro-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
  padding: clamp(36px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid rgba(242, 202, 104, .27);
  background: linear-gradient(105deg, rgba(14, 14, 11, .76), rgba(26, 23, 17, .88));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .28);
}

.mosaicos-registro-cta::after {
  content: "17";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 4%;
  color: rgba(221, 163, 59, .055);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: clamp(10rem, 25vw, 22rem);
  line-height: .7;
  transform: translateY(-50%);
}

.mosaicos-registro-cta h2 {
  margin: 0;
  color: var(--m-hueso);
  font-size: clamp(2.9rem, 6vw, 6rem);
  line-height: .93;
  letter-spacing: -.055em;
}

.mosaicos-registro-cta h2 em {
  color: var(--m-oro);
  font-family: Georgia, serif;
  font-weight: 400;
}

.mosaicos-registro-cta > div:first-child > p:last-child {
  max-width: 590px;
  margin: 23px 0 0;
  color: rgba(255, 250, 240, .6);
  line-height: 1.7;
}

.mosaicos-registro-cta-accion {
  min-width: min(100%, 330px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
}

.btn-mosaicos-registro {
  min-height: 64px;
  padding-inline: 30px;
  color: #171208;
  background: linear-gradient(135deg, var(--m-oro-claro), var(--m-oro));
  box-shadow: 0 18px 38px rgba(221, 163, 59, .24);
}

.btn-mosaicos-registro:hover {
  color: #080807;
  box-shadow: 0 22px 45px rgba(221, 163, 59, .34);
}

.mosaicos-registro-cta-accion small {
  color: rgba(255, 250, 240, .42);
  font-size: .66rem;
  line-height: 1.5;
  text-align: center;
}

.mosaicos-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 38px);
}

.mosaicos-modal-fondo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 3, 2, .84);
  backdrop-filter: blur(11px);
  cursor: default;
}

.mosaicos-modal-dialogo {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(890px, calc(100dvh - clamp(28px, 6vw, 76px)));
  min-height: min(620px, calc(100dvh - 28px));
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid rgba(242, 202, 104, .23);
  border-radius: 10px;
  background: #fffaf2;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .58);
  animation: mosaicos-modal-entrada 220ms ease-out both;
}

@keyframes mosaicos-modal-entrada {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.mosaicos-modal-identidad {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  color: #fff;
  background: #0c0b09;
}

.mosaicos-modal-identidad-fondo {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .62;
  background:
    linear-gradient(0deg, rgba(7, 7, 5, .98), rgba(7, 7, 5, .38)),
    url("/assets/eventos/mosaicos/fondo-mosaicos-ia.jpg") 69% center / cover no-repeat;
}

.mosaicos-modal-marca,
.mosaicos-modal-promesa,
.mosaicos-modal-proteccion {
  position: relative;
  z-index: 1;
}

.mosaicos-modal-marca {
  display: flex;
  flex-direction: column;
  width: max-content;
  line-height: 1;
}

.mosaicos-modal-marca strong {
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .09em;
}

.mosaicos-modal-marca span {
  margin-top: 6px;
  color: var(--m-naranja);
  font-size: .53rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.mosaicos-modal-promesa > p {
  margin: 0 0 14px;
  color: var(--m-turquesa-claro);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.mosaicos-modal-promesa h2 {
  margin: 0;
  color: #fff;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 250;
  line-height: .9;
  letter-spacing: -.06em;
}

.mosaicos-modal-promesa h2 em {
  color: var(--m-oro);
  font-family: Georgia, serif;
  font-weight: 400;
}

.mosaicos-modal-promesa ul {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  list-style: none;
}

.mosaicos-modal-promesa li {
  color: rgba(255, 255, 255, .68);
  font-size: .74rem;
}

.mosaicos-modal-promesa li span {
  margin-right: 10px;
  color: var(--m-naranja);
  font-family: Impact, Haettenschweiler, sans-serif;
  letter-spacing: .08em;
}

.mosaicos-modal-proteccion {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .68);
}

.mosaicos-modal-proteccion svg {
  width: 25px;
  flex: 0 0 25px;
  fill: var(--m-turquesa-claro);
}

.mosaicos-modal-proteccion span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mosaicos-modal-proteccion strong { color: #fff; font-size: .7rem; }
.mosaicos-modal-proteccion small { font-size: .61rem; }

.mosaicos-modal-cerrar {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #6f6555;
  border: 1px solid #dfd3c0;
  border-radius: 50%;
  background: rgba(255, 253, 248, .94);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.mosaicos-modal-cerrar:hover,
.mosaicos-modal-cerrar:focus-visible {
  color: #fff;
  border-color: var(--m-turquesa);
  background: var(--m-turquesa);
}

.mosaicos-modal-contenido {
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(60px, 7vw, 84px) clamp(25px, 5vw, 70px) clamp(34px, 5vw, 60px);
  background:
    radial-gradient(circle at 95% 4%, rgba(221, 163, 59, .09), transparent 15rem),
    #fffaf2;
  scrollbar-color: #cdbd9f transparent;
}

.mosaicos-modal-contenido .mosaicos-form-card,
.mosaicos-modal-contenido .mosaicos-comprobante {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  border: 0 !important;
  box-shadow: none;
}

.mosaicos-modal-contenido .mosaicos-comprobante {
  grid-column: auto;
}

.mosaicos-footer {
  padding: 45px 0 20px;
  color: rgba(255, 250, 240, 0.57);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #050504;
}

.mosaicos-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.mosaicos-footer-frase {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mosaicos-footer-frase strong {
  color: var(--m-oro);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.mosaicos-footer-frase span {
  font-size: 0.76rem;
}

.mosaicos-footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.mosaicos-footer-links a {
  color: var(--m-turquesa-claro);
}

.mosaicos-credito {
  margin: 32px 0 0;
  color: rgba(255, 250, 240, 0.28);
  font-size: 0.61rem;
  text-align: center;
}

.mosaicos-sync-launcher {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  min-width: 168px;
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px 13px 8px 9px;
  color: #292117;
  border: 1px solid rgba(221, 163, 59, 0.45);
  border-radius: 30px;
  background: rgba(255, 250, 240, 0.97);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.mosaicos-sync-icono {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17150f;
}

.mosaicos-sync-icono svg {
  width: 23px;
  fill: var(--m-oro-claro);
}

.mosaicos-sync-copy {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.mosaicos-sync-copy strong {
  color: #2d281f;
  font-size: 0.72rem;
  line-height: 1.1;
}

.mosaicos-sync-copy small {
  margin-top: 4px;
  color: #8a7e6b;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.evento-conexion-punto {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #b89234;
  box-shadow: 0 0 0 4px rgba(184, 146, 52, 0.13);
}

.evento-conexion-punto.conectado {
  background: #2f9b73;
  box-shadow: 0 0 0 4px rgba(47, 155, 115, 0.14);
}

.evento-conexion-punto.desconectado {
  background: #d15b47;
  box-shadow: 0 0 0 4px rgba(209, 91, 71, 0.14);
}

.mosaicos-sync-contador {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  color: #fff;
  border: 2px solid #fffaf0;
  border-radius: 12px;
  background: var(--m-naranja);
  font-size: 0.64rem;
  font-weight: 900;
}

.mosaicos-sync-panel {
  position: fixed;
  z-index: 79;
  right: 22px;
  bottom: 92px;
  width: min(380px, calc(100vw - 32px));
  max-height: min(590px, calc(100vh - 120px));
  overflow: hidden;
  color: #393227;
  border: 1px solid rgba(221, 163, 59, 0.28);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  animation: sync-in 180ms ease-out both;
}

@keyframes sync-in {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.mosaicos-sync-cabecera {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 21px;
  color: var(--m-marfil);
  background: #16140f;
}

.mosaicos-sync-cabecera small {
  color: var(--m-turquesa-claro);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.mosaicos-sync-cabecera h2 {
  margin: 3px 0 0;
  color: var(--m-oro);
  font-family: Impact, Haettenschweiler, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.mosaicos-sync-cabecera button {
  width: 36px;
  height: 36px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.mosaicos-sync-body {
  max-height: calc(min(590px, 100vh - 120px) - 82px);
  overflow-y: auto;
  padding: 22px;
}

.mosaicos-sync-estado {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid #e5d9c6;
  border-radius: 4px;
  background: #fffdf8;
  font-size: 0.82rem;
}

.mosaicos-sync-resumen {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 10px;
  color: #716756;
  font-size: 0.77rem;
}

.mosaicos-sync-resumen strong {
  color: var(--m-naranja);
}

.mosaicos-sync-lista {
  max-height: 200px;
  overflow-y: auto;
  padding: 13px;
  border: 1px dashed #dfd1bb;
  border-radius: 4px;
  background: rgba(244, 234, 215, 0.3);
}

.mosaicos-sync-lista > p {
  margin: 0;
  color: #928675;
  font-size: 0.74rem;
}

.evento-pendiente {
  padding: 10px 0;
  border-bottom: 1px solid #e5d9c6;
}

.evento-pendiente:last-child {
  border-bottom: 0;
}

.evento-pendiente p {
  margin: 0;
  color: #3d372e;
  font-size: 0.78rem;
}

.evento-pendiente small {
  color: #8e806d;
  font-size: 0.68rem;
}

.btn-mosaicos-sync {
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  color: #fff;
  background: var(--m-turquesa);
}

.mosaicos-sync-ayuda {
  display: block;
  margin-top: 12px;
  color: #938775;
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 1100px) {
  .mosaicos-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
    gap: 45px;
  }

  .mosaicos-manifiesto-grid {
    grid-template-columns: 0.38fr 1fr;
  }

  .mosaicos-fecha-card {
    grid-column: 2;
    max-width: 490px;
  }
}

@media (max-width: 900px) {
  .mosaicos-nav > a:not(.mosaicos-nav-staff) {
    display: none;
  }

  .mosaicos-hero {
    min-height: auto;
  }

  .mosaicos-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .mosaicos-hero-copy {
    max-width: 720px;
  }

  .mosaicos-poster-area {
    width: min(74vw, 420px);
    justify-self: center;
  }

  .mosaicos-pasos {
    grid-template-columns: 1fr;
  }

  .mosaicos-pasos article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--m-borde);
  }

  .mosaicos-pasos article:last-child {
    border-bottom: 0;
  }

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

  .mosaicos-registro-intro {
    position: static;
    max-width: 620px;
  }

  .mosaicos-comprobante {
    grid-column: auto;
  }

  .mosaicos-info-cabecera,
  .mosaicos-info-layout {
    grid-template-columns: 1fr;
  }

  .mosaicos-info-cabecera > p:not(.mosaicos-kicker) {
    max-width: 650px;
  }

  .mosaicos-aporte-card {
    min-height: 0;
  }

  .btn-mosaicos-aporte {
    margin-top: 32px;
  }

  .mosaicos-registro-cta {
    grid-template-columns: 1fr;
  }

  .mosaicos-registro-cta-accion {
    width: min(100%, 430px);
  }

  .mosaicos-modal-dialogo {
    grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr);
  }
}

@media (max-width: 760px) {
  .mosaicos-modal {
    padding: 0;
  }

  .mosaicos-modal-dialogo {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    grid-template-columns: 1fr;
    grid-template-rows: 170px minmax(0, 1fr);
    border: 0;
    border-radius: 0;
  }

  .mosaicos-modal-identidad {
    min-height: 170px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 18px;
    padding: 24px 22px;
  }

  .mosaicos-modal-marca {
    align-self: start;
  }

  .mosaicos-modal-promesa {
    align-self: end;
    text-align: right;
  }

  .mosaicos-modal-promesa > p {
    margin-bottom: 7px;
  }

  .mosaicos-modal-promesa h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: .88;
  }

  .mosaicos-modal-promesa ul,
  .mosaicos-modal-proteccion {
    display: none;
  }

  .mosaicos-modal-cerrar {
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(8, 8, 7, .56);
  }

  .mosaicos-modal-contenido {
    padding: 36px 18px calc(32px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 680px) {
  .mosaicos-form-card .form-control,
  .mosaicos-form-card .form-select {
    font-size: 16px;
  }

  .mosaicos-header-inner {
    min-height: 74px;
  }

  .mosaicos-logo {
    width: 49px;
  }

  .mosaicos-marca-texto strong {
    font-size: 1.08rem;
  }

  .mosaicos-marca-texto small {
    font-size: 0.49rem;
  }

  .mosaicos-nav-cta {
    padding: 10px 12px !important;
    font-size: 0.65rem !important;
  }

  .mosaicos-hero-inner {
    padding-top: 118px;
    padding-bottom: 90px;
  }

  .mosaicos-sobrelinea {
    font-size: 0.64rem;
  }

  .mosaicos-hero h1 span {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }

  .mosaicos-hero h1 strong {
    font-size: clamp(4.5rem, 22vw, 6.7rem);
  }

  .mosaicos-lead {
    font-size: 0.96rem;
  }

  .mosaicos-acciones {
    display: grid;
  }

  .mosaicos-poster-area {
    width: min(88vw, 390px);
    margin-top: 10px;
  }

  .mosaicos-poster-nota {
    right: -34px;
  }

  .mosaicos-rueda-a {
    width: 210px;
  }

  .mosaicos-manifiesto-grid {
    grid-template-columns: 1fr;
  }

  .mosaicos-manifiesto-numero {
    font-size: 9rem;
  }

  .mosaicos-fecha-card {
    grid-column: auto;
  }

  .mosaicos-manifiesto h2,
  .mosaicos-seccion-titulo h2,
  .mosaicos-registro-intro h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .mosaicos-info-cabecera {
    margin-bottom: 38px;
  }

  .mosaicos-info-cabecera h2 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .mosaicos-info-cabecera > p:not(.mosaicos-kicker) {
    font-size: .93rem;
  }

  .mosaicos-staff-modal { align-items: end; padding: 12px; }
  .mosaicos-staff-modal-dialogo { width: 100%; max-height: calc(100dvh - 24px); padding: 30px 22px calc(28px + env(safe-area-inset-bottom)); }

  .mosaicos-info-datos {
    grid-template-columns: 1fr;
  }

  .mosaicos-info-datos article {
    min-height: 0;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(75, 59, 34, .18);
  }

  .mosaicos-info-datos article:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(75, 59, 34, .18); }

  .mosaicos-info-datos article:last-child { border-bottom: 0; }

  .mosaicos-info-icono {
    width: 46px;
    height: 46px;
  }

  .mosaicos-info-icono svg { width: 23px; }

  .mosaicos-aporte-card {
    min-height: 0;
    padding: 30px 25px;
  }

  .mosaicos-aporte-ilustracion {
    width: 92px;
    height: 92px;
  }

  .mosaicos-aporte-ilustracion svg { width: 66px; }

  .mosaicos-aviso {
    align-items: end;
    padding: 12px;
  }

  .mosaicos-aviso-card {
    padding: 34px 22px 24px;
    border-radius: 16px;
  }

  .mosaicos-aviso-icono {
    width: 68px;
    height: 68px;
    margin-bottom: 17px;
  }

  .mosaicos-aviso-icono svg { width: 45px; }

  .mosaicos-form-card .card-body,
  .mosaicos-comprobante .card-body {
    padding: 25px !important;
  }

  .mosaicos-confirmacion-recordatorio {
    grid-template-columns: 1fr;
  }

  .mosaicos-confirmacion-recordatorio > span + span {
    border-top: 1px solid #e2d5c1;
    border-left: 0;
  }

  .mosaicos-registro {
    padding: 78px 0;
  }

  .mosaicos-registro-cta {
    gap: 30px;
    padding: 30px 24px;
  }

  .mosaicos-registro-cta h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .mosaicos-registro-cta > div:first-child > p:last-child {
    margin-top: 18px;
    font-size: .91rem;
  }

  .btn-mosaicos-registro {
    min-height: 60px;
    padding-inline: 18px;
  }

  .mosaicos-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .mosaicos-footer-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
  }

  .mosaicos-sync-launcher {
    right: 14px;
    bottom: 14px;
    min-width: 56px;
    min-height: 56px;
    grid-template-columns: auto;
    padding: 7px;
  }

  .mosaicos-sync-copy,
  .mosaicos-sync-launcher > .evento-conexion-punto {
    display: none;
  }

  .mosaicos-sync-panel {
    right: 16px;
    bottom: 82px;
  }
}

@media (max-width: 480px) {
  .mosaicos-nav { gap: 10px; }
  .mosaicos-marca-texto { display: none; }
  .mosaicos-nav .mosaicos-nav-staff { font-size: .57rem; letter-spacing: .045em; }
  .mosaicos-nav-cta { min-height: 42px; padding: 9px 10px !important; font-size: .59rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

@media (max-width: 680px) {
  .mosaicos-info-relato { grid-template-columns: 1fr; gap: 14px; }
  .mosaicos-exito-card { padding: 31px 23px 24px; }
}

/* La sincronización pública opera en segundo plano y no forma parte de la interfaz. */
.mosaicos-sync-launcher,
.mosaicos-sync-panel {
  display: none !important;
}
