.track-demo-date {
  display: block;
  width: fit-content;
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #14213d;
  background: #d9f36b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.stage.has-three-tracks {
  min-height: 700px;
}

.stage.has-three-tracks .track {
  text-decoration: none;
}

.stage.has-three-tracks .track.explorer {
  top: 0;
  left: 0;
}

.stage.has-three-tracks .track.offline-demo {
  z-index: 3;
  top: 35%;
  right: 2%;
  width: 76%;
  color: #14213d;
  background: #fff7e8;
  border-color: #d95a22;
  transform: rotate(-2deg);
  animation: float 5s ease-in-out infinite -1s;
}

.stage.has-three-tracks .track.offline-demo b {
  color: #d95a22;
}

.offline-demo-venue {
  display: block;
  margin-top: 7px;
  color: #65708a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.stage.has-three-tracks .track.builder {
  right: 0;
  bottom: 0;
}

.stage.has-three-tracks .badge {
  top: 27%;
  right: 0;
}

.offline-demo-panel {
  position: absolute;
  z-index: 6;
  top: 34px;
  right: -18px;
  display: block;
  width: min(310px, 65%);
  padding: 19px 22px;
  border: 2px solid #d95a22;
  border-radius: 24px;
  color: #14213d;
  background: #fff7e8;
  box-shadow: 10px 11px 0 #14213d;
  text-decoration: none;
  transform: rotate(2deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

.offline-demo-panel:hover,
.offline-demo-panel:focus-visible {
  transform: translateY(-6px) rotate(0);
  box-shadow: 13px 15px 0 #3657d6;
}

.offline-demo-panel:focus-visible {
  outline: 3px solid #d9f36b;
  outline-offset: 4px;
}

.offline-demo-panel small,
.offline-demo-panel strong,
.offline-demo-panel span {
  display: block;
}

.offline-demo-panel small {
  color: #d95a22;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.offline-demo-panel strong {
  margin: 5px 0 2px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.05;
}

.offline-demo-panel span {
  color: #65708a;
  font-size: 13px;
  font-weight: 800;
}

.offline-demo-panel .offline-demo-venue {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
}

html[data-region="africa"] [data-india-only] {
  display: none !important;
}

@media (max-width: 900px) {
  .stage.has-three-tracks {
    min-height: 650px;
  }

  .stage.has-three-tracks .track.offline-demo {
    top: 35%;
    width: 84%;
  }

  .offline-demo-panel {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 20px 8px 12px;
    transform: rotate(-1deg);
  }
}

@media (max-width: 520px) {
  .stage.has-three-tracks {
    min-height: 610px;
  }

  .stage.has-three-tracks .track {
    width: 84%;
    padding: 15px 17px;
    border-radius: 21px;
    box-shadow: 7px 8px 0 #14213d;
  }

  .stage.has-three-tracks .track h3 {
    font-size: 1.25rem;
    line-height: 1.08;
  }

  .stage.has-three-tracks .track p {
    margin: 4px 0 10px;
    font-size: .82rem;
    line-height: 1.4;
  }

  .stage.has-three-tracks .track b,
  .stage.has-three-tracks .track strong {
    font-size: .78rem;
    line-height: 1.25;
  }

  .stage.has-three-tracks .track.offline-demo {
    top: 33.5%;
    right: 0;
    width: 84%;
  }

  .stage.has-three-tracks .offline-demo-venue {
    margin-top: 5px;
    font-size: 9px;
  }

  .stage.has-three-tracks .badge {
    top: 28.5%;
    width: 68px;
    height: 68px;
    font-size: .62rem;
  }

  .track-demo-date {
    margin-top: 8px;
    padding: 5px 8px;
    font-size: 9px;
    line-height: 1.15;
  }

  .offline-demo-panel {
    margin: 16px 5px 10px;
    padding: 14px 16px;
    border-radius: 20px;
    box-shadow: 7px 8px 0 #14213d;
  }

  .offline-demo-panel strong {
    font-size: 18px;
  }

  .offline-demo-panel span {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage.has-three-tracks .track.offline-demo,
  .offline-demo-panel {
    animation: none;
    transition: none;
  }
}
