.insights-page,
.article-page { background: #fff; }

.insights-hero {
  border-bottom: 1px solid var(--line);
  background: #eef7f5;
}
.insights-hero-inner {
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding-top: 104px;
  padding-bottom: 72px;
}
.insights-hero h1 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #0b1322;
  font-size: 54px;
  line-height: 1.1;
}
.insights-hero p {
  max-width: 670px;
  margin: 22px 0 0;
  color: #526176;
  font-size: 18px;
  line-height: 1.75;
}
.insights-rss {
  min-width: 150px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #1d3045;
  border: 1px solid #cbd9d7;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 750;
}
.insights-rss:hover { color: var(--teal-dark); border-color: #91bdb7; }
.insights-rss svg { width: 17px; height: 17px; }

.insights-shell { padding-top: 78px; padding-bottom: 112px; }
.insights-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 450px);
  align-items: end;
  gap: 70px;
  margin-bottom: 36px;
}
.insights-heading h2,
.related-heading h2 {
  margin: 10px 0 0;
  color: #101827;
  font-size: 32px;
  line-height: 1.25;
}
.insights-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.insight-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.insight-card:hover {
  border-color: #b6c9c6;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
  transform: translateY(-2px);
}
.insight-card.featured {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  min-height: 390px;
}
.insight-card-visual {
  position: relative;
  min-height: 218px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 28px;
  color: #fff;
  background: #122033;
}
.insight-card.featured .insight-card-visual { min-height: 390px; }
.insight-card-visual::before,
.insight-card-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.insight-card-visual::before {
  top: 28px;
  right: 28px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(87, 211, 194, .42);
  border-radius: 8px;
  box-shadow: -22px 22px 0 rgba(15, 159, 143, .13);
}
.insight-card-visual::after {
  top: 62px;
  right: 62px;
  width: 14px;
  height: 14px;
  border: 2px solid #65d4c5;
  transform: rotate(45deg);
}
.insight-card-visual > span {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.insight-card-visual > svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  color: #67d6c7;
  stroke-width: 1.5;
}
.insight-card-copy { padding: 30px; }
.insight-card.featured .insight-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.insight-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: #718094;
  font-size: 12px;
  font-weight: 700;
}
.insight-card-meta span { position: relative; }
.insight-card-meta span::before {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: #a6b1bf;
}
.insight-card h2 {
  margin: 18px 0 0;
  color: #101827;
  font-size: 24px;
  line-height: 1.3;
}
.insight-card.featured h2 { font-size: 34px; }
.insight-card h2 a:hover { color: var(--teal-dark); }
.insight-card p {
  margin: 15px 0 0;
  color: var(--muted);
  line-height: 1.75;
}
.insight-card .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
}
.insight-card .text-link svg { width: 16px; height: 16px; }
.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.insights-cta { color: #fff; background: #0b1220; }
.insights-cta > .shell {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.insights-cta h2 { margin: 10px 0 0; color: #fff; font-size: 36px; }
.insights-cta p { margin: 14px 0 0; color: #a5b3c5; }
.insights-cta > .shell > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.insights-cta > .shell > div:last-child > a:last-child { display: inline-flex; align-items: center; gap: 7px; color: #aee9e1; font-size: 13px; font-weight: 750; }
.insights-cta svg { width: 16px; height: 16px; }

.home-insights-section { border-top: 1px solid var(--line); background: #f7f9fa; }
.home-insights-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.home-insights-heading h2 { max-width: 650px; margin: 10px 0 0; color: #101827; font-size: 36px; line-height: 1.25; }
.home-insights-heading > .text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.home-insights-heading > .text-link svg { width: 16px; height: 16px; }
.home-insights-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
.home-insights-grid .insight-card h2 { font-size: 21px; }

.article-hero { border-bottom: 1px solid var(--line); background: #f4f8f7; }
.article-hero-inner { max-width: 920px; padding-top: 88px; padding-bottom: 70px; }
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 42px;
  color: #5f6f82;
  font-size: 13px;
  font-weight: 750;
}
.article-back:hover { color: var(--teal-dark); }
.article-back svg { width: 16px; height: 16px; }
.article-hero h1 {
  max-width: 850px;
  margin: 13px 0 0;
  color: #0b1322;
  font-size: 55px;
  line-height: 1.12;
}
.article-hero p {
  max-width: 790px;
  margin: 24px 0 0;
  color: #526176;
  font-size: 19px;
  line-height: 1.75;
}
.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 30px;
  color: #6b798b;
  font-size: 12px;
  font-weight: 700;
}
.article-byline > * + * { position: relative; }
.article-byline > * + *::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: #9da8b5;
}
.article-visual {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  align-items: center;
  margin-top: 48px;
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background: #122033;
}
.article-visual > div {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.article-visual > div span { color: #68d8c9; font-size: 11px; font-weight: 800; }
.article-visual > div strong { font-size: 15px; }
.article-visual > svg { width: 20px; height: 20px; color: #617187; }
.article-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  justify-content: center;
  align-items: start;
  gap: 74px;
  padding-top: 70px;
  padding-bottom: 112px;
}
.article-toc { position: sticky; top: 108px; }
.article-toc > strong { color: #334155; font-size: 11px; }
.article-toc nav { display: flex; flex-direction: column; margin-top: 17px; border-top: 1px solid var(--line); }
.article-toc nav a {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 8px;
  padding: 12px 0;
  color: #68778a;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.45;
}
.article-toc nav a:hover { color: var(--teal-dark); }
.article-toc nav span { color: #91a0b1; font-size: 10px; font-weight: 800; }
.article-toc > div { margin-top: 30px; padding: 18px; border-left: 2px solid var(--teal); background: #f2f8f7; }
.article-toc > div span { display: block; color: #536276; font-size: 11px; }
.article-toc > div a { display: inline-flex; align-items: center; gap: 6px; margin-top: 7px; color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.article-toc > div svg { width: 14px; height: 14px; }
.article-body { min-width: 0; }
.article-intro {
  margin: 0 0 50px;
  color: #314157;
  font-size: 20px;
  font-weight: 520;
  line-height: 1.8;
}
.article-body > section { padding: 0 0 48px; scroll-margin-top: 108px; }
.article-body > section + section { padding-top: 48px; border-top: 1px solid var(--line); }
.article-section-number { display: block; color: var(--teal-dark); font-size: 11px; font-weight: 850; }
.article-body h2 { margin: 9px 0 0; color: #142034; font-size: 30px; line-height: 1.3; }
.article-body p { margin: 17px 0 0; color: #536276; font-size: 16px; line-height: 1.85; }
.article-checks { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.article-checks li { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 8px; color: #344358; font-size: 14px; }
.article-checks svg { width: 17px; height: 17px; margin-top: 2px; color: var(--teal-dark); stroke-width: 2.3; }
.article-product-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  margin-top: 10px;
  padding: 28px;
  border: 1px solid #cfe1de;
  border-radius: 8px;
  background: #f3f9f7;
}
.article-product-note img { width: 38px; height: 38px; }
.article-product-note strong { color: #152237; font-size: 17px; }
.article-product-note p { margin-top: 7px; font-size: 14px; line-height: 1.7; }
.article-product-note a { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.article-product-note svg { width: 15px; height: 15px; }
.related-insights { padding: 92px 0 110px; border-top: 1px solid var(--line); background: #f7f9fa; }
.related-heading { margin-bottom: 30px; }
.related-insights .insight-grid { margin-top: 0; }

@media (max-width: 900px) {
  .insights-hero-inner { min-height: 390px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 28px; padding-top: 76px; padding-bottom: 58px; }
  .insights-hero h1, .article-hero h1 { font-size: 44px; }
  .insights-heading { grid-template-columns: 1fr; gap: 18px; }
  .insight-card.featured { grid-template-columns: 1fr; }
  .insight-card.featured .insight-card-visual { min-height: 260px; }
  .insight-card.featured .insight-card-copy { padding: 38px; }
  .article-layout { grid-template-columns: 1fr; gap: 42px; }
  .article-toc { position: static; }
  .article-toc nav { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .article-toc > div { display: none; }
  .home-insights-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .insights-hero-inner { padding-top: 58px; padding-bottom: 48px; }
  .insights-hero h1, .article-hero h1 { font-size: 36px; }
  .insights-hero p, .article-hero p { font-size: 16px; }
  .insights-rss { width: 100%; }
  .insights-shell { padding-top: 56px; padding-bottom: 76px; }
  .insights-heading h2, .related-heading h2 { font-size: 27px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card.featured .insight-card-copy, .insight-card-copy { padding: 25px; }
  .insight-card h2, .insight-card.featured h2 { font-size: 24px; }
  .insight-card.featured .insight-card-visual { min-height: 220px; }
  .insights-cta > .shell { min-height: 420px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 30px; }
  .insights-cta h2 { font-size: 30px; }
  .insights-cta > .shell > div:last-child { width: 100%; align-items: stretch; }
  .insights-cta > .shell > div:last-child > a:last-child { justify-content: center; }
  .article-hero-inner { padding-top: 56px; padding-bottom: 50px; }
  .article-back { margin-bottom: 32px; }
  .article-byline { flex-direction: column; gap: 6px; }
  .article-byline > * + *::before { display: none; }
  .article-visual { grid-template-columns: 1fr; margin-top: 24px; }
  .article-visual > div { min-height: 104px; }
  .article-visual > svg { margin: -8px auto; transform: rotate(90deg); }
  .article-layout { padding-top: 48px; padding-bottom: 78px; }
  .article-toc nav { grid-template-columns: 1fr; }
  .article-intro { margin-bottom: 38px; font-size: 18px; }
  .article-body h2 { font-size: 26px; }
  .article-body > section { padding-bottom: 38px; }
  .article-body > section + section { padding-top: 38px; }
  .article-product-note { grid-template-columns: 1fr; padding: 22px; }
  .related-insights { padding: 68px 0 78px; }
  .home-insights-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .home-insights-heading h2 { font-size: 30px; }
}
