/* MLS GO Soccer landing page — scoped to body.page-mls-go */

body.page-mls-go {
  --mls-navy: #041e42;
  --mls-red: #c8102e;
  --mls-green: #009639;
  --mls-gold: #ffb703;
  background: var(--bg);
}

body.page-mls-go main {
  padding-bottom: 72px;
}

.mls-go-hero {
  background: linear-gradient(145deg, var(--mls-navy) 0%, #0d3a6b 55%, #145da0 100%);
  color: #fff;
  padding: clamp(28px, 5vw, 56px) 0 clamp(36px, 6vw, 64px);
  position: relative;
  overflow: hidden;
}

.mls-go-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(200, 16, 46, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(0, 150, 57, 0.25) 0%, transparent 40%);
  pointer-events: none;
}

.mls-go-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

.mls-go-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mls-go-hero__brand {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--mls-red);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.mls-go-hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 18ch;
}

.mls-go-hero__tagline {
  margin: 0;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 700;
  color: #e8f4ff;
  max-width: 36ch;
}

.mls-go-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 700;
}

.mls-go-hero__highlights li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mls-go-hero__highlights li::before {
  content: "✓";
  color: var(--mls-gold);
  font-weight: 900;
}

.mls-go-hero__price {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 900;
  color: var(--mls-gold);
}

.mls-go-hero__includes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mls-go-chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}

.mls-go-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mls-go-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.mls-go-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.mls-go-btn--primary {
  background: var(--mls-gold);
  color: var(--mls-navy);
  border-color: var(--mls-gold);
}

.mls-go-btn--primary:hover {
  color: var(--mls-navy);
}

.mls-go-btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}

.mls-go-btn--secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.mls-go-btn--ghost {
  background: #fff;
  color: var(--primary);
  border-color: var(--border);
}

.mls-go-btn--ghost:hover {
  color: var(--primary);
}

.mls-go-btn__price {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0.95;
}

.mls-go-section {
  padding: clamp(36px, 5vw, 56px) 0;
}

.mls-go-section--alt {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.mls-go-section__head {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  color: var(--mls-navy);
  line-height: 1.2;
}

.mls-go-section__lead {
  margin: 0 0 24px;
  font-size: 1.05rem;
  max-width: 62ch;
  color: #3d5a73;
}

.mls-go-callout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.mls-go-callout__item {
  text-align: center;
  padding: 18px 12px;
  border-radius: 14px;
  background: linear-gradient(165deg, #eef6ff, #fff);
  border: 1px solid var(--border);
}

.mls-go-callout__num {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
  color: var(--mls-red);
  line-height: 1.1;
}

.mls-go-callout__label {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mls-navy);
}

.mls-go-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mls-go-benefit {
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px rgba(13, 94, 168, 0.06);
}

.mls-go-benefit--featured {
  border-color: rgba(200, 16, 46, 0.25);
  background: linear-gradient(165deg, #fff 0%, #fff5f6 100%);
}

.mls-go-benefit__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 12px;
  background: #eef6ff;
}

.mls-go-benefit--featured .mls-go-benefit__icon {
  background: rgba(200, 16, 46, 0.12);
}

.mls-go-benefit h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--mls-navy);
}

.mls-go-benefit p {
  margin: 0;
  font-size: 0.95rem;
  color: #3d5a73;
  line-height: 1.5;
}

.mls-go-value-box {
  padding: clamp(24px, 4vw, 36px);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--mls-navy), #0d3a6b);
  color: #fff;
}

.mls-go-value-box h2 {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.mls-go-checklist {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.mls-go-checklist li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.mls-go-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mls-gold);
  font-weight: 900;
}

.mls-go-value-box__price {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
  color: var(--mls-gold);
}

.mls-go-progression {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 28px 0;
  text-align: center;
}

.mls-go-progression__step {
  padding: 14px 24px;
  border-radius: 12px;
  background: #eef6ff;
  border: 2px solid var(--primary);
  font-weight: 800;
  color: var(--mls-navy);
  min-width: min(100%, 280px);
}

.mls-go-progression__step--active {
  background: var(--mls-red);
  border-color: var(--mls-red);
  color: #fff;
}

.mls-go-progression__arrow {
  font-size: 1.25rem;
  color: var(--primary);
  font-weight: 900;
}

.mls-go-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 28px auto;
  max-width: 320px;
}

.mls-go-timeline__step {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid var(--border);
  text-align: center;
  font-weight: 800;
  color: var(--mls-navy);
}

.mls-go-timeline__step--highlight {
  background: var(--mls-red);
  border-color: var(--mls-red);
  color: #fff;
}

.mls-go-timeline__arrow {
  padding: 6px 0;
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 900;
  line-height: 1;
}

.mls-go-statement {
  margin: 24px 0 0;
  text-align: center;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mls-red);
}

.mls-go-schedule-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.mls-go-schedule-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: #fff;
  border: 2px solid var(--border);
  text-align: center;
}

.mls-go-schedule-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mls-navy);
}

.mls-go-schedule-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.mls-go-schedule-summary {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--mls-navy);
  margin: 0;
}

.mls-go-perfect {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.mls-go-perfect li {
  padding-left: 1.5rem;
  position: relative;
  font-weight: 600;
}

.mls-go-perfect li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mls-green);
  font-weight: 900;
}

.mls-go-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mls-go-badge-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--mls-navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mls-go-games-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mls-go-games-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
}

.mls-go-games-list__label {
  font-weight: 900;
  color: var(--mls-red);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  min-width: 4.5rem;
}

.mls-go-games-list__date {
  font-weight: 700;
  color: var(--mls-navy);
}

.mls-go-register-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.mls-go-register-buttons--hero {
  width: 100%;
}

.mls-go-register-buttons--sticky {
  width: 100%;
  justify-content: center;
}

.mls-go-register-buttons--sticky .mls-go-btn {
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.78rem;
}

.mls-go-register-price {
  width: 100%;
  margin: 8px 0 0;
  text-align: center;
  font-weight: 800;
  color: var(--mls-gold);
}

.mls-go-location .mls-go-btn {
  display: inline-flex;
  margin-top: 10px;
}

.mls-go-location .mls-go-btn--ghost {
  margin-top: 0;
}

.mls-go-reg-card__ctas .mls-go-register-buttons,
.mls-go-promo-hero__ctas .mls-go-register-buttons {
  width: 100%;
}

.mls-go-location {
  margin-top: 0;
  padding: 24px;
  border-radius: 16px;
  background: #eef6ff;
  border: 1px solid var(--border);
  text-align: center;
}

.mls-go-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mls-go-location h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mls-navy);
}

.mls-go-location p {
  margin: 0 0 16px;
  font-weight: 600;
}

.mls-go-faq {
  display: grid;
  gap: 10px;
}

.mls-go-faq details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.mls-go-faq summary {
  padding: 16px 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  color: var(--mls-navy);
}

.mls-go-faq summary::-webkit-details-marker {
  display: none;
}

.mls-go-faq summary::after {
  content: "+";
  float: right;
  font-weight: 900;
  color: var(--primary);
}

.mls-go-faq details[open] summary::after {
  content: "−";
}

.mls-go-faq details p {
  margin: 0;
  padding: 0 18px 16px;
  color: #3d5a73;
  line-height: 1.55;
}

.mls-go-final-cta {
  text-align: center;
  padding: clamp(36px, 5vw, 56px) 24px;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--mls-navy), #145da0);
  color: #fff;
}

.mls-go-final-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.mls-go-final-cta p {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
}

.mls-go-final-cta__price {
  margin: 16px 0 20px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 900;
  color: var(--mls-gold);
}

.mls-go-final-cta .mls-go-cta-row {
  justify-content: center;
}

.mls-go-final-cta .mls-go-btn--ghost {
  margin-top: 8px;
}

.mls-go-urgency {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255, 183, 3, 0.2);
  border: 1px solid rgba(255, 183, 3, 0.45);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mls-go-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0));
  background: rgba(4, 30, 66, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
}

.mls-go-sticky-cta.is-visible {
  display: block;
}

.mls-go-sticky-cta .mls-go-btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.mls-go-sticky-cta__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mls-go-sticky-cta__meta {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.03em;
}

/* Homepage & cross-site promos */
.mls-go-promo-hero {
  background: linear-gradient(135deg, #041e42 0%, #0d5ea8 100%);
  color: #fff;
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 4px solid var(--mls-red);
}

.mls-go-promo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 20px;
  align-items: center;
}

.mls-go-promo-hero__kicker {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mls-gold);
}

.mls-go-promo-hero h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 900;
  line-height: 1.15;
}

.mls-go-promo-hero__text {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 52ch;
}

.mls-go-promo-hero__meta {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.55;
}

.mls-go-promo-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mls-go-promo-hero__brand {
  display: none;
  padding: 16px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.home-intro-block--mls-go {
  border: 2px solid var(--mls-red);
  background: linear-gradient(165deg, #fff 0%, #fff8f9 100%);
  position: relative;
}

.home-intro-block--mls-go .home-intro-block__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--mls-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mls-go-sports-banner {
  margin: 0 0 28px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 16px;
  background: linear-gradient(135deg, #041e42, #0d5ea8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mls-go-sports-banner h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mls-go-sports-banner p {
  margin: 0 0 12px;
  line-height: 1.5;
}

.mls-go-sports-banner ul {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.mls-go-reg-card {
  padding: clamp(24px, 4vw, 32px);
  border-radius: 18px;
  border: 2px solid var(--mls-red);
  background: linear-gradient(165deg, #fff, #f8fbff);
  margin-bottom: 24px;
}

.mls-go-reg-card h2 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--mls-navy);
}

.mls-go-reg-card p {
  margin: 0 0 16px;
  line-height: 1.55;
}

.mls-go-reg-card__meta {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 0.95rem;
}

.mls-go-reg-card__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-new-tag {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border-radius: 4px;
  background: var(--mls-red, #c8102e);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

@media (min-width: 720px) {
  .mls-go-promo-hero__brand {
    display: block;
  }

  .mls-go-hero__inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .mls-go-hero__content {
    max-width: 640px;
  }
}

@media (max-width: 719px) {
  .mls-go-callout {
    grid-template-columns: 1fr;
  }

  .mls-go-benefits,
  .mls-go-checklist,
  .mls-go-perfect,
  .mls-go-schedule-cards,
  .mls-go-locations-grid {
    grid-template-columns: 1fr;
  }

  .mls-go-promo-hero__grid {
    grid-template-columns: 1fr;
  }

  body.page-mls-go main {
    padding-bottom: 88px;
  }

  .mls-go-sticky-cta.is-visible {
    display: block;
  }
}

@media (min-width: 720px) {
  .mls-go-sticky-cta {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mls-go-btn {
    transition: none;
  }
}
