.trade-insights-page {
  background: var(--ivory);
  color: var(--black);
  overflow-x: clip;
}

.trade-insights-page .site-header {
  background: rgba(11, 11, 10, 0.32);
}

.trade-insights-page .site-header.scrolled {
  background: rgba(11, 11, 10, 0.92);
}

.trade-insights-page .nav-link.dropdown-toggle.active,
.trade-insights-page .dropdown-item.active {
  color: #fff !important;
}

.trade-insights-hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7, 13, 20, 0.9), rgba(18, 25, 33, 0.82));
  color: #fff;
}

.trade-insights-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(194, 154, 67, 0.12), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(54, 133, 150, 0.2), transparent 25%),
    linear-gradient(90deg, rgba(6, 10, 15, 0.86), rgba(18, 25, 33, 0.76));
  opacity: 0;
  animation: heroFadeIn 1.2s ease forwards;
}

.trade-insights-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 90px;
}

.trade-insights-hero-copy {
  max-width: 770px;
}

.trade-insights-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  opacity: 0;
  transform: translateY(20px);
}

.trade-insights-hero .eyebrow-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(194, 154, 67, 0.74);
}

.trade-insights-hero .eyebrow-separator {
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.38);
}

.insight-hero-title {
  margin: 0;
  font: 600 clamp(3.2rem, 6vw, 6.2rem)/0.88 var(--serif);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
}

.insight-hero-title span {
  display: block;
  overflow: hidden;
}

.insight-hero-title span > span {
  display: block;
  opacity: 0;
  transform: translateY(110%);
}

.insight-hero-title .accent-line {
  color: var(--light-gold);
}

.insight-hero-text {
  max-width: 610px;
  margin: 28px 0 24px;
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(18px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
}

.hero-actions .button {
  min-width: 210px;
}

.trade-hero-visual {
  position: relative;
  height: 520px;
  border: 1px solid rgba(194, 154, 67, 0.26);
  background: rgba(17, 24, 31, 0.42);
  box-shadow: inset 0 0 40px rgba(255,255,255,0.04), 0 28px 80px rgba(0, 0, 0, 0.34);
  border-radius: 32px;
  overflow: hidden;
  transform: scale(0.94);
  opacity: 0;
}

.trade-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
}

.trade-hero-visual::after {
  content: "";
  position: absolute;
  inset: 18% 18%;
  border: 1px solid rgba(194, 154, 67, 0.18);
  border-radius: 50%;
}

.trade-visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at center, black 56%, transparent 100%);
}

.trade-visual-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.trade-visual-map svg {
  width: 100%;
  height: 100%;
}

.trade-visual-route {
  fill: none;
  stroke: rgba(102, 208, 219, 0.82);
  stroke-width: 2.4;
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  animation: drawRoute 5s ease forwards;
}

.trade-visual-route.alt {
  stroke: rgba(216, 183, 101, 0.9);
}

.trade-visual-node {
  fill: rgba(255,255,255,0.8);
  stroke: rgba(216,183,101,0.8);
  stroke-width: 2;
}

.trade-visual-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  min-width: 160px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(9, 12, 15, 0.5);
  backdrop-filter: blur(9px);
  border-radius: 16px;
  z-index: 2;
}

.trade-visual-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trade-visual-card strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
}

.section-shell {
  padding: 120px 0;
}

.section-shell.section-ivory {
  background: var(--ivory);
}

.section-shell.section-white {
  background: #fff;
}

.section-shell.section-charcoal {
  background: var(--charcoal);
  color: #fff;
}

.section-shell.section-dark {
  background: var(--black);
  color: #fff;
}

.section-head {
  margin-bottom: 56px;
}

.section-copy {
  max-width: 700px;
  color: rgba(11,11,10,0.72);
}

.section-shell.section-charcoal .section-copy,
.section-shell.section-charcoal .body-copy,
.section-shell.section-charcoal p,
.section-shell.section-charcoal span,
.section-shell.section-charcoal li {
  color: rgba(255,255,255,0.7);
}

.insight-intro-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: start;
}

.intro-left {
  max-width: 700px;
}

.intro-right {
  display: grid;
  gap: 0;
}

.intro-copy-block {
  padding: 22px 0;
  border-top: 1px solid rgba(11,11,10,0.14);
}

.intro-copy-block:last-child {
  border-bottom: 1px solid rgba(11,11,10,0.14);
}

.intro-copy-block p {
  margin: 0;
  color: rgba(11,11,10,0.72);
  font-size: 18px;
  line-height: 1.7;
}

.minimal-network {
  position: relative;
  margin-top: 20px;
  height: 120px;
  border-top: 1px solid rgba(11,11,10,0.14);
  border-bottom: 1px solid rgba(11,11,10,0.14);
}

.minimal-network svg {
  width: 100%;
  height: 100%;
}

.minimal-network .route {
  fill: none;
  stroke: rgba(194,154,67,0.7);
  stroke-width: 1.6;
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}

.featured-insight-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
  padding: 18px 0 0;
}

.featured-visual {
  position: relative;
  height: 560px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(11,11,10,0.08);
  background: #d9dfe3;
}

.featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.8s ease;
}

.featured-insight:hover .featured-visual img {
  transform: scale(1.08);
}

.featured-content {
  max-width: 620px;
}

.featured-content h3 {
  margin-top: 14px;
  margin-bottom: 18px;
  font: 600 clamp(2.8rem, 4vw, 4.3rem)/0.94 var(--serif);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.featured-content p {
  color: rgba(11,11,10,0.72);
  font-size: 18px;
  line-height: 1.7;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--black);
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.section-link i {
  transition: transform .25s ease;
}

.section-link:hover i {
  transform: translateX(5px);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.category-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 330px;
  padding: 28px 22px 22px;
  border: 1px solid rgba(11,11,10,0.08);
  background: rgba(255,255,255,0.6);
  text-decoration: none;
  color: var(--black);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(194,154,67,0.55);
  background: rgba(255,255,255,0.9);
}

.category-card:hover .category-image img {
  transform: scale(1.08);
}

.category-card:hover .category-arrow {
  transform: translateX(6px);
}

.category-number {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.category-card h3 {
  margin: 0;
  font: 600 clamp(1.9rem, 2.3vw, 2.7rem)/0.98 var(--sans);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.category-card p {
  margin: 0;
  color: rgba(11,11,10,0.72);
  font-size: 17px;
  line-height: 1.7;
}

.category-card .category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(11,11,10,0.12);
}

.category-card .category-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(194,154,67,0.08);
  color: var(--gold);
  font-size: 20px;
  transition: transform .25s ease;
}

.category-image {
  position: relative;
  height: 170px;
  overflow: hidden;
  border-radius: 16px;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  border: 1px solid rgba(11,11,10,0.08);
  background: rgba(255,255,255,0.85);
  text-decoration: none;
  color: var(--black);
  transition: transform .25s ease, border-color .25s ease;
  overflow: hidden;
}

.article-card:hover {
  transform: translateY(-7px);
  border-color: rgba(194,154,67,0.4);
}

.article-card:hover .article-image img {
  transform: scale(1.06);
}

.article-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.article-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.article-cat {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.article-title {
  margin: 12px 0 10px;
  font: 600 clamp(1.8rem, 2.2vw, 2.5rem)/1.04 var(--sans);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.article-body p {
  margin: 0;
  color: rgba(11,11,10,0.72);
  font-size: 17px;
  line-height: 1.7;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid rgba(11,11,10,0.1);
  color: rgba(11,11,10,0.66);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-footer span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-weight: 700;
}

.market-perspectives {
  overflow: hidden;
}

.market-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.market-panel {
  flex: 0 0 min(440px, 82vw);
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: end;
  padding: 30px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(18,21,29,0.5), rgba(10,12,16,0.72));
}

.market-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(0,0,0,0.35));
}

.market-panel:nth-child(1) { background-image: url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1200&q=85'); background-size: cover; }
.market-panel:nth-child(2) { background-image: url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1200&q=85'); background-size: cover; }
.market-panel:nth-child(3) { background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=85'); background-size: cover; }
.market-panel:nth-child(4) { background-image: url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=85'); background-size: cover; }

.market-panel > * {
  position: relative;
  z-index: 1;
}

.market-panel .market-index {
  display: block;
  margin-bottom: 26px;
  color: var(--light-gold);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.market-panel h3 {
  margin: 0 0 12px;
  font: 600 clamp(2.4rem, 3vw, 3.2rem)/0.95 var(--sans);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}

.market-panel p {
  margin: 0;
  max-width: 300px;
  color: rgba(255,255,255,0.76);
  font-size: 17px;
  line-height: 1.7;
}

.buyer-insight-wrap,
.supplier-insight-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.buyer-visual,
.supplier-visual {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(11,11,10,0.08);
}

.buyer-visual img,
.supplier-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

." 
