.elementor-8582 .elementor-element.elementor-element-a03ec1d{--spacer-size:50px;}.elementor-8582 .elementor-element.elementor-element-0e0b937{margin-top:0px;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for spacer, class: .elementor-element-a03ec1d */.elementor-element {
    background-color: #071110;
}
.site-footer {
 display: none;;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-185f699 */@font-face {
  font-family: "Maldini PT Mono";
  src: url("https://maldini.com.ar/wp-content/uploads/2026/09/PTMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.maldini-tour {
  --blue: #303bc7;
  --blue-deep: #1d279f;
  --green: #62ff8b;
  --yellow: #f5ff00;
  --ink: #111716;
  --white: #fffef8;
  --content: 1180px;
  --headline: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --mono: "Maldini PT Mono", "PT Mono", "Courier New", Courier, monospace;
}

.maldini-tour,
.maldini-tour *,
.maldini-tour::before,
.maldini-tour::after,
.maldini-tour *::before,
.maldini-tour *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 74px;
}

body {
  margin: 0;
}

.maldini-tour {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0 !important;
  outline: 0 !important;
  color: var(--white);
  background: var(--ink);
  font-family: var(--mono) !important;
  font-synthesis: none;
  line-height: 1.5;
  overflow-x: hidden;
}

body:has(.maldini-tour),
body:has(.maldini-tour) .site-content,
body:has(.maldini-tour) .site-main,
body:has(.maldini-tour) .content-area,
body:has(.maldini-tour) .entry-content,
.elementor:has(.maldini-tour),
.elementor .e-con:has(.maldini-tour),
.elementor .e-con-inner:has(.maldini-tour),
.elementor .elementor-element:has(.maldini-tour),
.elementor-widget-html:has(.maldini-tour),
.elementor-widget-html:has(.maldini-tour) > .elementor-widget-container,
.elementor-widget-container:has(> .maldini-tour) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  gap: 0 !important;
}

.maldini-tour h1,
.maldini-tour h2,
.maldini-tour h3,
.maldini-tour p,
.maldini-tour label,
.maldini-tour summary {
  color: inherit !important;
}

/*
 * Fuerza PT Mono en todos los niveles de título.
 * La especificidad adicional evita que Elementor o el tema la reemplacen.
 */
html body .maldini-tour h1,
html body .maldini-tour h2,
html body .maldini-tour h3 {
  font-family: "Maldini PT Mono", "PT Mono", "Courier New", Courier, monospace !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-synthesis: none !important;
}

.maldini-tour img,
.maldini-tour svg {
  display: block;
  max-width: 100%;
}

.maldini-tour button,
.maldini-tour input {
  font: inherit;
}

.maldini-tour a {
  color: inherit;
}

.maldini-tour mark {
  color: inherit !important;
  background: var(--blue);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-inline: 0.16em;
}

.tour-container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #111;
  background: var(--green);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.island-section {
  position: relative;
  isolation: isolate;
  background-image: var(--tour-island-image, url("https://maldini.com.ar/wp-content/uploads/2026/09/island.webp"));
  background-size: cover;
  background-position: center;
}

.tour-campaign-bar {
  position: relative;
  z-index: 30;
  width: 100%;
  color: var(--white);
  background: #071110;
}

.tour-campaign-bar__inner {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: 10px;
}

.tour-campaign-brand {
  display: block;
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
}

.tour-campaign-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tour-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 650px);
  margin-left: auto;
}

.tour-nav a {
  color: var(--white) !important;
  padding: 8px 14px 7px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--headline);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  background: rgba(17, 23, 22, 0.22);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.tour-nav a:hover,
.tour-nav a:focus-visible {
  color: var(--ink) !important;
  background: var(--green);
  transform: translateY(-2px);
}

.mbt-mobile-campaign {
  display: none !important;
}

.hero {
  min-height: 100svh;
  background-position: center 18%;
}

.hero__veil,
.story__veil,
.registration__veil {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.hero__veil {
  background:
    linear-gradient(180deg, rgba(5, 13, 14, 0.16) 0%, rgba(5, 13, 14, 0.05) 42%, rgba(5, 13, 14, 0.65) 100%),
    radial-gradient(circle at 50% 25%, transparent 5%, rgba(0, 0, 0, 0.18) 100%);
}

.hero__content {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-start;
  padding-block: 70px 9vh;
}

.tour-lockup {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) clamp(210px, 27vw, 365px) minmax(120px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 52px);
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--headline);
  font-size: clamp(1.9rem, 4vw, 4.1rem);
  line-height: 0.95;
}

.tour-lockup img {
  width: 100%;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.24));
}

.hero__message {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: clamp(35px, 8vw, 130px);
  margin-top: auto;
}

.hero h1,
.hero__prize {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--headline);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.hero h1 {
  font-size: clamp(2.6rem, 5.35vw, 5.4rem);
}

.hero h1 mark {
  color: var(--green);
}

.hero__prize {
  position: relative;
  font-size: clamp(2.35rem, 4.6vw, 4.8rem);
}

.hero__prize span,
.hero__prize strong {
  display: block;
}

.hero__prize strong {
  width: max-content;
  max-width: 100%;
  margin-top: 0.2em;
  padding: 0.04em 0.16em;
  color: var(--yellow);
  background: #0b912a;
  font-weight: 500;
  white-space: nowrap;
}

.hero__prize .plane {
  position: absolute;
  right: -0.25em;
  bottom: -0.65em;
  font-size: 0.78em;
  transform: rotate(-17deg);
}

.plane--accent {
  color: var(--green);
  -webkit-text-stroke: 4px var(--blue);
  paint-order: stroke fill;
}

.story {
  min-height: 720px;
  background-position: center 70%;
}

.story__veil {
  background: linear-gradient(90deg, rgba(10, 16, 14, 0.92), rgba(10, 16, 14, 0.48) 55%, rgba(10, 16, 14, 0.72));
}

.story__grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(40px, 9vw, 140px);
  padding-block: 72px;
}

.story__copy {
  max-width: 620px;
  text-transform: uppercase;
  font-family: var(--mono) !important;
  font-synthesis: none;
  font-weight: 400;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.story__copy p {
  margin: 0 0 1.6em;
  font-family: var(--mono) !important;
  font-weight: 400 !important;
}

.story__copy mark {
  color: var(--white);
}

.story__window {
  width: min(100%, 440px);
  margin-inline: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.35));
}

.map-section {
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(rgba(48, 59, 199, 0.9), rgba(48, 59, 199, 0.9)),
    var(--tour-map-image, url("https://maldini.com.ar/wp-content/uploads/2026/09/map.webp"));
  background-position: center, center;
  background-size: cover, cover;
}

.section-label {
  display: inline-block;
  margin: 0;
  padding: 5px 36px 6px;
  color: #fff;
  background: #050505;
  text-transform: uppercase;
  font-family: var(--headline);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
  font-weight: 500;
}

.participation {
  min-height: 720px;
  padding-block: 60px 80px;
}

.tour-route {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  margin-top: 5px;
}

.route-line {
  position: absolute;
  z-index: -1;
  inset: 55px -8vw 25px;
}

.route-line svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-line path {
  fill: none;
  stroke: var(--green);
  stroke-width: 28;
  stroke-linecap: round;
}

.tour-step {
  position: relative;
  z-index: 2;
  width: min(100%, 255px);
  justify-self: center;
}

.step--1 {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.step--2 {
  grid-column: 7 / span 3;
  grid-row: 1;
}

.step--3 {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.step--4 {
  grid-column: 1 / span 3;
  grid-row: 2;
}

.step--5 {
  grid-column: 7 / span 3;
  grid-row: 2;
}

.tour-step summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.tour-step summary::-webkit-details-marker {
  display: none;
}

.tour-step summary img,
.maldini-badge {
  width: 150px;
  height: 120px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.tour-step summary:hover img,
.tour-step summary:focus-visible img,
.tour-step summary:hover .maldini-badge,
.tour-step summary:focus-visible .maldini-badge {
  transform: rotate(-2deg) scale(1.04);
}

.tour-step summary > span:last-child {
  display: block;
  width: max-content;
  max-width: 320px;
  padding: 3px 7px;
  color: var(--blue);
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--mono) !important;
  font-synthesis: none;
  font-size: 0.88rem;
  line-height: 1.25;
}

.tour-step summary > span:last-child::after {
  content: "⌄";
  display: inline-block;
  margin-left: 6px;
  font-weight: 700;
  transition: transform 180ms ease;
}

.tour-step[open] summary > span:last-child::after {
  transform: rotate(180deg);
}

.tour-step p {
  width: min(310px, calc(100vw - 50px));
  margin: 8px auto 0;
  padding: 14px 16px;
  color: #fff;
  background: #050505;
  text-transform: uppercase;
  font-family: var(--mono) !important;
  font-synthesis: none;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
}

.maldini-badge {
  display: flex;
  width: 190px;
  height: 102px;
  margin-block: 9px;
  padding: 12px 18px 9px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(155deg, #4a4b4d 0%, #202124 70%, #101113 100%);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.12),
    0 8px 0 rgba(14, 20, 25, 0.32);
  transform: rotate(-5deg);
}

.maldini-badge__wordmark {
  display: block;
  white-space: nowrap;
  text-transform: none;
  font-family: "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive !important;
  font-size: 2.85rem;
  font-weight: 600;
  font-style: italic;
  line-height: 0.72;
  letter-spacing: -0.08em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.45);
}

.maldini-badge small {
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}

.route-plane {
  position: absolute;
  right: -1vw;
  bottom: 25%;
  color: #050505;
  font-size: clamp(3.5rem, 7vw, 6.4rem);
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  transform: rotate(-5deg);
}

.destinations {
  min-height: 680px;
  padding-block: 66px 70px;
  background-color: var(--blue);
}

.ticket-carousel {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 18px;
}

.ticket-track {
  display: grid;
  min-height: 455px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: clamp(20px, 5vw, 80px);
}

.ticket {
  margin: 0;
  text-align: center;
  transition: transform 280ms ease, opacity 280ms ease;
}

.ticket img {
  width: min(100%, 250px);
  max-height: 420px;
  margin: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.24));
}

.ticket h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ticket.is-left {
  order: 1;
  transform: rotate(-1deg) scale(0.9);
}

.ticket.is-active {
  z-index: 2;
  order: 2;
  transform: rotate(1deg) scale(1.09);
}

.ticket.is-right {
  order: 3;
  transform: rotate(1deg) scale(0.9);
}

.carousel-button {
  width: 52px;
  height: 70px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
  transition: color 180ms ease, transform 180ms ease;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  color: var(--green);
  transform: scale(1.12);
}

.countdown {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 20px);
  margin: 22px auto 0;
  font-family: var(--headline);
}

.countdown > strong {
  padding: 12px 18px;
  border: 2px solid #fff;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1;
}

.countdown__value {
  display: grid;
  justify-items: center;
}

.countdown__value b,
.countdown__separator {
  font-size: clamp(2rem, 4vw, 3.9rem);
  font-weight: 500;
  line-height: 1;
}

.countdown__value small {
  text-transform: uppercase;
  font-family: var(--mono) !important;
  font-synthesis: none;
  font-size: 0.7rem;
}

.countdown__plane {
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  transform: rotate(-4deg);
}

.registration {
  min-height: 720px;
  background-position: center 10%;
}

.registration__veil {
  background: linear-gradient(180deg, rgba(21, 40, 54, 0.04), rgba(16, 24, 23, 0.15));
}

.registration__content {
  display: grid;
  place-items: center;
  padding-block: 60px 100px;
}

.registration h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-family: var(--headline);
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 500;
  line-height: 1;
}

.registration h2 span {
  margin-right: 0.2em;
}

.registration-form {
  width: min(100%, 820px);
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background: var(--blue);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
  font-family: var(--mono) !important;
  font-synthesis: none;
}

.registration-form label,
.registration-form input,
.registration-form button,
.registration-form .form-status {
  font-family: var(--mono) !important;
}

.tour-field {
  display: grid;
  gap: 3px;
  margin-bottom: 18px;
}

.tour-field label {
  font-size: 1rem;
}

.tour-field input {
  width: 100%;
  min-height: 38px;
  padding: 4px 0 7px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  background: transparent;
  outline: 0;
  font-size: 1rem;
}

.tour-field input:focus {
  border-bottom-width: 3px;
  border-color: var(--green);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  font-size: 0.84rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.terms-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 22px;
  border: 2px solid #fff;
  color: #fff !important;
  background: transparent;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: var(--mono) !important;
  font-synthesis: none;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.terms-button:hover,
.terms-button:focus-visible {
  border-color: var(--green);
  color: var(--ink) !important;
  background: var(--green);
}

.terms-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.submit-button {
  width: 100%;
  margin-top: 24px;
  padding: 13px 22px;
  border: 2px solid var(--green);
  color: var(--ink);
  background: var(--green);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: #fff;
  background: transparent;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  font-size: 0.88rem;
}

.form-status.is-error {
  color: #ffe66d;
}

.form-status.is-success {
  color: var(--green);
}

.form-target {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.tour-sponsors {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #111b16;
  line-height: 0;
}

.tour-sponsors img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
}

@media (max-width: 900px) {
  .tour-campaign-bar__inner {
    min-height: 72px;
    gap: 12px;
    padding-block: 8px;
  }

  .tour-campaign-brand {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .tour-nav {
    display: grid;
    width: min(100%, 560px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .tour-nav a {
    padding: 8px 7px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .hero__content {
    padding-top: 52px;
  }

  .tour-lockup {
    grid-template-columns: 1fr 180px 1fr;
    font-size: 1.8rem;
  }

  .hero__message {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero__prize {
    justify-self: end;
  }

  .story__grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 24px;
  }

  .tour-route {
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 34px 16px;
    padding-top: 44px;
  }

  .step--1,
  .step--2,
  .step--3,
  .step--4,
  .step--5 {
    grid-column: auto;
    grid-row: auto;
  }

  .step--5 {
    grid-column: 1 / -1;
  }

  .route-line,
  .route-plane {
    display: none;
  }

  .tour-step p {
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 640px) {
  .tour-container {
    width: min(calc(100% - 28px), var(--content));
  }

  .tour-campaign-bar__inner {
    display: flex !important;
    min-height: 64px;
    gap: 8px;
    padding-block: 7px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-campaign-bar {
    position: relative !important;
    z-index: 30 !important;
    display: none !important;
    width: 100% !important;
    min-height: 64px !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .mbt-mobile-campaign {
    position: relative !important;
    z-index: 40 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 64px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #071110 !important;
    transform: none !important;
  }

  .mbt-mobile-campaign__inner {
    position: relative !important;
    display: flex !important;
    width: calc(100% - 28px) !important;
    min-height: 64px !important;
    margin: 0 auto !important;
    padding: 8px 0 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbt-mobile-campaign__brand {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    flex: 0 0 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbt-mobile-campaign__brand img {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbt-mobile-campaign__links {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mbt-mobile-campaign__links a {
    display: grid !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 7px 3px !important;
    place-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    color: var(--white) !important;
    background: rgba(17, 23, 22, 0.22) !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    font-family: var(--headline) !important;
    font-size: clamp(0.62rem, 2.8vw, 0.76rem) !important;
    line-height: 1.12 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-campaign-brand {
    display: block !important;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-campaign-brand img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-campaign-bar .tour-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 5px;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-nav a {
    display: grid;
    min-height: 42px;
    place-items: center;
    padding: 7px 4px;
    font-size: clamp(0.62rem, 2.8vw, 0.76rem);
    white-space: normal;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hero {
    min-height: 780px;
  }

  .hero__content {
    min-height: 780px;
    padding-top: 42px;
    padding-bottom: 78px;
  }

  .tour-lockup {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) min(40vw, 150px) minmax(0, 1fr);
    gap: 10px;
    font-size: clamp(1rem, 4.4vw, 1.25rem);
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-lockup span,
  .tour-lockup img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .tour-lockup span {
    white-space: nowrap;
  }

  .hero__message {
    gap: 56px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 10.8vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.015em;
  }

  .hero__prize {
    font-size: clamp(1.9rem, 8.8vw, 2.85rem);
    line-height: 1;
  }

  .hero__prize strong {
    white-space: normal;
  }

  .story {
    min-height: 900px;
  }

  .story__grid {
    min-height: 900px;
    grid-template-columns: 1fr;
    align-content: center;
    padding-block: 78px;
  }

  .story__copy {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .story__window {
    width: min(76vw, 310px);
  }

  .participation {
    padding-block: 45px 72px;
  }

  .section-label {
    display: block;
    width: 100%;
    padding-inline: 12px;
    text-align: center;
  }

  .tour-route {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .step--5 {
    grid-column: auto;
  }

  .tour-step {
    width: min(100%, 330px);
  }

  .tour-step summary {
    display: grid;
    grid-template-columns: 105px 1fr;
    text-align: left;
  }

  .tour-step summary img,
  .maldini-badge {
    width: 105px;
    height: 90px;
    margin: 0;
  }

  .tour-step summary .maldini-badge {
    width: 112px;
    height: 66px;
    padding: 8px 10px 6px;
  }

  .tour-step summary .maldini-badge__wordmark {
    font-size: 1.72rem;
  }

  .tour-step summary .maldini-badge small {
    margin-top: 5px;
    font-size: 0.4rem;
  }

  .tour-step summary > span:last-child {
    width: 100%;
    text-align: left;
  }

  .tour-step p {
    position: static;
    width: 100%;
    transform: none;
  }

  .ticket-carousel {
    grid-template-columns: 42px 1fr 42px;
    gap: 4px;
  }

  .ticket-track {
    position: relative;
    display: block;
    min-height: 410px;
  }

  .ticket {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(20px) scale(0.9);
  }

  .ticket.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .ticket.is-left,
  .ticket.is-right {
    opacity: 0;
  }

  .ticket img {
    width: min(68vw, 250px);
    max-height: 390px;
  }

  .carousel-button {
    width: 42px;
  }

  .countdown {
    display: grid;
    grid-template-columns: repeat(9, auto);
    gap: clamp(3px, 1.5vw, 7px);
  }

  .countdown__plane {
    display: none;
  }

  .countdown > strong {
    padding: 8px 10px;
    font-size: clamp(1.4rem, 6vw, 1.75rem);
  }

  .countdown__value b,
  .countdown__separator {
    font-size: clamp(1.35rem, 6vw, 1.9rem);
  }

  .registration h2 {
    text-align: center;
  }

  .registration-form {
    padding: 28px 22px;
  }

  .terms-button {
    min-height: 52px;
    padding: 14px 16px;
  }

}

@media (max-width: 380px) {
  .tour-lockup {
    grid-template-columns: 1fr 132px 1fr;
    font-size: 1rem;
  }

  .tour-nav a {
    padding-inline: 4px;
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maldini-tour {
    scroll-behavior: auto;
  }

  .maldini-tour *,
  .maldini-tour *::before,
  .maldini-tour *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */