:root {
  --insight-accent: #56e0d2;
  --insight-accent-2: #7fb8ff;
  --insight-warm: #f2a65a;
  --insight-text: #ced9e7;
  --insight-muted: #a8b7ca;
  --insight-border: rgba(128, 160, 203, 0.34);
  --insight-card-bg: rgba(8, 18, 35, 0.74);
  --insight-card-bg-strong: rgba(5, 12, 26, 0.88);
}

body.insight-page {
  --text: #e2eaf4;
  --muted: var(--insight-muted);
  --border: rgba(95, 127, 172, 0.34);
  --card: var(--insight-card-bg);
  --insight-h1-size: clamp(1.98rem, 2.4vw + 1rem, 2.9rem);
  --insight-prose-size: clamp(1rem, 0.16vw + 0.97rem, 1.07rem);
  --insight-prose-leading: 1.74;
  --insight-prose-measure: 62ch;
  --insight-list-size: clamp(0.97rem, 0.12vw + 0.95rem, 1.03rem);
  font-family: Calibri, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--insight-text);
  background: radial-gradient(circle at top, #1f2937 0, #050816 55%, #02030a 100%);
}

.insight-main {
  max-width: 67rem;
  padding-top: 2rem;
  display: grid;
  gap: 1.18rem;
}

.insight-page .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.34rem;
  margin-bottom: 0;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(136, 161, 196, 0.24);
  background: rgba(8, 18, 34, 0.5);
  color: #cfdaea;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.insight-page .breadcrumb a {
  color: #d4e2f6;
  text-decoration: none;
}

.insight-page .breadcrumb a:focus-visible,
.insight-page .breadcrumb a:hover {
  color: #e4edf8;
  text-decoration: underline;
}

.insight-article {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3rem, 1.9vw, 2.05rem);
  border: 1px solid var(--insight-border);
  border-radius: 1.1rem;
  background: linear-gradient(152deg, rgba(17, 39, 63, 0.48), rgba(6, 15, 32, 0.84) 56%, rgba(22, 16, 34, 0.62));
  box-shadow: 0 18px 40px rgba(1, 6, 15, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.insight-article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--insight-accent), var(--insight-accent-2), var(--insight-warm));
  opacity: 0.7;
}

.insight-page .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insight-page .meta span,
.insight-page .meta time {
  padding: 0.32rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 152, 195, 0.44);
  background: rgba(10, 23, 43, 0.74);
  color: #cfdbeb;
  font-size: 0.73rem;
  font-weight: 650;
}

.insight-page .meta span:first-child {
  background: linear-gradient(135deg, rgba(86, 224, 210, 0.95), rgba(127, 184, 255, 0.9));
  border-color: transparent;
  color: #041f33;
}

.insight-page h1 {
  max-width: 22ch;
  margin-bottom: 0.95rem;
  color: #dce7f3;
  font-size: var(--insight-h1-size);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.insight-dek {
  max-width: 52ch;
  margin: -0.1rem 0 1.22rem;
  color: #c6d2e0;
  font-size: clamp(1.04rem, 0.3vw + 0.98rem, 1.18rem);
  line-height: 1.58;
  letter-spacing: -0.01em;
}

.insight-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.5rem;
  margin-bottom: 1.25rem;
}

.insight-share-primary,
.insight-share-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.42rem 0.74rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms, color 180ms, background-color 180ms, transform 180ms;
}

.insight-share-primary {
  border: 1px solid rgba(10, 30, 48, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--insight-accent), var(--insight-accent-2));
  color: #042033;
  box-shadow: 0 7px 16px rgba(20, 155, 170, 0.28);
}

.insight-share-primary:focus-visible,
.insight-share-primary:hover {
  color: #031b2d;
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 9px 20px rgba(20, 155, 170, 0.34);
}

.insight-share-secondary {
  border: 1px solid rgba(120, 152, 195, 0.44);
  background: rgba(10, 23, 43, 0.72);
  color: #ccd8e8;
}

.insight-share-secondary:focus-visible,
.insight-share-secondary:hover {
  border-color: rgba(127, 184, 255, 0.7);
  color: #e0ebf6;
  background: rgba(14, 30, 54, 0.88);
  text-decoration: none;
}

.insight-share-footer {
  --insight-share-button-width: 8.6rem;
  --insight-share-button-min-height: 2.78rem;
  --insight-share-button-padding-inline: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 0.58rem 1rem;
  margin-top: 0.15rem;
  overflow: hidden;
  padding: 0.9rem 1.1rem 0.86rem;
  border: 1px solid rgba(120, 152, 195, 0.18);
  border-radius: 1.05rem;
  background:
    radial-gradient(circle at top right, rgba(86, 224, 210, 0.14), transparent 34%),
    linear-gradient(150deg, rgba(10, 24, 45, 0.9), rgba(6, 14, 28, 0.96) 68%, rgba(10, 20, 38, 0.9));
  box-shadow: 0 12px 24px rgba(1, 6, 15, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.insight-share-footer::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(86, 224, 210, 0.62), rgba(127, 184, 255, 0.18), rgba(127, 184, 255, 0));
}

.insight-share-heading {
  display: grid;
  gap: 0.12rem;
  align-self: center;
}

.insight-share-kicker {
  margin: 0;
  color: rgba(152, 244, 232, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insight-share-title {
  margin: 0;
  color: #e3edf8;
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.35;
}

.insight-share-caption {
  max-width: 30ch;
  margin: 0;
  color: #9eb1c7;
  font-size: 0.8rem;
  line-height: 1.42;
}

.insight-share-copy,
.insight-share-item {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--insight-share-button-width);
  gap: 0.52rem;
  width: var(--insight-share-button-width);
  min-width: var(--insight-share-button-width);
  min-height: var(--insight-share-button-min-height);
  padding: 0.72rem var(--insight-share-button-padding-inline);
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms, color 180ms, background-color 180ms, transform 180ms, box-shadow 180ms;
}

.insight-share-copy {
  border: 1px solid rgba(10, 30, 48, 0.42);
  background: linear-gradient(135deg, rgba(86, 224, 210, 0.98), rgba(127, 184, 255, 0.94));
  color: #042134;
  box-shadow: 0 10px 22px rgba(20, 155, 170, 0.22);
}

.insight-share-copy:hover,
.insight-share-copy:focus-visible {
  color: #031b2d;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(20, 155, 170, 0.28);
}

.insight-share-copy.is-copied {
  background: linear-gradient(135deg, rgba(132, 255, 233, 0.98), rgba(110, 239, 208, 0.94));
}

.insight-share-actions {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: 0.48rem;
  justify-content: end;
}

.insight-share-item {
  gap: 0.42rem;
  border: 1px solid rgba(110, 146, 193, 0.24);
  background: rgba(11, 24, 43, 0.72);
  color: #d7e3f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.insight-share-item:hover,
.insight-share-item:focus-visible {
  border-color: rgba(127, 184, 255, 0.48);
  background: rgba(16, 33, 57, 0.92);
  color: #edf5ff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(1, 6, 15, 0.12);
}

.insight-share-label {
  white-space: nowrap;
}

.insight-share-feedback {
  grid-column: 1 / -1;
  min-height: 1.1em;
}

.insight-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.insight-share-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.insight-share-item[hidden] {
  display: none !important;
}

.insight-share-feedback {
  min-height: 1.1em;
  color: #94aac1;
  font-size: 0.78rem;
  line-height: 1.35;
}

.insight-share-feedback.is-success {
  font-weight: 600;
  color: #96f5ea;
}

.insight-share-feedback.is-error {
  font-weight: 600;
  color: #ffd4d0;
}

.insight-article > p {
  max-width: var(--insight-prose-measure);
  margin-bottom: 1.24rem;
  color: #bcc9d8;
  font-size: var(--insight-prose-size);
  line-height: var(--insight-prose-leading);
}

.insight-article > p.insight-lede,
.insight-article > p:first-of-type:not(.insight-dek) {
  margin-bottom: 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(122, 167, 221, 0.24);
  border-left: 3px solid rgba(86, 224, 210, 0.58);
  background: linear-gradient(145deg, rgba(17, 35, 57, 0.54), rgba(8, 17, 34, 0.78));
  color: #c9d5e3;
}

.insight-article h2 {
  margin-top: 1.84rem;
  margin-bottom: 0.7rem;
  font-size: clamp(1.2rem, 0.22vw + 1.15rem, 1.34rem);
  font-weight: 640;
  letter-spacing: -0.01em;
  color: #d8e3f1;
}

.insight-article > ul {
  list-style: disc;
  margin: 0 0 1.28rem 1.1rem;
  padding-left: 0.55rem;
  display: block;
}

.insight-article > ul li {
  position: static;
  margin-bottom: 0.4rem;
  max-width: var(--insight-prose-measure);
  padding: 0;
  border: 0;
  background: transparent;
  color: #c3d0df;
  font-size: var(--insight-list-size);
  line-height: 1.54;
}

.insight-article strong {
  color: #dbe6f2;
  font-weight: 620;
}

.insight-page .inline-link {
  color: #68e5d8;
  text-decoration-color: rgba(104, 229, 216, 0.52);
  text-underline-offset: 0.18em;
  font-weight: 620;
}

.insight-page .inline-link:focus-visible,
.insight-page .inline-link:hover {
  color: #8deddf;
  text-decoration: underline;
}

.insight-article blockquote {
  position: relative;
  max-width: var(--insight-prose-measure);
  margin: 0 0 1.34rem;
  padding: 0.92rem 1rem 0.92rem 1.14rem;
  border-radius: 0.92rem;
  border: 1px solid rgba(127, 184, 255, 0.3);
  background: rgba(8, 20, 39, 0.56);
  color: #cad6e4;
  font-size: clamp(1.01rem, 0.2vw + 0.98rem, 1.1rem);
  font-weight: 560;
  line-height: 1.5;
  letter-spacing: -0.005em;
  box-shadow: inset 3px 0 0 rgba(86, 224, 210, 0.56);
}

.insight-article blockquote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--insight-accent), var(--insight-accent-2));
}

.insight-article blockquote p {
  margin: 0;
}

.insight-page .card {
  position: relative;
  overflow: hidden;
  margin-top: 0.12rem;
  padding: 1.22rem 1.24rem;
  border: 1px solid rgba(128, 160, 203, 0.28);
  border-radius: 1rem;
  background: linear-gradient(148deg, rgba(12, 28, 50, 0.66), rgba(6, 12, 26, 0.86));
  box-shadow: 0 12px 26px rgba(1, 6, 15, 0.28);
}

.insight-page .card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.52;
  background: linear-gradient(90deg, rgba(86, 224, 210, 0.78), rgba(127, 184, 255, 0.52));
}

.insight-page .card > h2:first-child {
  margin-top: 0;
}

.card-next {
  background: linear-gradient(150deg, rgba(14, 43, 56, 0.68), rgba(8, 17, 35, 0.88) 60%, rgba(34, 19, 13, 0.7));
}

.card-next p {
  margin-bottom: 0.82rem;
  max-width: 56ch;
  color: #c2cedd;
  font-size: var(--insight-prose-size);
  line-height: 1.62;
}

.insight-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.76rem 1.42rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 30, 48, 0.45);
  background: linear-gradient(135deg, var(--insight-accent), var(--insight-accent-2));
  color: #031a2b;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(20, 155, 170, 0.28);
  transition: transform 180ms, box-shadow 180ms;
}

.insight-page .btn:focus-visible,
.insight-page .btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(20, 155, 170, 0.36);
}

.card-related ul {
  list-style: none;
  margin: 0.72rem 0 0;
  padding-left: 0;
  display: grid;
  gap: 0.62rem;
}

.card-related li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 1rem;
  line-height: 1.5;
}

.card-related li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(86, 224, 210, 0.95), rgba(127, 184, 255, 0.84));
}

.back-link {
  margin-top: 0.18rem;
  font-size: 0.92rem;
  color: var(--insight-muted);
}

.insight-main > * {
  opacity: 0;
  transform: translateY(10px);
  animation: 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards insightReveal;
}

.insight-main > :first-child {
  animation-delay: 50ms;
}

.insight-main > :nth-child(2) {
  animation-delay: 110ms;
}

.insight-main > :nth-child(3) {
  animation-delay: 170ms;
}

.insight-main > :nth-child(4) {
  animation-delay: 230ms;
}

.insight-main > :nth-child(5) {
  animation-delay: 290ms;
}

@keyframes insightReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .insight-main {
    max-width: 60rem;
    gap: 1.08rem;
  }

  .insight-page h1 {
    max-width: 24ch;
  }

}

@media (max-width: 640px) {
  .insight-main {
    padding-top: 1.4rem;
    gap: 0.92rem;
  }

  .insight-page .breadcrumb {
    border-radius: 0.78rem;
    font-size: 0.74rem;
    padding: 0.44rem 0.6rem;
  }

  .insight-article,
  .insight-page .card {
    border-radius: 0.88rem;
    padding: 1.02rem 0.95rem;
  }

  .insight-page h1 {
    font-size: clamp(1.72rem, 4.4vw + 1rem, 2.25rem);
    line-height: 1.16;
  }

  .insight-dek {
    margin-bottom: 1.02rem;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .insight-tools {
    margin-bottom: 1.1rem;
    gap: 0.4rem 0.42rem;
  }

  .card-next p,
  .insight-article > p {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .insight-page .meta span,
  .insight-page .meta time {
    font-size: 0.69rem;
    padding: 0.28rem 0.56rem;
  }

  .insight-article h2 {
    font-size: 1.1rem;
    margin-top: 1.46rem;
  }

  .insight-article > ul li {
    font-size: 0.95rem;
    line-height: 1.46;
  }

  .insight-article blockquote {
    padding: 0.76rem 0.84rem;
    font-size: 0.98rem;
  }

  .insight-share-footer {
    --insight-share-button-width: 100%;
    --insight-share-button-min-height: 2.36rem;
    --insight-share-button-padding-inline: 0.86rem;
    grid-template-columns: 1fr;
    gap: 0.78rem;
    padding: 0.92rem 0.92rem 0.96rem;
  }

  .insight-share-title {
    font-size: 0.94rem;
  }

  .insight-share-caption {
    max-width: 48ch;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .insight-share-actions {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 0.52rem;
    justify-content: stretch;
  }

  .insight-share-copy,
  .insight-share-item {
    min-width: 0;
    padding-block: 0.56rem;
  }

  .insight-share-feedback {
    min-height: 1.2em;
  }
}

body.a11y-high-contrast.insight-page .insight-share-secondary,
body.a11y-high-contrast.insight-page .meta span,
body.a11y-high-contrast.insight-page .meta time {
  border-color: rgba(229, 245, 255, 0.72);
  background: rgba(6, 16, 28, 0.92);
  color: #f5fbff;
}

body.a11y-high-contrast.insight-page .insight-share-primary {
  border-color: rgba(229, 245, 255, 0.84);
  color: #031521;
}

body.a11y-high-contrast.insight-page .insight-share-footer {
  border-color: rgba(229, 245, 255, 0.52);
  background: rgba(6, 16, 28, 0.96);
}

body.a11y-high-contrast.insight-page .insight-share-copy {
  border-color: rgba(229, 245, 255, 0.84);
  color: #031521;
}

body.a11y-high-contrast.insight-page .insight-share-item {
  border-color: rgba(229, 245, 255, 0.72);
  background: rgba(6, 16, 28, 0.92);
  color: #f5fbff;
}

body.a11y-high-contrast.insight-page .insight-share-feedback {
  color: #f5fbff;
}

body.a11y-high-contrast.insight-page .card-next p,
body.a11y-high-contrast.insight-page .card-related li,
body.a11y-high-contrast.insight-page .insight-article > p {
  color: #f2f9ff;
}

@media (prefers-reduced-motion: reduce) {
  .insight-main > *,
  .insight-page .btn {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

body.a11y-reduced-motion .insight-main > *,
body.a11y-reduced-motion .insight-page .btn,
html.a11y-reduced-motion .insight-main > *,
html.a11y-reduced-motion .insight-page .btn {
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
}

body.insight-page {
  --insight-ink: #172033;
  --insight-muted-override: #58677a;
  background:
    radial-gradient(circle at 12% 10%, rgba(180, 83, 9, 0.08), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(15, 118, 110, 0.08), transparent 22%),
    linear-gradient(180deg, #f8f3eb 0%, #f4ede2 48%, #ede4d7 100%);
  color: var(--insight-ink);
}

body.insight-page .aurora-bg {
  opacity: 0.24;
  filter: blur(9px) saturate(104%);
  mix-blend-mode: multiply;
}

body.insight-page .insight-main {
  position: relative;
  gap: 1.22rem;
}

body.insight-page .insight-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(23, 32, 51, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.028) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.1));
}

body.insight-page .insight-main > * {
  position: relative;
  z-index: 1;
}

body.insight-page .breadcrumb {
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.55);
  color: #647286;
  box-shadow: 0 8px 18px rgba(82, 63, 38, 0.06);
}

body.insight-page .breadcrumb a {
  color: #0f766e;
}

body.insight-page .breadcrumb a:focus-visible,
body.insight-page .breadcrumb a:hover {
  color: #0b615a;
}

body.insight-page .insight-article {
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 1.18rem;
  background:
    radial-gradient(circle at 92% 8%, rgba(15, 118, 110, 0.06), transparent 22%),
    radial-gradient(circle at 8% 6%, rgba(180, 83, 9, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(252, 248, 241, 0.94));
  box-shadow: 0 18px 38px rgba(82, 63, 38, 0.1);
}

body.insight-page .insight-article::before {
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.9), rgba(180, 83, 9, 0.5), rgba(180, 83, 9, 0));
}

body.insight-page .meta {
  gap: 0.46rem;
}

body.insight-page .meta span,
body.insight-page .meta time {
  border: 1px solid rgba(23, 32, 51, 0.11);
  background: rgba(255, 255, 255, 0.56);
  color: #5e6c7d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.insight-page .meta span:first-child {
  border-color: rgba(15, 118, 110, 0.2);
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

body.insight-page h1,
body.insight-page .insight-article h2,
body.insight-page .card > h2:first-child {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body.insight-page h1 {
  max-width: 18ch;
  color: var(--insight-ink);
  font-size: clamp(2.35rem, 2.6vw + 1rem, 3.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.insight-page .insight-dek {
  color: #4f5f72;
  font-size: clamp(1.08rem, 0.3vw + 1.02rem, 1.22rem);
  line-height: 1.62;
}

body.insight-page .insight-article > p,
body.insight-page .card-next p,
body.insight-page .card-related li {
  color: #364458;
}

body.insight-page .insight-article > p.insight-lede,
body.insight-page .insight-article > p:first-of-type:not(.insight-dek) {
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-left: 3px solid rgba(15, 118, 110, 0.58);
  background: rgba(255, 255, 255, 0.58);
  color: #334257;
}

body.insight-page .insight-article h2 {
  font-size: clamp(1.48rem, 0.32vw + 1.4rem, 1.72rem);
  letter-spacing: -0.03em;
  color: var(--insight-ink);
}

body.insight-page .insight-article > ul li {
  color: #39485c;
  line-height: 1.58;
}

body.insight-page .insight-article strong {
  color: #162133;
}

body.insight-page .inline-link {
  color: #0f766e;
  text-decoration-color: rgba(15, 118, 110, 0.4);
}

body.insight-page .inline-link:focus-visible,
body.insight-page .inline-link:hover {
  color: #0b615a;
}

body.insight-page .insight-article blockquote {
  border: 1px solid rgba(180, 83, 9, 0.18);
  background: rgba(255, 248, 239, 0.88);
  color: #4a372a;
  box-shadow: inset 3px 0 0 rgba(180, 83, 9, 0.54);
}

body.insight-page .insight-article blockquote::before {
  background: linear-gradient(180deg, #b45309, #0f766e);
}

body.insight-page .insight-share-footer {
  --insight-share-button-width: 8.9rem;
  --insight-share-button-min-height: 2.72rem;
  border: 1px solid rgba(23, 32, 51, 0.1);
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 240, 230, 0.94));
  box-shadow: 0 12px 28px rgba(82, 63, 38, 0.08);
}

body.insight-page .insight-share-footer::before,
body.insight-page .card::before {
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.84), rgba(180, 83, 9, 0.4), rgba(180, 83, 9, 0));
}

body.insight-page .insight-share-kicker {
  color: #0f766e;
}

body.insight-page .insight-share-title,
body.insight-page .card > h2:first-child,
body.insight-page h1 {
  color: var(--insight-ink);
}

body.insight-page .insight-share-caption,
body.insight-page .insight-share-feedback,
body.insight-page .back-link {
  color: #66768a;
}

body.insight-page .footer {
  color: #5e6d7e;
  border-top-color: rgba(23, 32, 51, 0.12);
}

body.insight-page .footer-links a {
  color: #425062;
}

body.insight-page .footer-links a:hover {
  color: #0f766e;
}

body.insight-page .insight-share-copy {
  border: 1px solid rgba(180, 83, 9, 0.26);
  background: linear-gradient(135deg, #8f3f08, #b45309);
  color: #fff8ef;
  box-shadow: 0 10px 20px rgba(180, 83, 9, 0.16);
}

body.insight-page .insight-share-copy:hover,
body.insight-page .insight-share-copy:focus-visible,
body.insight-page .btn:focus-visible,
body.insight-page .btn:hover {
  color: #fff8ef;
  box-shadow: 0 12px 24px rgba(180, 83, 9, 0.22);
}

body.insight-page .insight-share-copy.is-copied {
  background: linear-gradient(135deg, #0f766e, #149488);
}

body.insight-page .insight-share-item {
  border: 1px solid rgba(23, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.54);
  color: var(--insight-ink);
}

body.insight-page .insight-share-item:hover,
body.insight-page .insight-share-item:focus-visible {
  border-color: rgba(15, 118, 110, 0.24);
  background: rgba(255, 255, 255, 0.8);
  color: #0f766e;
  box-shadow: 0 8px 18px rgba(82, 63, 38, 0.08);
}

body.insight-page .insight-share-feedback.is-success {
  color: #0f766e;
}

body.insight-page .insight-share-feedback.is-error {
  color: #a0442a;
}

body.insight-page .card {
  border: 1px solid rgba(23, 32, 51, 0.11);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 241, 232, 0.94));
  box-shadow: 0 14px 28px rgba(82, 63, 38, 0.08);
}

body.insight-page .card-next {
  background:
    radial-gradient(circle at 84% 18%, rgba(15, 118, 110, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(243, 236, 226, 0.94));
}

body.insight-page .btn {
  border: 1px solid rgba(180, 83, 9, 0.3);
  background: linear-gradient(135deg, #8f3f08, #b45309);
  color: #fff8ef;
  box-shadow: 0 10px 22px rgba(180, 83, 9, 0.16);
}

body.insight-page .card-related li::before {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.95), rgba(180, 83, 9, 0.74));
}

@media (max-width: 640px) {
  body.insight-page h1 {
    font-size: clamp(1.9rem, 4.5vw + 1rem, 2.55rem);
    line-height: 1.06;
  }
}

body.insight-page .insight-share-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.48rem;
  justify-self: end;
}

body.insight-page .insight-share-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1rem;
}

body.insight-page .insight-share-heading {
  flex: 1 1 22rem;
  min-width: 0;
}

body.insight-page .insight-share-feedback {
  flex-basis: 100%;
  order: 3;
}

@media (max-width: 640px) {
  body.insight-page .insight-share-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body.insight-page .insight-share-actions {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    justify-content: stretch;
    justify-self: stretch;
    width: 100%;
  }

  body.insight-page .insight-share-footer {
    --insight-share-button-width: 100%;
  }
}

body.a11y-dyslexia.insight-page,
body.a11y-dyslexia.insight-page :is(h1, h2, h3, p, li, a, span, strong, em, blockquote, button, label, time) {
  font-family: "Atkinson Hyperlegible", Verdana, "Trebuchet MS", sans-serif !important;
}

body.a11y-high-contrast.insight-page {
  --insight-ink: #ffffff;
  --insight-muted-override: #f2f7ff;
  background: linear-gradient(180deg, #000 0, #02040a 100%);
  color: var(--insight-ink);
}

body.a11y-high-contrast.insight-page .aurora-bg {
  opacity: 0.08;
  filter: none;
  mix-blend-mode: normal;
}

body.a11y-high-contrast.insight-page .insight-main::before {
  display: none;
}

body.a11y-high-contrast.insight-page :is(.breadcrumb, .insight-article, .insight-share-footer, .card, .card-next) {
  border-color: rgba(229, 245, 255, 0.72);
  background: #06101c;
  box-shadow: none;
}

body.a11y-high-contrast.insight-page .insight-article::before,
body.a11y-high-contrast.insight-page .insight-share-footer::before,
body.a11y-high-contrast.insight-page .card::before,
body.a11y-high-contrast.insight-page .card-related li::before {
  background: linear-gradient(90deg, #7ef9f2, rgba(229, 245, 255, 0.72));
}

body.a11y-high-contrast.insight-page :is(
  .breadcrumb,
  .breadcrumb a,
  h1,
  .insight-article h2,
  .card > h2:first-child,
  .insight-dek,
  .insight-article > p,
  .insight-article > ul li,
  .insight-article strong,
  .card-next p,
  .card-related li,
  .insight-share-title,
  .insight-share-caption,
  .insight-share-feedback,
  .back-link,
  .footer,
  .footer-links a
) {
  color: #f5fbff;
}

body.a11y-high-contrast.insight-page :is(.inline-link, .breadcrumb a:hover, .breadcrumb a:focus-visible, .footer-links a:hover) {
  color: #7ef9f2;
  text-decoration-color: rgba(126, 249, 242, 0.62);
}

body.a11y-high-contrast.insight-page .meta span:first-child {
  border-color: #7ef9f2;
  background: #7ef9f2;
  color: #031521;
}

body.a11y-high-contrast.insight-page :is(.insight-article > p.insight-lede, .insight-article > p:first-of-type:not(.insight-dek)) {
  border-color: rgba(229, 245, 255, 0.72);
  border-left-color: #7ef9f2;
  background: #06101c;
  color: #f5fbff;
}

body.a11y-high-contrast.insight-page .insight-article blockquote {
  border-color: rgba(255, 212, 170, 0.72);
  background: #110d08;
  color: #fff5eb;
  box-shadow: none;
}

body.a11y-high-contrast.insight-page .insight-article blockquote::before {
  background: #ffd4aa;
}

body.a11y-high-contrast.insight-page :is(.insight-share-copy, .btn) {
  border-color: rgba(229, 245, 255, 0.84);
  background: #7ef9f2;
  color: #031521;
  box-shadow: none;
}

body.a11y-high-contrast.insight-page :is(.insight-share-copy:hover, .insight-share-copy:focus-visible, .btn:hover, .btn:focus-visible) {
  background: #9cd7ff;
  color: #031521;
  box-shadow: none;
}

body.a11y-high-contrast.insight-page .insight-share-copy.is-copied {
  background: #9cd7ff;
}

body.a11y-high-contrast.insight-page :is(.insight-share-item, .insight-share-item:hover, .insight-share-item:focus-visible) {
  border-color: rgba(229, 245, 255, 0.72);
  background: #06101c;
  color: #f5fbff;
  box-shadow: none;
}

body.a11y-high-contrast.insight-page .footer {
  border-top-color: rgba(229, 245, 255, 0.72);
}
