.couples-growth-page {
  --couples-ink: #17332f;
  --couples-accent: #d85f3f;
  --couples-soft: #f3dfd2;
  --couples-paper: #fffaf3;
  --couples-line: rgba(23, 51, 47, 0.18);
}

.couples-growth-page .guide-hero {
  position: relative;
}

.couples-growth-page .guide-hero::after {
  content: "two people · one realistic start";
  display: block;
  width: fit-content;
  margin-top: 1.15rem;
  color: var(--couples-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.couples-hero-actions {
  margin: 1.3rem 0 0;
}

.couples-direct-answer {
  overflow: hidden;
  color: #fffaf3;
  background:
    radial-gradient(circle at 92% 10%, rgba(216, 95, 63, 0.5), transparent 30%),
    linear-gradient(135deg, #17332f, #0e2624 70%);
  border-color: transparent;
}

.couples-direct-answer h2,
.couples-direct-answer p,
.couples-direct-answer .eyebrow {
  color: inherit;
}

.couples-direct-answer > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 250, 243, 0.82);
}

.couples-direct-answer .button.primary {
  color: #17332f;
  background: #fffaf3;
  border-color: #fffaf3;
}

.couples-route-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.couples-route-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.7rem;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.couples-route-strip span {
  grid-row: 1 / 3;
  color: #f7b394;
  font-weight: 800;
}

.couples-route-strip strong {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
}

.couples-route-strip small {
  color: rgba(255, 250, 243, 0.72);
  line-height: 1.45;
}

.couples-fit-chooser {
  border-top: 6px solid var(--couples-accent);
  background:
    linear-gradient(180deg, rgba(243, 223, 210, 0.48), transparent 250px),
    var(--couples-paper);
}

.couples-filter-grid fieldset {
  min-width: 0;
}

.couples-filter-grid legend {
  color: var(--couples-ink);
}

.couples-filter-grid button {
  min-height: 48px;
}

.couples-filter-grid button.is-selected,
.couples-filter-grid button[aria-pressed="true"] {
  color: #fff;
  background: var(--couples-ink);
  border-color: var(--couples-ink);
  box-shadow: 0 8px 20px rgba(23, 51, 47, 0.15);
}

.couples-growth-page .creative-best-match {
  background:
    linear-gradient(135deg, rgba(216, 95, 63, 0.09), transparent 48%),
    #fff;
  border-color: rgba(216, 95, 63, 0.34);
}

.couples-growth-page .creative-best-label,
.couples-growth-page .creative-alternative-card > span {
  color: var(--couples-accent);
}

.couples-growth-page .creative-best-specs div {
  background: rgba(243, 223, 210, 0.36);
}

.couples-session-proof {
  border-top: 6px solid var(--couples-ink);
}

.couples-session-proof .creative-proof-progress li.is-complete {
  border-color: var(--couples-ink);
  background: rgba(23, 51, 47, 0.08);
}

.couples-session-proof .creative-proof-progress li.is-current {
  outline: 3px solid rgba(216, 95, 63, 0.25);
  outline-offset: 2px;
}

.couples-session-proof .creative-blocker-grid label:has(input:checked) {
  border-color: var(--couples-accent);
  background: rgba(243, 223, 210, 0.42);
  box-shadow: 0 0 0 2px rgba(216, 95, 63, 0.12);
}

.couples-earned-path {
  background: linear-gradient(135deg, rgba(23, 51, 47, 0.08), rgba(243, 223, 210, 0.48));
}

.couples-earned-path .shop-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
}

.couples-growth-page .idea-summary {
  background: linear-gradient(135deg, #f7ece2, #fffaf3);
}

.couples-growth-page .idea-card {
  border-top: 3px solid transparent;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.couples-growth-page .idea-card:hover {
  transform: translateY(-3px);
  border-top-color: var(--couples-accent);
  box-shadow: 0 14px 28px rgba(23, 51, 47, 0.1);
}

.couples-growth-page .idea-card > span {
  color: var(--couples-accent);
}

.couples-growth-page :is(button, a):focus-visible {
  outline: 3px solid #f08a63;
  outline-offset: 3px;
}

@media (max-width: 780px) {
  .couples-route-strip {
    grid-template-columns: 1fr;
  }

  .couples-hero-actions {
    align-items: stretch;
  }

  .couples-hero-actions .button,
  .couples-direct-answer > .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .couples-direct-answer,
  .couples-fit-chooser,
  .couples-session-proof {
    padding: 1.05rem;
    border-radius: 18px;
  }

  .couples-filter-grid .creative-filter-row {
    grid-template-columns: 1fr;
  }

  .couples-growth-page .creative-proof-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .couples-growth-page .idea-card {
    transition: none;
  }
}
