.rdn-resources-page {
  --res-ink: var(--rdn-ink-dark, #1d2127);
  --res-muted: #596b83;
  --res-blue: var(--rdn-blue, #03a9f4);
  --res-green: var(--rdn-green, #4caf50);
  --res-red: var(--rdn-red-strong, #d32f2f);
  --res-yellow: var(--rdn-yellow, #fbc02d);
  --res-line: rgba(23, 32, 51, 0.15);
  overflow: clip;
  color: var(--res-ink);
  background: #fff;
}

.rdn-resources-page,
.rdn-resources-page * {
  box-sizing: border-box;
}

.rdn-resources-page :is(a, button):focus-visible {
  outline: 3px solid rgba(3, 169, 244, 0.42);
  outline-offset: 3px;
}

.rdn-resources-breadcrumb {
  padding-block: 18px;
}

.rdn-resources-breadcrumb ol {
  display: flex;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: #8190a6;
  font-size: 12px;
  list-style: none;
}

.rdn-resources-breadcrumb li + li::before {
  margin-right: 9px;
  color: #b1bdcc;
  content: "/";
}

.rdn-resources-breadcrumb a {
  color: #51627a;
  font-weight: 700;
  text-decoration: none;
}

.rdn-resources-kicker {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 6px 13px;
  border: 2px solid rgba(3, 169, 244, 0.22);
  border-radius: 999px;
  color: #087fba;
  background: rgba(234, 246, 251, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rdn-resources-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--res-blue);
  box-shadow: 0 0 0 5px rgba(3, 169, 244, 0.13);
}

.rdn-resources-hero {
  position: relative;
  isolation: isolate;
  height: var(--rdn-secondary-hero-height);
  padding: var(--rdn-secondary-hero-padding-start) 0 var(--rdn-secondary-hero-padding-end);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 100%, rgba(3, 169, 244, 0.15), transparent 31%),
    radial-gradient(circle at 93% 0, rgba(76, 175, 80, 0.16), transparent 29%),
    linear-gradient(135deg, #f3fbfe, #fbfcfd 60%, #f5fff8);
}

.rdn-resources-hero__grid-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(23, 32, 51, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.027) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.rdn-resources-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.64fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.rdn-resources-hero__copy {
  max-width: 810px;
}

.rdn-resources-hero h1 {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: var(--rdn-secondary-hero-title-size);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.rdn-resources-hero h1 em {
  display: block;
  color: #0787c7;
  font-style: normal;
}

.rdn-resources-hero__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #53627a;
  font-size: 18px;
  line-height: 1.6;
}

.rdn-resources-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}

.rdn-resources-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.rdn-resources-button:hover {
  transform: translateY(-2px);
}

.rdn-resources-button--primary {
  color: #fff;
  background: var(--rdn-red, #ed5b55);
  box-shadow: 0 12px 26px rgba(237, 91, 85, 0.3);
}

.rdn-resources-button--secondary {
  border-color: rgba(3, 169, 244, 0.34);
  color: #0679b2;
  background: rgba(255, 255, 255, 0.82);
}

.rdn-resources-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 20px 0 0;
  padding: 0;
  color: #53627a;
  list-style: none;
}

.rdn-resources-hero__proofs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.rdn-resources-hero__proofs span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2eaf6d;
  box-shadow: 0 0 0 5px rgba(46, 175, 109, 0.12);
}

.rdn-resources-hero__index {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 32px 80px rgba(34, 52, 86, 0.16);
  backdrop-filter: blur(22px) saturate(135%);
}

.rdn-resources-hero__index::after {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 250px;
  height: 250px;
  border: 38px solid rgba(76, 175, 80, 0.07);
  border-radius: 50%;
  content: "";
}

.rdn-resources-hero__index header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--res-line);
}

.rdn-resources-hero__index header small {
  display: block;
  margin-bottom: 6px;
  color: #77869b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.rdn-resources-hero__index header strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.rdn-resources-hero__index header > span {
  color: #d6ebdd;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.rdn-resources-hero__index ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rdn-resources-hero__index li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 55px;
  border-bottom: 1px solid var(--res-line);
}

.rdn-resources-hero__index li > span {
  color: #1aa460;
  font-size: 10px;
  font-weight: 900;
}

.rdn-resources-hero__index li a {
  color: var(--res-ink);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-resources-hero__index li i {
  color: #9eb3c5;
  font-size: 15px;
  font-style: normal;
}

.rdn-resources-hero__index > p {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: #53627a;
  font-size: 13px;
}

.rdn-resources-hero__index > p span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  color: #16864c;
  background: #e4f6eb;
  font-weight: 900;
}

.rdn-resources-ecosystem,
.rdn-resources-guides,
.rdn-resources-symptoms {
  padding: 92px 0 100px;
  background: #fff;
}

.rdn-resources-ecosystem {
  background: #eef6fb;
  scroll-margin-top: 96px;
}

.rdn-resources-ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rdn-resources-ecosystem__card {
  --ecosystem-accent: var(--res-blue);
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 29px 27px;
  overflow: hidden;
  border: 2px solid color-mix(in srgb, var(--ecosystem-accent) 34%, #d8e2ec);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 47, 71, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.rdn-resources-ecosystem__card--tool { --ecosystem-accent: var(--res-green); }
.rdn-resources-ecosystem__card--service { --ecosystem-accent: var(--res-red); }

.rdn-resources-ecosystem__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--ecosystem-accent);
  content: "";
}

.rdn-resources-ecosystem__card small {
  color: color-mix(in srgb, var(--ecosystem-accent) 82%, #172033);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rdn-resources-ecosystem__card h3 {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1.14;
}

.rdn-resources-ecosystem__card h3 a,
.rdn-resources-ecosystem__card > a {
  color: var(--res-ink);
  text-decoration: none;
}

.rdn-resources-ecosystem__card p {
  margin: 14px 0 24px;
  color: var(--res-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rdn-resources-ecosystem__card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--res-line);
  color: color-mix(in srgb, var(--ecosystem-accent) 82%, #172033);
  font-size: 15px;
  font-weight: 900;
}

.rdn-resources-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.rdn-resources-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rdn-resources-heading h2,
.rdn-resources-note h2,
.rdn-resources-final h2 {
  margin: 17px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.rdn-resources-heading > p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--res-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rdn-resources-heading--center > p:last-child {
  margin-inline: auto;
}

.rdn-resources-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rdn-resources-guide-grid article {
  position: relative;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  border: 2px solid #dce5ee;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 47, 71, 0.08);
  scroll-margin-top: 120px;
}

.rdn-resources-guide-grid article:nth-child(2) {
  border-color: rgba(76, 175, 80, 0.5);
}

.rdn-resources-guide-grid article:nth-child(3) {
  border-color: rgba(23, 105, 142, 0.48);
}

.rdn-resources-guide-grid article:nth-child(4) {
  border-color: rgba(237, 91, 85, 0.5);
}

.rdn-resources-guide-grid article > span {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #e5edf4;
  font-size: 48px;
  font-weight: 900;
}

.rdn-resources-guide-grid small,
.rdn-resources-route small {
  color: #0787c7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rdn-resources-guide-grid h3 {
  max-width: 490px;
  margin: 13px 0 0;
  font-size: 27px;
  line-height: 1.12;
}

.rdn-resources-guide-grid p {
  margin: 14px 0 0;
  color: var(--res-muted);
  font-size: 16px;
  line-height: 1.65;
}

.rdn-resources-guide-grid ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rdn-resources-guide-grid li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #3f526c;
  font-size: 15px;
}

.rdn-resources-guide-grid li::before {
  color: var(--res-green);
  content: "✓";
  font-weight: 900;
}

.rdn-resources-routes {
  padding: 88px 0 100px;
  background: #eef6fb;
}

.rdn-resources-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rdn-resources-route {
  --route-accent: var(--res-blue);
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 29px 26px;
  overflow: hidden;
  border: 2px solid var(--route-accent);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 47, 71, 0.08);
}

.rdn-resources-route--green { --route-accent: var(--res-green); }
.rdn-resources-route--navy { --route-accent: #17698e; }
.rdn-resources-route--red { --route-accent: var(--res-red); }

.rdn-resources-route > span {
  position: absolute;
  top: 17px;
  right: 22px;
  color: color-mix(in srgb, var(--route-accent) 18%, white);
  font-size: 44px;
  font-weight: 900;
}

.rdn-resources-route small {
  max-width: 70%;
  color: var(--route-accent);
}

.rdn-resources-route h3 {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1.12;
}

.rdn-resources-route p {
  margin: 14px 0 24px;
  color: var(--res-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rdn-resources-route > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--res-line);
  color: var(--route-accent);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.rdn-resources-route i,
.rdn-resources-symptom-grid i {
  font-style: normal;
  transition: transform 180ms ease;
}

.rdn-resources-route > a:hover i,
.rdn-resources-symptom-grid a:hover i {
  transform: translateX(4px);
}

.rdn-resources-symptom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rdn-resources-symptom-grid article {
  padding: 26px;
  border: 1px solid #d8e2ec;
  border-radius: 20px;
  background: #fbfcfe;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rdn-resources-symptom-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(3, 169, 244, 0.52);
  box-shadow: 0 16px 34px rgba(28, 47, 71, 0.1);
}

.rdn-resources-symptom-grid article > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 8px;
  color: #087fba;
  background: #e8f7fd;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 900;
}

.rdn-resources-symptom-grid h3 {
  margin: 15px 0 0;
  font-size: 23px;
}

.rdn-resources-symptom-grid h3 a,
.rdn-resources-symptom-grid article > a {
  color: var(--res-ink);
  text-decoration: none;
}

.rdn-resources-symptom-grid p {
  margin: 10px 0 17px;
  color: var(--res-muted);
  font-size: 15px;
  line-height: 1.62;
}

.rdn-resources-symptom-grid article > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #087fba;
  font-size: 15px;
  font-weight: 900;
}

.rdn-resources-note {
  padding: 0 0 90px;
  background: #fff;
}

.rdn-resources-note__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 58px;
  padding: 50px 56px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg, #172535, #14364c 60%, #087fba);
  box-shadow: 0 28px 70px rgba(26, 45, 66, 0.2);
}

.rdn-resources-note .rdn-resources-kicker,
.rdn-resources-final .rdn-resources-kicker {
  border-color: rgba(127, 216, 255, 0.3);
  color: #8cddff;
  background: rgba(3, 169, 244, 0.08);
}

.rdn-resources-note h2,
.rdn-resources-final h2 {
  color: #fff;
  font-size: clamp(31px, 3.4vw, 47px);
}

.rdn-resources-note__panel > div:first-child > p:last-child,
.rdn-resources-final__panel > div:first-child > p:last-child {
  margin: 15px 0 0;
  color: #cbd9e4;
  font-size: 16px;
  line-height: 1.65;
}

.rdn-resources-note__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rdn-resources-note__lists section {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.rdn-resources-note__lists h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.rdn-resources-note__lists ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  color: #d8e4ed;
  list-style: none;
}

.rdn-resources-note__lists li {
  font-size: 14px;
  line-height: 1.5;
}

.rdn-resources-note__lists li::before {
  margin-right: 8px;
  color: #70d7ff;
  content: "✓";
  font-weight: 900;
}

.rdn-resources-final {
  padding: 0 0 90px;
  background: #fff;
}

.rdn-resources-final__panel {
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 46px 58px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg, #172535, #14364c 60%, #16864c);
  box-shadow: 0 28px 70px rgba(26, 45, 66, 0.2);
}

.rdn-resources-final__panel > div:first-child {
  max-width: 760px;
}

.rdn-resources-final .rdn-resources-actions {
  max-width: 430px;
  justify-content: flex-end;
}

.rdn-resources-button--light {
  color: var(--res-ink);
  background: #fff;
}

.rdn-resources-button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  background: transparent;
}

@media (max-width: 1199px) {
  .rdn-resources-hero {
    height: auto;
    min-height: var(--rdn-secondary-hero-height);
  }

  .rdn-resources-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdn-resources-ecosystem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .rdn-resources-hero {
    min-height: 0;
    padding-block: 52px 64px;
  }

  .rdn-resources-hero__layout,
  .rdn-resources-note__panel {
    grid-template-columns: 1fr;
  }

  .rdn-resources-hero__index {
    max-width: 720px;
  }

  .rdn-resources-symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdn-resources-final__panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .rdn-resources-final .rdn-resources-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .rdn-resources-breadcrumb {
    padding-block: 14px;
  }

  .rdn-resources-hero {
    padding-block: 40px 48px;
  }

  .rdn-resources-hero h1 {
    font-size: clamp(36px, 10.5vw, 47px);
  }

  .rdn-resources-hero__lead {
    font-size: 16px;
  }

  .rdn-resources-actions {
    display: grid;
  }

  .rdn-resources-button {
    width: 100%;
  }

  .rdn-resources-hero__proofs {
    align-items: flex-start;
    flex-direction: column;
  }

  .rdn-resources-hero__index {
    padding: 20px;
  }

  .rdn-resources-ecosystem,
  .rdn-resources-guides,
  .rdn-resources-routes,
  .rdn-resources-symptoms {
    padding-block: 62px;
  }

  .rdn-resources-heading h2,
  .rdn-resources-note h2,
  .rdn-resources-final h2 {
    font-size: clamp(30px, 8vw, 39px);
  }

  .rdn-resources-guide-grid,
  .rdn-resources-ecosystem__grid,
  .rdn-resources-route-grid,
  .rdn-resources-symptom-grid,
  .rdn-resources-note__lists {
    grid-template-columns: 1fr;
  }

  .rdn-resources-guide-grid article,
  .rdn-resources-ecosystem__card,
  .rdn-resources-route {
    min-height: 0;
    padding: 25px 22px;
  }

  .rdn-resources-note,
  .rdn-resources-final {
    padding-bottom: 62px;
  }

  .rdn-resources-note__panel,
  .rdn-resources-final__panel {
    width: calc(100% - 24px);
    min-height: 0;
    gap: 28px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .rdn-resources-final .rdn-resources-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rdn-resources-page,
  .rdn-resources-page *,
  .rdn-resources-page *::before,
  .rdn-resources-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Visual harmonization with the current RDN secondary-page system. */
.rdn-resources-hero__layout > *,
.rdn-resources-ecosystem__grid > *,
.rdn-resources-guide-grid > *,
.rdn-resources-route-grid > *,
.rdn-resources-symptom-grid > * {
  min-width: 0;
}

.rdn-resources-guide-grid article {
  --guide-accent: var(--res-blue);
  border-color: color-mix(in srgb, var(--guide-accent) 38%, #dce5ee);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.rdn-resources-guide-grid article:nth-child(2) { --guide-accent: var(--res-green); }
.rdn-resources-guide-grid article:nth-child(3) { --guide-accent: #17698e; }
.rdn-resources-guide-grid article:nth-child(4) { --guide-accent: var(--res-red); }

.rdn-resources-guide-grid article::before,
.rdn-resources-route::before,
.rdn-resources-symptom-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: inherit;
  background: var(--guide-accent, var(--route-accent, var(--symptom-accent, var(--res-blue))));
  content: "";
  opacity: .82;
  transform: scaleX(.2);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(.2, .8, .2, 1);
}

.rdn-resources-guide-grid article > span {
  color: color-mix(in srgb, var(--guide-accent) 20%, white);
}

.rdn-resources-guide-grid article small {
  color: color-mix(in srgb, var(--guide-accent) 82%, #172033);
}

.rdn-resources-route,
.rdn-resources-symptom-grid article {
  position: relative;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.rdn-resources-symptom-grid article {
  --symptom-accent: var(--res-blue);
  overflow: hidden;
  border-width: 2px;
  border-color: color-mix(in srgb, var(--symptom-accent) 27%, #d8e2ec);
}

.rdn-resources-symptom-grid article:nth-child(3n + 2) { --symptom-accent: var(--res-green); }
.rdn-resources-symptom-grid article:nth-child(3n) { --symptom-accent: var(--res-red); }

.rdn-resources-symptom-grid article > span {
  color: color-mix(in srgb, var(--symptom-accent) 82%, #172033);
  background: color-mix(in srgb, var(--symptom-accent) 10%, white);
}

.rdn-resources-symptom-grid article > a {
  color: color-mix(in srgb, var(--symptom-accent) 82%, #172033);
}

@media (hover: hover) and (pointer: fine) {
  .rdn-resources-guide-grid article:hover,
  .rdn-resources-ecosystem__card:hover,
  .rdn-resources-route:hover,
  .rdn-resources-symptom-grid article:hover {
    border-color: color-mix(in srgb, var(--ecosystem-accent, var(--guide-accent, var(--route-accent, var(--symptom-accent, var(--res-blue))))) 58%, #fff);
    box-shadow: 0 24px 50px rgba(28, 47, 71, .14);
    transform: translateY(-7px);
  }

  .rdn-resources-guide-grid article:hover::before,
  .rdn-resources-route:hover::before,
  .rdn-resources-symptom-grid article:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 767px) {
  .rdn-resources-guide-grid article h3,
  .rdn-resources-ecosystem__card h3,
  .rdn-resources-route h3,
  .rdn-resources-symptom-grid h3 {
    overflow-wrap: anywhere;
  }
}
