html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-width: none;
}

#about-overview,
#race-categories,
#faq,
#sponsors,
#registration-form {
  scroll-margin-top: 110px;
}

body {
  overflow-x: hidden;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body button,
body input,
body textarea,
body select,
body summary,
body label,
body span,
body strong,
body small,
body li {
  font-family: "Montserrat", sans-serif !important;
}

.mm-aboutband__cta,
.mm-stride__promo-button,
.mm-racecats__button,
.mm-finalcta__button,
.mm-finalcta__faq-button,
.mm-footer__subscribe,
.header .enter-cta__btn,
.event-masthead .btn,
.mm-hero-spotlight__primary,
.mm-hero-spotlight__secondary,
.mm-register-banner__back,
.mm-register-card,
.mm-register-how__card,
.mm-register-step span,
.mm-register-payment-card,
.mm-register-submit,
.mm-register-success__dialog button,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 10px !important;
}

.event-masthead__signpost:hover,
.event-masthead__signpost:focus {
  background: #f5df4d !important;
  color: #111111 !important;
}

.mm-aboutband,
.mm-stride,
.mm-racecats,
.mm-instagrid,
.mm-sponsors,
.mm-finalcta,
.mm-footer {
  --mm-accent: #f5df4d;
  --mm-accent-soft: #f5df4d;
  --mm-header-accent: #0c2f13;
  --mm-deep-green: #1a1a1a;
  --mm-deep-green-2: #101010;
  --mm-ink: #121416;
}

.mm-aboutband {
  background: #fff;
  padding: 64px 0 30px;
}

.mm-aboutband__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .mm-aboutband__inner {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mm-aboutband__inner {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .mm-aboutband__inner {
    width: 1230px;
  }
}

.mm-aboutband__inner {
  display: grid;
  gap: 38px;
  align-items: center;
  max-width: 1360px;
}

.mm-aboutband__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 11 / 10;
  object-fit: cover;
  object-position: 100% center;
}

.mm-aboutband__media {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  justify-self: end;
  border-radius: 14px;
  box-shadow: 0 22px 40px rgba(17, 20, 22, 0.14);
}

.mm-aboutband__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 24, 14, 0.16), rgba(10, 24, 14, 0.32)),
    linear-gradient(135deg, rgba(12, 47, 19, 0.12), rgba(12, 47, 19, 0.04));
  pointer-events: none;
}

.mm-aboutband__eyebrow {
  margin: 0 0 30px;
  color: #5d6170;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mm-aboutband__title {
  margin: 0 0 26px;
  color: #2b2e35;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.01em;
  max-width: none;
}

.mm-aboutband__highlight {
  display: inline-block;
  padding: 0.04em 0.14em 0.08em;
  background: var(--mm-header-accent);
  color: #ffffff;
  white-space: nowrap;
}

.mm-aboutband__copy {
  margin: 0 0 34px;
  color: #5c616d;
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 1.56;
  max-width: 660px;
}

.mm-aboutband__stat {
  display: grid;
  grid-template-columns: 98px 148px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 132px;
  padding: 18px 24px;
  margin-bottom: 16px;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}

.mm-aboutband__stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 32%, rgba(170, 170, 170, 0.12) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 72% 58%, rgba(170, 170, 170, 0.12) 0 1px, transparent 1px 100%),
    linear-gradient(115deg, rgba(170, 170, 170, 0.06) 1px, transparent 1px),
    linear-gradient(20deg, rgba(170, 170, 170, 0.05) 1px, transparent 1px);
  background-size: 140px 140px, 180px 180px, 32px 32px, 42px 42px;
  opacity: 0.55;
  pointer-events: none;
}

.mm-aboutband__stat > * {
  position: relative;
  z-index: 1;
}

.mm-aboutband__stat-icon img {
  display: block;
  width: 78px;
  height: auto;
}

.mm-aboutband__stat-icon-mask {
  display: block;
  width: 78px;
  height: 78px;
  background: #cdd304;
  -webkit-mask-image: var(--icon-mask);
  mask-image: var(--icon-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.mm-aboutband__stat-value strong {
  color: #24272d;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mm-aboutband__stat-value small {
  display: block;
  margin-top: 10px;
  color: #464b56;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.mm-aboutband__stat-text {
  margin: 0;
  color: #616670;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.mm-aboutband__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 168px;
  padding: 0 28px;
  margin-top: 18px;
  background: var(--mm-accent);
  color: #141414;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
}

.mm-aboutband__cta:hover,
.mm-aboutband__cta:focus {
  color: #141414;
  text-decoration: none;
}

.mm-stride {
  background: #fff;
  padding: 104px 0 54px;
}

.section.section--intro {
  display: none;
}

.section.section--cards {
  padding: 64px 0 72px;
  background: #ffffff;
}

.section.section--cards .section__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  background: transparent;
}

.section.section--cards .section__heading {
  display: inline-block;
  margin: 0 0 32px;
  padding: 0.12em 0.16em 0.1em;
  background: #f5df4d;
  color: #111111 !important;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  line-height: 0.92;
  text-transform: uppercase;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.08);
}

.section.section--cards .row {
  display: flex;
  flex-wrap: wrap;
}

.section.section--cards [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.section.section--cards .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #f3f3f1;
  color: #1b1b1b !important;
  text-decoration: none;
  border: 1px solid rgba(34, 38, 44, 0.06);
  box-shadow: 0 14px 30px rgba(18, 22, 26, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.section.section--cards .card:link,
.section.section--cards .card:visited,
.section.section--cards .card:hover,
.section.section--cards .card:focus {
  color: #1b1b1b !important;
}

.section.section--cards .card:hover,
.section.section--cards .card:focus {
  transform: translateY(-4px);
  border-color: rgba(245, 223, 77, 0.45);
  box-shadow: 0 20px 40px rgba(18, 22, 26, 0.12);
}

.section.section--cards .card__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.section.section--cards .card__image::before {
  display: none;
}

.section.section--cards .card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 74 / 49;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.section.section--cards .card:hover .card__image img,
.section.section--cards .card:focus .card__image img {
  transform: scale(1.04);
}

.section.section--cards .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 22px 22px;
  background: #f3f3f1;
}

.section.section--cards .card__title {
  margin: 0 0 16px;
  min-height: 3.15em;
  color: #151515 !important;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(2.35rem, 2.15vw, 3.15rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.section.section--cards .card h2,
.section.section--cards .card:hover h2,
.section.section--cards .card:focus h2,
.section.section--cards .card .card__content h2 {
  color: #151515 !important;
}

.section.section--cards .card__excerpt p {
  margin: 0;
  color: rgba(21, 21, 21, 0.78);
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section.section--cards {
    padding: 42px 0 48px;
  }

  .section.section--cards .card__excerpt p {
    font-size: 17px;
  }

  .section.section--cards .section__heading {
    margin-bottom: 24px;
  }

  .section.section--cards [class*="col-"] {
    margin-bottom: 22px;
  }

  .section.section--cards .card__content {
    padding: 20px 18px 22px;
  }

  .section.section--cards .card__title {
    min-height: 0;
  }
}

.mm-instagrid {
  background: #fff;
  padding: 38px 0 56px;
}

.mm-instagrid__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.02fr 1.12fr 1.12fr;
  grid-template-rows: 1fr 1fr;
  gap: 22px 26px;
}

.mm-instagrid__tall,
.mm-instagrid__wide,
.mm-instagrid__panel {
  overflow: hidden;
}

.mm-instagrid__tall {
  grid-row: 1 / span 2;
}

.mm-instagrid__tall img,
.mm-instagrid__wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-instagrid__wide {
  min-height: 278px;
}

.mm-instagrid__panel {
  background: var(--mm-deep-green-2);
  padding: 48px 30px 34px;
  color: #fff;
}

.mm-instagrid__panel h3 {
  margin: 0 0 22px;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3.2rem, 3vw, 4.6rem);
  line-height: 0.95;
}

.mm-instagrid__panel p {
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  max-width: 400px;
}

.mm-instagrid__panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--mm-accent);
  color: var(--mm-deep-green);
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

@media (max-width: 991px) {
  .mm-instagrid__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .mm-instagrid__tall {
    grid-row: auto;
  }

  .mm-instagrid__panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .mm-instagrid {
    padding: 28px 0 38px;
  }

  .mm-instagrid__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mm-instagrid__wide,
  .mm-instagrid__tall {
    min-height: 240px;
  }
}

.mm-stride__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-stride__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 56px;
  align-items: start;
  margin-bottom: 32px;
}

.mm-stride__lead {
  padding-top: 14px;
}

.mm-stride__eyebrow {
  margin: 0 0 24px;
  color: #282c33;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
}

.mm-stride__title {
  margin: 0 0 2px;
  color: #2b2e35;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3.6rem, 4.9vw, 5.2rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.01em;
  max-width: none;
}

.mm-stride__copy {
  color: #9a9ca1;
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 1.55;
  max-width: 660px;
  padding-top: 6px;
}

.mm-stride__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.mm-stride__card {
  min-height: 344px;
  padding: 30px 34px 24px;
  border: none;
  background: #fbfbfb;
  border-radius: 24px;
}

.mm-stride__icon {
  width: 82px;
  height: 82px;
  margin-bottom: 84px;
}

.mm-stride__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: hue-rotate(102deg) saturate(1.55) brightness(0.62);
}

.mm-stride__card h3 {
  margin: 0 0 12px;
  color: #111317;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(2.15rem, 2.05vw, 2.85rem);
  line-height: 0.98;
}

.mm-stride__card p {
  margin: 0;
  color: #9a9ca1;
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 1.48;
}

.mm-stride__promo {
  position: relative;
  min-height: 344px;
  padding: 32px 30px 24px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(12, 47, 19, 0.98) 0%, rgba(12, 47, 19, 0.98) 58%, rgba(17, 60, 25, 0.84) 100%),
    url("./assets/backgrounds/stride-accent.png");
  background-position: left top, right top;
  background-size: auto, 92% auto;
  overflow: hidden;
}

.mm-stride__promo-copy {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3.05rem, 2.85vw, 4.15rem);
  line-height: 0.9;
  max-width: 6ch;
}

.mm-stride__promo-button {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 6px 0 26px;
  border-radius: 999px;
  background: var(--mm-accent);
  color: var(--mm-deep-green);
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.mm-stride__promo-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mm-deep-green);
  color: var(--mm-accent);
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 991px) {
  .mm-stride__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mm-stride__lead {
    padding-top: 0;
  }

  .mm-stride__copy {
    font-size: 18px;
    padding-top: 0;
  }

  .mm-stride__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .mm-stride {
    padding: 68px 0 34px;
  }

  .mm-stride__grid {
    grid-template-columns: 1fr;
  }

  .mm-stride__card,
  .mm-stride__promo {
    min-height: 320px;
  }

  .mm-stride__icon {
    margin-bottom: 72px;
  }
}

.mm-racecats {
  background: none !important;
  padding: 48px 0 28px;
}

.mm-racecats__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent !important;
}

@media (min-width: 768px) {
  .mm-racecats__inner {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mm-racecats__inner {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .mm-racecats__inner {
    width: 1230px;
  }
}

.mm-racecats__header {
  margin: 0 auto 48px;
  text-align: center;
  max-width: 1160px;
}

.mm-racecats__eyebrow {
  margin: 0 0 16px;
  color: #5d6170;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-racecats__title {
  margin: 0 0 18px;
  color: #23262c;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
}

.mm-racecats__title span {
  display: inline-block;
  background: var(--mm-header-accent);
  color: #ffffff;
  padding: 0.04em 0.12em 0.08em;
}

.mm-racecats__copy {
  margin: 0;
  color: #646871;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.mm-racecats__grid {
  display: grid;
  gap: 42px;
  background: transparent !important;
}

.mm-racecats__card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(17, 20, 22, 0.08);
  border: 1px solid rgba(17, 20, 22, 0.08);
}

.mm-racecats__card::before {
  content: none;
}

.mm-racecats__card > * {
  position: relative;
  z-index: 1;
}

.mm-racecats__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: calc(100% - 56px);
  padding: 0 28px;
  background: #cdd304;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  margin: 0 28px 28px;
  border-radius: 10px !important;
}

.mm-racecats__card:nth-last-child(-n + 2) .mm-racecats__button {
  background: #0f380e;
}

.mm-racecats__card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
  padding: 28px 0 0;
  align-content: start;
}

.mm-racecats__dist {
  margin: 0 28px 14px;
  color: #1f2328;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.8rem, 3.8vw, 4.2rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.mm-racecats__dist span {
  margin-left: 4px;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.08em;
  vertical-align: top;
}

.mm-racecats__card-copy {
  margin: 0 28px 22px;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mm-racecats__card-copy h3 {
  font-size: 16px;
  margin: 0;
  max-width: none;
  color: #646a75;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.mm-racecats__pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 28px 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(17, 20, 22, 0.08);
  align-self: end;
}

.mm-racecats__price-group {
  display: grid;
  gap: 6px;
  align-content: start;
}

.mm-racecats__price-label {
  color: #757985;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mm-racecats__price-current,
.mm-racecats__price-old {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mm-racecats__price-current {
  color: #1f2328;
}

.mm-racecats__price-old {
  color: #b4b8c2;
  text-decoration: line-through;
}

.mm-racecats__price-group:last-child {
  padding-left: 0;
  border-left: 1px solid rgba(17, 20, 22, 0.08);
  padding-left: 18px;
}

@media (min-width: 992px) {
  .mm-racecats {
    padding: 58px 0 34px;
  }

  .mm-racecats__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
  }

  .mm-racecats__card {
    min-height: 100%;
  }

  .mm-racecats__button {
    justify-self: auto;
    align-self: end;
  }
}

@media (max-width: 991px) {
  .mm-racecats__copy {
    font-size: 17px;
  }

  .mm-racecats__card {
    padding-top: 30px;
  }

  .mm-racecats__dist,
  .mm-racecats__card-copy,
  .mm-racecats__pricing {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mm-racecats__button {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
  }
}

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

@media (min-width: 992px) {
  .mm-aboutband {
    padding: 72px 0 34px;
  }

  .mm-aboutband__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 56px;
  }

  .mm-aboutband__content {
    padding-top: 0;
    max-width: 640px;
  }
}

@media (max-width: 991px) {
  .mm-aboutband {
    padding: 34px 0 18px;
  }

  .mm-aboutband__title {
    font-size: 2.9rem;
    line-height: 0.98;
  }

  .mm-aboutband__copy {
    font-size: 18px;
  }

  .mm-aboutband__media {
    max-width: 100%;
    justify-self: stretch;
  }

  .mm-aboutband__stat {
    grid-template-columns: 72px 1fr;
    gap: 16px;
    padding: 18px 18px 20px;
  }

  .mm-aboutband__stat-text {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .mm-aboutband__stat-value strong {
    font-size: 3.2rem;
  }

  .mm-aboutband__stat-value span {
    font-size: 1.7rem;
  }
}

.mm-finalcta {
  background: #fff;
}

.mm-sponsors {
  background: #ffffff;
  padding: 68px 0 58px;
}

.mm-sponsors__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 40px;
}

.mm-sponsors__header {
  display: block;
}

.mm-sponsors__intro {
  padding-top: 0;
  max-width: 660px;
}

.mm-sponsors__eyebrow {
  margin: 0 0 16px;
  color: #5d6170;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-sponsors__title {
  margin: 0 0 16px;
  color: #23262c;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
  max-width: 660px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.mm-sponsors__title span {
  display: inline-block;
  background: var(--mm-header-accent);
  color: #ffffff;
  padding: 0.03em 0.1em 0.06em;
}

.mm-sponsors__copy {
  margin: 0;
  color: #646871;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 660px;
}

.mm-sponsors__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  min-width: 270px;
  flex: 0 0 270px;
  background: transparent;
  border: 0;
  padding: 12px 18px;
}

.mm-sponsors__card img {
  display: block;
  max-width: 100%;
  max-height: 84px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.9;
}

.mm-sponsors__marquee {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}

.mm-sponsors__marquee-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: mmSponsorsTicker 26s linear infinite;
}

@keyframes mmSponsorsTicker {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 991px) {
  .mm-sponsors {
    padding: 54px 0 44px;
  }

  .mm-sponsors__card {
    min-height: 96px;
    min-width: 220px;
    flex-basis: 220px;
  }
}

@media (max-width: 767px) {
  .mm-sponsors__eyebrow {
    margin-bottom: 14px;
  }

  .mm-sponsors__title {
    margin-bottom: 14px;
    font-size: clamp(1.95rem, 6.6vw, 2.45rem);
  }

  .mm-sponsors__copy {
    font-size: 16px;
  }

  .mm-sponsors__card img {
    max-height: 70px;
  }
}

.mm-finalcta__hero {
  position: relative;
  min-height: 438px;
  background-image: url("./assets/final-cta-bg.png");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-bottom: 2px solid #f5df4d;
}

.mm-finalcta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 50, 20, 0.86), rgba(5, 50, 20, 0.86)),
    radial-gradient(circle at center, rgba(18, 74, 35, 0.18), rgba(3, 33, 14, 0.44) 72%);
}

.mm-finalcta__content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 20px 44px;
  text-align: center;
}

.mm-finalcta__eyebrow {
  margin: 0 0 24px;
  color: #f5df4d;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-finalcta__title {
  margin: 0 auto 26px;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(4.25rem, 4.8vw, 6.15rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 920px;
  text-transform: uppercase;
}

.mm-finalcta__title span {
  display: inline-block;
  padding: 0.06em 0.13em 0.08em;
  background: var(--mm-header-accent);
  color: #ffffff;
}

.mm-finalcta__copy {
  max-width: 1020px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 1.58;
}

.mm-finalcta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 46px;
  background: #f5df4d;
  color: #101010;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.mm-finalcta__button:hover,
.mm-finalcta__button:focus {
  color: #101010;
  text-decoration: none;
}

.mm-finalcta__faq {
  background-color: var(--mm-accent);
  background-image:
    linear-gradient(rgba(248, 216, 78, 0.92), rgba(248, 216, 78, 0.92)),
    url("./assets/race-cards-pattern.png");
  background-repeat: repeat;
  background-size: auto, 620px auto;
  background-position: 0 0, center;
}

.mm-finalcta__faq-inner {
  max-width: 1230px;
  margin: 0 auto;
  min-height: 178px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.mm-finalcta__faq-title {
  margin: 0;
  color: #1f2328;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3rem, 3.8vw, 4.6rem);
  line-height: 1.04;
}

.mm-finalcta__faq-title span {
  display: inline-block;
  padding: 0.05em 0.1em 0.08em;
  background: var(--mm-deep-green);
  color: var(--mm-header-accent);
}

.mm-finalcta__faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 176px;
  padding: 0 28px;
  background: #fff;
  color: #23262c;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.mm-finalcta__faq-button:hover,
.mm-finalcta__faq-button:focus {
  color: #23262c;
  text-decoration: none;
}

.mm-faqband {
  background: #fff;
  padding: 56px 0 44px;
}

.mm-faqband__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  align-items: start;
}

.mm-faqband__content {
  max-width: 900px;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
}

.mm-faqband__eyebrow {
  margin: 0 0 14px;
  color: #8b961e;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mm-faqband__title {
  max-width: none;
  margin: 0 0 34px;
  color: #101215;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.mm-faqband__title span {
  display: inline-block;
  background: var(--mm-header-accent);
  color: #ffffff;
  padding: 0.06em 0.12em 0.08em;
}

.mm-faqband__list {
  display: grid;
  gap: 18px;
  text-align: left;
}

.mm-faqband__item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(17, 20, 22, 0.06);
  overflow: hidden;
}

.mm-faqband__item summary {
  position: relative;
  padding: 20px 70px 20px 28px;
  list-style: none;
  cursor: pointer;
  color: #121417;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.015em;
}

.mm-faqband__item summary::-webkit-details-marker {
  display: none;
}

.mm-faqband__item summary::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  color: #1f2328;
  font-size: 30px;
  line-height: 1;
}

.mm-faqband__item[open] summary::after {
  content: "⌃";
}

.mm-faqband__item p {
  margin: 0;
  padding: 0 30px 24px;
  color: #71747b;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.mm-faqband__media {
  position: relative;
  overflow: hidden;
}

.mm-faqband__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-faqband__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 24, 14, 0.14), rgba(10, 24, 14, 0.34));
  pointer-events: none;
}

@media (max-width: 991px) {
  .mm-topnav__inner {
    min-height: 70px;
  }

  .mm-topnav__brand img {
    max-height: 132px;
  }

  .mm-topnav__nav {
    gap: 18px;
  }

  .mm-topnav__nav a {
    font-size: 12px;
  }

  .mm-finalcta__hero {
    min-height: 400px;
  }

  .mm-finalcta__content {
    padding: 38px 18px 52px;
  }

  .mm-finalcta__copy {
    font-size: 17px;
    max-width: 720px;
  }

  .mm-finalcta__faq-inner {
    min-height: 0;
    padding: 34px 18px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .mm-faqband__inner {
    max-width: 900px;
  }

  .mm-faqband__content {
    padding-top: 0;
  }

  .mm-faqband__item summary {
    font-size: 15px;
  }

  .mm-faqband__item p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .mm-topnav {
    padding: 0 18px;
  }

  .mm-topnav__inner {
    min-height: 0;
    padding: 14px 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .mm-topnav__brand img {
    max-height: 184px;
  }

  .mm-topnav__toggle {
    display: block;
  }

  .mm-topnav__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    background: #0f2f16;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
    display: block;
    pointer-events: none;
  }

  .mm-topnav__nav.is-open {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mm-topnav__nav a {
    display: block;
    padding: 14px 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .mm-topnav__nav .mm-topnav__button {
    min-height: 0;
    padding: 14px 18px;
    justify-content: flex-start;
    border-radius: 0 0 10px 10px;
  }

  .mm-topnav__nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mm-topnav__toggle.is-active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }

  .mm-topnav__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mm-topnav__toggle.is-active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }

  .mm-finalcta__hero {
    min-height: 360px;
  }

  .mm-finalcta__title {
    font-size: 3.4rem;
    line-height: 0.94;
  }

  .mm-finalcta__copy {
    font-size: 15px;
  }

  .mm-finalcta__faq-title {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .mm-faqband__title {
    font-size: 2.9rem;
    line-height: 1.04;
  }

  .mm-faqband__item summary {
    font-size: 14px;
  }

  .mm-faqband__item p {
    font-size: 15px;
  }
}

.mm-footer {
  position: relative;
  background:
    linear-gradient(rgba(11, 11, 14, 0.96), rgba(11, 11, 14, 0.96)),
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 24px, transparent 24px),
    radial-gradient(circle at 66% 28%, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 24px, transparent 24px),
    radial-gradient(circle at 84% 74%, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 22px, transparent 22px),
    linear-gradient(115deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(20deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, 320px 320px, 320px 320px, 320px 320px, 44px 44px, 56px 56px;
  color: #f7f7f7;
}

.mm-footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
}

.mm-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mm-footer__newsletter-title {
  margin: 0;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(3rem, 3.6vw, 4.5rem);
  line-height: 0.98;
}

.mm-footer__newsletter {
  display: grid;
  grid-template-columns: 370px auto;
  gap: 18px;
  align-items: center;
}

.mm-footer__input {
  height: 60px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}

.mm-footer__input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.mm-footer__subscribe {
  height: 56px;
  padding: 0 30px;
  border: 0;
  background: var(--mm-accent);
  color: #171717;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.mm-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 0;
}

.mm-footer__brand {
  min-width: 0;
  justify-self: start;
  padding: 20px 0;
}

.mm-footer__logo {
  display: block;
  width: 136px;
  height: auto;
  max-width: 100%;
  margin: 0;
  transform: none;
  filter: brightness(0) invert(1);
}

.mm-footer__follow-title,
.mm-footer__column h4,
.mm-footer__contact h4 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 19px;
  line-height: 1;
}

.mm-footer__follow-title {
  margin-top: -34px;
}

.mm-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mm-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.mm-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-footer__column li + li {
  margin-top: 16px;
}

.mm-footer__column a {
  color: rgba(255, 255, 255, 0.64);
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.mm-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  justify-self: center;
}

.mm-footer__contact-wrap {
  justify-self: center;
  text-align: center;
}

.mm-footer__contact-title {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm-footer__contact-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mm-footer__contact-block + .mm-footer__contact-block {
  margin-top: 0;
}

.mm-footer__label {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 14px;
}

.mm-footer__contact-link {
  color: rgba(255, 255, 255, 0.82);
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
}

.mm-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #cdd304;
  flex: 0 0 auto;
}

.mm-footer__contact-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.mm-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mm-accent);
  color: #111;
  font-size: 22px;
  font-weight: 700;
}

.mm-footer__credit {
  justify-self: end;
  margin-left: 64px;
}

body:not(.mm-register-page) .mm-footer__credit {
  margin-left: 88px;
}

.mm-footer__credit p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  white-space: nowrap;
}

.mm-footer__credit span {
  color: #cdd304;
  font-weight: 700;
}

.mm-footer__bottom span {
  color: #cdd304;
}

.urgency-banner.urgency-banner--gradient {
  background: radial-gradient(circle at top right, rgba(245, 223, 77, 0.2), transparent 32%), #111111;
  color: #f5df4d;
}

.urgency-banner.urgency-banner--gradient a {
  color: inherit;
}

.mm-countdown-panel {
  position: relative;
  z-index: 6;
  margin: -138px auto 42px;
  padding: 0 20px;
}

.mm-countdown-panel__inner {
  max-width: 1080px;
  margin: 0 auto;
  min-height: 320px;
  padding: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 30%, rgba(144, 189, 65, 0.14), transparent 34%),
    repeating-radial-gradient(circle at 78% 30%, rgba(182, 210, 82, 0.05) 0, rgba(182, 210, 82, 0.05) 2px, transparent 2px, transparent 22px),
    linear-gradient(135deg, #163b10 0%, #234f1a 52%, #315f24 100%);
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.mm-countdown-panel__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.mm-countdown-panel__slider {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  border-radius: 18px;
}

.mm-countdown-panel__slides {
  display: flex;
  overflow: visible;
  min-height: 320px;
  height: 100%;
  border-radius: 0;
  background: transparent;
  transition: transform 0.8s ease;
  will-change: transform;
}

.mm-countdown-panel__slide {
  margin: 0;
  flex: 0 0 100%;
  display: block;
  min-height: 320px;
  line-height: 0;
}

.mm-countdown-panel__slide img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.mm-countdown-panel__dots {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.mm-countdown-panel__dots button {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(243, 245, 239, 0.28);
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.mm-countdown-panel__dots button.is-active {
  background: #c9c92e;
  transform: scale(1.1);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 20;
  background: transparent !important;
}

.header__inner,
.header__nav,
.header__logo,
.header__cta {
  background: transparent !important;
}

.header__inner {
  min-height: 120px;
  display: flex;
  align-items: center;
}

.header .nav__item > a,
.header .social-media__link,
.header .enter-cta__date,
.header .nav__close,
.header .nav-btn {
  color: #ffffff !important;
}

.header .social-media__link i,
.header .nav__item > a i,
.header .nav__close i {
  color: #ffffff !important;
}

.header .logo__image {
  display: inline-block;
  vertical-align: middle;
  max-height: 112px;
  position: static;
  margin-top: 0;
  filter: brightness(0) invert(1);
}

.event-masthead,
.event-masthead__header {
  position: relative;
  overflow: hidden;
  background: #0c2f13 !important;
}

.event-masthead {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 810px;
  padding-top: 8px;
}

.event-masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 7, 0.82) 0%, rgba(8, 24, 11, 0.74) 16%, rgba(12, 47, 19, 0.82) 100%),
    linear-gradient(90deg, rgba(12, 47, 19, 0.94) 0%, rgba(12, 47, 19, 0.88) 28%, rgba(12, 47, 19, 0.56) 56%, rgba(12, 47, 19, 0.74) 100%);
  pointer-events: none;
  z-index: 1;
}

.event-masthead__header,
.event-masthead__wrapper,
.event-masthead__footer,
.event-masthead__desktop-header {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.event-masthead__inner,
.event-masthead__footer {
  margin-top: 0;
}

.event-masthead-image {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  background-color: transparent !important;
  background-blend-mode: normal !important;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: none !important;
  clip-path: none !important;
}

.event-masthead__heading {
  color: #f5df4d !important;
}

.event-masthead .btn {
  background: #f5df4d !important;
  border: none !important;
  color: #111111 !important;
}

.event-masthead .btn:hover,
.event-masthead .btn:focus {
  background: #f5df4d !important;
  color: #111111 !important;
}

.mm-topnav {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 24px;
}

.mm-topnav__inner {
  max-width: 1230px;
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mm-topnav__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.mm-topnav__brand img {
  display: block;
  width: auto;
  max-height: 170px;
  filter: brightness(0) invert(1);
}

.mm-topnav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  background: rgba(15, 47, 22, 0.96);
  border: none;
  padding: 0;
  flex: 0 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  z-index: 5;
}

.mm-topnav__toggle span {
  display: block;
  position: absolute;
  left: 11px;
  width: 20px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mm-topnav__toggle span:nth-child(1) { top: 11px; }
.mm-topnav__toggle span:nth-child(2) { top: 19px; }
.mm-topnav__toggle span:nth-child(3) { top: 27px; }

.mm-topnav__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.mm-topnav__nav a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.mm-topnav__nav .mm-topnav__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  background: #cdd304;
  color: #111111;
  font-weight: 700;
  border-radius: 4px;
}

.mm-topnav__nav a:hover,
.mm-topnav__nav a:focus,
.mm-topnav__nav a.is-active {
  color: #f5df4d;
}

.mm-topnav__nav .mm-topnav__button:hover,
.mm-topnav__nav .mm-topnav__button:focus {
  color: #111111;
  background: #fff06a;
}

@media (max-width: 767px) {
  .mm-topnav {
    padding: 0 18px;
  }

  .mm-topnav__inner {
    min-height: 0;
    padding: 14px 0 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .mm-topnav__brand img {
    height: 132px;
    width: auto;
    max-height: none;
  }

  .mm-topnav__toggle {
    display: block;
    width: 38px;
    height: 38px;
  }

  .mm-topnav__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    background: #0f2f16;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
    display: block;
    pointer-events: none;
  }

  .mm-topnav__nav.is-open {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mm-topnav__nav a {
    display: block;
    padding: 14px 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .mm-topnav__nav .mm-topnav__button {
    min-height: 0;
    padding: 14px 18px;
    justify-content: flex-start;
    border-radius: 0 0 10px 10px;
  }

  .mm-topnav__nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mm-topnav__toggle.is-active span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }

  .mm-topnav__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mm-topnav__toggle.is-active span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
  }
}

.mm-hero-spotlight {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 24px;
}

.mm-hero-spotlight__inner {
  max-width: 1230px;
  margin: 0 auto;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 126px;
}

.mm-hero-spotlight__eyebrow {
  margin: 0 0 30px;
  color: rgba(205, 210, 2, 0.9);
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mm-hero-spotlight__title {
  max-width: none;
  margin: 0 0 30px;
  color: #cdd202;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.6rem, 6.2vw, 6.6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.mm-hero-spotlight__copy {
  max-width: 980px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.55;
}

.mm-hero-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 34px;
}

.header .enter-cta__btn,
.mm-hero-spotlight__primary,
.mm-hero-spotlight__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.header .enter-cta__btn,
.mm-hero-spotlight__primary {
  background: #cdd304;
  color: #111111;
  border: none;
}

.mm-hero-spotlight__secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.mm-hero-spotlight__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.mm-hero-spotlight__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(11, 21, 12, 0.42);
  color: rgba(255, 255, 255, 0.82);
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1440px) {
  .event-masthead {
    min-height: 380px;
    padding-top: 6px;
  }

  .mm-hero-spotlight__inner {
    min-height: 230px;
    padding-top: 22px;
  }

  .mm-countdown-panel {
    margin-top: -148px;
  }
}


@media (max-width: 991px) {
  .event-masthead {
    min-height: 860px;
    padding-top: 8px;
  }

  .mm-hero-spotlight__inner {
    min-height: 700px;
    padding-top: 132px;
  }

  .mm-hero-spotlight__title {
    font-size: clamp(3.8rem, 8vw, 6.6rem);
  }

  .mm-hero-spotlight__copy {
    font-size: 19px;
    max-width: 660px;
  }

  .mm-countdown-panel {
    margin-top: -132px;
  }

  .mm-countdown-panel__inner {
    min-height: 270px;
  }

  .mm-countdown-panel__slider,
  .mm-countdown-panel__slides {
    min-height: 270px;
  }

  .mm-countdown-panel__slide {
    min-height: 270px;
  }

  .mm-countdown-panel__slide img {
    height: 270px;
  }

  .mm-footer__top {
    grid-template-columns: 1fr;
  }

  .mm-footer__newsletter {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mm-footer__main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .mm-footer__logo {
    margin: 0;
    width: 132px;
  }
}

@media (max-width: 767px) {
  .event-masthead {
    min-height: 760px;
    padding-top: 10px;
  }

  .mm-hero-spotlight {
    padding: 0 18px;
  }

  .mm-hero-spotlight__inner {
    min-height: 760px;
    padding: 168px 0 104px;
    gap: 18px;
  }

  .mm-hero-spotlight__eyebrow {
    margin-bottom: 10px;
  }

  .mm-hero-spotlight__title {
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(2.8rem, 10vw, 4rem);
    line-height: 1.12;
    white-space: normal;
  }

  .mm-hero-spotlight__copy {
    font-size: 17px;
    line-height: 1.62;
    margin-bottom: 42px;
    max-width: 92%;
  }

  .mm-aboutband__title,
  .mm-racecats__title,
  .mm-finalcta__title {
    font-size: clamp(1.95rem, 6.6vw, 2.45rem);
  }

  .mm-aboutband__stat {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding: 16px 16px 18px;
  }

  .mm-aboutband__stat-icon img,
  .mm-aboutband__stat-icon-mask {
    width: 62px;
    height: 62px;
  }

  .mm-aboutband__stat-value strong {
    font-size: 2.55rem;
  }

  .mm-aboutband__stat-value span {
    font-size: 1.45rem;
  }

  .mm-hero-spotlight__actions {
    gap: 12px;
    margin-bottom: 32px;
  }

  .mm-hero-spotlight__primary,
  .mm-hero-spotlight__secondary {
    min-height: 50px;
    padding: 0 22px;
  }

  .mm-countdown-panel {
    margin-top: -62px;
    margin-bottom: 28px;
    padding: 0 6px;
  }

  .mm-countdown-panel__inner {
    border-radius: 14px;
    min-height: 0;
    height: auto;
  }

  .mm-countdown-panel__slider,
  .mm-countdown-panel__slides {
    min-height: 0;
    height: auto;
    border-radius: 14px;
  }

  .mm-countdown-panel__slide {
    min-height: 0;
    height: auto;
  }

  .mm-countdown-panel__slide img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .mm-countdown-panel__dots {
    left: 16px;
    bottom: 16px;
  }

  .mm-footer__inner {
    display: block;
    padding: 16px 18px 12px;
    text-align: center;
  }

  .mm-footer__main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .mm-footer__newsletter {
    grid-template-columns: 1fr;
  }

  .mm-footer__main {
    padding: 0;
  }

  .mm-footer__brand,
  .mm-footer__contact-wrap,
  .mm-footer__credit {
    justify-self: center;
    text-align: center;
  }

  .mm-footer__logo {
    width: 120px;
    margin: 0 auto;
  }

  .mm-footer__contact {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .mm-footer__contact-block {
    justify-content: center;
  }

  .mm-footer__contact-link {
    font-size: 16px;
  }

  .mm-footer__credit p {
    text-align: center;
  }
}

.mm-register-page,
.mm-register,
.mm-register-how,
.mm-register-flow,
.mm-register-banner,
.mm-register-success {
  --mm-accent: #f5df4d;
  --mm-accent-soft: #f5df4d;
  --mm-deep-green: #1a1a1a;
  --mm-deep-green-2: #101010;
  --mm-ink: #121416;
}

.mm-register-page {
  margin: 0;
  background: #ffffff;
  color: #1d2220;
  scroll-behavior: smooth;
}

body.mm-register-page .mm-footer {
  --mm-accent: #f5df4d;
  --mm-accent-soft: #f5df4d;
  --mm-header-accent: #0c2f13;
  --mm-deep-green: #1a1a1a;
  --mm-deep-green-2: #101010;
  --mm-ink: #121416;
}

.mm-register-page .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  will-change: transform;
}

.mm-register-page .header__inner {
  transition: min-height 0.2s ease, padding 0.2s ease;
}

.mm-register-page .header .social-media__link {
  background: transparent !important;
  box-shadow: none !important;
}

.mm-register-page .content,
.mm-register-page .mm-register {
  position: relative;
  z-index: 1;
}

.mm-register-page *,
.mm-register-page *::before,
.mm-register-page *::after {
  box-sizing: border-box;
}

.mm-register-modal-open {
  overflow: hidden;
}

.mm-register-page img {
  max-width: 100%;
}

.mm-register-shell {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.mm-register-banner {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--mm-deep-green-2);
}

.mm-register-banner__media,
.mm-register-banner__overlay {
  position: absolute;
  inset: 0;
}

.mm-register-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mm-register-banner__overlay {
  background:
    linear-gradient(135deg, rgba(8, 35, 18, 0.84), rgba(14, 57, 30, 0.78)),
    radial-gradient(circle at center, rgba(31, 94, 49, 0.16), rgba(5, 24, 12, 0.42) 72%);
}

.mm-register-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1230px;
  min-height: 430px;
  margin: 0 auto;
  padding: 118px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 0 8px;
  text-align: center;
}

.mm-register-banner__back,
.mm-register-banner__current,
.mm-register-banner__sep {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.mm-register-banner__back {
  color: var(--mm-accent);
  text-decoration: none;
}

.mm-register-banner__title {
  width: 100%;
  margin: 14px 0 0;
  color: #fff;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: clamp(4.8rem, 5.5vw, 7rem);
  line-height: 0.95;
}

.mm-register-section-head p,
.mm-register-flow__eyebrow,
.mm-register-success__eyebrow {
  margin: 0 0 16px;
  color: #5d6170;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mm-register-success__eyebrow {
  display: block;
  padding-top: 2px;
}

.mm-register-section-head h2,
.mm-register-flow__sidebar h2,
.mm-register-success__dialog h2 {
  margin: 0;
  color: #23262c;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 0.98;
}

.mm-register-flow__sidebar p,
.mm-register-how__card p,
.mm-register-success__copy {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.7;
}

.mm-register-how {
  padding: 42px 0 34px;
  background: #ffffff;
}

.mm-register-section-head {
  max-width: 660px;
  margin-bottom: 30px;
}

.mm-register-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.9rem,2.4vw,2.8rem);
  letter-spacing: -0.01em;
}

.mm-register-flow__sidebar h2,
.mm-register-success__dialog h2 {
  font-size: clamp(2.2rem, 3.1vw, 3.6rem);
  letter-spacing: -0.01em;
}

.mm-register-section-head h2 span {
  display: inline-block;
  background: #0c2f13;
  color: #e6eddc;
  padding: 0.04em 0.12em 0.08em;
}

.mm-register-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mm-register-how__card {
  min-height: 240px;
  padding: 28px;
  background: #ffffff;
  border-top: 5px solid #113317 !important;
  box-shadow: 0 18px 44px rgba(17, 60, 25, 0.08);
}

.mm-register-how__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid rgba(12, 47, 19, 0.12);
  background: #eef3ee;
  color: #113317;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.mm-register-how__card h3,
.mm-register-payment-card h3 {
  margin: 0 0 12px;
  color: #16201a;
  font-family: "NTF-Grand-Bold", sans-serif;
}

.mm-register-how__card h3 {
  font-size: 2.3rem;
  line-height: 1.02;
}

.mm-register-how__card p {
  margin: 0;
  color: #5f655f;
  font-size: 17px;
}

.mm-register-flow {
  padding: 28px 0 84px;
  background: #ffffff;
}

.mm-register-flow__layout {
  display: flex;
  justify-content: center;
}

.mm-register-success__summary span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mm-register-success__summary strong {
  display: block;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.02;
}

.mm-register-card {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 22, 0.08);
  box-shadow: 0 18px 42px rgba(18, 20, 22, 0.08);
  overflow: hidden;
}

.mm-register-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/race-cards-pattern.png");
  background-repeat: repeat;
  background-size: 520px auto;
  opacity: 0.02;
  pointer-events: none;
}

.mm-register-card > * {
  position: relative;
  z-index: 1;
}

.mm-register-card__title {
  margin: 0 0 24px;
  color: #111111;
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
}

.mm-register-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  margin-bottom: 22px;
}

.mm-register-step {
  flex: 0 1 260px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 60, 25, 0.12);
  border-radius: 10px;
  background: #f6f8f5;
  text-align: left;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mm-register-step:not(:last-child)::after {
  content: none;
}

.mm-register-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #cdd304;
  border: 1px solid #cdd304;
  color: #0c2f13;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 800;
  box-shadow: none;
}

.mm-register-step strong {
  color: #1f2422;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.mm-register-step.is-active,
.mm-register-step.is-complete {
  background: #0f2f16;
  border-color: #0f2f16;
  box-shadow: 0 14px 30px rgba(12, 47, 19, 0.16);
}

.mm-register-step.is-active span,
.mm-register-step.is-complete span {
  background: #cdd304;
  border-color: #cdd304;
  color: #111111;
}

.mm-register-step.is-active strong,
.mm-register-step.is-complete strong {
  color: #fbfbfb;
}

.mm-register-panel {
  display: none;
}

.mm-register-panel.is-active {
  display: block;
}

.mm-register-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mm-register-field,
.mm-register-check {
  display: grid;
  gap: 10px;
}

.mm-register-field span,
.mm-register-payment-card li,
.mm-register-check span {
  color: #313935;
  font-family: "proxima-nova", sans-serif;
}

.mm-register-field span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm-register-field input,
.mm-register-field select {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(17, 60, 25, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #18211c;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}

.mm-register-phone {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
}

.mm-register-phone select,
.mm-register-phone input {
  width: 100%;
}

.mm-register-field input[type="date"],
.mm-register-field select {
  appearance: none;
  -webkit-appearance: none;
}

.mm-register-field input[type="file"] {
  height: auto;
  padding: 10px 13px;
  line-height: 1.35;
  cursor: pointer;
}

.mm-register-field input[type="file"]::file-selector-button {
  margin-right: 16px;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: #113c19;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.mm-register-field input[type="file"]::-webkit-file-upload-button {
  margin-right: 16px;
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: #113c19;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.mm-register-field input:focus,
.mm-register-field select:focus {
  outline: 1px solid #0f2f16;
  outline-offset: 0;
  border-color: #0f2f16;
}

.mm-register-field input:focus-visible,
.mm-register-field select:focus-visible {
  outline: 1px solid #0f2f16;
  border-color: #0f2f16;
}

.mm-register-field--full {
  grid-column: 1 / -1;
}

.mm-register-check {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  margin-top: 6px;
}

.mm-register-check input {
  margin-top: 4px;
}

.mm-register-check span {
  font-size: 16px;
  line-height: 1.6;
}

.mm-register-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 30px;
}

.mm-register-submit-status {
  min-height: 20px;
  margin-top: 14px;
  color: #2c4630;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.mm-register-submit-status.is-error {
  color: #b42318;
}

.mm-register-submit-status.is-success {
  color: #2c4630;
}

.mm-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mm-register-btn--primary {
  background: #cdd304;
  color: var(--mm-deep-green-2);
}

.mm-register-btn--ghost {
  border-color: rgba(26, 26, 26, 0.18);
  background: transparent;
  color: #18211c;
}

.mm-register-payment__methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 26px;
}

.mm-register-method {
  position: relative;
  display: block;
}

.mm-register-method input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.mm-register-method span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: none;
  border-bottom: 3px solid rgba(17, 60, 25, 0.16);
  background: transparent;
  color: #18211c;
  font-family: "NTF-Grand-Bold", sans-serif;
  font-size: 1.28rem;
}

.mm-register-method input:checked + span {
  border-bottom-color: #113c19;
  background: transparent;
  color: #113c19;
}

.mm-register-payment__details {
  margin-bottom: 24px;
}

.mm-register-payment-card {
  display: none;
  padding: 24px;
  background: rgba(255, 249, 214, 0.9);
  border-left: 5px solid var(--mm-accent);
}

.mm-register-payment-card.is-active {
  display: block;
}

.mm-register-payment-card h3 {
  font-size: 2.2rem;
}

.mm-register-payment-card ul {
  margin: 0;
  padding-left: 18px;
}

.mm-register-payment-card li + li {
  margin-top: 8px;
}

.mm-register-success {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.mm-register-success__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 22, 10, 0.7);
}

.mm-register-success__dialog {
  position: relative;
  z-index: 1;
  width: min(540px, calc(100% - 32px));
  margin: 8vh auto 0;
  padding: 28px 28px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.mm-register-success__dialog h2 {
  margin-bottom: 12px;
  max-width: 420px;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.mm-register-success__copy {
  margin: 0 0 18px;
  color: #59625c;
  max-width: 430px;
  font-size: 15px;
  line-height: 1.65;
}

.mm-register-success__summary {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 47, 22, 0.1);
  border-radius: 12px;
  background: #f8faf8;
}

.mm-register-success__summary span {
  color: #546054;
  font-weight: 700;
}

.mm-register-success__summary p {
  margin: 0;
  color: #313935;
  font-size: 15px;
  line-height: 1.45;
}

.mm-register-success__summary strong {
  color: #1f2422;
}

.mm-register-success__eyebrow {
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
}

.mm-register-actions--success {
  justify-content: space-between;
  margin-top: 0;
  align-items: center;
  gap: 12px;
}

.mm-register-actions--success .mm-register-btn--ghost,
.mm-register-actions--success .mm-register-btn--primary {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  .mm-register-how__grid,
  .mm-register-flow__layout {
    grid-template-columns: 1fr;
  }

  .mm-register-flow__sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .mm-register-shell {
    padding: 0 16px;
  }

  .mm-register-flow {
    padding: 18px 0 56px;
  }

  .mm-register-banner,
  .mm-register-banner__inner {
    min-height: 320px;
  }

  .mm-register-banner__inner {
    padding-top: 96px;
  }

  .mm-register-banner__title {
    font-size: clamp(3.8rem, 12vw, 5.2rem);
  }

  .mm-register-card,
  .mm-register-flow__sidebar,
  .mm-register-how__card,
  .mm-register-success__dialog {
    padding: 20px 16px;
  }

  .mm-register-card__title {
    margin-bottom: 18px;
    font-size: 1.08rem;
  }

  .mm-register-steps,
  .mm-register-payment__methods,
  .mm-register-fields,
  .mm-register-success__summary {
    grid-template-columns: 1fr;
  }

  .mm-register-steps {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
  }

  .mm-register-step {
    min-height: 46px;
    padding: 8px 10px;
  }

  .mm-register-step strong {
    font-size: 0.72rem;
  }

  .mm-register-field input,
  .mm-register-field select {
    min-height: 44px;
    font-size: 14px;
  }

  .mm-register-field span {
    font-size: 11px;
  }

  .mm-register-method span {
    min-height: 46px;
    font-size: 1.08rem;
  }

  .mm-register-payment-card {
    padding: 18px 16px;
  }

  .mm-register-payment-card h3 {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .mm-register-check span {
    font-size: 14px;
    line-height: 1.5;
  }

  .mm-register-actions,
  .mm-register-actions--success {
    flex-direction: column;
  }

  .mm-register-btn {
    width: 100%;
  }

  .mm-register-success__dialog {
    width: min(520px, calc(100% - 24px));
    margin-top: 6vh;
    padding: 24px 20px 20px;
  }
}
