/**
 * Insights page — layout, surfaces, and vertical rhythm.
 * Stack spacing (between headings, copy, and lists) uses --insights-content-gap.
 */

/* -------------------------------------------------------------------------- */
/* Page shell                                                                 */
/* -------------------------------------------------------------------------- */

body.bts-insights-page .page-shell {
  background: transparent;
}

/* -------------------------------------------------------------------------- */
/* Tokens & typographic reset (spacing = gap on parents, not margin on p)    */
/* -------------------------------------------------------------------------- */

.insights-page {
  --insights-max: 1200px;
  --insights-border: rgba(12, 127, 218, 0.45);
  --insights-surface: rgba(15, 43, 76, 0.52);
  --insights-muted: rgba(236, 243, 249, 0.8);
  --insights-padding: clamp(2.8rem, 7vw, 5.25rem);
  --insights-content-gap: 20px;
  color: var(--text, #f8fafc);
}

.insights-page h1,
.insights-page h2,
.insights-page h3,
.insights-page h4 {
  margin: 0;
}

.insights-page p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}

/* -------------------------------------------------------------------------- */
/* Section & main column                                                      */
/* -------------------------------------------------------------------------- */

.insights-page .insights-section {
  padding: 0 0 clamp(52px, 6vw, 40px);
}

.insights-page .insights-section--positioning {
  padding-bottom: clamp(18px, 3vw, 26px);
}

/* Hero band — same rhythm as .platform-hero */
.insights-page .insights-hero.insights-section {
  position: relative;
  isolation: isolate;
  padding: 130px 0 var(--bts-page-hero-section-y);
  text-align: left;
}

@media (min-width: 981px) {
  .insights-page .insights-hero.insights-section {
    padding: 130px 0 var(--bts-page-hero-section-y);
  }
}

@media (max-width: 720px) {
  .insights-page .insights-hero.insights-section {
    padding-top: 88px;
  }
}

.insights-hero.insights-section .insights-container {
  padding-top: 0;
}

/* Match `.page-container` / platform horizontal inset */
.insights-page .insights-container {
  width: min(calc(100% - 64px), var(--container, var(--insights-max)));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

@media (max-width: 1120px) {
  .insights-page .insights-container {
    width: min(calc(100% - 48px), var(--container, var(--insights-max)));
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .insights-page .insights-container {
    width: min(calc(100% - 16px), var(--container, var(--insights-max)));
    margin-inline: auto;
  }

  .insights-page .insights-divider {
    max-width: min(calc(100% - 16px), var(--container, var(--insights-max)));
  }

  .insights-page .insights-hero .insights-divider {
    max-width: min(calc(100% - 16px), var(--container, var(--insights-max)));
  }
}

.insights-page .insights-title {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 112.5% */
  text-transform: capitalize;
}

.insights-page .insights-title--md {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  text-transform: capitalize;
}

.insights-page .insights-title-last-section {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  text-transform: capitalize;
}

/* Hero subtitle: match `.platform-eyebrow` + `.platform-eyebrow--hero` (override global `p` line-height: 20px). */
.insights-page .insights-hero p.insights-eyebrow-hero {
  margin: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
}

.insights-page .insights-overline {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
  text-transform: capitalize;
}

.insights-page .insights-eyebrow,
.insights-page .insights-overline {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 300;
  color: #fff;
}

.insights-page .insights-hero__title {
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: "Open Sans";
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 2px 10px rgba(1, 20, 46, 0.45);
}

@media (min-width: 981px) {
  .insights-page .insights-hero__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.insights-page .insights-hero__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--bts-page-hero-stack-gap);
}

/* Match Platform: space under hero copy before the rule (= hero padding-bottom, minus flex row-gap) */
.insights-page .insights-hero__intro + .insights-divider {
  margin-top: calc(var(--bts-page-hero-section-y) - var(--insights-content-gap));
}

@media (min-width: 981px) {
  .insights-page .insights-hero__intro + .insights-divider {
    margin-top: calc(var(--bts-page-hero-section-y) + 0.5rem - var(--insights-content-gap));
  }
}

.insights-page .insights-subtitle {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 125% */
}

.insights-page .insights-hero .insights-divider {
  margin: 0;
  margin-block: 0;
  max-width: min(calc(100% - 64px), var(--container, var(--insights-max)));
  border: 0;
  opacity: 0.85;
}

@media (max-width: 1120px) {
  .insights-page .insights-hero .insights-divider {
    max-width: min(calc(100% - 48px), var(--container, var(--insights-max)));
  }
}

.insights-page .insights-divider {
  margin: 40px 0;
  border: 0;
  opacity: 0.86;
}

/* -------------------------------------------------------------------------- */
/* Copy blocks: h*, p, nested cards & lists stack with 20px gap               */
/* -------------------------------------------------------------------------- */

.insights-page .insights-copy {
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
  min-width: 0;
}

.insights-page .insights-copy--strategic {
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

.insights-page .insights-copy--final {
  gap: var(--insights-content-gap);
}

.insights-page .insights-section--final .insights-info-card {
  gap: 12px;
}

.insights-page .insights-section--final .insights-info-card--sector {
  padding: 16px;
}

.insights-page .insights-section--final .insights-list-card {
  gap: 10px;
}

.insights-page .insights-section--final .insights-info-card .insights-list-card {
  gap: 10px;
}

.insights-page .insights-section--final .insights-list-card li {
  border: 0;
  margin: 0;
  padding: 5px 0;
  background: transparent;
}

.insights-page .insights-strategic-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

.insights-page .insights-strategic-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: var(--insights-muted);
}

/* -------------------------------------------------------------------------- */
/* Two-column grids (horizontal gap separate from vertical stack gap)         */
/* -------------------------------------------------------------------------- */

.insights-page .insights-two-col {
  display: grid;
  gap: clamp(28px, 3vw, 38px);
  align-items: center;
  margin-top: 64px;
}

@media (min-width: 900px) {
  .insights-page .insights-two-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .insights-page .insights-two-col.insights-two-col--strategic {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(28px, 3vw, 38px);
    min-height: 0;
  }

  .insights-page .insights-two-col--hero {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    align-items: stretch;
  }
}

.insights-page .insights-two-col--compact {
  margin: 0;
}

.insights-page .insights-two-col--top {
  align-items: stretch;
}

/* -------------------------------------------------------------------------- */
/* Media                                                                      */
/* -------------------------------------------------------------------------- */

.insights-page .insights-figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  background: rgba(8, 20, 40, 0.32);
}

.insights-page .insights-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* Strategic row: flex equal-height columns; hero row: grid (unchanged). */
@media (min-width: 900px) {
  .insights-page .insights-two-col.insights-two-col--strategic > .insights-copy--strategic {
    flex: 55 1 0;
    min-width: 0;
    min-height: 0;
  }

  /* Stretched flex column + absolutely filled image = always matches sibling text column height. */
  .insights-page .insights-two-col.insights-two-col--strategic > .insights-figure {
    flex: 45 1 0;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    position: relative;
    overflow: hidden;
  }

  .insights-page .insights-two-col.insights-two-col--strategic > .insights-figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .insights-page .insights-two-col--hero > .insights-copy--final {
    align-self: stretch;
    min-height: 100%;
  }

  .insights-page .insights-two-col--hero > .insights-figure {
    align-self: stretch;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .insights-page .insights-two-col--hero > .insights-figure img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: 100%;
    object-fit: cover;
  }
}

.insights-page .insights-media-stack {
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
  min-width: 0;
}

/* -------------------------------------------------------------------------- */
/* List cards (li ↔ li = content gap)                                         */
/* -------------------------------------------------------------------------- */

.insights-page .insights-list-card {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

.insights-page .insights-list-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #0070C0;
  background: rgba(11, 40, 72, 0.4);
}

.insights-page .insights-list-card li span {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
}

.insights-page .insights-check {
  flex-shrink: 0;
  margin-top: 2px;
}

/* -------------------------------------------------------------------------- */
/* Primary cards & info surfaces                                              */
/* -------------------------------------------------------------------------- */

.insights-page .insights-card {
  position: relative;
    overflow: hidden;
    border: 1px solid;
    border-image: linear-gradient(90deg, #0070c0 0%, #0e203a 50%, #0070c0 100%) 1;
  border-radius: 6px;
  padding: 28px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

.insights-page .insights-card::before,
.insights-page .insights-card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  filter: none;
}

.insights-page .insights-card::before {
  left: 0;
  border-radius: 6px 0 0 0;
}

.insights-page .insights-card::after {
  right: 0;
  border-radius: 0 6px 0 0;
}

.insights-page .insights-card--stats {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  align-items: flex-start;
  text-align: left;
}

.insights-page .insights-card--stats::before,
.insights-page .insights-card--stats::after {
  content: none;
}

.insights-page .insights-info-card {
  border-radius: 6px;
  padding: 14px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
}

.insights-page .insights-info-card--sector {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03),
  0 5px 8px rgba(3, 12, 26, 0.28);
  padding: 16px 18px;
  gap: 10px;
}

.insights-page .insights-info-card--sector p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
}

.insights-page .insights-info-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

/* -------------------------------------------------------------------------- */
/* Chart + table                                                              */
/* -------------------------------------------------------------------------- */

.insights-page .insights-chart-grid {
  display: grid;
  gap: var(--insights-content-gap);
  margin: 0;
}

@media (min-width: 960px) {
  .insights-page .insights-chart-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.95fr);
    gap: clamp(20px, 3vw, 40px);
  }
}

.insights-page .insights-bars {
  --insights-bar-label-col: 152px;
  --insights-grid-line-color: #fff;
  --insights-grid-line-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding-bottom: 28px;
  color: #FFF;
  text-align: right;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}

.insights-page .insights-bars::before,
.insights-page .insights-bars::after {
  content: "";
  position: absolute;
  inset: 0 0 28px calc(var(--insights-bar-label-col) + 12px);
  pointer-events: none;
  z-index: 0;
}

.insights-page .insights-bars::before {
  background-image:
    linear-gradient(var(--insights-grid-line-color), var(--insights-grid-line-color)),
    linear-gradient(var(--insights-grid-line-color), var(--insights-grid-line-color)),
    linear-gradient(var(--insights-grid-line-color), var(--insights-grid-line-color)),
    linear-gradient(var(--insights-grid-line-color), var(--insights-grid-line-color)),
    linear-gradient(var(--insights-grid-line-color), var(--insights-grid-line-color));
  background-repeat: no-repeat;
  background-size:
    var(--insights-grid-line-width) 32%,
    var(--insights-grid-line-width) 52%,
    var(--insights-grid-line-width) 72%,
    var(--insights-grid-line-width) 78%,
    var(--insights-grid-line-width) 92%;
  background-position:
    20% 100%,
    40% 100%,
    57% 100%,
    77% 100%,
    100% 100%;
}

.insights-page .insights-bars::after {
  right: 0;
  left: auto;
  width: var(--insights-grid-line-width);
  background: var(--insights-grid-line-color);
}

.insights-page .insights-bar {
  display: grid;
  grid-template-columns: var(--insights-bar-label-col) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.insights-page .insights-bar span {
  font-size: 0.95rem;
  color: #f2f6fb;
  white-space: nowrap;
}

.insights-page .insights-bar em {
  position: relative;
  height: 31px;
  display: block;
  border-radius: 2px;
}

.insights-page .insights-bar em::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar, 50%);
  background: #0070C0;
  z-index: 1;
}

.insights-page .insights-bars__axis {
  position: absolute;
  left: calc(var(--insights-bar-label-col) + 12px);
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(236, 243, 249, 0.9);
}

.insights-page .insights-bars__axis::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1px;
  height: 16px;
  background: #FFF;
}


.insights-page .insights-table {
  width: 100%;
  border-collapse: collapse;
}

.insights-page .insights-table th,
.insights-page .insights-table td {
  padding: 8px 10px;
  text-align: left;
  border: 0;
}

.insights-page .insights-table th {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
}

.insights-page .insights-table td {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}

/* -------------------------------------------------------------------------- */
/* Inline callout                                                             */
/* -------------------------------------------------------------------------- */

.insights-page .insights-inline-note {
  margin: 0;
  border: 1px solid var(--insights-border);
  border-radius: 6px;
  background: rgba(11, 40, 72, 0.4);
  padding: 12px 14px;
}

.insights-page .insights-inline-note__inner {
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
  min-width: 0;
}

.insights-page .insights-inline-note__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insights-page .insights-inline-note__head .insights-check {
  flex-shrink: 0;
}

.insights-page .insights-inline-note__title {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 91.667% */
}

.insights-page .insights-inline-note__head .insights-inline-note__title {
  margin: 0;
}

.insights-page .insights-inline-note__body {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
}

/* -------------------------------------------------------------------------- */
/* Pillars & stats                                                            */
/* -------------------------------------------------------------------------- */

.insights-page .insights-pillars {
  margin: 0;
  display: grid;
  gap: var(--insights-content-gap);
}

@media (min-width: 700px) {
  .insights-page .insights-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1140px) {
  .insights-page .insights-pillars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.insights-page .insights-pillar {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 6px;
  background: transparent;
  container-type: inline-size;
  container-name: insight-pillar;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 5px 8px rgba(3, 12, 26, 0.28);
}

.insights-page .insights-pillar::before,
.insights-page .insights-pillar::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  filter: none;
}

.insights-page .insights-pillar::before {
  left: 0;
  border-radius: 6px 0 0 0;
  background:
    radial-gradient(circle at top left, rgba(0, 112, 192, 1) 0, rgba(0, 112, 192, 0.78) 30%, rgba(14, 32, 58, 0) 64%) top left / 8px 8px no-repeat,
    linear-gradient(90deg, rgba(0, 112, 192, 0.92) 0%, rgba(14, 32, 58, 0.68) 65%, rgba(14, 32, 58, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(0, 112, 192, 0.92) 0%, rgba(14, 32, 58, 0.68) 65%, rgba(14, 32, 58, 0) 100%) left / 1.5px 100% no-repeat;
}

.insights-page .insights-pillar::after {
  right: 0;
  border-radius: 0 6px 0 0;
  background:
    radial-gradient(circle at top right, rgba(0, 112, 192, 1) 0, rgba(0, 112, 192, 0.78) 30%, rgba(14, 32, 58, 0) 64%) top right / 8px 8px no-repeat,
    linear-gradient(270deg, rgba(0, 112, 192, 0.92) 0%, rgba(14, 32, 58, 0.68) 65%, rgba(14, 32, 58, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(0, 112, 192, 0.92) 0%, rgba(14, 32, 58, 0.68) 65%, rgba(14, 32, 58, 0) 100%) right / 1.5px 100% no-repeat;
}

.insights-page .insights-pillars .insights-pillar:nth-child(1)::after,
.insights-page .insights-pillars .insights-pillar:nth-child(3)::after {
  opacity: 1;
}

.insights-page .insights-pillars .insights-pillar:nth-child(2)::before,
.insights-page .insights-pillars .insights-pillar:nth-child(4)::before {
  opacity: 1;
}

.insights-page .insights-pillar__inner {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 6px;
  padding: 26px 14px 24px;
  background: transparent;
}

.insights-page .insights-pillar h3 {
  margin: 0;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  /* Small enough that the longest title wraps to 2 lines without ellipsis (line-clamp removed). */
  font-size: clamp(0.62rem, 0.44rem + 0.55vmin, 0.94rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.22;
  text-wrap: balance;
}

@supports (font-size: 1cqi) {
  .insights-page .insights-pillar h3 {
    font-size: clamp(0.62rem, 0.34rem + 3.5cqi, 0.94rem);
  }
}

.insights-page .insights-pillar__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.insights-page .insights-pillar__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.insights-page .insights-stats-grid {
  margin: 0;
  width: 100%;
  display: grid;
  gap: clamp(14px, 2vw, 24px);
}

@media (min-width: 700px) {
  .insights-page .insights-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1140px) {
  .insights-page .insights-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.insights-page .insights-stat {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  padding: 30px 24px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--insights-content-gap);
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 5px 8px rgba(3, 12, 26, 0.28);
}

.insights-page .insights-stat::before,
.insights-page .insights-stat::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 180px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  filter: none;
}

.insights-page .insights-stat::before {
  left: 0;
  border-radius: 7px 0 0 0;
  background:
    radial-gradient(circle at top left, rgba(24, 161, 255, 0.95) 0, rgba(24, 161, 255, 0.8) 30%, rgba(24, 161, 255, 0) 62%) top left / 8px 8px no-repeat,
    linear-gradient(90deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) left / 1.5px 100% no-repeat;
}

.insights-page .insights-stat::after {
  right: 0;
  border-radius: 0 7px 0 0;
  background:
    radial-gradient(circle at top right, rgba(24, 161, 255, 0.95) 0, rgba(24, 161, 255, 0.8) 30%, rgba(24, 161, 255, 0) 62%) top right / 8px 8px no-repeat,
    linear-gradient(270deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) right / 1.5px 100% no-repeat;
}

.insights-page .insights-stats-grid .insights-stat:nth-child(1)::after,
.insights-page .insights-stats-grid .insights-stat:nth-child(3)::after {
  opacity: 1;
}

.insights-page .insights-stats-grid .insights-stat:nth-child(2)::before,
.insights-page .insights-stats-grid .insights-stat:nth-child(4)::before {
  opacity: 1;
}

.insights-page .insights-stat > * {
  position: relative;
  z-index: 3;
}

.insights-page .insights-stat strong {
  display: block;
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  line-height: 1;
  color: #fff;
}

.insights-page .insights-additional {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  padding: 30px;
  max-width: min(100%, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--insights-content-gap);
  text-align: left;
  background: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 5px 8px rgba(3, 12, 26, 0.28);
}

.insights-page .insights-additional::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  border-radius: 0 7px 0 0;
  pointer-events: none;
  z-index: 2;
  filter: none;
  background:
    radial-gradient(circle at top right, rgba(24, 161, 255, 0.95) 0, rgba(24, 161, 255, 0.8) 30%, rgba(24, 161, 255, 0) 62%) top right / 8px 8px no-repeat,
    linear-gradient(270deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) right / 1.5px 100% no-repeat;
}

.insights-page .insights-additional > * {
  position: relative;
  z-index: 3;
}

.insights-page .insights-additional__head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.insights-page .insights-additional__head h4 {
  margin: 0;
  font-size: 2rem;
}

.insights-page .insights-additional strong {
  font-size: clamp(2rem, 3vw, 3.4rem);
  color: #fff;
}

.insights-page .insights-source {
  margin: 0;
  font-size: var(--body-text-size, 16px);
  font-weight: var(--body-font-weight, 300);
}

/* -------------------------------------------------------------------------- */
/* Certification strip                                                        */
/* -------------------------------------------------------------------------- */

.insights-page .insights-cert-card {
  margin: 0;
  border-radius: 7px;
  /* background: rgba(11, 40, 72, 0.35); */
  padding: 14px;
  display: grid;
  gap: var(--insights-content-gap);
  align-items: center;
}

.insights-page .insights-cert-card img + div {
  display: flex;
  flex-direction: column;
  gap: var(--insights-content-gap);
  min-width: 0;
}

.insights-page .insights-cert-card h3 {
  font-size: clamp(1.5rem, 2vw, 1.5rem);
}

.insights-page .insights-inline-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.insights-page .insights-inline-icon--cert {
  width: 37px;
  height: 57px;
}

@media (min-width: 760px) {
  .insights-page .insights-cert-card {
    grid-template-columns: auto 1fr;
    gap: clamp(20px, 2vw, 24px);
    padding: 20px 20px;
  }
}

.insights-page .insights-section--final .insights-cert-card {
  margin: 0;
}

.insights-page .insights-section--final .insights-info-card,
.insights-page .insights-section--final .insights-cert-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 38px rgba(3, 12, 26, 0.28);
}

.insights-page .insights-section--final .insights-info-card::after,
.insights-page .insights-section--final .insights-cert-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  border-radius: 0 7px 0 0;
  pointer-events: none;
  z-index: 2;
  filter: none;
  background:
    radial-gradient(circle at top right, rgba(24, 161, 255, 0.95) 0, rgba(24, 161, 255, 0.8) 30%, rgba(24, 161, 255, 0) 62%) top right / 8px 8px no-repeat,
    linear-gradient(270deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) right / 1.5px 100% no-repeat;
}

.insights-page .insights-section--final .insights-copy .insights-info-card:nth-of-type(2)::after {
  content: none;
}

.insights-page .insights-section--final .insights-copy .insights-info-card:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border-radius: 7px 0 0 0;
  pointer-events: none;
  z-index: 2;
  filter: none;
  background:
    radial-gradient(circle at top left, rgba(24, 161, 255, 0.95) 0, rgba(24, 161, 255, 0.8) 30%, rgba(24, 161, 255, 0) 62%) top left / 8px 8px no-repeat,
    linear-gradient(90deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) top / 100% 1.5px no-repeat,
    linear-gradient(180deg, rgba(24, 161, 255, 0.9) 0%, rgba(24, 161, 255, 0.6) 38%, rgba(24, 161, 255, 0) 100%) left / 1.5px 100% no-repeat;
}

.insights-page .insights-section--final .insights-info-card > *,
.insights-page .insights-section--final .insights-cert-card > * {
  position: relative;
  z-index: 3;
}

/* -------------------------------------------------------------------------- */
/* Responsive tweaks                                                          */
/* -------------------------------------------------------------------------- */

@media (min-width: 960px) {
  .insights-page .insights-section--final .insights-two-col--top {
    align-items: stretch;
  }

  .insights-page .insights-section--final .insights-two-col--top .insights-copy {
    display: flex;
    flex-direction: column;
    gap: var(--insights-content-gap);
    min-height: 100%;
  }

  .insights-page .insights-section--final .insights-media-stack {
    flex: 1 1 auto;
    min-height: 100%;
    height: 100%;
  }

  .insights-page .insights-section--final .insights-media-stack .insights-figure {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .insights-page .insights-section--final .insights-media-stack .insights-figure img {
    flex: 1 1 auto;
    width: 100%;
    min-height: 220px;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 719px) {
  .insights-page .insights-table th {
    font-size: 1.1rem;
  }

  .insights-page .insights-bar {
    grid-template-columns: var(--insights-bar-label-col) minmax(0, 1fr);
  }

  .insights-page .insights-bars {
    --insights-bar-label-col: 112px;
  }

  .insights-page .insights-section {
    padding: clamp(2.1rem, 7vw, 3.25rem) 0;
  }

  .insights-page .insights-section--positioning {
    padding-bottom: 18px;
  }

  .insights-page .insights-title {
    text-transform: none;
    line-height: 1.18;
  }

  .insights-page .insights-eyebrow,
  .insights-page .insights-overline {
    font-size: 1.1rem;
  }
}
