@font-face {
  font-family: "Agenor Extra"; 
  src: url(/fonts/agenor-neue-extranegrita.TTF);
}

:root {
  --red: #ee1c27;
  --red-dark: #cc111d;
  --text: #242424;
  --muted: #555;
  --line: #cfcfcf;
  --page: #f2f2f2;
  --field: #ffffff;
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--page);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding-inline: clamp(22px, 5vw, 72px);
}

.site-header {
  background: #fff;
}

.top-header {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  height: 193px;
  min-height: 0;
  overflow: hidden;
  padding-inline: clamp(34px, 4vw, 72px);
}

.brand {
  grid-column: 2;
  justify-self: center;
}

.brand img {
  width: clamp(360px, 40.9vw, 648px);
  max-width: none;
  transform: translateY(-45px);
}

.live-badge {
  grid-column: 3;
  justify-self: center;
}

.live-badge img {
  width: clamp(118px, 9.2vw, 146px);
}

.main-nav {
  background: var(--red);
  color: #fff;
}

.nav-scroll {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 57px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  padding: 7px 6px;
}

.menu-toggle span {
  display: block;
  width: 27px;
  height: 4px;
  margin: 4px auto;
  border-radius: 999px;
  background: #fff;
}

.main-nav a {
  flex: 0 0 auto;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav .is-active {
  color: #ffdf26;
}

.top-header.shell,
.nav-scroll.shell,
.hero.shell {
  width: min(100%, 1584px);
}

.hero.shell {
  padding-inline: 0;
}

.nav-scroll.shell {
  padding-inline: clamp(24px, 4.4vw, 70px);
}

.hero {
  position: relative;
  display: block;
  height: 646px;
  overflow: hidden;
  background: var(--page);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 735px;
  margin-left: 43px;
  padding-top: 55px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 54px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.02;
}

.hero h1 {
  margin: 0;
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 0.82;
}

.hero h1 span {
  display: block;
  font-size: 136px;
  font-weight: 900;
}

.hero h1 strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 651px;
  height: 110px;
  margin-top: 12px;
  padding: 0 42px;
  color: #fff;
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 96.1% 50%, 100% 100%, 0 100%, 4.3% 50%);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  min-height: 73px;
  margin-top: 44px;
  padding: 0 32px 3px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.thanks {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 47px;
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.thanks img {
  width: 236px;
  margin-top: 4px;
}

.hero-art {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -115px;
  width: 1032px;
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  max-width: none;
}

@media (min-width: 1051px) and (max-width: 1600px) {
  .hero {
    height: calc(100vw * 646 / 1584);
  }

  .hero-copy {
    width: calc(100vw * 735 / 1584);
    margin-left: calc(100vw * 43 / 1584);
    padding-top: calc(100vw * 55 / 1584);
  }

  .eyebrow {
    margin-bottom: calc(100vw * 54 / 1584);
    font-size: calc(100vw * 30 / 1584);
  }

  .hero h1 span {
    font-size: calc(100vw * 136 / 1584);
  }

  .hero h1 strong {
    width: calc(100vw * 651 / 1584);
    height: calc(100vw * 110 / 1584);
    margin-top: calc(100vw * 12 / 1584);
    padding-inline: calc(100vw * 42 / 1584);
    font-size: calc(100vw * 74 / 1584);
  }

  .hero-button {
    width: calc(100vw * 470 / 1584);
    min-height: calc(100vw * 73 / 1584);
    margin-top: calc(100vw * 44 / 1584);
    padding-inline: calc(100vw * 32 / 1584);
    padding-bottom: calc(100vw * 3 / 1584);
    font-size: calc(100vw * 38 / 1584);
  }

  .thanks {
    gap: calc(100vw * 13 / 1584);
    margin-top: calc(100vw * 47 / 1584);
    font-size: calc(100vw * 38 / 1584);
  }

  .thanks img {
    width: calc(100vw * 236 / 1584);
  }

  .hero-art {
    right: calc(100vw * -115 / 1584);
    width: calc(100vw * 1032 / 1584);
  }
}

.steps {
  padding-top: 20px;
  padding-bottom: 62px;
  text-align: center;
}

.steps h2,
.register-title h2 {
  margin: 0;
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: clamp(36px, 4.2vw, 55px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(26px, 7vw, 120px);
  margin-top: 38px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-wrap {
  display: grid;
  place-items: center;
  width: clamp(112px, 11vw, 160px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

.icon-wrap svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.number {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-top: -7px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 22px;
  font-weight: 900;
}

.step h3 {
  margin: 9px 0 3px;
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 900;
  line-height: 1.02;
}

.step p {
  margin: 0;
  color: #272727;
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 500;
  line-height: 1.08;
}

.promo {
  position: relative;
  min-height: clamp(255px, 23.7vw, 376px);
  background:
    var(--red)
    url("/images/mespatrio2026/fondo banner moto.png")
    center / cover
    no-repeat;
  overflow: hidden;
}

.promo-inner {
  position: relative;
  width: min(100%, 1584px);
  min-height: clamp(255px, 23.7vw, 376px);
  margin: 0 auto;
}

.promo-bike {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: clamp(560px, 52.3vw, 828px);
  max-width: none;
  pointer-events: none;
}

.promo-copy {
  position: relative;
  z-index: 1;
  width: clamp(460px, 42vw, 620px);
  margin-left: clamp(520px, 50vw, 820px);
  /* padding-top: clamp(72px, 7vw, 111px); */
  /* padding-top: clamp(20px, 4vw, 90px); */
  color: #fff;

    min-height: clamp(255px, 23.7vw, 376px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-copy h2 {
  margin: 0;
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 63px);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.promo-line {
  display: block;
  width: clamp(62px, 6vw, 96px);
  height: 3px;
  margin: clamp(20px, 2.3vw, 35px) 0 clamp(19px, 2vw, 29px);
  background: #fff;
}

.promo-copy p {
  max-width: 610px;
  margin: 0;
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 800;
  line-height: 1.04;
}

.register {
  padding: 58px 0 30px;
}

.register-title {
  text-align: center;
}

.register-title p {
  margin: 9px 0 36px;
  color: #161616;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 800;
}

.form-card {
  position: relative;
  padding-top: 62px;
  padding-bottom: 56px;
  border-radius: 54px;
  background: #fff;
}

.form-card.is-submitting {
  pointer-events: none;
}

.form-card.is-submitting .form-grid,
.form-card.is-submitting .submit-button {
  opacity: 0.42;
}

.form-loading {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  border-radius: inherit;
  background: rgb(255 255 255 / 68%);
}

.form-card.is-submitting .form-loading {
  display: grid;
}

.loader {
  width: 74px;
  height: 74px;
  border: 8px solid #ffe1e4;
  border-top-color: var(--red);
  border-radius: 50%;
  animation: spin 0.85s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(46px, 7vw, 100px);
}

.form-column {
  display: grid;
  gap: 32px;
  align-content: start;
}

label,
.custom-select {
  display: grid;
  gap: 10px;
  min-width: 0;
}

label span,
.custom-select label {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  width: fit-content;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 900;
  line-height: 1.2;
}

em {
  color: var(--red);
  font-style: normal;
}

input,
.select-trigger {
  width: 100%;
  height: 52px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  color: #767676;
  background: var(--field);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  outline: 0;
}

.form-card.was-validated input:invalid:not([type="hidden"]),
.custom-select.is-invalid .select-trigger,
.is-invalid-field {
  border-color: #ff9aa2;
}

input {
  padding: 0 18px;
}

input::placeholder {
  color: #9a9a9a;
}

.select-trigger {
  position: relative;
  padding: 0 42px 0 18px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.custom-select.is-disabled .select-trigger,
.select-trigger:disabled {
  color: #9f9f9f;
  background: #f1f1f1;
  cursor: not-allowed;
  opacity: 1;
}

.custom-select.is-disabled .select-trigger::after,
.select-trigger:disabled::after {
  border-color: #b8b8b8;
}

.select-trigger::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 4px solid #8f8f8f;
  border-bottom: 4px solid #8f8f8f;
  transform: translateY(-65%) rotate(45deg);
}

.location-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.location-row label span {
  font-size: clamp(13px, 1vw, 17px);
}

.location-row .select-trigger,
.custom-select.compact .select-trigger {
  height: 48px;
  padding-inline: 12px 32px;
  font-size: 10px;
}

.location-row .select-trigger::after,
.custom-select.compact .select-trigger::after {
  right: 10px;
  width: 10px;
  height: 10px;
  border-width: 3px;
}

.date-field {
  position: relative;
}

.date-field input {
  padding-right: 48px;
  color: transparent;
  caret-color: transparent;
}

.date-field input::-webkit-datetime-edit {
  color: transparent;
}

.date-field input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.date-display {
  position: absolute;
  left: 18px;
  right: 48px;
  bottom: 16px;
  display: block;
  overflow: hidden;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 24px;
  height: 24px;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
}

.calendar-icon::before,
.calendar-icon::after {
  content: "";
  position: absolute;
  background: #8f8f8f;
}

.calendar-icon::before {
  left: 3px;
  right: 3px;
  top: 6px;
  height: 2px;
}

.calendar-icon::after {
  left: 7px;
  top: -4px;
  width: 10px;
  height: 6px;
  border-radius: 2px;
}

.custom-select {
  position: relative;
}

.select-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  border: 2px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background: #fff;
  box-shadow: 0 12px 20px rgb(0 0 0 / 9%);
  max-height: 280px;
  overflow-y: auto;
}

.custom-select.open .select-trigger {
  border-radius: var(--radius) var(--radius) 0 0;
}

.custom-select.open .select-menu {
  display: block;
}

.select-menu button {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 0;
  padding: 0 18px;
  color: #1f1f1f;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease;
}

.select-menu button:hover,
.select-menu button:focus-visible {
  color: #fff;
  background: #ff5963;
  outline: 0;
}

.select-menu button.selected {
  color: #fff;
  background: var(--red);
}

.select-message {
  display: block;
  padding: 14px 16px;
  color: #777;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.other-input {
  width: calc(100% - 28px);
  height: 48px;
  margin: 0 14px 14px;
}

.custom-select:not(.is-other) .other-input {
  display: none;
}

.check-field {
  grid-template-columns: 41px 1fr;
  align-items: center;
  gap: 15px;
}

.check-field input {
  width: 41px;
  height: 41px;
  appearance: none;
  padding: 0;
  border-radius: 11px;
}

.check-field input:checked {
  background:
    linear-gradient(45deg, transparent 42%, #fff 43% 57%, transparent 58%),
    linear-gradient(-45deg, transparent 47%, #fff 48% 62%, transparent 63%),
    var(--red);
  border-color: var(--red);
}

.check-field span {
  display: block;
  width: auto;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
}

.terms-link {
  color: var(--red);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.success-screen {
  overflow: hidden;
  padding: 76px 0 58px;
  background: var(--page);
}

.success-inner.shell {
  width: min(100%, 1188px);
  padding-inline: 24px;
}

.success-heading {
  margin-bottom: 68px;
  text-align: center;
}

.success-heading h1 {
  margin: 0;
  color: #050505;
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.success-heading p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 22px 0 0;
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.success-heading strong {
  display: inline-flex;
  align-items: center;
  min-height: 59px;
  padding: 0 25px 5px;
  border-radius: 12px;
  color: #fff;
  background: var(--red);
  font-size: 42px;
  line-height: 1;
}

.success-content {
  display: grid;
  grid-template-columns: minmax(440px, 505px) minmax(0, 1fr);
  align-items: end;
  gap: 26px;
}

.success-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 4px;
  text-align: center;
}

.success-eyebrow {
  margin: 0 0 33px;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.04;
}

.success-prize {
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}

.success-prize span {
  display: block;
  font-size: 86px;
  font-weight: 900;
  line-height: 0.82;
}

.success-prize strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 465px;
  height: 77px;
  margin-top: 14px;
  padding: 0 34px 4px;
  color: #fff;
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 96.1% 50%, 100% 100%, 0 100%, 4.3% 50%);
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.success-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 334px;
  min-height: 53px;
  margin-top: 34px;
  padding: 0 24px 4px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.success-sponsor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 31px;
  color: var(--red);
  font-family: "Agenor Extra", "Montserrat", Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.success-sponsor img {
  width: 158px;
  height: auto;
}

.success-art {
  position: relative;
  z-index: 1;
  width: 740px;
  max-width: none;
  margin: -18px -70px 0 -70px;
}

.success-art img {
  width: 100%;
  max-width: none;
}

@media (max-width: 1180px) {
  .success-screen {
    padding-top: 62px;
  }

  .success-heading {
    margin-bottom: 56px;
  }

  .success-heading h1 {
    font-size: 58px;
  }

  .success-heading p {
    font-size: 36px;
  }

  .success-heading strong {
    min-height: 52px;
    font-size: 35px;
  }

  .success-content {
    grid-template-columns: minmax(410px, 470px) minmax(0, 1fr);
    gap: 18px;
  }

  .success-eyebrow {
    font-size: 23px;
  }

  .success-prize span {
    font-size: 76px;
  }

  .success-prize strong {
    width: 425px;
    height: 70px;
    font-size: 47px;
  }

  .success-cta {
    width: 312px;
    min-height: 50px;
    font-size: 27px;
  }

  .success-sponsor {
    font-size: 27px;
  }

  .success-sponsor img {
    width: 145px;
  }
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min(580px, 78vw);
  min-height: 84px;
  margin: 58px auto 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: inherit;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.footer {
  padding: 66px 0 26px;
  background: #fff;
}

.footer .shell {
  width: min(100%, 1444px);
  padding-inline: 24px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 335px 1fr;
  column-gap: 52px;
  align-items: start;
}

.footer-logo {
  display: block;
  width: 83px;
  height: auto;
  margin-left: 55px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 38px 0 58px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.socials img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(3985%)
    hue-rotate(347deg) brightness(103%) contrast(101%);
}

.socials a:hover {
  opacity: 0.82;
  transform: translateY(-2px);
}

.footer p {
  margin: 0 0 46px;
  color: #262626;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.32;
}

.footer-contact p:first-of-type {
  width: 470px;
  max-width: calc(100vw - 48px);
}

.gpr-logo {
  display: block;
  width: 245px;
  height: auto;
  margin-bottom: 27px;
}

.footer-contact p:nth-of-type(2) {
  margin-bottom: 17px;
}

.footer .contact-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 19px;
  color: #222;
  font-weight: 800;
  line-height: 1;
}

.footer .contact-line img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-links {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 230px 190px 220px 1fr;
  gap: 38px;
  padding-top: 0;
}

.footer-links ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: inline-block;
  color: #111;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
  color: var(--red);
  transform: translateX(2px);
}

.station-logos {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 54px;
  margin-top: 365px;
}

.station-logos img {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.station-logos .station-panamericana {
  height: 60px;
}

@media (max-width: 1050px) {
  .top-header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 154px;
    padding-inline: 34px;
  }

  .brand {
    grid-column: 1;
    justify-self: end;
  }

  .brand img {
    width: min(390px, 48vw);
    transform: none;
  }

  .live-badge {
    grid-column: 2;
    justify-self: end;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    /* transform: translateY(-50%); */
  }

  .live-badge img {
    width: clamp(112px, 15vw, 132px);
  }

  .nav-scroll {
    justify-content: flex-start;
    min-height: 57px;
    padding-inline: 34px;
    overflow: visible;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    align-content: center;
  }

  .nav-links {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 34px;
    display: none;
    width: min(330px, calc(100vw - 68px));
    padding: 12px 0;
    border-radius: 0 0 8px 8px;
    background: var(--red);
    box-shadow: 0 12px 22px rgb(0 0 0 / 18%);
    overflow: hidden;
  }

  .main-nav.is-open .nav-links {
    display: grid;
  }

  .nav-links a {
    display: block;
    padding: 13px 22px;
    font-size: 14px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 34px;
    padding-bottom: 44px;
  }

  .hero-copy {
    width: min(735px, 100%);
    margin: 0 auto;
    padding: 0 18px;
  }

  .hero-art {
    position: relative;
    order: -1;
    top: auto;
    right: auto;
    width: min(100%, 760px);
    max-width: 680px;
    margin: 0 auto -6px;
  }

  .hero-art img {
    transform: none;
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 70px;
  }

  .promo,
  .promo-inner {
    min-height: clamp(245px, 30vw, 315px);
  }

  .promo-bike {
    width: clamp(470px, 56vw, 620px);
  }

  .promo-copy {
    width: min(44vw, 430px);
    margin-left: min(50vw, 500px);
    padding-top: clamp(58px, 7vw, 78px);
  }

  .promo-copy h2 {
    font-size: clamp(34px, 4.2vw, 46px);
  }

  .promo-copy p {
    font-size: clamp(17px, 2.1vw, 21px);
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .success-screen {
    padding: 54px 0 48px;
  }

  .success-heading {
    margin-bottom: 46px;
  }

  .success-heading h1 {
    font-size: 51px;
  }

  .success-heading p {
    font-size: 32px;
  }

  .success-heading strong {
    min-height: 48px;
    border-radius: 10px;
    font-size: 31px;
  }

  .success-content {
    grid-template-columns: minmax(330px, 0.9fr) minmax(330px, 1fr);
    align-items: center;
    gap: 10px;
  }

  .success-eyebrow {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .success-prize span {
    font-size: 60px;
  }

  .success-prize strong {
    width: 335px;
    height: 60px;
    padding-inline: 26px;
    font-size: 38px;
  }

  .success-cta {
    width: 310px;
    min-height: 48px;
    margin-top: 28px;
    font-size: 24px;
  }

  .success-sponsor {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 26px;
    font-size: 24px;
  }

  .success-sponsor img {
    width: 130px;
  }

  .success-art {
    width: 100%;
    margin: 0 -12px 0 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    row-gap: 46px;
  }

  .footer-links,
  .station-logos {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-contact {
    display: grid;
    grid-template-columns: minmax(245px, 0.78fr) 1fr;
    column-gap: 42px;
    align-items: start;
  }

  .footer-logo {
    margin-left: 0;
  }

  .socials {
    margin-bottom: 0;
  }

  .footer-contact p:first-of-type,
  .gpr-logo,
  .footer-contact p:nth-of-type(2),
  .footer .contact-line {
    grid-column: 2;
  }

  .footer-contact p:first-of-type {
    grid-row: 1;
    margin-bottom: 30px;
  }

  .gpr-logo {
    grid-row: 2;
  }

  .footer-contact p:nth-of-type(2) {
    grid-row: 3;
  }

  .footer-links {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 26px;
  }

  .footer-links a {
    font-size: 17px;
  }

  .station-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .shell {
    padding-inline: 18px;
  }

  .top-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    height: 126px;
    min-height: 0;
    padding-inline: 24px;
  }

  .brand {
    justify-self: start;
    flex: 0 1 auto;
  }

  .brand img {
    width: min(285px, 64vw);
    transform: none;
  }

  .live-badge {
    width: clamp(84px, 21vw, 104px);
    position: absolute;
    left: min(632px, calc(100% - 128px));
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .live-badge img {
    width: 100%;
    max-width: none;
  }

  .nav-scroll {
    min-height: 44px;
    gap: 22px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .hero {
    padding-bottom: 44px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-art {
    order: 2;
    width: min(96vw, 720px);
    max-width: none;
    margin: 22px auto 0;
  }

  .eyebrow {
    font-size: clamp(20px, 5.1vw, 30px);
    margin-bottom: 22px;
  }

  .hero h1 span {
    font-size: clamp(44px, 11.8vw, 74px);
  }

  .hero h1 strong {
    width: min(651px, 86vw);
    height: clamp(62px, 13vw, 86px);
    padding-inline: 28px;
    font-size: clamp(31px, 7.8vw, 54px);
  }

  .hero-button {
    margin-top: 30px;
    width: min(470px, 82vw);
    min-height: 64px;
    font-size: clamp(25px, 7vw, 38px);
  }

  .thanks {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 26px;
    font-size: clamp(24px, 6.5vw, 38px);
  }

  .thanks img {
    width: min(236px, 43vw);
  }

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

  .steps h2 {
    max-width: 340px;
    margin-inline: auto;
    font-size: clamp(32px, 8.5vw, 42px);
   }

  .promo {
    min-height: 0;
    background-position: center;
  }

  .promo-inner {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 38px 18px 0;
  }

  .promo-copy {
    order: 1;
    width: min(100%, 280px);
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
  }

  .promo-copy h2 {
    font-size: clamp(25px, 6.8vw, 32px);
  }

  .promo-line {
    margin-inline: auto;
  }

  .promo-copy p {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.1;
  }

  .promo-bike {
    position: relative;
    order: 2;
    left: 50%;
    bottom: auto;
    width: min(112vw, 620px);
    margin-top: 24px;
    transform: translateX(-49%);
  }

  .success-screen {
    padding: 42px 0 36px;
  }

  .success-inner.shell {
    padding-inline: 18px;
  }

  .success-heading {
    margin-bottom: 34px;
  }

  .success-heading h1 {
    max-width: 620px;
    margin-inline: auto;
    font-size: 42px;
    line-height: 0.94;
  }

  .success-heading p {
    flex-direction: column;
    gap: 9px;
    margin-top: 17px;
    font-size: 28px;
  }

  .success-heading strong {
    min-height: 48px;
    padding: 0 20px 4px;
    font-size: 30px;
  }

  .success-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .success-copy {
    order: 1;
    width: 100%;
    padding-bottom: 0;
  }

  .success-eyebrow {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.06;
  }

  .success-prize span {
    font-size: 58px;
  }

  .success-prize strong {
    width: min(420px, 88vw);
    height: 62px;
    padding-inline: 26px;
    font-size: 38px;
  }

  .success-cta {
    width: min(330px, 82vw);
    min-height: 58px;
    margin-top: 30px;
    font-size: 28px;
  }

  .success-sponsor {
    margin-top: 29px;
    font-size: 28px;
  }

  .success-sponsor img {
    width: 150px;
  }

  .success-art {
    order: 2;
    width: min(106vw, 720px);
    max-width: none;
    margin: 0 auto;
  }

  .register {
    padding-top: 42px;
  }

  .form-card {
    width: calc(100% - 28px);
    border-radius: 34px;
    padding-top: 38px;
    padding-inline: 18px;
  }

  .form-column {
    gap: 24px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .form-grid,
  .form-column > label,
  .form-column > .custom-select,
  .location-row,
  .location-row > .custom-select {
    width: min(100%, calc(100vw - 64px));
    max-width: calc(100vw - 64px);
    min-width: 0;
  }

  label span,
  .custom-select label {
    display: block;
    width: min(100%, calc(100vw - 64px));
    max-width: calc(100vw - 64px);
    overflow-wrap: anywhere;
  }

  input,
  .select-trigger {
    width: min(100%, calc(100vw - 64px));
    max-width: calc(100vw - 64px);
  }

  .check-field span {
    width: auto;
    max-width: calc(100vw - 124px);
    overflow-wrap: normal;
    line-height: 1.18;
  }

  .location-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-row .select-trigger {
    height: 52px;
    font-size: 14px;
  }

  .submit-button {
    min-height: 68px;
    margin-top: 40px;
    font-size: clamp(24px, 7vw, 34px);
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 34px 24px;
  }

  .footer {
    padding-top: 50px;
  }

  .footer .shell {
    padding-inline: 24px;
  }

  .footer-inner {
    row-gap: 40px;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    width: 78px;
    margin: 0;
  }

  .socials {
    gap: 18px;
    margin: 32px 0 34px;
  }

  .socials a {
    width: 22px;
    height: 22px;
  }

  .footer p {
    max-width: 340px;
    margin-bottom: 30px;
    font-size: 15px;
  }

  .gpr-logo {
    width: min(245px, 82vw);
    margin-bottom: 24px;
  }

  .footer .contact-line {
    justify-content: center;
    margin-bottom: 17px;
  }

  .footer-links ul {
    gap: 19px;
  }

  .footer-links a {
    font-size: 17px;
    line-height: 1.12;
  }

  .station-logos {
    gap: 24px 28px;
  }

  .station-logos img {
    height: 54px;
  }
}

@media (max-width: 430px) {
  .top-header {
    height: 116px;
    min-height: 0;
    padding-inline: 20px;
  }

  .brand img {
    width: min(235px, 58vw);
  }

  .live-badge {
    width: 86px;
    left: min(284px, calc(100% - 106px));
  }

  .hero {
    padding-top: 24px;
  }

  .hero-art {
    max-width: 360px;
  }

  .eyebrow {
    max-width: 260px;
    margin-inline: auto;
    font-size: 21px;
  }

  .hero h1 span {
    font-size: 48px;
  }

  .hero h1 strong {
    width: min(340px, 86vw);
    height: 56px;
    padding-inline: 20px;
    font-size: 30px;
  }

  .hero-button {
    width: min(310px, 82vw);
    min-height: 60px;
    padding-inline: 16px;
    font-size: 24px;
  }

  .success-heading h1 {
    font-size: 34px;
  }

  .success-heading p {
    font-size: 24px;
  }

  .success-heading strong {
    min-height: 43px;
    padding-inline: 17px;
    font-size: 25px;
  }

  .success-eyebrow {
    max-width: 330px;
    margin-inline: auto;
    font-size: 20px;
  }

  .success-prize span {
    font-size: 48px;
  }

  .success-prize strong {
    width: min(340px, 86vw);
    height: 56px;
    padding-inline: 20px;
    font-size: 30px;
  }

  .success-cta {
    width: min(310px, 82vw);
    min-height: 60px;
    padding-inline: 16px;
    font-size: 24px;
  }

  .success-sponsor {
    flex-direction: column;
    gap: 8px;
    font-size: 28px;
  }

  .success-sponsor img {
    width: 174px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .station-logos {
    gap: 20px 24px;
  }

  .station-logos img {
    height: 48px;
  }
}

@media (max-width: 600px) {
  .live-badge {
    width: 86px;
    left: min(284px, calc(100% - 106px));
  }

  .eyebrow {
    max-width: 340px;
    margin-inline: auto;
    font-size: 23px;
  }

  .hero h1 span {
    font-size: 48px;
  }

  .hero h1 strong {
    width: min(340px, 86vw);
    height: 56px;
    padding-inline: 20px;
    font-size: 30px;
  }

  .hero-button {
    width: min(310px, 82vw);
    min-height: 60px;
    padding-inline: 16px;
    font-size: 24px;
  }

  .submit-button {
    min-width: min(310px, 84vw);
    min-height: 62px;
    font-size: 24px;
  }

  .thanks {
    flex-direction: column;
    gap: 8px;
    font-size: 28px;
  }

  .thanks img {
    width: 174px;
  }
}
