/* DigitxlLink resources page: Webflow-compatible structure, local theme polish, no template chrome. */

/* This page uses data-wf-page="resources"; bundled Webflow IX does not run here. Copied
   components keep opacity:0 on [data-w-id]. Scroll-reveal sets opacity:0 on [data-tdl-reveal]
   parents — that hides entire subtrees until .is-visible, so we force visibility on this page. */
body.resources-page main [data-w-id] {
  opacity: 1 !important;
  visibility: visible !important;
}

body.resources-page.tdl-reveal-ready [data-tdl-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

/* Hero image: template uses full width; cap size on Resources so photography reads balanced */
body.resources-page .v3-service-hero-section .v3-service-hero-image-div {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: min(100%, 820px);
  margin-right: auto;
  margin-left: auto;
}

body.resources-page .v3-service-hero-section .v3-service-hero-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  body.resources-page .v3-service-hero-section .v3-service-hero-image-div {
    max-width: min(100%, 640px);
  }
}

@media screen and (max-width: 600px) {
  body.resources-page .v3-service-hero-section .v3-service-hero-image-div {
    max-width: min(100%, 420px);
  }
}

html,
body {
  overscroll-behavior-y: none;
}

.resources-page {
  overflow-x: hidden;
}

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

.template-popup-wrapper,
.showcase-dropdown,
.w-webflow-badge,
.menu-copyright-wrapper,
.footer-copyright-logo-div,
.menu-version-wrapper,
.footer-link-version-div,
.menu-social-media-div {
  display: none !important;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  max-width: 180px;
}

.logo-dark,
.logo-light {
  width: auto !important;
  max-width: 180px;
  height: 48px !important;
  object-fit: contain;
}

.logo-light,
.footer-logo,
.footer-large-logo {
  filter: brightness(0) invert(1);
}

.footer-logo {
  width: auto !important;
  max-width: 180px;
  height: 32px !important;
  object-fit: contain;
}

.footer-large-logo {
  width: auto !important;
  max-width: min(40vw, 240px) !important;
  height: auto !important;
  object-fit: contain;
}

@media screen and (min-width: 992px) {
  .nav-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1.5rem);
    justify-content: initial;
  }

  .nav-wrapper .brand-logo-link.w-nav-brand {
    float: none;
    justify-self: start;
  }

  .nav-wrapper .nav-menu.w-nav-menu {
    float: none;
    justify-self: center;
  }

  .nav-wrapper .nav-button-wrapper {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.resources-hero-section {
  position: relative;
  overflow: hidden;
  padding: clamp(7.5rem, 12vw, 10rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: #fff;
}

.resources-hero-section::after {
  display: none;
}

.resources-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.resources-kicker {
  margin-bottom: 1rem;
  color: #413df2;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.resources-hero-heading {
  max-width: 11ch;
  margin: 0;
  color: #25222a;
  font-size: clamp(3.35rem, 7vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.resources-hero-copy {
  max-width: 45rem;
  margin: 1.35rem 0 0;
  color: rgba(37, 34, 42, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.resources-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.resources-artifact {
  position: relative;
  min-height: 500px;
}

.resources-artifact-card {
  position: absolute;
  width: min(100%, 400px);
  padding: 1rem;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 70px rgba(25, 25, 34, 0.11);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(0);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-artifact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 86px rgba(25, 25, 34, 0.15);
}

.resources-artifact-card:first-child {
  top: 0;
  right: 0;
}

.resources-artifact-card:nth-child(2) {
  left: 0;
  top: 34%;
}

.resources-artifact-card:nth-child(3) {
  right: 6%;
  bottom: 0;
}

.resources-artifact-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  object-fit: cover;
}

.resources-artifact-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.9rem;
  color: rgba(37, 34, 42, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resources-artifact-title {
  margin-top: 0.55rem;
  color: #25222a;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.22;
}

.resources-filter-row {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2.5rem;
}

.tdl-resource-filters-ready .resources-filter-row {
  display: flex;
}

.resources-filter-pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(37, 34, 42, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #25222a;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
}

.resources-filter-pill:hover,
.resources-filter-pill:focus-visible {
  border-color: rgba(65, 61, 242, 0.42);
}

.resources-filter-pill:focus-visible {
  outline: 3px solid rgba(65, 61, 242, 0.24);
  outline-offset: 2px;
}

.resources-filter-pill.is-active {
  border-color: #413df2;
  background: #413df2;
  color: #fff;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.resources-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(25, 25, 34, 0.05);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease;
}

.resources-card[hidden] {
  display: none;
}

.resources-card:hover,
.resources-card:focus-visible {
  border-color: rgba(65, 61, 242, 0.25);
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(25, 25, 34, 0.1);
}

.resources-card-image-wrap {
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 34, 42, 0.08);
}

.resources-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-card:hover .resources-card-image,
.resources-card:focus-visible .resources-card-image {
  transform: scale(1.06);
}

.resources-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.resources-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  color: rgba(37, 34, 42, 0.54);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resources-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(37, 34, 42, 0.3);
}

.resources-card-title {
  margin: 0;
  color: #25222a;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.16;
}

.resources-card-copy {
  margin: 0.8rem 0 1.25rem;
  color: rgba(37, 34, 42, 0.68);
  font-size: 0.95rem;
  line-height: 1.62;
}

.resources-card-byline {
  margin: -0.2rem 0 1.15rem;
  color: rgba(37, 34, 42, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}

.resources-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: #413df2;
  font-size: 0.94rem;
  font-weight: 700;
}

.resources-feature-band {
  overflow: hidden;
  background: #15161d;
  color: #fff;
}

.resources-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.resources-feature-panel {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 8px;
  background: #15161d;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.resources-feature-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  line-height: 0.96;
}

.resources-feature-panel p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.resources-check-list {
  display: grid;
  gap: 1rem;
}

.resources-check-item {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.resources-check-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
}

.resources-check-item strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.resources-check-item span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  line-height: 1.55;
}

.resources-faq-list {
  display: grid;
  gap: 0.85rem;
}

.resources-faq-card {
  padding: 1.3rem;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
}

.resources-faq-card h3 {
  margin: 0;
  color: #25222a;
  font-size: 1.08rem;
  line-height: 1.25;
}

.resources-faq-card p {
  margin: 0.65rem 0 0;
  color: rgba(37, 34, 42, 0.68);
  font-size: 0.95rem;
  line-height: 1.6;
}

.tdl-reveal-ready [data-tdl-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tdl-reveal-ready [data-tdl-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
  .resources-hero-grid,
  .resources-feature-grid {
    grid-template-columns: 1fr;
  }

  .resources-artifact {
    display: grid;
    min-height: auto;
    gap: 1rem;
  }

  .resources-artifact-card {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .resources-hero-section {
    padding-top: 6.5rem;
  }

  .resources-hero-heading {
    font-size: 3rem;
  }

  .resources-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .resources-hero-actions .button,
  .resources-hero-actions .text-link {
    justify-content: center;
    width: 100%;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-tdl-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}


.resources-intelligence-hero {
  padding: clamp(8rem, 12vw, 10.25rem) 0 clamp(4.5rem, 7vw, 6rem);
  background: #fff;
}

.resources-intelligence-hero::after {
  display: none;
}

.resources-intelligence-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  align-items: stretch;
}

.resources-intelligence-grid > * {
  min-width: 0;
}

.resources-intelligence-hero .resources-hero-heading {
  max-width: 11.5ch;
  font-size: clamp(3.35rem, 6.2vw, 6.7rem);
  line-height: 0.94;
}

.resources-intelligence-hero .resources-hero-copy {
  max-width: 49rem;
}

.resources-standard-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: clamp(2rem, 3vw, 3rem);
}

.resources-standard-strip span {
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  border: 1px solid rgba(37, 34, 42, 0.1);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(37, 34, 42, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.resources-command-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 34px 90px rgba(25, 25, 34, 0.12);
}

.resources-command-top,
.resources-command-metric,
.resources-command-table,
.resources-command-evidence {
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
}

.resources-command-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.resources-command-top span,
.resources-command-metric span,
.resources-command-evidence span {
  display: block;
  color: rgba(37, 34, 42, 0.52);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.resources-command-top strong {
  display: block;
  margin-top: 0.45rem;
  color: #25222a;
  font-size: 1.18rem;
  line-height: 1.15;
}

.resources-command-status {
  display: inline-flex;
  height: 2rem;
  align-items: center;
  border-radius: 999px;
  padding: 0 0.75rem;
  background: rgba(65, 61, 242, 0.1);
  color: #413df2;
  font-size: 0.75rem;
  font-weight: 800;
}

.resources-command-metric {
  padding: 1rem;
}

.resources-command-metric strong {
  display: block;
  margin-top: 0.7rem;
  color: #25222a;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.resources-command-table {
  overflow: hidden;
}

.resources-command-table div {
  display: grid;
  grid-template-columns: 0.8fr 1.45fr;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(37, 34, 42, 0.08);
}

.resources-command-table div:first-child {
  border-top: 0;
  background: #f5f6fb;
}

.resources-command-table span {
  color: rgba(37, 34, 42, 0.56);
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.resources-command-table strong {
  color: #25222a;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.resources-command-evidence {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem;
}

.resources-command-evidence img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.resources-command-evidence strong {
  display: block;
  margin-top: 0.45rem;
  color: #25222a;
  font-size: 0.95rem;
  line-height: 1.35;
}

.resources-signal-band {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(3.5rem, 5vw, 4.75rem);
  margin-top: 0;
  background: #fff;
}

.resources-signal-band + .section {
  padding-top: clamp(3.75rem, 5vw, 4.75rem);
}

.resources-page .section h2 {
  font-size: clamp(2.65rem, 4.4vw, 4.8rem);
  line-height: 1;
}

.resources-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 10px;
  background: rgba(37, 34, 42, 0.08);
  box-shadow: 0 24px 70px rgba(25, 25, 34, 0.08);
}

.resources-signal-grid > div {
  min-height: 13.5rem;
  padding: clamp(1.1rem, 2vw, 1.55rem);
  background: #fff;
}

.resources-signal-grid span {
  color: #413df2;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.resources-signal-grid strong {
  display: block;
  margin-top: 1.7rem;
  color: #25222a;
  font-size: 1.18rem;
  line-height: 1.16;
}

.resources-signal-grid p {
  margin: 0.7rem 0 0;
  color: rgba(37, 34, 42, 0.66);
  font-size: 0.94rem;
  line-height: 1.55;
}

.resources-section-head {
  display: grid;
  gap: 1rem;
}

.resources-section-head-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  align-items: end;
}

.resources-section-copy {
  max-width: 41rem;
  margin: 0;
  justify-self: end;
  color: rgba(37, 34, 42, 0.68);
}

.resources-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.resources-featured-card,
.resources-briefing-card,
.resources-pathway-card {
  color: inherit;
  text-decoration: none;
}

.resources-featured-lead {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(25, 25, 34, 0.08);
}

.resources-featured-image-wrap {
  overflow: hidden;
  background: #e9ecf3;
}

.resources-featured-image-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.25;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-featured-lead:hover img,
.resources-featured-lead:focus-visible img {
  transform: scale(1.04);
}

.resources-featured-body {
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.resources-featured-body h3 {
  max-width: 15ch;
  margin: 0;
  color: #25222a;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
}

.resources-featured-body p {
  max-width: 45rem;
  margin: 1rem 0 0;
  color: rgba(37, 34, 42, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.resources-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.resources-meta-row span {
  border: 1px solid rgba(37, 34, 42, 0.1);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: rgba(37, 34, 42, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
}

.resources-briefing-stack {
  display: grid;
  gap: 1rem;
}

.resources-briefing-card {
  display: grid;
  align-content: start;
  min-height: 9.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.resources-briefing-card:hover,
.resources-briefing-card:focus-visible,
.resources-pathway-card:hover,
.resources-pathway-card:focus-visible {
  border-color: rgba(65, 61, 242, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(25, 25, 34, 0.09);
}

.resources-briefing-card span,
.resources-pathway-card span {
  color: #413df2;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resources-briefing-card strong {
  display: block;
  margin-top: 0.65rem;
  color: #25222a;
  font-size: 1.2rem;
  line-height: 1.16;
}

.resources-briefing-card p {
  margin: 0.65rem 0 0;
  color: rgba(37, 34, 42, 0.64);
  font-size: 0.94rem;
  line-height: 1.55;
}

.resources-briefing-meta {
  margin-top: 0.8rem;
  color: rgba(37, 34, 42, 0.52);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.resources-pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.resources-pathway-card {
  display: flex;
  min-height: 17rem;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.resources-pathway-card h3 {
  margin: 1.35rem 0 0;
  color: #25222a;
  font-size: 1.18rem;
  line-height: 1.24;
}

.resources-pathway-card p {
  margin: 0.85rem 0 1.3rem;
  color: rgba(37, 34, 42, 0.66);
  font-size: 0.92rem;
  line-height: 1.55;
}

#resource-library.section {
  padding-top: clamp(3.75rem, 5vw, 4.75rem);
}

#resource-library .common-heading-wrapper {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

#resource-library .resources-filter-row {
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.resources-pathway-card strong {
  margin-top: auto;
  color: #413df2;
  font-size: 0.94rem;
}

.resources-standards-section {
  background: #fff;
}

.resources-standards-section + .background-gray {
  border-top: 1px solid rgba(37, 34, 42, 0.06);
}

.resources-standards-grid {
  overflow: hidden;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(25, 25, 34, 0.08);
}

.resources-standards-table {
  width: 100%;
  border-collapse: collapse;
  color: #25222a;
}

.resources-standards-table caption.sr-only,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.resources-standards-table th,
.resources-standards-table td {
  padding: 1.25rem 1.15rem;
  border-top: 1px solid rgba(37, 34, 42, 0.08);
  color: rgba(37, 34, 42, 0.68);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: middle;
}

.resources-standards-table thead th {
  border-top: 0;
  background: #15161d;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resources-standards-table tbody th {
  width: 29%;
  color: #25222a;
  font-weight: 800;
}

.resources-standards-table td:nth-child(2) {
  width: 41%;
}

.resources-standards-table a {
  color: #413df2;
  font-weight: 800;
  text-decoration: none;
}

.resources-standards-table a:hover,
.resources-standards-table a:focus-visible {
  text-decoration: underline;
}

.resources-governance-band {
  background: #12131a;
}

.resources-governance-band .resources-feature-panel {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.resources-governance-band .resources-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.resources-governance-list {
  counter-reset: governance;
}

.resources-governance-list .resources-check-item {
  position: relative;
}

.resources-governance-list .resources-check-item::before {
  content: "";
  position: absolute;
  top: 4.05rem;
  bottom: -1rem;
  left: 2.65rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.resources-governance-list .resources-check-item:last-child::before {
  display: none;
}

.resources-faq-card {
  box-shadow: 0 14px 40px rgba(25, 25, 34, 0.04);
}

/* Match Resources with the service-page visual system. */
body.resources-page .section {
  position: relative;
}

body.resources-page .background-gray {
  background: #f7f7fb;
}

body.resources-page .v3-service-paragraph {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.resources-signal-band {
  padding: clamp(3.75rem, 5vw, 4.75rem) 0;
  background: #fff;
}

.resources-signal-band + .section {
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
}

.resources-signal-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.resources-signal-grid > div,
.resources-featured-lead,
.resources-briefing-card,
.resources-pathway-card,
.resources-card,
.resources-standards-grid,
.resources-faq-card {
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(25, 25, 34, 0.055);
}

.resources-signal-grid > div {
  min-height: 15rem;
}

.resources-signal-grid span,
.resources-briefing-card span,
.resources-pathway-card span,
.resources-card-link,
.resources-pathway-card strong,
.resources-standards-table a {
  color: #413df2;
}

.resources-featured-lead,
.resources-briefing-card,
.resources-pathway-card,
.resources-card,
.resources-faq-card {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.resources-featured-lead:hover,
.resources-featured-lead:focus-visible,
.resources-briefing-card:hover,
.resources-briefing-card:focus-visible,
.resources-pathway-card:hover,
.resources-pathway-card:focus-visible,
.resources-card:hover,
.resources-card:focus-visible {
  border-color: rgba(65, 61, 242, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(25, 25, 34, 0.09);
}

.resources-featured-image-wrap,
.resources-card-image-wrap {
  background: #eef0f7;
}

.resources-featured-body h3 {
  max-width: 18ch;
  font-size: clamp(1.85rem, 2.7vw, 3rem);
}

.resources-pathway-card {
  min-height: 18rem;
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
}

.resources-filter-pill {
  min-height: 2.8rem;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(25, 25, 34, 0.035);
}

.resources-filter-pill.is-active {
  box-shadow: 0 16px 38px rgba(65, 61, 242, 0.22);
}

.resources-standards-section {
  border-top: 1px solid rgba(37, 34, 42, 0.06);
  border-bottom: 1px solid rgba(37, 34, 42, 0.06);
}

.resources-standards-grid {
  overflow: hidden;
}

.resources-standards-table thead th {
  background: #f2f3f8;
  color: rgba(37, 34, 42, 0.58);
}

.resources-standards-table th,
.resources-standards-table td {
  padding: 1.35rem 1.25rem;
}

.resources-feature-band.resources-governance-band {
  background: #fff;
  color: #25222a;
}

.resources-governance-band .resources-feature-panel {
  border: 1px solid rgba(37, 34, 42, 0.08);
  background: #f7f7fb;
  box-shadow: none;
}

.resources-governance-band .resources-kicker {
  color: #413df2;
}

.resources-governance-band .resources-feature-panel h2 {
  color: #25222a;
}

.resources-governance-band .resources-feature-panel p {
  color: rgba(37, 34, 42, 0.68);
}

.resources-governance-list .resources-check-item {
  border-color: rgba(37, 34, 42, 0.08);
  background: #fff;
  box-shadow: 0 14px 38px rgba(25, 25, 34, 0.045);
}

.resources-check-icon {
  background: rgba(65, 61, 242, 0.1);
  color: #413df2;
}

.resources-check-item strong {
  color: #25222a;
}

.resources-check-item span {
  color: rgba(37, 34, 42, 0.66);
}

.resources-governance-list .resources-check-item::before {
  background: rgba(65, 61, 242, 0.18);
}

.article-hero-section {
  padding: clamp(8rem, 12vw, 10rem) 0 clamp(4rem, 7vw, 6rem);
  background: linear-gradient(180deg, #fff 0%, #f7f7fb 100%);
}

.article-back-link {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  background: #fff;
  color: rgba(37, 34, 42, 0.68);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.article-back-link:hover,
.article-back-link:focus-visible {
  border-color: rgba(65, 61, 242, 0.28);
  color: #413df2;
}

.article-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 0.95fr);
  gap: clamp(2rem, 4.5vw, 4.75rem);
  align-items: stretch;
}

.article-hero-image-wrap {
  position: relative;
  order: 2;
  width: 100%;
  min-height: 0;
  align-self: stretch;
  transform: translateX(clamp(0rem, 2.2vw, 2rem));
  overflow: hidden;
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  background: #eef0f7;
  box-shadow: 0 28px 80px rgba(25, 25, 34, 0.12);
}

.article-hero-image-wrap img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.article-hero-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 44rem;
  text-align: left;
}

.article-hero-content h1 {
  max-width: 11.5ch;
  margin: 0.85rem 0 0;
  color: #25222a;
  font-size: clamp(3.15rem, 5.7vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-hero-content p {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  color: rgba(37, 34, 42, 0.68);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  font-weight: 600;
  line-height: 1.65;
}

.article-body-section {
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  background: #fff;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 0.92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 6.5rem;
}

.article-sidebar-card {
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(25, 25, 34, 0.055);
}

.article-sidebar-card + .article-sidebar-card {
  margin-top: 1rem;
}

.article-sidebar-card nav {
  display: grid;
  gap: 0.85rem;
}

.article-sidebar-card a {
  color: rgba(37, 34, 42, 0.68);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.article-sidebar-card a:hover,
.article-sidebar-card a:focus-visible {
  color: #413df2;
}

.article-sidebar-cta {
  background: #25222a;
  color: #fff;
}

.article-sidebar-cta .resources-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.article-sidebar-cta p {
  margin: 0.8rem 0 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.article-sidebar-cta a {
  color: #fff;
}

.article-content {
  max-width: 880px;
}

.article-lede {
  margin: 0 0 2.4rem;
  border-left: 4px solid #413df2;
  padding-left: 1.25rem;
  color: #25222a;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 600;
  line-height: 1.55;
}

.article-content h2 {
  margin: clamp(2.75rem, 5vw, 4.2rem) 0 1rem;
  color: #25222a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.article-content p,
.article-content li {
  color: rgba(37, 34, 42, 0.7);
  font-size: 1.05rem;
  line-height: 1.8;
}

.article-content ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.2rem;
}

.article-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: clamp(1.4rem, 2.5vw, 2rem);
}

.article-secondary-action {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  border: 1px solid rgba(37, 34, 42, 0.12);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  color: #25222a;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
}

.article-secondary-action:hover,
.article-secondary-action:focus-visible {
  border-color: rgba(65, 61, 242, 0.3);
  color: #413df2;
}

.article-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 clamp(2.5rem, 4vw, 3.5rem);
}

.article-summary-grid > div {
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(25, 25, 34, 0.05);
}

.article-summary-grid span {
  display: block;
  color: #413df2;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-summary-grid strong {
  display: block;
  margin-top: 0.55rem;
  color: #25222a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.article-callout,
.article-next-step {
  margin: clamp(2rem, 4vw, 3rem) 0;
  border: 1px solid rgba(65, 61, 242, 0.16);
  border-radius: 8px;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: linear-gradient(135deg, rgba(65, 61, 242, 0.08), rgba(247, 247, 251, 0.95));
}

.article-callout strong {
  display: block;
  color: #413df2;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-callout p,
.article-next-step p {
  margin-bottom: 0;
}

.article-grid,
.article-checklist {
  display: grid;
  gap: 1rem;
  margin: clamp(2rem, 4vw, 3rem) 0;
}

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

.article-grid > div,
.article-checklist > div {
  border: 1px solid rgba(37, 34, 42, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 14px 38px rgba(25, 25, 34, 0.045);
}

.article-checklist {
  counter-reset: readiness;
}

.article-checklist > div {
  position: relative;
  padding-left: 4.25rem;
}

.article-checklist > div::before {
  counter-increment: readiness;
  content: counter(readiness);
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(65, 61, 242, 0.1);
  color: #413df2;
  font-size: 0.82rem;
  font-weight: 900;
}

.article-grid span {
  display: block;
  color: #413df2;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-grid strong,
.article-checklist strong {
  display: block;
  margin-top: 0.6rem;
  color: #25222a;
  font-size: 1.05rem;
  line-height: 1.35;
}

.article-checklist span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(37, 34, 42, 0.66);
  font-size: 0.95rem;
  line-height: 1.6;
}

.article-next-step h2 {
  margin-top: 0;
}

.article-next-step .button {
  margin-top: 1.4rem;
}

@media screen and (max-width: 991px) {
  .resources-intelligence-grid,
  .resources-section-head-split,
  .resources-featured-grid,
  .resources-feature-grid {
    grid-template-columns: 1fr;
  }

  .resources-section-copy {
    justify-self: start;
  }

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

  .resources-command-panel {
    min-height: auto;
  }

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

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

  .article-hero-content {
    order: 1;
    max-width: none;
    text-align: center;
  }

  .article-hero-image-wrap {
    position: static;
    order: 2;
    max-width: min(100%, 760px);
    height: auto;
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }

  .article-hero-image-wrap img {
    position: static;
    height: auto;
    aspect-ratio: 2 / 3;
  }

  .article-hero-content h1,
  .article-hero-content p {
    margin-right: auto;
    margin-left: auto;
  }

  .article-hero-actions {
    justify-content: center;
  }

  .article-sidebar {
    position: static;
  }

  .article-sidebar-card nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-content {
    max-width: none;
  }

  .article-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body.resources-page .container,
  body.resources-page .w-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .resources-intelligence-hero .resources-hero-heading {
    font-size: 3.15rem;
  }

  .resources-hero-grid,
  .resources-intelligence-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .resources-hero-copy-wrap,
  .resources-command-panel {
    width: min(calc(100vw - 40px), 350px) !important;
    max-width: min(calc(100vw - 40px), 350px) !important;
  }

  .resources-command-panel {
    margin-top: 2rem;
  }

  .resources-command-metric strong {
    font-size: 1.32rem;
    line-height: 1.12;
  }

  .resources-hero-copy,
  .resources-command-metric strong,
  .resources-command-evidence strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .resources-command-panel,
  .resources-featured-card,
  .resources-briefing-card,
  .resources-pathway-card,
  .resources-card,
  .resources-standards-grid {
    width: 100%;
    max-width: 100%;
  }

  .resources-command-table div,
  .resources-command-evidence {
    grid-template-columns: 1fr;
  }

  .resources-standards-table,
  .resources-standards-table thead,
  .resources-standards-table tbody,
  .resources-standards-table tr,
  .resources-standards-table th,
  .resources-standards-table td {
    display: block;
    width: 100%;
  }

  .resources-standards-table thead {
    display: none;
  }

  .resources-standards-table tbody tr {
    border-top: 1px solid rgba(37, 34, 42, 0.08);
    padding: 1rem;
  }

  .resources-standards-table tbody tr:first-child {
    border-top: 0;
  }

  .resources-standards-table th,
  .resources-standards-table td {
    border-top: 0;
    padding: 0;
  }

  .resources-standards-table tbody th {
    margin-bottom: 0.55rem;
  }

  .resources-standards-table td + td {
    margin-top: 0.45rem;
  }

  .resources-standard-strip {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .resources-standard-strip span {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .resources-signal-grid,
  .resources-pathway-grid {
    grid-template-columns: 1fr;
  }

  .resources-signal-grid > div,
  .resources-pathway-card {
    min-height: auto;
  }

  .resources-featured-body h3 {
    font-size: 2.1rem;
  }

  .resources-standard-strip {
    gap: 0.5rem;
  }

  .article-hero-section {
    padding-top: 6.75rem;
  }

  .article-hero-content h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .article-hero-content p {
    font-size: 1.05rem;
  }

  .article-sidebar-card nav,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-content p,
  .article-content li {
    font-size: 1rem;
  }

  .article-hero-actions,
  .article-hero-actions .button,
  .article-secondary-action {
    justify-content: center;
    width: 100%;
  }

  .article-content {
    max-width: none;
  }

  .article-checklist > div {
    padding-left: 3.75rem;
  }
}
