/* Sky Money Market — product detail overrides */

.money-market-detail-page.checking-product-detail-page
  .checking-hero
  .checking-breadcrumb {
  background: transparent;
}

.money-market-detail-page .checking-hero {
  overflow: hidden;
  padding-bottom: 0;
  /* Distinct hero wash — cooler slate emphasis vs. Sky Savings */
  background: var(--hero-background);
}

.money-market-detail-page .checking-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.money-market-detail-page .checking-hero__copy {
  box-sizing: border-box;
  padding-bottom: clamp(2.35rem, 4vw, 3.15rem);
  align-self: start;
  padding-top: 25px;
}

.money-market-detail-page .checking-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(8px, 2vw, 16px);
}

.money-market-detail-page .checking-hero__circle.checking-hero__circle--round {
  width: min(100%, clamp(300px, 44vw, 520px));
  max-width: 100%;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Features: intentional 2×2 grid on wide screens */
@media (min-width: 960px) {
  .money-market-detail-page .money-market-feature-cards.checking-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.75rem;
  }
}

/* Liquidity band — subtle editorial accent */
.money-market-detail-page
  .money-market-photo-band
  .checking-photo-band__content {
  border-left: 3px solid rgba(199, 164, 107, 0.85);
  padding-left: clamp(1rem, 2.5vw, 1.75rem);
}

/* Digital mock — larger cap so swapped art reads at hero scale */
.money-market-detail-page .checking-split__mock-figure {
  max-width: min(100%, 620px);
}

.money-market-detail-page .checking-split__mock-img {
  width: min(100%, 520px);
  max-width: 100%;
  height: auto;
  max-height: min(580px, 75vh);
  margin-inline: auto;
  display: block;
}

/* Bottom CTA */
.money-market-detail-page .money-market-cta__actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.875rem 1.25rem;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.money-market-detail-page .money-market-cta__actions .btn--outline:hover,
.money-market-detail-page
  .money-market-cta__actions
  .btn--outline:focus-visible {
  color: var(--color-white);
  background: var(--color-navy-900);
  border-color: var(--color-navy-900);
}

@media (max-width: 520px) {
  .money-market-detail-page .money-market-cta__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 22rem;
  }

  .money-market-detail-page .money-market-cta__actions .btn {
    width: 100%;
    box-sizing: border-box;
  }
}
