@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #ffffff;
  --bg-soft: #f8f8ff;
  --bg-blue: #f3f7ff;
  --ink: #111827;
  --muted: #667085;
  --line: #e8eaf2;
  --brand: #5b5cf0;
  --brand-2: #7c5cff;
  --brand-soft: #eeecff;
  --sky: #eaf5ff;
  --warm: #fff5ed;
  --success: #1f8f6f;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow-soft: 0 18px 60px rgba(31, 41, 55, .08);
  --container: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input { font: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.insights-container {
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.insights-legacy-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(232,234,242,.8);
}
.insights-legacy-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.insights-legacy-brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.insights-legacy-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 600;
  color: #3b4353;
}
.insights-legacy-nav-links a { position: relative; }
.insights-legacy-nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--brand);
  border-radius: 2px;
}
.btn {
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 24px rgba(91,92,240,.22);
}
.btn-secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.insights-legacy-mobile-toggle { display: none; }

.eyebrow {
  font-size: 12px;
  letter-spacing: .15em;
  font-weight: 800;
  color: var(--brand);
  text-transform: uppercase;
}

.insights-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 62px;
}
.insights-hero::before,
.insights-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}
.insights-hero::before {
  width: 540px;
  height: 540px;
  right: -180px;
  top: -250px;
  background: radial-gradient(circle, rgba(124,92,255,.16), rgba(124,92,255,0) 68%);
}
.insights-hero::after {
  width: 460px;
  height: 460px;
  left: -260px;
  bottom: -330px;
  background: radial-gradient(circle, rgba(91,169,255,.16), rgba(91,169,255,0) 68%);
}
.orbit-art {
  position: absolute;
  right: 7vw;
  top: 54px;
  width: 330px;
  height: 220px;
  opacity: .62;
}
.orbit-ring {
  position: absolute;
  inset: 30px 10px 16px 20px;
  border: 1.5px dashed rgba(91,92,240,.38);
  border-radius: 50%;
  transform: rotate(-14deg);
}
.orbit-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 8px rgba(91,92,240,.10);
}
.orbit-dot.a { top: 36px; right: 80px; }
.orbit-dot.b { bottom: 34px; left: 78px; width: 8px; height: 8px; background: #6bb7ff; }
.orbit-rocket {
  position: absolute;
  right: 34px;
  bottom: 42px;
  font-size: 24px;
  transform: rotate(-18deg);
}
.insights-hero .hero-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.insights-hero .hero-copy > * {
  max-width: 820px;
}
.hero-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
  max-width: 800px;
}
.hero-copy p {
  margin: 0;
  max-width: 760px;
  font-size: 19px;
  line-height: 1.75;
  color: var(--muted);
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 0 36px;
}
.category-scroll {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.category-scroll::-webkit-scrollbar { display: none; }
.filter-pill {
  border: 1px solid var(--line);
  background: #fff;
  color: #465063;
  white-space: nowrap;
  border-radius: 999px;
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.filter-pill:hover,
.filter-pill.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.search-box {
  min-width: 260px;
  position: relative;
}
.search-box input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 44px 0 16px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
.search-box input:focus {
  border-color: rgba(91,92,240,.5);
  box-shadow: 0 0 0 4px rgba(91,92,240,.08);
}
.search-box span {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #7a8395;
}

.featured-wrap { padding: 12px 0 90px; }
.featured-card {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  min-height: 510px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #f3f5ff, #faf8ff 54%, #f4fbff);
  border: 1px solid #ececf7;
}
.featured-card[aria-disabled="true"],
.article-card a[aria-disabled="true"] {
  cursor: progress;
  pointer-events: none;
}
.featured-card[aria-disabled="true"] .text-link,
.article-card a[aria-disabled="true"] .card-arrow {
  opacity: .45;
}
.featured-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 35%, rgba(124,92,255,.33), transparent 30%),
    radial-gradient(circle at 72% 68%, rgba(70,174,255,.24), transparent 26%),
    linear-gradient(145deg, #11142d 0%, #24275b 50%, #3e45a6 100%);
}
.featured-visual > img,
.article-image > img,
.featured-article-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-visual > img { position: absolute; inset: 0; }
.insights-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  background: linear-gradient(135deg, #f3f5fb, #e9edf7);
}
.insights-image-placeholder--loading {
  background:
    linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 70%),
    linear-gradient(135deg, #f3f5fb, #e9edf7);
  background-size: 220% 100%, 100% 100%;
  animation: insightsLoadingSweep 1.35s ease-in-out infinite;
}
.insights-image-placeholder--large {
  position: absolute;
  inset: 0;
  min-height: 510px;
  border-radius: 0;
}
.featured-card.is-loading .featured-content h2,
.featured-card.is-loading .featured-content p,
.featured-card.is-loading .featured-content .meta {
  max-width: 92%;
}
@keyframes insightsLoadingSweep {
  0% { background-position: 140% 0, 0 0; }
  100% { background-position: -80% 0, 0 0; }
}
.featured-visual .window {
  position: absolute;
  width: 72%;
  left: 14%;
  top: 18%;
  border-radius: 20px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 40px 80px rgba(7,9,25,.38);
  overflow: hidden;
  transform: rotate(-4deg);
}
.window-top {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 14px;
  border-bottom: 1px solid #eceef5;
}
.window-top i { width: 7px; height: 7px; border-radius: 50%; background: #c8cad4; }
.window-body { padding: 22px; }
.window-kicker { width: 34%; height: 9px; border-radius: 99px; background: #d8d9ff; margin-bottom: 18px; }
.window-title { width: 76%; height: 17px; border-radius: 99px; background: #171b33; margin-bottom: 10px; }
.window-title.short { width: 56%; }
.window-chart {
  margin-top: 28px;
  height: 150px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff2ff, #fbfbff);
  border: 1px solid #e8e9f5;
  position: relative;
  overflow: hidden;
}
.window-chart::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 70%;
  left: 10%;
  bottom: -10%;
  border: 3px solid #6668ef;
  border-color: #6668ef transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-7deg);
}
.featured-content {
  padding: 64px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-content h2 {
  margin: 13px 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: -.045em;
}
.featured-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0 0 22px;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #747d8e;
  font-size: 13px;
  font-weight: 600;
}
.text-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--brand);
}
.text-link .arrow { transition: transform .2s ease; }
.text-link:hover .arrow { transform: translateX(4px); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.045em;
}
.section-head p { margin: 8px 0 0; color: var(--muted); }

.latest-section { padding: 0 0 100px; }
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 48px 28px;
}
.article-card { display: flex; flex-direction: column; }
.article-image {
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #f2f4fb;
}
.article-image .art {
  width: 100%;
  height: 100%;
  transition: transform .28s ease;
}
.article-image > img {
  transition: transform .28s ease;
}
.article-card:hover .article-image .art { transform: scale(1.035); }
.article-card:hover .article-image > img { transform: scale(1.035); }
.article-card:hover h3 { color: var(--brand); }
.article-card:hover .card-arrow { transform: translateX(4px); }
.art.a { background: linear-gradient(135deg, #f5eefe, #dce5ff); }
.art.b { background: linear-gradient(135deg, #dff3ff, #edf0ff); }
.art.c { background: linear-gradient(135deg, #fff0e7, #f8e8ff); }
.art.d { background: linear-gradient(135deg, #e8f7f0, #e8ebff); }
.art.e { background: linear-gradient(135deg, #f4f2ff, #e8f8ff); }
.art.f { background: linear-gradient(135deg, #fff8de, #eee8ff); }
.art.g { background: linear-gradient(135deg, #e7f3ff, #eafbed); }
.art.h { background: linear-gradient(135deg, #fdebf3, #e8eeff); }
.art.i { background: linear-gradient(135deg, #eff0ff, #f6ecff); }
.art.j { background: linear-gradient(135deg, #e9f8ff, #fff0ee); }
.art::before,
.art::after { content: ''; position: absolute; }
.article-image .art::before {
  width: 42%;
  height: 42%;
  left: 16%;
  top: 19%;
  background: rgba(255,255,255,.8);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(55,65,100,.14);
}
.article-image .art::after {
  width: 32%;
  height: 32%;
  right: 16%;
  bottom: 16%;
  border: 2px dashed rgba(91,92,240,.45);
  border-radius: 50%;
}
.card-category {
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.article-card h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0 0 12px;
  transition: color .2s ease;
}
.article-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px;
  font-size: 15px;
}
.card-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-arrow { transition: transform .2s ease; color: var(--brand); font-weight: 800; }
.load-row { text-align: center; margin-top: 56px; }
.load-row .btn-secondary {
  min-height: 54px;
  min-width: 220px;
  padding: 0 30px;
  border: 2px solid #151a2c;

  background: #fff;
  color: #111827;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .08);
}
.load-row .btn-secondary:hover {
  background: #151a2c;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .14);
}
.load-row .btn-secondary:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}
.insights-state {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  color: var(--muted);
  background: #fbfbff;
  text-align: center;
}
.insights-state--loading {
  position: relative;
}
.insights-state--loading::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
  border-radius: 50%;
  border: 2px solid #d9def0;
  border-top-color: var(--brand);
  animation: insightsSpin .75s linear infinite;
}
.insights-state--error {
  color: #8a3b3b;
  background: #fff7f7;
  border-color: #f1d4d4;
}
@keyframes insightsSpin {
  to { transform: rotate(360deg); }
}

.editor-pick {
  padding: 96px 0;
  background: linear-gradient(180deg, #fbfbff, #f6f7ff);
  border-block: 1px solid #eeeeF6;
}
.editor-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 20px;
}
.pick-card {
  border-radius: 22px;
  padding: 26px;
  min-height: 250px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pick-card.large {
  min-height: 330px;
  background: linear-gradient(135deg, #1a1e42, #4e55b8);
  color: #fff;
}
.pick-card h3 {
  margin: 16px 0 0;
  font-size: 25px;
  letter-spacing: -.03em;
  line-height: 1.25;
}
.pick-card.large h3 { font-size: 38px; }
.pick-card.large .card-category { color: #cfd1ff; }
.pick-card.large .meta { color: rgba(255,255,255,.72); }

.cta-section { padding: 110px 0; }
.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 74px;
  background: linear-gradient(135deg, #f2f4ff, #fbf8ff 50%, #eef8ff);
  border: 1px solid #ebeaf8;
}
.cta-panel::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  right: -90px;
  top: -120px;
  border: 1.5px dashed rgba(91,92,240,.36);
  border-radius: 50%;
}
.cta-panel h2 {
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -.05em;
  line-height: 1.02;
  margin: 13px 0 16px;
  max-width: 720px;
}
.cta-panel p {
  color: var(--muted);
  max-width: 700px;
  line-height: 1.7;
  font-size: 17px;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.insights-legacy-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  color: #6e7687;
  font-size: 13px;
}
.insights-legacy-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* Detail page */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--brand), #7aa7ff);
}
.article-hero { padding: 62px 0 44px; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #8991a1;
  font-size: 13px;
  margin-bottom: 34px;
}
.article-hero-main { max-width: 1000px; }
.article-hero h1 {
  margin: 15px 0 18px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.article-dek {
  max-width: 820px;
  font-size: 20px;
  line-height: 1.72;
  color: var(--muted);
  margin: 0 0 22px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 13px;
  color: #6d7586;
  font-weight: 600;
}
.featured-article-image {
  margin: 24px auto 68px;
  width: min(calc(100% - 40px), 1180px);
  aspect-ratio: 16/8.2;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 38%, rgba(124,92,255,.34), transparent 26%),
    radial-gradient(circle at 75% 64%, rgba(55,170,255,.25), transparent 22%),
    linear-gradient(135deg, #14172f, #252b61 55%, #3c459f);
  position: relative;
}
.featured-article-image.is-loading {
  background: #f3f5fb;
}
.featured-article-image.is-loading .migration-map {
  display: none;
}
.featured-article-image > .insights-image-placeholder {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
}
.featured-article-image__media {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .24s ease;
}
.featured-article-image__media.is-loaded {
  opacity: 1;
}
.featured-article-image .migration-map {
  position: absolute;
  inset: 14% 11%;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 40px 90px rgba(8,10,30,.35);
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.system-box {
  padding: 24px;
  border: 1px solid #e9eaf2;
  border-radius: 18px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.system-box strong { font-size: 24px; }
.system-box small { color: var(--muted); }
.migration-arrow {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #a6a9c4, var(--brand));
  position: relative;
}
.migration-arrow::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--brand);
  border-right: 2px solid var(--brand);
  transform: rotate(45deg);
}

.article-layout {
  display: grid;
  grid-template-columns: 72px minmax(0, 790px) 250px;
  justify-content: center;
  gap: 54px;
  align-items: start;
  padding-bottom: 110px;
}
.share-rail,
.toc {
  position: sticky;
  top: 110px;
}
.share-rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: #5d6678;
  cursor: pointer;
}
.toc {
  border-left: 1px solid var(--line);
  padding-left: 22px;
}
.toc h4 { margin: 0 0 14px; font-size: 14px; }
.toc a {
  display: block;
  color: #7a8395;
  font-size: 13px;
  line-height: 1.45;
  padding: 7px 0;
  transition: color .2s ease;
}
.toc a.active, .toc a:hover { color: var(--brand); }
.toc-mobile { display: none; }
.article-body {
  font-size: 18px;
  line-height: 1.78;
  color: #303848;
}
.article-body p { margin: 0 0 24px; }
.article-body h2 {
  color: var(--ink);
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.04em;
  margin: 68px 0 20px;
  scroll-margin-top: 138px;
}
.article-body h3 {
  color: var(--ink);
  font-size: 25px;
  letter-spacing: -.025em;
  margin: 40px 0 15px;
}
.article-body ul, .article-body ol { padding-left: 25px; margin: 0 0 26px; }
.article-body li { margin-bottom: 10px; }
.article-body a { color: var(--brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body figure {
  margin: 36px 0;
}
.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}
.article-body figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.takeaway {
  margin: 36px 0;
  padding: 26px 28px;
  background: linear-gradient(135deg, #f3f3ff, #f8fbff);
  border: 1px solid #e6e6fa;
  border-radius: 18px;
}
.takeaway strong { display: block; margin-bottom: 9px; color: var(--ink); }
.step-list { counter-reset: steps; display: grid; gap: 18px; margin: 28px 0; }
.step {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.step::before {
  content: counter(steps);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: grid;
  place-items: center;
  font-weight: 800;
}
.step h3 { margin: 3px 0 7px; }
.step p { margin: 0; font-size: 16px; color: var(--muted); }
.inline-cta {
  margin: 54px 0;
  padding: 34px;
  border-radius: 22px;
  background: #15192f;
  color: #fff;
}
.inline-cta h3 { color: #fff; margin: 0 0 10px; font-size: 30px; }
.inline-cta p { color: rgba(255,255,255,.75); margin-bottom: 20px; }
.inline-cta .btn { background: #fff; color: #15192f; }
.quote {
  margin: 42px 0;
  padding: 10px 0 10px 28px;
  border-left: 3px solid var(--brand);
  font-size: 25px;
  line-height: 1.5;
  color: #1f2940;
  font-weight: 600;
}
.table-wrap { overflow-x: auto; margin: 32px 0; }
table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
th, td { text-align: left; padding: 15px 12px; border-bottom: 1px solid var(--line); }
th { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: #6f788a; }
.faq { border-top: 1px solid var(--line); margin-top: 24px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}
.faq-answer { display: none; padding: 0 0 20px; color: var(--muted); font-size: 16px; }
.faq-item.open .faq-answer { display: block; }
.article-end {
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.author-card {
  margin-top: 32px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
}
.author-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand), #7d8cff);
}
.author-card h4 { margin: 0 0 5px; }
.author-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.related { padding: 92px 0; background: var(--bg-soft); border-top: 1px solid var(--line); }
.related .article-grid { grid-template-columns: repeat(3,1fr); }

@media (max-width: 1080px) {
  .insights-legacy-nav-links { display: none; }
  .insights-legacy-mobile-toggle { display: inline-flex; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 430px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-grid { grid-template-columns: 1fr 1fr; }
  .pick-card.large { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: minmax(0, 790px) 230px; gap: 38px; }
  .share-rail { display: none; }
}

@media (max-width: 760px) {
  .container,
  .insights-container,
  .insights-hero .hero-copy { width: min(calc(100% - 28px), var(--container)); }
  .insights-legacy-nav { min-height: 70px; }
  .insights-legacy-nav .btn-primary { display: none; }
  .insights-hero { padding: 70px 0 44px; }
  .orbit-art { width: 220px; height: 160px; right: -70px; top: 18px; opacity: .38; }
  .hero-copy p { font-size: 16px; }
  .toolbar { align-items: stretch; flex-direction: column; gap: 14px; }
  .search-box { min-width: 0; width: 100%; }
  .featured-wrap { padding-bottom: 70px; }
  .featured-visual { min-height: 330px; }
  .featured-content { padding: 36px 26px 40px; }
  .article-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-head { align-items: start; flex-direction: column; }
  .editor-pick { padding: 70px 0; }
  .editor-grid { grid-template-columns: 1fr; }
  .pick-card.large { grid-column: auto; min-height: 290px; }
  .pick-card.large h3 { font-size: 30px; }
  .cta-section { padding: 80px 0; }
  .cta-panel { padding: 44px 24px; }
  .insights-legacy-footer-row { flex-direction: column; align-items: flex-start; }

  .article-hero { padding-top: 40px; }
  .article-dek { font-size: 17px; }
  .featured-article-image { width: min(calc(100% - 28px), 1180px); margin-bottom: 42px; aspect-ratio: 1/1.05; }
  .featured-article-image .migration-map {
    inset: 9%;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }
  .migration-arrow { width: 2px; height: 55px; justify-self: center; background: linear-gradient(180deg, #a6a9c4, var(--brand)); }
  .migration-arrow::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }
  .system-box { min-height: 120px; }
  .article-layout { display: block; padding-bottom: 80px; }
  .toc { display: none; }
  .toc-mobile {
    display: block;
    margin-bottom: 30px;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
  }
  .toc-mobile summary { padding: 16px 18px; font-weight: 700; cursor: pointer; }
  .toc-mobile div { padding: 0 18px 16px; display: grid; gap: 10px; }
  .toc-mobile a { color: var(--muted); font-size: 14px; }
  .toc-mobile a.active { color: var(--brand); }
  .article-body { font-size: 17px; }
  .article-body h2 { font-size: 32px; margin-top: 54px; }
  .article-body h3 { font-size: 23px; }
  .step { grid-template-columns: 42px 1fr; padding: 20px; }
  .step::before { width: 42px; height: 42px; }
  .inline-cta { padding: 28px 22px; }
  .quote { font-size: 21px; }
  .related .article-grid { grid-template-columns: 1fr; }
}

/* Space for the fixed master navigation */
.insights-hero{padding-top:156px}.article-hero{padding-top:138px}
@media(max-width:820px){.insights-hero{padding-top:126px}.article-hero{padding-top:112px}}
