.sportfinder-local-landing-page #masthead,
.sportfinder-local-landing-page #colophon,
.sportfinder-local-landing-page .site-header,
.sportfinder-local-landing-page .site-footer,
.sportfinder-local-landing-page .entry-header,
.sportfinder-local-landing-page .entry-title,
.sportfinder-local-landing-page .page-title {
  display: none !important;
}

.sportfinder-local-landing-page .site,
.sportfinder-local-landing-page .site-main,
.sportfinder-local-landing-page .site-content,
.sportfinder-local-landing-page .content-area,
.sportfinder-local-landing-page .ast-container,
.sportfinder-local-landing-page .entry-content,
.sportfinder-local-landing-page #sportfinder-local-seo-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.msc-local-landing {
  --msc-local-navy: #071734;
  --msc-local-ink: #26364f;
  --msc-local-muted: #65778a;
  --msc-local-teal: #21b8b0;
  --msc-local-cyan: #46cae8;
  --msc-local-orange: #ffb000;
  --msc-local-line: rgba(33, 184, 176, .2);
  --msc-local-shadow: 0 18px 48px rgba(7, 23, 52, .13);
  background:
    radial-gradient(circle at 8% 8%, rgba(70, 202, 232, .14), transparent 28%),
    linear-gradient(180deg, #f4fbfd 0%, #eef8fb 42%, #f8fbfd 100%);
}

.msc-local-landing .msc-local-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.msc-local-landing .msc-local-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--msc-local-navy);
}

.msc-local-landing .msc-local-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 23, 52, .94), rgba(7, 23, 52, .58), rgba(7, 23, 52, .18)),
    url("hero-team.webp") center 42% / cover no-repeat;
}

.msc-local-landing .msc-local-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  padding: clamp(56px, 7vw, 88px) 0;
}

.msc-local-landing .msc-local-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--msc-local-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.msc-local-landing .msc-local-kicker span {
  display: inline-block;
  width: 34px;
  height: 6px;
  border-radius: 99px;
  background: var(--msc-local-orange);
}

.msc-local-landing .msc-local-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6.2vw, 76px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

.msc-local-landing .msc-local-hero-copy > p:not(.msc-local-kicker) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.msc-local-landing .msc-local-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.msc-local-landing .msc-local-primary,
.msc-local-landing .msc-local-secondary,
.msc-local-landing .sf-sport-cta,
.msc-local-landing .sf-sport-program-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.msc-local-landing .msc-local-primary,
.msc-local-landing .sf-sport-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--msc-local-teal), #1d96b8);
  box-shadow: 0 12px 26px rgba(33, 184, 176, .24);
}

.msc-local-landing .msc-local-secondary,
.msc-local-landing .sf-sport-program-cta {
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(14px);
}

.msc-local-landing .sf-sport-program-cta {
  border-color: rgba(33, 184, 176, .28);
  color: #0f7892;
  background: rgba(255, 255, 255, .78);
}

.msc-local-landing .msc-local-hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 30px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .16);
  backdrop-filter: blur(18px);
}

.msc-local-landing .msc-local-hero-panel img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 8px 16px rgba(7, 23, 52, .16));
}

.msc-local-landing .msc-local-hero-panel dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.msc-local-landing .msc-local-hero-panel div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: baseline;
}

.msc-local-landing .msc-local-hero-panel dt {
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
}

.msc-local-landing .msc-local-hero-panel dd {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.msc-local-landing .msc-local-main {
  padding: clamp(36px, 5vw, 68px) 0;
}

.msc-local-landing .sf-sport-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.msc-local-landing .sf-sport-answer,
.msc-local-landing .sf-sport-panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(33, 184, 176, .18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 253, 255, .82)),
    radial-gradient(circle at 15% 0%, rgba(70, 202, 232, .12), transparent 34%);
  box-shadow: var(--msc-local-shadow);
}

.msc-local-landing .sf-sport-answer,
.msc-local-landing .sf-sport-panel-accent {
  grid-column: span 2;
}

.msc-local-landing .sf-sport-h2,
.msc-local-landing .sf-sport-h2-tight {
  margin: 0 0 14px;
  color: var(--msc-local-navy);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.msc-local-landing .sf-sport-copy,
.msc-local-landing .sf-sport-small-copy,
.msc-local-landing .sf-sport-list,
.msc-local-landing .sf-sport-faq-a {
  color: var(--msc-local-ink);
  font-size: 17px;
  line-height: 1.62;
}

.msc-local-landing .sf-sport-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.msc-local-landing .sf-sport-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.msc-local-landing .sf-sport-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(33, 184, 176, .24);
  border-radius: 999px;
  color: #0f7892;
  background: rgba(218, 248, 252, .72);
  font-weight: 850;
  text-decoration: none;
}

.msc-local-landing .sf-sport-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.msc-local-landing .sf-sport-program-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(33, 184, 176, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
}

.msc-local-landing .sf-sport-program-name {
  color: var(--msc-local-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.msc-local-landing .sf-sport-program-org {
  color: var(--msc-local-muted);
  font-weight: 700;
}

.msc-local-landing .sf-sport-faq {
  padding: 18px 0;
  border-top: 1px solid rgba(7, 23, 52, .09);
}

.msc-local-landing .sf-sport-faq:first-of-type {
  border-top: 0;
}

.msc-local-landing .sf-sport-faq-q {
  margin-bottom: 6px;
  color: var(--msc-local-navy);
  font-size: 18px;
  font-weight: 900;
}

.msc-local-return-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(33, 184, 176, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 28px rgba(7, 23, 52, .14);
}

.msc-local-return-top span {
  width: 17px;
  height: 17px;
  border-top: 4px solid var(--msc-local-navy);
  border-left: 4px solid var(--msc-local-navy);
  transform: translateY(4px) rotate(45deg);
}

@media (max-width: 860px) {
  .msc-local-landing .msc-local-shell {
    width: min(100% - 28px, 680px);
  }

  .msc-local-landing .msc-local-hero {
    min-height: auto;
  }

  .msc-local-landing .msc-local-hero-inner,
  .msc-local-landing .sf-sport-body,
  .msc-local-landing .sf-sport-stack {
    grid-template-columns: 1fr;
  }

  .msc-local-landing .msc-local-hero-inner {
    padding: 42px 0;
  }

  .msc-local-landing .sf-sport-answer,
  .msc-local-landing .sf-sport-panel-accent {
    grid-column: auto;
  }

  .msc-local-landing .msc-local-hero h1 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .msc-local-landing .msc-local-hero-panel {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .msc-local-landing .msc-local-hero-actions {
    display: grid;
  }

  .msc-local-landing .msc-local-primary,
  .msc-local-landing .msc-local-secondary,
  .msc-local-landing .sf-sport-cta,
  .msc-local-landing .sf-sport-program-cta {
    width: 100%;
  }

  .msc-local-landing .msc-local-hero-panel div {
    grid-template-columns: 82px 1fr;
  }

  .msc-local-return-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}
