.insight-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 64px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(61, 198, 255, 0.26), transparent 32%),
    linear-gradient(128deg, #071a33 0%, #003894 58%, #0071bc 100%);
}

.insight-hero--cam {
  background:
    radial-gradient(circle at 82% 14%, rgba(119, 221, 160, 0.28), transparent 32%),
    linear-gradient(128deg, #09271f 0%, #005a50 58%, #0071bc 100%);
}

.insight-hero--pdm {
  background:
    radial-gradient(circle at 82% 14%, rgba(165, 211, 255, 0.28), transparent 32%),
    linear-gradient(128deg, #101c3a 0%, #243e88 58%, #0071bc 100%);
}

.insight-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.35) 1px, transparent 1px);
  background-size: 44px 44px;
}

.insight-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.insight-crumbs {
  margin-bottom: 22px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
}

.insight-crumbs a { color: #fff; text-decoration: none; }

.insight-tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.04;
  text-wrap: balance;
}

.insight-hero__dek {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.9);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.insight-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 54px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 24px;
}

.insight-body { min-width: 0; }

.insight-body p,
.insight-body li {
  color: var(--dark-gray);
  font-size: 1.04rem;
  line-height: 1.78;
  text-wrap: pretty;
}

.insight-body p { margin: 0 0 22px; }
.insight-body ul,
.insight-body ol { margin: 0 0 28px; padding-left: 24px; }
.insight-body li { margin-bottom: 10px; }
.insight-body strong { color: var(--near-black); }
.insight-body a:not(.btn) { color: var(--brand-blue); font-weight: 650; text-decoration: underline; text-decoration-color: rgba(0,113,188,0.35); text-underline-offset: 3px; }

.insight-body h2 {
  margin: 52px 0 16px;
  color: var(--near-black);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.18;
  text-wrap: balance;
}

.insight-body h3 {
  margin: 32px 0 10px;
  color: var(--near-black);
  font-size: 1.25rem;
  line-height: 1.3;
}

.answer-card {
  margin: 0 0 30px;
  padding: 26px 28px;
  border: 1px solid #cfe3f4;
  border-left: 5px solid var(--brand-blue);
  border-radius: 14px;
  background: #f4f9fd;
  box-shadow: 0 10px 30px rgba(0,56,148,0.06);
}

.answer-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-blue);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.answer-card h2 { margin: 0 0 10px; font-size: 1.35rem; }
.answer-card p { margin: 0; font-size: 1.05rem; }

.audience-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0;
}

.audience-note > div {
  padding: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  background: #fff;
}

.audience-note strong { display: block; margin-bottom: 7px; }
.audience-note p { margin: 0; font-size: 0.94rem; line-height: 1.6; }

.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.decision-card {
  padding: 22px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,29,66,0.06);
}

.decision-card__number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--brand-blue);
  font-family: var(--font-heading);
  font-weight: 800;
}

.decision-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.decision-card p { margin: 0; font-size: 0.92rem; line-height: 1.6; }

.insight-table-wrap {
  overflow-x: auto;
  margin: 28px 0 34px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,29,66,0.05);
}

.insight-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.insight-table th,
.insight-table td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--dark-gray);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.insight-table th {
  color: #fff;
  background: var(--deep-navy);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  letter-spacing: 0.025em;
}

.insight-table tr:last-child td { border-bottom: 0; }
.insight-table td:first-child { color: var(--near-black); font-weight: 700; }

.status-pill {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-pill--yes { color: #12613b; background: #dff5e8; }
.status-pill--partial { color: #7a4b00; background: #fff2cf; }
.status-pill--no { color: #8a2532; background: #fde4e8; }

.flow {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 28px 0 34px;
}

.flow-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  background: #fff;
}

.flow-step__marker {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-navy), var(--brand-blue));
  font-family: var(--font-heading);
  font-weight: 800;
}

.flow-step h3 { margin: 0 0 6px; font-size: 1.05rem; }
.flow-step p { margin: 0; font-size: 0.94rem; line-height: 1.62; }

.callout-note {
  margin: 30px 0;
  padding: 22px 24px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(120deg, var(--deep-navy), var(--brand-blue));
}

.callout-note h3 { margin: 0 0 8px; color: #fff; }
.callout-note p { margin: 0; color: rgba(255,255,255,0.9); }
.callout-note a { color: #fff !important; text-decoration-color: rgba(255,255,255,0.5) !important; }

.source-list {
  margin: 28px 0;
  padding: 24px 26px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  background: var(--off-white);
}

.source-list h2 { margin: 0 0 12px; font-size: 1.25rem; }
.source-list ol { margin-bottom: 0; }
.source-list li { font-size: 0.92rem; line-height: 1.55; }

.faq-list { margin: 24px 0; }
.faq-item { padding: 22px 0; border-bottom: 1px solid var(--light-gray); }
.faq-item h3 { margin: 0 0 8px; font-size: 1.08rem; }
.faq-item p { margin: 0; }

.insight-sidebar {
  position: sticky;
  top: 105px;
  padding: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,29,66,0.05);
}

.insight-sidebar__title {
  margin-bottom: 10px;
  color: var(--medium-gray);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-sidebar a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f5;
  color: var(--dark-gray);
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.insight-sidebar a:last-child { border-bottom: 0; }
.insight-sidebar a:hover { color: var(--brand-blue); }

.article-cta {
  margin-top: 58px;
  padding: 54px 24px;
  color: #fff;
  text-align: center;
  background: linear-gradient(120deg, #071a33, #003894 58%, #0071bc);
}

.article-cta h2 { max-width: 760px; margin: 0 auto 12px; color: #fff; font-size: clamp(1.75rem, 4vw, 2.6rem); }
.article-cta p { max-width: 700px; margin: 0 auto 22px; color: rgba(255,255,255,0.86); font-size: 1.05rem; }
.article-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.related-insights { padding: 54px 24px; background: var(--off-white); }
.related-insights__inner { max-width: 1080px; margin: 0 auto; }
.related-insights h2 { margin: 0 0 20px; }
.related-insights__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.related-insight-card { display: block; padding: 22px; border: 1px solid var(--light-gray); border-radius: 14px; color: var(--near-black); background: #fff; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.related-insight-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,56,148,0.1); }
.related-insight-card span { display: block; margin-bottom: 8px; color: var(--brand-blue); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.related-insight-card strong { display: block; font-family: var(--font-heading); line-height: 1.35; }

@media (max-width: 900px) {
  .insight-layout { grid-template-columns: 1fr; }
  .insight-sidebar { position: static; order: -1; }
  .insight-sidebar a { display: inline-block; margin-right: 14px; }
  .decision-grid { grid-template-columns: 1fr; }
  .related-insights__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .insight-hero { padding: 126px 0 46px; }
  .insight-layout { padding: 42px 18px 16px; }
  .audience-note { grid-template-columns: 1fr; }
  .answer-card { padding: 22px; }
  .flow-step { grid-template-columns: 40px 1fr; padding: 17px; }
  .flow-step__marker { width: 36px; height: 36px; }
}
