.resource-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 48px;
  color: #fff;
  border-radius: 24px;
  background: linear-gradient(115deg, #0d1724 0%, #142d3a 55%, #0f766e 150%);
}

.resource-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 23, 36, .96) 0%, rgba(13, 23, 36, .78) 48%, rgba(13, 23, 36, .12) 100%), url("vetraglove-product-photo.jpg") right center / 52% auto no-repeat;
  opacity: .75;
  pointer-events: none;
}

.resource-hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.resource-hero .eyebrow { color: #5eead4; }
.resource-hero h1 { color: #fff; }
.resource-hero .hero-copy { color: #dbeafe; }

.resource-feature {
  border: 1px solid #dbe4ec;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.article-shell { max-width: 1120px; }

.article-hero {
  position: relative;
  overflow: hidden;
  min-height: 338px;
  color: #fff;
  border-radius: 28px;
  background: #0d1724;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .16);
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0d1724 0%, rgba(16, 38, 52, .97) 47%, rgba(15, 77, 76, .64) 72%, rgba(13, 23, 36, .08) 100%), url("vetraglove-product-photo.jpg") right center / 54% 100% no-repeat;
  pointer-events: none;
}

.article-hero-copy {
  position: relative;
  z-index: 1;
  width: 68%;
  padding: 58px 48px 54px;
  text-align: center;
}

.article-hero .eyebrow {
  display: inline-flex;
  margin: 0 0 24px;
  padding: 7px 13px;
  color: #5eead4;
  border: 1px solid rgba(94, 234, 212, .25);
  border-radius: 999px;
  background: rgba(45, 212, 191, .09);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

.article-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.15vw, 42px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

html[lang="zh-CN"] .article-hero h1 { white-space: nowrap; }
html[lang="en"] .article-hero h1 { font-size: clamp(34px, 3.35vw, 46px); }

.article-hero .hero-copy {
  max-width: 650px;
  margin: 23px auto 0;
  color: #dbeafe;
  font-size: 16.5px;
  line-height: 1.85;
}

.article-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 0 0;
}

.article-body h2 {
  margin: 54px 0 18px;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

.article-body p,
.article-body li {
  color: #334155;
  font-size: 18px;
  line-height: 2;
}

.article-body p { margin: 0 0 22px; }
.article-body ul { margin: 8px 0 28px; padding-left: 24px; }
.article-body li { margin: 8px 0; }
.article-body a { color: #0f766e; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.article-body pre { margin: 26px 0 30px; padding: 26px 30px; color: #e2e8f0; border-radius: 16px; background: #0f172a; font-size: 16px; line-height: 1.9; white-space: pre-wrap; }

.article-table-wrap {
  margin: 30px 0 16px;
  overflow-x: auto;
  border: 1px solid #dbe4ec;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.article-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.article-table th,
.article-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}

.article-table th { color: #0f172a; background: #f1f5f9; font-size: 14px; letter-spacing: .01em; }
.article-table th:first-child,
.article-table td:first-child { width: 22%; color: #0f172a; font-weight: 700; }
.article-table tr:last-child td { border-bottom: 0; }
.article-body .article-note { color: #64748b; font-size: 15px; line-height: 1.75; }

.related-resources {
  margin: 56px 0 0;
  padding: 26px;
  border: 1px solid #dbe4ec;
  border-radius: 20px;
  background: #f8fafc;
}

.related-resources-heading { margin-bottom: 18px; }
.related-resources-heading .eyebrow { margin: 0 0 8px; color: #0f766e; }
.related-resources-heading h2 { margin: 0; color: #0f172a; font-size: 24px; line-height: 1.35; }

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

.article-body .related-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 154px;
  padding: 20px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.article-body .related-resource-card:hover,
.article-body .related-resource-card:focus-visible {
  border-color: #0f766e;
  box-shadow: 0 14px 30px rgba(15, 118, 110, .14);
  transform: translateY(-1px);
}

.related-resource-card .related-resource-label {
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 1.4;
}

.related-resource-card strong {
  margin-top: 9px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
}

.related-resource-card .related-resource-cta {
  margin-top: auto;
  padding-top: 18px;
  color: #0b5f59;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .article-hero-copy { width: 76%; padding-inline: 36px; }
  .article-hero h1,
  html[lang="en"] .article-hero h1 { font-size: 32px; }
}

@media (max-width: 760px) {
  .resource-hero { padding: 44px 28px; }
  .article-hero { min-height: 0; }
  .article-hero::before { background: linear-gradient(180deg, rgba(13, 23, 36, .98) 0%, rgba(15, 55, 62, .92) 100%), url("vetraglove-product-photo.jpg") center / cover no-repeat; }
  .article-hero-copy { width: auto; padding: 42px 24px 40px; }
  .article-hero h1,
  html[lang="zh-CN"] .article-hero h1,
  html[lang="en"] .article-hero h1 { font-size: 30px; line-height: 1.35; white-space: normal; }
  .article-hero .hero-copy { font-size: 16px; line-height: 1.8; }
  .article-body h2 { font-size: 27px; }
  .article-body p,
  .article-body li { font-size: 17px; }
  .related-resources { padding: 20px; }
  .related-resources-grid { grid-template-columns: 1fr; }
}
