@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../la-grada/fonts/SamsungSharpSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Samsung Sharp Sans";
  src: url("../la-grada/fonts/SamsungSharpSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

:root {
  --lg-blue: #4E97C0;
  --lg-green: #5CB130;
  --lg-magenta: #B63791;
  --lg-black: #0A0A0A;
  --lg-white: #E6E6E6;
  --lg-gray: #CFCFCF;
  --lg-orange: var(--lg-green);
  --lg-yellow: #F6C343;
  --lg-red: #E53935;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Samsung Sharp Sans", Arial, sans-serif;
}

.lg-preloader-logo {
  display: block;
  width: min(56vw, 220px);
  height: auto;
  margin: 0 auto 14px;
}

.preloader .animation-preloader {
  text-align: center;
}

.preloader .animation-preloader .spinner {
  width: 5.5em;
  height: 5.5em;
  margin: 0 auto 2.2em;
  border-top-color: var(--lg-green);
}

.preloader .animation-preloader .txt-loading {
  font-family: "Samsung Sharp Sans", Arial, sans-serif;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1;
  white-space: nowrap;
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--lg-orange);
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  color: var(--lg-black);
  font-family: "Samsung Sharp Sans", Arial, sans-serif;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(9)::before {
  animation-delay: 1.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(10)::before {
  animation-delay: 1.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(11)::before {
  animation-delay: 2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(12)::before {
  animation-delay: 2.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(13)::before {
  animation-delay: 2.4s;
}

.preloader {
  animation: lg-preloader-failsafe 0.2s ease 5s forwards;
}

.preloader.loaded {
  animation: none;
  background: transparent;
  pointer-events: none;
}

@keyframes lg-preloader-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.lg-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 990;
  padding: 18px 0;
  background: rgba(7, 8, 13, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.lg-site-header.sticky {
  background: rgba(7, 8, 13, 0.94);
}

.lg-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lg-brand {
  color: var(--lg-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lg-brand:hover {
  color: var(--lg-green);
}

.lg-brand img,
.lg-footer-logo img {
  display: block;
  width: auto;
  max-width: 156px;
  max-height: 54px;
}

.lg-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.lg-primary-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lg-primary-nav a:hover,
.lg-primary-nav a.is-active,
.lg-primary-nav a[aria-current] {
  color: var(--lg-green);
}

.lg-primary-nav .lg-mobile-nav-only {
  display: none;
}

.lg-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lg-header-cta,
.lagrada-mobile-cta {
  border-radius: 6px;
}

.lg-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  color: var(--lg-black);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--lg-orange);
}

.lg-header-cta:hover,
.lg-header-cta.is-active,
.lg-header-cta[aria-current] {
  color: var(--lg-black);
  background: var(--lg-white);
}

.lg-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.lg-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--lg-white);
}

.lagrada-logo-text {
  display: inline-flex;
  align-items: center;
  color: var(--lg-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lagrada-logo-text.dark {
  color: var(--lg-black);
}

.lagrada-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 760px;
  padding: 125px 0 110px;
  background-size: cover;
  background-position: center;
}

.lagrada-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 13, 0.78) 0%, rgba(7, 8, 13, 0.5) 54%, rgba(7, 8, 13, 0.08) 100%),
    url("../la-grada/textures/la_grada_tex_negro.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.lagrada-hero::after {
  content: "";
  position: absolute;
  right: clamp(-160px, -8vw, -40px);
  bottom: clamp(20px, 6vw, 80px);
  width: min(84vw, 1120px);
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at 58% 50%, rgba(78, 151, 192, 0.16), transparent 58%);
  border-radius: 0;
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.lagrada-hero .container {
  position: relative;
  z-index: 1;
}

.lg-hero-marquee {
  position: absolute;
  top: 96px;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  padding: 10px 0;
  color: var(--lg-black);
  background: var(--lg-green);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.lg-hero-marquee-track {
  display: flex;
  width: max-content;
  animation: lg-hero-marquee 32s linear infinite;
}

.lg-hero-marquee span {
  flex: 0 0 auto;
  padding-right: 42px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes lg-hero-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

.lagrada-hero .hero-content {
  max-width: 780px;
}

.lg-hero-logo-wrap {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 520px;
  text-align: center;
}

.lg-hero-logo {
  display: block;
  width: min(72vw, 320px);
  max-height: 520px;
  height: auto;
  margin: 0;
}

.lg-hero-copy {
  margin-left: auto;
  max-width: 760px;
}

.lagrada-hero .hero-content h6 {
  color: var(--lg-green);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.lagrada-hero .hero-content h1 {
  color: var(--lg-white);
  font-size: clamp(58px, 8vw, 124px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  margin: 0;
}

.lagrada-hero .hero-content h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--lg-green);
}

.lagrada-hero .hero-content h1 .lg-solid {
  color: var(--lg-white);
  -webkit-text-stroke: 0;
}

.lagrada-hero .hero-content p {
  max-width: 640px;
  color: var(--lg-white);
  font-size: 18px;
  line-height: 1.55;
  margin-top: 26px;
}

.lagrada-hero .hero-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.lagrada-hero .hero-content .lg-hero-access-text {
  max-width: none;
  width: 100%;
  margin: 20px auto 0;
  color: var(--lg-green);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.lg-match-strip {
  position: relative;
  isolation: isolate;
  z-index: 2;
  margin-top: -58px;
  margin-bottom: -58px;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98), rgba(10, 10, 10, 0.96) 76%, rgba(15, 10, 14, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-match-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 98% 48%, rgba(182, 55, 145, 0.07), transparent 30%),
    linear-gradient(90deg, transparent 0%, transparent 72%, rgba(182, 55, 145, 0.02) 88%, rgba(182, 55, 145, 0.05) 100%);
  pointer-events: none;
}

.lg-match-strip > .container {
  position: relative;
  z-index: 1;
}

.lg-match-strip-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 245, 248, 0.9)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.lg-strip-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--lg-black);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--lg-green);
  border-radius: 6px;
}

.lg-strip-games {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.lg-mobile-carousel {
  position: relative;
}

.lg-carousel-arrow {
  display: none;
}

.lg-strip-games a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 12px;
  color: var(--lg-black);
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(7, 8, 13, 0.08);
  border-radius: 6px;
}

.lg-strip-games a[href="#partidos"] {
  grid-template-columns: 1fr;
  gap: 6px;
  align-content: center;
  justify-items: stretch;
  min-height: 64px;
  padding: 8px 8px 9px;
}

.lg-strip-date {
  display: block;
  color: rgba(7, 8, 13, 0.64);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.lg-strip-match-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.lg-strip-team {
  display: inline-flex;
  min-width: 0;
  gap: 8px;
  align-items: center;
}

.lg-strip-team:last-child {
  justify-content: flex-end;
}

.lg-strip-team img {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}

.lg-strip-team strong,
.lg-strip-games a > strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lg-strip-games a > strong:last-child {
  text-align: right;
}

.lg-strip-time,
.lg-strip-games a[href="marcadores.html"] > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--lg-magenta);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lg-strip-time::before,
.lg-strip-time::after {
  content: "-";
  color: var(--lg-blue);
  font-size: 13px;
  line-height: 1;
}

.lg-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.lg-section-heading span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--lg-magenta);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-section-heading h2 {
  margin: 0;
  color: var(--lg-black);
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.lg-section-heading p {
  max-width: 620px;
  margin-top: 16px;
  color: #4f5563;
  font-size: 17px;
  line-height: 1.55;
}

#partidos > .container,
.lg-activities-section > .container,
.lg-calendar-section > .container,
.lg-register-section > .container,
.lg-video-sponsor-section > .container,
.lg-faq-section > .container {
  position: relative;
}

#partidos > .container::after,
.lg-activities-section > .container::after,
.lg-calendar-section > .container::after,
.lg-register-section > .container::after,
.lg-video-sponsor-section > .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: clamp(240px, 22vw, 420px);
  height: 160px;
  background: url("../la-grada/sponsors/main_sp_jeep_bco.png") center/contain no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.lg-faq-section > .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: clamp(240px, 22vw, 420px);
  height: 160px;
  background: url("../la-grada/sponsors/main_sp_jeep_bco.png") center/contain no-repeat;
  opacity: 0.46;
  pointer-events: none;
}

#partidos.match-section {
  --lg-match-green-dark: #163f2e;
  --lg-match-green-main: #2f7d3d;
  --lg-match-blue-dark: #071b5f;
  --lg-match-blue-main: var(--lg-blue);
  --lg-match-black: var(--lg-white);
  --lg-match-gray: #eef1f4;
  background-color: var(--lg-match-green-main);
  background:
    linear-gradient(135deg, rgba(22, 63, 46, 0.72), rgba(47, 125, 61, 0.8)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
  background-blend-mode: multiply;
  padding-top: 120px;
}

#partidos .lg-section-heading span {
  color: var(--lg-orange);
}

#partidos .lg-section-heading h2 {
  color: var(--lg-white);
  text-shadow: 0 3px 18px rgba(7, 16, 24, 0.36);
}

#partidos .lg-section-heading p {
  color: rgba(255, 255, 255, 0.88);
}

#partidos .match-box-items {
  height: 100%;
  background: var(--lg-white);
  border: 1px solid rgba(7, 16, 24, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 16, 24, 0.18);
}

#partidos .match-box-items h3,
#partidos .match-box-items h4,
#partidos .match-box-items p,
#partidos .match-box-items .match-schedule span {
  color: var(--lg-match-black);
}

#partidos .match-box-items h4 {
  color: var(--lg-match-blue-main);
}

#partidos .match-box-items .match-schedule {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

#partidos .match-box-items .flag-item img {
  flex: 0 0 auto;
  display: block;
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

#partidos .match-box-items .flag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  min-height: 64px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(201, 198, 198, 0.72)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
  border: 1px solid rgba(7, 16, 24, 0.08);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 22px rgba(7, 16, 24, 0.08);
}

#partidos .match-box-items .flag-item span {
  display: block;
  width: 100%;
  color: var(--lg-match-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-align: center;
}

#partidos .match-box-items .match-date {
  display: grid;
  place-items: center;
  min-width: 108px;
  background: var(--lg-white);
}

#partidos .match-box-items .match-date span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 42px;
  color: var(--lg-match-black);
  background: var(--lg-orange);
}

#partidos .match-box-items .match-btn .theme-btn {
  color: var(--lg-match-black);
  background: var(--lg-orange);
  border-radius: 6px;
}

#partidos .match-box-items .match-btn .theme-btn::before,
#partidos .match-box-items .match-btn .theme-btn:hover::before {
  display: none;
  width: 0;
  height: 0;
  transition: none;
}

#partidos .match-box-items .match-btn .theme-btn.style-2 {
  color: var(--lg-match-black);
  background: var(--lg-white);
  border: 1px solid rgba(7, 16, 24, 0.35);
}

.lg-match-banner {
  display: grid;
  grid-template-columns: minmax(0, 0.34fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding: 24px 28px;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.9), rgba(10, 10, 10, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 8, 13, 0.28);
}

.lg-match-banner:hover {
  color: var(--lg-white);
}

.lg-match-banner span {
  color: var(--lg-green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-match-banner strong {
  color: var(--lg-white);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1;
}

.lg-match-banner i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border-radius: 50%;
}

.lg-activities-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.78), rgba(10, 10, 10, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-activities-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 14%, rgba(78, 151, 192, 0.16), transparent 34%);
  pointer-events: none;
}

.lg-activities-section .container {
  position: relative;
  z-index: 1;
}

.lg-section-heading-light h2,
.lg-section-heading-light p {
  color: var(--lg-white);
}

.lg-section-heading-light span {
  color: var(--lg-green);
}

.lg-activities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.lg-activity-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.lg-activity-card:hover,
.lg-activity-card:focus-visible {
  color: inherit;
  text-decoration: none;
  border-color: rgba(92, 177, 48, 0.52);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}

.lg-activity-card:focus-visible {
  outline: 3px solid rgba(92, 177, 48, 0.44);
  outline-offset: 4px;
}

.lg-activity-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lg-activity-content {
  flex: 1;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(182, 55, 145, 0.24), rgba(10, 10, 10, 0.34)),
    url("../la-grada/textures/la_grada_tex_magenta.jpg") center/cover;
}

.lg-activity-content span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--lg-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-activity-content h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: 24px;
  line-height: 1;
}

.lg-activity-content p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
}

.lg-activities-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.lg-inline-cta-green {
  color: var(--lg-black);
  background: var(--lg-orange);
}

.lg-inline-cta-white {
  color: var(--lg-black);
  background: var(--lg-white);
}

.lagrada-hero .theme-btn,
#partidos .match-box-items .match-btn .theme-btn:first-child {
  color: var(--lg-black);
  background: var(--lg-orange);
}

.lagrada-hero .theme-btn:hover {
  color: var(--lg-black);
  background: var(--lg-orange);
}

.lagrada-hero .theme-btn::before {
  background-color: var(--lg-orange);
}

.lagrada-hero .theme-btn.bg-white,
#partidos .match-box-items .match-btn .theme-btn.style-2 {
  color: var(--lg-black);
  background: var(--lg-white);
}

.lg-calendar-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background-size: cover;
  background-position: center;
}

.lg-calendar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 13, 0.78), rgba(7, 8, 13, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  pointer-events: none;
}

.lg-calendar-section .container {
  position: relative;
  z-index: 1;
}

.lg-calendar-header {
  max-width: 780px;
  margin-bottom: 28px;
}

.lg-calendar-header span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--lg-green);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-calendar-header h2 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
}

.lg-calendar-header h1 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.94;
}

.lg-calendar-header p {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.lg-calendar-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.lg-calendar-controls button {
  min-height: 44px;
  padding: 0 18px;
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.lg-calendar-controls button.is-active {
  color: var(--lg-black);
  background: var(--lg-green);
  border-color: var(--lg-green);
}

.lg-calendar-list {
  display: grid;
  gap: 16px;
}

.lg-calendar-day {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.lg-calendar-day header span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lg-magenta);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-calendar-day header h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: 22px;
  line-height: 1.18;
}

.lg-calendar-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 14px;
  color: var(--lg-black);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--lg-orange);
  border-radius: 6px;
}

.lg-calendar-reserve.is-disabled {
  color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.lg-calendar-matches {
  display: grid;
  gap: 10px;
}

.lg-calendar-match {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: rgba(7, 8, 13, 0.36);
  border-radius: 6px;
}

.lg-calendar-match-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 16px;
  align-items: center;
}

.lg-calendar-match time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  color: var(--lg-black);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background: var(--lg-green);
  border-radius: 6px;
}

.lg-calendar-match strong {
  display: block;
  color: var(--lg-white);
  font-size: 16px;
  line-height: 1.25;
}

.lg-match-teams {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.lg-team-name {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.lg-team-name img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}

.lg-vs {
  color: var(--lg-green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-score-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  min-height: 20px;
  color: var(--lg-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.lg-calendar-match .lg-match-meta {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.lg-calendar-footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.lg-calendar-full-cta,
.lg-calendar-full-cta:hover {
  color: var(--lg-black);
  background: var(--lg-green);
}

.lg-calendar-full-cta::before {
  background-color: var(--lg-green);
}

.lg-calendar-page {
  min-height: 100vh;
  padding-top: 170px;
}

.lg-scoreboard-page .lg-calendar-header {
  max-width: 880px;
}

.lg-scoreboard-page > .container::after {
  top: 148px;
}

.lg-scoreboard-list {
  gap: 24px;
}

.lg-score-day {
  display: grid;
  gap: 18px;
  padding: 18px;
  color: var(--lg-white);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.lg-score-day > header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.lg-score-day > header span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lg-score-day > header h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: 32px;
  line-height: 1;
}

.lg-score-day > header small {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--lg-white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 999px;
}

.lg-score-carousel {
  --lg-score-window: 920px;
  display: grid;
  grid-template-columns: 42px minmax(0, var(--lg-score-window)) 42px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.lg-score-carousel.is-static {
  grid-template-columns: minmax(0, var(--lg-score-window));
}

.lg-score-track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  gap: 14px;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.lg-score-track::-webkit-scrollbar {
  display: none;
}

.lg-score-card {
  position: relative;
  display: grid;
  gap: 22px;
  min-height: 260px;
  padding: clamp(18px, 3vw, 30px);
  width: 100%;
  overflow: hidden;
  scroll-snap-align: start;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.82), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.22);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(230, 230, 230, 0.08);
}

.lg-score-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(78, 151, 192, 0.12), transparent 32%),
    linear-gradient(270deg, rgba(182, 55, 145, 0.1), transparent 38%);
  pointer-events: none;
}

.lg-score-card > * {
  position: relative;
  z-index: 1;
}

.lg-score-card-top,
.lg-score-card-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.lg-score-card-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #081006;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--lg-blue);
  border-radius: 4px;
}

.lg-score-card.is-live .lg-score-card-top span {
  color: var(--lg-white);
  background: var(--lg-magenta);
}

.lg-score-card.is-final .lg-score-card-top span {
  background: var(--lg-green);
}

.lg-score-card.is-tbd .lg-score-card-top span {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(230, 230, 230, 0.1);
  border: 1px solid rgba(207, 207, 207, 0.14);
}

.lg-score-card-top small {
  color: rgba(207, 207, 207, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.lg-score-card-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, auto) minmax(0, 1fr);
  gap: clamp(12px, 3vw, 30px);
  align-items: center;
}

.lg-score-team {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.lg-score-team-badge {
  display: grid;
  place-items: center;
  width: clamp(58px, 8vw, 82px);
  height: clamp(58px, 8vw, 82px);
  color: var(--lg-white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.18), rgba(10, 10, 10, 0.72)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.24);
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.lg-score-team strong {
  display: block;
  max-width: 100%;
  color: var(--lg-white);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.lg-score-center {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.lg-score-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 14px);
  color: var(--lg-white);
  font-size: 72px;
  font-weight: 900;
  line-height: 0.9;
}

.lg-score-divider {
  color: var(--lg-blue);
}

.lg-score-center time {
  color: var(--lg-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.lg-score-card-bottom {
  justify-content: flex-end;
  color: rgba(207, 207, 207, 0.78);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.lg-score-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #081006;
  background: var(--lg-blue);
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.lg-score-arrow:disabled {
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  cursor: not-allowed;
}

.lg-score-weeks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.lg-score-weeks-bottom {
  margin-top: 28px;
  margin-bottom: 0;
}

.lg-score-weeks[hidden] {
  display: none;
}

.lg-score-weeks button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 46px;
  padding: 0 18px;
  color: var(--lg-white);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.lg-score-weeks button.is-active {
  color: #081006;
  background: var(--lg-blue);
}

.lg-score-weeks button span,
.lg-score-weeks button small {
  display: block;
  line-height: 1.1;
}

.lg-score-weeks button small {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  opacity: 0.82;
}

@media (max-width: 767px) {
  .lg-score-weeks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-score-weeks button {
    display: grid;
    gap: 3px;
    min-height: 54px;
    padding: 8px 14px;
    width: 100%;
  }

  .lg-score-day {
    padding: 14px;
  }

  .lg-score-day > header {
    display: grid;
  }

  .lg-score-day > header h3 {
    font-size: 24px;
  }

  .lg-score-day > header small {
    justify-self: start;
  }

  .lg-score-carousel {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-items: center;
  }

  .lg-score-carousel.is-static {
    grid-template-columns: 1fr;
  }

  .lg-score-track {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lg-score-arrow {
    grid-row: 2;
    width: 38px;
    height: 38px;
  }

  .lg-score-prev {
    justify-self: end;
  }

  .lg-score-next {
    justify-self: start;
  }

  .lg-score-card {
    min-height: 230px;
    padding: 18px 14px;
  }

  .lg-score-card-main {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(86px, auto) minmax(0, 1fr);
  }

  .lg-score-team-badge {
    width: 54px;
    height: 54px;
    font-size: 15px;
  }

  .lg-score-team strong {
    font-size: 12px;
  }

  .lg-score-value {
    gap: 6px;
    font-size: 42px;
  }

  .lg-score-center time {
    font-size: 14px;
  }

  .lg-score-card-bottom {
    display: grid;
    justify-items: center;
    text-align: center;
  }
}

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

  .lg-score-card-main {
    grid-template-columns: minmax(0, 1fr) minmax(72px, auto) minmax(0, 1fr);
  }

  .lg-score-team-badge {
    width: 46px;
    height: 46px;
    font-size: 13px;
  }

  .lg-score-value {
    font-size: 34px;
  }
}

.lg-ad-band {
  padding: 26px 0;
  background:
    linear-gradient(180deg, rgba(243, 245, 248, 0.94), rgba(255, 255, 255, 0.9)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
}

.lg-ad-band-dark {
  background:
    linear-gradient(180deg, rgba(7, 8, 13, 0.96), rgba(7, 8, 13, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-ad-slot {
  display: grid;
  place-items: center;
  gap: 4px;
  width: min(100%, 970px);
  min-height: 90px;
  margin: 0 auto;
  color: var(--lg-black);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(78, 151, 192, 0.18), rgba(10, 10, 10, 0.86)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
  border: 1px dashed rgba(7, 8, 13, 0.28);
  border-radius: 8px;
}

.lg-ad-band-dark .lg-ad-slot {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.78), rgba(7, 8, 13, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(255, 255, 255, 0.22);
}

.lg-ad-slot span {
  color: var(--lg-magenta);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-ad-slot strong {
  font-size: 26px;
  line-height: 1;
}

.lg-ad-slot small {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-ad-rectangle {
  width: min(100%, 300px);
  min-height: 250px;
}

.lg-sponsor-marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 24px 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 13, 0.98), rgba(18, 18, 18, 0.96), rgba(7, 8, 13, 0.98)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lg-sponsor-marquee::before,
.lg-sponsor-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 150px);
  pointer-events: none;
}

.lg-sponsor-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 8, 13, 1), rgba(7, 8, 13, 0));
}

.lg-sponsor-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(7, 8, 13, 1), rgba(7, 8, 13, 0));
}

.lg-sponsor-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: lg-sponsor-marquee 52s linear infinite;
}

.lg-sponsor-marquee img {
  display: block;
  width: auto;
  max-width: 210px;
  height: 73px;
  margin-right: clamp(30px, 3vw, 54px);
  object-fit: contain;
  opacity: 0.96;
  filter: none;
}

.lg-sponsor-marquee img.lg-sponsor-logo-simi {
  filter: invert(1) brightness(1.15);
}

@keyframes lg-sponsor-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

.lg-register-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.78), rgba(10, 10, 10, 0.8)),
    url("../la-grada/backgrounds/la_grada_negro.jpg") center/cover;
}

.lg-ticket-card {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  overflow: hidden;
  background: var(--lg-white);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.lg-ticket-card::before,
.lg-ticket-card::after {
  content: "";
  position: absolute;
  left: 220px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: var(--lg-blue);
  border-radius: 50%;
}

.lg-ticket-card::before {
  top: -20px;
}

.lg-ticket-card::after {
  bottom: -20px;
}

.lg-ticket-pass {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 16px;
  min-height: 430px;
  padding: 28px;
  color: var(--lg-black);
  background:
    linear-gradient(180deg, rgba(92, 177, 48, 0.28), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
  border-right: 2px dashed rgba(7, 8, 13, 0.24);
  text-align: center;
}

.lg-ticket-logo {
  display: block;
  width: min(100%, 180px);
  height: auto;
  margin-bottom: 8px;
}

.lg-ticket-pass span,
.lg-ticket-pass small {
  font-weight: 700;
  text-transform: uppercase;
}

.lg-ticket-pass strong {
  font-size: 70px;
  line-height: 0.9;
}

.lg-ticket-qr {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  color: var(--lg-white);
  background: var(--lg-black);
  border-radius: 8px;
}

.lg-ticket-qr i {
  font-size: 76px;
}

.lg-ticket-content {
  padding: 34px;
}

.lg-ticket-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.lg-ticket-head span,
.lg-ticket-meta span {
  color: var(--lg-magenta);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-ticket-head h3 {
  margin: 8px 0 0;
  color: var(--lg-black);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.lg-ticket-meta {
  display: grid;
  justify-items: end;
  align-content: start;
}

.lg-ticket-meta strong {
  color: var(--lg-black);
  font-size: 34px;
  line-height: 0.9;
}

.lg-register-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.lg-register-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--lg-black);
  background: rgba(230, 230, 230, 0.08);
  border-radius: 6px;
}

.lg-register-benefits i {
  color: var(--lg-green);
}

.lg-register-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.lg-register-field {
  min-width: 0;
  grid-column: 1 / -1;
}

.lg-field-attendance {
  display: grid;
  gap: 8px;
  position: relative;
}

.lg-register-card label,
.lg-register-field-label {
  display: grid;
  gap: 8px;
  color: var(--lg-black);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .lg-register-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg-register-card > .lg-field-first-name,
  .lg-register-card > .lg-field-last-name,
  .lg-register-card > .lg-field-age,
  .lg-register-card > .lg-field-email,
  .lg-register-card > .lg-field-state,
  .lg-register-card > .lg-field-attendance {
    grid-column: span 1;
  }

  .lg-register-card > .lg-field-first-name {
    grid-column: 1;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-last-name {
    grid-column: 2;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-age {
    grid-column: 3;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-email {
    grid-column: 1;
    grid-row: 2;
  }

  .lg-register-card > .lg-field-state {
    grid-column: 2;
    grid-row: 2;
  }

  .lg-register-card > .lg-field-attendance {
    grid-column: 3;
    grid-row: 2;
  }
}

.lg-register-card small {
  min-height: 34px;
  color: var(--lg-blue);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}

.lg-field-error {
  display: block;
  min-height: 0;
  color: var(--lg-magenta);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.lg-field-error:empty {
  display: none;
}

.lg-register-card label.has-error input,
.lg-register-card label.has-error select,
.lg-register-card label.has-error textarea,
.lg-register-field.has-error .lg-event-day-calendar-toggle,
.lg-register-field.has-error .lg-event-day-calendar,
.lg-terms-check.has-error input {
  border-color: var(--lg-magenta);
  box-shadow: 0 0 0 1px rgba(182, 55, 145, 0.52);
}

.lg-register-card input,
.lg-register-card select,
.lg-register-card textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--lg-black);
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(7, 8, 13, 0.1);
  border-radius: 6px;
}

.lg-register-card select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #667085 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #667085 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    rgba(230, 230, 230, 0.08);
  padding-right: 38px;
}

.lg-register-card .lg-event-day-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lg-event-day-calendar-shell {
  position: relative;
}

.lg-event-day-calendar-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
  border-radius: 8px;
  text-align: left;
}

.lg-event-day-calendar-toggle span {
  min-width: 0;
  overflow: hidden;
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-event-day-calendar-toggle i {
  flex: 0 0 auto;
  color: var(--lg-green);
  font-size: 13px;
  transition: transform 0.2s ease;
}

.lg-event-day-calendar-shell.is-open .lg-event-day-calendar-toggle i {
  transform: rotate(180deg);
}

.lg-event-day-calendar-toggle:focus-visible {
  outline: 2px solid var(--lg-green);
  outline-offset: 3px;
}

.lg-event-day-calendar {
  display: grid;
  gap: 9px;
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  width: min(380px, calc(100vw - 32px));
  max-height: min(74vh, 620px);
  overflow: auto;
  padding: 12px;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.94), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.lg-event-day-calendar[hidden] {
  display: none;
}

.lg-event-day-calendar:focus-visible {
  outline: 2px solid var(--lg-green);
  outline-offset: 3px;
}

.lg-event-day-calendar-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px 34px;
  align-items: center;
  gap: 8px;
}

.lg-event-day-calendar-head strong {
  color: var(--lg-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.lg-event-day-calendar-head button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  min-height: 34px;
  padding: 0;
  color: var(--lg-white);
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 999px;
}

.lg-event-day-calendar-head button:disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.lg-event-day-calendar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.lg-event-day-calendar-month {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.lg-event-day-calendar-month h5 {
  margin: 0;
  color: var(--lg-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.lg-event-day-calendar-weekdays,
.lg-event-day-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.lg-event-day-calendar-weekdays span {
  color: rgba(230, 230, 230, 0.9);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.lg-event-day-calendar-day,
.lg-event-day-calendar-blank {
  display: inline-grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  min-height: 30px;
  padding: 0;
  color: rgba(230, 230, 230, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 999px;
}

.lg-event-day-calendar-day {
  background: rgba(230, 230, 230, 0.08);
}

.lg-event-day-calendar-day.is-available {
  color: var(--lg-white);
  background: rgba(140, 225, 105, 0.1);
  border-color: rgba(140, 225, 105, 0.66);
}

.lg-event-day-calendar-day.is-available:hover,
.lg-event-day-calendar-day.is-available:focus-visible {
  color: var(--lg-black);
  background: var(--lg-green);
  outline: none;
}

.lg-event-day-calendar-day.is-active {
  color: var(--lg-black);
  background: var(--lg-green);
  border-color: var(--lg-green);
  box-shadow: 0 0 0 3px rgba(140, 225, 105, 0.22);
}

.lg-event-day-calendar-day.is-disabled {
  color: rgba(230, 230, 230, 0.58);
  background: rgba(230, 230, 230, 0.06);
  cursor: not-allowed;
  opacity: 1;
}

.lg-event-day-calendar-status {
  margin: 0;
  color: rgba(230, 230, 230, 0.78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
}

@media (max-width: 767px) {
  .lg-experience-hours {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 16px;
    text-align: center;
  }

  .lg-experience-hours strong {
    font-size: 18px;
  }

  .lg-event-day-calendar {
    position: static;
    width: 100%;
    max-height: none;
  }

  .lg-event-day-calendar-grid {
    grid-template-columns: 1fr;
  }

  .lg-event-day-calendar-day,
  .lg-event-day-calendar-blank {
    min-height: 34px;
  }
}

.lg-register-card textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}

.lg-register-card .lg-inline-cta {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: end;
  min-height: 52px;
  margin-top: 0;
  color: var(--lg-black);
  background: var(--lg-orange);
  white-space: nowrap;
}

.lg-register-success {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  padding: 18px 20px;
  color: var(--lg-white);
  background: rgba(12, 20, 34, 0.9);
  border: 1px solid rgba(140, 225, 105, 0.26);
  border-radius: 10px;
}

.lg-register-success strong {
  font-size: 15px;
  line-height: 1.3;
}

.lg-register-success p {
  margin: 0;
  color: rgba(230, 230, 230, 0.9);
  font-size: 13px;
  line-height: 1.5;
  text-transform: none;
}

.lg-register-success .lg-inline-cta {
  justify-self: start;
}

.lg-minors-fieldset {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(7, 8, 13, 0.1);
  border-radius: 8px;
}

.lg-minors-fieldset legend {
  box-sizing: border-box;
  width: auto;
  margin: 0;
  padding: 0 8px;
  color: var(--lg-magenta);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.lg-minors-toggle {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  width: fit-content;
  min-height: 42px;
  padding: 0 20px;
}

.lg-minors-toggle input {
  width: 18px;
  min-height: 18px;
}

.lg-minors-toggle span {
  color: var(--lg-black);
  font-size: 13px;
  line-height: 1.35;
}

.lg-minors-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.lg-minors-details[hidden] {
  display: none;
}

.lg-minors-details > label {
  gap: 4px;
}

.lg-minors-dynamic {
  display: grid;
  gap: 6px;
}

.lg-minors-details select,
.lg-minor-field input {
  min-height: 40px;
}

.lg-minor-item {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 6px;
}

.lg-minor-field {
  display: grid !important;
  gap: 3px;
}

.lg-minor-field > .lg-minor-caption {
  color: var(--lg-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-minor-field .lg-field-error {
  margin-top: 2px;
}

.lg-minors-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}

.lg-minors-reset {
  min-height: 42px;
  padding: 0 16px;
  color: var(--lg-black);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 999px;
}

.lg-minors-reset:hover {
  background: rgba(255, 255, 255, 0.92);
}

.lg-register-status {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 0;
  color: var(--lg-magenta);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.lg-register-status:empty {
  display: none;
}

.lg-register-warning {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 820px;
  margin: 2px 0 0;
  padding: 14px 18px;
  color: #7a3a00;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(78, 151, 192, 0.18), rgba(10, 10, 10, 0.86)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
  border: 1px solid rgba(245, 132, 0, 0.32);
  border-radius: 8px;
}

.lg-terms-check {
  grid-column: 1 / -1;
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
  min-height: 52px;
  text-align: center;
}

.lg-terms-check input {
  width: 18px;
  min-height: 18px;
}

.lg-terms-check span {
  color: var(--lg-black);
  font-size: 13px;
  line-height: 1.35;
  text-transform: none;
}

.lg-terms-check .lg-field-error {
  flex: 0 0 100%;
  text-align: center;
}

.lg-terms-check .lg-field-error:empty {
  min-height: 0;
}

.lg-terms-check + .lg-terms-check {
  margin-top: -8px;
}

.lg-terms-check a {
  color: var(--lg-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lg-activity-interest-fieldset {
  display: grid;
  grid-column: 1 / -1;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
  border-radius: 8px;
}

.lg-activity-interest-fieldset legend {
  box-sizing: border-box;
  width: fit-content;
  max-width: min(100%, 820px);
  margin: 0 auto;
  padding: 0 10px;
  color: var(--lg-green);
  font-size: clamp(17px, 2.3vw, 22px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.lg-main-access-card {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 4px;
  padding: 18px;
  text-align: center;
  background: rgba(140, 225, 105, 0.08);
  border: 1px solid rgba(140, 225, 105, 0.24);
  border-radius: 8px;
}

.lg-main-access-card > span {
  color: var(--lg-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lg-main-access-choice {
  display: inline-flex !important;
  grid-template-columns: none !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px !important;
  width: min(100%, 920px);
  min-height: 74px;
  padding: 16px 22px;
  color: var(--lg-black) !important;
  background: var(--lg-green);
  border: 1px solid rgba(230, 230, 230, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  text-align: left;
  text-transform: none !important;
}

.lg-main-access-choice input {
  flex: 0 0 20px;
  width: 20px;
  min-height: 20px;
  accent-color: var(--lg-black);
}

.lg-main-access-choice > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lg-main-access-choice strong {
  color: var(--lg-black);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.lg-register-card .lg-main-access-choice small {
  min-height: 0;
  color: rgba(7, 8, 13, 0.78);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.lg-main-access-choice .lg-field-error {
  flex: 0 0 100%;
  color: var(--lg-magenta);
  text-align: center;
}

.lg-main-access-choice.has-error,
.lg-main-access-card:has(.lg-main-access-choice.has-error) .lg-main-access-choice {
  border-color: var(--lg-magenta);
  box-shadow: 0 0 0 2px rgba(182, 55, 145, 0.42);
}

.lg-activity-interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.lg-activity-interest-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  background: rgba(230, 230, 230, 0.05);
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 8px;
}

.lg-activity-interest-panel h4 {
  margin: 0;
  color: var(--lg-white);
  font-size: 20px;
  line-height: 1.1;
}

.lg-activity-interest-panel.has-error {
  border-color: rgba(182, 55, 145, 0.68);
  box-shadow: 0 0 0 2px rgba(182, 55, 145, 0.22);
}

.lg-activity-interest-panel > p:first-of-type {
  min-height: 0;
}

.lg-activity-interest-options .lg-activity-select-all,
.lg-activity-interest-options .lg-casco-activity-item {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--lg-white);
  background: rgba(230, 230, 230, 0.06);
  border: 1px solid rgba(207, 207, 207, 0.12);
  border-radius: 6px;
  text-transform: none;
}

.lg-activity-interest-options .lg-activity-select-all {
  margin-top: 0;
  color: var(--lg-white);
  background: rgba(182, 55, 145, 0.16);
  border-color: rgba(182, 55, 145, 0.34);
}

.lg-activity-interest-options .lg-activity-select-all[hidden] {
  display: none !important;
}

.lg-activity-interest-options .lg-casco-activity-item {
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lg-activity-interest-options .lg-casco-activity-item:hover {
  background: rgba(78, 151, 192, 0.12);
  border-color: rgba(78, 151, 192, 0.42);
}

.lg-activity-interest-options input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  accent-color: var(--lg-green);
}

.lg-casco-activity-item > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lg-activity-interest-options .lg-activity-select-all span,
.lg-casco-activity-item strong {
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.lg-casco-activity-item small {
  min-height: 0;
  color: var(--lg-blue);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.lg-disney-activity-item {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  min-height: 40px;
  padding: 4px 0;
  color: var(--lg-white);
  text-transform: none !important;
}

.lg-disney-activity-item input {
  flex: 0 0 18px;
  align-self: center;
  margin-top: 0;
}

.lg-disney-activity-item > span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
  min-width: 0;
  padding-top: clamp(16px, 2vw, 20px);
}

.lg-disney-activity-item strong {
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.lg-disney-activity-item small {
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.lg-disney-interest-date {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: var(--lg-white) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
}

[data-casco-activities-list],
[data-disney-activities-list] {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

[data-casco-activities-list]:empty,
[data-disney-activities-list]:empty {
  display: none;
}

.lg-disney-info-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  background: rgba(78, 151, 192, 0.12);
  border: 1px solid rgba(78, 151, 192, 0.32);
  border-radius: 6px;
}

.lg-disney-info-card i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--lg-green);
  font-size: 16px;
}

.lg-activity-interest-fieldset .lg-disney-info-card p {
  color: rgba(230, 230, 230, 0.9);
}

.lg-activity-interest-fieldset p {
  margin: 0;
  color: rgba(207, 207, 207, 0.84);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
}

.lg-activity-interest-fieldset .lg-activity-interest-intro {
  max-width: 760px;
  color: rgba(230, 230, 230, 0.9);
  font-size: 13px;
}

.lg-activity-interest-fieldset .lg-activity-interest-empty {
  padding: 10px 12px;
  color: rgba(207, 207, 207, 0.76);
  text-align: center;
  border: 1px dashed rgba(207, 207, 207, 0.18);
  border-radius: 6px;
}

.lg-activity-interest-fieldset .lg-disney-minors-error {
  padding: 10px 12px;
  color: var(--lg-white);
  background: rgba(182, 55, 145, 0.18);
  border: 1px solid rgba(182, 55, 145, 0.58);
  border-radius: 6px;
}

.lg-activity-interest-fieldset .lg-disney-minors-error[hidden] {
  display: none;
}

.lg-activity-interest-fieldset .lg-activity-interest-note {
  padding: 12px 14px;
  color: rgba(230, 230, 230, 0.86);
  background: rgba(78, 151, 192, 0.1);
  border-left: 3px solid var(--lg-blue);
  border-radius: 6px;
}

.lg-activities-page-hero,
.lg-activities-directory {
  position: relative;
  overflow: hidden;
  padding: 140px 0 96px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.8)),
    url("../la-grada/backgrounds/la_grada_negro.jpg") center/cover;
}

.lg-activities-directory {
  padding: 108px 0;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.78)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-activities-page-hero::before,
.lg-activities-directory::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.48)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  opacity: 0.7;
}

.lg-activities-page-hero > .container,
.lg-activities-directory > .container {
  position: relative;
  z-index: 1;
}

.lg-activities-hero-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.lg-activities-hero-media {
  min-height: 100%;
  margin: 0;
}

.lg-activities-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.lg-activities-hero-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 56px);
}

.lg-activities-hero-copy > span {
  color: var(--lg-magenta);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lg-activities-hero-copy h1 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.96;
}

.lg-activities-hero-copy time,
.lg-activity-status-content time {
  color: var(--lg-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lg-activities-hero-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(207, 207, 207, 0.86);
  font-size: 17px;
  line-height: 1.55;
}

.lg-activities-list,
.lg-activity-status-list {
  display: grid;
  gap: 18px;
}

.lg-activities-list {
  align-items: stretch;
}

.lg-activity-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lg-activity-filter-tabs button {
  min-height: 44px;
  padding: 0 16px;
  color: var(--lg-white);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.18);
  border-radius: 8px;
}

.lg-activity-filter-tabs button.is-active,
.lg-activity-filter-tabs button:hover,
.lg-activity-filter-tabs button:focus-visible {
  color: var(--lg-black);
  background: var(--lg-green);
  border-color: rgba(92, 177, 48, 0.78);
}

.lg-activities-directory-list {
  scroll-margin-top: 112px;
}

.lg-directory-activity-card[hidden] {
  display: none;
}

.lg-directory-activity-card .lg-activity-status-head {
  display: grid;
  gap: 10px;
}

.lg-activity-category-pill {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--lg-black);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  background: var(--lg-blue);
  border-radius: 999px;
}

.lg-directory-activity-card .lg-activity-status-content p strong {
  color: var(--lg-white);
  font-weight: 900;
}

.lg-activity-status-card {
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.lg-activity-status-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
}

.lg-activity-sponsor-media {
  display: grid;
  place-items: center;
  min-height: 184px;
  margin: 0;
  padding: clamp(24px, 4vw, 48px);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.94)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-activities-hero-media.lg-activity-sponsor-media {
  min-height: 420px;
}

.lg-activity-sponsor-logo {
  display: block;
  width: min(76%, 180px);
  height: auto;
  max-height: 130px;
  object-fit: contain;
}

.lg-activity-sponsor-logo[src$="simi-ngr.png"] {
  filter: invert(1) brightness(1.15);
}

.lg-activity-sponsor-media.is-wide-logo {
  padding-inline: 20px;
}

.lg-activity-sponsor-media.is-wide-logo .lg-activity-sponsor-logo {
  width: min(100%, 120px);
  max-height: 130px;
}

.lg-activities-hero-media.lg-activity-sponsor-media .lg-activity-sponsor-logo {
  width: min(70%, 320px);
  height: auto;
  min-height: 0;
  max-height: 240px;
  object-fit: contain;
  filter: none;
}

.lg-activity-sponsor-name {
  color: var(--lg-white);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.lg-activities-hero-media .lg-activity-sponsor-name {
  font-size: clamp(48px, 8vw, 92px);
}

.lg-activity-status-content {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
}

.lg-activity-status-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lg-activity-status-head h2,
.lg-activity-status-head h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.02;
}

.lg-activity-status-content p {
  margin: 0;
  color: rgba(207, 207, 207, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.lg-activity-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
}

.lg-activity-location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
}

.lg-activity-state-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lg-activity-map-link {
  color: var(--lg-magenta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lg-activity-map-link:hover,
.lg-activity-map-link:focus-visible {
  color: #ff63cf;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .lg-activities-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-activities-list .lg-activity-status-card {
    grid-template-columns: 150px minmax(0, 1fr);
    height: 100%;
  }

  .lg-activities-list .lg-activity-sponsor-media,
  .lg-activities-list .lg-activity-status-card > img {
    min-height: 220px;
  }

  .lg-activities-list .lg-activity-sponsor-media:not(.is-wide-logo) {
    padding: 10px;
  }

  .lg-activities-list .lg-activity-sponsor-media:not(.is-wide-logo) .lg-activity-sponsor-logo {
    width: min(100%, 80px);
    max-height: 170px;
  }

  .lg-activities-list .lg-activity-status-head {
    display: grid;
    gap: 10px;
  }

  .lg-activities-list .lg-activity-state {
    justify-self: start;
  }
}

.lg-activity-state {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 11px;
  color: var(--lg-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 999px;
  white-space: nowrap;
}

.lg-activity-state i {
  width: 10px;
  height: 10px;
  background: var(--lg-green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(92, 177, 48, 0.72);
}

.lg-activity-state.is-low i {
  background: var(--lg-yellow);
  box-shadow: 0 0 18px rgba(246, 195, 67, 0.72);
}

.lg-activity-state.is-full i {
  background: var(--lg-red);
  box-shadow: 0 0 18px rgba(229, 57, 53, 0.72);
}

.lg-activity-progress {
  overflow: hidden;
  height: 10px;
  margin-top: 4px;
  background: rgba(230, 230, 230, 0.1);
  border: 1px solid rgba(207, 207, 207, 0.12);
  border-radius: 999px;
}

.lg-activity-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--lg-green), #80d45a);
  border-radius: inherit;
}

.lg-activity-progress.is-available span {
  min-width: 8%;
}

.lg-activity-status-card.is-low .lg-activity-progress span,
.lg-activity-progress.is-low span {
  background: linear-gradient(90deg, var(--lg-yellow), #ffd878);
}

.lg-activity-status-card.is-full .lg-activity-progress span,
.lg-activity-progress.is-full span {
  background: linear-gradient(90deg, var(--lg-red), #ff6b66);
}

.lg-activity-interest-tag {
  justify-self: start;
  padding: 7px 10px;
  color: #081006;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  background: var(--lg-green);
  border-radius: 999px;
}

.lg-qr-activities-card {
  grid-column: 1 / -1;
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.lg-qr-activities-card .lg-section-heading h2 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.lg-qr-preview-showcase {
  display: grid;
  gap: 34px;
}

.lg-qr-preview-section {
  display: grid;
  gap: 16px;
}

.lg-qr-preview-head {
  display: grid;
  gap: 7px;
  max-width: 780px;
}

.lg-qr-preview-head > span {
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.lg-qr-preview-head h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.04;
}

.lg-qr-preview-head p {
  margin: 0;
  color: rgba(207, 207, 207, 0.78);
  font-size: 15px;
  line-height: 1.45;
}

.lg-qr-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lg-qr-preview-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  background: rgba(230, 230, 230, 0.07);
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 8px;
}

.lg-qr-preview-media {
  display: grid;
  place-items: center;
  min-height: 150px;
  margin: 0;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(78, 151, 192, 0.16), rgba(10, 10, 10, 0.86)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-qr-preview-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.lg-qr-preview-logo-media img,
.lg-qr-preview-logo {
  width: min(100%, 92px);
  height: auto;
  max-height: 106px;
  object-fit: contain;
}

.lg-qr-preview-logo[src$="simi-ngr.png"] {
  filter: invert(1) brightness(1.15);
}

.lg-qr-preview-logo-media strong {
  color: var(--lg-white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.lg-qr-preview-content {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px;
}

.lg-qr-preview-content span {
  color: var(--lg-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.lg-qr-preview-content h3 {
  margin: 0;
  color: var(--lg-white);
  font-size: 21px;
  line-height: 1.08;
}

.lg-qr-preview-content time {
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.lg-qr-preview-content p {
  margin: 0;
  color: rgba(207, 207, 207, 0.82);
  font-size: 13px;
  line-height: 1.42;
}

.lg-map-section {
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(243, 245, 248, 0.78)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
}

.lg-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 44px;
  align-items: center;
}

.lg-map-panel {
  position: relative;
  overflow: hidden;
  background: var(--lg-white);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(7, 8, 13, 0.18);
}

.lg-map-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.lg-sponsors-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(182, 55, 145, 0.28), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_magenta.jpg") center/cover;
}

.lg-sponsors-section .lg-section-heading h2,
.lg-sponsors-section .lg-section-heading p {
  color: var(--lg-white);
}

.lg-sponsors-section .lg-section-heading span {
  color: var(--lg-green);
}

.lg-sponsors-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.lg-sponsors-section .container {
  position: relative;
  z-index: 1;
}

.lg-sponsor-feature {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 320px);
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.lg-sponsor-feature span,
.lg-sponsor-grid span {
  color: var(--lg-green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-sponsor-feature h3 {
  margin: 10px 0 0;
  color: var(--lg-white);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
}

.lg-sponsor-feature img,
.lg-sponsor-grid img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.lg-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(10px, 1vw, 18px);
  row-gap: clamp(18px, 2vw, 30px);
  overflow: visible;
  padding: clamp(24px, 3vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(7, 8, 13, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7, 8, 13, 0.18);
}

.lg-sponsor-grid article {
  position: relative;
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 104px;
  padding: 0;
  background: transparent;
  border: 0;
}

.lg-sponsor-grid .lg-sponsor-primary {
  grid-column: 1 / -1;
  min-height: 230px;
  padding-bottom: clamp(16px, 2vw, 28px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.lg-sponsor-grid .lg-sponsor-primary img {
  width: min(100%, 330px);
  max-height: none;
}

.lg-sponsor-grid article:not(.lg-sponsor-primary) img {
  width: min(100%, 128px);
  max-height: 74px;
}

.lg-sponsor-grid img.lg-sponsor-logo-simi {
  filter: invert(1) brightness(1.15);
}

.lg-sponsor-grid article:last-child {
  border-right: 0;
}

.lg-sponsor-video {
  cursor: pointer;
}

.lg-sponsor-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 13, 0), rgba(7, 8, 13, 0.16)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
  opacity: 0.32;
  pointer-events: none;
}

.lg-sponsor-video img {
  position: relative;
  z-index: 1;
}

.lg-sponsor-video button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--lg-black);
  background: var(--lg-green);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(7, 8, 13, 0.24);
}

.lg-video-sponsor-section {
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.78), rgba(10, 10, 10, 0.8)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-video-sponsor-section .lg-section-heading h2,
.lg-video-sponsor-section .lg-section-heading p {
  color: var(--lg-white);
}

.lg-video-sponsor-section .lg-section-heading span {
  color: var(--lg-green);
}

.lg-video-box-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lg-video-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 0;
  background: var(--lg-black);
  border-radius: 8px;
  cursor: pointer;
}

.lg-video-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  opacity: 0.78;
}

.lg-video-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.lg-video-card h3 {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  margin: 0;
  color: var(--lg-white);
  font-size: 24px;
}

.lg-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(7, 8, 13, 0.86);
}

.lg-video-modal.is-open {
  display: grid;
}

.lg-video-frame {
  width: min(100%, 980px);
  aspect-ratio: 16 / 9;
  background: var(--lg-black);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.lg-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

.lg-video-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2001;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--lg-black);
  background: var(--lg-green);
  border: 0;
  border-radius: 50%;
}

.lg-floating-video {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  display: none;
  width: min(26vw, 338px);
  overflow: hidden;
  background: var(--lg-black);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.lg-floating-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 8, 13, 0.08), rgba(7, 8, 13, 0.18));
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lg-floating-video.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lg-floating-video.is-playing::after {
  opacity: 0;
}

.lg-floating-video-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lg-floating-video-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(7, 8, 13, 0.3);
}

.lg-floating-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--lg-black);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(7, 8, 13, 0.34);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lg-floating-video-play i {
  margin-left: 3px;
}

.lg-floating-video.is-playing .lg-floating-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.lg-floating-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.lg-floating-video-modal.is-open {
  display: block;
  opacity: 1;
}

.lg-floating-video-modal-media {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: min(calc(100vw - 48px), 980px);
  max-height: calc(100vh - 96px);
  background: var(--lg-black);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

.lg-floating-video-modal-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2101;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border: 0;
  border-radius: 50%;
}

.lg-cinema-video-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 5000 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 5vw, 64px);
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lg-cinema-video-overlay.is-open {
  display: flex !important;
  opacity: 1;
}

.lg-cinema-video-media {
  display: block;
  width: min(100%, 1080px);
  max-height: calc(100dvh - clamp(76px, 14vh, 140px));
  object-fit: contain;
  background: var(--lg-black);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.lg-cinema-video-close {
  position: fixed;
  top: clamp(16px, 4vw, 28px);
  right: clamp(16px, 4vw, 28px);
  z-index: 5001;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.lg-faq-section {
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(243, 245, 248, 0.86)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
}

.lg-faq-accordion {
  display: grid;
  gap: 12px;
}

.lg-faq-accordion article {
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(7, 8, 13, 0.08);
  border-radius: 8px;
}

.lg-faq-accordion button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: var(--lg-black);
  background: transparent;
  border: 0;
  text-align: left;
}

.lg-faq-accordion button span {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
}

.lg-faq-accordion button i {
  color: var(--lg-magenta);
  transition: transform 0.2s ease;
}

.lg-faq-accordion article.is-open button i {
  transform: rotate(45deg);
}

.lg-faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.lg-faq-accordion article.is-open .lg-faq-answer {
  display: block;
}

.lg-faq-answer p {
  margin: 0;
  color: #555d69;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .lg-faq-accordion button {
    gap: 14px;
    padding: 18px;
  }

  .lg-faq-accordion button span {
    font-size: 17px;
    line-height: 1.22;
  }
}

.lg-privacy-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.94), rgba(18, 18, 18, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-top: 1px solid rgba(78, 151, 192, 0.2);
}

.lg-privacy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(92, 177, 48, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(78, 151, 192, 0.2), transparent 34%);
  pointer-events: none;
}

.lg-error-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 150px 0 96px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.94), rgba(18, 18, 18, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-error-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(78, 151, 192, 0.2), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(182, 55, 145, 0.16), transparent 28%);
}

.lg-error-section > .container {
  position: relative;
  z-index: 1;
}

.lg-error-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.lg-error-code {
  color: var(--lg-green);
  font-size: clamp(78px, 15vw, 168px);
  font-weight: 900;
  line-height: 0.82;
}

.lg-error-panel > span {
  color: var(--lg-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.lg-error-panel h1 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(38px, 6vw, 74px);
  line-height: 0.96;
}

.lg-error-panel p {
  max-width: 620px;
  margin: 0;
  color: rgba(207, 207, 207, 0.84);
  font-size: 17px;
  line-height: 1.55;
}

.lg-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .lg-error-section {
    padding: 128px 0 170px;
  }

  .lg-error-actions {
    display: grid;
    width: 100%;
  }

  .lg-error-actions .lg-inline-cta {
    width: 100%;
    margin-top: 0;
  }
}

.lg-privacy-section .container {
  position: relative;
  z-index: 1;
}

.lg-privacy-panel {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px);
  color: var(--lg-white);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.42);
  animation: lg-privacy-enter 0.7s ease both;
}

.lg-privacy-copy {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.lg-privacy-copy::before {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, var(--lg-green), var(--lg-blue));
  border-radius: 999px;
}

.lg-privacy-copy h1,
.lg-privacy-copy h2 {
  margin: 0 0 10px;
  color: var(--lg-white);
  font-size: clamp(32px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: 0;
}

.lg-privacy-copy p {
  margin: 0 0 20px;
  color: rgba(230, 230, 230, 0.9);
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 400;
  line-height: 1.72;
}

.lg-privacy-copy h1 + p,
.lg-privacy-copy h2 + p {
  margin-bottom: 34px;
  color: var(--lg-blue);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 700;
  line-height: 1.35;
}

.lg-privacy-copy p:last-child {
  margin-bottom: 0;
  color: var(--lg-green);
  font-weight: 700;
}

.lg-legal-copy h2 {
  margin: 36px 0 16px;
  color: var(--lg-green);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.18;
}

.lg-legal-copy p {
  margin-bottom: 16px;
}

.lg-legal-copy h1 + p {
  margin-bottom: 30px;
}

.lg-legal-copy p:last-child {
  color: rgba(230, 230, 230, 0.9);
  font-weight: 400;
}

.lg-qr-section,
.lg-qr-detail-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 118px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.82)),
    url("../la-grada/backgrounds/la_grada_negro.jpg") center/cover;
}

.lg-qr-section::before,
.lg-qr-detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.52)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  opacity: 0.72;
}

.lg-qr-section > .container,
.lg-qr-detail-section > .container {
  position: relative;
  z-index: 1;
}

.lg-qr-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: stretch;
}

.lg-qr-logo-panel,
.lg-qr-form-panel,
.lg-qr-pass-card,
.lg-qr-data-card,
.lg-qr-empty-state {
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.lg-qr-logo-panel {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  min-height: 480px;
  padding: 42px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(92, 177, 48, 0.24), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
}

.lg-qr-logo-panel img,
.lg-qr-empty-state img,
.lg-qr-pass-card img {
  display: block;
  width: min(100%, 250px);
  height: auto;
}

.lg-qr-logo-panel span,
.lg-qr-pass-card span,
.lg-qr-empty-state span {
  color: var(--lg-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lg-qr-form-panel {
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-qr-form-panel .lg-section-heading,
.lg-qr-data-card .lg-section-heading {
  margin-bottom: 28px;
}

.lg-qr-form-panel .lg-section-heading h1,
.lg-qr-data-card .lg-section-heading h1,
.lg-qr-empty-state h1 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
}

.lg-qr-lookup-form {
  display: grid;
  gap: 14px;
}

.lg-qr-lookup-form label {
  display: grid;
  gap: 8px;
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lg-qr-lookup-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
  border-radius: 6px;
}

.lg-qr-lookup-form input::placeholder {
  color: rgba(230, 230, 230, 0.72);
}

.lg-qr-lookup-form small {
  min-height: 18px;
  color: rgba(207, 207, 207, 0.82);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
}

.lg-qr-lookup-form label.has-error input {
  border-color: var(--lg-magenta);
  box-shadow: 0 0 0 1px rgba(182, 55, 145, 0.52);
}

.lg-qr-status {
  min-height: 20px;
  margin: 0;
  color: var(--lg-magenta);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.lg-qr-register-hint {
  margin: 0;
  color: rgba(207, 207, 207, 0.82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.lg-qr-register-hint a {
  color: var(--lg-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lg-qr-register-hint a:hover {
  color: var(--lg-green);
}

.lg-qr-spam-hint {
  margin: -4px 0 0;
  color: rgba(207, 207, 207, 0.74);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.lg-qr-lookup-form .lg-inline-cta {
  justify-self: end;
  min-height: 52px;
  border: 0;
}

[data-qr-email-step],
[data-qr-code-step] {
  display: grid;
  gap: 14px;
}

[data-qr-email-step][hidden],
[data-qr-code-step][hidden] {
  display: none;
}

.lg-qr-code-step-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.lg-qr-code-step-actions .lg-inline-cta {
  min-height: 52px;
  border: 0;
}


.lg-qr-lookup-form .lg-inline-cta-secondary {
  color: var(--lg-white);
  background: rgba(10, 10, 10, 0.38);
  border: 1px solid rgba(207, 207, 207, 0.26);
}

.lg-qr-lookup-form .lg-inline-cta-secondary:hover {
  color: var(--lg-white);
  background: rgba(10, 10, 10, 0.56);
}

.lg-qr-lookup-form [data-qr-change-email],
.lg-qr-lookup-form [data-resend-access-code],
.lg-qr-lookup-form [data-qr-change-email]:hover,
.lg-qr-lookup-form [data-resend-access-code]:hover,
.lg-qr-lookup-form [data-qr-change-email]:focus,
.lg-qr-lookup-form [data-resend-access-code]:focus,
.lg-qr-lookup-form [data-qr-change-email]:focus-visible,
.lg-qr-lookup-form [data-resend-access-code]:focus-visible,
.lg-qr-lookup-form [data-qr-change-email]:active,
.lg-qr-lookup-form [data-resend-access-code]:active,
.lg-qr-lookup-form [data-qr-change-email]:disabled,
.lg-qr-lookup-form [data-resend-access-code]:disabled {
  color: var(--lg-white);
}

.lg-qr-lookup-form [data-qr-change-email] i,
.lg-qr-lookup-form [data-resend-access-code] i {
  color: inherit;
}

.lg-qr-detail-content {
  display: grid;
  gap: 30px;
}

.lg-qr-detail-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
  align-items: stretch;
}

.lg-qr-pass-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  min-height: 560px;
  padding: clamp(28px, 4vw, 42px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(92, 177, 48, 0.28), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
}

.lg-qr-code-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(80vw, 280px);
  aspect-ratio: 1;
  padding: 12px;
  background: var(--lg-white);
  border: 8px solid rgba(10, 10, 10, 0.88);
  border-radius: 8px;
}

.lg-qr-code-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lg-qr-code-visual span {
  background: transparent;
  border-radius: 2px;
}

.lg-qr-code-visual span.is-active {
  background: var(--lg-black);
}

.lg-qr-pass-card strong {
  color: var(--lg-white);
  font-size: clamp(24px, 3.6vw, 42px);
  line-height: 1;
  word-break: break-word;
}

.lg-qr-pass-card-logo {
  grid-auto-rows: min-content;
  align-content: start;
  align-self: start;
}

.lg-qr-pass-card-logo strong {
  font-size: clamp(28px, 4.2vw, 46px);
}

.lg-qr-pass-card small {
  color: rgba(230, 230, 230, 0.86);
  font-size: 13px;
  line-height: 1.4;
}

.lg-qr-inline-code-block {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 0 28px;
  text-align: center;
}

.lg-qr-inline-code-block small {
  color: rgba(230, 230, 230, 0.82);
  font-size: 14px;
  line-height: 1.4;
  text-transform: none;
}

.lg-qr-data-card {
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-qr-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.lg-qr-data-grid div {
  min-width: 0;
  padding: 16px;
  background: rgba(230, 230, 230, 0.06);
  border: 1px solid rgba(207, 207, 207, 0.12);
  border-radius: 8px;
}

.lg-qr-data-grid dt {
  margin-bottom: 7px;
  color: var(--lg-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.lg-qr-data-grid dd {
  margin: 0;
  color: var(--lg-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-transform: none;
}

.lg-qr-data-grid dd[data-qr-value="email"] {
  text-transform: none;
}

.lg-qr-data-card .lg-qr-disney-age-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 760px);
  margin: 18px auto 0;
  padding: 14px 18px;
  color: rgba(230, 230, 230, 0.9);
  text-align: center;
  text-transform: none;
  background:
    linear-gradient(135deg, rgba(242, 162, 55, 0.14), rgba(230, 230, 230, 0.05)),
    rgba(10, 10, 10, 0.42);
  border: 1px solid rgba(242, 162, 55, 0.36);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(230, 230, 230, 0.08), 0 16px 38px rgba(0, 0, 0, 0.22);
}

.lg-qr-data-card .lg-qr-disney-age-note i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: rgba(242, 162, 55, 0.92);
  font-size: 13px;
  background: rgba(242, 162, 55, 0.14);
  border: 1px solid rgba(242, 162, 55, 0.28);
  border-radius: 50%;
}

.lg-qr-data-card .lg-qr-disney-age-note span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(13px, 1.35vw, 15px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.lg-qr-session-actions {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.lg-qr-session-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.22);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.lg-qr-session-logout:hover,
.lg-qr-session-logout:focus,
.lg-qr-session-logout:focus-visible,
.lg-qr-session-logout:active {
  color: var(--lg-white);
  background: rgba(182, 55, 145, 0.22);
  border-color: rgba(182, 55, 145, 0.46);
}

.lg-qr-detail-ad {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

.lg-qr-detail-ad .lg-ad-creative {
  opacity: 0.92;
}

.lg-qr-detail-ad-mobile {
  display: none;
}

.lg-qr-info-section {
  padding: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.lg-qr-info-section .lg-section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.lg-qr-info-section .lg-section-heading h2 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.lg-qr-disclaimer-stack {
  display: grid;
  gap: 14px;
  margin: 0;
}

.lg-qr-disclaimer-card {
  height: 100%;
  padding: 18px;
  background: rgba(230, 230, 230, 0.06);
  border: 1px solid rgba(207, 207, 207, 0.12);
  border-radius: 8px;
}

.lg-qr-disclaimer-card h2,
.lg-qr-disclaimer-card h3 {
  margin: 0 0 10px;
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lg-qr-disclaimer-card p {
  margin: 0;
  color: rgba(230, 230, 230, 0.9);
  font-size: 14px;
  line-height: 1.65;
  text-transform: none;
}

.lg-qr-disclaimer-card a {
  color: var(--lg-orange);
}

.lg-qr-rules-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(92, 177, 48, 0.16), rgba(10, 10, 10, 0.5)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
  border: 1px solid rgba(92, 177, 48, 0.34);
  border-radius: 8px;
}

.lg-qr-rules-callout span {
  display: block;
  margin-bottom: 6px;
  color: var(--lg-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.lg-qr-rules-callout p {
  margin: 0;
  color: rgba(230, 230, 230, 0.92);
  font-size: 15px;
  line-height: 1.55;
}

.lg-qr-rules-callout .lg-inline-cta {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .lg-qr-info-section .lg-qr-disclaimer-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lg-qr-empty-state {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-qr-empty-state[hidden],
.lg-qr-detail-content[hidden],
.lg-qr-detail-shell[hidden] {
  display: none;
}

.lg-qr-empty-state p {
  max-width: 560px;
  margin: 0;
  color: rgba(207, 207, 207, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

@keyframes lg-privacy-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

.lg-footer {
  padding: 86px 0 28px;
  background:
    linear-gradient(135deg, rgba(7, 8, 13, 0.86), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-top: 10px solid var(--lg-green);
}

.lg-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 34px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.lg-footer-logo {
  display: flex;
  justify-content: center;
}

.lg-footer-brand-stack {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.lg-footer-logo img {
  max-width: min(100%, 570px);
  max-height: 234px;
}

.lg-footer p,
.lg-footer a,
.lg-footer span {
  color: rgba(255, 255, 255, 0.78);
}

.lg-footer .lg-brand {
  color: var(--lg-white);
}

.lg-footer-list > span {
  display: block;
  margin-bottom: 16px;
  color: var(--lg-white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lg-footer-list {
  justify-self: center;
  min-width: max-content;
  text-align: left;
}

.lg-footer nav {
  display: grid;
  gap: 10px;
}

.lg-footer-contact {
  display: grid;
  gap: 10px;
}

.lg-footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: lowercase;
  word-break: keep-all;
  overflow-wrap: normal;
}

.lg-footer-contact i {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 13px;
  color: var(--lg-black);
  background: var(--lg-green);
  border-radius: 50%;
}

.lg-footer-contact a:hover i {
  background: var(--lg-orange);
}

.lg-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.lg-social-links a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--lg-black);
  background: var(--lg-orange);
  border-radius: 50%;
}

.lg-social-links a:hover {
  color: var(--lg-black);
  background: var(--lg-green);
}

.lg-official-socials {
  display: grid;
  gap: 14px;
}

.lg-official-socials > span,
.lg-official-social-row strong {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lg-footer .lg-official-social-row strong {
  color: rgb(174, 174, 174);
}

.lg-official-social-row {
  display: grid;
  gap: 8px;
}

.lg-official-social-row .lg-social-links {
  gap: 8px;
  margin-top: 0;
}

.lg-official-social-row .lg-social-links a {
  width: 38px;
  height: 38px;
}

.lg-footer-bottom {
  display: grid;
  justify-items: center;
  margin-top: 42px;
  padding-top: 22px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lg-footer-rule-note {
  max-width: 980px;
  margin: 42px auto 0;
  padding-bottom: 22px;
  text-align: center;
  line-height: 1.55;
}

.lg-footer-rule-note + .lg-footer-bottom {
  margin-top: 0;
}

.lg-footer-bottom p {
  max-width: 980px;
  margin: 0 auto;
}

.lg-footer-bottom .lg-footer-partner-legal {
  margin-top: 8px;
  color: rgba(207, 207, 207, 0.68);
  font-size: 12px;
  font-weight: 700;
}

.lg-footer-bottom a,
.lg-footer-rule-note a {
  color: var(--lg-white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lg-experience-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(243, 245, 248, 0.8)),
    url("../la-grada/textures/la_grada_tex_blanca.jpg") center/cover;
}

.lg-experience-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -160px;
  width: 420px;
  aspect-ratio: 1;
  background: var(--lg-green);
  border-radius: 50%;
  opacity: 0.2;
  pointer-events: none;
}

.lg-experience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.lg-experience-media {
  position: relative;
}

.lg-experience-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 8, 13, 0.22);
}

.lg-experience-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lg-experience-badge {
  position: absolute;
  right: -22px;
  bottom: 34px;
  display: grid;
  justify-items: center;
  gap: 4px;
  max-width: 190px;
  padding: 18px;
  color: var(--lg-black);
  background: var(--lg-green);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(7, 8, 13, 0.22);
  text-align: center;
}

.lg-experience-badge strong {
  font-size: 42px;
  line-height: 0.9;
}

.lg-experience-badge span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.lg-experience-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.lg-experience-points article {
  min-height: 188px;
  padding: 22px;
  background: var(--lg-white);
  border: 1px solid rgba(7, 8, 13, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 8, 13, 0.08);
}

.lg-experience-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--lg-black);
  background: var(--lg-green);
  border-radius: 6px;
}

.lg-experience-points h3 {
  margin: 0;
  color: var(--lg-black);
  font-size: 19px;
  line-height: 1.2;
}

.lg-experience-points p {
  margin-top: 10px;
  color: #555d69;
  font-size: 15px;
  line-height: 1.5;
}

.lg-experience-cta-row {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 16px;
  padding: 10px 0 0;
  text-align: center;
}

.lg-experience-hours {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: min(100%, 860px);
  padding: 16px 18px;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(92, 177, 48, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 8, 13, 0.14);
  text-align: left;
}

.lg-experience-hours i {
  display: inline-grid;
  flex: 0 0 44px;
  place-items: center;
  width: 44px;
  min-height: 44px;
  color: var(--lg-black);
  font-size: 18px;
  background: var(--lg-green);
  border-radius: 8px;
}

.lg-experience-hours div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lg-experience-hours span {
  color: var(--lg-green);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.lg-experience-hours strong {
  color: var(--lg-white);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.2;
}

.lg-experience-hours small {
  color: rgba(230, 230, 230, 0.76);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.lg-experience-cta-row .lg-inline-cta {
  margin-top: 0;
}

.lg-inline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 22px;
  color: var(--lg-white);
  font-weight: 700;
  text-transform: uppercase;
  background: var(--lg-black);
  border-radius: 6px;
}

.lg-inline-cta:hover {
  color: var(--lg-black);
  background: var(--lg-green);
}

.lagrada-mobile-cta {
  display: none;
}

.lagrada-mobile-cta-secondary {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 138px;
  }

  .lg-site-header {
    padding: 12px 0;
  }

  .lg-brand {
    font-size: 17px;
  }

  .lg-brand img {
    max-width: 132px;
    max-height: 46px;
  }

  .lg-menu-toggle {
    display: inline-flex;
  }

  .lg-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 20px;
    background: rgba(7, 8, 13, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .lg-primary-nav.is-open {
    display: flex;
  }

  .lg-primary-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .lg-primary-nav .lg-mobile-nav-only {
    display: block;
  }

  .lg-header-cta {
    display: none;
  }

  .lagrada-hero {
    min-height: 620px;
    padding: 138px 0 72px;
  }

  .lagrada-hero::after {
    display: none;
  }

  .lg-hero-marquee {
    top: 72px;
    padding: 9px 0;
  }

  .lg-hero-marquee span {
    padding-right: 30px;
    font-size: 11px;
  }

  .lg-hero-logo-wrap {
    align-content: center;
    justify-items: center;
    gap: 16px;
    min-height: auto;
    margin-bottom: 24px;
  }

  .lg-hero-copy {
    margin-left: 0;
  }

  .lagrada-hero .hero-content h1 {
    font-size: 54px;
  }

  .lagrada-hero .hero-content p {
    font-size: 16px;
  }

  .lagrada-hero .hero-btn {
    gap: 12px;
  }

  .lagrada-hero .hero-btn .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .lg-match-strip {
    margin-top: -24px;
    margin-bottom: -42px;
    padding: 0;
  }

  .lg-match-strip-inner {
    grid-template-columns: 1fr;
    padding: 14px;
    overflow: hidden;
  }

  .lg-match-strip .lg-strip-label {
    width: 100%;
  }

  .lg-match-strip .lg-mobile-carousel {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
    align-items: center;
    width: 100%;
  }

  #partidos.match-section {
    padding-top: 76px;
  }

  .lg-strip-games {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    min-width: 0;
    padding: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lg-strip-games::-webkit-scrollbar,
  .lg-activities-grid::-webkit-scrollbar {
    display: none;
  }

  .lg-strip-games a {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: center;
  }

  .lg-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--lg-black);
    background: var(--lg-orange);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(7, 8, 13, 0.22);
    transform: translateY(-50%);
  }

  .lg-carousel-prev {
    left: 0;
  }

  .lg-carousel-next {
    right: 0;
  }

  .lg-match-strip .lg-carousel-arrow {
    position: static;
    width: 38px;
    height: 38px;
    transform: none;
  }

  .lg-section-heading {
    margin-bottom: 26px;
  }

  .lg-section-heading h2 {
    font-size: 38px;
  }

  .lg-match-banner {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 20px;
  }

  .lg-match-banner span,
  .lg-match-banner strong {
    grid-column: 1 / -1;
  }

  .lg-match-banner i {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    width: 42px;
    height: 42px;
  }

  .lg-activities-section,
  .lg-calendar-section,
  .lg-register-section,
  .lg-map-section,
  .lg-sponsors-section,
  .lg-faq-section,
  .lg-privacy-section {
    padding: 76px 0;
  }

  #partidos > .container::after,
  .lg-activities-section > .container::after,
  .lg-calendar-section > .container::after,
  .lg-register-section > .container::after,
  .lg-video-sponsor-section > .container::after,
  .lg-faq-section > .container::after,
  .lg-privacy-section > .container::after {
    display: none;
  }

  .lg-register-grid,
  .lg-ticket-card,
  .lg-map-grid,
  .lg-sponsor-feature,
  .lg-footer-grid {
    grid-template-columns: 1fr;
  }

  .lg-ticket-card::before,
  .lg-ticket-card::after {
    display: none;
  }

  .lg-ticket-pass {
    min-height: 240px;
    border-right: 0;
    border-bottom: 2px dashed rgba(7, 8, 13, 0.24);
  }

  .lg-ticket-content {
    padding: 22px;
  }

  .lg-ticket-head {
    display: grid;
  }

  .lg-ticket-meta {
    justify-items: start;
  }

  .lg-register-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .lg-register-card > .lg-field-first-name,
  .lg-register-card > .lg-field-last-name,
  .lg-register-card > .lg-field-age,
  .lg-register-card > .lg-field-email,
  .lg-register-card > .lg-field-state,
  .lg-register-card > .lg-field-attendance {
    grid-column: span 1;
  }

  .lg-register-card > .lg-field-first-name {
    grid-column: 1;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-last-name {
    grid-column: 2;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-age {
    grid-column: 3;
    grid-row: 1;
  }

  .lg-register-card > .lg-field-email {
    grid-column: 1;
    grid-row: 2;
  }

  .lg-register-card > .lg-field-state {
    grid-column: 2;
    grid-row: 2;
  }

  .lg-register-card > .lg-field-attendance {
    grid-column: 3;
    grid-row: 2;
  }

  .lg-minors-fieldset,
  .lg-register-warning,
  .lg-terms-check,
  .lg-register-card .lg-inline-cta,
  .lg-register-success {
    grid-column: 1 / -1;
  }

  .lg-register-card small {
    min-height: auto;
  }

  .lg-register-card .lg-inline-cta {
    justify-self: stretch;
    justify-content: center;
  }

  .lg-minors-fieldset {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    border: 0;
  }

  .lg-minors-fieldset legend {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.25;
  }

  .lg-minors-toggle {
    width: 100%;
    min-height: auto;
    padding: 14px 20px;
    justify-content: flex-start;
    background: var(--lg-white);
    border: 1px solid rgba(7, 8, 13, 0.12);
    border-radius: 8px;
    text-align: left;
  }

  .lg-minors-details {
    grid-template-columns: 1fr;
  }

  .lg-minor-item {
    grid-template-columns: 1fr;
  }

  .lg-minors-actions {
    justify-content: stretch;
  }

  .lg-minors-reset {
    width: 100%;
  }

  .lg-register-warning {
    justify-self: stretch;
    padding: 14px;
    text-align: left;
  }

  .lg-terms-check {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: flex-start;
    justify-content: stretch;
    column-gap: 10px !important;
    row-gap: 6px !important;
    min-height: auto;
    padding: 2px 0 0;
    text-align: left;
  }

  .lg-terms-check .lg-field-error {
    grid-column: 2;
    text-align: left;
  }

  .lg-terms-check input {
    grid-column: 1;
    flex: none;
    margin-top: 1px;
  }

  .lg-terms-check span {
    grid-column: 2;
    min-width: 0;
  }

  .lg-register-benefits {
    justify-content: center;
  }

  .lg-register-benefits span {
    justify-content: center;
    text-align: center;
  }

  .lg-activities-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 44px 6px;
    scroll-padding-inline: 44px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lg-activity-card {
    flex: 0 0 min(100%, 82vw);
    min-width: 0;
    scroll-snap-align: center;
  }

  .lg-activities-footer {
    display: grid;
    gap: 12px;
  }

  .lg-sponsor-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .lg-sponsor-grid article {
    min-height: 112px;
    border-right: 0;
    border-bottom: 0;
  }

  .lg-sponsor-grid .lg-sponsor-primary {
    grid-column: 1 / -1;
    min-height: 150px;
  }

  .lg-sponsor-grid .lg-sponsor-primary img {
    width: min(100%, 185px);
  }

  .lg-sponsor-grid article:not(.lg-sponsor-primary) img {
    width: min(100%, 160px);
    max-height: 82px;
  }

  .lg-footer-logo {
    justify-content: center;
  }

  .lg-footer-list {
    text-align: center;
  }

  .lg-social-links,
  .lg-footer-contact a {
    justify-content: center;
  }

  .lg-ad-slot {
    min-height: 100px;
  }

  .lg-ad-slot strong {
    font-size: 22px;
  }

  .lg-sponsor-marquee {
    padding: 18px 0;
  }

  .lg-sponsor-marquee-track {
    animation-duration: 24s;
  }

  .lg-sponsor-marquee img {
    max-width: 150px;
    height: 53px;
    margin-right: 24px;
  }

  .lg-calendar-header h2 {
    font-size: 38px;
  }

  .lg-calendar-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lg-calendar-day {
    grid-template-columns: 1fr;
  }

  .lg-calendar-match {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 12px;
  }

  .lg-calendar-match-main {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lg-calendar-match .lg-match-meta {
    text-align: left;
  }

  .lg-video-box-slider {
    grid-template-columns: 1fr;
  }

  .lg-experience-section {
    padding: 78px 0;
  }

  .lg-experience-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lg-experience-frame img {
    aspect-ratio: 16 / 11;
  }

  .lg-experience-badge {
    right: 14px;
    bottom: 14px;
  }

  .lg-experience-points {
    grid-template-columns: 1fr;
  }

  .lagrada-mobile-cta {
    position: fixed;
    right: 16px;
    bottom: 78px;
    left: 16px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    color: var(--lg-black);
    font-weight: 700;
    text-transform: uppercase;
    background: var(--lg-orange);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  }

  .lagrada-mobile-cta-secondary {
    bottom: 16px;
    color: var(--lg-white);
    background: var(--lg-black);
    border: 1px solid rgba(207, 207, 207, 0.24);
    box-shadow: none;
  }

  .lagrada-mobile-cta-secondary:hover {
    color: var(--lg-white);
    background: #151515;
  }

  .lg-floating-video {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lg-activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-sponsor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg-sponsor-grid .lg-sponsor-primary {
    grid-column: 1 / -1;
  }

  .lg-sponsor-grid .lg-sponsor-primary img {
    width: min(100%, 255px);
  }

  .lg-sponsor-grid article:not(.lg-sponsor-primary) img {
    width: min(100%, 169px);
  }

  .lg-video-box-slider {
    grid-template-columns: 1fr;
  }

  .lg-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .lg-footer-logo {
    justify-content: center;
  }

  .lg-sponsor-grid article:nth-child(3) {
    border-right: 0;
  }

  .lg-brand img {
    max-width: 132px;
    max-height: 46px;
  }

  .lg-primary-nav {
    gap: 10px;
  }

  .lg-primary-nav a {
    font-size: 12px;
  }

  .lg-header-actions {
    gap: 8px;
  }

  .lg-header-cta {
    min-height: 42px;
    padding: 0 11px;
    font-size: 12px;
  }

  .lg-header-cta.lg-header-cta-secondary {
    width: 42px;
    padding: 0;
    font-size: 0;
  }

  .lg-header-cta.lg-header-cta-secondary i {
    font-size: 14px;
  }
}

/* Official dark visual system refresh */
body {
  color: var(--lg-white);
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(10, 10, 10, 0.96)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover fixed;
}

.lg-site-header,
.lg-site-header.sticky {
  background: rgba(10, 10, 10, 0.9);
  border-bottom-color: rgba(207, 207, 207, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.lg-primary-nav a {
  color: rgba(230, 230, 230, 0.82);
}

.lg-primary-nav a:hover,
.lg-primary-nav a.is-active,
.lg-primary-nav a[aria-current],
.lg-brand:hover {
  color: var(--lg-blue);
}

.lg-header-cta,
.lagrada-mobile-cta,
.lg-inline-cta,
.lg-inline-cta-green,
.lg-calendar-full-cta,
.lg-calendar-controls button.is-active,
.lg-calendar-match time,
.lg-calendar-reserve,
.lg-video-close,
.lg-footer-contact i {
  color: #081006;
  background: var(--lg-green);
  border-color: rgba(92, 177, 48, 0.55);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.lg-header-cta:hover,
.lg-header-cta.is-active,
.lg-header-cta[aria-current],
.lg-inline-cta:hover,
.lg-calendar-full-cta:hover {
  color: #081006;
  background: #73bf4f;
}

.lg-header-cta.lg-header-cta-secondary {
  color: var(--lg-white);
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.24);
  box-shadow: none;
}

.lg-header-cta.lg-header-cta-secondary:hover,
.lg-header-cta.lg-header-cta-secondary.is-active,
.lg-header-cta.lg-header-cta-secondary[aria-current] {
  color: #081006;
  background: var(--lg-blue);
  border-color: rgba(78, 151, 192, 0.7);
}

.lagrada-mobile-cta.lagrada-mobile-cta-secondary {
  color: var(--lg-white);
  background: var(--lg-black);
  border: 1px solid rgba(207, 207, 207, 0.24);
  box-shadow: none;
}

.lagrada-mobile-cta.lagrada-mobile-cta-secondary:hover {
  color: var(--lg-white);
  background: #151515;
}

.lagrada-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.72) 52%, rgba(10, 10, 10, 0.46) 100%),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  mix-blend-mode: multiply;
}

.lagrada-hero::after,
.lg-activities-section::before,
.lg-experience-section::before {
  background: linear-gradient(135deg, rgba(78, 151, 192, 0.18), rgba(10, 10, 10, 0));
  opacity: 0.7;
}

.lg-hero-marquee {
  color: var(--lg-white);
  padding: 18px 0 10px;
  background:
    linear-gradient(90deg, rgba(182, 55, 145, 0.94), rgba(98, 28, 77, 0.92)),
    url("../la-grada/textures/la_grada_tex_magenta.jpg") center/cover;
  border-color: rgba(207, 207, 207, 0.18);
}

.lagrada-hero .hero-content h6,
.lg-section-heading span,
.lg-calendar-header span,
.lg-section-heading-light span,
.lg-video-sponsor-section .lg-section-heading span {
  color: var(--lg-magenta);
}

.lagrada-hero .hero-content h1,
.lg-section-heading h2,
.lg-calendar-header h1,
.lg-calendar-header h2,
.lg-ticket-head h3,
.lg-experience-points h3,
.lg-faq-accordion button,
.lg-experience-cta-row p {
  color: var(--lg-white);
}

.lagrada-hero .hero-content p,
.lg-section-heading p,
.lg-calendar-header p,
.lg-activity-content p,
.lg-calendar-match .lg-match-meta,
.lg-faq-answer p,
.lg-experience-points p,
.lg-register-card small,
.lg-footer p,
.lg-footer a,
.lg-footer span {
  color: rgba(207, 207, 207, 0.82);
}

.lagrada-hero .theme-btn,
.lagrada-hero .theme-btn:hover,
#partidos .match-box-items .match-btn .theme-btn:first-child,
.lg-register-card .lg-inline-cta,
.lg-social-links a,
.lg-floating-video-close,
.lg-floating-video-modal-close,
.lg-video-card button {
  color: #081006;
  background: var(--lg-green);
}

.lagrada-hero .theme-btn.bg-white,
#partidos .match-box-items .match-btn .theme-btn.style-2,
.lg-inline-cta-white {
  color: var(--lg-white);
  background: rgba(230, 230, 230, 0.08);
  border: 1px solid rgba(207, 207, 207, 0.24);
}

.lg-match-strip-inner,
.lg-ad-band,
.lg-map-section,
.lg-faq-section,
.lg-experience-section {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.78)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.12);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
}

.lg-strip-label,
.lg-ad-slot span,
.lg-calendar-day header span,
.lg-ticket-head span,
.lg-ticket-meta span,
.lg-minors-fieldset legend,
.lg-faq-accordion button i,
.lg-match-banner span {
  color: var(--lg-magenta);
}

.lg-strip-label {
  background: rgba(182, 55, 145, 0.18);
  border: 1px solid rgba(182, 55, 145, 0.42);
}

.lg-match-strip-inner {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.78)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(207, 207, 207, 0.12);
}

.lg-strip-label {
  color: var(--lg-white);
  background: rgba(182, 55, 145, 0.18);
  border-color: rgba(182, 55, 145, 0.42);
}

.lg-strip-games a {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.88), rgba(25, 25, 25, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(230, 230, 230, 0.16);
}

.lg-strip-games {
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(25, 25, 25, 0.86)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(230, 230, 230, 0.12);
  border-radius: 8px;
}

.lg-strip-games a,
.lg-strip-team strong,
.lg-strip-games a > strong {
  color: var(--lg-white);
}

.lg-strip-games a,
.lg-calendar-controls button,
.lg-calendar-day,
.lg-calendar-match,
.lg-faq-accordion article,
.lg-experience-points article,
.lg-register-benefits span {
  color: var(--lg-white);
  background: rgba(230, 230, 230, 0.07);
  border: 1px solid rgba(207, 207, 207, 0.14);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.lg-strip-games a,
.lg-strip-team strong,
.lg-strip-games a > strong,
.lg-faq-accordion button span {
  color: var(--lg-white);
}

.lg-strip-time,
.lg-strip-games a[href="marcadores.html"] > span,
.lg-strip-time::before,
.lg-strip-time::after,
.lg-score-placeholder,
.lg-vs,
.lg-terms-check a {
  color: var(--lg-blue);
}

.lg-strip-date {
  color: rgba(230, 230, 230, 0.72);
}

#partidos.match-section {
  --lg-match-green-dark: #102012;
  --lg-match-green-main: #0A0A0A;
  --lg-match-blue-dark: #1b3f52;
  --lg-match-blue-main: var(--lg-blue);
  --lg-match-black: var(--lg-white);
  --lg-match-gray: rgba(207, 207, 207, 0.18);
  background-color: var(--lg-black);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(18, 18, 18, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

#partidos .lg-section-heading span {
  color: var(--lg-blue);
}

#partidos .match-box-items,
.lg-ticket-card,
.lg-map-panel {
  color: var(--lg-white);
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.44);
}

#partidos .match-box-items h3,
#partidos .match-box-items h4,
#partidos .match-box-items p,
#partidos .match-box-items .match-schedule span,
#partidos .match-box-items .flag-item span,
.lg-ticket-pass,
.lg-ticket-meta strong,
.lg-register-card label,
.lg-minors-toggle span,
.lg-terms-check span,
.lg-register-benefits span {
  color: var(--lg-white);
}

#partidos .match-box-items h4,
.lg-calendar-match time {
  color: #081006;
}

#partidos .match-box-items .flag-item,
#partidos .match-box-items .match-date,
.lg-register-card input,
.lg-register-card select,
.lg-register-card textarea,
.lg-minors-fieldset,
.lg-minors-toggle {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
  box-shadow: none;
}

#partidos .match-box-items .flag-item {
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.1), rgba(18, 18, 18, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(78, 151, 192, 0.48);
}

.lg-register-card input::placeholder,
.lg-register-card textarea::placeholder {
  color: var(--lg-white);
  opacity: 1;
}

.lg-register-card select:invalid,
.lg-register-card option[value=""] {
  color: var(--lg-white);
}

.lg-register-card select {
  background:
    linear-gradient(45deg, transparent 50%, var(--lg-gray) 50%) calc(100% - 18px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--lg-gray) 50%, transparent 50%) calc(100% - 13px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

#partidos .match-box-items .match-date span,
#partidos .match-box-items .match-btn .theme-btn {
  color: #081006;
  background: var(--lg-green);
}

#partidos .match-box-items .match-btn .theme-btn:hover {
  color: #081006;
  background: var(--lg-green);
  border-color: transparent;
}

#partidos .match-box-items .match-btn .theme-btn.style-2 {
  color: var(--lg-white);
  background: rgba(78, 151, 192, 0.14);
  border-color: rgba(78, 151, 192, 0.4);
}

.lg-match-banner,
.lg-calendar-section,
.lg-activities-section,
.lg-register-section,
.lg-video-sponsor-section,
.lg-footer {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.88), rgba(18, 18, 18, 0.76)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-match-banner {
  border-color: rgba(78, 151, 192, 0.28);
}

.lg-match-banner i {
  color: #081006;
  background: var(--lg-blue);
}

.lg-activities-section::before {
  background: linear-gradient(90deg, rgba(182, 55, 145, 0.2), transparent 44%);
}

.lg-activity-card,
.lg-sponsor-grid,
.lg-sponsor-feature,
.lg-video-card,
.lg-floating-video,
.lg-floating-video-modal-media,
.lg-video-frame {
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(207, 207, 207, 0.15);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
}

.lg-activity-content {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(182, 55, 145, 0.24)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-activity-content span {
  color: var(--lg-magenta);
}

.lg-ad-slot {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(18, 18, 18, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.18);
}

.lg-ad-slot small,
.lg-sponsor-marquee img {
  color: rgba(207, 207, 207, 0.78);
}

.lg-ticket-pass {
  background:
    linear-gradient(180deg, rgba(92, 177, 48, 0.28), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
  border-right-color: rgba(207, 207, 207, 0.24);
}

.lg-ticket-qr {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.92)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(78, 151, 192, 0.38);
}

.lg-register-warning {
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.08), rgba(10, 10, 10, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(78, 151, 192, 0.34);
}

.lg-map-section {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(18, 18, 18, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-map-panel img,
.lg-video-card img,
.lg-experience-frame img {
  filter: contrast(1.04) saturate(0.9);
}

.lg-sponsors-section {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.88), rgba(60, 18, 48, 0.74)),
    url("../la-grada/textures/la_grada_tex_magenta.jpg") center/cover;
}

.lg-sponsors-section .lg-section-heading span,
.lg-sponsor-feature span,
.lg-sponsor-grid span {
  color: var(--lg-blue);
}

.lg-sponsor-grid {
  background: rgba(10, 10, 10, 0.7);
}

.lg-footer {
  border-top-color: var(--lg-magenta);
}

.lg-footer-contact a:hover i,
.lg-social-links a:hover {
  background: var(--lg-blue);
}

.lg-experience-section {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(16, 34, 24, 0.78)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-experience-badge,
.lg-experience-points i {
  color: #081006;
  background: var(--lg-green);
}

.lg-faq-section {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.92), rgba(24, 24, 24, 0.86)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-video-modal,
.lg-floating-video-modal {
  background: rgba(0, 0, 0, 0.86);
}

.preloader {
  background: var(--lg-black);
}

.preloader .loader .loader-section .bg {
  background: var(--lg-black);
}

.preloader .animation-preloader .spinner {
  border-color: rgba(230, 230, 230, 0.16);
  border-top-color: var(--lg-blue);
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(230, 230, 230, 0.2);
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  color: var(--lg-white);
}

.preloader p {
  color: var(--lg-blue);
}

@media (max-width: 767px) {
  .lg-preloader-logo {
    width: min(58vw, 170px);
  }

  .preloader .animation-preloader .spinner {
    width: 4.4em;
    height: 4.4em;
    margin-bottom: 2em;
  }

  .preloader .animation-preloader .txt-loading {
    font-size: clamp(28px, 9vw, 42px);
  }

  .preloader p {
    max-width: 240px;
    margin-inline: auto;
    letter-spacing: 4px;
    line-height: 1.4;
  }
}

/* Hero/header alignment refinements */
.lg-site-header,
.lg-site-header.sticky {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(10, 10, 10, 0.94)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lagrada-hero {
  padding-top: 172px;
}

.lg-hero-marquee {
  top: 84px;
  z-index: 0;
}

.lagrada-hero .container {
  z-index: 2;
}

.lagrada-hero .theme-btn.bg-white {
  color: var(--lg-black);
  background: var(--lg-white);
  border-color: rgba(230, 230, 230, 0.86);
}

.lagrada-hero .theme-btn.bg-white:hover {
  color: var(--lg-black);
  background: var(--lg-gray);
}

.lagrada-hero .hero-content .lg-hero-access-text {
  color: var(--lg-gray);
  font-weight: 500;
}

@media (max-width: 767px) {
  .lagrada-hero {
    padding-top: 142px;
  }

  .lg-hero-marquee {
    top: 66px;
    z-index: 0;
  }
}

/* Hero official color composition */
.lagrada-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.72) 48%, rgba(10, 10, 10, 0.52) 100%),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lagrada-hero::after {
  inset: 0;
  right: auto;
  bottom: auto;
  width: auto;
  aspect-ratio: auto;
  background:
    radial-gradient(circle at 78% 24%, rgba(78, 151, 192, 0.22), transparent 34%),
    radial-gradient(circle at 54% 70%, rgba(182, 55, 145, 0.16), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(92, 177, 48, 0.13), transparent 34%);
  opacity: 1;
  mix-blend-mode: normal;
}

.lagrada-hero .hero-content .lg-hero-access-text {
  color: var(--lg-blue);
  font-weight: 700;
}

/* Match strip presence pass */
.lg-match-strip-inner {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(18, 18, 18, 0.9)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.2);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

.lg-strip-label {
  color: var(--lg-white);
  background: var(--lg-magenta);
  border-color: rgba(230, 230, 230, 0.18);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.lg-strip-games {
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(207, 207, 207, 0.16);
}

.lg-strip-games a {
  background:
    linear-gradient(135deg, rgba(230, 230, 230, 0.12), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-color: rgba(207, 207, 207, 0.24);
  box-shadow: inset 0 1px 0 rgba(230, 230, 230, 0.08);
}

.lg-strip-time,
.lg-strip-games a[href="marcadores.html"] > span,
.lg-strip-time::before,
.lg-strip-time::after {
  color: var(--lg-blue);
}

.lg-strip-games a[href="marcadores.html"] span,
.lg-strip-games a[href="marcadores.html"] strong:last-child {
  color: var(--lg-blue);
}

.lg-register-card small {
  color: var(--lg-blue);
}

.lg-coming-soon {
  min-height: 100vh;
  color: var(--lg-white);
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-coming-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  padding: clamp(42px, 7vw, 86px) 0;
}

.lg-coming-hero::before,
.lg-coming-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.lg-coming-hero::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(92, 177, 48, 0.16), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(78, 151, 192, 0.18), transparent 34%),
    radial-gradient(circle at 58% 70%, rgba(182, 55, 145, 0.14), transparent 36%);
}

.lg-coming-hero::after {
  right: -18vw;
  top: 5vh;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: clamp(28px, 5vw, 74px) solid rgba(230, 230, 230, 0.08);
  border-radius: 50%;
}

.lg-coming-hero .container {
  position: relative;
  z-index: 1;
}

.lg-coming-poster {
  display: grid;
  grid-template-columns: minmax(180px, 0.64fr) minmax(0, 1.36fr);
  gap: clamp(22px, 3.4vw, 48px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 42px;
}

.lg-coming-poster > * {
  min-width: 0;
}

.lg-coming-brand {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.lg-coming-brand > img:first-child {
  display: block;
  width: min(100%, 360px);
  height: auto;
}

.lg-coming-copy {
  display: grid;
  justify-items: start;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.lg-coming-kicker {
  margin-bottom: 18px;
  color: var(--lg-magenta);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.lg-coming-copy h1 {
  margin: 0;
  color: var(--lg-white);
  max-width: 100%;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.lg-coming-band {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: clamp(64px, 6.4vw, 96px);
  padding: clamp(18px, 2vw, 28px) clamp(16px, 2vw, 26px) clamp(14px, 1.6vw, 20px);
  color: var(--lg-white);
  font-size: clamp(22px, 3vw, 46px);
  font-weight: 700;
  line-height: 0.96;
  text-align: center;
  text-transform: uppercase;
}

.lg-coming-band + .lg-coming-band {
  margin-top: 12px;
}

.lg-coming-band-magenta {
  background:
    linear-gradient(90deg, rgba(182, 55, 145, 0.9), rgba(182, 55, 145, 0.62)),
    url("../la-grada/textures/la_grada_tex_magenta.jpg") center/cover;
}

.lg-coming-band-green {
  max-width: 92%;
  min-height: clamp(54px, 5.2vw, 76px);
  background:
    linear-gradient(90deg, rgba(92, 177, 48, 0.82), rgba(92, 177, 48, 0.54)),
    url("../la-grada/textures/la_grada_tex_verde.jpg") center/cover;
  font-size: clamp(18px, 2.4vw, 34px);
}

.lg-coming-band-blue {
  max-width: 82%;
  min-height: clamp(52px, 4.8vw, 70px);
  background:
    linear-gradient(90deg, rgba(78, 151, 192, 0.86), rgba(78, 151, 192, 0.54)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  font-size: clamp(18px, 2.1vw, 30px);
}

.lg-coming-sponsor-grid,
.lg-coming-marquee {
  max-width: 980px;
  margin: 0 auto;
}

.lg-coming-marquee {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .lg-coming-hero {
    padding: 44px 0;
  }

  .lg-coming-poster {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    margin-bottom: 30px;
  }

  .lg-coming-brand {
    gap: 14px;
  }

  .lg-coming-brand > img:first-child {
    width: min(62vw, 210px);
  }

  .lg-coming-copy {
    justify-items: center;
    text-align: center;
  }

  .lg-coming-kicker {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .lg-coming-copy h1 {
    font-size: clamp(36px, 10.8vw, 52px);
    margin-bottom: 24px;
  }

  .lg-coming-band {
    width: 100%;
    min-height: 72px;
    padding: 20px 14px 14px;
    font-size: clamp(26px, 9.8vw, 40px);
  }

  .lg-coming-band-green,
  .lg-coming-band-blue {
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    padding-top: 18px;
    padding-bottom: 12px;
    font-size: clamp(16px, 5.2vw, 23px);
  }

  .lg-coming-marquee {
    width: 100%;
    max-width: none;
  }

  .lg-coming-sponsor-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 767px) {
  #partidos > .container,
  .lg-activities-section > .container,
  .lg-calendar-section > .container,
  .lg-register-section > .container,
  .lg-video-sponsor-section > .container,
  .lg-faq-section > .container,
  .lg-privacy-section > .container,
  .lg-qr-section > .container,
  .lg-qr-detail-section > .container {
    padding-top: 78px;
  }

  #partidos > .container::after,
  .lg-activities-section > .container::after,
  .lg-calendar-section > .container::after,
  .lg-register-section > .container::after,
  .lg-video-sponsor-section > .container::after,
  .lg-faq-section > .container::after,
  .lg-privacy-section > .container::after {
    display: block;
    top: 0;
    right: auto;
    left: 50%;
    width: min(68vw, 180px);
    height: 74px;
    opacity: 0.9;
    transform: translateX(-50%);
  }

  .lg-privacy-panel {
    max-height: 72vh;
    overflow-y: auto;
    padding: 24px 20px;
    -webkit-overflow-scrolling: touch;
  }

  .lg-privacy-panel::-webkit-scrollbar {
    width: 6px;
  }

  .lg-privacy-panel::-webkit-scrollbar-track {
    background: rgba(230, 230, 230, 0.08);
  }

  .lg-privacy-panel::-webkit-scrollbar-thumb {
    background: var(--lg-blue);
    border-radius: 999px;
  }

  .lg-privacy-copy::before {
    margin-bottom: 18px;
  }

  .lg-privacy-copy h1 + p,
  .lg-privacy-copy h2 + p {
    margin-bottom: 26px;
  }

  .lg-sponsor-marquee {
    padding: 18px 0;
  }

  .lg-sponsor-marquee img {
    max-width: 150px;
    height: auto;
    max-height: 53px;
    margin-right: 24px;
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lg-activities-hero-panel {
    grid-template-columns: 1fr;
  }

  .lg-activities-hero-media img {
    max-height: 430px;
  }

  .lg-qr-layout,
  .lg-qr-detail-shell {
    grid-template-columns: 1fr;
  }

  .lg-qr-logo-panel,
  .lg-qr-pass-card {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .lg-activity-interest-fieldset legend,
  .lg-minors-fieldset legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 1.18;
  }

  .lg-activity-interest-fieldset .lg-activity-interest-intro {
    font-size: 14px;
  }

  .lg-activity-interest-options,
  .lg-activities-hero-panel,
  .lg-activity-status-card {
    grid-template-columns: 1fr;
  }

  .lg-activity-interest-fieldset {
    padding: 16px 14px;
  }

  .lg-activity-interest-panel {
    padding: 15px;
  }

  .lg-activity-interest-panel > p:first-of-type {
    min-height: 0;
  }

  .lg-activity-interest-options .lg-activity-select-all {
    margin-top: 0;
  }

  .lg-disney-activity-item > span {
    padding-top: 10px;
  }

  .lg-activities-page-hero,
  .lg-activities-directory {
    padding: 96px 0 72px;
  }

  .lg-activities-hero-panel {
    min-height: 0;
  }

  .lg-activities-hero-media img,
  .lg-activity-status-card > img {
    min-height: 230px;
  }

  .lg-activities-hero-copy,
  .lg-activity-status-content {
    padding: 22px 18px;
  }

  .lg-activity-status-head {
    display: grid;
  }

  .lg-activity-state {
    white-space: normal;
  }

  .lg-qr-section,
  .lg-qr-detail-section {
    padding: 18px 0 82px;
  }

  .lg-qr-layout,
  .lg-qr-detail-shell,
  .lg-qr-data-grid {
    grid-template-columns: 1fr;
  }

  .lg-qr-detail-content {
    gap: 22px;
  }

  .lg-qr-detail-ad-desktop {
    display: none;
  }

  .lg-qr-detail-ad-mobile {
    display: flex;
  }

  .lg-register-card > .lg-field-first-name,
  .lg-register-card > .lg-field-last-name,
  .lg-register-card > .lg-field-email,
  .lg-register-card > .lg-field-age,
  .lg-register-card > .lg-field-state,
  .lg-register-card > .lg-field-attendance {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .lg-qr-logo-panel,
  .lg-qr-pass-card,
  .lg-qr-form-panel,
  .lg-qr-data-card,
  .lg-qr-info-section,
  .lg-qr-activities-card,
  .lg-qr-empty-state {
    padding: 24px 20px;
  }

  .lg-qr-logo-panel,
  .lg-qr-pass-card {
    min-height: 330px;
  }

  .lg-qr-logo-panel img,
  .lg-qr-empty-state img,
  .lg-qr-pass-card img {
    width: min(100%, 190px);
  }

  .lg-qr-form-panel .lg-section-heading h1,
  .lg-qr-data-card .lg-section-heading h1,
  .lg-qr-info-section .lg-section-heading h2,
  .lg-qr-activities-card .lg-section-heading h2,
  .lg-qr-empty-state h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .lg-qr-preview-showcase {
    gap: 28px;
  }

  .lg-qr-preview-grid,
  .lg-qr-preview-card {
    grid-template-columns: 1fr;
  }

  .lg-qr-preview-media {
    min-height: 176px;
  }

  .lg-qr-preview-logo-media {
    min-height: 136px;
  }

  .lg-qr-preview-content h3 {
    font-size: 20px;
  }

  .lg-qr-inline-code-block {
    margin-bottom: 22px;
  }

  .lg-qr-rules-callout {
    grid-template-columns: 1fr;
  }

  .lg-qr-rules-callout .lg-inline-cta {
    justify-self: stretch;
    justify-content: center;
  }

  .lg-qr-lookup-form .lg-inline-cta {
    justify-self: stretch;
  }
}

/* Black background texture visibility pass */
body {
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.82)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover fixed;
}

.lagrada-hero::before {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.62) 48%, rgba(10, 10, 10, 0.38) 100%),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-match-banner,
.lg-calendar-section,
.lg-activities-section,
.lg-register-section,
.lg-video-sponsor-section,
.lg-footer {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.72), rgba(18, 18, 18, 0.56)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-match-strip-inner,
.lg-ad-band,
.lg-map-section,
.lg-faq-section,
.lg-experience-section,
#partidos.match-section,
.lg-privacy-section,
.lg-qr-section,
.lg-qr-detail-section,
.lg-activities-page-hero,
.lg-activities-directory,
.lg-coming-soon {
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.76), rgba(18, 18, 18, 0.62)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-activities-page-hero::before,
.lg-activities-directory::before,
.lg-qr-section::before,
.lg-qr-detail-section::before {
  opacity: 0.48;
}

#partidos .match-box-items,
.lg-ticket-card,
.lg-map-panel,
.lg-activities-hero-panel,
.lg-activity-status-card,
.lg-qr-form-panel,
.lg-qr-pass-card,
.lg-qr-data-card,
.lg-qr-empty-state,
.lg-privacy-panel {
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.12), rgba(10, 10, 10, 0.76)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

#partidos .tv-desti-content {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 18px;
  margin-left: 0;
  margin-right: 0;
}

#partidos .tv-desti-content > * {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#partidos .match-box-items {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: clamp(18px, 1.7vw, 24px);
}

#partidos .match-box-items h3 {
  margin: 0;
  padding-bottom: 12px;
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.05;
}

#partidos .match-box-items p {
  min-height: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

#partidos .match-box-items .match-schedule {
  gap: 8px;
  margin-top: 0;
}

#partidos .match-box-items .flag-item {
  min-height: 54px;
  padding: 10px 8px;
}

#partidos .match-box-items .flag-item span {
  font-size: 14px;
  line-height: 1.1;
}

#partidos .match-box-items .match-date {
  min-width: 76px;
  padding: 8px;
}

#partidos .match-box-items .match-date span {
  min-width: 62px;
  min-height: 36px;
  font-size: 18px;
}

#partidos .match-box-items .match-btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 0;
}

#partidos .match-box-items .match-btn .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 44px;
  height: auto;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

#partidos .match-box-items .match-btn .theme-btn svg {
  flex: 0 0 auto;
  width: 16px;
  height: auto;
}

/* Advertising demo inventory */
.lg-demo-ad-band {
  padding: 28px 0;
}

.lg-demo-ad-band-billboard + .lg-match-strip {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 0;
}

.lg-demo-ad-inline {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}

.lg-demo-pre-marquee-ad {
  margin: 0;
  padding: 28px 12px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(18, 18, 18, 0.84)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-demo-page-main {
  display: grid;
  gap: 28px;
  min-width: 0;
}

.lg-demo-page-layout {
  display: grid;
  gap: 34px;
  align-items: start;
}

.lg-demo-ad {
  --lg-demo-ad-bg: var(--lg-blue);
  --lg-demo-ad-text: var(--lg-white);
  box-sizing: border-box;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  width: min(100%, var(--lg-demo-ad-w, 970px));
  min-height: var(--lg-demo-ad-h, 90px);
  padding: 14px;
  color: var(--lg-demo-ad-text);
  text-align: center;
  background: var(--lg-demo-ad-bg);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  outline: 1px solid rgba(0, 0, 0, 0.18);
}

.lg-demo-ad span,
.lg-demo-ad strong,
.lg-demo-ad small {
  color: inherit;
  line-height: 1.05;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.24);
}

.lg-demo-ad span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lg-demo-ad strong {
  max-width: 92%;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.lg-demo-ad strong em {
  display: block;
  margin-top: 4px;
  font-size: 0.66em;
  font-style: normal;
  font-weight: 700;
  opacity: 0.92;
}

.lg-demo-ad small {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.lg-demo-ad-billboard {
  --lg-demo-ad-bg: #006cff;
  --lg-demo-ad-text: #ffffff;
  --lg-demo-ad-w: 970px;
  --lg-demo-ad-h: 250px;
}

.lg-demo-ad-leaderboard {
  --lg-demo-ad-bg: #22c55e;
  --lg-demo-ad-text: #06130b;
  --lg-demo-ad-w: 728px;
  --lg-demo-ad-h: 90px;
  gap: 3px;
}

.lg-demo-ad-medium-rectangle {
  --lg-demo-ad-bg: #d4148e;
  --lg-demo-ad-text: #ffffff;
  --lg-demo-ad-w: 300px;
  --lg-demo-ad-h: 250px;
}

.lg-demo-ad-mobile-banner {
  --lg-demo-ad-bg: #7c3aed;
  --lg-demo-ad-text: #ffffff;
  --lg-demo-ad-w: 320px;
  --lg-demo-ad-h: 50px;
  grid-template-columns: 1fr auto;
  column-gap: 8px;
  row-gap: 0;
  padding: 6px 10px;
}

.lg-demo-ad-mobile-banner span {
  display: none;
}

.lg-demo-ad-mobile-banner strong {
  max-width: none;
  font-size: 11px;
  text-align: left;
}

.lg-demo-ad-mobile-banner strong em {
  display: inline;
  margin-top: 0;
  font-size: 1em;
}

.lg-demo-ad-mobile-banner small {
  font-size: 10px;
  white-space: nowrap;
}

.lg-demo-mobile-ad {
  display: none;
}

/* Live advertising creatives */
.lg-ad-creative {
  box-sizing: border-box;
  display: block;
  width: min(100%, var(--lg-ad-creative-w, 970px));
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.lg-ad-creative picture,
.lg-ad-creative img {
  display: block;
  width: 100%;
}

.lg-ad-creative img {
  height: auto;
}

.lg-ad-creative.is-ad-carousel img {
  opacity: 1;
  transition: opacity 0.18s ease;
}

.lg-ad-creative.is-ad-carousel-transitioning img {
  opacity: 0;
}

.lg-ad-creative-billboard {
  --lg-ad-creative-w: 970px;
}

.lg-ad-creative-leaderboard {
  --lg-ad-creative-w: 728px;
}

.lg-ad-creative-medium-rectangle {
  --lg-ad-creative-w: 300px;
}

.lg-ad-creative-mobile-banner {
  --lg-ad-creative-w: 320px;
}

.lg-floating-video {
  width: min(32vw, 380px);
  background: transparent;
  border: 0;
  line-height: 0;
}

.lg-floating-video-media {
  aspect-ratio: 16 / 9;
  background: var(--lg-black);
  cursor: pointer;
}

.lg-floating-video-close {
  color: var(--lg-white);
  background: var(--lg-black);
}

.lg-floating-video-play {
  color: #041817;
  background: rgba(255, 255, 255, 0.94);
}

.lg-demo-interstitial {
  position: fixed;
  inset: 0;
  z-index: 2400;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.lg-demo-interstitial.is-visible {
  display: grid;
  opacity: 1;
}

.lg-demo-interstitial-card {
  width: min(100%, 720px);
}

.lg-demo-ad-interstitial {
  --lg-demo-ad-bg: #e53935;
  --lg-demo-ad-text: #ffffff;
  width: min(100%, 720px);
  min-height: min(72vh, 520px);
}

.lg-demo-interstitial-note {
  max-width: 520px;
  margin: 8px auto 0;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
}

.lg-demo-interstitial-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2401;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--lg-white);
  background: var(--lg-black);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .lg-demo-ad-band {
    padding: 22px 0;
  }

  .lg-demo-ad-band-billboard + .lg-match-strip {
    padding: 18px 0;
  }

  .lg-demo-ad {
    min-height: var(--lg-demo-ad-h, 90px);
  }

  .lg-demo-ad strong {
    font-size: 20px;
  }

  .lg-demo-ad small {
    font-size: 14px;
  }

  .lg-demo-ad-leaderboard {
    min-height: 90px;
  }

  .lg-demo-mobile-ad {
    display: flex;
  }

  .lg-ad-creative-responsive {
    --lg-ad-creative-w: 320px;
  }

  .lg-ad-creative-billboard.lg-ad-creative-responsive {
    --lg-ad-creative-w: 300px;
  }

  .lg-floating-video {
    right: 16px;
    bottom: 88px;
    width: min(360px, calc(100vw - 32px));
  }

  .lg-floating-video.is-visible {
    display: block !important;
  }

  .lg-demo-interstitial {
    padding: 18px;
  }

  .lg-demo-ad-interstitial {
    min-height: min(70vh, 460px);
  }
}

/* Activities mobile contrast pass */
@media (max-width: 767px) {
  .lg-activities-hero-panel,
  .lg-activity-status-card {
    background: #050505;
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 26px 68px rgba(0, 0, 0, 0.58);
  }

  .lg-activities-hero-media,
  .lg-activity-status-card {
    position: relative;
  }

  .lg-activities-hero-media img,
  .lg-activity-status-card > img {
    min-height: 250px;
    filter: brightness(0.58) contrast(1.18) saturate(1.05);
  }

  .lg-activities-hero-media.lg-activity-sponsor-media,
  .lg-activity-status-card > .lg-activity-sponsor-media {
    min-height: 250px;
  }

  .lg-activities-hero-copy,
  .lg-activity-status-content {
    position: relative;
    z-index: 1;
    margin: -42px 12px 0;
    padding: 22px 18px;
    color: var(--lg-white);
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(10, 10, 10, 0.94)),
      url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.42);
  }

  .lg-activities-hero-copy > span {
    color: #ff63cf;
  }

  .lg-activities-hero-copy h1,
  .lg-activity-status-head h2,
  .lg-activity-status-head h3 {
    color: #ffffff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
  }

  .lg-activities-hero-copy h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .lg-activities-hero-copy time,
  .lg-activity-status-content time {
    justify-self: start;
    padding: 7px 9px;
    color: #dff6ff;
    background: rgba(78, 151, 192, 0.24);
    border: 1px solid rgba(78, 151, 192, 0.52);
    border-radius: 6px;
  }

  .lg-activities-hero-copy p,
  .lg-activity-status-content p {
    color: #f3f4f6;
    font-weight: 600;
  }

  .lg-activity-state-row,
  .lg-activity-status-head {
    gap: 12px;
  }

  .lg-activity-state {
    justify-self: start;
    min-height: 38px;
    padding: 0 14px;
    color: #071006;
    font-size: 12px;
    background: var(--lg-green);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 12px 28px rgba(92, 177, 48, 0.28);
  }

  .lg-activity-state.is-low {
    color: #1d1500;
    background: var(--lg-yellow);
    box-shadow: 0 12px 28px rgba(246, 195, 67, 0.28);
  }

  .lg-activity-state.is-full {
    color: #ffffff;
    background: var(--lg-red);
    box-shadow: 0 12px 28px rgba(229, 57, 53, 0.28);
  }

  .lg-activity-state i,
  .lg-activity-state.is-low i,
  .lg-activity-state.is-full i {
    background: currentColor;
    box-shadow: none;
    outline: 2px solid rgba(255, 255, 255, 0.42);
  }

  .lg-activity-progress {
    height: 12px;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
  }

  .lg-activities-list .lg-activity-status-head {
    width: 100%;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .lg-activities-list .lg-activity-status-head h2,
  .lg-activities-list .lg-activity-status-head h3,
  .lg-activities-list .lg-activity-status-content time {
    width: 100%;
    text-align: center;
  }

  .lg-activities-list .lg-activity-meta-row,
  .lg-activities-list .lg-activity-location-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .lg-activities-list .lg-activity-state,
  .lg-activities-list .lg-activity-status-content time {
    justify-self: center;
    margin-inline: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lg-activities-list .lg-activity-status-head {
    display: grid;
    width: 100%;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .lg-activities-list .lg-activity-status-head h2,
  .lg-activities-list .lg-activity-status-head h3,
  .lg-activities-list .lg-activity-status-content time {
    width: 100%;
    text-align: center;
  }

  .lg-activities-list .lg-activity-meta-row,
  .lg-activities-list .lg-activity-location-row {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .lg-activities-list .lg-activity-state,
  .lg-activities-list .lg-activity-status-content time {
    justify-self: center;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .lg-scoreboard-page > .container::after {
    display: none;
  }

  .lg-demo-pre-marquee-ad {
    padding: 22px 12px;
  }
}

/* Restaurants directory */
.lg-restaurants-directory {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 140px 0 108px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.76), rgba(18, 18, 18, 0.62)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
}

.lg-restaurants-directory::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.86), rgba(10, 10, 10, 0.48)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  opacity: 0.48;
  pointer-events: none;
}

.lg-restaurants-directory > .container {
  position: relative;
  z-index: 1;
}

.lg-restaurants-list {
  display: grid;
  gap: 18px;
}

.lg-restaurant-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 170px;
  min-height: 184px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(230, 230, 230, 0.12), rgba(10, 10, 10, 0.76)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border: 1px solid rgba(207, 207, 207, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.32);
}

.lg-restaurant-media {
  min-height: 184px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(182, 55, 145, 0.14), rgba(10, 10, 10, 0.88)),
    url("../la-grada/textures/la_grada_tex_negro.jpg") center/cover;
  border-right: 1px solid rgba(207, 207, 207, 0.12);
}

.lg-restaurant-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
}

.lg-restaurant-content {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px 22px;
}

.lg-restaurant-brand {
  color: var(--lg-magenta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.lg-restaurant-content h2 {
  margin: 0;
  color: var(--lg-white);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1;
}

.lg-restaurant-content p {
  margin: 0;
  color: rgba(207, 207, 207, 0.84);
  font-size: 14px;
  line-height: 1.42;
}

.lg-restaurant-meta {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 18px 20px;
  border-left: 1px solid rgba(207, 207, 207, 0.12);
}

.lg-restaurant-meta div {
  display: grid;
  gap: 4px;
}

.lg-restaurant-meta span {
  color: rgba(207, 207, 207, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.lg-restaurant-meta strong {
  color: var(--lg-green);
  font-size: 26px;
  line-height: 1;
}

.lg-restaurant-meta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lg-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.lg-restaurant-meta a:hover,
.lg-restaurant-meta a:focus-visible {
  color: var(--lg-white);
}

@media (min-width: 768px) and (max-width: 991px) {
  .lg-restaurant-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .lg-restaurant-meta {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid rgba(207, 207, 207, 0.12);
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .lg-restaurants-directory {
    padding: 96px 0 72px;
  }

  .lg-restaurant-card {
    grid-template-columns: 1fr;
  }

  .lg-restaurant-media {
    display: grid;
    aspect-ratio: 1 / 1;
    place-items: center;
    min-height: 0;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(207, 207, 207, 0.12);
  }

  .lg-restaurant-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
  }

  .lg-restaurant-content {
    padding: 18px;
  }

  .lg-restaurant-meta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-top: 1px solid rgba(207, 207, 207, 0.12);
    border-left: 0;
  }

  .lg-restaurant-meta strong {
    font-size: 24px;
  }
}
