.money-growth-page {
  --money-navy: #173b43;
  --money-teal: #2e6f6c;
  --money-mint: #dcebe3;
  --money-gold: #d7a94f;
  --money-rust: #a94739;
}

.money-growth-page .money-hero h1 {
  max-width: 17ch;
}

.money-story-rail {
  display: grid;
  order: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(23, 59, 67, .28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 169, 79, .2), transparent 32%),
    var(--money-navy);
  box-shadow: 0 24px 58px rgba(23, 59, 67, .16);
  color: #fff;
}

.money-story-rail article {
  min-width: 0;
  border-right: 1px solid rgba(255, 255, 255, .15);
  padding: clamp(22px, 4vw, 36px);
}

.money-story-rail article:last-child {
  border-right: 0;
}

.money-story-rail span,
.money-outcome-kicker {
  color: #f2ca7e;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.money-story-rail h2 {
  margin: 12px 0 8px;
  color: #fff;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.04;
}

.money-story-rail p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: .87rem;
  line-height: 1.62;
}

.money-answer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 18px 42px;
  align-items: end;
  overflow: hidden;
  border-left: 6px solid var(--money-gold);
  background:
    radial-gradient(circle at 100% 0, rgba(46, 111, 108, .14), transparent 35%),
    #fffdf8;
}

.money-answer :where(h2, p) {
  margin-top: 0;
}

.money-answer h2 {
  max-width: 17ch;
}

.money-answer > .button {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
}

.money-growth-page #money-fit-chooser,
.money-growth-page .money-demand-proof,
.money-growth-page #money-idea-library {
  scroll-margin-top: 6.5rem;
}

.money-growth-page #money-fit-chooser {
  position: relative;
  overflow: hidden;
  border-color: rgba(23, 59, 67, .32);
  background:
    linear-gradient(90deg, transparent 49px, rgba(169, 71, 57, .1) 50px, transparent 51px),
    repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(23, 59, 67, .045) 32px),
    #fffdf8;
}

.money-growth-page #money-fit-chooser::after {
  content: "MATCH / PROVE / EARN";
  position: absolute;
  top: 22px;
  right: -35px;
  transform: rotate(90deg);
  color: rgba(23, 59, 67, .18);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.money-growth-page #money-fit-chooser > h2 {
  max-width: 18ch;
}

.money-growth-page .creative-best-match {
  border-top-color: var(--money-teal);
}

.money-growth-page .creative-best-label,
.money-growth-page .creative-match-label {
  background: var(--money-mint);
}

.money-growth-page .creative-best-specs {
  grid-template-columns: 1fr;
}

.money-demand-proof {
  order: 3;
  border-top: 7px solid var(--money-teal);
}

.money-proof-brief {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.money-proof-brief article {
  min-width: 0;
  border: 1px solid rgba(23, 59, 67, .2);
  border-radius: 12px;
  padding: 17px;
  background: rgba(255, 255, 255, .8);
}

.money-proof-brief span,
.money-gate-grid > article > span {
  display: block;
  margin-bottom: 7px;
  color: var(--money-rust);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.money-proof-brief p {
  margin: 0;
  color: #273d36;
  font-size: .88rem;
  line-height: 1.58;
}

.money-growth-page :where(.money-signal-fieldset, .money-blocker-fieldset) {
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(23, 59, 67, .22);
  border-radius: 14px;
  padding: 18px;
  background: rgba(255, 253, 248, .86);
}

.money-growth-page :where(.money-signal-fieldset, .money-blocker-fieldset) legend {
  padding: 0 7px;
  color: var(--money-navy);
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.08rem;
  font-weight: 650;
}

.money-growth-page .creative-blocker-grid label:has(input:checked) {
  border-color: var(--money-navy);
  background: var(--money-navy);
  color: #fff;
}

.money-growth-page .creative-blocker-grid label:has(input:checked) :where(strong, small) {
  color: #fff;
}

.money-growth-page .creative-blocker-grid label :where(strong, small) {
  display: block;
  line-height: 1.35;
}

.money-growth-page .creative-blocker-grid label small {
  margin-top: 4px;
  color: #587067;
  font-size: .7rem;
}

.money-earned-path {
  border-left: 5px solid var(--money-gold);
  padding: clamp(20px, 4vw, 30px);
}

.money-earned-path > :where(h3, p) {
  margin-top: 0;
}

.money-earned-path .money-outcome-kicker {
  color: var(--money-rust);
}

.money-product-host:empty {
  display: none;
}

.money-product-host .guide-pick {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin-top: 18px;
  border: 1px solid rgba(23, 59, 67, .22);
  border-radius: 13px;
  padding: 20px;
  background: #fff;
}

.money-product-host .guide-pick :where(h4, p) {
  margin: 0;
}

.money-product-host .guide-pick h4 {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.35rem;
}

.money-product-host .paid-link-note {
  border-left: 3px solid var(--money-gold);
  padding-left: 12px;
  color: #4a5d55;
  font-size: .78rem;
  line-height: 1.5;
}

.money-product-host .shop-link {
  width: max-content;
  max-width: 100%;
}

.money-gate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.money-gate-grid article {
  min-width: 0;
  border: 1px solid rgba(23, 59, 67, .18);
  border-radius: 12px;
  padding: 19px;
  background: #fffdf8;
}

.money-gate-grid article:nth-child(3) {
  background: var(--money-mint);
}

.money-gate-grid :where(h3, p) {
  margin: 0;
}

.money-gate-grid h3 {
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.2rem;
}

.money-gate-grid p {
  margin-top: 8px;
  color: #4a5d55;
  font-size: .82rem;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .money-story-rail,
  .money-gate-grid,
  .money-proof-brief {
    grid-template-columns: 1fr;
  }

  .money-story-rail article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .money-story-rail article:last-child {
    border-bottom: 0;
  }

  .money-answer {
    grid-template-columns: 1fr;
  }

  .money-answer > .button {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .money-answer > .button,
  .money-growth-page .creative-proof-actions :where(button, .button),
  .money-growth-page [data-money-unlock] {
    width: 100%;
    text-align: center;
  }

  .money-growth-page #money-fit-chooser::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .money-growth-page *,
  .money-growth-page *::before,
  .money-growth-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
