
.insight-post-page {
  color: var(--ink);
  background: #fff;
}

.insight-post-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: #edf6fb;
}

.insight-post-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 12%,rgba(74,177,255,.56),transparent 31%),
    radial-gradient(circle at 10% 88%,rgba(255,103,48,.28),transparent 30%),
    linear-gradient(135deg,#e7f4fb,#f7fafb 55%,#fff5ef);
}

.insight-post-hero__shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 56px), var(--page-max));
  min-height: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.insight-post-breadcrumbs {
  width: min(calc(100% - 80px), 1320px);
  margin: 28px auto 0;
  display: flex;
  gap: 10px;
  color: #718287;
  font-size: 15px;
}

.insight-post-breadcrumbs a {
  color: var(--ink);
  font-weight: 500;
}

.insight-post-hero__content {
  width: min(calc(100% - 80px), 1160px);
  margin: auto;
  padding: 70px 0 90px;
}

.insight-post-category {
  color: #6a7d82;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insight-post-hero h1 {
  max-width: 1050px;
  margin: 18px 0 0;
  color: #050505;
  font-size: clamp(56px, 4.7vw, 78px);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 400;
}

.insight-post-hero__content > p {
  max-width: 880px;
  margin: 25px 0 0;
  color: #405961;
  font-size: 20px;
  line-height: 1.62;
}

.insight-post-body {
  padding: 112px 0 120px;
}

.insight-post-shell {
  width: min(calc(100% - 56px), 1240px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 850px) 300px;
  gap: 70px;
  align-items: start;
}

.insight-post-content > p {
  margin: 22px 0 0;
  color: #5d7379;
  font-size: 17px;
  line-height: 1.82;
}

.insight-post-intro {
  margin-top: 42px !important;
  color: #334f58 !important;
  font-size: 21px !important;
}

.insight-post-content h2 {
  margin: 70px 0 0;
  color: var(--ink);
  font-size: clamp(37px,3vw,50px);
  line-height: 1.1;
  letter-spacing: -.043em;
  font-weight: 400;
}

.insight-post-takeaway {
  padding: 30px;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 12%,rgba(74,177,255,.16),transparent 30%),
    linear-gradient(145deg,#eef8fd,#fff7f0);
}

.insight-post-takeaway span {
  color: #ff5b32;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insight-post-takeaway p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.55;
}

.insight-post-callout {
  margin-top: 48px;
  padding: 34px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%,rgba(74,177,255,.25),transparent 30%),
    linear-gradient(135deg,#151822,#102e3e 62%,#07383a);
}

.insight-post-callout strong {
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}

.insight-post-callout p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.6;
}

.insight-post-summary {
  margin-top: 68px;
  padding: 34px;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 22px;
  background: #f6f9fb;
}

.insight-post-summary > span {
  color: #ff5b32;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insight-post-summary ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.insight-post-summary li {
  position: relative;
  padding-left: 25px;
  color: #5f747a;
  font-size: 16px;
  line-height: 1.55;
}

.insight-post-summary li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1462cf;
  font-weight: 700;
}

.insight-post-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  gap: 14px;
}

.insight-post-sidebar__box {
  padding: 25px;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 19px;
  background: #f7fafb;
}

.insight-post-sidebar__box--next {
  background:
    radial-gradient(circle at 86% 13%,rgba(74,177,255,.15),transparent 31%),
    #f7fafb;
}

.insight-post-sidebar__box > span {
  color: #728489;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insight-post-sidebar__box h3 {
  margin: 15px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 400;
}

.insight-post-sidebar__box p {
  margin: 12px 0 0;
  color: #66797e;
  font-size: 15px;
  line-height: 1.58;
}

.insight-post-sidebar__box a {
  display: inline-block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
}

.insight-post-final-cta h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1050px) {
  .insight-post-shell {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .insight-post-sidebar {
    position: static;
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 980px) {
  .insight-post-hero,
  .insight-post-hero__shell {
    min-height: auto;
  }
  .insight-post-hero__shell {
    width: calc(100% - 40px);
  }
  .insight-post-breadcrumbs,
  .insight-post-hero__content {
    width: 100%;
  }
  .insight-post-shell {
    width: calc(100% - 40px);
  }
}

@media (max-width: 720px) {
  .insight-post-hero__shell,
  .insight-post-shell {
    width: calc(100% - 30px);
  }
  .insight-post-hero__content {
    padding-top: 50px;
  }
  .insight-post-hero h1 {
    font-size: 8vw;
    line-height: 1.08;
  }
  .insight-post-hero__content > p {
    font-size: 18px;
  }
  .insight-post-body {
    padding-top: 40px;
  }
  .insight-post-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .insight-post-body {
    padding-bottom: 86px;
  }
  .insight-post-intro,
  .insight-post-takeaway p {
    font-size: 18px !important;
  }
  .insight-post-content h2 {
    font-size: 37px;
  }
}


/* =========================================================
   V40 — INSIGHT POST REFINEMENTS
   ========================================================= */

/* Observation box: more prominent and branded */
.insight-post-takeaway {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border-color: rgba(255,255,255,.10);
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(74,177,255,.30), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255,103,48,.22), transparent 31%),
    radial-gradient(circle at 74% 88%, rgba(31,170,160,.15), transparent 28%),
    linear-gradient(145deg, #172432 0%, #123649 54%, #0a4042 100%);
  box-shadow: 0 24px 54px rgba(13,45,64,.14);
}

.insight-post-takeaway::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 22%, rgba(255,255,255,.08) 48%, transparent 72%);
  transform: rotate(-6deg);
}

.insight-post-takeaway > span,
.insight-post-takeaway p {
  position: relative;
  z-index: 2;
}

.insight-post-takeaway > span {
  color: #9bd5ff;
}

.insight-post-takeaway p {
  max-width: 720px;
  color: #fff;
  font-size: 25px;
  line-height: 1.48;
}

/* Right sidebar: 24px gap between all boxes */
.insight-post-sidebar {
  gap: 24px;
}

.insight-post-sidebar__box--cta {
  color: #fff;
  border-color: rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 84% 12%, rgba(74,177,255,.24), transparent 31%),
    linear-gradient(145deg, #172432 0%, #123648 58%, #0a4042 100%);
}

.insight-post-sidebar__box--cta > span {
  color: #9bd5ff;
}

.insight-post-sidebar__box--cta h3 {
  color: #fff;
}

.insight-post-sidebar__box--cta p {
  color: rgba(255,255,255,.65);
}

.insight-post-sidebar__box--cta .btn {
  width: 100%;
  margin-top: 22px;
  justify-content: center;
}

/* Social share section below the article content */
.insight-share {
  padding: 0 0 120px;
  background: #fff;
}

.insight-share__shell {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 42px;
  border: 1px solid rgba(8,45,50,.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(74,177,255,.16), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255,103,48,.11), transparent 30%),
    linear-gradient(145deg, #f4f9fc 0%, #ffffff 58%, #fff7f1 100%);
}

.insight-share__intro {
  max-width: 820px;
}

.insight-share__intro > span {
  color: #ff5b32;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.insight-share__intro h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 400;
}

.insight-share__actions {
  min-width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.insight-share__actions button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8,45,50,.10);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}

.insight-share__actions button:hover {
  transform: translateY(-2px);
  background: #eef6fa;
}

.insight-share__status {
  width: 100%;
  min-height: 22px;
  color: #687b80;
  font-size: 15px;
  text-align: right;
}

@media (max-width: 1050px) {
  .insight-post-sidebar {
    gap: 24px;
  }
}

@media (max-width: 820px) {
  .insight-share__shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-share__actions {
    justify-content: flex-start;
  }

  .insight-share__status {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .insight-post-takeaway {
    padding: 30px 24px;
  }

  .insight-post-takeaway p {
    font-size: 21px;
  }

  .insight-share {
    padding-bottom: 86px;
  }

  .insight-share__shell {
    min-height: 0;
    padding: 30px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-share__actions button {
    transition: none;
  }
}


/* =========================================================
   V41 — INSIGHT DETAIL STRUCTURE
   ========================================================= */

/* Breadcrumbs now belong to the hero content block. */
.insight-post-breadcrumbs {
  width: auto;
  margin: 0;
}

.insight-post-category {
  display: block;
  margin-top: 22px;
}

.insight-post-hero h1 {
  margin-top: 14px;
}

/* Force the sidebar CTA button to use the global pill-button treatment cleanly. */
.insight-post-sidebar__box--cta a.insight-post-sidebar__cta-button {
  width: auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b38 0%, #ff4d2e 100%);
  box-shadow: 0 12px 26px rgba(255, 79, 46, .20);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.insight-post-sidebar__box--cta a.insight-post-sidebar__cta-button:hover {
  color: #fff;
  transform: translateY(-1px);
}

/* Share block: dark, prominent, with actions below the text. */
.insight-share__shell {
  min-height: 330px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  border-color: rgba(255,255,255,.10);
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(74,177,255,.30), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(255,103,48,.22), transparent 30%),
    radial-gradient(circle at 72% 95%, rgba(31,170,160,.16), transparent 28%),
    linear-gradient(145deg, #172432 0%, #123648 54%, #0a4042 100%);
  box-shadow: 0 28px 62px rgba(13,45,64,.14);
}

.insight-share__intro {
  max-width: 980px;
}

.insight-share__intro > span {
  color: #9bd5ff;
}

.insight-share__intro h2 {
  max-width: 920px;
  color: #fff;
}

.insight-share__actions {
  min-width: 0;
  width: 100%;
  justify-content: flex-start;
}

.insight-share__actions button {
  color: #fff;
  border-color: rgba(255,255,255,.17);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}

.insight-share__actions button:hover {
  color: #fff;
  background: rgba(255,255,255,.15);
}

.insight-share__status {
  color: rgba(255,255,255,.65);
  text-align: left;
}

@media (max-width: 720px) {
  .insight-post-breadcrumbs {
    flex-wrap: wrap;
  }

  .insight-share__shell {
    min-height: 0;
  }
}


/* =========================================================
   V53 — EXPANDED RESEARCHED INSIGHTS
   ========================================================= */

.insight-post-content > h2 {
  margin-top: 54px;
}

.insight-post-content > p {
  font-size: 17px;
  line-height: 1.78;
}

.insight-post-sources {
  margin-top: 34px;
  background:
    radial-gradient(circle at 86% 12%,rgba(74,177,255,.10),transparent 30%),
    #f8fbfc;
}

.insight-post-sources a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(74,177,255,.55);
  text-underline-offset: 4px;
}
