.page-resources {
  background: #f5f6fa;
  overflow-x: clip;
}

.page-resources .page-shell {
  min-height: 100vh;
}

.resources-main {
  flex: 1;
  width: 100%;
}

.js .resources-article-view {
  display: none;
}

.js .resources-main.is-article-view .resources-index-view {
  display: none;
}

.js .resources-main.is-article-view .resources-article-view.is-active {
  display: block;
}

.resources-hero {
  padding: 58px 20px 44px;
  background: linear-gradient(180deg, #fff 0%, #f5f6fa 100%);
}

.resources-hero__inner {
  width: min(100%, 920px);
  margin: 0 auto;
}

.resources-index-hero .resources-hero__inner {
  text-align: center;
}

.resources-index-visual {
  margin: 32px 0 0;
  overflow: hidden;
  border: 1px solid rgba(92, 56, 255, 0.12);
  border-radius: 24px;
  background: #eeeaff;
  box-shadow: 0 18px 44px rgba(36, 22, 99, 0.08);
}

.resources-index-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.resources-article-hero .resources-hero__inner {
  width: min(100%, 840px);
  box-sizing: border-box;
  position: relative;
  padding: 38px 40px 28px;
  border: 1px solid rgba(4, 10, 35, 0.08);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
}

.resources-article-hero {
  padding: 36px 20px 0;
  background: transparent;
}

.resources-eyebrow {
  margin: 0 0 16px;
  color: #5c38ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 20px;
  text-transform: uppercase;
}

.resources-h1 {
  margin: 0;
  color: #040a23;
  font-size: clamp(42px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.resources-article-hero .resources-h1 {
  max-width: 820px;
  font-size: clamp(36px, 3.6vw, 50px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.resources-deck {
  max-width: 700px;
  margin: 16px auto 0;
  color: #656979;
  font-size: 17px;
  line-height: 1.55;
}

.resources-article-hero .resources-deck {
  margin: 16px 0 0;
  margin-left: 0;
  margin-right: 0;
}

.resource-updated {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 7px 14px;
  border: 0;
  border-radius: 0 17px 0 12px;
  background: #f0ecff;
  color: #625c87;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 20px;
  white-space: nowrap;
}

.resource-disclaimer {
  margin: 48px 0 0;
  color: #74798a;
  font-size: 12px;
  line-height: 1.5;
}

.resource-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 36px;
  color: #5c38ff;
  font-size: 14px;
  font-weight: 650;
  line-height: 22px;
  text-decoration: none;
}

.resource-back:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resource-back--bottom {
  margin: 40px 0 0;
}

.resources-library {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 48px 20px 104px;
}

.resources-library__head {
  margin-bottom: 16px;
}

.resources-library__head h2 {
  margin: 0;
  color: #040a23;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.resource-start,
.resource-guide-index,
.resource-topic-section {
  scroll-margin-top: 104px;
}

.resource-section-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 26px;
}

.resource-section-head--intro {
  display: block;
  max-width: 720px;
}

.resource-section-head__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(36, 22, 99, 0.16);
  border-radius: 50%;
  background: #d9ff59;
  color: #040a23;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.resource-section-head__eyebrow {
  margin: 0 0 9px;
  color: #5c38ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 18px;
  text-transform: uppercase;
}

.resource-section-head h2 {
  margin: 0;
  color: #040a23;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.resource-section-head > div > p:last-child,
.resource-section-head--intro > p:last-child {
  max-width: 690px;
  margin: 12px 0 0;
  color: #656979;
  font-size: 16px;
  line-height: 1.6;
}

.resource-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
}

.resource-start-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(4, 10, 35, 0.08);
  border-radius: 24px;
}

.resource-start-card--brand {
  background:
    radial-gradient(circle at 100% 0%, rgba(92, 56, 255, 0.58) 0 22%, transparent 22.5%),
    linear-gradient(145deg, #040a23 0%, #171445 100%);
}

.resource-start-card--tools {
  background: linear-gradient(145deg, #eeeaff 0%, #faf9ff 100%);
}

.resource-start-card--tools .resource-start-card__content {
  height: 100%;
}

.resource-start-card__link,
.resource-start-card__content {
  display: flex;
  min-height: 340px;
  box-sizing: border-box;
  flex-direction: column;
  padding: 32px;
}

.resource-start-card__link {
  color: #fff;
  text-decoration: none;
}

.resource-start-card__kicker {
  margin: 0 0 18px;
  color: #d9ff59;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 18px;
  text-transform: uppercase;
}

.resource-start-card--tools .resource-start-card__kicker {
  color: #5c38ff;
}

.resource-start-card h3 {
  max-width: 460px;
  margin: 0;
  color: inherit;
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.resource-start-card--tools h3 {
  color: #040a23;
}

.resource-start-card__link > p:not(.resource-start-card__kicker),
.resource-start-card__content > p:not(.resource-start-card__kicker) {
  max-width: 510px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.resource-start-card__content > p:not(.resource-start-card__kicker) {
  color: #656979;
}

.resource-start-card__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 22px;
}

.resource-start-card__visual {
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  margin-top: 18px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(4, 10, 35, 0.2);
}

.resource-tool-links {
  display: grid;
  margin-top: 22px;
  border-top: 1px solid rgba(36, 22, 99, 0.14);
}

.resource-tool-links a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid rgba(36, 22, 99, 0.14);
  color: #241663;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.resource-tool-links a span {
  color: #7c70a8;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.resource-tool-links a b {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.resource-tool-links a:hover b {
  transform: translateX(4px);
}

.resource-start-card__all {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #5c38ff;
  font-size: 13px;
  font-weight: 750;
  line-height: 20px;
  text-decoration: none;
}

.resource-guide-index {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: start;
  margin-top: 72px;
  padding: 30px 32px;
  border: 1px solid rgba(4, 10, 35, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.resource-guide-index__copy h2 {
  margin: 0;
  color: #040a23;
  font-size: clamp(25px, 3.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.resource-guide-index__copy > p:last-child {
  margin: 12px 0 0;
  color: #656979;
  font-size: 14px;
  line-height: 1.55;
}

.resource-guide-index__links {
  display: grid;
  border-top: 1px solid #e1e5ec;
}

.resource-guide-index__links a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #e1e5ec;
  color: #040a23;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.resource-guide-index__links a span {
  color: #7c70a8;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.resource-guide-index__links a b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  border-radius: 999px;
  background: #eeeaff;
  color: #5c38ff;
  font-size: 11px;
  line-height: 1;
}

.resource-guide-index__links a:hover {
  color: #5c38ff;
}

.resource-topic-library {
  margin-top: 96px;
}

.resource-topic-section + .resource-topic-section {
  margin-top: 104px;
}

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

.resource-article-card {
  min-width: 0;
}

.resource-article-card a {
  display: flex;
  min-height: 230px;
  box-sizing: border-box;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(4, 10, 35, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  color: #040a23;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.resource-article-card a:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 56, 255, 0.28);
  box-shadow: 0 16px 34px rgba(4, 10, 35, 0.07);
}

.resource-article-card__type {
  margin-bottom: 14px;
  color: #5c38ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 17px;
  text-transform: uppercase;
}

.resource-article-card h3 {
  margin: 0;
  color: inherit;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.resource-article-card p {
  margin: 12px 0 24px;
  color: #656979;
  font-size: 14px;
  line-height: 1.58;
}

.resource-article-card b {
  margin-top: auto;
  color: #241663;
  font-size: 13px;
  line-height: 20px;
}

.resource-topic-section--coach {
  padding: 42px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(92, 56, 255, 0.48) 0 23%, transparent 23.5%),
    linear-gradient(145deg, #040a23 0%, #171445 100%);
}

.resource-topic-section--coach .resource-section-head__number {
  border-color: #d9ff59;
}

.resource-topic-section--coach .resource-section-head__eyebrow {
  color: #d9ff59;
}

.resource-topic-section--coach .resource-section-head h2 {
  color: #fff;
}

.resource-topic-section--coach .resource-section-head > div > p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.resource-topic-section--coach .resource-article-card a {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.resource-topic-section--coach .resource-article-card__type {
  color: #d9ff59;
}

.resource-topic-section--coach .resource-article-card p {
  color: rgba(255, 255, 255, 0.7);
}

.resource-topic-section--coach .resource-article-card b {
  color: #fff;
}

.resources-grid {
  border-top: 1px solid #e1e5ec;
}

.resource-list-card {
  border-bottom: 1px solid #e1e5ec;
}

.resource-list-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.resource-list-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 32px 4px;
  transition: padding 0.2s ease, background-color 0.2s ease;
}

.resource-list-card__link:hover .resource-list-card__body {
  padding-left: 18px;
  padding-right: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.resource-list-card__copy h2 {
  margin: 0 0 8px;
  color: #040a23;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.resource-list-card__copy p {
  margin: 0;
  color: #656979;
  font-size: 15px;
  line-height: 1.55;
}

.resource-list-card__copy .resource-list-card__kicker {
  margin: 0 0 8px;
  color: #5c38ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resource-list-card__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 28px;
}

.resource-list-card__action {
  color: #5c38ff;
  font-size: 22px;
  line-height: 28px;
  transition: transform 0.2s ease;
}

.resource-list-card__link:hover .resource-list-card__action {
  transform: translateX(4px);
}

.resources-wrap {
  width: min(calc(100% - 40px), 840px);
  margin: 0 auto;
  padding: 0 0 104px;
}

.resources-article {
  padding: 28px 40px 46px;
  border: 1px solid rgba(4, 10, 35, 0.08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(4, 10, 35, 0.035);
}

.resource-figure {
  margin: 0 0 40px;
  overflow: hidden;
  border: 1px solid rgba(92, 56, 255, 0.1);
  border-radius: 18px;
  background: #f6f3ff;
}

.resource-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.resource-section {
  scroll-margin-top: 112px;
  margin: 0;
  padding: 0;
}

.resource-section + .resource-section {
  margin-top: 48px;
}

.resource-section h2 {
  margin: 0 0 18px;
  color: #040a23;
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.resource-section h3 {
  margin: 28px 0 10px;
  color: #18386b;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.resource-section p {
  margin: 0 0 16px;
  color: #3d4354;
  font-size: 16px;
  line-height: 1.78;
}

.resource-section p:last-child {
  margin-bottom: 0;
}

.resource-inline-link {
  color: #5c38ff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(92, 56, 255, 0.3);
  text-underline-offset: 3px;
}

.resource-inline-link:hover {
  text-decoration-color: currentColor;
}

.resource-section--answer {
  padding: 24px 26px;
  border-left: 4px solid #5c38ff;
  border-radius: 0 12px 12px 0;
  background: #f3f0ff;
}

.resource-section--answer h2 {
  font-size: 22px;
}

.resource-answer {
  color: #040a23 !important;
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1.65 !important;
}

.resource-section--summary {
  padding: 28px;
  border-radius: 18px;
  background: #040a23;
}

.resource-section--summary h2 {
  color: #fff;
  font-size: 22px;
}

.resource-section--summary p {
  color: #e1e5ec;
}

.resource-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 22px;
}

.resource-list li {
  padding-left: 4px;
  color: #3d4354;
  font-size: 16px;
  line-height: 1.6;
}

.resource-list li::marker {
  color: #5c38ff;
}

.resource-sources a {
  overflow-wrap: anywhere;
}

.resource-table-wrap {
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #e1e5ec;
  border-radius: 16px;
  background: #fff;
}

.resource-table-wrap:focus-visible {
  outline: 3px solid rgba(92, 56, 255, 0.3);
  outline-offset: 3px;
}

.resource-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  color: #3d4354;
  font-size: 15px;
  line-height: 1.55;
}

.resource-table th,
.resource-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e1e5ec;
  text-align: left;
  vertical-align: top;
}

.resource-table th {
  background: #eeeaff;
  color: #241663;
  font-size: 13px;
  font-weight: 700;
}

.resource-table tbody tr:nth-child(even) {
  background: #fafaff;
}

.resource-table tbody tr:last-child td {
  border-bottom: 0;
}

.resource-formula {
  margin: 18px 0;
  padding: 14px 18px;
  border-radius: 12px;
  background: #f5f6fa;
  color: #241663;
  font-weight: 700;
  text-align: center;
}

.resource-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.resource-pillar {
  padding: 18px;
  border-radius: 16px;
  background: #f5f6fa;
}

.resource-pillar__label {
  display: block;
  margin: 0 0 6px;
  color: #5c38ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 18px;
  text-transform: uppercase;
}

.resource-pillar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.resource-mistakes,
.resource-use-cases,
.resource-faq {
  border-top: 1px solid #e1e5ec;
}

.resource-card {
  padding: 24px 0;
  border-bottom: 1px solid #e1e5ec;
}

.resource-card h3 {
  margin-top: 0;
}

.resource-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.resource-compare > div {
  padding: 20px;
  border-radius: 16px;
  background: #f5f6fa;
}

.resource-compare > div:last-child {
  background: #eeeaff;
}

.resource-compare dt {
  margin: 0 0 8px;
  color: #040a23;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.resource-compare dd {
  margin: 0;
  color: #3d4354;
  font-size: 16px;
  line-height: 1.55;
}

.resource-note {
  padding: 24px 26px;
  border-left: 4px solid #5c38ff;
  border-radius: 0 16px 16px 0;
  background: #f5f6fa;
}

.resource-cta {
  margin-top: 56px;
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(135deg, #5c38ff 0%, #7c5cff 100%);
  color: #fff;
  text-align: center;
}

.resource-cta h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.resource-cta p {
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.65;
}

.resource-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  background: #fff;
  color: #5c38ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resource-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(4, 10, 35, 0.18);
}

.resource-list-card__link:focus-visible,
.resource-back:focus-visible,
.resource-inline-link:focus-visible,
.resource-cta__button:focus-visible,
.resource-start-card__link:focus-visible,
.resource-tool-links a:focus-visible,
.resource-start-card__all:focus-visible,
.resource-guide-index__links a:focus-visible,
.resource-article-card a:focus-visible {
  outline: 3px solid rgba(92, 56, 255, 0.35);
  outline-offset: 3px;
}

@media (max-width: 699px) {
  .resources-hero {
    padding: 42px 20px 34px;
  }

  .resources-article-hero {
    padding: 24px 20px 0;
  }

  .resources-article-hero .resources-hero__inner {
    padding: 32px 20px 22px;
    border-radius: 16px 16px 0 0;
  }

  .resources-h1,
  .resources-article-hero .resources-h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .resources-deck {
    font-size: 16px;
  }

  .resources-index-visual {
    margin-top: 26px;
    border-radius: 18px;
  }

  .resource-updated {
    top: 0;
    right: 0;
    font-size: 11px;
  }

  .resource-disclaimer {
    font-size: 11px;
  }

  .resource-back {
    margin-bottom: 28px;
  }

  .resources-library {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .resource-section-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 22px;
  }

  .resource-section-head--intro {
    display: block;
  }

  .resource-section-head__number {
    width: 38px;
    height: 38px;
  }

  .resource-section-head h2 {
    font-size: 29px;
  }

  .resource-section-head > div > p:last-child,
  .resource-section-head--intro > p:last-child {
    font-size: 15px;
  }

  .resource-start-grid,
  .resource-article-grid {
    grid-template-columns: 1fr;
  }

  .resource-start-card__link,
  .resource-start-card__content {
    min-height: 0;
    padding: 26px;
  }

  .resource-start-card__link {
    min-height: 300px;
  }

  .resource-start-card__visual {
    height: auto;
    aspect-ratio: 16 / 8;
  }

  .resource-guide-index {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 60px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .resource-topic-library {
    margin-top: 76px;
  }

  .resource-topic-section + .resource-topic-section {
    margin-top: 78px;
  }

  .resource-article-card a {
    min-height: 0;
  }

  .resource-topic-section--coach {
    margin-right: -4px;
    margin-left: -4px;
    padding: 30px 20px;
    border-radius: 22px;
  }

  .resource-list-card__body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .resource-list-card__link:hover .resource-list-card__body {
    padding-left: 12px;
    padding-right: 12px;
  }

  .resource-list-card__aside {
    display: flex;
    justify-content: space-between;
  }

  .resources-wrap {
    padding-top: 0;
    padding-bottom: 72px;
  }

  .resources-article {
    padding: 22px 20px 34px;
    border-radius: 0 0 16px 16px;
  }

  .resource-figure {
    margin-bottom: 32px;
    border-radius: 14px;
  }

  .resource-section + .resource-section {
    margin-top: 40px;
  }

  .resource-section--answer,
  .resource-section--summary,
  .resource-note {
    padding: 22px 20px;
  }

  .resource-table {
    min-width: 520px;
    font-size: 14px;
  }

  .resource-table th,
  .resource-table td {
    padding: 12px 14px;
  }

  .resource-pillars,
  .resource-compare {
    grid-template-columns: 1fr;
  }

  .resource-cta {
    margin-top: 44px;
    padding: 30px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .resource-list-card__body,
  .resource-list-card__action,
  .resource-cta__button,
  .resource-tool-links a b,
  .resource-article-card a {
    transition: none;
  }
}
