@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@property --picks-donut-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

body.home-site {
  --picks-canvas: #f6f8f4;
  --picks-paper: #ffffff;
  --picks-ink: #10231f;
  --picks-panel: #14392c;
  --picks-ink-raised: #1a382f;
  --picks-copy: #4a5f58;
  --picks-muted: #6a7c75;
  --picks-line: #e9eee6;
  --picks-soft: #f4f7f2;
  --picks-mint: #e7efe6;
  --picks-orange: #e85613;
  margin: 0;
  color: var(--picks-ink);
  background: var(--picks-canvas);
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.home-site .site-skip {
  z-index: 1000;
}

.home-site .picks-main {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: clip;
}

.home-site .picks-main a,
.home-site .picks-header a,
.home-site .picks-footer a {
  color: inherit;
  text-decoration: none;
}

.home-site .picks-main a:hover,
.home-site .picks-header a:hover {
  color: var(--picks-orange);
}

.picks-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #e6ebe2;
  background: rgba(246, 248, 244, .88);
  backdrop-filter: blur(10px);
}

.picks-header-inner {
  width: min(1240px, calc(100% - 80px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  transition: min-height 200ms ease;
}

.picks-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: var(--picks-ink);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
}

.picks-wordmark span {
  font-size: 30px;
  transition: font-size 200ms ease;
}

.picks-wordmark small {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.picks-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #24413a;
  font-size: 15px;
  font-weight: 600;
}

.picks-header-actions {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.picks-login {
  padding: 11px 20px;
  border: 1px solid #dce3d9;
  border-radius: 11px;
  color: #24413a !important;
  background: #fff;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.picks-login:hover {
  color: var(--picks-ink) !important;
  border-color: var(--picks-ink);
  box-shadow: 0 16px 34px -24px rgba(16, 35, 31, .4);
  transform: translateY(-2px);
}

.picks-header.is-compact .picks-header-inner {
  min-height: 54px;
}

.picks-header.is-compact .picks-wordmark span {
  font-size: 25px;
}

.picks-header-cta {
  min-height: 0;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff !important;
  background: var(--picks-ink);
  font-weight: 700;
}

.picks-header-cta:hover {
  color: #fff !important;
  background: var(--picks-ink-raised);
}

.picks-mobile-nav {
  display: none;
}

.picks-hero {
  position: relative;
  min-height: 820px;
  padding: 76px 40px 42px;
  overflow: hidden;
  background:
    radial-gradient(70% 60% at 50% 8%, #fff 0%, rgba(255, 255, 255, 0) 70%);
}

.picks-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1520px;
  margin: 0 auto;
  text-align: center;
}

.home-site .picks-eyebrow {
  margin: 0;
  color: var(--picks-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.picks-hero h1 {
  margin: 28px auto 0;
  color: var(--picks-ink);
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(72px, 7.5vw, 124px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}

.picks-hero h1 span {
  display: block;
}

.picks-hero-copy > p:last-child {
  max-width: 700px;
  margin: 25px auto 0;
  color: var(--picks-copy);
  font-size: 19px;
  line-height: 1.55;
  text-wrap: pretty;
}

.picks-route-rings {
  position: absolute;
  top: 405px;
  left: 50%;
  width: max-content;
  height: 300px;
  display: flex;
  opacity: .5;
  pointer-events: none;
  transform: translateX(-50%);
}

.picks-route-rings i {
  width: 300px;
  height: 300px;
  border: 26px solid #e9efe6;
  border-radius: 50%;
}

.picks-route-rings i + i {
  margin-left: -96px;
}

.picks-scan-card {
  position: relative;
  z-index: 3;
  width: min(884px, 100%);
  margin: 45px auto 0;
  padding: 28px 46px 20px;
  border: 1px solid rgba(8, 45, 34, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 65px -22px rgba(8, 45, 34, .27);
}

.picks-scan-card label {
  display: block;
  margin-bottom: 9px;
  color: #132e27;
  font-size: 16px;
  font-weight: 700;
}

.picks-scan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
}

.picks-channel-input {
  min-width: 0;
  min-height: 68px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #aab5b0;
  border-radius: 11px;
  background: #fff;
}

.picks-channel-input:focus-within {
  border-color: #1b5c43;
  box-shadow: 0 0 0 3px rgba(27, 92, 67, .16);
}

.picks-channel-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--picks-ink);
  background: transparent;
  font: inherit;
  font-size: 17px;
}

.picks-channel-input input::placeholder {
  color: #9aa39f;
  opacity: 1;
}

.picks-youtube-icon {
  position: relative;
  flex: 0 0 auto;
  width: 29px;
  height: 20px;
  border-radius: 6px;
  background: #ff1515;
}

.picks-youtube-icon::after {
  position: absolute;
  top: 6px;
  left: 11px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  content: "";
}

.picks-scan-row button {
  min-height: 68px;
  padding: 0 24px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--picks-ink);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12);
  font: inherit;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.picks-scan-row button:hover {
  background: var(--picks-ink-raised);
  box-shadow: 0 14px 26px -18px rgba(16, 35, 31, .55);
  transform: translateY(-1px);
}

.picks-scan-progress {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.picks-scan-progress > div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1ea;
}

.picks-scan-progress > div span {
  width: 68%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--picks-ink), #1b5c43);
  transition: width 2500ms cubic-bezier(.2, .7, .2, 1);
}

.picks-scan-progress p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--picks-muted);
  font-size: 12px;
  font-weight: 600;
}

.picks-scan-progress [data-scan-stage] {
  transition: color 220ms ease;
}

.picks-scan-progress .is-active {
  color: var(--picks-ink);
  font-weight: 650;
}

.home-site .picks-smart-link {
  width: 100%;
  margin-top: 19px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid var(--picks-line);
  color: var(--picks-ink);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.picks-perks {
  position: relative;
  z-index: 3;
  margin: 26px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b3931;
  font-size: 15px;
  font-weight: 580;
}

.picks-perks > span {
  padding: 8px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.picks-perks > span + span {
  border-left: 1px solid #d9e0d6;
}

.picks-perks i {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--picks-mint);
  font-size: 25px;
  font-style: normal;
  font-weight: 650;
}

.picks-perks .picks-bars {
  align-items: flex-end;
  gap: 3px;
  padding-bottom: 12px;
}

.picks-bars b {
  width: 3px;
  border: 1.5px solid var(--picks-ink);
}

.picks-bars b:nth-child(1) { height: 7px; }
.picks-bars b:nth-child(2) { height: 12px; }
.picks-bars b:nth-child(3) { height: 18px; }

.picks-audit-section {
  padding: 0 40px 96px;
}

.picks-audit-stack {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.picks-audit-card {
  width: 100%;
  margin: 0;
  padding: 34px 38px 38px;
  border: 1px solid var(--picks-line);
  border-radius: 22px;
  background: var(--picks-paper);
  box-shadow: 0 30px 70px -45px rgba(8, 45, 34, .32);
}

.picks-audit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.picks-audit-header h2 {
  margin: 0;
  color: var(--picks-ink);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.picks-audit-header p {
  margin: 6px 0 0;
  color: var(--picks-muted);
  font-size: 14px;
}

.picks-audit-header > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.picks-audit-header > span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1d3a31;
}

.picks-audit-stats {
  margin: 25px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.picks-audit-stats > div {
  position: relative;
  min-width: 0;
  min-height: 112px;
  padding: 22px 18px 18px 82px;
  border: 1px solid var(--picks-line);
  border-radius: 14px;
  background: #fcfdfb;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.picks-audit-stats > div:hover {
  border-color: #c2cfbc;
  box-shadow: 0 16px 34px -24px rgba(16, 35, 31, .4);
  transform: translateY(-2px);
}

.picks-audit-stats dt {
  color: #101815;
  font-size: 33px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.picks-audit-stats dd {
  margin: 5px 0 0;
  color: #253e37;
  font-size: 13px;
  line-height: 1.35;
}

.picks-affected-videos {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.picks-affected-videos > small {
  color: var(--picks-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-affected-videos > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.picks-affected-videos article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.picks-affected-videos article > strong {
  color: #2c463e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.picks-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(140deg, var(--picks-ink), #1b5c43);
}

.picks-video-thumb.tone-two { background: linear-gradient(140deg, #1b5c43, #2e7c5b); }
.picks-video-thumb.tone-three { background: linear-gradient(140deg, #3b2417, var(--picks-orange)); }
.picks-video-thumb.tone-four { background: linear-gradient(140deg, #24413a, #7d948b); }

.picks-video-thumb > i:first-child {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 70%;
  height: 180%;
  background: rgba(255, 255, 255, .07);
  transform: rotate(18deg);
}

.picks-video-thumb > b {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  transition: transform 220ms cubic-bezier(.2, .7, .2, 1);
}

.picks-video-thumb:hover > b {
  transform: scale(1.16);
}

.picks-video-thumb > b::after {
  margin-left: 3px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--picks-ink);
  content: "";
}

.picks-video-thumb > em {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 7px;
  border-radius: 5px;
  color: #fff;
  background: rgba(6, 18, 15, .7);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.picks-video-thumb > small {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  color: var(--picks-ink);
  background: rgba(255, 255, 255, .92);
  font-size: 10px;
  font-weight: 700;
}

.picks-video-thumb > small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-more-videos {
  aspect-ratio: 16 / 9;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  border: 1px solid #e3e9de;
  border-radius: 10px;
  background: var(--picks-soft);
}

.picks-more-videos strong {
  color: var(--picks-ink);
  font-size: 19px;
  letter-spacing: -.02em;
}

.picks-more-videos small {
  color: var(--picks-muted);
  font-size: 11px;
}

.picks-stat-icon {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--picks-ink);
  font-size: 19px;
  font-weight: 800;
}

.picks-stat-icon.warning,
.picks-stat-icon.tag {
  background: var(--picks-orange);
}

.picks-stat-icon.play::after {
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  content: "";
}

.picks-audit-detail {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr);
  gap: 18px;
}

.picks-audit-table-wrap {
  overflow: hidden;
  border: 1px solid var(--picks-line);
  border-radius: 14px;
}

.picks-audit-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: #293f38;
  font-size: 13px;
}

.picks-audit-table-wrap th {
  padding: 13px 20px;
  color: var(--picks-muted);
  background: var(--picks-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: left;
  text-transform: uppercase;
}

.picks-audit-table-wrap td {
  padding: 16px 20px;
  border-top: 1px solid var(--picks-line);
}

.picks-audit-table-wrap td:first-child {
  color: #1c352e;
  font-weight: 650;
}

.picks-audit-table-wrap td.attention { color: #bd4315; font-weight: 700; }
.picks-audit-table-wrap td.healthy { color: #1b5c43; font-weight: 700; }

.picks-affected-card {
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  color: #fff;
  background: var(--picks-panel);
}

.picks-affected-card small {
  color: #92b1a5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-affected-card strong {
  margin-top: 7px;
  font-size: 54px;
  letter-spacing: -.05em;
  line-height: 1;
}

.picks-affected-card > div {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.picks-affected-card > div > span {
  width: 78px;
  height: 78px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  --picks-donut-progress: 50.4deg;
  background: conic-gradient(var(--picks-orange) 0deg var(--picks-donut-progress), rgba(255, 255, 255, .16) var(--picks-donut-progress) 360deg);
}

.picks-affected-card > div > span i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--picks-panel);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.picks-affected-card > div strong {
  margin-top: 0;
}

.picks-affected-card p {
  margin: 13px 0 20px;
  color: #bfd3cb;
  font-size: 13px;
  line-height: 1.55;
}

.home-site .picks-affected-card a {
  margin-top: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.picks-section-inner {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}

.picks-process,
.picks-pricing {
  padding: 94px 0;
  border-top: 1px solid var(--picks-line);
  border-bottom: 1px solid var(--picks-line);
  background: #fff;
}

.picks-section-heading {
  max-width: 820px;
}

.picks-section-heading h2,
.picks-split-heading h2,
.picks-tools-copy h2,
.picks-research h2,
.picks-covenant h2 {
  margin: 15px 0 0;
  color: var(--picks-ink);
  font-size: clamp(36px, 4vw, 47px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.picks-section-heading > p:last-child,
.picks-split-heading > p,
.picks-tools-copy > p,
.picks-research > div > p:last-child {
  max-width: 660px;
  margin: 17px 0 0;
  color: var(--picks-copy);
  font-size: 17px;
  line-height: 1.62;
}

.picks-steps {
  margin: 52px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  list-style: none;
}

.picks-steps li {
  padding: 26px 0 0;
  border-top: 2px solid var(--picks-line);
}

.picks-steps li:first-child {
  border-color: var(--picks-ink);
}

.picks-steps span,
.picks-pricing-grid small {
  color: var(--picks-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.picks-steps h3,
.picks-problem-grid h3,
.picks-pricing-grid h3 {
  margin: 14px 0 0;
  color: var(--picks-ink);
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.picks-steps p,
.picks-problem-grid p,
.picks-pricing-grid p {
  margin: 12px 0 0;
  color: var(--picks-copy);
  font-size: 15px;
  line-height: 1.65;
}

.picks-steps li > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.picks-steps li > div > i,
.picks-pricing-grid article > i,
.picks-tool-link strong > i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1d3a31;
  background: var(--picks-mint);
  font-style: normal;
  font-weight: 800;
}

.picks-steps li > div > i,
.picks-pricing-grid article > i {
  width: 36px;
  height: 36px;
  font-size: 16px;
}

.picks-proof-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 20px;
}

.picks-proof-grid > article {
  min-width: 0;
  padding: 29px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border: 1px solid var(--picks-line);
  border-radius: 18px;
  background: #fbfcfa;
}

.picks-proof-grid article > small {
  color: var(--picks-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-proof-grid article > p {
  margin: 0;
  color: var(--picks-copy);
  font-size: 14px;
  line-height: 1.6;
}

.picks-link-state {
  min-width: 0;
  min-height: 55px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--picks-line);
  border-radius: 12px;
  background: #fff;
}

.picks-link-state code {
  color: var(--picks-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  white-space: nowrap;
}

.picks-link-state > span {
  margin-left: auto;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: #c2410c;
  background: #fdece4;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.picks-link-state > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-link-state.new {
  border-color: var(--picks-ink);
  background: var(--picks-ink);
}

.picks-link-state.new code {
  color: #fff;
}

.picks-link-state.new > span {
  color: #dcebe3;
  background: rgba(255, 255, 255, .12);
}

.picks-link-state.new > span i {
  background: #7fd1a8;
}

.picks-link-rewrite > b {
  height: 0;
  color: #9aafa7;
  font-size: 17px;
  font-weight: 500;
  line-height: 0;
  text-align: center;
}

.picks-routing-card {
  gap: 19px !important;
}

.picks-routing-map {
  min-width: 0;
  display: flex;
  align-items: center;
}

.picks-routing-map > code {
  padding: 11px 13px;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #fff;
  background: var(--picks-panel);
  font-size: 11px;
  white-space: nowrap;
}

.picks-routing-lead {
  width: 16px;
  height: 2px;
  flex: 0 0 auto;
  background: #dce3d9;
}

.picks-routing-branches {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.picks-routing-trunk {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 0;
  width: 2px;
  background: #dce3d9;
  transform-origin: top;
}

.picks-routing-row {
  height: 50px;
  min-width: 0;
  display: flex;
  align-items: center;
}

.picks-routing-stub {
  width: 26px;
  height: 2px;
  flex: 0 0 auto;
  background: #dce3d9;
}

.picks-routing-row > b {
  width: 9px;
  height: 9px;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--picks-ink);
}

.picks-routing-row:nth-child(3) > b { background: #1b5c43; }
.picks-routing-row:nth-child(4) > b { background: var(--picks-orange); }

.picks-routing-row > span {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.picks-routing-row > span > span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.picks-routing-row code {
  color: var(--picks-ink);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.picks-routing-row small {
  color: var(--picks-muted);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.picks-routing-row > span > i {
  height: 6px;
  overflow: hidden;
  display: block;
  border-radius: 999px;
  background: var(--picks-mint);
}

.picks-routing-row em {
  width: var(--value);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--picks-ink);
  transform-origin: left;
}

.picks-routing-row:nth-child(3) em { background: #1b5c43; }
.picks-routing-row:nth-child(4) em { background: var(--picks-orange); }

.picks-description-rewrite {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.picks-description-rewrite > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 32px;
}

.picks-description-rewrite > header h3 {
  margin: 0;
  color: var(--picks-ink);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.picks-description-rewrite > header p {
  max-width: 420px;
  margin: 0;
  color: var(--picks-copy);
  font-size: 14px;
  line-height: 1.6;
}

.picks-rewrite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.picks-rewrite-grid > article {
  min-width: 0;
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--picks-line);
  border-radius: 18px;
  background: #fbfcfa;
}

.picks-rewrite-grid > .picks-rewrite-after-card {
  border-color: var(--picks-panel);
  color: #fff;
  background: var(--picks-panel);
}

.picks-rewrite-grid article > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.picks-rewrite-grid article > header small {
  color: var(--picks-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-rewrite-after-card > header small {
  color: #8fb3a5 !important;
}

.picks-rewrite-grid article > header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c2410c;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.picks-rewrite-after-card > header span {
  color: #dcebe3 !important;
}

.picks-rewrite-grid article > header i,
.picks-rewrite-row em i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-rewrite-after-card > header i,
.picks-rewrite-after em i {
  background: #7fd1a8;
}

.picks-rewrite-grid article > strong {
  color: var(--picks-ink);
  font-size: 13px;
}

.picks-rewrite-after-card > strong {
  color: #fff !important;
}

.picks-rewrite-row {
  min-width: 0;
  margin: 0;
  padding: 9px 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px 10px;
  border-bottom: 1px dashed #edf1ea;
}

.picks-rewrite-after-card .picks-rewrite-row {
  border-color: rgba(255, 255, 255, .14);
}

.picks-rewrite-row > span {
  color: var(--picks-copy);
  font-size: 13px;
}

.picks-rewrite-after-card .picks-rewrite-row > span {
  color: #c6d8d0;
}

.picks-rewrite-row code {
  min-width: 0;
  overflow: hidden;
  color: var(--picks-ink);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picks-rewrite-after-card .picks-rewrite-row code {
  color: #fff;
}

.picks-rewrite-strike {
  color: #9aafa7 !important;
  text-decoration: line-through;
  text-decoration-color: var(--picks-orange);
}

.picks-rewrite-row em {
  margin-left: auto;
  padding: 3px 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: #c2410c;
  background: #fdece4;
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.picks-rewrite-after-card .picks-rewrite-row em {
  color: #dcebe3;
  background: rgba(255, 255, 255, .12);
}

.picks-rewrite-grid article > footer {
  color: #9aafa7;
  font-size: 11px;
  line-height: 1.6;
}

.picks-rewrite-after-card > footer {
  color: #8fb3a5 !important;
}

.picks-problems,
.picks-tools {
  padding: 94px 0;
}

.picks-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 60px;
  align-items: end;
}

.picks-split-heading h2 {
  max-width: 720px;
  margin-top: 0;
}

.picks-health-summary {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.picks-health-summary > div {
  height: 16px;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: var(--picks-mint);
}

.picks-health-summary > div span:nth-child(1) { width: 60%; background: #1b5c43; }
.picks-health-summary > div span:nth-child(2) { width: 12%; background: var(--picks-orange); }
.picks-health-summary > div span:nth-child(3) { width: 9%; background: #ee7b3f; }
.picks-health-summary > div span:nth-child(4) { width: 7%; background: #9aafa7; }

.picks-health-summary p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  color: #2c463e;
  font-size: 13px;
  font-weight: 650;
}

.picks-health-summary p span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.picks-health-summary p i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1b5c43;
}

.picks-health-summary p span:nth-child(2) i { background: var(--picks-orange); }
.picks-health-summary p span:nth-child(3) i { background: #ee7b3f; }
.picks-health-summary p span:nth-child(4) i { background: #9aafa7; }

.picks-problem-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.picks-scale-stats {
  padding: 0 40px 88px;
}

.picks-scale-stats dl {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e1e8dc;
  border-bottom: 1px solid #e1e8dc;
}

.picks-scale-stats dl > div {
  padding: 33px 31px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.picks-scale-stats dl > div + div {
  border-left: 1px solid #e1e8dc;
}

.picks-scale-stats dt {
  color: var(--picks-ink);
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.picks-scale-stats dd {
  margin: 0;
  color: var(--picks-copy);
  font-size: 14px;
  line-height: 1.5;
}

.picks-problem-grid article,
.picks-pricing-grid article {
  padding: 27px;
  border: 1px solid var(--picks-line);
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.picks-problem-grid article:hover,
.picks-pricing-grid article:hover {
  border-color: #c2cfbc;
  box-shadow: 0 16px 34px -24px rgba(16, 35, 31, .4);
  transform: translateY(-2px);
}

.picks-problem-grid article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.picks-problem-grid article > span.coral { background: var(--picks-orange); }
.picks-problem-grid article > span.orange { background: #ee7b3f; }
.picks-problem-grid article > span.green { background: #1b5c43; }
.picks-problem-grid article > span.muted { background: #9aafa7; }

.picks-problem-evidence {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.picks-problem-evidence > span {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1ea;
}

.picks-problem-evidence > span i {
  width: var(--finding-share);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--picks-orange);
}

.picks-problem-evidence.orange > span i { background: #ee7b3f; }
.picks-problem-evidence.green > span i { background: #1b5c43; }
.picks-problem-evidence.muted > span i { background: #7d948b; }

.picks-problem-evidence small {
  color: var(--picks-muted);
  font-size: 12px;
  font-weight: 650;
}

.picks-covenant {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto 96px;
  padding: 62px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 64px;
  border-radius: 24px;
  color: #fff;
  background: var(--picks-panel);
}

.picks-covenant h2 {
  margin-top: 0;
  color: #fff;
}

.picks-covenant > div > p {
  margin: 18px 0 0;
  color: #bfd3cb;
  font-size: 17px;
  line-height: 1.62;
}

.picks-covenant-chart {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.picks-covenant-chart > div {
  height: 120px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.picks-covenant-chart i {
  flex: 1 1 0;
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, .2);
}

.picks-covenant-chart i:nth-child(1) { height: 22%; opacity: .8; }
.picks-covenant-chart i:nth-child(2) { height: 34%; }
.picks-covenant-chart i:nth-child(3) { height: 31%; }
.picks-covenant-chart i:nth-child(4) { height: 48%; background: rgba(255, 255, 255, .26); }
.picks-covenant-chart i:nth-child(5) { height: 57%; background: rgba(255, 255, 255, .32); }
.picks-covenant-chart i:nth-child(6) { height: 74%; background: var(--picks-orange); }
.picks-covenant-chart i:nth-child(7) { height: 100%; background: var(--picks-orange); }

.picks-covenant-chart p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #8fb3a5;
  font-size: 12px;
  font-weight: 650;
}

.home-site .picks-covenant > div > a {
  min-height: 48px;
  margin-top: 26px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: var(--picks-ink);
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background-color 180ms ease;
}

.home-site .picks-covenant > div > a:hover {
  color: var(--picks-ink);
  background: var(--picks-mint);
  transform: translateY(-1px);
}

.picks-covenant ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.picks-covenant li {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  color: #e8f1ed;
  font-size: 15px;
  line-height: 1.55;
}

.picks-covenant li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.picks-covenant li > span {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-pricing .picks-section-heading {
  max-width: 760px;
}

.picks-pricing-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.picks-pricing-grid article {
  min-height: 250px;
  background: #fbfcfa;
}

.picks-pricing-grid article.featured {
  border: 1.5px solid var(--picks-ink);
  background: #fff;
  box-shadow: 0 24px 50px -38px rgba(8, 45, 34, .42);
}

.picks-pricing-grid article.featured:hover {
  border-color: var(--picks-ink);
}

.picks-pricing-grid article:not(.featured) small {
  color: var(--picks-muted);
}

.picks-pricing-grid article > i {
  margin-top: 14px;
}

.picks-monitoring-timeline {
  margin-top: 20px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border: 1px solid var(--picks-line);
  border-radius: 18px;
  background: #fbfcfa;
}

.picks-monitoring-timeline header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.picks-monitoring-timeline header small {
  color: var(--picks-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-monitoring-timeline header span {
  color: var(--picks-muted);
  font-size: 13px;
}

.picks-monitoring-timeline ol {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.picks-monitoring-timeline ol::before {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  height: 2px;
  background: #e1e8dc;
  content: "";
}

.picks-monitoring-timeline li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.picks-monitoring-timeline li i {
  width: 20px;
  height: 20px;
  border: 4px solid #fbfcfa;
  border-radius: 50%;
  background: var(--picks-ink);
}

.picks-monitoring-timeline li:nth-child(2) i { background: var(--picks-orange); }
.picks-monitoring-timeline li:nth-child(3) i { background: #1b5c43; }
.picks-monitoring-timeline li:nth-child(4) i { background: #9aafa7; }

.picks-monitoring-timeline li strong {
  color: var(--picks-ink);
  font-size: 14px;
}

.picks-monitoring-timeline li span {
  color: var(--picks-copy);
  font-size: 13px;
  line-height: 1.5;
}

.picks-tools-layout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 64px;
}

.picks-tools-copy h2 {
  margin-top: 0;
}

.home-site .picks-tools-copy > a {
  width: fit-content;
  margin-top: 13px;
  display: block;
  color: var(--picks-ink);
  font-size: 15px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.picks-tool-preview {
  margin-top: 27px;
  overflow: hidden;
  border: 1px solid #e3e9de;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px -30px rgba(16, 35, 31, .35);
}

.picks-tool-preview > header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf1ea;
  background: #fbfcfa;
}

.picks-tool-preview > header > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e1e8dc;
}

.picks-tool-preview > header strong {
  margin-left: 8px;
  color: var(--picks-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.picks-tool-preview > div {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.picks-tool-preview p {
  margin: 0;
  display: flex;
  gap: 10px;
}

.picks-tool-preview p code {
  min-width: 0;
  padding: 11px 13px;
  flex: 1 1 auto;
  overflow: hidden;
  border: 1px solid #dce3d9;
  border-radius: 9px;
  color: var(--picks-ink);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picks-tool-preview p b {
  padding: 11px 18px;
  border-radius: 9px;
  color: #fff;
  background: var(--picks-ink);
  font-size: 12px;
}

.picks-tool-preview dl {
  margin: 0;
  overflow: hidden;
  border: 1px solid #edf1ea;
  border-radius: 10px;
}

.picks-tool-preview dl > div {
  padding: 10px 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.picks-tool-preview dl > div + div {
  border-top: 1px solid #edf1ea;
}

.picks-tool-preview dt {
  color: var(--picks-muted);
}

.picks-tool-preview dd {
  margin: 0;
  color: var(--picks-ink);
  font-weight: 700;
  text-align: right;
}

.picks-tool-preview dd.attention {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #c2410c;
}

.picks-tool-preview dd.attention i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-comparison-links {
  margin-top: 25px;
  padding-top: 18px;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--picks-line);
}

.home-site .picks-comparison-links a {
  color: var(--picks-copy);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.picks-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.picks-tool-link {
  min-height: 126px;
  padding: 21px;
  display: flex;
  border: 1px solid var(--picks-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.picks-tool-link:hover {
  border-color: var(--picks-ink);
  box-shadow: 0 16px 34px -24px rgba(16, 35, 31, .4);
  transform: translateY(-2px);
}

.picks-tool-link strong,
.picks-tool-link small {
  display: block;
}

.picks-research-stories {
  padding: 0 0 96px;
}

.picks-research-stories header {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.picks-research-stories h2 {
  margin: 0;
  color: var(--picks-ink);
  font-size: clamp(32px, 3.3vw, 38px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.home-site .picks-research-stories header a {
  flex: 0 0 auto;
  color: var(--picks-ink);
  font-size: 15px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.picks-research-stories .picks-section-inner > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-site .picks-research-stories .picks-section-inner > div > a {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--picks-line);
  border-radius: 16px;
  color: var(--picks-ink);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-site .picks-research-stories .picks-section-inner > div > a:hover {
  border-color: var(--picks-ink);
  color: var(--picks-ink);
  box-shadow: 0 16px 34px -24px rgba(16, 35, 31, .4);
  transform: translateY(-2px);
}

.picks-research-stories a > span:first-child {
  height: 150px;
  display: grid;
  place-items: center;
  color: #7d948b;
  background: repeating-linear-gradient(135deg, #f1f5ef 0, #f1f5ef 8px, #fafcf9 8px, #fafcf9 16px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.picks-research-stories .picks-story-art {
  position: relative;
  overflow: hidden;
  font-family: inherit;
}

.picks-story-art.rings {
  display: flex;
  grid-template: none;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--picks-ink), #1b5c43);
}

.picks-story-art.rings i {
  width: 96px;
  height: 96px;
  border: 10px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
}

.picks-story-art.rings i + i {
  margin-left: -34px;
  border-color: rgba(255, 255, 255, .34);
}

.picks-story-art.rings i:last-child {
  border-color: var(--picks-orange);
}

.picks-story-art.columns {
  padding: 24px 28px;
  display: flex;
  grid-template: none;
  align-items: flex-end;
  gap: 12px;
  background: var(--picks-mint);
}

.picks-story-art.columns i {
  height: 38%;
  flex: 1 1 0;
  border-radius: 4px 4px 0 0;
  background: #9aafa7;
}

.picks-story-art.columns i:nth-child(2) { height: 64%; background: #1b5c43; }
.picks-story-art.columns i:nth-child(3) { height: 100%; background: var(--picks-ink); }
.picks-story-art.columns i:nth-child(4) { height: 52%; background: var(--picks-orange); }

.picks-story-art.dots {
  padding: 26px 30px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  background: linear-gradient(140deg, #3b2417, var(--picks-orange));
}

.picks-story-art.dots i {
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
}

.picks-story-art.dots i:nth-child(2),
.picks-story-art.dots i:nth-child(5),
.picks-story-art.dots i:nth-child(9),
.picks-story-art.dots i:nth-child(11) {
  background: #fff;
}

.picks-research-stories a > span:last-child {
  padding: 21px 23px 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.picks-research-stories a small {
  color: var(--picks-orange);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-research-stories a strong {
  font-size: 18px;
  letter-spacing: -.02em;
  line-height: 1.3;
}

.picks-tool-link strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--picks-ink);
  font-size: 16px;
  font-weight: 750;
}

.picks-tool-link strong > i {
  width: 32px;
  height: 32px;
  font-size: 14px;
}

.picks-tool-link small {
  margin-top: 7px;
  color: var(--picks-copy);
  font-size: 13px;
  line-height: 1.52;
}

.picks-faq {
  padding: 96px 0;
  border-top: 1px solid var(--picks-line);
  border-bottom: 1px solid var(--picks-line);
  background: #fff;
}

.picks-faq > .picks-section-inner {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 64px;
}

.picks-faq-intro {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.picks-faq-intro h2 {
  margin: 0;
  color: var(--picks-ink);
  font-size: clamp(36px, 3.7vw, 44px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.picks-faq-intro > p:not(.picks-eyebrow) {
  max-width: 360px;
  margin: 0;
  color: var(--picks-copy);
  font-size: 16px;
  line-height: 1.6;
}

.picks-faq-intro aside {
  margin-top: 8px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--picks-line);
  border-radius: 16px;
  background: #fbfcfa;
}

.picks-faq-intro aside strong {
  color: var(--picks-ink);
  font-size: 15px;
}

.picks-faq-intro aside p {
  margin: 0;
  color: var(--picks-copy);
  font-size: 14px;
  line-height: 1.55;
}

.home-site .picks-faq-intro aside a {
  align-self: flex-start;
  color: var(--picks-ink);
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}

.picks-faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.picks-faq-list li {
  padding: 25px 4px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 20px;
  border-top: 1px solid #e1e8dc;
}

.picks-faq-list li > span {
  padding-top: 3px;
  color: var(--picks-orange);
  font-size: 13px;
  font-weight: 800;
}

.picks-faq-list li > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.picks-faq-list h3 {
  margin: 0;
  color: var(--picks-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.3;
}

.picks-faq-list p {
  max-width: 640px;
  margin: 0;
  color: var(--picks-copy);
  font-size: 15px;
  line-height: 1.62;
}

.picks-research {
  width: min(1240px, calc(100% - 80px));
  margin: 88px auto 96px;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border: 1px solid var(--picks-line);
  border-radius: 22px;
  background: #fff;
}

.picks-research > div:first-child {
  max-width: 690px;
}

.picks-research h2 {
  font-size: clamp(32px, 3.3vw, 40px);
}

.picks-research-preview {
  min-width: 320px;
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.picks-research-preview > div {
  min-height: 190px;
  display: grid;
  place-items: center;
  border: 1px solid var(--picks-line);
  border-radius: 14px;
  background: repeating-linear-gradient(135deg, #f1f5ef 0, #f1f5ef 8px, #fafcf9 8px, #fafcf9 16px);
}

.picks-research-preview > div span {
  color: #7d948b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: .04em;
}

.picks-research-preview > .picks-report-preview {
  min-height: 0;
  display: block;
  overflow: hidden;
  background: #fbfcfa;
}

.picks-report-preview > header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #dcebe3;
  background: var(--picks-panel);
  font-size: 11px;
}

.picks-report-preview > header strong {
  color: #8fb3a5;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.picks-report-preview > header span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dcebe3;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0;
}

.picks-report-preview > header i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7fd1a8;
}

.picks-report-preview > div {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.picks-report-preview dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.picks-report-preview dl > div {
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border: 1px solid var(--picks-line);
  border-radius: 9px;
  background: #fff;
}

.picks-report-preview dt {
  color: var(--picks-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.picks-report-preview dl > div:last-child dt {
  color: var(--picks-orange);
}

.picks-report-preview dd {
  margin: 0;
  color: var(--picks-muted);
  font-size: 10px;
}

.picks-report-preview ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--picks-line);
  border-radius: 10px;
  background: #fff;
  list-style: none;
}

.picks-report-preview li {
  min-width: 0;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

.picks-report-preview li + li {
  border-top: 1px solid #edf1ea;
}

.picks-report-preview li > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--picks-orange);
}

.picks-report-preview li:nth-child(2) > i { background: #ee7b3f; }
.picks-report-preview li:nth-child(3) > i { background: #1b5c43; }

.picks-report-preview li code {
  min-width: 0;
  overflow: hidden;
  color: var(--picks-ink);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.picks-report-preview li span {
  margin-left: auto;
  flex: 0 0 auto;
  color: var(--picks-muted);
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0;
}

.home-site .picks-research-preview > a {
  width: 100%;
  min-height: 54px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #fff;
  background: var(--picks-ink);
  font-size: 15px;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-site .picks-research-preview > a:hover {
  color: #fff;
  background: var(--picks-ink-raised);
  box-shadow: 0 14px 26px -18px rgba(16, 35, 31, .55);
  transform: translateY(-1px);
}

.picks-footer {
  padding: 62px 40px 38px;
  color: #fff;
  background: var(--picks-panel);
}

.picks-footer-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.picks-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.picks-footer .picks-wordmark {
  color: #fff;
}

.picks-footer .picks-wordmark span {
  font-size: 34px;
}

.picks-footer .picks-wordmark small {
  font-size: 17px;
}

.picks-footer-brand p {
  max-width: 340px;
  margin: 12px 0 0;
  color: #a8c0b7;
  font-size: 14px;
  line-height: 1.6;
}

.picks-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, auto));
  gap: 44px;
}

.picks-footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.picks-footer-links strong {
  margin-bottom: 3px;
  color: #7fa093;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.picks-footer-links a {
  color: #e3ede8;
  font-size: 13px;
}

.picks-footer-links a:hover {
  color: #fff;
}

.picks-footer-watermark {
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: rgba(255, 255, 255, .06);
  font-size: 190px;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: .78;
}

.picks-footer-note {
  max-width: 820px;
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #8fb3a5;
  font-size: 12px;
  line-height: 1.6;
}

/* Design 6 motion system. Final values stay in the HTML/CSS unless motion-capable JS opts in. */
.picks-motion-ready .picks-scan-progress > div span {
  width: 0;
}

.picks-motion-ready .picks-scan-progress.is-loaded > div span {
  width: 68%;
  transition-duration: 1500ms;
}

.picks-motion-ready .picks-scan-progress.is-submitting > div span {
  width: 100%;
  transition-duration: 2500ms;
}

.picks-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 540ms cubic-bezier(.2, .7, .2, 1), transform 540ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.picks-motion-ready [data-reveal].is-stagger-group {
  opacity: 1;
  transform: none;
  transition: none;
}

.picks-motion-ready [data-reveal].is-stagger-group > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 540ms cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms), transform 540ms cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms);
}

.picks-motion-ready [data-reveal].is-stagger-group.is-visible > * {
  opacity: 1;
  transform: none;
}

.picks-motion-ready [data-motion="table"] tr {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 380ms cubic-bezier(.2, .7, .2, 1), transform 380ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="table"].is-motion-visible tr {
  opacity: 1;
  transform: none;
}

.picks-motion-ready [data-motion="table"].is-motion-visible tr:nth-child(2) { transition-delay: 90ms; }
.picks-motion-ready [data-motion="table"].is-motion-visible tr:nth-child(3) { transition-delay: 180ms; }
.picks-motion-ready [data-motion="table"].is-motion-visible tr:nth-child(4) { transition-delay: 270ms; }

.picks-motion-ready [data-motion="routing"] .picks-routing-trunk {
  transform: scaleY(0);
}

.picks-motion-ready [data-motion="routing"] .picks-routing-stub {
  width: 0;
}

.picks-motion-ready [data-motion="routing"] .picks-routing-row em {
  transform: scaleX(0);
}

.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-trunk {
  transform: scaleY(1);
  transition: transform 520ms ease-out;
}

.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-stub {
  width: 26px;
  transition: width 260ms ease-out;
}

.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(2) .picks-routing-stub { transition-delay: 400ms; }
.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(3) .picks-routing-stub { transition-delay: 510ms; }
.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(4) .picks-routing-stub { transition-delay: 620ms; }

.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row em {
  transform: scaleX(1);
  transition: transform 640ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(2) em { transition-delay: 620ms; }
.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(3) em { transition-delay: 730ms; }
.picks-motion-ready [data-motion="routing"].is-motion-visible .picks-routing-row:nth-child(4) em { transition-delay: 840ms; }

.picks-motion-ready [data-motion="health"] span {
  width: 0;
}

.picks-motion-ready [data-motion="health"].is-motion-visible span {
  width: var(--value);
  transition: width 720ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="health"].is-motion-visible span:nth-child(2) { transition-delay: 90ms; }
.picks-motion-ready [data-motion="health"].is-motion-visible span:nth-child(3) { transition-delay: 180ms; }
.picks-motion-ready [data-motion="health"].is-motion-visible span:nth-child(4) { transition-delay: 270ms; }

.picks-motion-ready [data-motion="meter"] i {
  width: 0;
}

.picks-motion-ready [data-motion="meter"].is-motion-visible i {
  width: var(--finding-share);
  transition: width 720ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="donut"] {
  --picks-donut-progress: 0deg;
}

.picks-motion-ready [data-motion="donut"].is-motion-visible {
  --picks-donut-progress: 50.4deg;
  transition: --picks-donut-progress 1100ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready .picks-covenant-chart[data-motion="bars"] i {
  height: 0;
}

.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i {
  transition: height 620ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(1) { height: 22%; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(2) { height: 34%; transition-delay: 80ms; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(3) { height: 31%; transition-delay: 160ms; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(4) { height: 48%; transition-delay: 240ms; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(5) { height: 57%; transition-delay: 320ms; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(6) { height: 74%; transition-delay: 400ms; }
.picks-motion-ready .picks-covenant-chart[data-motion="bars"].is-motion-visible i:nth-child(7) { height: 100%; transition-delay: 480ms; }

.picks-motion-ready [data-motion="story-bars"] i {
  transform: scaleY(0);
  transform-origin: bottom;
}

.picks-motion-ready [data-motion="story-bars"].is-motion-visible i {
  transform: scaleY(1);
  transition: transform 620ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="story-bars"].is-motion-visible i:nth-child(2) { transition-delay: 80ms; }
.picks-motion-ready [data-motion="story-bars"].is-motion-visible i:nth-child(3) { transition-delay: 160ms; }
.picks-motion-ready [data-motion="story-bars"].is-motion-visible i:nth-child(4) { transition-delay: 240ms; }

.picks-motion-ready [data-motion="timeline"] ol::before {
  transform: scaleX(0);
  transform-origin: left;
}

.picks-motion-ready [data-motion="timeline"] li i {
  transform: scale(0);
}

.picks-motion-ready [data-motion="timeline"].is-motion-visible ol::before {
  transform: scaleX(1);
  transition: transform 720ms cubic-bezier(.2, .7, .2, 1);
}

.picks-motion-ready [data-motion="timeline"].is-motion-visible li i {
  transform: scale(1);
  transition: transform 320ms cubic-bezier(.2, 1.3, .4, 1);
}

.picks-motion-ready [data-motion="timeline"].is-motion-visible li:nth-child(1) i { transition-delay: 260ms; }
.picks-motion-ready [data-motion="timeline"].is-motion-visible li:nth-child(2) i { transition-delay: 390ms; animation: picks-timeline-pulse 900ms ease-out 710ms 1 both; }
.picks-motion-ready [data-motion="timeline"].is-motion-visible li:nth-child(3) i { transition-delay: 520ms; }
.picks-motion-ready [data-motion="timeline"].is-motion-visible li:nth-child(4) i { transition-delay: 650ms; }

@keyframes picks-timeline-pulse {
  from { box-shadow: 0 0 0 0 rgba(228, 87, 31, .55); }
  to { box-shadow: 0 0 0 18px rgba(228, 87, 31, 0); }
}

.picks-motion-ready [data-rewrite] .picks-rewrite-strike {
  color: var(--picks-copy) !important;
  text-decoration-color: transparent;
}

.picks-motion-ready [data-rewrite] .picks-rewrite-pill,
.picks-motion-ready [data-rewrite] .picks-rewrite-after {
  opacity: 0;
}

.picks-motion-ready [data-rewrite] .picks-rewrite-after {
  transform: translateY(6px);
}

.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(1) .picks-rewrite-strike { animation: picks-rewrite-strike 300ms ease 260ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(2) .picks-rewrite-strike { animation: picks-rewrite-strike 300ms ease 430ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(3) .picks-rewrite-strike { animation: picks-rewrite-strike 300ms ease 600ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(1) .picks-rewrite-pill { animation: picks-rewrite-pill 260ms ease 380ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(2) .picks-rewrite-pill { animation: picks-rewrite-pill 260ms ease 550ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-row:nth-child(3) .picks-rewrite-pill { animation: picks-rewrite-pill 260ms ease 720ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-after:nth-child(1) { animation: picks-rewrite-after 340ms ease 1100ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-after:nth-child(2) { animation: picks-rewrite-after 340ms ease 1300ms both; }
.picks-motion-ready [data-rewrite].is-playing .picks-rewrite-after:nth-child(3) { animation: picks-rewrite-after 340ms ease 1500ms both; }

@keyframes picks-rewrite-strike {
  to { color: #9aafa7; text-decoration-color: var(--picks-orange); }
}

@keyframes picks-rewrite-pill {
  to { opacity: 1; }
}

@keyframes picks-rewrite-after {
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .picks-header-inner {
    width: min(100% - 48px, 1440px);
  }

  .picks-nav {
    gap: 25px;
  }

  .picks-header-actions {
    gap: 18px;
  }

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

  .picks-affected-videos > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .picks-tools-layout {
    grid-template-columns: 1fr;
  }

  .picks-tools-copy {
    max-width: 700px;
  }
}

@media (max-width: 880px) {
  .picks-nav,
  .picks-header-actions {
    display: none;
  }

  .picks-header-inner {
    justify-content: space-between;
  }

  .picks-mobile-nav {
    position: relative;
    display: block;
  }

  .picks-mobile-nav summary {
    padding: 10px 14px;
    border: 1px solid var(--picks-line);
    border-radius: 9px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .picks-mobile-nav nav {
    position: absolute;
    top: 52px;
    right: 0;
    width: min(300px, calc(100vw - 38px));
    padding: 14px;
    display: grid;
    gap: 5px;
    border: 1px solid var(--picks-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(8, 45, 34, .16);
  }

  .picks-mobile-nav nav a {
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 650;
  }

  .picks-scan-row {
    grid-template-columns: 1fr;
  }

  .picks-audit-detail,
  .picks-covenant,
  .picks-split-heading {
    grid-template-columns: 1fr;
  }

  .picks-steps,
  .picks-pricing-grid,
  .picks-proof-grid,
  .picks-rewrite-grid {
    grid-template-columns: 1fr;
  }

  .picks-pricing-grid article {
    min-height: 0;
  }

  .picks-monitoring-timeline ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .picks-monitoring-timeline ol::before {
    display: none;
  }

  .picks-monitoring-timeline li {
    padding-top: 13px;
    border-top: 2px solid #e1e8dc;
  }

  .picks-monitoring-timeline li i {
    margin-top: -24px;
  }

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

  .picks-research {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-research-stories .picks-section-inner > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .picks-faq > .picks-section-inner {
    grid-template-columns: 1fr;
  }

  .picks-faq-intro {
    position: static;
  }

  .picks-faq-intro > p:not(.picks-eyebrow) {
    max-width: 620px;
  }

  .picks-footer-top {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .picks-header-inner {
    width: calc(100% - 32px);
    min-height: 72px;
  }

  .picks-wordmark span {
    font-size: 35px;
  }

  .picks-wordmark small {
    font-size: 17px;
  }

  .picks-hero {
    min-height: auto;
    padding: 65px 18px 42px;
  }

  .picks-hero h1 {
    margin-top: 22px;
    font-size: clamp(46px, 13.5vw, 64px);
    line-height: 1;
  }

  .picks-hero-copy > p:last-child {
    font-size: 16px;
  }

  .picks-scan-progress p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .picks-route-rings {
    top: 400px;
    width: 760px;
    opacity: .7;
  }

  .picks-scan-card {
    margin-top: 36px;
    padding: 22px 18px 18px;
  }

  .picks-channel-input,
  .picks-scan-row button {
    min-height: 58px;
  }

  .picks-perks {
    align-items: stretch;
    flex-direction: column;
  }

  .picks-perks > span {
    padding: 7px 0;
  }

  .picks-perks > span + span {
    border-left: 0;
  }

  .picks-audit-section {
    padding: 0 18px 72px;
  }

  .picks-audit-card {
    padding: 26px 18px 20px;
  }

  .picks-audit-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-audit-stats,
  .picks-problem-grid,
  .picks-tool-grid {
    grid-template-columns: 1fr;
  }

  .picks-affected-videos > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .picks-link-state {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-link-state > span {
    margin-left: 0;
    white-space: normal;
  }

  .picks-routing-map {
    align-items: stretch;
    flex-direction: column;
  }

  .picks-routing-map > code {
    align-self: flex-start;
  }

  .picks-routing-lead {
    width: 2px;
    height: 16px;
    margin-left: 14px;
  }

  .picks-description-rewrite > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-rewrite-grid > article {
    padding: 23px 18px;
  }

  .picks-rewrite-grid article > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-rewrite-row em {
    margin-left: 0;
  }

  .picks-audit-stats > div {
    min-height: 98px;
  }

  .picks-audit-table-wrap {
    overflow-x: auto;
  }

  .picks-audit-table-wrap table {
    min-width: 620px;
  }

  .picks-section-inner,
  .picks-covenant,
  .picks-research {
    width: calc(100% - 36px);
  }

  .picks-scale-stats {
    padding: 0 18px 72px;
  }

  .picks-scale-stats dl {
    grid-template-columns: 1fr;
  }

  .picks-scale-stats dl > div {
    padding: 25px 20px;
  }

  .picks-scale-stats dl > div + div {
    border-top: 1px solid #e1e8dc;
    border-left: 0;
  }

  .picks-research-preview {
    min-width: 0;
    width: 100%;
  }

  .picks-process,
  .picks-problems,
  .picks-pricing,
  .picks-tools,
  .picks-faq {
    padding: 72px 0;
  }

  .picks-covenant {
    margin-bottom: 72px;
    padding: 34px 24px;
    gap: 38px;
  }

  .picks-covenant-chart p {
    flex-direction: column;
    gap: 4px;
  }

  .picks-monitoring-timeline {
    padding: 25px 20px;
  }

  .picks-monitoring-timeline header {
    align-items: flex-start;
    flex-direction: column;
  }

  .picks-monitoring-timeline ol {
    grid-template-columns: 1fr;
  }

  .picks-research {
    margin-bottom: 72px;
    padding: 34px 24px;
  }

  .picks-research-stories {
    padding-bottom: 72px;
  }

  .picks-research-stories header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .picks-research-stories .picks-section-inner > div {
    grid-template-columns: 1fr;
  }

  .picks-faq-list li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
  }

  .picks-footer {
    padding: 48px 22px 32px;
  }

  .picks-footer-watermark {
    height: 94px;
    font-size: 142px;
  }

  .picks-footer-links {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-site *,
  .picks-header,
  .picks-header * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
  }

  .picks-login:hover,
  .picks-scan-row button:hover,
  .picks-audit-stats > div:hover,
  .picks-problem-grid article:hover,
  .picks-pricing-grid article:hover,
  .picks-tool-link:hover,
  .home-site .picks-research-stories .picks-section-inner > div > a:hover,
  .home-site .picks-covenant > div > a:hover,
  .home-site .picks-research-preview > a:hover,
  .picks-video-thumb:hover > b {
    transform: none !important;
  }
}
