:root {
  --insight-ink: #17152e;
  --insight-muted: #66647a;
  --insight-line: rgba(23, 21, 46, 0.14);
  --insight-paper: #ffffff;
}

.insight-page {
  margin: 0;
  color: var(--insight-ink);
  background: var(--insight-paper);
  font-family: "DM Sans", sans-serif;
}

.insight-page *,
.insight-page *::before,
.insight-page *::after { box-sizing: border-box; }

.insight-page a { text-decoration: none; }

.insight-fallback-nav {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
}

.insight-hero {
  position: relative;
  overflow: hidden;
  padding: 185px 0 110px;
  background:
    radial-gradient(circle at 82% 16%, color-mix(in srgb, var(--insight-accent) 22%, transparent), transparent 30%),
    linear-gradient(145deg, var(--insight-pale), #fff 68%);
}

.insight-hero::after {
  position: absolute;
  right: -190px;
  bottom: -260px;
  width: 540px;
  height: 540px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 28%, transparent);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 55px color-mix(in srgb, var(--insight-accent) 5%, transparent), 0 0 0 110px color-mix(in srgb, var(--insight-accent) 3%, transparent);
}

.insight-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.55fr);
  align-items: end;
  gap: clamp(55px, 8vw, 125px);
}

.insight-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: var(--insight-muted);
  font-size: 11px;
  font-weight: 700;
}

.insight-breadcrumb a { color: inherit; }
.insight-breadcrumb a:hover { color: var(--insight-accent); }

.insight-hero h1 {
  max-width: 1030px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(68px, 7.6vw, 116px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.86;
  text-transform: uppercase;
}

.insight-hero__copy > p {
  max-width: 820px;
  margin: 38px 0 0;
  color: var(--insight-muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.65;
}

.insight-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 40px;
}

.insight-byline span,
.insight-byline time {
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 22%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--insight-accent) 74%, var(--insight-ink));
  background: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 700;
}

.insight-hero__map {
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 22%, transparent);
  border-radius: 28px 8px 28px 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 65px color-mix(in srgb, var(--insight-accent) 10%, transparent);
  backdrop-filter: blur(16px);
}

.insight-hero__map > span {
  color: var(--insight-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-hero__map > strong {
  display: block;
  margin: 18px 0 25px;
  font-size: 16px;
  line-height: 1.45;
}

.insight-hero__map ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-hero__map li {
  display: grid;
  min-height: 47px;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--insight-line);
  color: var(--insight-muted);
  font-size: 10px;
  line-height: 1.35;
}

.insight-hero__map li b {
  color: var(--insight-accent);
  font-size: 9px;
}

.insight-article {
  width: min(calc(100% - 56px), 1160px);
  padding: 115px 0 145px;
}

.insight-article__intro {
  max-width: 900px;
  margin: 0 auto 85px;
}

.insight-article__intro p {
  margin: 0 0 28px;
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.015em;
  line-height: 1.65;
}

.insight-article__intro p:first-child::first-letter {
  float: left;
  margin: 8px 13px 0 0;
  color: var(--insight-accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 82px;
  font-weight: 800;
  line-height: 0.67;
}

.insight-diagram {
  margin: 0 0 115px;
  padding: 46px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 18%, transparent);
  border-radius: 36px 10px 36px 36px;
  background: var(--insight-pale);
}

.insight-diagram figcaption {
  display: grid;
  grid-template-columns: 180px minmax(280px, 0.85fr) minmax(280px, 1.15fr);
  align-items: end;
  gap: 30px;
  margin-bottom: 50px;
}

.insight-diagram figcaption > span {
  color: var(--insight-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-diagram h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 4.5vw, 65px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.insight-diagram figcaption p {
  margin: 0;
  color: var(--insight-muted);
  font-size: 13px;
  line-height: 1.65;
}

.insight-diagram__flow {
  display: grid;
  grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr 32px 1fr;
  align-items: center;
}

.insight-diagram__node {
  display: flex;
  min-height: 155px;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 22%, transparent);
  border-radius: 21px 6px 21px 21px;
  background: rgba(255, 255, 255, 0.78);
}

.insight-diagram__node > span {
  color: var(--insight-accent);
  font-size: 9px;
  font-weight: 700;
}

.insight-diagram__node strong {
  margin-top: 19px;
  font-size: 14px;
}

.insight-diagram__node small {
  margin-top: 8px;
  color: var(--insight-muted);
  font-size: 9px;
  line-height: 1.45;
}

.insight-diagram__flow > i {
  display: grid;
  place-items: center;
  color: var(--insight-accent);
}

.insight-diagram__flow > i svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.insight-article__section {
  display: grid;
  grid-template-columns: 100px minmax(0, 810px);
  gap: clamp(38px, 7vw, 105px);
  justify-content: center;
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid var(--insight-line);
}

.insight-article__number {
  padding-top: 9px;
  color: var(--insight-accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 800;
}

.insight-article__section h2,
.insight-example h2,
.insight-checklist h2,
.insight-sources h2 {
  margin: 0 0 28px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(43px, 4.8vw, 68px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.97;
  text-transform: uppercase;
}

.insight-article__section p {
  margin: 0 0 24px;
  color: #3f3d52;
  font-size: 17px;
  line-height: 1.85;
}

.insight-article__section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.insight-article__section li {
  position: relative;
  padding: 14px 14px 14px 34px;
  border: 1px solid var(--insight-line);
  border-radius: 12px;
  font-size: 11px;
}

.insight-article__section li::before {
  position: absolute;
  top: 18px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--insight-accent);
  content: "";
}

.insight-example {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(420px, 1.3fr);
  gap: 65px;
  margin: 85px 0 110px;
  padding: 50px;
  border-radius: 36px 10px 36px 36px;
  color: #fff;
  background: #17152e;
  box-shadow: 0 28px 70px rgba(23, 21, 46, 0.18);
}

.insight-example__heading > span,
.insight-checklist > div > span,
.insight-sources > div > span {
  color: color-mix(in srgb, var(--insight-accent) 58%, #fff);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-example h2 {
  margin-top: 20px;
  color: #fff;
}

.insight-example__heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.insight-example dl { margin: 0; }

.insight-example dl > div {
  display: grid;
  min-height: 70px;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.insight-example dt {
  color: color-mix(in srgb, var(--insight-accent) 58%, #fff);
  font-size: 10px;
  font-weight: 700;
}

.insight-example dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.5;
}

.insight-example__takeaway {
  grid-column: 2;
  margin: -25px 0 0;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  line-height: 1.55;
}

.insight-example__takeaway strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.insight-checklist {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(430px, 1.25fr);
  gap: 70px;
  padding: 95px 0;
  border-block: 1px solid var(--insight-line);
}

.insight-checklist h2 { margin-top: 20px; }

.insight-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-checklist li {
  position: relative;
  padding: 18px 15px 18px 45px;
  border-bottom: 1px solid var(--insight-line);
  font-size: 13px;
  line-height: 1.5;
}

.insight-checklist li::before {
  position: absolute;
  top: 20px;
  left: 13px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--insight-accent);
  content: "✓";
  font-size: 10px;
  font-weight: 800;
}

.insight-sources {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(430px, 1.25fr);
  gap: 70px;
  padding-top: 105px;
}

.insight-sources > div > p {
  color: var(--insight-muted);
  font-size: 12px;
  line-height: 1.7;
}

.insight-sources ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insight-sources li { border-top: 1px solid var(--insight-line); }
.insight-sources li:last-child { border-bottom: 1px solid var(--insight-line); }

.insight-sources a {
  display: grid;
  min-height: 110px;
  grid-template-columns: 1fr 1.4fr 30px;
  align-items: center;
  gap: 22px;
  padding: 20px 5px;
  color: var(--insight-ink);
}

.insight-sources a:hover strong { color: var(--insight-accent); }

.insight-sources a strong { font-size: 12px; }
.insight-sources a span { color: var(--insight-muted); font-size: 10px; line-height: 1.55; }
.insight-sources a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.insight-related {
  padding: 115px 0;
  background: var(--insight-pale);
}

.insight-related__heading {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 35px;
  align-items: end;
  margin-bottom: 50px;
}

.insight-related__heading span {
  color: var(--insight-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-related__heading h2 {
  max-width: 750px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.insight-related__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.insight-related__links a {
  display: flex;
  min-height: 230px;
  justify-content: space-between;
  flex-direction: column;
  padding: 32px;
  border: 1px solid color-mix(in srgb, var(--insight-accent) 18%, transparent);
  border-radius: 25px 8px 25px 25px;
  color: var(--insight-ink);
  background: rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, background 180ms ease;
}

.insight-related__links a:hover { background: #fff; transform: translateY(-3px); }
.insight-related__links small { color: var(--insight-accent); font-size: 9px; font-weight: 700; }
.insight-related__links strong { max-width: 510px; font-size: 24px; line-height: 1.3; }
.insight-related__links span { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; }
.insight-related__links svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.insight-fallback-footer {
  padding: 68px 0 25px;
  color: #fff;
  background: #17152e;
}

.insight-fallback-footer__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 55px;
}

.insight-fallback-footer img { width: 150px; filter: brightness(0) invert(1); }
.insight-fallback-footer p { color: rgba(255, 255, 255, 0.56); font-size: 12px; }
.insight-fallback-footer nav { display: flex; flex-wrap: wrap; gap: 26px; }
.insight-fallback-footer a { color: rgba(255, 255, 255, 0.76); font-size: 11px; }
.insight-fallback-footer__bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.13); font-size: 10px; }

/* Insights index */
.insight-index__hero {
  padding: 190px 0 125px;
  color: #fff;
  background:
    radial-gradient(circle at 83% 13%, rgba(129, 88, 216, 0.34), transparent 34%),
    radial-gradient(circle at 18% 84%, rgba(20, 141, 104, 0.2), transparent 27%),
    #17152e;
}

.insight-index__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.5fr);
  align-items: end;
  gap: 90px;
}

.insight-index__hero h1 {
  max-width: 1050px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(76px, 8.7vw, 132px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.84;
  text-transform: uppercase;
}

.insight-index__hero p {
  max-width: 820px;
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  line-height: 1.7;
}

.insight-index__hero aside {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px 8px 28px 28px;
  background: rgba(255, 255, 255, 0.06);
}

.insight-index__hero aside > strong {
  display: block;
  color: #a8f0d1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 86px;
  line-height: 0.8;
}

.insight-index__hero aside > span { display: block; margin-top: 16px; color: rgba(255, 255, 255, 0.58); font-size: 11px; }
.insight-index__hero dl { margin: 28px 0 0; }
.insight-index__hero dl div { display: grid; min-height: 46px; grid-template-columns: 35px 1fr; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.insight-index__hero dt { color: #a8f0d1; font-size: 12px; font-weight: 700; }
.insight-index__hero dd { margin: 0; color: rgba(255, 255, 255, 0.66); font-size: 10px; }

.insight-index__groups { padding: 125px 0; }

.insight-index__group {
  display: grid;
  grid-template-columns: minmax(270px, 0.56fr) minmax(0, 1.44fr);
  gap: 70px;
  padding: 95px 0;
  border-top: 1px solid var(--insight-line);
}

.insight-index__group-heading > span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 22px 7px 22px 22px;
  color: #fff;
  background: var(--insight-accent);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.insight-index__group-heading h2 {
  margin: 32px 0 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(46px, 4.5vw, 67px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.insight-index__group-heading p { max-width: 310px; color: var(--insight-muted); font-size: 12px; line-height: 1.65; }
.insight-index__stories { border-top: 1px solid var(--insight-line); }

.insight-index__stories > a {
  display: grid;
  min-height: 188px;
  grid-template-columns: 48px 1fr 35px;
  align-items: center;
  gap: 25px;
  padding: 30px 15px;
  border-bottom: 1px solid var(--insight-line);
  color: var(--insight-ink);
  transition: padding 180ms ease, background 180ms ease;
}

.insight-index__stories > a:hover { padding-inline: 25px 5px; background: var(--insight-pale); }
.insight-index__stories > a > span { color: var(--insight-accent); font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-weight: 800; }
.insight-index__stories small { color: var(--insight-accent); font-size: 9px; font-weight: 700; }
.insight-index__stories h3 { margin: 8px 0 11px; font-size: 22px; line-height: 1.25; }
.insight-index__stories p { max-width: 700px; margin: 0; color: var(--insight-muted); font-size: 11px; line-height: 1.55; }
.insight-index__stories i { display: grid; place-items: center; color: var(--insight-accent); }
.insight-index__stories svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.insight-index__principle {
  padding: 125px 0;
  color: #fff;
  background: #17152e;
}

.insight-index__principle span { color: #a8f0d1; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.insight-index__principle h2 { margin: 20px 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(58px, 7vw, 96px); font-weight: 800; letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; }
.insight-index__principle p { max-width: 780px; margin: 0; color: rgba(255, 255, 255, 0.65); font-size: 17px; line-height: 1.7; }

body.insight-index-page .cc-menu::before {
  border-bottom: 1px solid rgba(23, 21, 46, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 36px rgba(23, 21, 46, 0.08);
  backdrop-filter: blur(18px);
}

body.insight-index-page .cc-menu .cc-menu__bar {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (max-width: 1080px) {
  .insight-hero__grid,
  .insight-index__hero-grid { grid-template-columns: 1fr; }
  .insight-hero__map { max-width: 700px; }
  .insight-diagram__flow { grid-template-columns: 1fr; gap: 11px; }
  .insight-diagram__flow > i { transform: rotate(90deg); }
  .insight-example,
  .insight-checklist,
  .insight-sources { grid-template-columns: 1fr; gap: 40px; }
  .insight-example__takeaway { grid-column: 1; margin: 0; }
  .insight-index__group { grid-template-columns: 240px 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .insight-fallback-nav .home-nav__links,
  .insight-fallback-nav .home-nav__actions { display: none; }
  .insight-hero { padding-top: 145px; }
  .insight-diagram figcaption { grid-template-columns: 1fr; align-items: start; }
  .insight-diagram__flow { grid-template-columns: 1fr; gap: 11px; }
  .insight-diagram__flow > i { transform: rotate(90deg); }
  .insight-diagram__node { min-height: 120px; }
  .insight-article__section { grid-template-columns: 65px 1fr; gap: 30px; }
  .insight-related__heading { grid-template-columns: 1fr; }
  .insight-related__links { grid-template-columns: 1fr; }
  .insight-index__group { grid-template-columns: 1fr; }
  .insight-index__group-heading { display: grid; grid-template-columns: 90px 1fr; align-items: start; gap: 22px; }
  .insight-index__group-heading h2 { margin-top: 0; }
  .insight-index__group-heading p { max-width: 580px; }
}

@media (max-width: 600px) {
  .insight-hero { padding: 125px 0 75px; }
  .insight-hero h1 { font-size: clamp(59px, 17vw, 82px); }
  .insight-hero__copy > p { margin-top: 27px; font-size: 16px; }
  .insight-hero__map { padding: 22px; }
  .insight-article { width: min(calc(100% - 30px), 1160px); padding-block: 75px 95px; }
  .insight-article__intro { margin-bottom: 60px; }
  .insight-article__intro p { font-size: 18px; }
  .insight-diagram { margin-bottom: 80px; padding: 25px 18px; border-radius: 25px 8px 25px 25px; }
  .insight-article__section { grid-template-columns: 1fr; gap: 5px; padding: 58px 0; }
  .insight-article__number { font-size: 25px; }
  .insight-article__section h2,
  .insight-example h2,
  .insight-checklist h2,
  .insight-sources h2 { font-size: 43px; }
  .insight-article__section p { font-size: 15px; line-height: 1.75; }
  .insight-article__section ul { grid-template-columns: 1fr; }
  .insight-example { margin-block: 65px 85px; padding: 28px 21px; border-radius: 26px 8px 26px 26px; }
  .insight-example dl > div { grid-template-columns: 80px 1fr; gap: 12px; }
  .insight-checklist { padding: 75px 0; }
  .insight-sources { padding-top: 75px; }
  .insight-sources a { grid-template-columns: 1fr 24px; gap: 10px; }
  .insight-sources a span { grid-column: 1; }
  .insight-sources a svg { grid-column: 2; grid-row: 1 / span 2; }
  .insight-related { padding: 85px 0; }
  .insight-related__links a { min-height: 205px; padding: 25px; }
  .insight-fallback-footer__grid { flex-direction: column; }
  .insight-index__hero { padding: 130px 0 90px; }
  .insight-index__hero h1 { font-size: clamp(68px, 20vw, 94px); }
  .insight-index__hero p { font-size: 16px; }
  .insight-index__groups { padding: 60px 0; }
  .insight-index__group { gap: 30px; padding: 70px 0; }
  .insight-index__group-heading { grid-template-columns: 65px 1fr; }
  .insight-index__group-heading > span { width: 60px; height: 60px; border-radius: 17px 6px 17px 17px; font-size: 18px; }
  .insight-index__group-heading h2 { font-size: 43px; }
  .insight-index__stories > a { min-height: 0; grid-template-columns: 35px 1fr; padding: 25px 5px; }
  .insight-index__stories > a > i { grid-column: 2; justify-self: start; }
  .insight-index__principle { padding: 90px 0; }
}

@media print {
  .insight-fallback-nav,
  .cc-menu,
  .insight-fallback-footer,
  .cc-footer,
  .insight-related { display: none !important; }
  .insight-hero { padding: 40px 0; }
  .insight-article { width: 100%; padding: 40px 0; }
  .insight-example { color: #000; background: #fff; border: 1px solid #000; box-shadow: none; }
  .insight-example h2,
  .insight-example dt,
  .insight-example dd,
  .insight-example__takeaway,
  .insight-example__heading p { color: #000; }
}
