/* BeautyExpo 2026 · dirección editorial premium */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-page {
  background: #f5f0ec;
  color: #0a1633;
  overflow-x: hidden;
}
.home-page .container {
  width: min(1360px, calc(100% - 64px));
}
.home-page .section {
  padding: 120px 0;
}
.home-page .site-header {
  padding: 14px 0;
}
.home-page .header-inner {
  height: 64px;
  padding: 0 12px 0 18px;
  border-radius: 18px;
  transition: 0.3s ease;
}
.home-page .site-header.scrolled {
  background: transparent;
  box-shadow: none;
}
.home-page .site-header.scrolled .header-inner {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(9, 18, 43, 0.1);
  backdrop-filter: blur(16px);
}
.brand-official {
  gap: 10px;
}
.brand-logo-wrap {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ff6a26, #f80878);
  border-radius: 12px;
  padding: 7px 10px;
}
.brand-logo-wrap img {
  width: 112px;
  height: 27px;
  object-fit: contain;
}
.brand-year {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 900;
}
.home-page .nav {
  gap: 23px;
}
.home-page .nav a {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}
.home-page .header-cta {
  padding: 12px 18px;
}
.home-page .mobile-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
}
.home-page .mobile-toggle i {
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: 0.25s;
}
.home-page .mobile-toggle i:first-of-type {
  top: 17px;
}
.home-page .mobile-toggle i:last-of-type {
  top: 25px;
}
.home-page .mobile-toggle.active i:first-of-type {
  transform: translateY(4px) rotate(45deg);
}
.home-page .mobile-toggle.active i:last-of-type {
  transform: translateY(-4px) rotate(-45deg);
}
.hero-film {
  margin: 10px;
  min-height: calc(100svh - 20px);
  border-radius: 30px;
  align-items: flex-end;
}
.hero-film .hero-media {
  background: #0a0d19;
}
.hero-film .hero-media:after {
  background:
    linear-gradient(
      90deg,
      rgba(5, 8, 20, 0.84) 0%,
      rgba(5, 8, 20, 0.43) 46%,
      rgba(5, 8, 20, 0.18) 70%
    ),
    linear-gradient(0deg, rgba(5, 8, 20, 0.76), transparent 55%);
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-film .hero-content {
  padding: 160px 0 48px;
}
.hero-film .hero-grid {
  grid-template-columns: 1fr;
  gap: 38px;
}
.hero-message {
  max-width: 750px;
}
.eyebrow-light {
  display: block;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.hero-logo {
  width: min(480px, 75vw);
  max-height: 150px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 27px;
}
.hero-film h1 {
  display: flex;
  align-items: baseline;
  gap: 18px;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
}
.hero-film h1 span {
  font-size: 1em;
  line-height: inherit;
  margin: 0;
}
.hero-film h1 small {
  font-size: 0.34em;
  letter-spacing: 0.04em;
}
.hero-film .hero-copy {
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 610px;
}
.btn-glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.btn-glass:hover {
  background: #fff;
  color: #0a1633;
}
.hero-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: min(800px, 100%);
  background: rgba(255, 255, 255, 0.94);
  color: #0a1633;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.26);
}
.hero-info > div,
.hero-info > a {
  padding: 20px 22px;
  border-right: 1px solid rgba(10, 22, 51, 0.12);
}
.hero-info > a {
  background: #f31565;
  color: #fff;
}
.hero-info small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 900;
  font-size: 0.62rem;
  margin-bottom: 5px;
  opacity: 0.7;
}
.hero-info strong {
  font-size: 0.88rem;
  line-height: 1.3;
}
.hero-info a strong {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
.hero-art-lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 90% 15%,
      transparent 0 70px,
      rgba(255, 255, 255, 0.18) 71px 72px,
      transparent 73px
    ),
    radial-gradient(
      circle at 92% 28%,
      transparent 0 160px,
      rgba(255, 255, 255, 0.12) 161px 162px,
      transparent 163px
    );
}
.video-control {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(8, 12, 28, 0.38);
  color: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.video-control span {
  margin-right: 5px;
}
.quick-grid-pro {
  margin-top: 24px;
}
.quick-grid-pro .quick-card {
  box-shadow: none;
  border: 1px solid rgba(10, 22, 51, 0.12);
  min-height: 150px;
  position: relative;
  background: #fff;
}
.quick-index {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  color: #f20b72;
  font-weight: 900;
}
.quick-grid-pro .quick-card b {
  font-size: 1.35rem;
}
.quick-arrow {
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 1.2rem;
}
.quick-grid-pro .quick-card:hover {
  background: #0a1633;
  color: #fff;
}
.editorial-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  align-items: center;
}
.editorial-copy .title {
  max-width: 540px;
}
.editorial-copy .lead {
  max-width: 510px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  margin-top: 18px;
  font-weight: 900;
}
.editorial-photo {
  margin: 0;
  position: relative;
  border-radius: 8px 80px 8px 8px;
  overflow: hidden;
  height: 600px;
}
.editorial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f20b72;
  color: #fff;
  width: 300px;
  padding: 23px;
}
.editorial-photo figcaption span,
.editorial-photo figcaption b {
  display: block;
}
.editorial-photo figcaption span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.editorial-photo figcaption b {
  font-size: 1.1rem;
  margin-top: 5px;
}
.stats-pro {
  margin-top: 80px;
  padding: 28px 0;
  border-top: 1px solid rgba(10, 22, 51, 0.15);
  border-bottom: 1px solid rgba(10, 22, 51, 0.15);
}
.stats-pro .stat strong {
  font-size: clamp(3.5rem, 5vw, 6.4rem);
}
.chapter {
  background: #fff;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}
.section-heading .title {
  max-width: 850px;
}
.section-heading > p {
  max-width: 390px;
  color: #687084;
  margin: 0 0 10px;
}
.day-grid-photo {
  gap: 18px;
}
.day-grid-photo .day-card {
  min-height: 670px;
  padding: 34px;
  background-size: cover;
  background-position: center;
}
.day-photo-one {
  background-image: url("../img/campaign/editorial-masterclass.webp") !important;
}
.day-photo-two {
  background-image: url("../img/campaign/editorial-barber-battle.webp") !important;
}
.day-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(6, 10, 25, 0.92),
    rgba(6, 10, 25, 0.05) 70%
  );
}
.day-content {
  position: relative;
}
.day-grid-photo .day-card h3 {
  font-size: clamp(2.4rem, 4.5vw, 5rem);
}
.day-grid-photo .day-num {
  opacity: 0.58;
  font-size: 1rem;
  top: 38px;
  right: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}
.pass-section {
  background: #fff;
}
.pass-card-photo {
  min-height: 650px;
  border-radius: 8px 80px 8px 8px;
  padding: 70px;
  grid-template-columns: 1fr 0.8fr;
}
.pass-card-photo:after {
  display: none;
}
.pass-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #07112f 0%,
      rgba(7, 17, 47, 0.93) 46%,
      rgba(7, 17, 47, 0.2)
    ),
    url("../img/campaign/official-background.jpg") center/cover;
}
.pass-copy,
.pass-card-photo .pass-price {
  position: relative;
  z-index: 2;
}
.pass-copy {
  max-width: 610px;
}
.pass-card-photo .pass-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pass-card-photo .pass-price small {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.participant-editorial {
  background: #f5f0ec;
}
.participant-feature-pro {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  min-height: 700px;
}
.participant-feature-pro .participant-visual {
  order: 0;
  border-radius: 8px 0 0 8px;
}
.participant-feature-pro .participant-copy {
  order: 1;
  border-radius: 0 80px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px;
}
.participant-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.participant-strip article {
  padding: 28px;
  border-right: 1px solid rgba(10, 22, 51, 0.12);
}
.participant-strip span,
.participant-strip b,
.participant-strip small {
  display: block;
}
.participant-strip span {
  font-size: 0.65rem;
  color: #f20b72;
  font-weight: 900;
}
.participant-strip b {
  font-size: 1.1rem;
  margin: 14px 0 3px;
}
.participant-strip small {
  color: #73798a;
}
.brands-editorial {
  background: #090f29;
  color: #fff;
}
.light-heading .title {
  color: #fff;
}
.brand-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 360px 360px;
  gap: 16px;
}
.brand-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.brand-gallery-main {
  grid-row: 1/3;
}
.brand-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.brand-gallery figure:hover img {
  transform: scale(1.035);
}
.brand-gallery figure:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 20, 0.85), transparent 62%);
}
.brand-gallery figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 26px;
}
.brand-gallery small,
.brand-gallery b,
.brand-gallery span {
  display: block;
}
.brand-gallery small {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
}
.brand-gallery b {
  font-size: clamp(1.7rem, 3vw, 3.5rem);
  letter-spacing: -0.04em;
}
.brand-gallery span {
  opacity: 0.75;
}
.experiences-editorial {
  background: #fff;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 360px 360px;
  gap: 16px;
}
.story {
  position: relative;
  border-radius: 8px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.story > span {
  position: relative;
  z-index: 2;
  font-size: 0.66rem;
  font-weight: 900;
}
.story > div {
  position: relative;
  z-index: 2;
  max-width: 520px;
}
.story small {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-weight: 900;
}
.story h3 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 10px 0;
}
.story p {
  max-width: 440px;
}
.story a {
  text-decoration: underline;
  font-weight: 900;
}
.story-photo {
  color: #fff;
  background-size: cover;
  background-position: center;
}
.story-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 20, 0.9), transparent 76%);
}
.story-masterclass {
  grid-row: 1/3;
  background-image: url("../img/campaign/editorial-masterclass.webp");
}
.story-expo {
  background-image: url("../img/campaign/editorial-expo-floor.webp");
}
.story-ink {
  background: #0a1633;
  color: #fff;
}
.story-paper {
  background: #efe9e4;
}
.education-editorial {
  background: #ef5b4a;
  color: #fff;
}
.education-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: center;
}
.education-layout figure {
  margin: 0;
}
.education-layout figure img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-radius: 80px 8px 8px 8px;
}
.education-layout figcaption {
  font-size: 0.68rem;
  opacity: 0.72;
  margin-top: 10px;
}
.education-copy .title {
  color: #fff;
}
.education-copy .lead {
  color: rgba(255, 255, 255, 0.78);
}
.education-copy .kicker {
  color: #fff;
}
.education-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 35px;
}
.education-list a {
  display: grid;
  grid-template-columns: 105px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.education-list span,
.education-list em {
  font-size: 0.72rem;
}
.education-list b {
  font-size: 1.12rem;
}
.education-list em {
  font-style: normal;
}
.agenda-preview {
  background: #fff;
}
.agenda-list-pro .agenda-row {
  transition: 0.2s;
}
.agenda-list-pro .agenda-row:hover {
  padding-left: 18px;
  background: #f7f2ee;
}
.agenda-time small {
  font-size: 0.6rem;
}
.agenda-list-pro .agenda-time {
  font-size: 1.4rem;
}
.battle-editorial {
  min-height: 900px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.battle-main-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.battle-official-photo {
  position: absolute;
  z-index: 3;
  right: 4vw;
  top: 5vw;
  width: 230px;
  height: 230px;
  object-fit: cover;
  border: 10px solid #f20b72;
  transform: rotate(3deg);
}
.battle-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 7, 20, 0.95) 0%,
      rgba(4, 7, 20, 0.64) 55%,
      rgba(4, 7, 20, 0.12)
    ),
    linear-gradient(0deg, rgba(4, 7, 20, 0.88), transparent 60%);
}
.battle-content {
  position: relative;
  z-index: 2;
  padding-bottom: 85px;
}
.battle-content h2 {
  font-size: clamp(3.3rem, 7.5vw, 8.6rem);
  line-height: 0.78;
  letter-spacing: -0.065em;
  margin: 16px 0 30px;
}
.battle-content h2 i {
  font-style: normal;
  color: #ff477e;
}
.battle-content p {
  max-width: 580px;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.8);
}
.battle-content .countries {
  max-width: 760px;
}
.battle-content .countries span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 0.75rem;
}
.map-editorial {
  background: #f5f0ec;
}
.map-shell-pro {
  grid-template-columns: 1.25fr 0.75fr;
}
.map-shell-pro .map-stage {
  min-height: 720px;
  border-radius: 8px;
}
.map-shell-pro .map-panel {
  border-radius: 8px 60px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
.map-shell-pro .map-panel h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 18px 0;
}
.map-shell-pro .map-panel .btn {
  align-self: flex-start;
  margin-top: 25px;
}
.dot.navy {
  background: #0a1633;
}
.dot.green-dot {
  background: #006341;
}
.dot.orange-dot {
  background: #ff7a23;
}
.tickets-editorial {
  background: #fff;
}
.tickets-editorial .ticket {
  border-radius: 8px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.tickets-editorial .ticket.featured {
  border-radius: 8px 60px 8px 8px;
}
.ticket-day {
  position: absolute;
  right: 20px;
  top: -22px;
  font-size: 9rem;
  font-weight: 950;
  opacity: 0.045;
}
.tickets-editorial .ticket .btn {
  align-self: flex-start;
}
.sponsors-editorial {
  background: #f5f0ec;
}
.sponsors-editorial .sponsors-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 34px;
}
.sponsors-editorial .official-sponsor {
  width: min(100%, 540px);
  min-height: 180px;
  margin-inline: auto;
  padding: 34px 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(10, 22, 51, 0.07);
}
.sponsors-editorial .official-sponsor small {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #445064;
}
.sponsors-editorial .official-sponsor img {
  width: auto;
  max-width: 260px;
  max-height: 88px;
  margin: 0;
}
.sponsors-editorial .sponsor-grid {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sponsors-editorial .sponsor-logo {
  border-radius: 8px;
}
.closing-editorial {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}
.closing-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 24, 0.82), rgba(228, 13, 107, 0.28)),
    url("../img/campaign/official-background.jpg") center/cover;
}
.closing-editorial .container {
  position: relative;
}
.closing-editorial img {
  width: 260px;
  margin-bottom: 28px;
}
.closing-editorial span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 0.7rem;
}
.closing-editorial h2 {
  font-size: clamp(4rem, 9vw, 10rem);
  line-height: 0.78;
  letter-spacing: -0.07em;
  margin: 24px 0 42px;
}
.closing-editorial h2 i {
  font-style: normal;
  color: #ff3f82;
}
.footer-brand {
  display: inline-flex;
}
.mobile-action-bar {
  display: none;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1);
}
[data-reveal].revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .brand-gallery img {
    transition: none;
  }
}
@media (max-width: 1100px) {
  .home-page .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(430px, 100%);
    background: #090f29;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 44px;
    gap: 22px;
    transform: translateX(105%);
    transition: 0.35s;
    z-index: -1;
  }
  .home-page .nav.open {
    transform: none;
  }
  .home-page .nav a {
    font-size: 1.45rem;
  }
  .home-page .nav .header-cta {
    margin-top: 10px;
    background: #f20b72;
    color: #fff;
  }
  .home-page .mobile-toggle {
    display: block;
    z-index: 2;
  }
  .home-page .site-header:not(.scrolled) .mobile-toggle {
    color: #fff;
  }
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .editorial-photo {
    height: 520px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .participant-feature-pro {
    grid-template-columns: 1fr;
  }
  .participant-feature-pro .participant-visual {
    min-height: 560px;
    border-radius: 8px 80px 0 0;
  }
  .participant-feature-pro .participant-copy {
    border-radius: 0 0 8px 8px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 520px 300px 300px 440px;
  }
  .story-masterclass {
    grid-row: auto;
  }
  .education-layout {
    grid-template-columns: 1fr;
  }
  .education-layout figure img {
    height: 560px;
  }
  .battle-official-photo {
    width: 180px;
    height: 180px;
  }
  .map-shell-pro {
    grid-template-columns: 1fr;
  }
  .map-shell-pro .map-panel {
    order: 0;
  }
  .home-page .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .home-page {
    padding-bottom: 68px;
  }
  .home-page .container {
    width: min(100% - 28px, 1360px);
  }
  .home-page .section {
    padding: 78px 0;
  }
  .home-page .site-header {
    padding: 7px 0;
  }
  .home-page .header-inner {
    height: 58px;
    padding-left: 10px;
  }
  .brand-logo-wrap {
    padding: 6px 8px;
  }
  .brand-logo-wrap img {
    width: 94px;
    height: 23px;
  }
  .brand-year {
    display: none;
  }
  .hero-film {
    margin: 0;
    border-radius: 0;
    min-height: 800px;
  }
  .hero-film .hero-content {
    padding: 110px 0 33px;
  }
  .eyebrow-light {
    font-size: 0.61rem;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 280px;
  }
  .hero-logo {
    width: 250px;
    margin-bottom: 20px;
  }
  .hero-film h1 {
    font-size: 2.7rem;
    gap: 10px;
  }
  .hero-film h1 small {
    font-size: 0.38em;
  }
  .hero-film .hero-copy {
    font-size: 1rem;
  }
  .hero-film .actions .btn {
    padding: 12px 16px;
  }
  .hero-info {
    grid-template-columns: 1fr 1fr;
    border-radius: 14px;
    margin-top: 8px;
  }
  .hero-info > a {
    grid-column: 1/-1;
  }
  .hero-info > div:nth-child(2) {
    border-right: 0;
  }
  .video-control {
    right: 13px;
    bottom: 195px;
  }
  .quick-grid-pro {
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
    gap: 8px;
  }
  .quick-grid-pro .quick-card {
    min-height: 145px;
    padding: 18px;
    border-radius: 8px;
  }
  .quick-grid-pro .quick-card b {
    font-size: 1.05rem;
  }
  .quick-arrow {
    right: 16px;
    top: 15px;
  }
  .editorial-copy .title,
  .section-heading .title {
    font-size: 2.8rem;
  }
  .editorial-photo {
    height: 430px;
    border-radius: 8px 44px 8px 8px;
  }
  .editorial-photo figcaption {
    width: 245px;
    padding: 18px;
  }
  .stats-pro {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 45px;
  }
  .stats-pro .stat {
    border-left: 0;
    border-bottom: 1px solid rgba(10, 22, 51, 0.12);
  }
  .stats-pro .stat strong {
    font-size: 3.6rem;
  }
  .day-grid-photo {
    grid-template-columns: 1fr;
  }
  .day-grid-photo .day-card {
    min-height: 580px;
    padding: 24px;
  }
  .day-grid-photo .day-card h3 {
    font-size: 2.7rem;
  }
  .pass-card-photo {
    min-height: 780px;
    padding: 35px 24px;
    grid-template-columns: 1fr;
    align-content: end;
    border-radius: 8px 44px 8px 8px;
  }
  .pass-card-photo .pass-price {
    align-items: flex-start;
    font-size: 4.8rem;
  }
  .participant-feature-pro .participant-visual {
    min-height: 420px;
    border-radius: 8px 44px 0 0;
  }
  .participant-feature-pro .participant-copy {
    padding: 35px 24px;
  }
  .participant-strip {
    grid-template-columns: 1fr 1fr;
  }
  .participant-strip article:nth-child(2) {
    border-right: 0;
  }
  .participant-strip article {
    padding: 20px;
  }
  .brand-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 500px 290px 290px;
  }
  .brand-gallery-main {
    grid-row: auto;
  }
  .story-grid {
    grid-template-rows: 500px 300px 300px 440px;
  }
  .story {
    padding: 25px;
  }
  .story h3 {
    font-size: 2.4rem;
  }
  .education-layout figure img {
    height: 430px;
    border-radius: 44px 8px 8px 8px;
  }
  .education-list a {
    grid-template-columns: 80px 1fr;
  }
  .education-list em {
    display: none;
  }
  .agenda-list-pro .agenda-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .battle-editorial {
    min-height: 820px;
  }
  .battle-official-photo {
    width: 115px;
    height: 115px;
    border-width: 6px;
    top: 85px;
  }
  .battle-content {
    padding-bottom: 55px;
  }
  .battle-content h2 {
    font-size: 3.5rem;
  }
  .map-shell-pro .map-stage {
    min-height: 420px;
  }
  .map-shell-pro .map-panel {
    padding: 28px;
    border-radius: 8px 38px 8px 8px;
  }
  .tickets-editorial .ticket-grid {
    grid-template-columns: 1fr;
  }
  .sponsors-editorial .official-sponsor {
    min-height: 150px;
    padding: 28px 24px;
  }
  .sponsors-editorial .official-sponsor img {
    max-width: 220px;
    max-height: 75px;
  }
  .sponsors-editorial .sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }
  .closing-editorial {
    min-height: 670px;
    padding: 70px 0;
  }
  .closing-editorial h2 {
    font-size: 4.2rem;
  }
  .closing-editorial img {
    width: 210px;
  }
  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 -8px 30px rgba(10, 22, 51, 0.1);
  }
  .mobile-action-bar a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.62rem;
    font-weight: 850;
    gap: 2px;
  }
  .mobile-action-bar span {
    font-size: 1.05rem;
  }
  .home-page .footer-grid {
    grid-template-columns: 1fr;
  }
  .home-page .footer {
    padding-bottom: 90px;
  }
}

/* Acceso único para administración y participantes */
.home-page .nav {
  gap: 19px;
}
.home-page .header-access {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}
.home-page .site-header.scrolled .header-access {
  border-color: rgba(10, 22, 51, 0.25);
}
.access-page {
  min-height: 100vh;
  background: #f6f2ef;
}
.access-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}
.access-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #09112b;
  color: #fff;
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access-visual:after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -5%;
  background: url("../img/campaign/editorial-expo-floor.webp") center/cover
    no-repeat;
  animation: accessImageZoom 2.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.access-visual:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(5, 11, 27, 0.92),
    rgba(5, 11, 27, 0.3) 65%,
    rgba(242, 11, 114, 0.42)
  );
  animation: accessShadeIn 1.25s ease both;
}
.access-visual > * {
  position: relative;
}
.access-brand img {
  width: 185px;
}
.access-message {
  max-width: 590px;
}
.access-message .kicker {
  color: #fff;
}
.access-message h1 {
  font-size: clamp(3.4rem, 6vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
  margin: 18px 0;
}
.access-message p {
  font-size: 1.08rem;
  max-width: 510px;
  color: rgba(255, 255, 255, 0.78);
}
.access-form-wrap {
  display: grid;
  place-items: center;
  padding: 42px;
}
.access-form {
  width: min(100%, 470px);
}
.access-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.86rem;
  margin-bottom: 52px;
}
.access-form h2 {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 10px 0;
}
.access-form > p {
  color: var(--muted);
  margin-bottom: 30px;
}
.access-form .field {
  margin-bottom: 15px;
}
.access-form .field input {
  padding: 15px 16px;
  border-radius: 14px;
}
.access-submit {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.access-help {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 22px;
}
.access-note {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--muted);
}

@keyframes accessImageZoom {
  from {
    opacity: 0.35;
    transform: scale(1.16);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes accessImageZoomHover {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.075);
  }
  100% {
    transform: scale(1.02);
  }
}
@keyframes accessShadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes accessReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes accessRevealSoft {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.access-brand,
.access-message .kicker,
.access-message h1,
.access-message p,
.access-visual > small,
.access-form > * {
  opacity: 0;
  animation: accessReveal 0.72s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
.access-brand {
  animation-delay: 0.12s;
}
.access-message .kicker {
  animation-delay: 0.32s;
}
.access-message h1 {
  animation-delay: 0.48s;
}
.access-message p {
  animation-delay: 0.68s;
}
.access-visual > small {
  animation-delay: 0.9s;
}
.access-form .access-back {
  animation-delay: 0.38s;
}
.access-form > .kicker {
  animation-delay: 0.5s;
}
.access-form > h2 {
  animation-delay: 0.62s;
}
.access-form > p {
  animation-delay: 0.74s;
}
.access-form > form {
  animation-delay: 0.88s;
}
.access-form > .access-help {
  animation-delay: 1.02s;
}
.access-form > .access-note {
  animation-delay: 1.14s;
}
.access-form .field,
.access-form .access-submit {
  animation: accessRevealSoft 0.58s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
.access-form .field:first-child {
  animation-delay: 1s;
}
.access-form .field:nth-child(2) {
  animation-delay: 1.1s;
}
.access-form .access-submit {
  animation-delay: 1.2s;
}
.access-remember {
  margin: 2px 0 18px;
}
.access-remember label {
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  cursor: pointer;
}
.access-remember input {
  width: 17px !important;
  height: 17px;
  accent-color: var(--pink);
}
.field-error {
  min-height: 1em;
  color: #b0004f;
  font-size: 0.78rem;
  font-weight: 750;
}
.access-alert {
  border-radius: 13px;
  padding: 11px 14px;
  margin: 0 0 17px;
  font-size: 0.86rem;
  font-weight: 750;
}
.access-alert:empty {
  display: none;
}
.access-alert ul {
  margin: 0;
  padding-left: 18px;
}
.access-alert-error {
  background: #fff0f4;
  color: #9f0047;
  border: 1px solid #ffd0df;
}
.access-alert-success {
  background: #e8f6ef;
  color: #00684a;
  border: 1px solid #bfe5d3;
}
@media (hover: hover) and (pointer: fine) {
  .access-visual:hover:after {
    animation: accessImageZoomHover 1.35s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
}
@media (prefers-reduced-motion: reduce) {
  .access-visual:after,
  .access-visual:before,
  .access-brand,
  .access-message .kicker,
  .access-message h1,
  .access-message p,
  .access-visual > small,
  .access-form > *,
  .access-form .field,
  .access-form .access-submit {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 1100px) {
  .home-page .nav .header-access {
    border-color: rgba(255, 255, 255, 0.55);
  }
  .access-shell {
    grid-template-columns: 1fr;
  }
  .access-visual {
    min-height: 420px;
  }
  .access-form-wrap {
    padding: 60px 28px;
  }
  .access-back {
    margin-bottom: 35px;
  }
}
@media (max-width: 650px) {
  .access-visual {
    min-height: 360px;
    padding: 28px;
  }
  .access-message h1 {
    font-size: 3.4rem;
  }
  .access-form-wrap {
    padding: 42px 22px;
  }
  .access-form h2 {
    font-size: 2.25rem;
  }
}

/* Selector y vista previa de imágenes del participante */
.participant-file-picker {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}
.participant-file-picker input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.participant-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 11px 16px;
  background: var(--ink);
  color: #fff !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
  transition: 0.2s ease;
}
.participant-file-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(10, 22, 51, 0.18);
}
.participant-file-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.85rem;
}
.participant-file-help {
  color: var(--muted);
  font-size: 0.76rem;
}
.participant-logo-preview,
.participant-portada-preview {
  width: 180px;
  height: 120px;
  margin-top: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafafd;
  padding: 12px;
}
.participant-portada-preview {
  width: 260px;
}
.participant-logo-preview[hidden],
.participant-portada-preview[hidden] {
  display: none;
}
.participant-logo-preview img,
.participant-portada-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.participant-portada-preview img {
  object-fit: cover;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 720px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .participant-file-picker {
    align-items: flex-start;
    flex-direction: column;
  }
  .participant-file-name {
    max-width: 100%;
  }
}

/* Mobile overflow and navigation hardening */
.side-nav .nav-pending {
  opacity: 0.42;
  cursor: default;
}
.side-nav .nav-pending:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}
.sidebar-logout {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sidebar-logout-button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 11px 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: 0.2s ease;
}
.sidebar-logout-button:hover,
.sidebar-logout-button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.sidebar-logout-button span {
  display: inline-block;
  margin-right: 7px;
}
.admin-floating-logout {
  position: fixed;
  right: 24px;
  top: 24px;
  z-index: 30;
}
.admin-floating-logout button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(10, 22, 51, 0.08);
}
.admin-floating-logout button:hover,
.admin-floating-logout button:focus-visible {
  border-color: var(--pink);
  color: var(--pink);
}

/* Mobile overflow and navigation hardening */
.participant-identity {
  margin: 18px 0 24px;
}
.participant-identity > small {
  opacity: 0.55;
}
.participant-identity h3 {
  margin: 5px 0;
}
.participant-identity > span {
  font-size: 0.78rem;
  opacity: 0.65;
}
.participant-side-logo {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 14px;
  margin: 12px 0;
  padding: 8px;
  display: grid;
  place-items: center;
}
.participant-side-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.participant-portal .dash-top h1 {
  margin: 5px 0;
}
.participant-portal .dash-top p {
  margin: 0;
  color: var(--muted);
}
.participant-quota {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}
.participant-empty {
  padding: 35px;
  text-align: center;
}
.participant-empty p,
.participant-dash,
.participant-companion {
  color: var(--muted);
}
.participant-companion {
  display: block;
}
.metric .metric-text {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 7px;
}
@media (max-width: 650px) {
  .participant-quota {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

/* Mobile overflow and navigation hardening */
.participants-page {
  background: #fff;
}
.participants-page .site-header {
  color: var(--ink);
}
.participants-page .nav .active {
  color: var(--pink);
}
.participants-hero {
  padding-bottom: 82px;
  background: linear-gradient(135deg, #08122d, #151f47);
  position: relative;
  overflow: hidden;
}
.participants-hero:after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -70%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.participants-total {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.participants-total strong {
  font-size: 2.25rem;
  line-height: 1;
}
.participants-total span {
  opacity: 0.7;
}
.participants-search {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  max-width: 960px;
  margin: 0 auto 52px;
}
.participants-search .participants-clear {
  grid-column: 1/-1;
  justify-self: start;
}
.participants-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 26px;
}
.participants-heading .title {
  margin-bottom: 0;
}
.participants-heading small {
  color: var(--muted);
}
.participants-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.participant-public-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.participant-public-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.participant-public-cover {
  height: 220px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff1eb, #ffd7e9);
}
.participant-public-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.participant-public-card:hover .participant-public-cover > img {
  transform: scale(1.045);
}
.participant-public-logo {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 76px;
  height: 76px;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.participant-public-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.participant-public-logo strong {
  font-size: 1.7rem;
}
.participant-public-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.participant-public-body h3 {
  margin: 12px 0 8px;
}
.participant-description {
  color: var(--muted);
  margin-top: 0;
}
.participant-location {
  padding: 12px 0;
  margin-top: auto;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.participant-location small {
  color: var(--muted);
}
.participant-public-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.participants-empty {
  text-align: center;
  padding: 60px 25px;
}
.participants-empty p {
  color: var(--muted);
}
.participant-type-grid {
  margin-top: 30px;
}
.participant-type-grid a {
  color: inherit;
}
.participants-page .mobile-toggle i {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
}
@media (max-width: 1050px) {
  .participants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .participants-page .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(410px, 100%);
    background: #090f29;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 42px;
    gap: 22px;
    transform: translateX(105%);
    transition: 0.3s;
    visibility: hidden;
  }
  .participants-page .nav.open {
    transform: none;
    visibility: visible;
  }
  .participants-page .nav a {
    font-size: 1.3rem;
  }
  .participants-page .mobile-toggle {
    display: block;
    z-index: 90;
  }
}
@media (max-width: 720px) {
  .participants-search {
    grid-template-columns: 1fr;
  }
  .participants-search .btn {
    justify-content: center;
  }
  .participants-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .participants-grid {
    grid-template-columns: 1fr;
  }
  .participants-hero .title {
    font-size: 3.1rem;
  }
  .participant-public-cover {
    height: 235px;
  }
}

/* Mobile overflow and navigation hardening */
.participant-current-image {
  margin-bottom: 12px;
}
.participant-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--ink) !important;
  cursor: pointer;
}
.participant-check input {
  width: 17px !important;
  height: 17px;
  accent-color: var(--pink);
}
.participant-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin: 25px 0 60px;
}

/* Mobile overflow and navigation hardening */
html:has(.home-page) {
  overflow-x: clip;
}
.home-page main,
.home-page main > section {
  max-width: 100vw;
}
@media (max-width: 1100px) {
  .home-page .nav {
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(105%, 0, 0);
    z-index: 80;
  }
  .home-page .nav.open {
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .home-page .mobile-toggle {
    z-index: 90;
  }
}
@media (max-width: 720px) {
  .home-page .container {
    width: calc(100% - 28px);
  }
  .home-page .mobile-toggle {
    position: fixed;
    right: 18px;
    top: 14px;
    background: rgba(8, 12, 28, 0.35);
    backdrop-filter: blur(8px);
  }
  .hero-message {
    width: 100%;
    min-width: 0;
  }
  .hero-film h1 {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .hero-info {
    width: 100%;
    min-width: 0;
  }
  .hero-info strong {
    font-size: 0.76rem;
    overflow-wrap: anywhere;
  }
  .home-page .nav,
  .mobile-action-bar {
    width: 100vw;
    max-width: 100vw;
  }
}

/* Participantes públicos conectados a administración */
.participant-feature-dynamic {
  margin: 18px 0 28px;
  overflow: hidden;
}
.participant-feature-dynamic .participant-visual {
  position: relative;
  min-width: 0;
  background: #e9e2dc;
  overflow: hidden;
}
.participant-cover-image {
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #e9e2dc;
  transition: transform 0.7s ease;
}
.participant-feature-dynamic:hover .participant-cover-image {
  transform: scale(1.025);
}
.participant-visual-fallback {
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: grid;
  place-items: center;
  padding: 12%;
  background: #fff;
}
.participant-visual-fallback img {
  width: min(360px, 78%);
  max-height: 260px;
  object-fit: contain;
}
.participant-visual-fallback strong {
  font-size: clamp(5rem, 12vw, 10rem);
  color: var(--pink);
}
.participant-feature-dynamic .participant-copy .title {
  color: #fff;
  margin: 17px 0;
}
.participant-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.participant-event-meta span {
  border-left: 2px solid var(--pink);
  padding-left: 9px;
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.72);
}
.participant-feature-reverse .participant-copy {
  order: 0;
  border-radius: 80px 0 0 8px;
}
.participant-feature-reverse .participant-visual {
  order: 1;
  border-radius: 0 8px 8px 0;
}
.participant-level-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 58px 0 20px;
}
.participant-level-heading .kicker {
  margin: 0;
}
.participant-level-heading > a {
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
}
.participant-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.participant-highlight-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 270px;
  background: #fff;
  border: 1px solid rgba(10, 22, 51, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.participant-highlight-logo {
  display: grid;
  place-items: center;
  padding: 25px;
  background: #eee8e3;
}
.participant-highlight-logo img {
  width: 100%;
  max-height: 135px;
  object-fit: contain;
}
.participant-highlight-logo strong {
  font-size: 4rem;
  color: var(--pink);
}
.participant-highlight-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}
.participant-highlight-copy h3 {
  font-size: 1.55rem;
  line-height: 1.05;
  margin: 13px 0 9px;
}
.participant-highlight-copy p {
  margin: 0;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.participant-highlight-copy > a {
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--pink);
}
.participant-brand-line {
  margin-top: 13px;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
}
.participant-standard-heading {
  margin-bottom: 18px;
}
.participant-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.participant-standard-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(10, 22, 51, 0.1);
  border-radius: 8px;
  color: var(--ink);
  transition: 0.2s ease;
}
.participant-standard-card:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}
.participant-standard-logo {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  padding: 7px;
  background: #f4efeb;
  border-radius: 6px;
}
.participant-standard-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.participant-standard-logo strong {
  font-size: 1.4rem;
  color: var(--pink);
}
.participant-standard-card b,
.participant-standard-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.participant-standard-card b {
  font-size: 0.88rem;
  white-space: nowrap;
}
.participant-standard-card small {
  margin-top: 3px;
  font-size: 0.68rem;
  color: var(--muted);
}
.participant-standard-card i {
  font-style: normal;
  color: var(--pink);
}
.participant-directory-action {
  text-align: center;
  margin: 24px 0 55px;
}
.participant-editorial .participant-empty {
  background: #fff;
  border: 1px solid rgba(10, 22, 51, 0.1);
  border-radius: 8px;
  margin-bottom: 35px;
}
.participant-strip a {
  padding: 28px;
  border-right: 1px solid rgba(10, 22, 51, 0.12);
  color: var(--ink);
  transition: 0.2s ease;
}
.participant-strip a:hover {
  background: #0a1633;
  color: #fff;
}
.participant-strip a span,
.participant-strip a b,
.participant-strip a small {
  display: block;
}
.participant-strip a span {
  font-size: 0.65rem;
  color: #f20b72;
  font-weight: 900;
}
.participant-strip a b {
  font-size: 1.1rem;
  margin: 14px 0 3px;
}
.participant-strip a small {
  color: #73798a;
}
.participant-public-card[id] {
  scroll-margin-top: 100px;
}
@media (max-width: 1100px) {
  .participant-feature-reverse .participant-visual,
  .participant-feature-dynamic .participant-visual {
    order: 0;
    border-radius: 8px 80px 0 0;
  }
  .participant-feature-reverse .participant-copy,
  .participant-feature-dynamic .participant-copy {
    order: 1;
    border-radius: 0 0 8px 8px;
  }
  .participant-cover-image,
  .participant-visual-fallback {
    min-height: 560px;
  }
  .participant-highlight-grid {
    grid-template-columns: 1fr;
  }
  .participant-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .participant-feature-reverse .participant-visual,
  .participant-feature-dynamic .participant-visual {
    border-radius: 8px 44px 0 0;
  }
  .participant-cover-image,
  .participant-visual-fallback {
    min-height: 420px;
  }
  .participant-highlight-card {
    grid-template-columns: 110px minmax(0, 1fr);
    min-height: 240px;
  }
  .participant-highlight-logo {
    padding: 15px;
  }
  .participant-highlight-copy {
    padding: 21px;
  }
  .participant-highlight-copy h3 {
    font-size: 1.25rem;
  }
  .participant-standard-grid {
    grid-template-columns: 1fr;
  }
  .participant-level-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
  }
  .participant-strip a {
    padding: 20px;
  }
  .participant-strip a:nth-child(2n) {
    border-right: 0;
  }
}

/* Catálogo de marcas */
.brand-gallery-dynamic figure {
  background: #131a36;
}
.brand-gallery-dynamic figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.brand-gallery-dynamic figcaption a {
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  color: #fff;
}
.brand-gallery-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14%;
  background: #f5f0ec;
}
.brand-gallery-fallback img {
  width: min(330px, 80%) !important;
  height: min(190px, 55%) !important;
  object-fit: contain !important;
  filter: none !important;
}
.brand-gallery-fallback strong {
  font-size: clamp(5rem, 12vw, 11rem);
  color: var(--pink);
}
.brand-gallery-count-1 {
  grid-template-columns: 1fr;
  grid-template-rows: 650px;
}
.brand-gallery-count-1 .brand-gallery-main {
  grid-row: auto;
}
.brand-gallery-count-2 {
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 720px;
}
.brand-gallery-count-2 .brand-gallery-main {
  grid-row: auto;
}
.brand-logo-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.brand-logo-rail a {
  height: 116px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #fff;
  color: var(--ink);
  text-align: center;
}
.brand-logo-rail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-logo-rail b {
  font-size: 0.8rem;
}
.brand-public-empty {
  padding: 55px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}
.brand-public-empty h3 {
  font-size: 2rem;
  margin: 0 0 8px;
}
.brand-public-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.brand-admin-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-admin-identity > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: 8px;
  background: #f5f0ec;
}
.brand-admin-identity img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-admin-identity small {
  display: block;
  color: var(--pink);
  font-weight: 800;
}
.brand-owner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.brand-owner-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.brand-owner-image {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 12px;
  background: #f5f0ec;
}
.brand-owner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-owner-image strong {
  font-size: 3rem;
  color: var(--pink);
}
.brand-owner-card h3 {
  margin: 10px 0 6px;
}
.brand-owner-card p {
  color: var(--muted);
}
.brand-owner-actions {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .brand-logo-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .brand-owner-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .brand-gallery-count-1,
  .brand-gallery-count-2 {
    grid-template-columns: 1fr;
    grid-template-rows: 500px;
  }
  .brand-gallery-count-2 {
    grid-template-rows: 500px 300px;
  }
  .brand-logo-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .brand-logo-rail a {
    height: 100px;
  }
  .brand-owner-card {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 15px;
  }
  .brand-owner-image {
    width: 88px;
    height: 88px;
  }
  .brand-public-empty {
    padding: 30px;
  }
  .brand-public-empty h3 {
    font-size: 1.5rem;
  }
}

/* Entradas, checkout y resultado de pago */
.ticket-page-hero {
  background: #09122e;
}
.ticket-grid-live .ticket {
  min-height: 500px;
}
.ticket-grid-live .ticket p {
  color: var(--muted);
}
.ticket-grid-live .ticket > small {
  margin: 0 0 25px;
  color: var(--muted);
  font-weight: 800;
}
.ticket-grid-live .ticket .btn {
  align-self: flex-start;
}
.payment-trust {
  position: relative;
  z-index: 2;
  align-self: center;
}
.payment-trust h3 {
  font-size: 2rem;
  margin: 15px 0 6px;
}
.checkout-page {
  background: #f4f1ee;
}
.checkout-shell {
  padding: 140px 0 80px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 24px;
  align-items: start;
  max-width: 1120px;
}
.checkout-form-card,
.checkout-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 42px;
}
.checkout-form-card h1 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 12px 0;
}
.checkout-form-card > p {
  color: var(--muted);
  margin-bottom: 30px;
}
.checkout-form-card .field {
  margin-bottom: 16px;
}
.checkout-submit {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.checkout-security {
  text-align: center !important;
  font-size: 0.79rem;
  margin: 16px 0 0 !important;
}
.checkout-summary {
  position: sticky;
  top: 110px;
  background: #09122e;
  color: #fff;
}
.checkout-summary h2 {
  font-size: 2.2rem;
  margin: 20px 0 10px;
}
.checkout-summary > p {
  color: rgba(255, 255, 255, 0.68);
}
.checkout-summary dl {
  margin: 35px 0 0;
}
.checkout-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.checkout-summary dt {
  color: rgba(255, 255, 255, 0.6);
}
.checkout-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 850;
}
.checkout-summary .checkout-total {
  font-size: 1.35rem;
  border-bottom: 0;
  padding-top: 25px;
}
.payment-result-page {
  min-height: 100vh;
  background: #09122e;
}
.payment-result-shell {
  width: min(100% - 32px, 720px);
  margin: auto;
  padding: 60px 0;
}
.payment-result-shell > .access-brand {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.payment-result-shell > .access-brand img {
  width: 190px;
}
.payment-result-card {
  background: #fff;
  border-radius: 28px;
  padding: 50px;
  text-align: center;
}
.payment-result-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 950;
}
.payment-result-icon.success {
  background: #e0f6ec;
  color: #007455;
}
.payment-result-icon.failed {
  background: #ffe4ec;
  color: #b0004f;
}
.payment-result-icon.pending {
  background: #fff1d8;
  color: #9b6200;
}
.payment-result-card h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin: 12px 0;
}
.payment-result-card > p {
  color: var(--muted);
}
.payment-result-card dl {
  margin: 30px 0;
  text-align: left;
}
.payment-result-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.payment-result-card dd {
  margin: 0;
  text-align: right;
  font-weight: 850;
}
.payment-result-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    position: static;
    order: -1;
  }
  .ticket-grid-live {
    grid-template-columns: 1fr;
  }
  .checkout-form-card,
  .checkout-summary {
    padding: 28px;
  }
  .payment-result-card {
    padding: 35px 24px;
  }
}

/* Jerarquía y movimiento de patrocinadores */
.sponsors-editorial .official-sponsor {
  width: min(100%, 640px);
  min-height: 220px;
  padding: 38px 58px;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.4s ease,
    background-color 0.4s ease;
}
.sponsors-editorial .official-sponsor img {
  max-width: 360px;
  max-height: 122px;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.4s ease;
}
.sponsors-editorial .sponsor-logo {
  opacity: 0;
  transform: translateY(22px) scale(0.97);
  transition:
    transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.sponsors-editorial .sponsors-main.revealed .official-sponsor {
  animation: sponsorPrincipalIn 0.9s cubic-bezier(0.16, 0.8, 0.25, 1) both;
}
.sponsors-editorial .sponsors-main.revealed .official-sponsor img {
  animation: lafiseLogoIn 1.05s 0.18s cubic-bezier(0.16, 0.8, 0.25, 1) both;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo {
  animation: sponsorLogoIn 0.65s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(1) {
  animation-delay: 0.24s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(2) {
  animation-delay: 0.31s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(3) {
  animation-delay: 0.38s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(4) {
  animation-delay: 0.45s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(5) {
  animation-delay: 0.52s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(6) {
  animation-delay: 0.59s;
}
.sponsors-editorial .sponsors-main.revealed .sponsor-logo:nth-child(7) {
  animation-delay: 0.66s;
}
.sponsors-editorial .sponsor-logo img {
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1);
}
@media (hover: hover) and (pointer: fine) {
  .sponsors-editorial .official-sponsor:hover {
    animation: none;
    transform: translateY(-7px);
    box-shadow: 0 28px 65px rgba(10, 22, 51, 0.14);
    background: #f8fffb;
  }
  .sponsors-editorial .official-sponsor:hover img {
    animation: none;
    transform: scale(1.07);
    filter: drop-shadow(0 12px 18px rgba(0, 92, 66, 0.16));
  }
  .sponsors-editorial .sponsor-logo:hover {
    animation: none;
    opacity: 1;
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 18px 38px rgba(10, 22, 51, 0.11);
    border-color: rgba(10, 22, 51, 0.22);
  }
  .sponsors-editorial .sponsor-logo:hover img {
    transform: scale(1.055);
  }
}
@keyframes sponsorPrincipalIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lafiseLogoIn {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  68% {
    opacity: 1;
    transform: scale(1.055);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sponsorLogoIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 720px) {
  .sponsors-editorial .official-sponsor {
    min-height: 180px;
    padding: 30px 24px;
  }
  .sponsors-editorial .official-sponsor img {
    max-width: 280px;
    max-height: 98px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sponsors-editorial .official-sponsor,
  .sponsors-editorial .official-sponsor img,
  .sponsors-editorial .sponsor-logo {
    opacity: 1;
    transform: none;
    animation: none !important;
    transition: none !important;
  }
}
/* Flujo real VIP: invitación, check-in y pantalla de bienvenida */
.vip-invite-page {
  min-height: 100vh;
  margin: 0;
  background: #071531;
}
.vip-invite-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 18px;
}
.vip-invite-card {
  position: relative;
  width: min(860px, 100%);
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(28px, 6vw, 68px);
  background: #fff;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
}
.vip-invite-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #ff0a76, #ff6daf);
}
.vip-beauty-logo {
  display: block;
  width: min(220px, 48vw);
  max-height: 80px;
  margin-bottom: 42px;
  object-fit: contain;
  object-position: left center;
}
.vip-invite-card h1 {
  margin: 12px 0;
  color: #071531;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.vip-invite-card p {
  color: #606a7c;
}
.vip-inviter {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-bottom: 28px;
}
.vip-inviter img {
  width: 170px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}
.vip-inviter span {
  color: #071531;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}
.vip-inviter small {
  color: #6d7584;
}
.vip-inviter strong {
  color: #ff0a76;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
}
.vip-confirm-form {
  margin-top: 34px;
}
.vip-confirm-form .field {
  margin-bottom: 18px;
}
.vip-confirm-form input[type="text"],
.vip-confirm-form input[type="tel"],
.vip-confirm-form input[type="email"] {
  width: 100%;
  border: 1px solid #cfd5df;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
}
.vip-days,
.vip-companion {
  margin: 22px 0;
  border: 1px solid #dfe3eb;
  border-radius: 18px;
  padding: 18px;
}
.vip-days legend,
.vip-companion legend {
  padding: 0 8px;
  color: #071531;
  font-weight: 900;
}
.vip-days > label {
  display: inline-flex;
  width: calc(50% - 8px);
  align-items: flex-start;
  gap: 9px;
  padding: 15px;
  border-radius: 14px;
  background: #f4f6fa;
  cursor: pointer;
}
.vip-days label span,
.vip-days label b {
  display: block;
}
.vip-companion > label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 20px 12px 0;
}
.vip-confirm-button {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}
.field-error {
  display: block;
  margin-top: 6px;
  color: #b51f4f;
  font-size: 0.82rem;
}
.vip-final-grid {
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  margin: 34px 0;
}
.vip-qr {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid #dfe3eb;
  border-radius: 20px;
  padding: 12px;
}
.vip-present-code {
  border-radius: 14px;
  padding: 15px 18px;
  color: #075b3c !important;
  background: #e8f8f1;
  font-weight: 800;
  text-align: center;
}
.vip-unavailable {
  padding: 6vh 0;
}

.checkin-page {
  min-height: 100vh;
  background: #f4f6fb;
}
.checkin-shell {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 140px 0 80px;
}
.checkin-scanner,
.checkin-result {
  background: #fff;
  border: 1px solid #dde2ec;
  border-radius: 28px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 24px 70px rgba(7, 21, 49, 0.08);
}
.checkin-scanner h1 {
  margin: 8px 0;
  font-size: clamp(2rem, 5vw, 4rem);
  color: #071531;
}
.checkin-token-form {
  margin-top: 28px;
}
.checkin-token-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}
.checkin-token-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.checkin-token-row input {
  min-width: 0;
  border: 1px solid #bac3d4;
  border-radius: 999px;
  padding: 15px 20px;
  font: inherit;
}
.checkin-alert {
  margin: 18px 0;
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 700;
}
.checkin-alert.is-success {
  color: #05603f;
  background: #e8f8f1;
}
.checkin-alert.is-error {
  color: #9d144c;
  background: #ffeaf3;
}
.checkin-result {
  margin-top: 22px;
  border-top: 6px solid #ff0a76;
}
.checkin-result.is-invalid {
  border-top-color: #d42b37;
}
.checkin-result.is-used {
  border-top-color: #e99b18;
}
.checkin-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.checkin-result-head h2 {
  margin: 10px 0 4px;
  font-size: clamp(1.8rem, 4vw, 3.3rem);
}
.checkin-state {
  color: #ff0a76;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.checkin-time {
  font-size: 2rem;
  color: #071531;
}
.checkin-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0;
  border: 1px solid #e1e5ed;
  border-radius: 18px;
  overflow: hidden;
}
.checkin-data div {
  padding: 18px;
  border-right: 1px solid #e1e5ed;
}
.checkin-data div:last-child {
  border: 0;
}
.checkin-data dt {
  color: #6d7584;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.checkin-data dd {
  margin: 7px 0 0;
  font-weight: 800;
}
.checkin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.vip-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 310px;
}
.vip-row-actions form,
.checkin-actions form {
  margin: 0;
}

.welcome-screen {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
  color: white;
  background: #071531;
  font-family: Arial, sans-serif;
}
.welcome-fireworks {
  position: fixed;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.welcome-stage {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 7vw;
  text-align: center;
  isolation: isolate;
}
.welcome-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: #ff0a76;
  filter: blur(150px);
  opacity: 0.24;
  animation: welcomeGlow 7s ease-in-out infinite alternate;
}
.welcome-logo {
  position: absolute;
  top: 5vh;
  left: 5vw;
  width: min(240px, 27vw);
  max-height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.welcome-idle span,
.welcome-kicker {
  color: #ff4b9c;
  font-size: clamp(0.75rem, 1.4vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.28em;
}
.welcome-idle h1,
.welcome-guest h1 {
  margin: 1rem 0;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.welcome-idle p,
.welcome-guest p {
  font-size: clamp(1rem, 2.2vw, 2rem);
}
.welcome-guest {
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 0.5s ease,
    transform 0.7s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.welcome-guest.is-visible {
  opacity: 1;
  transform: scale(1);
}
.welcome-status {
  position: absolute;
  right: 4vw;
  bottom: 4vh;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.welcome-status a {
  color: white;
}
.welcome-status span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #e99b18;
}
.welcome-status span.is-online::before {
  background: #39da9b;
  box-shadow: 0 0 16px #39da9b;
}
@keyframes welcomeGlow {
  to {
    transform: translate(12vw, -6vh) scale(1.15);
    opacity: 0.4;
  }
}

/* Televisor: todos los ingresos VIP de la ventana móvil de cinco minutos. */
.welcome-stage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4vh;
  padding: 5vh 5vw 9vh;
}
.welcome-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
  text-align: right;
}
.welcome-header .welcome-logo {
  position: static;
  width: min(260px, 25vw);
  max-height: 100px;
  flex: 0 0 auto;
  object-fit: contain;
}
.welcome-header span {
  color: #ff4b9c;
  font-size: clamp(0.65rem, 1.1vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.25em;
}
.welcome-header h1 {
  margin: 0.2rem 0;
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.welcome-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.8rem, 1.3vw, 1.2rem);
}
.welcome-idle {
  margin: auto;
}
.welcome-idle h2 {
  margin: 0.8rem 0;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.welcome-guests {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  gap: clamp(16px, 2vw, 32px);
  margin: auto 0;
}
.welcome-person {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: clamp(24px, 3vw, 44px);
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  animation: welcomeCardIn 0.7s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}
.welcome-person::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% auto;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ff0a76;
  filter: blur(45px);
  opacity: 0.24;
}
.welcome-person span {
  color: #ff66aa;
  font-size: clamp(0.65rem, 0.9vw, 0.85rem);
  font-weight: 900;
  letter-spacing: 0.16em;
}
.welcome-person h2 {
  position: relative;
  z-index: 1;
  margin: 0.55rem 0;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.welcome-person p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.9rem, 1.25vw, 1.2rem);
}
.welcome-person strong {
  color: white;
}
.welcome-guests.is-crowded {
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: 14px;
}
.welcome-guests.is-crowded .welcome-person {
  min-height: 125px;
  border-radius: 20px;
  padding: 20px;
}
.welcome-guests.is-crowded .welcome-person h2 {
  font-size: clamp(1.4rem, 2.7vw, 2.8rem);
}
.welcome-guests.is-dense {
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.welcome-guests.is-dense .welcome-person {
  min-height: 92px;
  padding: 13px 16px;
}
.welcome-guests.is-dense .welcome-person h2 {
  margin: 0.3rem 0;
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}
.welcome-guests.is-dense .welcome-person p {
  font-size: clamp(0.65rem, 0.9vw, 0.85rem);
}
.welcome-spotlight {
  width: min(1400px, 100%);
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.welcome-spotlight > span {
  color: #ff5ba5;
  font-size: clamp(0.75rem, 1.25vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.28em;
}
.welcome-spotlight h2 {
  max-width: 95vw;
  margin: 1.5vh 0;
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.84;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-wrap: balance;
}
.welcome-spotlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.1rem, 2vw, 2rem);
}
.welcome-spotlight strong {
  color: white;
}
.welcome-spotlight.is-changing {
  animation: welcomeSpotlightIn 0.75s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}
.welcome-spotlight.is-changing h2 {
  transform-origin: center;
  will-change: transform, scale;
  animation:
    welcomeNameIn 1.05s cubic-bezier(0.16, 1, 0.3, 1) both,
    welcomeNameGlow 1.8s ease-out both,
    welcomeNameBreath 5s 1.05s ease-in-out infinite;
}
.welcome-spotlight.is-changing > span {
  animation: welcomeKickerIn 0.65s 0.15s ease-out both;
}
.welcome-spotlight.is-changing p {
  animation: welcomeParticipantIn 0.7s 0.38s ease-out both;
}
.welcome-recent {
  width: 100%;
  flex: 0 0 auto;
}
.welcome-recent-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.58rem, 0.78vw, 0.75rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}
.welcome-recent-title strong {
  color: #ff66aa;
  letter-spacing: 0;
}
.welcome-recent .welcome-guests {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  gap: 9px;
  margin: 0;
}
.welcome-recent .welcome-person {
  min-height: 76px;
  border-radius: 15px;
  padding: 12px 15px;
  opacity: 0.72;
}
.welcome-recent .welcome-person.is-active {
  border-color: #ff4b9c;
  opacity: 1;
  background: rgba(255, 10, 118, 0.15);
  box-shadow: 0 0 28px rgba(255, 10, 118, 0.2);
}
.welcome-recent .welcome-person h2 {
  margin: 0 0 4px;
  font-size: clamp(0.95rem, 1.45vw, 1.45rem);
  line-height: 1;
}
.welcome-recent .welcome-person p {
  font-size: clamp(0.6rem, 0.75vw, 0.75rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.welcome-recent .welcome-guests.is-crowded {
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 7px;
}
.welcome-recent .welcome-guests.is-crowded .welcome-person {
  min-height: 62px;
  padding: 9px 11px;
}
.welcome-recent .welcome-guests.is-dense {
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.welcome-recent .welcome-guests.is-dense .welcome-person {
  min-height: 52px;
  padding: 7px 9px;
}
.welcome-recent .welcome-guests.is-dense .welcome-person h2 {
  font-size: clamp(0.7rem, 1vw, 1rem);
}
@keyframes welcomeSpotlightIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
  }
}
@keyframes welcomeNameIn {
  from {
    opacity: 0;
    transform: translateY(55px) scale(0.72);
    filter: blur(14px);
  }
  65% {
    transform: translateY(-5px) scale(1.04);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes welcomeNameGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(255, 10, 118, 0);
  }
  45% {
    text-shadow:
      0 0 22px rgba(255, 255, 255, 0.45),
      0 0 70px rgba(255, 10, 118, 0.9);
  }
}
@keyframes welcomeNameBreath {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.035;
  }
}
@keyframes welcomeKickerIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
    letter-spacing: 0.5em;
  }
}
@keyframes welcomeParticipantIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes welcomeCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-spotlight.is-changing,
  .welcome-spotlight.is-changing h2,
  .welcome-spotlight.is-changing > span,
  .welcome-spotlight.is-changing p,
  .welcome-person {
    animation: none;
  }
}

/* Dashboard administrativo conectado a los módulos reales. */
.admin-home {
  background: #f5f7fb;
}
.admin-home-head h1 {
  margin: 5px 0;
  color: #071531;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  letter-spacing: -0.05em;
}
.admin-home-head p {
  margin: 0;
  color: var(--muted);
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 20px 0;
}
.admin-stat-card {
  min-width: 0;
  border: 1px solid #dfe3eb;
  border-radius: 22px;
  padding: 24px;
  color: #071531;
  background: #fff;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.admin-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(7, 21, 49, 0.1);
}
.admin-stat-card small,
.admin-stat-card span {
  display: block;
}
.admin-stat-card small {
  color: #667085;
}
.admin-stat-card strong {
  display: block;
  margin: 10px 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
}
.admin-stat-card span {
  color: #ff0a76;
  font-size: 0.78rem;
  font-weight: 800;
}
.admin-stat-card.is-pink {
  color: #fff;
  border-color: #ff0a76;
  background: #ff0a76;
}
.admin-stat-card.is-pink small,
.admin-stat-card.is-pink span {
  color: #fff;
}
.admin-vip-panel {
  overflow: hidden;
  border-top: 5px solid #ff0a76;
}
.admin-vip-panel .panel-head h2 {
  margin: 6px 0;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}
.admin-vip-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 28px 0;
  border: 1px solid #e1e5ed;
  border-radius: 18px;
  overflow: hidden;
}
.admin-vip-metrics div {
  padding: 20px;
  border-right: 1px solid #e1e5ed;
}
.admin-vip-metrics div:last-child {
  border: 0;
}
.admin-vip-metrics small {
  display: block;
  color: #667085;
}
.admin-vip-metrics strong {
  display: block;
  margin-top: 7px;
  color: #071531;
  font-size: 2.1rem;
}
.admin-operation-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.admin-operation-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
  padding: 20px;
  color: #fff;
  background: #071531;
  text-decoration: none;
}
.admin-operation-card > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #071531;
  background: #ff5ba5;
  font-weight: 900;
}
.admin-operation-card strong,
.admin-operation-card small {
  display: block;
}
.admin-operation-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
}
.admin-operation-card > b {
  font-size: 1.5rem;
}
.admin-home-columns {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}
.admin-module-list {
  display: grid;
  gap: 9px;
}
.admin-module-list a {
  display: block;
  border: 1px solid #e1e5ed;
  border-radius: 14px;
  padding: 15px 17px;
  color: #071531;
  text-decoration: none;
}
.admin-module-list a:hover {
  border-color: #ff7db8;
  background: #fff6fa;
}
.admin-module-list strong,
.admin-module-list span {
  display: block;
}
.admin-module-list span {
  margin-top: 4px;
  color: #667085;
  font-size: 0.78rem;
}
.admin-agenda-list {
  display: grid;
}
.admin-agenda-list > a {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e1e5ed;
  padding: 11px 0;
  color: #071531;
  text-decoration: none;
}
.admin-agenda-list > a:last-child {
  border: 0;
}
.admin-agenda-list time {
  display: grid;
  place-items: center;
  border-radius: 10px;
  padding: 7px;
  color: #fff;
  background: #071531;
}
.admin-agenda-list time b {
  font-size: 1.15rem;
  line-height: 1;
}
.admin-agenda-list time span {
  font-size: 0.6rem;
}
.admin-agenda-list div strong,
.admin-agenda-list div small {
  display: block;
}
.admin-agenda-list div small {
  margin-top: 4px;
  color: #667085;
}
.admin-empty {
  border-radius: 14px;
  padding: 25px;
  color: #667085;
  background: #f5f7fb;
  text-align: center;
}
.admin-public-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.admin-public-links h3 {
  margin: 6px 0 0;
}
.admin-public-links > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 1100px) {
  .admin-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .admin-home-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-stat-grid,
  .admin-vip-metrics,
  .admin-operation-actions {
    grid-template-columns: 1fr;
  }
  .admin-vip-metrics div {
    border-right: 0;
    border-bottom: 1px solid #e1e5ed;
  }
  .admin-public-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .admin-public-links > div:last-child {
    justify-content: flex-start;
  }
}

/* Invitación VIP editorial */
.vip-invite-page {
  min-height: 100vh;
  background: #071531;
}
.vip-invite-page::before,
.vip-invite-page::after {
  content: "";
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
.vip-invite-page::before {
  width: 480px;
  height: 480px;
  top: -260px;
  right: -120px;
}
.vip-invite-page::after {
  width: 320px;
  height: 320px;
  bottom: -190px;
  left: -80px;
}
.vip-invite-shell {
  min-height: 100vh;
  padding: clamp(18px, 4vw, 52px);
}
.vip-invite-card.vip-invite-card-editorial {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  padding: 0;
  background: #fff;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.38);
}
.vip-invite-card.vip-invite-card-editorial::before {
  display: none;
}
.vip-invite-cover {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 58px);
  color: #fff;
  background: #0a1733;
  isolation: isolate;
}
.vip-invite-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 410px;
  height: 410px;
  right: -210px;
  top: 20%;
  border: 90px solid #ff0a76;
  border-radius: 50%;
  opacity: 0.92;
}
.vip-invite-cover::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  left: -100px;
  bottom: 16%;
  border: 38px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.vip-cover-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.vip-cover-top .vip-beauty-logo {
  width: min(190px, 52%);
  max-height: 72px;
  margin: 0;
  object-position: left center;
  filter: none;
}
.vip-access-label {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.vip-cover-message {
  position: relative;
  z-index: 1;
  margin: auto 0;
  padding: 45px 0;
}
.vip-cover-message > span {
  color: #ff69ad;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.vip-cover-message h2 {
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.77;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.vip-cover-message h2 em {
  color: #ff2b88;
  font-style: normal;
}
.vip-cover-message p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.55;
}
.vip-host {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 24px;
}
.vip-host > small {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.vip-host-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vip-host-logo {
  width: 78px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  padding: 7px;
  background: #fff;
}
.vip-host-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vip-host-identity strong {
  max-width: 250px;
  font-size: 1rem;
  line-height: 1.15;
  text-transform: uppercase;
}
.vip-cover-date {
  position: absolute;
  right: clamp(28px, 4vw, 56px);
  bottom: clamp(28px, 4vw, 54px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.vip-cover-date strong {
  color: #ff4c9c;
  font-size: 1.5rem;
}
.vip-cover-date span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.vip-invite-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}
.vip-section-label {
  color: #ff0a76;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.vip-form-heading h1,
.vip-confirmed h1 {
  margin: 13px 0;
  color: #071531;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: 0.83;
  letter-spacing: -0.065em;
}
.vip-form-heading h1 em {
  color: #071531;
  font-style: normal;
}
.vip-form-heading p,
.vip-confirmed > p {
  max-width: 520px;
  color: #657083;
  line-height: 1.55;
}
.vip-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 24px;
  color: #9097a4;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}
.vip-progress span {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.vip-progress b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #aab0ba;
}
.vip-progress .is-active {
  color: #071531;
}
.vip-progress .is-active b {
  background: #ff0a76;
}
.vip-progress i {
  width: 55px;
  height: 1px;
  background: #d9dde5;
}
.vip-confirm-form {
  margin: 0;
}
.vip-days,
.vip-companion {
  margin: 0 0 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.vip-days legend,
.vip-companion legend {
  margin-bottom: 10px;
  padding: 0;
  color: #071531;
  font-size: 0.78rem;
  font-weight: 900;
}
.vip-days > label {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 15px;
  margin-bottom: 9px;
  border: 1px solid #dce1e9;
  border-radius: 15px;
  padding: 13px 16px;
  background: #fff;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}
.vip-days > label:hover {
  transform: translateX(3px);
  border-color: #ff85bc;
}
.vip-days > label:has(input:checked) {
  border-color: #ff0a76;
  background: #fff4f9;
}
.vip-days input,
.vip-companion-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.vip-day-number {
  color: #071531;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.vip-day-copy b,
.vip-day-copy small {
  display: block;
}
.vip-day-copy b {
  color: #071531;
}
.vip-day-copy small {
  margin-top: 3px;
  color: #747d8e;
  font-size: 0.72rem;
}
.vip-radio-check {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #cbd1dc;
  border-radius: 50%;
  color: transparent;
  font-size: 0.75rem;
}
.vip-days input:checked ~ .vip-radio-check {
  color: #fff;
  border-color: #ff0a76;
  background: #ff0a76;
}
.vip-companion-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.vip-companion-options label {
  position: relative;
  cursor: pointer;
}
.vip-companion-options span {
  display: block;
  border: 1px solid #dce1e9;
  border-radius: 12px;
  padding: 12px;
  color: #667085;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.vip-companion-options input:checked + span {
  color: #071531;
  border-color: #ff0a76;
  background: #fff4f9;
}
.vip-companion-name {
  margin: 12px 0 0 !important;
}
.vip-companion-name[hidden] {
  display: none !important;
}
.vip-companion-name label {
  color: #071531;
  font-size: 0.72rem;
  font-weight: 900;
}
.vip-companion-name input {
  margin-top: 7px;
  border-radius: 12px !important;
  padding: 12px 14px !important;
}
.vip-commercial-authorization {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start !important;
  gap: 10px !important;
  margin: 16px 0 0 !important;
  padding: 13px 14px;
  border: 1px solid #ffd0e3;
  border-radius: 13px;
  background: #fff6fa;
  cursor: pointer;
}
.vip-commercial-authorization input {
  width: 19px !important;
  height: 19px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: #ff0a76;
}
.vip-commercial-authorization span,
.vip-commercial-authorization strong,
.vip-commercial-authorization small {
  display: block;
}
.vip-commercial-authorization strong {
  color: #071531;
  font-size: 0.76rem;
  line-height: 1.4;
}
.vip-commercial-authorization small {
  margin-top: 4px;
  color: #747d8e;
  font-size: 0.68rem;
  line-height: 1.45;
}
.vip-confirm-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  padding: 0 20px;
  box-shadow: 0 15px 35px rgba(255, 10, 118, 0.22);
}
.vip-confirm-button b {
  font-size: 1.3rem;
}
.vip-form-note {
  margin: 10px 0 0;
  color: #9097a4 !important;
  font-size: 0.68rem;
  text-align: center;
}
.vip-wizard {
  width: 100%;
  margin: 0;
}
.vip-wizard-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: clamp(25px, 4vh, 42px);
}
.vip-wizard-progress > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a0a6b1;
}
.vip-wizard-progress b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #b3b8c2;
  font-size: 0.7rem;
}
.vip-wizard-progress small {
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vip-wizard-progress i {
  width: clamp(20px, 4vw, 52px);
  height: 1px;
  background: #dce0e7;
}
.vip-wizard-progress .is-active {
  color: #071531;
}
.vip-wizard-progress .is-active b {
  background: #ff0a76;
  box-shadow: 0 0 0 5px rgba(255, 10, 118, 0.1);
}
.vip-wizard-progress .is-complete b {
  color: #fff;
  background: #0aa36c;
}
.vip-wizard-step {
  display: none;
  animation: vipStepIn 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.vip-wizard-step.is-active {
  display: block;
}
[data-day-required][hidden] {
  display: none !important;
}
.vip-welcome-step .vip-section-label {
  display: block;
  margin-bottom: 13px;
}

.vip-welcome-step h1 {
  margin: 0 0 20px;
  color: #071531;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.84;
  letter-spacing: -0.065em;
}

.vip-welcome-step h1 em {
  color: #071531;
  font-style: normal;
}
.vip-welcome-step h1 .vip-hola {
  color: #f28c28;
  font-size: 0.68em;
}
.vip-welcome-step h1 .vip-nombre-cliente {
  color: #1e5aa8;
  font-size: 0.68em;
}
.vip-welcome-step > p {
  max-width: 510px;
  color: #657083;
  font-size: 1.05rem;
  line-height: 1.6;
}
.vip-welcome-step > p strong {
  color: #071531;
}
.vip-welcome-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 28px 0;
}
.vip-welcome-facts > div {
  border-left: 3px solid #ff0a76;
  padding: 7px 12px;
}
.vip-welcome-facts b,
.vip-welcome-facts span {
  display: block;
}
.vip-welcome-facts b {
  color: #071531;
  font-size: 1.1rem;
}
.vip-welcome-facts span {
  margin-top: 3px;
  color: #788191;
  font-size: 0.7rem;
}
.vip-wizard-primary {
  width: 100%;
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  padding: 0 20px;
  box-shadow: 0 15px 35px rgba(255, 10, 118, 0.22);
}
.vip-step-heading {
  margin-bottom: 25px;
}
.vip-step-heading h2 {
  margin: 10px 0;
  color: #071531;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
}
.vip-step-heading p {
  margin: 0;
  color: #697385;
}
.vip-wizard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
.vip-wizard-back {
  border: 0;
  padding: 12px 4px;
  color: #697385;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}
.vip-wizard-back:hover {
  color: #071531;
}
.vip-wizard-next {
  min-width: 190px;
  min-height: 50px;
  justify-content: center;
  border-radius: 13px;
}
.vip-individual-access {
  border: 1px solid #dce1e9;
  border-radius: 16px;
  padding: 22px;
  background: #f7f8fa;
}
.vip-individual-access span,
.vip-individual-access strong {
  display: block;
}
.vip-individual-access span {
  margin-bottom: 6px;
  color: #ff0a76;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.vip-individual-access strong {
  color: #071531;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
@keyframes vipStepIn {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
}
.vip-success-mark {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0aa36c;
  font-size: 1.5rem;
  font-weight: 900;
}
.vip-confirmed .vip-final-grid {
  grid-template-columns: minmax(150px, 210px) 1fr;
  gap: 30px;
  margin: 30px 0;
}
.vip-qr-wrap {
  text-align: center;
}
.vip-qr-wrap small {
  display: block;
  margin-top: 8px;
  color: #7b8493;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.vip-confirmed-data > span {
  color: #ff0a76;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.vip-confirmed-data h2 {
  margin: 8px 0 20px;
  color: #071531;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1;
}
.vip-confirmed-data dl {
  margin: 0;
}
.vip-confirmed-data dl div {
  border-top: 1px solid #e3e6ec;
  padding: 11px 0;
}
.vip-confirmed-data dt {
  color: #7b8493;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.vip-confirmed-data dd {
  margin: 4px 0 0;
  color: #071531;
  font-weight: 900;
}
.vip-invite-card-unavailable {
  width: min(720px, 100%);
  text-align: center;
}
.vip-unavailable-logo {
  width: 220px;
  max-height: 80px;
  margin: 0 auto 35px;
  object-fit: contain;
  filter: brightness(0);
}

@media (max-width: 850px) {
  .vip-invite-card.vip-invite-card-editorial {
    grid-template-columns: 1fr;
  }
  .vip-invite-cover {
    min-height: 430px;
  }
  .vip-cover-message {
    padding: 45px 0 70px;
  }
  .vip-cover-message h2 {
    font-size: clamp(4rem, 14vw, 7rem);
  }
  .vip-cover-message p {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .vip-invite-shell {
    padding: 0;
  }
  .vip-invite-card.vip-invite-card-editorial {
    border-radius: 0;
  }
  .vip-invite-cover {
    min-height: 220px;
    padding: 24px 22px;
  }
  .vip-cover-top .vip-beauty-logo {
    width: 145px;
  }
  .vip-access-label {
    padding: 6px 8px;
    font-size: 0.5rem;
  }
  .vip-cover-message {
    display: none;
  }
  .vip-host {
    margin-top: auto;
    padding-top: 18px;
  }
  .vip-host > small {
    margin-bottom: 8px;
  }
  .vip-host-logo {
    width: 62px;
    height: 42px;
  }
  .vip-host-identity strong {
    max-width: 160px;
    font-size: 0.8rem;
  }
  .vip-cover-date {
    right: 22px;
    bottom: 24px;
  }
  .vip-cover-date strong {
    font-size: 1.1rem;
  }
  .vip-cover-date span {
    display: none;
  }
  .vip-invite-content {
    min-height: calc(100svh - 220px);
    justify-content: flex-start;
    padding: 28px 22px 42px;
  }
  .vip-form-heading h1,
  .vip-confirmed h1 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }
  .vip-progress {
    font-size: 0.57rem;
  }
  .vip-progress i {
    width: 25px;
  }
  .vip-companion-options {
    grid-template-columns: 1fr;
  }
  .vip-confirmed .vip-final-grid {
    grid-template-columns: 1fr;
  }
  .vip-qr-wrap {
    text-align: left;
  }
  .vip-qr-wrap .vip-qr {
    width: min(210px, 70vw);
  }
  .vip-wizard-progress {
    margin-bottom: 26px;
  }
  .vip-wizard-progress small {
    display: none;
  }
  .vip-welcome-step h1 {
    font-size: clamp(3.1rem, 14vw, 4.8rem);
  }
  .vip-welcome-step > p {
    font-size: 0.92rem;
  }
  .vip-welcome-facts {
    margin: 22px 0;
  }
  .vip-step-heading h2 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }
  .vip-wizard-actions {
    margin-top: 20px;
  }
  .vip-wizard-next {
    min-width: 160px;
  }
}

@media (max-width: 720px) {
  .vip-days > label {
    width: 100%;
    margin-bottom: 8px;
  }
  .vip-final-grid {
    grid-template-columns: 1fr;
  }
  .vip-qr {
    width: min(280px, 100%);
  }
  .checkin-token-row {
    grid-template-columns: 1fr;
  }
  .checkin-result-head {
    display: block;
  }
  .checkin-data {
    grid-template-columns: 1fr 1fr;
  }
  .checkin-data div:nth-child(2) {
    border-right: 0;
  }
  .checkin-data div {
    border-bottom: 1px solid #e1e5ed;
  }
  .checkin-data div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .welcome-header {
    align-items: flex-start;
    text-align: left;
  }
  .welcome-header .welcome-logo {
    width: 38vw;
  }
  .welcome-status {
    left: 5vw;
    right: auto;
  }
  .welcome-spotlight h2 {
    font-size: clamp(3rem, 13vw, 6rem);
  }
  .welcome-recent .welcome-guests.is-dense {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ================================================================
   ALMUERZOS VIP
   ================================================================ */
.vip-lunch-choice {
  margin: 24px 0 0;
  padding: 22px;
  border: 1px solid #dfe3eb;
  border-radius: 18px;
  background: #fafbfc;
}
.vip-lunch-choice legend {
  padding: 0 8px;
  color: #071531;
  font-weight: 850;
}
.vip-lunch-choice legend span {
  display: block;
  margin-bottom: 4px;
  color: #ff0a76;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
.vip-companion-lunch {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfe3eb;
}
.vip-companion-lunch > strong {
  display: block;
  margin-bottom: 12px;
  color: #071531;
}
.vip-companion-lunch[hidden],
[data-lunch-required][hidden],
[data-companion-lunch-required][hidden] {
  display: none !important;
}
.vip-lunch-confirmation {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid #e0e4ec;
  border-radius: 20px;
  background: #fafbfc;
}
.vip-lunch-confirmation > .vip-section-label {
  display: block;
  margin-bottom: 14px;
}
.vip-lunch-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid #e5e8ee;
}
.vip-lunch-status-row:first-of-type {
  border-top: 0;
}
.vip-lunch-status-row div {
  display: grid;
  gap: 3px;
}
.vip-lunch-status-row small {
  color: #697386;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.vip-lunch-status-row strong {
  color: #071531;
}
.vip-lunch-included,
.vip-lunch-not-requested {
  flex: none;
  font-size: 0.82rem;
  font-weight: 850;
}
.vip-lunch-included {
  color: #087b58;
}
.vip-lunch-not-requested {
  color: #7a8392;
}
.lunch-page {
  min-height: 100vh;
  background: #f4f1ee;
}
.lunch-shell {
  width: min(100% - 32px, 1080px);
  margin: auto;
  padding: 128px 0 70px;
}
.lunch-scanner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
  gap: 35px;
  align-items: end;
  padding: 34px;
  border-radius: 24px;
  background: #071531;
  color: #fff;
  box-shadow: 0 22px 60px rgba(7, 21, 49, 0.14);
}
.lunch-scanner h1 {
  margin: 6px 0 8px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.lunch-scanner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}
.lunch-scanner .checkin-token-form {
  margin: 0;
}
.lunch-scanner .checkin-token-form label {
  color: #fff;
}
.lunch-scanner .checkin-token-row input {
  min-height: 58px;
  border-color: transparent;
  background: #fff;
}
.lunch-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid transparent;
}
.lunch-alert strong {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}
.lunch-alert.is-success {
  color: #075d45;
  background: #dff5eb;
  border-color: #bfe8d7;
}
.lunch-alert.is-warning {
  color: #81510a;
  background: #fff0d4;
  border-color: #f2d498;
}
.lunch-alert.is-error {
  color: #a00043;
  background: #ffe6ef;
  border-color: #ffc0d5;
}
.lunch-result {
  margin-top: 20px;
  padding: 34px;
  border: 1px solid #dfe2e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 21, 49, 0.07);
}
.lunch-person-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e7ec;
}
.lunch-person-head h2 {
  margin: 6px 0 4px;
  color: #071531;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.lunch-person-head p {
  margin: 0;
  color: #687184;
}
.lunch-checkin-state {
  min-width: 230px;
  padding: 17px 20px;
  border-radius: 16px;
  display: grid;
  gap: 3px;
}
.lunch-checkin-state small {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.lunch-checkin-state.is-ready {
  color: #066548;
  background: #e1f6ed;
}
.lunch-checkin-state.is-pending {
  color: #9a1749;
  background: #ffe6ef;
}
.lunch-beneficiary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.lunch-beneficiary-grid:has(> article:only-child) {
  grid-template-columns: minmax(0, 1fr);
}
.lunch-beneficiary-card {
  display: flex;
  flex-direction: column;
  min-height: 325px;
  padding: 26px;
  border: 1px solid #e0e4ea;
  border-radius: 20px;
  background: #fbfbfc;
}
.lunch-person-type {
  color: #ff0a76;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.lunch-beneficiary-card h3 {
  margin: 8px 0 20px;
  color: #071531;
  font-size: 1.75rem;
}
.lunch-beneficiary-card dl {
  margin: 0;
}
.lunch-beneficiary-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-top: 1px solid #e4e7ec;
}
.lunch-beneficiary-card dt {
  color: #70798a;
}
.lunch-beneficiary-card dd {
  margin: 0;
  text-align: right;
  font-weight: 850;
}
.lunch-status {
  color: #737b89;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}
.lunch-status.is-available {
  color: #ad1652;
}
.lunch-status.is-used {
  color: #087b58;
}
.lunch-used-time {
  margin: auto 0 0;
  padding-top: 22px;
  color: #087b58;
}
.lunch-redeem {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  min-height: 58px;
}
.lunch-next {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}
.participant-lunch-panel {
  border-top: 4px solid #ff0a76;
}
.participant-lunch-metrics .metric strong {
  color: #071531;
}
.participant-lunch-state {
  display: grid;
  gap: 3px;
  min-width: 180px;
}
.participant-lunch-state small {
  margin-top: 7px;
  color: #747d8d;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.participant-lunch-state small:first-child {
  margin-top: 0;
}
.participant-lunch-state strong {
  font-size: 0.7rem;
  color: #7a8290;
}
.participant-lunch-state strong.is-pending {
  color: #a71550;
}
.participant-lunch-state strong.is-used {
  color: #087b58;
}
@media (max-width: 800px) {
  .lunch-shell {
    padding-top: 100px;
  }
  .lunch-scanner {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .lunch-beneficiary-grid {
    grid-template-columns: 1fr;
  }
  .lunch-person-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .lunch-checkin-state {
    width: 100%;
  }
  .lunch-result {
    padding: 24px;
  }
  .lunch-alert {
    align-items: flex-start;
    flex-direction: column;
  }
  .vip-lunch-status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* ================================================================
   INVITACIÓN VIP · CAMPAÑA NARANJA / FUCSIA
   ================================================================ */
.vip-invite-card.vip-invite-card-editorial {
  align-items: stretch;
}
.vip-invite-cover {
  display: block;
  padding: 0;
  background-color: #f65058;
  background-image: url("/assets/img/campaign/beautyexpo-vip-orange-background.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.vip-invite-cover::before,
.vip-invite-cover::after {
  display: none;
}
.vip-cover-top {
  position: relative;
  z-index: 2;
}
.vip-cover-top .vip-beauty-logo {
  filter: drop-shadow(0 4px 14px rgba(7, 21, 49, 0.28));
}
.vip-access-label {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(7, 21, 49, 0.28);
  backdrop-filter: blur(8px);
}
.vip-cover-message {
  max-width: 430px;
  margin: auto 0;
  padding: 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(7, 21, 49, 0.48);
  box-shadow: 0 24px 60px rgba(7, 21, 49, 0.2);
  backdrop-filter: blur(8px);
}
.vip-cover-message > span {
  color: #ffb59a;
}
.vip-cover-message h2 {
  text-shadow: 0 7px 28px rgba(7, 21, 49, 0.28);
}
.vip-cover-message h2 em {
  color: #ff9f75;
}
.vip-cover-message p {
  color: rgba(255, 255, 255, 0.84);
}
.vip-host {
  width: calc(100% - 118px);
  border-top-color: rgba(255, 255, 255, 0.38);
}
.vip-host-identity strong {
  text-shadow: 0 2px 12px rgba(7, 21, 49, 0.35);
}
.vip-cover-date strong {
  color: #fff;
}
.vip-cover-date span {
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 851px) {
  .vip-invite-card.vip-invite-card-editorial,
  .vip-invite-cover,
  .vip-invite-content {
    min-height: 760px;
  }
  .vip-invite-content {
    align-self: stretch;
    padding: clamp(28px, 3.5vw, 52px);
  }
  .vip-wizard-progress {
    margin-bottom: clamp(18px, 3vh, 30px);
  }
  .vip-step-heading {
    margin-bottom: 18px;
  }
  .vip-welcome-facts {
    margin: 22px 0;
  }
  .vip-lunch-choice {
    margin-top: 16px;
    padding: 18px;
  }
  .vip-wizard-actions {
    margin-top: 18px;
  }
}

.vip-qr-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 15px 15px 12px;
  background: url("/assets/img/campaign/beautyexpo-vip-orange-background.png")
    center 62% / cover no-repeat;
  box-shadow: 0 18px 45px rgba(222, 0, 106, 0.2);
}
.vip-qr-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg,
    rgba(255, 123, 31, 0.08),
    rgba(255, 0, 117, 0.16)
  );
  pointer-events: none;
}
.vip-qr-wrap .vip-qr {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 15px;
  padding: 11px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(7, 21, 49, 0.16);
}
.vip-qr-wrap small {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 8px rgba(7, 21, 49, 0.35);
}

@media (max-width: 850px) {
  .vip-invite-cover {
    min-height: 0;
    aspect-ratio: 4500 / 2617;
    background-color: #f65058;
    background-image: url("/assets/img/campaign/beautyexpo-vip-orange-background-mobil.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .vip-cover-message {
    max-width: 520px;
  }
}
@media (max-width: 560px) {
  .vip-invite-cover {
    min-height: 0;
    padding: 0;
    aspect-ratio: 4500 / 2617;
    background-image: url("/assets/img/campaign/beautyexpo-vip-orange-background-mobil.png");
    background-position: center;
    background-size: contain;
  }
  .vip-host {
    width: calc(100% - 78px);
  }
  .vip-qr-wrap {
    width: min(225px, 76vw);
  }
}
