.anti-scroll-growth-page {
  --anti-ink: #17352f;
  --anti-teal: #2b6658;
  --anti-coral: #d66745;
  --anti-gold: #e9b84c;
  --anti-sky: #dcebec;
  --anti-paper: #fffaf0;
  --anti-line: rgba(23, 53, 47, .16);
}

.anti-scroll-growth-page .anti-scroll-chooser {
  overflow: hidden;
  border-top: 6px solid var(--anti-gold);
  background: radial-gradient(circle at 100% 0, rgba(233, 184, 76, .16), transparent 28%), var(--anti-paper);
}

.anti-scroll-growth-page .commerce-fit-selector {
  margin: 1.2rem 0;
  padding: 1rem;
  border: 1px solid var(--anti-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
}

.anti-scroll-growth-page .introvert-filter-row {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1.58fr);
  gap: .8rem;
  align-items: center;
  padding: .7rem 0;
  border-bottom: 1px solid var(--anti-line);
}

.anti-scroll-growth-page .introvert-filter-row:last-of-type { border-bottom: 0; }
.anti-scroll-growth-page .introvert-filter-row > strong { color: var(--anti-ink); }
.anti-scroll-growth-page .introvert-filter-buttons { display: flex; flex-wrap: wrap; gap: .5rem; }
.anti-scroll-growth-page .introvert-filter-buttons button {
  min-height: 48px;
  padding: .7rem .9rem;
  border: 1px solid var(--anti-line);
  border-radius: 999px;
  color: var(--anti-ink);
  background: #fff;
  font-weight: 750;
}
.anti-scroll-growth-page .introvert-filter-buttons button:is(.is-active,[aria-pressed="true"]) {
  color: #fff;
  border-color: var(--anti-teal);
  background: var(--anti-teal);
  box-shadow: 0 8px 20px rgba(43, 102, 88, .16);
}
.anti-scroll-growth-page .introvert-filter-status {
  margin: .8rem 0 0;
  color: var(--anti-teal);
  font-weight: 750;
}
.anti-scroll-growth-page .introvert-quick-picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.anti-scroll-growth-page .introvert-quick-pick {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.05rem;
  border: 1px solid var(--anti-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23, 53, 47, .06);
}
.anti-scroll-growth-page .introvert-quick-pick[data-match-rank="1"] {
  border-color: rgba(214, 103, 69, .5);
  background: linear-gradient(145deg, rgba(214, 103, 69, .1), transparent 48%), #fff;
}
.anti-scroll-growth-page .introvert-quick-pick > span {
  color: var(--anti-coral);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.anti-scroll-growth-page .introvert-quick-pick h3 { margin: .35rem 0 .45rem; }
.anti-scroll-growth-page .introvert-quick-pick .fit-tags { margin-top: auto; color: rgba(23, 53, 47, .7); font-size: .86rem; }
.anti-scroll-growth-page .introvert-quick-pick a { margin-top: .55rem; font-weight: 750; }

.anti-scroll-growth-page .anti-scroll-proof {
  overflow: hidden;
  border-top: 6px solid var(--anti-teal);
  background: linear-gradient(155deg, rgba(220, 235, 236, .72), transparent 54%), #fff;
}
.anti-scroll-selected-plan {
  margin: 1rem 0;
  padding: 1.05rem;
  border: 1px solid var(--anti-line);
  border-radius: 16px;
  background: var(--anti-paper);
}
.anti-scroll-selected-plan > span,
.anti-scroll-product-card > span {
  color: var(--anti-coral);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.anti-scroll-selected-plan h3 { margin: .35rem 0; }
.anti-scroll-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .5rem;
  padding: 0;
  list-style: none;
}
.anti-scroll-progress li {
  min-height: 70px;
  padding: .7rem;
  border: 1px solid var(--anti-line);
  border-radius: 12px;
  background: #fff;
}
.anti-scroll-progress b { display: block; color: var(--anti-coral); }
.anti-scroll-progress li.is-complete { border-color: var(--anti-teal); background: rgba(43, 102, 88, .09); }
.anti-scroll-progress li.is-current { outline: 3px solid rgba(233, 184, 76, .32); outline-offset: 2px; }
.anti-scroll-checks,
.anti-scroll-repeat fieldset {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--anti-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
}
.anti-scroll-checks legend,
.anti-scroll-repeat legend { padding: 0 .35rem; color: var(--anti-ink); font-weight: 800; }
.anti-scroll-checks label,
.anti-scroll-session-checks label,
.anti-scroll-repeat fieldset label {
  display: flex;
  gap: .65rem;
  min-height: 58px;
  margin: .55rem 0;
  padding: .75rem;
  align-items: flex-start;
  border: 1px solid var(--anti-line);
  border-radius: 12px;
  background: #fff;
}
.anti-scroll-checks input,
.anti-scroll-session-checks input,
.anti-scroll-repeat fieldset input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .18rem;
  accent-color: var(--anti-teal);
}
.anti-scroll-checks span,
.anti-scroll-session-checks span,
.anti-scroll-repeat fieldset span { display: grid; gap: .12rem; }
.anti-scroll-checks small,
.anti-scroll-session-checks small,
.anti-scroll-repeat fieldset small { color: rgba(23, 53, 47, .68); line-height: 1.4; }
.anti-scroll-checks label:has(input:checked),
.anti-scroll-session-checks label:has(input:checked),
.anti-scroll-repeat fieldset label:has(input:checked) { border-color: var(--anti-gold); background: rgba(233, 184, 76, .11); }
.anti-scroll-session-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.anti-scroll-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.anti-scroll-actions .button,
.anti-scroll-repeat > .button { min-height: 48px; }
.anti-scroll-outcome {
  margin-top: 1.1rem;
  padding: 1.1rem;
  border: 1px solid var(--anti-line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(43, 102, 88, .09), rgba(220, 235, 236, .65));
}
.anti-scroll-outcome h3 { margin: .35rem 0; }
.anti-scroll-product-card { margin-top: 1rem; padding: 1rem; border: 1px solid var(--anti-line); border-radius: 14px; background: #fff; }
.anti-scroll-product-card h4 { margin: .35rem 0 .55rem; }
.anti-scroll-product-card .paid-link-note { padding: .75rem; border-radius: 10px; background: rgba(233, 184, 76, .12); }
.anti-scroll-growth-page :is(button, a):focus-visible { outline: 3px solid #d8872b; outline-offset: 3px; }

@media (max-width: 820px) {
  .anti-scroll-growth-page .introvert-quick-picks,
  .anti-scroll-session-checks { grid-template-columns: 1fr; }
  .anti-scroll-progress { grid-template-columns: repeat(5, minmax(74px, 1fr)); overflow-x: auto; padding: .2rem; }
}

@media (max-width: 620px) {
  .anti-scroll-growth-page .introvert-filter-row { grid-template-columns: 1fr; }
  .anti-scroll-growth-page .introvert-filter-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .anti-scroll-growth-page .introvert-filter-buttons button { border-radius: 12px; }
  .anti-scroll-actions { align-items: stretch; }
  .anti-scroll-actions .button,
  .anti-scroll-repeat > .button { width: 100%; }
  .anti-scroll-growth-page .anti-scroll-chooser,
  .anti-scroll-growth-page .anti-scroll-proof { padding: 1.05rem; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .anti-scroll-growth-page * { scroll-behavior: auto !important; }
}
