/* Internal linking v1 — report/topic/grade/evidence graph */
.report-link-graph {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.report-link-grid,
.related-report-grid,
.content-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.report-link-card,
.related-report-card,
.content-related-card,
.content-list-card,
.content-link-list a {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 18px;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.report-link-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px;
  align-items: start;
}

.report-link-card:hover,
.related-report-card:hover,
.content-related-card:hover,
.content-list-card:hover,
.content-link-list a:hover {
  border-color: #93c5fd;
  box-shadow: 0 18px 34px rgba(37, 99, 235, .08);
}

.report-link-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eff6ff;
  color: #1d4ed8;
}

.report-link-card small,
.related-report-card__type,
.content-list-card__type,
.content-related-card span,
.content-kicker {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 4px;
}

.report-link-card strong,
.related-report-card strong,
.content-related-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.report-link-card em,
.related-report-card span,
.content-related-card em,
.content-link-list span {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.report-learn-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: #475569;
  font-size: 14px;
}

.report-learn-links a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 7px 10px;
  text-decoration: none;
  font-weight: 850;
}

.related-report-card,
.content-related-card {
  display: block;
  padding: 15px;
}

.content-index-enhanced,
.content-show-enhanced {
  width: min(1040px, calc(100% - 2rem));
  max-width: none;
}

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 1.25rem;
}

.content-list-card {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
}

.content-list-card h2 {
  margin: .1rem 0 .35rem;
  line-height: 1.15;
}

.content-list-card h2 a {
  color: #0f172a;
  text-decoration: none;
}

.content-list-card p {
  color: #64748b;
  margin: 0;
}

.content-list-card__cta {
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  padding: .42rem .7rem;
  color: #0f172a;
  text-decoration: none;
  font-weight: 850;
  font-size: .88rem;
  white-space: nowrap;
}

.content-standfirst {
  font-size: 1.1rem;
}

.content-body-card {
  margin-top: 1.1rem;
}

.content-related-section,
.content-link-graph,
.content-check-cta {
  margin-top: 1.25rem;
}

.content-related-head h2,
.content-link-panel h2 {
  margin: 0 0 .35rem;
  letter-spacing: -.03em;
}

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

.content-link-panel {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 20px;
  padding: 1.1rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
}

.content-link-list {
  display: grid;
  gap: 9px;
  margin-top: .85rem;
}

.content-link-list a {
  display: block;
  padding: .85rem;
}

.content-link-list strong {
  display: block;
  color: #0f172a;
}

.content-check-cta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border: 1px dashed #f59e0b;
  border-radius: 22px;
  padding: 1rem;
  background: linear-gradient(135deg, #fffbeb, #ffffff);
}

.content-check-cta strong,
.content-check-cta span {
  display: block;
}

.content-check-cta span {
  color: #64748b;
  margin-top: .2rem;
}

@media (max-width: 900px) {
  .report-link-grid,
  .related-report-grid,
  .content-related-grid,
  .content-card-grid,
  .content-link-graph {
    grid-template-columns: 1fr;
  }

  .content-check-cta,
  .content-list-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Report relationship block refinement v2026-05-17a */
.report-link-graph {
  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 52%, #fff7ed 100%);
  border-color: #bfdbfe;
}

.report-link-graph .report-heading-icon {
  background: #dbeafe;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.report-link-graph .report-heading {
  margin-bottom: 14px;
}

.report-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.report-link-card {
  align-items: stretch;
  min-height: 100%;
}

.report-link-card > span:last-child {
  min-width: 0;
}

/* Reports index UX polish v2026-05-17b */
.reports-index {
  width: min(1160px, calc(100% - 2rem));
}

.reports-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  border: 1px solid #dbeafe;
  border-radius: 30px;
  padding: clamp(1.2rem, 3vw, 2.35rem);
  background:
    radial-gradient(circle at top right, rgba(47, 111, 100, .13), transparent 26rem),
    linear-gradient(135deg, #eff6ff 0%, #ffffff 55%, #fff7ed 100%);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .07);
}

.reports-index-hero .content-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .9rem;
  color: #1d4ed8;
}

.reports-index-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.15rem, 5vw, 4.4rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.reports-index-hero__lead {
  max-width: 760px;
  margin: .9rem 0 0;
  color: #475569;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.reports-index-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}

.reports-index-hero__actions .button,
.report-index-card__cta {
  gap: .45rem;
}

.reports-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: stretch;
  gap: 16px;
  margin-top: 1.35rem;
}

.report-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 315px;
  padding: 1.05rem;
  overflow: hidden;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.report-index-card:hover {
  transform: translateY(-2px);
}

.report-index-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #94a3b8;
}

.report-index-card--green::before { background: #15803d; }
.report-index-card--amber::before { background: #d97706; }
.report-index-card--red::before { background: #b91c1c; }
.report-index-card--slate::before { background: #64748b; }

.report-index-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: .72rem;
}

.report-index-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
  min-width: 0;
}

.report-index-card .content-list-card__type {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: .2rem 0 0;
  min-width: 0;
}

.report-index-grade-pill {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  max-width: min(260px, 58%);
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  padding: .32rem .55rem;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.report-index-grade-pill strong {
  display: inline-grid;
  place-items: center;
  min-width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  border: 1px solid currentColor;
  font-size: .95rem;
  letter-spacing: -.03em;
}

.report-index-grade-pill span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-index-grade-pill--green {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}

.report-index-grade-pill--amber {
  border-color: #fed7aa;
  background: #fffbeb;
  color: #92400e;
}

.report-index-grade-pill--red {
  border-color: #fecaca;
  background: #fff1f2;
  color: #991b1b;
}

.report-index-grade-pill--slate {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #334155;
}

.report-index-card h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-index-card h2 a:hover {
  color: #1d4ed8;
}

.report-index-card__summary {
  color: #475569;
  font-size: .98rem;
  line-height: 1.58;
  text-align: justify;
  hyphens: auto;
  text-wrap: pretty;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.report-index-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .05rem;
}

.report-index-meta span,
.report-index-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .28rem .55rem;
  font-size: .78rem;
  font-weight: 820;
  line-height: 1.15;
}

.report-index-card__cta {
  align-self: flex-start;
  margin-top: 1rem;
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.report-index-card__cta:hover {
  border-color: #93c5fd;
  background: #dbeafe;
}

@media (max-width: 900px) {
  .reports-index-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .reports-index-hero__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .reports-index,
  .content-index-enhanced {
    width: min(100%, calc(100% - 1rem));
  }

  .reports-card-grid {
    grid-template-columns: 1fr;
  }

  .report-index-card {
    min-height: 0;
  }

  .report-index-card__topline {
    flex-direction: column;
  }

  .report-index-grade-pill {
    max-width: 100%;
  }

  .report-index-card__summary {
    text-align: left;
    -webkit-line-clamp: 5;
  }
}

/* Topics consumer UX polish v2026-05-17c */
.topics-index {
  width: min(1160px, calc(100% - 2rem));
}

.topics-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  border: 1px solid #ccfbf1;
  border-radius: 30px;
  padding: clamp(1.2rem, 3vw, 2.35rem);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, .14), transparent 25rem),
    linear-gradient(135deg, #f0fdfa 0%, #ffffff 55%, #fff7ed 100%);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .07);
}

.topics-index-hero .content-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .9rem;
  color: #0f766e;
}

.topics-index-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.15rem, 5vw, 4.4rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.topics-index-hero__lead {
  max-width: 780px;
  margin: .9rem 0 0;
  color: #475569;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.topics-index-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}

.topics-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
  gap: 16px;
  margin-top: 1.35rem;
}

.topic-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  padding: 1.1rem;
  overflow: hidden;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.topic-index-card:hover {
  transform: translateY(-2px);
}

.topic-index-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #64748b;
}

.topic-index-card--green::before { background: #15803d; }
.topic-index-card--amber::before { background: #d97706; }
.topic-index-card--violet::before { background: #7c3aed; }
.topic-index-card--blue::before { background: #2563eb; }
.topic-index-card--rose::before { background: #be123c; }
.topic-index-card--slate::before { background: #64748b; }

.topic-index-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  margin-bottom: .85rem;
  font-size: 1.1rem;
}

.topic-index-card--green .topic-index-card__icon { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.topic-index-card--amber .topic-index-card__icon { background: #fffbeb; color: #92400e; border-color: #fed7aa; }
.topic-index-card--violet .topic-index-card__icon { background: #f5f3ff; color: #6d28d9; border-color: #ddd6fe; }
.topic-index-card--blue .topic-index-card__icon { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.topic-index-card--rose .topic-index-card__icon { background: #fff1f2; color: #9f1239; border-color: #fecdd3; }

.topic-index-card__body {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  min-width: 0;
}

.topic-index-card h2 {
  margin: 0;
  font-size: clamp(1.32rem, 2.1vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.topic-index-card h2 a {
  color: #0f172a;
  text-decoration: none;
}

.topic-index-card h2 a:hover {
  color: #0f766e;
}

.topic-index-card p {
  color: #475569;
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.topic-pattern-list {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .1rem;
}

.topic-pattern-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .28rem .55rem;
  font-size: .78rem;
  font-weight: 820;
  line-height: 1.15;
}

.topic-index-card__cta {
  align-self: flex-start;
  margin-top: auto;
  border-color: #99f6e4;
  background: #f0fdfa;
  color: #0f766e;
}

.topic-index-card__cta:hover {
  border-color: #5eead4;
  background: #ccfbf1;
}

.topic-show .content-standfirst {
  max-width: 820px;
}

.topic-watch-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .8fr);
  gap: 1rem;
  margin-top: 1.1rem;
  border: 1px solid #ccfbf1;
  border-radius: 24px;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, .10), transparent 18rem),
    linear-gradient(135deg, #f0fdfa 0%, #ffffff 68%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .05);
}

.topic-watch-card h2 {
  margin: .1rem 0 .75rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.topic-watch-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  line-height: 1.55;
}

.topic-watch-card li + li {
  margin-top: .35rem;
}

.topic-watch-card__question {
  align-self: stretch;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  padding: 1rem;
  background: #eff6ff;
  color: #1e3a8a;
}

.topic-watch-card__question span {
  display: block;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #1d4ed8;
  margin-bottom: .55rem;
}

.topic-watch-card__question strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.38;
}

.topic-show .content-body-card {
  margin-top: 1rem;
}

.topic-show .content-body-card h2:first-child {
  margin-top: 0;
}

.topic-show .content-related-head .content-kicker {
  color: #1d4ed8;
}

.topic-show .content-check-cta {
  border-color: #99f6e4;
  background: linear-gradient(135deg, #f0fdfa, #ffffff);
}

.topic-show .content-check-cta .button {
  gap: .45rem;
}

@media (max-width: 900px) {
  .topics-index-hero,
  .topic-watch-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .topics-index-hero__actions {
    justify-content: flex-start;
  }

  .topic-index-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .topics-index {
    width: min(100%, calc(100% - 1rem));
  }

  .topics-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Learn consumer UX polish v2026-05-17d */
.learn-index {
  width: min(1160px, calc(100% - 2rem));
}

.learn-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  border: 1px solid #bbf7d0;
  border-radius: 30px;
  padding: clamp(1.2rem, 3vw, 2.35rem);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, .13), transparent 24rem),
    linear-gradient(135deg, #f0fdf4 0%, #ffffff 58%, #eff6ff 100%);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .07);
}

.learn-index-hero .content-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .9rem;
  color: #15803d;
}

.learn-index-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.learn-index-hero__lead {
  max-width: 780px;
  margin: .9rem 0 0;
  color: #475569;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.58;
}

.learn-pathway-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #bfdbfe;
  border-radius: 24px;
  padding: 1.1rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
}

.learn-pathway-card span {
  display: block;
  color: #1d4ed8;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: .55rem;
}

.learn-pathway-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.04rem;
  line-height: 1.42;
}

.learn-group-stack {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.35rem;
}

.learn-guide-group {
  display: grid;
  gap: .85rem;
}

.learn-guide-group__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.learn-guide-group__head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.learn-guide-group__head p {
  max-width: 560px;
  margin: 0;
  color: #64748b;
  line-height: 1.48;
  font-size: .95rem;
}

.learn-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.learn-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 1.1rem;
  overflow: hidden;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.learn-index-card:hover {
  transform: translateY(-2px);
}

.learn-index-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #64748b;
}

.learn-index-card--featured {
  min-height: 290px;
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, .09), transparent 18rem),
    #ffffff;
}

.learn-index-card--teal::before { background: #0f766e; }
.learn-index-card--blue::before { background: #2563eb; }
.learn-index-card--amber::before { background: #d97706; }
.learn-index-card--violet::before { background: #7c3aed; }
.learn-index-card--green::before { background: #15803d; }
.learn-index-card--slate::before { background: #64748b; }

.learn-index-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  margin-bottom: .85rem;
  font-size: 1.1rem;
}

.learn-index-card--teal .learn-index-card__icon { background: #f0fdfa; color: #0f766e; border-color: #99f6e4; }
.learn-index-card--blue .learn-index-card__icon { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.learn-index-card--amber .learn-index-card__icon { background: #fffbeb; color: #92400e; border-color: #fed7aa; }
.learn-index-card--violet .learn-index-card__icon { background: #f5f3ff; color: #6d28d9; border-color: #ddd6fe; }
.learn-index-card--green .learn-index-card__icon { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }

.learn-index-card__body {
  display: flex;
  flex-direction: column;
  gap: .62rem;
  min-width: 0;
}

.learn-guide-label {
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .26rem .55rem;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.learn-index-card h3 {
  margin: 0;
  font-size: clamp(1.26rem, 2vw, 1.62rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.learn-index-card h3 a {
  color: #0f172a;
  text-decoration: none;
}

.learn-index-card h3 a:hover {
  color: #15803d;
}

.learn-index-card p {
  color: #475569;
  font-size: .98rem;
  line-height: 1.55;
  margin: 0;
}

.learn-guide-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .1rem;
}

.learn-guide-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  padding: .28rem .55rem;
  font-size: .78rem;
  font-weight: 820;
  line-height: 1.15;
}

.learn-index-card__cta {
  align-self: flex-start;
  margin-top: auto;
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

.learn-index-card__cta:hover {
  border-color: #86efac;
  background: #dcfce7;
}

.learn-show .content-standfirst {
  max-width: 820px;
}

.learn-key-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 1rem;
  margin-top: 1.1rem;
  border: 1px solid #bbf7d0;
  border-radius: 24px;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  background:
    radial-gradient(circle at top right, rgba(34, 197, 94, .10), transparent 18rem),
    linear-gradient(135deg, #f0fdf4 0%, #ffffff 68%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .05);
}

.learn-key-card--blue { border-color: #bfdbfe; background: linear-gradient(135deg, #eff6ff 0%, #ffffff 68%); }
.learn-key-card--amber { border-color: #fed7aa; background: linear-gradient(135deg, #fffbeb 0%, #ffffff 68%); }
.learn-key-card--violet { border-color: #ddd6fe; background: linear-gradient(135deg, #f5f3ff 0%, #ffffff 68%); }
.learn-key-card--teal { border-color: #99f6e4; background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 68%); }

.learn-key-card h2 {
  margin: .1rem 0 .65rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.learn-key-card__main p:last-child {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}

.learn-key-card__examples {
  align-self: stretch;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  padding: 1rem;
  background: #eff6ff;
  color: #1e3a8a;
}

.learn-key-card__examples span {
  display: block;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: #1d4ed8;
  margin-bottom: .55rem;
}

.learn-key-card__examples ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.48;
}

.learn-key-card__examples li + li {
  margin-top: .35rem;
}

.learn-show .content-body-card h2:first-child {
  margin-top: 0;
}

.learn-show .content-body-card h2 {
  letter-spacing: -.035em;
}

.learn-show .content-link-panel h2 {
  font-size: 1.28rem;
}

.learn-show .content-check-cta {
  border-color: #bbf7d0;
  background: linear-gradient(135deg, #f0fdf4, #ffffff);
}

.learn-show .content-check-cta .button {
  gap: .45rem;
}

@media (max-width: 900px) {
  .learn-index-hero,
  .learn-key-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .learn-guide-group__head {
    display: block;
  }

  .learn-guide-group__head p {
    margin-top: .35rem;
  }

  .learn-index-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .learn-index {
    width: min(100%, calc(100% - 1rem));
  }

  .learn-card-grid {
    grid-template-columns: 1fr;
  }
}
