.resources-page {
  background: var(--paper);
}

body.global-tech-page.resources-page {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  overflow-x: clip !important;
}

body.global-tech-page.resources-page .site-header,
body.global-tech-page.resources-page .site-footer {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
}

body.global-tech-page.resources-page.library-page .page-hero {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
  margin: 0 !important;
  padding-right: max(var(--section-x), calc((100vw - var(--max)) / 2)) !important;
  padding-left: max(var(--section-x), calc((100vw - var(--max)) / 2)) !important;
}

body.global-tech-page.resources-page.library-page .library-section,
body.global-tech-page.resources-page.library-page .library-section > .section-head {
  width: auto !important;
  inline-size: auto !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: var(--max) !important;
  max-inline-size: var(--max) !important;
}

body.global-tech-page.resources-page .resources-hero,
body.global-tech-page.resources-page .resource-article-hero {
  background:
    linear-gradient(105deg, rgba(245, 248, 251, 0.98) 0%, rgba(236, 246, 253, 0.94) 56%, rgba(224, 239, 250, 0.9) 100%),
    #eaf3fb !important;
}

body.global-tech-page.resources-page .resources-hero h1,
body.global-tech-page.resources-page .resource-article-hero h1 {
  max-width: 790px !important;
}

body.global-tech-page.resources-page .resources-hero-panel strong,
body.global-tech-page.resources-page .article-summary-panel strong {
  font-size: clamp(2rem, 3.6vw, 3.8rem) !important;
  line-height: 1 !important;
}

body.global-tech-page.resources-page.library-page .library-section.section-band {
  background: transparent !important;
}

.resources-role-grid,
.resource-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.resource-topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resources-role-grid article,
.resource-topic-grid article,
.article-check-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: clamp(22px, 3vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid #154f83;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.08);
}

.resources-role-grid span,
.resource-topic-grid span,
.article-check-grid span,
.resource-feature-card span,
.article-toc span,
.rfq-list strong {
  color: #154f83;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resources-role-grid h3,
.resource-topic-grid h3,
.article-check-grid h3,
.resource-feature-card h3 {
  margin: 0;
  color: #0f1726;
}

.resources-role-grid p,
.resource-topic-grid p,
.article-check-grid p,
.resource-feature-card p,
.article-body p,
.rfq-list span {
  margin: 0;
  color: var(--muted);
}

.resources-hub-hero {
  min-height: 0 !important;
}

.resource-filter-panel {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(28px, 3vw, 44px);
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97), rgba(238, 247, 254, 0.9)),
    #ffffff;
  border: 1px solid rgba(186, 210, 230, 0.95);
  border-top: 4px solid #154f83;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(12, 45, 82, 0.1);
}

.resource-filter-label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.resource-filter-label span {
  color: #154f83;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-filter-label strong {
  color: #0f1726;
  font-size: clamp(1.24rem, 1.35vw, 1.72rem);
  line-height: 1.15;
}

.resource-category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.resource-category-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  color: #154f83;
  font: inherit;
  font-size: calc(1.06rem + 3px);
  font-weight: 900;
  background: #ffffff;
  border: 0;
  border-radius: 7px;
  box-shadow:
    0 8px 18px rgba(12, 45, 82, 0.05),
    inset 0 0 0 1px rgba(122, 165, 202, 0.5);
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.resource-category-nav button:hover,
.resource-category-nav button.is-active {
  color: #ffffff;
  background: #154f83;
  box-shadow:
    0 14px 28px rgba(21, 79, 131, 0.26),
    inset 0 0 0 1px #154f83;
}

.resource-category-nav button:hover {
  transform: translateY(-1px);
}

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

.resource-article-card {
  display: grid;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid #154f83;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.resource-article-card:hover,
.resource-article-card:focus-visible {
  border-color: rgba(21, 79, 131, 0.46);
  box-shadow: 0 22px 46px rgba(12, 45, 82, 0.14);
  transform: translateY(-4px);
}

.resource-article-card:focus-visible {
  outline: 3px solid rgba(21, 79, 131, 0.24);
  outline-offset: 4px;
}

.resource-article-card[hidden] {
  display: none !important;
}

.resource-article-card figure {
  display: block;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #eaf3fb;
  border-bottom: 1px solid var(--line);
}

.resource-article-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.resource-article-card:hover img,
.resource-article-card:focus-visible img {
  transform: scale(1.035);
}

.resource-article-card > div {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(22px, 2.4vw, 32px);
}

.resource-article-card span {
  color: #154f83;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.resource-article-card h3 {
  margin: 0;
  color: #0f1726;
  font-size: clamp(1.28rem, 1.25vw, 1.56rem);
  line-height: 1.28;
}

.resource-article-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 0.95vw, 1.14rem);
  line-height: 1.68;
}

.resource-card-action {
  justify-self: start;
  min-height: 38px;
  margin-top: 2px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  font-size: 0.88rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  background: #154f83;
  border-radius: 8px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.resource-card-action::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  opacity: 0.72;
  transform: rotate(45deg) translate(-1px, 1px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.resource-article-card:hover .resource-card-action,
.resource-article-card:focus-visible .resource-card-action {
  background: #0f5f99;
  box-shadow: 0 10px 22px rgba(21, 79, 131, 0.22);
  transform: translateX(2px);
}

.resource-article-card:hover .resource-card-action::after,
.resource-article-card:focus-visible .resource-card-action::after {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -2px);
}

.resource-empty-state {
  margin: clamp(18px, 2vw, 28px) 0 0;
  padding: clamp(18px, 2vw, 26px);
  color: #29445d;
  font-size: clamp(1.06rem, 1vw, 1.2rem);
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.78);
  border: 1px dashed rgba(21, 79, 131, 0.42);
  border-radius: 8px;
}

.resource-rfq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  padding: clamp(34px, 4vw, 58px);
  color: #ffffff;
  background:
    linear-gradient(105deg, rgba(8, 45, 78, 0.96), rgba(21, 79, 131, 0.94)),
    #082d4e;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(12, 45, 82, 0.16);
}

.resource-rfq-card > div {
  display: grid;
  gap: 14px;
  max-width: 920px;
}

.resource-rfq-card h2,
.resource-rfq-card p,
.resource-rfq-card .eyebrow {
  margin: 0;
  color: #ffffff;
}

.resource-rfq-card h2 {
  font-size: clamp(2.1rem, 2.8vw, 3.7rem);
  line-height: 1.08;
}

.resource-rfq-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1vw, 1.22rem);
  line-height: 1.72;
}

.resource-rfq-card .eyebrow {
  color: #b9ddff;
}

.resource-rfq-card .button.primary {
  color: #154f83;
  background: #ffffff;
}

.resource-rfq-card .button.primary:hover,
.resource-rfq-card .button.primary:focus-visible {
  color: #ffffff;
  background: #0f5f99;
  border-color: rgba(255, 255, 255, 0.72);
}

.resource-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.68fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.resource-feature-card figure {
  display: grid;
  min-height: 380px;
  margin: 0;
  place-items: stretch;
  background: #06152a;
  border-right: 1px solid var(--line);
}

.resource-feature-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
}

.resource-feature-card > div {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(28px, 4vw, 46px);
}

.resource-feature-card .button {
  justify-self: start;
  margin-top: 4px;
}

.resource-article {
  padding: clamp(48px, 6vw, 84px) var(--section-x);
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 820px);
  gap: clamp(28px, 5vw, 64px);
  max-width: 1160px;
  margin: 0 auto;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(12, 45, 82, 0.06);
}

.article-toc a {
  color: #29445d;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.article-toc a:hover {
  color: #154f83;
}

.article-body {
  display: grid;
  gap: clamp(34px, 4vw, 54px);
}

.article-body section,
.article-lead-image,
.article-media-block,
.article-cta {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12, 45, 82, 0.07);
}

.article-body section,
.article-cta {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 40px);
}

.article-body h2 {
  margin: 0;
  color: #0f1726;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.article-body p {
  font-size: 1rem;
  line-height: 1.68;
}

.article-lead-image {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.article-lead-image img {
  display: block;
  width: 100%;
  height: clamp(420px, 30vw, 540px);
  max-height: 540px;
  padding: 0;
  object-fit: cover;
  object-position: center center;
  background: #eef5fb;
}

.article-lead-image figcaption {
  position: relative;
  display: grid;
  gap: clamp(14px, 1.4vw, 20px);
  align-content: center;
  padding: clamp(34px, 3.2vw, 50px);
  color: var(--muted);
  border-top: 0;
  border-left: 1px solid var(--line);
  background: var(--white);
}

.article-lead-image figcaption::after {
  content: none;
}

.article-lead-image figcaption::before {
  content: none;
}

.article-lead-image figcaption span {
  color: #154f83;
  font-size: clamp(1rem, 0.9vw, 1.14rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-lead-image figcaption strong {
  color: #0f1726;
  font-size: clamp(2.25rem, 2.65vw, 3.1rem);
  line-height: 1.08;
}

.article-lead-image figcaption p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.18rem, 1.04vw, 1.34rem);
  line-height: 1.76;
}

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

.article-media-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  overflow: hidden;
}

.article-media-block figure {
  display: grid;
  min-height: 320px;
  margin: 0;
  place-items: center;
  background: #f7fafc;
  border-right: 1px solid var(--line);
}

.article-media-block img {
  width: 100%;
  height: 100%;
  padding: clamp(22px, 4vw, 44px);
  object-fit: contain;
}

.article-media-block > div {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: clamp(24px, 4vw, 40px);
}

.rfq-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rfq-list div {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px 18px;
  background: #f7fafc;
}

.article-faq .faq-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.article-faq details {
  background: #f7fafc;
}

body.global-tech-page.resources-page.resource-article-page #why-review,
body.global-tech-page.resources-page.resource-article-page #checklist,
body.global-tech-page.resources-page.resource-article-page #rfq-inputs,
body.global-tech-page.resources-page.resource-article-page .article-faq {
  gap: clamp(20px, 1.8vw, 30px) !important;
  padding: clamp(42px, 4.4vw, 74px) !important;
}

body.global-tech-page.resources-page.resource-article-page #why-review .eyebrow,
body.global-tech-page.resources-page.resource-article-page #checklist .eyebrow,
body.global-tech-page.resources-page.resource-article-page #rfq-inputs .eyebrow,
body.global-tech-page.resources-page.resource-article-page .article-faq .eyebrow {
  font-size: clamp(1.05rem, 0.94vw, 1.18rem) !important;
}

body.global-tech-page.resources-page.resource-article-page #why-review h2,
body.global-tech-page.resources-page.resource-article-page #checklist h2,
body.global-tech-page.resources-page.resource-article-page #rfq-inputs h2,
body.global-tech-page.resources-page.resource-article-page .article-faq h2 {
  width: auto !important;
  max-width: 1120px !important;
  font-size: clamp(2.45rem, 3.45vw, 4.1rem) !important;
  line-height: 1.06 !important;
}

body.global-tech-page.resources-page.resource-article-page #why-review p:not(.eyebrow) {
  max-width: 1040px !important;
  font-size: clamp(1.2rem, 1.08vw, 1.38rem) !important;
  line-height: 1.78 !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid {
  gap: clamp(18px, 1.4vw, 26px) !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid article {
  gap: 16px !important;
  min-height: clamp(170px, 10vw, 220px) !important;
  padding: clamp(26px, 2.4vw, 42px) !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid span {
  font-size: clamp(0.98rem, 0.82vw, 1.08rem) !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid h3 {
  font-size: clamp(1.28rem, 1.12vw, 1.52rem) !important;
  line-height: 1.28 !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid p {
  font-size: clamp(1.08rem, 0.98vw, 1.24rem) !important;
  line-height: 1.72 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block {
  grid-template-columns: minmax(0, 0.78fr) minmax(640px, 0.66fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  padding: 0 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block figure {
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  place-items: stretch !important;
  background: #eef5fb !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block > div {
  gap: clamp(18px, 1.6vw, 28px) !important;
  padding: clamp(34px, 2.8vw, 42px) !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block .eyebrow {
  font-size: clamp(1rem, 0.9vw, 1.14rem) !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block h2 {
  font-size: clamp(2.25rem, 2.65vw, 3.1rem) !important;
  line-height: 1.08 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block p:not(.eyebrow) {
  font-size: clamp(1.18rem, 1.04vw, 1.34rem) !important;
  line-height: 1.76 !important;
}

body.global-tech-page.resources-page.resource-article-page #rfq-inputs .rfq-list div {
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 2vw, 40px) !important;
  padding: clamp(22px, 2vw, 30px) clamp(24px, 2.4vw, 38px) !important;
}

body.global-tech-page.resources-page.resource-article-page #rfq-inputs .rfq-list strong {
  font-size: clamp(1rem, 0.88vw, 1.12rem) !important;
}

body.global-tech-page.resources-page.resource-article-page #rfq-inputs .rfq-list span {
  font-size: clamp(1.16rem, 1.02vw, 1.32rem) !important;
  line-height: 1.68 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-faq .faq-grid {
  gap: clamp(14px, 1.2vw, 22px) !important;
}

body.global-tech-page.resources-page.resource-article-page .article-faq details {
  padding: clamp(24px, 2.4vw, 36px) !important;
}

body.global-tech-page.resources-page.resource-article-page .article-faq summary {
  font-size: clamp(1.22rem, 1.05vw, 1.38rem) !important;
  line-height: 1.42 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-faq details p {
  font-size: clamp(1.14rem, 1vw, 1.28rem) !important;
  line-height: 1.72 !important;
}

.article-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(8, 45, 78, 0.96), rgba(21, 79, 131, 0.94)),
    #082d4e;
  border: 0;
}

.article-cta h2,
.article-cta p,
.article-cta .eyebrow {
  color: var(--white);
}

.article-cta .button.primary {
  color: #154f83;
  background: #ffffff;
}

.article-body section.article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
  padding: clamp(36px, 4.2vw, 64px);
  color: var(--white);
  background:
    linear-gradient(105deg, rgba(7, 36, 66, 0.98), rgba(21, 79, 131, 0.94)),
    #082d4e !important;
  border: 0 !important;
  box-shadow: 0 20px 46px rgba(12, 45, 82, 0.16) !important;
}

.article-cta-copy {
  display: grid;
  gap: 20px;
  align-content: center;
  max-width: 860px;
}

.article-body section.article-cta h2 {
  max-width: 860px;
  color: var(--white) !important;
  font-size: clamp(3rem, 3.8vw, 4.6rem);
  line-height: 1.03;
}

.article-body section.article-cta p,
.article-body section.article-cta .eyebrow {
  font-size: clamp(1.15rem, 1.05vw, 1.35rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88) !important;
}

.article-body section.article-cta .eyebrow {
  color: #b9ddff !important;
}

.article-cta-panel {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: clamp(24px, 3vw, 40px);
  color: #0f1726;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(3, 22, 42, 0.18);
}

.article-cta-panel span {
  color: #154f83;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-cta-panel strong {
  color: #0f1726;
  font-size: clamp(1.7rem, 2.1vw, 2.55rem);
  line-height: 1.2;
}

.article-cta-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-cta-panel li {
  position: relative;
  padding-left: 28px;
  color: #29445d;
  font-size: clamp(1.22rem, 1.15vw, 1.38rem);
  line-height: 1.58;
}

.article-cta-panel li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 11px;
  height: 11px;
  background: #154f83;
  border-radius: 50%;
  content: "";
}

.article-body section.article-cta .article-cta-panel .button.primary {
  justify-self: start;
  min-height: 64px;
  padding-right: 36px;
  padding-left: 36px;
  font-size: 1.1rem;
  color: var(--white) !important;
  background: #154f83 !important;
}

@media (min-width: 981px) {
  body.global-tech-page.resources-page {
    --resources-edge: clamp(40px, 3vw, 56px);
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .page-hero,
  body.global-tech-page.resources-page.library-page .page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
    gap: clamp(42px, 8vw, 160px) !important;
    align-items: center !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
    margin: 0 !important;
    padding: clamp(92px, 8vw, 132px) var(--resources-edge) clamp(58px, 6vw, 88px) !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero > div {
    width: auto !important;
    max-width: 900px !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: clamp(86px, 7vw, 118px) !important;
    padding-bottom: clamp(50px, 5vw, 74px) !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero > div {
    max-width: 1280px !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero h1 {
    max-width: 860px !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
    max-width: 1280px !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero .eyebrow {
    font-size: 0.98rem !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero > div > p:not(.eyebrow) {
    max-width: 780px !important;
    font-size: clamp(1.08rem, 1.02vw, 1.24rem) !important;
    line-height: 1.72 !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero .eyebrow {
    font-size: calc(0.98rem + 5px) !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
    font-size: clamp(3.0625rem, calc(3.2vw + 5px), 3.3625rem) !important;
  }

  body.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
    font-size: clamp(1.3925rem, calc(1.02vw + 5px), 1.5525rem) !important;
  }

  body.global-tech-page.resources-page.library-page .hero-actions .button {
    min-height: 56px !important;
    padding-right: 34px !important;
    padding-left: 34px !important;
    font-size: 1rem !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .page-hero-panel,
  body.global-tech-page.resources-page.library-page .page-hero-panel {
    width: 100% !important;
    max-width: 420px !important;
    min-height: 172px !important;
    justify-self: end !important;
    align-self: center !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .library-section,
  html.device-desktop body.global-tech-page.resources-page .article-shell,
  body.global-tech-page.resources-page.library-page .library-section,
  body.global-tech-page.resources-page .article-shell {
    width: calc(100vw - var(--resources-edge) - var(--resources-edge)) !important;
    inline-size: calc(100vw - var(--resources-edge) - var(--resources-edge)) !important;
    min-width: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .library-section,
  body.global-tech-page.resources-page.library-page .library-section {
    padding-top: clamp(40px, 3vw, 56px) !important;
    padding-bottom: clamp(44px, 3.4vw, 60px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .library-section.section-band,
  body.global-tech-page.resources-page.library-page .library-section.section-band {
    padding-top: clamp(28px, 2.4vw, 40px) !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .library-section > .section-head.section-head,
  body.global-tech-page.resources-page.library-page .library-section > .section-head.section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.48fr) !important;
    grid-template-rows: auto auto !important;
    gap: 8px clamp(40px, 5vw, 92px) !important;
    align-items: end !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-inline-size: 100% !important;
    margin: 0 0 clamp(22px, 2.4vw, 34px) 0 !important;
    padding: 0 0 clamp(16px, 1.8vw, 22px) 0 !important;
    border-bottom: 1px solid #c9dceb !important;
  }

  html.device-desktop body.global-tech-page.resources-page.library-page .library-section > .section-head.section-head::before,
  body.global-tech-page.resources-page.library-page .library-section > .section-head.section-head::before {
    display: none !important;
    content: none !important;
  }

  body.global-tech-page.resources-page.library-page .library-section > .section-head h2 {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 780px !important;
    margin: 0 !important;
    font-size: clamp(2.65rem, 3.25vw, 3.9rem) !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page.resources-page.library-page .library-section > .section-head > .eyebrow {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    font-size: 0.94rem !important;
  }

  body.global-tech-page.resources-page.library-page .library-section > .section-head p:not(.eyebrow) {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    align-self: end !important;
    justify-self: end !important;
    max-width: 560px !important;
    margin: 0 !important;
    font-size: clamp(1.06rem, 0.98vw, 1.18rem) !important;
    line-height: 1.72 !important;
  }

  body.global-tech-page.resources-page.library-page .library-section.section-band > .section-head h2 {
    font-size: clamp(2.85rem, 3.45vw, 4.15rem) !important;
  }

  body.global-tech-page.resources-page .resources-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body.global-tech-page.resources-page .resource-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body.global-tech-page.resources-page .resource-filter-panel {
    grid-template-columns: minmax(210px, 300px) minmax(0, 1fr) !important;
    gap: 22px !important;
    padding: 20px !important;
  }

  body.global-tech-page.resources-page .resource-category-nav {
    gap: 10px !important;
    padding: 0 !important;
  }

  body.global-tech-page.resources-page .resource-category-nav button {
    min-height: 60px !important;
    padding-right: 26px !important;
    padding-left: 26px !important;
    font-size: calc(1.12rem + 3px) !important;
  }

  body.global-tech-page.resources-page .resource-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body.global-tech-page.resources-page .resource-article-card > div {
    min-height: clamp(270px, 18vw, 330px) !important;
    padding: clamp(26px, 2.4vw, 38px) !important;
  }

  body.global-tech-page.resources-page .resource-article-card h3 {
    font-size: clamp(1.38rem, 1.35vw, 1.72rem) !important;
  }

  body.global-tech-page.resources-page .resource-article-card p {
    font-size: clamp(1.05rem, 0.98vw, 1.18rem) !important;
  }

  body.global-tech-page.resources-page .resources-role-grid article,
  body.global-tech-page.resources-page .resource-topic-grid article {
    min-height: clamp(142px, 9vw, 178px) !important;
    padding: clamp(24px, 2.2vw, 36px) !important;
  }

  body.global-tech-page.resources-page .resources-role-grid span,
  body.global-tech-page.resources-page .resource-topic-grid span,
  body.global-tech-page.resources-page .resource-feature-card span {
    font-size: 0.94rem !important;
  }

  body.global-tech-page.resources-page .resources-role-grid h3,
  body.global-tech-page.resources-page .resource-topic-grid h3,
  body.global-tech-page.resources-page .resource-feature-card h3 {
    font-size: clamp(1.3rem, 1.15vw, 1.48rem) !important;
    line-height: 1.28 !important;
  }

  body.global-tech-page.resources-page .resources-role-grid p,
  body.global-tech-page.resources-page .resource-topic-grid p,
  body.global-tech-page.resources-page .resource-feature-card p {
    font-size: clamp(1.06rem, 0.95vw, 1.18rem) !important;
    line-height: 1.7 !important;
  }

  body.global-tech-page.resources-page .resource-feature-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.58fr) !important;
  }

  body.global-tech-page.resources-page .resource-feature-card figure {
    min-height: clamp(420px, 32vw, 560px) !important;
  }

  body.global-tech-page.resources-page .resource-feature-card img {
    padding: 0 !important;
    object-fit: cover !important;
  }

  body.global-tech-page.resources-page .resource-feature-card > div {
    gap: clamp(20px, 1.8vw, 30px) !important;
    padding: clamp(46px, 4.6vw, 78px) !important;
  }

  body.global-tech-page.resources-page .resource-feature-card > div > span {
    font-size: 1.12rem !important;
  }

  body.global-tech-page.resources-page .resource-feature-card > div > h3 {
    font-size: clamp(1.9rem, 1.9vw, 2.45rem) !important;
    line-height: 1.2 !important;
  }

  body.global-tech-page.resources-page .resource-feature-card > div > p {
    font-size: clamp(1.22rem, 1.12vw, 1.38rem) !important;
    line-height: 1.72 !important;
  }

  body.global-tech-page.resources-page .resource-feature-card .case-tags li {
    font-size: 0.98rem !important;
    padding: 8px 12px !important;
  }

  body.global-tech-page.resources-page .resource-feature-card .button {
    min-height: 58px !important;
    padding-right: 34px !important;
    padding-left: 34px !important;
    font-size: 1.04rem !important;
  }

  body.global-tech-page.resources-page .resource-article {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.global-tech-page.resources-page .article-shell {
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
    gap: clamp(40px, 5vw, 92px) !important;
  }

  body.global-tech-page.resources-page .article-body {
    width: 100% !important;
    max-width: none !important;
  }

  body.global-tech-page.resources-page .article-lead-image img {
    height: clamp(420px, 30vw, 540px) !important;
    max-height: 540px !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.global-tech-page.resources-page .article-check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body.global-tech-page.resources-page .article-media-block {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.58fr) !important;
  }

  body.global-tech-page.resources-page .article-media-block figure {
    min-height: 420px !important;
  }
}

@media (min-width: 1500px) {
  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) !important;
    gap: clamp(34px, 4vw, 72px) !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .resources-hub-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero > div {
    max-width: none !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero h1 {
    max-width: none !important;
    font-size: clamp(3.9125rem, calc(3.55vw + 5px), 4.8125rem) !important;
    line-height: 1.04 !important;
    white-space: nowrap !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero-panel {
    max-width: 320px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 280px) !important;
    gap: clamp(24px, 2.4vw, 34px) !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .resources-hub-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero > div {
    max-width: none !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero h1 {
    max-width: none !important;
    font-size: clamp(3.0625rem, calc(3.2vw + 5px), 3.3625rem) !important;
    line-height: 1.04 !important;
    white-space: nowrap !important;
  }

  html:lang(zh-CN) body.global-tech-page.resources-page.library-page .page-hero-panel {
    max-width: 280px !important;
  }
}

@media (max-width: 980px) {
  html.device-mobile .resources-role-grid,
  html.device-mobile .resource-topic-grid,
  html.device-mobile .resource-feature-card,
  html.device-mobile .article-shell,
  html.device-mobile .article-media-block,
  html.device-mobile .article-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .article-toc {
    position: static;
  }

  body.global-tech-page.resources-page.resource-article-page .article-lead-image img,
  html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-lead-image img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  body.global-tech-page.resources-page.resource-article-page .article-lead-image,
  html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-lead-image {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption,
  html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption {
    padding: 22px !important;
    border-top: 1px solid var(--line) !important;
    border-left: 0 !important;
  }

  html.device-mobile .resource-feature-card figure,
  html.device-mobile .article-media-block figure {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  html.device-mobile .article-check-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html.device-mobile .rfq-list div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  html.device-mobile .article-cta .button {
    justify-self: start;
  }

  html.device-mobile body.global-tech-page.resources-page.resource-article-page .resource-article-hero .hero-actions {
    gap: 12px !important;
  }

  html.device-mobile body.global-tech-page.resources-page.resource-article-page .resource-article-hero .hero-actions .button {
    min-width: auto !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-media-block {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-media-block figure {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  body.global-tech-page.resources-page.resource-article-page .article-media-block {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.global-tech-page.resources-page.resource-article-page .article-media-block figure {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }
}

@media (max-width: 640px) {
  html.device-mobile .resource-article {
    padding-right: 18px;
    padding-left: 18px;
  }

  html.device-mobile .resources-role-grid article,
  html.device-mobile .resource-topic-grid article,
  html.device-mobile .article-check-grid article,
  html.device-mobile .article-body section,
  html.device-mobile .article-media-block > div,
  html.device-mobile .article-cta {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header,
  body.global-tech-page.resources-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 0 18px !important;
    column-gap: 10px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .brand,
  body.global-tech-page.resources-page .site-header .brand {
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 190px !important;
    height: 44px !important;
    margin: 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .brand strong,
  body.global-tech-page.resources-page .site-header .brand strong {
    font-size: 0.96rem !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .brand small,
  body.global-tech-page.resources-page .site-header .brand small {
    max-width: 150px !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .site-nav,
  body.global-tech-page.resources-page .site-header .site-nav {
    position: absolute !important;
    top: 72px !important;
    right: 18px !important;
    left: 18px !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 18px !important;
    gap: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    box-shadow: var(--shadow) !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header.is-open .site-nav,
  body.global-tech-page.resources-page .site-header.is-open .site-nav {
    display: grid !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .site-nav a,
  body.global-tech-page.resources-page .site-header .site-nav a {
    padding: 12px 0 !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .site-nav .nav-cta,
  body.global-tech-page.resources-page .site-header .site-nav .nav-cta {
    width: fit-content !important;
    min-width: 112px !important;
    min-height: 42px !important;
    margin-top: 10px !important;
    padding: 0 18px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .header-tools,
  body.global-tech-page.resources-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px !important;
    margin: 0 !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: end !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-switcher,
  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-menu-toggle,
  body.global-tech-page.resources-page .site-header .language-switcher,
  body.global-tech-page.resources-page .site-header .language-menu-toggle {
    display: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-switcher > span,
  body.global-tech-page.resources-page .site-header .language-switcher > span {
    display: none !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-menu,
  body.global-tech-page.resources-page .site-header .language-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 96px !important;
  }

  html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .nav-toggle,
  body.global-tech-page.resources-page .site-header .nav-toggle {
    display: block !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    padding: 38px 20px 34px !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero > div,
  body.global-tech-page.resources-page.library-page .page-hero-panel {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero h1 {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: clamp(2.1rem, 9vw, 3.1rem) !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero p {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.global-tech-page.resources-page.library-page .page-hero-panel {
    padding: 20px !important;
  }

  body.global-tech-page.resources-page.library-page .library-section,
  body.global-tech-page.resources-page.library-page .library-section > .section-head {
    max-width: none !important;
  }

  body.global-tech-page.resources-page.library-page .library-section > .section-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .resources-role-grid,
  .resource-topic-grid,
  .resource-article-grid,
  .resource-rfq-card,
  .resource-feature-card,
  .article-shell,
  .article-media-block,
  .article-cta {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .resource-filter-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .resource-filter-label {
    gap: 4px;
  }

  .resource-filter-label strong {
    font-size: 1.3rem;
  }

  .resource-category-nav {
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .resource-category-nav::-webkit-scrollbar {
    display: none;
  }

  .resource-category-nav button {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 20px;
    font-size: calc(0.98rem + 3px);
  }

  .resource-article-card > div {
    padding: 20px;
  }

  .resource-rfq-card {
    padding: 24px;
  }

  .resource-rfq-card .button {
    justify-self: start;
  }

  .resource-feature-card figure,
  .article-media-block figure {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .resource-article {
    padding: 38px 18px !important;
  }

  .article-shell,
  .article-body,
  .article-lead-image,
  .article-body section,
  .article-media-block,
  .article-cta {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .article-toc {
    position: static;
  }

  .article-body section.article-cta {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    padding: 24px !important;
  }

  .article-body section.article-cta h2 {
    font-size: clamp(2rem, 9vw, 2.8rem) !important;
  }

  .article-cta-panel {
    padding: 20px !important;
  }

  .article-check-grid,
  .rfq-list div {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .article-cta .button {
    justify-self: start;
  }
}

/* v35: lock Resources into the same device split rule as the main site.
   Desktop keeps the fixed 1920px canvas; mobile keeps a fixed mobile canvas and may scroll horizontally. */
html.device-desktop body.global-tech-page.resources-page {
  --resources-page-gutter: 50px;
  --resources-content-width: calc(var(--desktop-bg-canvas, max(1920px, 100vw)) - 100px);
  width: var(--desktop-bg-canvas, max(1920px, 100vw)) !important;
  inline-size: var(--desktop-bg-canvas, max(1920px, 100vw)) !important;
  min-width: var(--pc-layout-canvas, 1920px) !important;
  min-inline-size: var(--pc-layout-canvas, 1920px) !important;
  max-width: none !important;
  max-inline-size: none !important;
  overflow-x: visible !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header,
html.device-desktop body.global-tech-page.resources-page main,
html.device-desktop body.global-tech-page.resources-page .page-hero,
html.device-desktop body.global-tech-page.resources-page .resource-article,
html.device-desktop body.global-tech-page.resources-page .site-footer {
  width: var(--desktop-bg-canvas, max(1920px, 100vw)) !important;
  inline-size: var(--desktop-bg-canvas, max(1920px, 100vw)) !important;
  min-width: var(--pc-layout-canvas, 1920px) !important;
  min-inline-size: var(--pc-layout-canvas, 1920px) !important;
  max-width: none !important;
  max-inline-size: none !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header {
  position: sticky !important;
  top: 0 !important;
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) 112px !important;
  align-items: center !important;
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 54px !important;
  column-gap: 34px !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .brand {
  position: static !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  height: 42px !important;
  margin: 0 !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .site-nav {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 22px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .site-nav a {
  flex: 0 0 auto !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .site-nav .nav-cta {
  display: inline-flex !important;
  width: auto !important;
  min-width: 118px !important;
  min-height: 42px !important;
  margin: 0 0 0 4px !important;
  padding: 0 16px !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .header-tools {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 48px !important;
  margin: 0 !important;
  gap: 0 !important;
  transform: none !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .language-switcher,
html.device-desktop body.global-tech-page.resources-page .site-header .language-menu-toggle {
  display: flex !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 12px !important;
  justify-content: center !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .language-switcher > span {
  display: none !important;
}

html.device-desktop body.global-tech-page.resources-page .site-header .nav-toggle {
  display: none !important;
}

html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .site-nav {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 22px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .site-nav a {
  flex: 0 0 auto !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .header-tools {
  display: flex !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}

html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-switcher,
html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .language-menu-toggle {
  display: flex !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}

html.device-desktop body.global-tech-page.global-tech-page.resources-page .site-header .nav-toggle {
  display: none !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .page-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) !important;
  gap: clamp(42px, 8vw, 160px) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: clamp(92px, 8vw, 132px) var(--resources-page-gutter) clamp(58px, 6vw, 88px) !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  padding-top: clamp(86px, 7vw, 118px) !important;
  padding-bottom: clamp(50px, 5vw, 74px) !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .page-hero > div {
  width: auto !important;
  min-width: 0 !important;
  max-width: 900px !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero > div,
html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
  max-width: 1280px !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .page-hero-panel {
  width: 100% !important;
  max-width: 420px !important;
  min-height: 172px !important;
  justify-self: end !important;
  align-self: center !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .library-section,
html.device-desktop body.global-tech-page.resources-page .article-shell {
  width: var(--resources-content-width) !important;
  inline-size: var(--resources-content-width) !important;
  min-width: calc(var(--pc-layout-canvas, 1920px) - 100px) !important;
  min-inline-size: calc(var(--pc-layout-canvas, 1920px) - 100px) !important;
  max-width: none !important;
  max-inline-size: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .library-section {
  padding-top: clamp(40px, 3vw, 56px) !important;
  padding-right: 0 !important;
  padding-bottom: clamp(44px, 3.4vw, 60px) !important;
  padding-left: 0 !important;
}

html.device-desktop body.global-tech-page.resources-page .resource-filter-panel {
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr) !important;
  gap: 22px !important;
  padding: 20px !important;
}

html.device-desktop body.global-tech-page.resources-page .resource-category-nav {
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}

html.device-desktop body.global-tech-page.resources-page .resource-category-nav button {
  flex: 0 0 auto !important;
  min-height: 60px !important;
  padding-right: 26px !important;
  padding-left: 26px !important;
  font-size: calc(1.12rem + 3px) !important;
}

html.device-desktop body.global-tech-page.resources-page .resource-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

html.device-desktop body.global-tech-page.resources-page .resource-rfq-card {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

html.device-desktop body.global-tech-page.resources-page .article-shell {
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
  gap: clamp(40px, 5vw, 92px) !important;
}

html.device-desktop body.global-tech-page.resources-page .article-body,
html.device-desktop body.global-tech-page.resources-page .article-lead-image,
html.device-desktop body.global-tech-page.resources-page .article-body section,
html.device-desktop body.global-tech-page.resources-page .article-media-block,
html.device-desktop body.global-tech-page.resources-page .article-cta {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

html.device-desktop body.global-tech-page.resources-page .article-toc {
  position: sticky !important;
  top: 104px !important;
}

html.device-desktop body.global-tech-page.resources-page .article-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html.device-desktop body.global-tech-page.resources-page .article-media-block {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.58fr) !important;
}

html.device-desktop body.global-tech-page.resources-page .article-media-block figure {
  min-height: 420px !important;
  border-right: 1px solid var(--line) !important;
  border-bottom: 0 !important;
}

html.device-desktop body.global-tech-page.resources-page .article-body section.article-cta {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 490px) !important;
  gap: clamp(34px, 5vw, 84px) !important;
}

html.device-mobile {
  overflow-x: auto !important;
}

html.device-mobile body.global-tech-page.resources-page {
  --resources-mobile-canvas: 430px;
  width: var(--resources-mobile-canvas) !important;
  inline-size: var(--resources-mobile-canvas) !important;
  min-width: var(--resources-mobile-canvas) !important;
  min-inline-size: var(--resources-mobile-canvas) !important;
  max-width: var(--resources-mobile-canvas) !important;
  max-inline-size: var(--resources-mobile-canvas) !important;
  overflow-x: visible !important;
}

html.device-mobile body.global-tech-page.resources-page .site-header,
html.device-mobile body.global-tech-page.resources-page main,
html.device-mobile body.global-tech-page.resources-page .page-hero,
html.device-mobile body.global-tech-page.resources-page .resource-article,
html.device-mobile body.global-tech-page.resources-page .site-footer {
  width: var(--resources-mobile-canvas) !important;
  inline-size: var(--resources-mobile-canvas) !important;
  min-width: var(--resources-mobile-canvas) !important;
  min-inline-size: var(--resources-mobile-canvas) !important;
  max-width: var(--resources-mobile-canvas) !important;
  max-inline-size: var(--resources-mobile-canvas) !important;
}

html.device-mobile body.global-tech-page.resources-page.library-page .page-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 38px 20px 34px !important;
}

html.device-mobile body.global-tech-page.resources-page.library-page .page-hero > div,
html.device-mobile body.global-tech-page.resources-page.library-page .page-hero-panel,
html.device-mobile body.global-tech-page.resources-page.library-page .library-section,
html.device-mobile body.global-tech-page.resources-page.library-page .library-section > .section-head,
html.device-mobile body.global-tech-page.resources-page .article-shell,
html.device-mobile body.global-tech-page.resources-page .article-body,
html.device-mobile body.global-tech-page.resources-page .article-lead-image,
html.device-mobile body.global-tech-page.resources-page .article-body section,
html.device-mobile body.global-tech-page.resources-page .article-media-block,
html.device-mobile body.global-tech-page.resources-page .article-cta {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* v36: enlarge the Resources homepage hero copy by another 3px. */
html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero .eyebrow {
  font-size: calc(0.98rem + 8px) !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
  font-size: clamp(calc(3.0625rem + 3px), calc(3.2vw + 8px), calc(3.3625rem + 3px)) !important;
}

html.device-desktop body.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
  font-size: clamp(calc(1.3925rem + 3px), calc(1.02vw + 8px), calc(1.5525rem + 3px)) !important;
}

html.device-mobile body.global-tech-page.resources-page.library-page .resources-hub-hero .eyebrow {
  font-size: calc(0.98rem + 8px) !important;
}

html.device-mobile body.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
  font-size: clamp(2.3rem, 9vw, 3.3rem) !important;
}

html.device-mobile body.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
  font-size: calc(1.05rem + 3px) !important;
}

/* v38: present resource detail pages as continuous editorial articles. */
body.global-tech-page.resources-page.resource-article-page .article-body {
  display: block !important;
}

body.global-tech-page.resources-page.resource-article-page .article-body > * + * {
  margin-top: clamp(52px, 5vw, 84px) !important;
}

body.global-tech-page.resources-page.resource-article-page #why-review,
body.global-tech-page.resources-page.resource-article-page #checklist,
body.global-tech-page.resources-page.resource-article-page #rfq-inputs,
body.global-tech-page.resources-page.resource-article-page .article-faq {
  padding: 0 0 clamp(48px, 4.5vw, 76px) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.global-tech-page.resources-page.resource-article-page #why-review {
  max-width: 1080px !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image {
  display: block !important;
  width: min(100%, 1180px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.device-desktop body.global-tech-page.resources-page.resource-article-page .article-lead-image {
  width: 1120px !important;
  max-width: 1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 16 / 9 !important;
  padding: 0 !important;
  object-fit: cover !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px 6px 0 0 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption {
  display: grid !important;
  grid-template-columns: minmax(140px, 0.24fr) minmax(260px, 0.62fr) minmax(0, 1fr) !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  align-items: start !important;
  padding: 22px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption span,
body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption strong,
body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption p {
  align-self: start !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption strong {
  font-size: clamp(1.4rem, 1.65vw, 2rem) !important;
  line-height: 1.25 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption p {
  font-size: clamp(1rem, 0.96vw, 1.18rem) !important;
  line-height: 1.65 !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  border-top: 1px solid var(--line) !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid article {
  display: grid !important;
  grid-template-columns: 72px minmax(230px, 0.32fr) minmax(0, 1fr) !important;
  gap: clamp(20px, 2.4vw, 42px) !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: clamp(24px, 2.2vw, 34px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid h3,
body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid p {
  margin: 0 !important;
}

body.global-tech-page.resources-page.resource-article-page .article-media-block {
  overflow: hidden !important;
  background: #edf5fb !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

body.global-tech-page.resources-page.resource-article-page .article-faq details {
  background: transparent !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-body > * + * {
  margin-top: 42px !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page #why-review,
html.device-mobile body.global-tech-page.resources-page.resource-article-page #checklist,
html.device-mobile body.global-tech-page.resources-page.resource-article-page #rfq-inputs,
html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-faq {
  padding: 0 0 38px !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-lead-image {
  width: 100% !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 18px 0 0 !important;
  border-top: 0 !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid article {
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 10px 16px !important;
  padding: 22px 0 !important;
}

html.device-mobile body.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid p {
  grid-column: 2 !important;
}
