.marketing-page {
  --marketing-navy: #061326;
  --marketing-navy-2: #0a1d38;
  --marketing-navy-3: #10294d;
  --marketing-blue: #1358dc;
  --marketing-blue-bright: #2f73ff;
  --marketing-gold: #f0b733;
  --marketing-gold-bright: #ffc94d;
  --marketing-cream: #f7f4ed;
  --marketing-line: #dbe2eb;
  background: var(--marketing-navy);
}

.marketing-page main {
  overflow: hidden;
}

.marketing-shell {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.marketing-section__eyebrow,
.marketing-hero__eyebrow {
  color: var(--marketing-gold-bright);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Hero ------------------------------------------------------------------ */
.marketing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  background:
    radial-gradient(circle at 74% 10%, rgba(35, 93, 181, 0.18), transparent 34%),
    linear-gradient(120deg, #061326 0%, #07162a 53%, #0a1d38 100%);
  color: #fff;
}

.marketing-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, transparent 0 70%, rgba(19, 88, 220, 0.13) 70% 73%, transparent 73% 77%, rgba(240, 183, 51, 0.12) 77% 78%, transparent 78%),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 34%, #000);
}

.marketing-hero::after {
  position: absolute;
  right: -12%;
  bottom: -36%;
  z-index: -1;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(47, 115, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(47, 115, 255, 0.025),
    0 0 0 148px rgba(240, 183, 51, 0.025);
  content: "";
}

.marketing-hero__inner {
  display: grid;
  min-height: 604px;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  padding-block: 54px 36px;
}

.marketing-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.marketing-hero h1 {
  display: grid;
  gap: 4px;
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(4.1rem, 6.7vw, 6.55rem);
  font-weight: 880;
  letter-spacing: -0.072em;
  line-height: 0.86;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.marketing-hero h1 span,
.marketing-hero h1 strong {
  display: block;
  font: inherit;
}

.marketing-hero h1 strong {
  color: var(--marketing-gold-bright);
}

.marketing-hero__lede {
  max-width: 620px;
  margin: 0;
  color: #d8e2ef;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.marketing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.marketing-hero__actions .button {
  min-height: 52px;
  padding-inline: 22px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.82rem;
}

.marketing-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 20px 0 0;
  padding: 0;
  color: #aebdd0;
  font-size: 0.82rem;
  list-style: none;
}

.marketing-hero__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.marketing-hero__assurances svg {
  width: 17px;
  height: 17px;
  color: var(--marketing-gold-bright);
}

.marketing-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.marketing-hero__photo {
  position: absolute;
  inset: -30px -3vw -6px -20px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(6, 19, 38, 0.98) 0%, rgba(6, 19, 38, 0.3) 17%, rgba(6, 19, 38, 0) 39%),
    linear-gradient(0deg, rgba(6, 19, 38, 0.38), transparent 38%),
    url("/assets/images/v0212/home-multisport-triptych.webp?v=2026.09.42") 50% 44% / cover no-repeat;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  filter: saturate(0.92) contrast(1.03);
}

.marketing-hero__photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, transparent 0 72%, rgba(240, 183, 51, 0.18) 72% 73%, transparent 73% 77%, rgba(19, 88, 220, 0.2) 77% 82%, transparent 82%),
    radial-gradient(circle at 58% 22%, transparent 0 34%, rgba(4, 14, 27, 0.12) 78%);
  content: "";
}

.marketing-hero__signal {
  position: absolute;
  right: 2px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  max-width: 330px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(240, 183, 51, 0.5);
  border-radius: 12px;
  background: rgba(4, 16, 31, 0.88);
  color: #c9d4e2;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  padding: 14px 16px;
  backdrop-filter: blur(12px);
}

.marketing-hero__signal strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
}

.marketing-hero__signal-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: rgba(240, 183, 51, 0.12);
  color: var(--marketing-gold-bright);
}

.marketing-hero__signal svg {
  width: 25px;
  height: 25px;
}

.hero-role-strip {
  display: grid;
  min-height: 86px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #b9c6d6;
}

.hero-role-strip__label {
  color: #d4deea;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-role-strip__roles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-role-strip__roles span {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 720;
  letter-spacing: 0.01em;
}

/* Capability band ------------------------------------------------------- */
.capabilities-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(240, 183, 51, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: var(--marketing-navy);
  padding: 54px 0 64px;
}

.capabilities-section__inner {
  width: min(1530px, calc(100% - 48px));
}

.marketing-section__head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.marketing-section__head .marketing-section__eyebrow {
  color: #a96800;
}

.marketing-section__head h2 {
  margin: 10px 0 8px;
  color: var(--marketing-navy);
  font-size: clamp(2.15rem, 3.8vw, 3.4rem);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.marketing-section__head p {
  max-width: 690px;
  margin: 0 auto;
  color: #526174;
  font-size: 1rem;
  line-height: 1.6;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid #dfe5ec;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(6, 19, 38, 0.07);
}

.capability {
  position: relative;
  min-height: 238px;
  padding: 30px 22px 26px;
  text-align: center;
}

.capability + .capability {
  border-left: 1px solid #e3e8ee;
}

.capability__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 17px;
  place-items: center;
  border: 1px solid #a9c3f7;
  border-radius: 14px;
  background: linear-gradient(145deg, #f4f8ff, #e9f1ff);
  color: #165bd6;
  box-shadow: 0 12px 26px rgba(21, 91, 214, 0.1);
}

.capability__icon svg {
  width: 28px;
  height: 28px;
}

.capability h3 {
  margin: 0 0 9px;
  color: #0a1a31;
  font-size: 1rem;
  font-weight: 790;
}

.capability p {
  margin: 0;
  color: #5e6b7d;
  font-size: 0.86rem;
  line-height: 1.55;
}

/* Product showcase ------------------------------------------------------ */
.platform-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(39, 100, 202, 0.18), transparent 31%),
    linear-gradient(135deg, #061326, #0a1b33 58%, #0b2140);
  color: #fff;
  padding: 92px 0 96px;
}

.platform-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}

.platform-section__inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(660px, 1.28fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.platform-section__copy {
  max-width: 510px;
}

.platform-section__copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(2.8rem, 4.7vw, 4.65rem);
  font-weight: 820;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.platform-section__copy > p {
  margin: 0;
  color: #c6d1df;
  font-size: 1.02rem;
  line-height: 1.68;
}

.platform-benefits {
  display: grid;
  gap: 12px;
  margin: 27px 0 30px;
  padding: 0;
  list-style: none;
}

.platform-benefits li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #e3eaf2;
  line-height: 1.45;
}

.platform-benefits span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(240, 183, 51, 0.38);
  border-radius: 50%;
  color: var(--marketing-gold-bright);
  font-size: 0.68rem;
  font-weight: 850;
}

.button--royal {
  border-color: #1d64df;
  background: linear-gradient(180deg, #246de7, #1358ce);
  color: #fff;
  box-shadow: 0 16px 35px rgba(19, 88, 220, 0.27);
}

.button--royal:hover {
  border-color: #3c7cf0;
  background: linear-gradient(180deg, #3178ee, #1b60d6);
}

.product-stage {
  position: relative;
  min-height: 585px;
}

.product-window {
  position: absolute;
  inset: 0 58px 20px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #f7f9fc;
  color: #13243a;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.product-window::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  content: "";
  pointer-events: none;
}

.product-window__topbar {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c2e46;
  background: #0b1a2d;
  color: #fff;
  padding: 0 18px;
}

.product-window__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-window__brand-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  background: var(--marketing-gold);
  color: #152139;
  font-size: 0.8rem;
  font-weight: 900;
}

.product-window__controls {
  display: flex;
  gap: 6px;
}

.product-window__controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #526782;
}

.product-window__body {
  display: grid;
  height: calc(100% - 50px);
  grid-template-columns: 142px minmax(0, 1fr);
}

.product-window__sidebar {
  display: grid;
  align-content: start;
  gap: 7px;
  border-right: 1px solid #d7dee8;
  background: linear-gradient(180deg, #10233d, #0a192d);
  color: #aebed1;
  padding: 20px 14px;
}

.product-window__sidebar strong,
.product-window__sidebar span {
  border-radius: 7px;
  padding: 9px 10px;
  font-size: 0.72rem;
}

.product-window__sidebar strong {
  background: #185bd1;
  color: #fff;
}

.product-window__content {
  min-width: 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(240, 183, 51, 0.08), transparent 24%),
    #f7f9fc;
  padding: 22px;
}

.product-window__welcome {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.product-window__welcome small {
  display: block;
  margin-bottom: 4px;
  color: #66758a;
  font-size: 0.61rem;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.product-window__welcome h3 {
  margin: 0;
  color: #0b1b31;
  font-size: 1.16rem;
}

.product-window__welcome > span {
  border: 1px solid #d5dce6;
  border-radius: 8px;
  background: #fff;
  color: #4c5c70;
  font-size: 0.66rem;
  padding: 7px 10px;
}

.product-window__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.product-window__stats article,
.product-window__panels article {
  border: 1px solid #dce2e9;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(8, 25, 47, 0.045);
}

.product-window__stats article {
  padding: 13px;
}

.product-window__stats small,
.product-window__stats em {
  display: block;
  color: #6c798b;
  font-size: 0.61rem;
  font-style: normal;
}

.product-window__stats strong {
  display: block;
  margin: 6px 0 4px;
  color: #10213a;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.product-window__stats em {
  color: #138a55;
}

.product-window__panels {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  margin-top: 12px;
}

.product-window__panels article {
  min-height: 222px;
  padding: 14px;
}

.product-window__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #172941;
  font-size: 0.72rem;
}

.product-window__panel-head span {
  color: #1764d8;
  font-size: 0.61rem;
}

.product-window__schedule p,
.product-window__activity p {
  display: grid;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  margin: 0;
  border-top: 1px solid #edf0f4;
  color: #35465c;
  font-size: 0.66rem;
  line-height: 1.3;
}

.product-window__schedule p {
  grid-template-columns: 44px minmax(0, 1fr) auto;
}

.product-window__schedule b {
  color: #1764d8;
  font-size: 0.62rem;
}

.product-window__schedule small,
.product-window__activity small {
  color: #7d8999;
  font-size: 0.58rem;
}

.product-window__activity p {
  grid-template-columns: 8px minmax(0, 1fr) auto;
}

.activity-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.activity-dot--gold { background: var(--marketing-gold); }
.activity-dot--blue { background: var(--marketing-blue-bright); }
.activity-dot--green { background: #29a86b; }

.product-phone {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 184px;
  min-height: 394px;
  overflow: hidden;
  border: 5px solid #dce7f5;
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 0%, rgba(47, 115, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #10233f, #071527);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.66), 0 24px 56px rgba(0, 0, 0, 0.38);
  padding: 26px 14px 14px;
}

.product-phone__notch {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 74px;
  height: 17px;
  border-radius: 0 0 12px 12px;
  background: #050c15;
  transform: translateX(-50%);
}

.product-phone > small {
  color: #7ea8f7;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.product-phone h3 {
  margin: 7px 0 18px;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.15;
}

.product-phone__card {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
  border: 1px solid rgba(155, 177, 207, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  padding: 13px 11px;
}

.product-phone__card span,
.product-phone__card small {
  color: #9fb0c5;
  font-size: 0.58rem;
}

.product-phone__card strong {
  font-size: 0.72rem;
}

.product-phone__nav {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.product-phone__nav i {
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 3px;
  background: #547093;
}

.product-phone__nav i:first-child {
  background: var(--marketing-blue-bright);
}

/* Roles ----------------------------------------------------------------- */
.role-section {
  background:
    radial-gradient(circle at 88% 0%, rgba(35, 101, 222, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff, #f5f7fa);
  padding: 82px 0 88px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.role-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 25, 47, 0.065);
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.role-card::after {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(21, 91, 214, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(21, 91, 214, 0.028);
  content: "";
}

.role-card:hover {
  border-color: #b9c9dd;
  box-shadow: 0 24px 56px rgba(8, 25, 47, 0.1);
  transform: translateY(-3px);
}

.role-card__number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #667085;
  font-size: 0.75rem;
  font-weight: 840;
  letter-spacing: 0.1em;
}

.role-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  background: #0b203c;
  color: var(--marketing-gold-bright);
}

.role-card__icon svg {
  width: 27px;
  height: 27px;
}

.role-card h3 {
  margin: 0 0 10px;
  color: #0a1b31;
  font-size: 1.24rem;
  font-weight: 800;
}

.role-card p {
  margin: 0;
  color: #596779;
  font-size: 0.93rem;
  line-height: 1.62;
}

.role-card--coordinator .role-card__icon { background: #1358dc; color: #fff; }
.role-card--guardian .role-card__icon { background: #f4b72d; color: #17233a; }
.role-card--player .role-card__icon { background: #0f315c; color: #73a8ff; }

.role-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #d8e0e9;
  border-radius: 15px;
  background: #d8e0e9;
}

.role-outcomes div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 20px 24px;
}

.role-outcomes strong {
  color: #155bd6;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.role-outcomes span {
  color: #536174;
  font-size: 0.88rem;
}

/* Pricing --------------------------------------------------------------- */
.pricing-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 0%, rgba(29, 92, 196, 0.16), transparent 35%),
    linear-gradient(180deg, #07172b, #061326 72%);
  color: #fff;
  padding: 82px 0 88px;
}

.pricing-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(180deg, #000, transparent 80%);
}

.pricing-section__intro {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.pricing-section__intro h2 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: clamp(2.45rem, 4vw, 3.7rem);
  font-weight: 810;
  letter-spacing: -0.055em;
}

.pricing-section__intro p {
  max-width: 720px;
  margin: 0 auto;
  color: #b8c6d8;
}

.pricing-grid {
  display: grid;
  max-width: 1180px;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border: 1px solid #d9e1eb;
  border-radius: 16px;
  background: #fff;
  color: #13243a;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.2);
  padding: 28px;
}

.pricing-card--featured {
  border: 2px solid var(--marketing-gold);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.28), 0 0 0 5px rgba(240, 183, 51, 0.08);
  transform: translateY(-8px);
}

.pricing-card__badge {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  min-height: 26px;
  border-radius: 0 0 9px 9px;
  background: linear-gradient(180deg, #f7c44e, #e6a621);
  color: #211700;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 10px;
}

.pricing-card--featured .pricing-card__heading {
  margin-top: 14px;
}

.pricing-card__heading {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}

.pricing-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: #edf3ff;
  color: #165bd6;
}

.pricing-card__icon svg {
  width: 25px;
  height: 25px;
}

.pricing-card h3 {
  margin: 2px 0 5px;
  color: #0a1b31;
  font-size: 1.06rem;
  font-weight: 840;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pricing-card__heading p {
  margin: 0;
  color: #677588;
  font-size: 0.78rem;
  line-height: 1.45;
}

.pricing-card__price {
  margin: 25px 0 18px;
  color: #0b1c33;
  font-size: 2.65rem;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.pricing-card__price small {
  color: #667488;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  color: #3e4f64;
  font-size: 0.84rem;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 22px;
}

.pricing-card li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  background: #eaf1ff;
  color: #155bd6;
  content: "✓";
  font-size: 0.62rem;
  font-weight: 900;
}

.pricing-card--featured li::before {
  background: #fff0c6;
  color: #9b6500;
}

.pricing-card__link {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #2163d4;
  border-radius: 8px;
  color: #1358ce;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.pricing-card__link:hover {
  background: #1358ce;
  color: #fff;
  transform: translateY(-1px);
}

.pricing-card--featured .pricing-card__link {
  border-color: var(--marketing-gold);
  background: linear-gradient(180deg, #f7c44e, #e7a723);
  color: #201600;
}

.pricing-section__assurances {
  display: flex;
  max-width: 880px;
  margin: 32px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  color: #aebdd0;
  font-size: 0.8rem;
}

.pricing-section__assurances span {
  position: relative;
  padding-left: 18px;
}

.pricing-section__assurances span::before {
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--marketing-gold);
  box-shadow: 0 0 0 4px rgba(240, 183, 51, 0.12);
  content: "";
}

/* Closing call to action and footer ------------------------------------ */
.marketing-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 50%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(100deg, #0c4bc2, #135fe2 52%, #0d45b4);
  color: #fff;
}

.marketing-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 70%, rgba(255, 255, 255, 0.08) 70% 72%, transparent 72% 78%, rgba(240, 183, 51, 0.16) 78% 79%, transparent 79%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 100% 26px;
  content: "";
}

.marketing-cta__inner {
  display: grid;
  min-height: 180px;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-block: 30px;
}

.marketing-cta__mark {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 206, 91, 0.65);
  border-radius: 18px;
  background: rgba(5, 24, 55, 0.32);
  color: var(--marketing-gold-bright);
}

.marketing-cta__mark svg {
  width: 42px;
  height: 42px;
}

.marketing-cta .marketing-section__eyebrow {
  color: #ffe18e;
}

.marketing-cta h2 {
  margin: 6px 0 5px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 820;
  letter-spacing: -0.05em;
}

.marketing-cta p {
  margin: 0;
  color: #dbe8ff;
}

.marketing-cta__actions {
  display: flex;
  gap: 12px;
}

.marketing-footer {
  background: #041020;
  color: #b6c3d3;
  padding: 54px 0 24px;
}

.marketing-footer__inner {
  display: grid;
  grid-template-columns: minmax(320px, 1.7fr) repeat(3, minmax(130px, 0.6fr));
  gap: 46px;
}

.marketing-footer__brand {
  max-width: 420px;
}

.marketing-footer__brand .brand-lockup {
  margin-bottom: 18px;
}

.marketing-footer__brand p {
  margin: 0;
  color: #8fa0b6;
  font-size: 0.88rem;
  line-height: 1.65;
}

.marketing-footer__column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.marketing-footer__column strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marketing-footer__column a {
  color: #9eacc0;
  font-size: 0.84rem;
  text-decoration: none;
}

.marketing-footer__column a:hover {
  color: #fff;
}

.marketing-footer__legal {
  display: flex;
  margin-top: 42px;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #7789a0;
  font-size: 0.74rem;
  padding-top: 20px;
}

#platform,
#solutions,
#plans,
#proof,
#company {
  scroll-margin-top: 88px;
}

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1240px) {
  .marketing-hero__inner {
    grid-template-columns: minmax(380px, 0.9fr) minmax(500px, 1.1fr);
  }

  .marketing-hero h1 {
    font-size: clamp(3.75rem, 6.4vw, 5.5rem);
  }

  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capability:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e3e8ee;
  }

  .capability:nth-child(5),
  .capability:nth-child(6) {
    border-top: 1px solid #e3e8ee;
  }

  .platform-section__inner {
    grid-template-columns: minmax(300px, 0.68fr) minmax(570px, 1.32fr);
    gap: 46px;
  }

  .product-stage {
    min-height: 530px;
  }

  .product-window__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-window__panels {
    grid-template-columns: 1fr;
  }

  .product-window__activity {
    display: none;
  }
}

@media (max-width: 1020px) {
  .marketing-shell {
    width: min(100% - 40px, 920px);
  }

  .marketing-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 50px;
  }

  .marketing-hero__copy {
    max-width: 720px;
  }

  .marketing-hero h1 {
    font-size: clamp(4.2rem, 10vw, 6rem);
  }

  .marketing-hero__visual {
    min-height: 470px;
  }

  .marketing-hero__photo {
    inset: 0 -8vw -12px 7vw;
  }

  .hero-role-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 24px 28px;
    text-align: center;
  }

  .platform-section__inner {
    grid-template-columns: 1fr;
  }

  .platform-section__copy {
    max-width: 720px;
  }

  .product-stage {
    min-height: 590px;
  }

  .product-window__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-window__panels {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .product-window__activity {
    display: block;
  }

  .role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-cta__inner {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .marketing-cta__actions {
    grid-column: 2;
  }

  .marketing-footer__inner {
    grid-template-columns: 1.4fr repeat(3, 0.6fr);
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .marketing-shell {
    width: calc(100% - 32px);
  }

  .marketing-hero {
    min-height: auto;
  }

  .marketing-hero__inner {
    padding-block: 44px 8px;
  }

  .marketing-hero h1 {
    font-size: clamp(3.3rem, 16vw, 4.8rem);
    line-height: 0.9;
    text-wrap: balance;
  }

  .marketing-hero__lede {
    max-width: 560px;
  }

  .marketing-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .marketing-hero__actions .button {
    width: 100%;
  }

  .marketing-hero__assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    font-size: 0.72rem;
  }

  .marketing-hero__assurances li {
    align-items: flex-start;
  }

  .marketing-hero__visual {
    min-height: 390px;
  }

  .marketing-hero__photo {
    inset: 10px -36px 0 -44px;
    background:
      linear-gradient(0deg, rgba(6, 19, 38, 0.76) 0%, transparent 48%),
      url("/assets/images/v0212/home-multisport-triptych.webp?v=2026.09.42") 50% 40% / cover no-repeat;
    clip-path: none;
    mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 85%, transparent 100%);
  }

  .marketing-hero__signal {
    right: 0;
    bottom: 14px;
    max-width: 280px;
  }

  .hero-role-strip__roles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
  }

  .hero-role-strip__roles span {
    border: 0;
    background: rgba(4, 16, 31, 0.88);
    padding: 12px 8px;
  }

  .capabilities-section {
    padding: 46px 0 54px;
  }

  .capabilities-section__inner {
    width: calc(100% - 24px);
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability {
    min-height: 220px;
    padding: 25px 18px 23px;
  }

  .capability:nth-child(odd) {
    border-left: 0;
  }

  .capability:nth-child(n + 3) {
    border-top: 1px solid #e3e8ee;
  }

  .platform-section {
    padding: 68px 0 72px;
  }

  .product-stage {
    min-height: 510px;
  }

  .product-window {
    inset: 0 24px 48px 0;
  }

  .product-window__body {
    grid-template-columns: 98px minmax(0, 1fr);
  }

  .product-window__sidebar {
    padding: 15px 8px;
  }

  .product-window__sidebar strong,
  .product-window__sidebar span {
    padding: 8px 7px;
    font-size: 0.59rem;
  }

  .product-window__content {
    padding: 14px;
  }

  .product-window__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-window__panels {
    grid-template-columns: 1fr;
  }

  .product-window__activity {
    display: none;
  }

  .product-phone {
    width: 148px;
    min-height: 324px;
    border-radius: 25px;
    padding: 24px 10px 12px;
  }

  .role-section {
    padding: 64px 0 70px;
  }

  .role-grid {
    grid-template-columns: 1fr;
  }

  .role-card {
    min-height: 0;
  }

  .role-outcomes {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    padding: 66px 0 72px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .pricing-card--featured {
    min-height: 0;
    transform: none;
  }

  .marketing-cta__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 38px;
    text-align: center;
  }

  .marketing-cta__mark {
    margin-inline: auto;
  }

  .marketing-cta__actions {
    grid-column: auto;
    justify-content: center;
  }

  .marketing-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .marketing-hero__assurances {
    grid-template-columns: 1fr;
  }

  .marketing-hero__visual {
    min-height: 340px;
  }

  .marketing-hero__signal {
    max-width: 250px;
    grid-template-columns: 36px 1fr;
    font-size: 0.76rem;
  }

  .marketing-hero__signal-icon {
    width: 36px;
    height: 36px;
  }

  .marketing-section__head {
    margin-bottom: 30px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability {
    display: grid;
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 15px;
    text-align: left;
  }

  .capability + .capability {
    border-top: 1px solid #e3e8ee;
    border-left: 0;
  }

  .capability__icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .capability h3 {
    align-self: end;
  }

  .product-stage {
    min-height: 420px;
  }

  .product-window {
    right: 0;
    bottom: 0;
  }

  .product-window__topbar {
    height: 42px;
    padding-inline: 12px;
  }

  .product-window__body {
    height: calc(100% - 42px);
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .product-window__sidebar span:nth-of-type(n + 4) {
    display: none;
  }

  .product-window__content {
    padding: 11px;
  }

  .product-window__welcome > span,
  .product-window__stats article:nth-child(n + 3) {
    display: none;
  }

  .product-window__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-window__schedule p {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .product-window__schedule p small {
    display: none;
  }

  .product-phone {
    display: none;
  }

  .marketing-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .marketing-footer__inner {
    grid-template-columns: 1fr;
  }

  .marketing-footer__brand {
    grid-column: auto;
  }

  .marketing-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .marketing-hero__copy,
  .marketing-hero__visual,
  .capability,
  .role-card,
  .pricing-card {
    animation: marketing-rise 600ms both;
  }

  .marketing-hero__visual { animation-delay: 80ms; }
  .capability:nth-child(2), .role-card:nth-child(2), .pricing-card:nth-child(2) { animation-delay: 70ms; }
  .capability:nth-child(3), .role-card:nth-child(3), .pricing-card:nth-child(3) { animation-delay: 120ms; }
  .capability:nth-child(4), .role-card:nth-child(4) { animation-delay: 170ms; }
  .capability:nth-child(5) { animation-delay: 220ms; }
  .capability:nth-child(6) { animation-delay: 270ms; }
}

@keyframes marketing-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}


/* V0.21.1 homepage composition repair */
body.page-index .marketing-hero {
  display: block !important;
  min-height: 0;
}
body.page-index .marketing-hero__inner {
  display: grid !important;
  min-height: 610px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
  align-items: center;
  gap: clamp(34px, 4vw, 68px) !important;
  padding-block: 42px 30px;
}
body.page-index .marketing-hero__copy {
  max-width: 660px !important;
  min-width: 0;
}
body.page-index .marketing-hero h1 {
  max-width: 660px;
  margin-block: 16px 22px;
  font-size: clamp(3.25rem, 4.25vw, 4.65rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-wrap: balance;
  white-space: normal;
}
body.page-index .marketing-hero__visual {
  min-width: 0;
  min-height: 520px;
}
body.page-index .marketing-hero__photo {
  inset: 0 !important;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(6,19,38,.28) 0%, rgba(6,19,38,.04) 34%, rgba(6,19,38,0) 60%),
    linear-gradient(0deg, rgba(6,19,38,.24), transparent 38%),
    url("/assets/images/v0212/home-multisport-triptych.webp?v=2026.09.42") 50% 44% / cover no-repeat !important;
  clip-path: none !important;
  filter: contrast(1.03) saturate(.96);
}
body.page-index .marketing-hero__photo::after {
  background: linear-gradient(180deg, rgba(5,16,31,.02), rgba(5,16,31,.18));
}
body.page-index .hero-role-strip {
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  body.page-index .marketing-hero__inner { grid-template-columns: 1fr !important; min-height: 0; }
  body.page-index .marketing-hero__copy { max-width: 800px !important; }
  body.page-index .marketing-hero h1 { max-width: 760px; font-size: clamp(3rem, 8vw, 4.6rem); }
  body.page-index .marketing-hero__visual { min-height: 480px; }
}
@media (max-width: 700px) {
  body.page-index .marketing-hero__inner { padding-block: 30px 24px; }
  body.page-index .marketing-hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  body.page-index .marketing-hero__visual { min-height: 400px; }
}

/* V0.21.4 visual balance: lighter navy atmosphere and a smaller multi-sport proof badge. */
body.page-index .marketing-hero {
  background:
    radial-gradient(circle at 74% 10%, rgba(48, 111, 196, 0.22), transparent 35%),
    linear-gradient(120deg, #0a1b31 0%, #0d2440 52%, #12365a 100%);
}
body.page-index .marketing-hero__photo {
  background:
    linear-gradient(90deg, rgba(9, 27, 49, 0.14) 0%, rgba(9, 27, 49, 0.02) 34%, rgba(9, 27, 49, 0) 60%),
    linear-gradient(0deg, rgba(9, 27, 49, 0.12), transparent 38%),
    url("/assets/images/v0212/home-multisport-triptych.webp?v=2026.09.42") 50% 44% / cover no-repeat !important;
  filter: contrast(1.02) saturate(0.99) brightness(1.03);
}
body.page-index .marketing-hero__photo::after {
  background: linear-gradient(180deg, rgba(8, 24, 43, 0), rgba(8, 24, 43, 0.08));
}
body.page-index .marketing-hero__signal {
  right: 12px;
  bottom: 12px;
  max-width: 238px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  border-radius: 10px;
  background: rgba(8, 24, 43, 0.82);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  padding: 8px 10px;
  backdrop-filter: blur(9px);
}
body.page-index .marketing-hero__signal > span:last-child {
  font-size: 0.76rem;
  line-height: 1.22;
}
body.page-index .marketing-hero__signal strong {
  margin-bottom: 1px;
  font-size: 0.79rem;
}
body.page-index .marketing-hero__signal-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
body.page-index .marketing-hero__signal svg {
  width: 19px;
  height: 19px;
}
@media (max-width: 700px) {
  body.page-index .marketing-hero__signal {
    right: 8px;
    bottom: 8px;
    max-width: 218px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 7px 9px;
  }
  body.page-index .marketing-hero__signal-icon {
    width: 28px;
    height: 28px;
  }
}


/* V0.21.13 professional typography and visual refinement. */
.marketing-page h1,
.marketing-page h2,
.marketing-page h3 {
  font-family: var(--font-display);
}
.marketing-hero h1,
body.page-index .marketing-hero h1 {
  max-width: 690px;
  font-size: clamp(3rem, 4.25vw, 4.45rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.01;
  text-transform: none;
  text-wrap: balance;
}
.marketing-section__head h2 {
  font-size: clamp(1.95rem, 3vw, 2.85rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.platform-section__copy h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.pricing-section__intro h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.marketing-cta h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.product-phone {
  border-color: #dce7f5;
  box-shadow: 0 0 0 1px rgba(255,255,255,.7), 0 24px 56px rgba(0,0,0,.34);
}
@media (max-width: 700px) {
  .marketing-hero h1,
  body.page-index .marketing-hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.45rem);
  }
}

/* V0.23.8: use the real mobile hero asset on narrow viewports. */
@media (max-width: 760px) {
  body.page-index .marketing-hero__photo {
    background-image:
      linear-gradient(90deg, rgba(9, 27, 49, 0.14) 0%, rgba(9, 27, 49, 0.02) 34%, rgba(9, 27, 49, 0) 60%),
      linear-gradient(0deg, rgba(9, 27, 49, 0.12), transparent 38%),
      url("/assets/images/v0212/home-multisport-triptych-mobile.webp?v=2026.09.42") !important;
  }
}
