:root {
  --insights-navy: #011651;
  --insights-blue: #2388ff;
  --insights-neon: #2af5ff;
  --insights-bg: #f4f6fa;
  --insights-text: #2c2c2c;
  --insights-muted: #6b7a99;
  --insights-border: #d4dae4;
  --insights-white: #ffffff;
  --insights-ink: #101010;
  --insights-paper: #f6f3ee;
  --insights-accent: #c4450a;
}

.insights-landing,
.insight-article {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--insights-text);
}

/* Landing page */
.insights-landing {
  background: var(--insights-bg);
}

.insights-landing .hero {
  background: var(--insights-navy);
  padding: 56px 2rem 52px;
}

.insights-landing .hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.insights-landing .hero-eyebrow {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--insights-neon);
  opacity: 0.75;
  margin-bottom: 14px;
  font-weight: 500;
}

.insights-landing .hero-title {
  font-size: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 12px;
}

.insights-landing .hero-title .highlight {
  color: var(--trio-neon-blue, var(--insights-neon));
}

.insights-landing .hero-sub {
  font-size: 18px;
  line-height: 30px;
  color: rgba(180, 210, 240, 0.8);
  max-width: 520px;
  margin-bottom: 24px;
}

.insights-landing .hero-metrics {
  display: flex;
  gap: 48px;
  flex-wrap: nowrap;
  align-items: flex-start;
  overflow-x: auto;
  padding-bottom: 4px;
}

.insights-landing .hero-metric {
  min-width: 150px;
  flex: 0 0 auto;
}

.insights-landing .hero-metric-value {
  font-size: 30px;
  font-weight: 700;
  color: var(--trio-main-blue, var(--insights-neon));
  margin-bottom: 6px;
}

.insights-landing .hero-metric-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.insights-landing .hero-stat-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.insights-landing .hero-stat {
  max-width: 240px;
  background: rgba(255, 255, 255, 0.07);
  border: 0.6px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 22px 26px;
}

.insights-landing .hero-stat strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--insights-neon);
}

.insights-landing .hero-stat span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(220, 235, 255, 0.7);
}

.insights-landing main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 2rem 60px;
}

.insights-landing .section-label {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--insights-muted);
  font-weight: 600;
  margin-bottom: 18px;
}

.insights-landing .featured {
  background: var(--insights-white);
  border: 0.5px solid var(--insights-border);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 280px;
  margin-bottom: 44px;
}

.insights-landing .featured-body {
  padding: 40px;
}

.insights-landing .featured-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--insights-blue);
}

.insights-landing .featured-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--insights-navy);
  margin: 10px 0;
  line-height: 1.35;
}

.insights-landing .featured-author {
  font-size: 14px;
  color: var(--insights-muted);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.insights-landing .author-avatar,
.insights-landing .card-author-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.insights-landing .author-avatar img,
.insights-landing .card-author-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.insights-landing .featured-desc {
  font-size: 18px;
  line-height: 30px;
  color: var(--insights-muted);
  margin-bottom: 20px;
  max-width: 520px;
}

.insights-landing .insights-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px;
}

.insights-landing .insight-item {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 30px;
  color: var(--insights-text);
}

.insights-landing .insight-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--insights-blue);
  margin-top: 7px;
}

.insights-landing .featured-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.insights-landing .meta-pill {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 999px;
  border: 0.5px solid var(--insights-border);
  color: var(--insights-muted);
}

.insights-landing .meta-pill-green {
  background: #edf8f3;
  border-color: #a8dfc0;
  color: #1a7a4a;
}

.insights-landing .featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.insights-landing .featured-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.insights-landing .btn-primary,
.insights-landing .btn-ghost {
  font-size: 16px;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.insights-landing .btn-primary {
  background: var(--insights-blue);
  color: #ffffff;
  border: none;
}

.insights-landing .btn-ghost {
  background: transparent;
  color: var(--insights-navy);
  border: 0.5px solid var(--insights-border);
}

.insights-landing .featured-side {
  background: var(--insights-navy);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.insights-landing .f-stat {
  padding-bottom: 18px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

.insights-landing .f-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.insights-landing .f-stat-num {
  font-size: 38px;
  font-weight: 700;
  color: var(--insights-neon);
  margin-bottom: 6px;
}

.insights-landing .f-stat-lbl {
  font-size: 12px;
  color: rgba(160, 200, 240, 0.65);
}

.insights-landing .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.insights-landing .card {
  background: var(--insights-white);
  border: 0.5px solid var(--insights-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, border-color 0.15s;
}

.insights-landing .card:hover {
  transform: translateY(-3px);
  border-color: #b0c4e4;
}

.insights-landing .card-thumb {
  padding: 18px;
  background: var(--insights-navy);
}

.insights-landing .thumb-eye {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(42, 245, 255, 0.7);
  margin-bottom: 8px;
}

.insights-landing .thumb-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
}

.insights-landing .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.insights-landing .card-topic {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--insights-blue);
  font-weight: 600;
}

.insights-landing .card-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--insights-navy);
  line-height: 1.35;
  margin: 8px 0;
}

.insights-landing .card-author {
  font-size: 14px;
  color: var(--insights-muted);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}



.insights-landing .card-desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--insights-muted);
  margin-bottom: 16px;
  flex: 1;
}

.insights-landing .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 0.5px solid var(--insights-border);
  font-size: 12px;
  color: var(--insights-muted);
}

.insights-landing .newsletter-band {
  margin-top: 52px;
  background: #f4f7fb;
  border: 1px solid #e0e8f4;
  border-radius: 8px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.insights-landing .newsletter-band::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--insights-blue), var(--insights-neon));
}

.insights-landing .newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insights-landing .newsletter-text h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--insights-navy);
  margin: 0;
}

.insights-landing .newsletter-text p {
  font-size: 15px;
  line-height: 1.65;
  color: #5a6478;
  max-width: 520px;
  margin: 0;
}

.insights-landing .newsletter-form {
  display: flex;
  flex-shrink: 0;
  gap: 0;
}

.insights-landing .newsletter-input {
  padding: 12px 18px;
  font-size: 14px;
  border: 1px solid #d3dbe8;
  border-right: none;
  border-radius: 6px 0 0 6px;
  min-width: 260px;
  background: #fff;
  color: #10163a;
}

.insights-landing .newsletter-input::placeholder {
  color: #9aa3b8;
}

.insights-landing .newsletter-btn {
  background: var(--trio-main-blue, #2388ff);
  color: #fff;
  border: none;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.insights-landing .newsletter-btn[disabled] {
  opacity: 0.65;
}

/* Detail page */
.insight-article {
  background: var(--insights-paper);
  color: var(--insights-ink);
}

.insight-hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* Recency article */
.recency-article {
  font-family: 'Poppins', sans-serif;
  background: #E8ECF1;
  color: #011651;
}

.recency-hero {
  background: #011651;
  padding: 64px 40px 0;
}

.recency-hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.recency-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(42, 245, 255, 0.3);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 28px;
}

.recency-chip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2AF5FF;
}

.recency-chip span {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(42, 245, 255, 0.8);
}

.recency-hero h1 {
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.recency-teal {
  color: #2AF5FF;
}

.recency-author {
  background: #011651;
  padding: 28px 40px 0;
}

.recency-author-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recency-author-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19213D;
  overflow: hidden;
}

.recency-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.recency-author-initials {
  font-size: 16px;
  font-weight: 600;
  color: #2AF5FF;
}

.recency-author-name {
  font-size: 14px;
  font-weight: 500;
  color: #E8ECF1;
}

.recency-author-role {
  font-size: 12px;
  color: rgba(232, 236, 241, 0.4);
}

.recency-author-meta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.recency-meta-tag {
  font-size: 12px;
  color: rgba(232, 236, 241, 0.4);
}

.recency-meta-tag strong {
  color: rgba(232, 236, 241, 0.65);
  font-weight: 500;
}

.recency-meta-sep {
  color: rgba(232, 236, 241, 0.4);
}

.recency-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 36px 40px 72px;
}

.recency-prose p {
  font-size: 18px;
  line-height: 30px;
  color: #2d3a52;
  margin-bottom: 18px;
}

.recency-prose h2,
.recency-prose h3,
.recency-prose h4 {
  color: #011651;
  font-weight: 600;
}

.recency-prose h2 {
  font-size: 28px;
  margin: 28px 0 16px;
}

.recency-prose h3 {
  font-size: 24px;
  margin: 20px 0;
}

.recency-prose h4 {
  font-size: 20px;
  margin: 16px 0;
}

.recency-prose p:last-child {
  margin-bottom: 0;
}

.recency-section-heading {
  margin: 40px 0 16px;
}

.recency-section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  color: #011651;
  line-height: 1.3;
  padding-left: 14px;
  border-left: 2.5px solid #2388FF;
}

.recency-quote {
  border-left: 2.5px solid #2388FF;
  padding: 20px 28px;
  margin: 28px 0;
  background: #dce6f5;
  border-radius: 0 8px 8px 0;
}

.recency-quote p {
  font-size: 18px;
  font-weight: 500;
  color: #011651;
  line-height: 30px;
}

.recency-shifts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}

.recency-shift-row {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cdd6e4;
}

.recency-shift-from {
  padding: 14px 18px;
  font-size: 13px;
  color: #5a6a85;
  background: #dce6f5;
}

.recency-shift-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dce6f5;
}

.recency-shift-to {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #011651;
  background: #eef2f8;
}

.recency-banner-card {
  background: #011651;
  border-radius: 14px;
  padding: 40px 48px;
  margin-top: 16px;
  border-left: 4px solid #2AF5FF;
}

.recency-banner-card p {
  font-size: 17px;
  color: rgba(232, 236, 241, 0.9);
  line-height: 1.75;
}

.recency-footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.recency-footer span {
  font-size: 12px;
  color: #8896b3;
}

.recency-footer a {
  font-size: 12px;
  color: #2388FF;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .insights-landing .hero {
    padding: 42px 1.5rem 34px;
  }
  .insights-landing .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }
  .insights-landing .hero-sub {
    margin: 0 auto 22px;
  }
  .insights-landing .hero-metrics {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .insights-landing .hero-metric,
  .insights-landing .hero-stat-box {
    min-width: 100%;
  }
  .insights-landing .filter-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 1.5rem;
  }
  .insights-landing .search-wrap,
  .insights-landing .search-input {
    width: 100%;
    margin-left: 0;
  }
  .insights-landing .featured {
    grid-template-columns: 1fr;
  }
  .insights-landing .featured-body {
    padding: 28px;
  }
  .insights-landing .featured-side {
    display: none;
  }
  .insights-landing .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .insights-landing .newsletter-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
    gap: 24px;
  }
  .recency-main {
    padding: 32px 32px 64px;
  }
  .recency-author {
    padding: 24px 32px 0;
  }
  .recency-author-inner {
    flex-wrap: wrap;
    gap: 16px;
  }
  .recency-author-meta {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .insights-landing .hero-title {
    font-size: 32px;
  }
  .insights-landing .hero-sub {
    font-size: 16px;
    line-height: 26px;
  }
  .insights-landing .filter-btn {
    width: 100%;
    text-align: center;
  }
  .insights-landing .featured-actions {
    flex-direction: column;
  }
  .insights-landing .btn-primary,
  .insights-landing .btn-ghost {
    width: 100%;
    justify-content: center;
  }
  .insights-landing .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .insights-landing .newsletter-band {
    padding: 28px;
  }
  .insights-landing .newsletter-form {
    flex-direction: column;
    width: 100%;
  }
  .insights-landing .newsletter-input,
  .insights-landing .newsletter-btn {
    width: 100%;
    border-radius: 6px;
  }
  .insights-landing .newsletter-btn {
    margin-top: 10px;
  }
  .recency-hero {
    padding: 48px 24px 0;
  }
  .recency-author {
    padding: 20px 24px 0;
  }
  .recency-main {
    padding: 28px 24px 52px;
  }
  .recency-prose p {
    font-size: 16px;
    line-height: 28px;
  }
  .recency-section-heading h2 {
    font-size: 24px;
  }
  .recency-quote {
    padding: 18px 20px;
    margin: 22px 0;
  }
  .recency-author-inner {
    gap: 12px;
  }
  .recency-author-meta {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .insights-landing .hero {
    padding: 38px 1.15rem 30px;
  }
  .insights-landing .hero-title {
    font-size: 28px;
    line-height: 1.05;
  }
  .insights-landing .featured-title {
    font-size: 24px;
  }
  .insights-landing .featured-desc,
  .insights-landing .insight-item {
    font-size: 16px;
    line-height: 26px;
  }
  .insights-landing .featured-actions {
    gap: 10px;
  }
  .insights-landing .newsletter-band {
    padding: 24px;
  }
  .recency-author-photo {
    width: 56px;
    height: 56px;
  }
  .recency-author-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .recency-author-meta {
    width: 100%;
  }
  .recency-shift-row {
    grid-template-columns: 1fr;
  }
  .recency-shift-mid {
    display: none;
  }
  .recency-shift-to {
    position: relative;
  }
  .recency-shift-to::before {
    content: '→ ';
    color: #c4450a;
    font-weight: 600;
  }
}

@media (max-width: 580px) {
  .recency-hero,
  .recency-author,
  .recency-main,
  .recency-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recency-author-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .recency-author-meta {
    margin-left: 0;
  }
  .recency-banner-card {
    padding: 28px 24px;
  }
  .recency-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.insight-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(196, 69, 10, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(196, 69, 10, 0.05) 0%, transparent 60%);
}

.insight-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.insight-eyebrow {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--insights-accent);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.insight-eyebrow::before {
  content: '';
  width: 48px;
  height: 2px;
  background: var(--insights-accent);
}

.insight-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--insights-ink);
  margin-bottom: 24px;
}

.insight-title em {
  color: var(--insights-accent);
  font-style: normal;
}

.insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #7a746b;
  padding-top: 24px;
  border-top: 1px solid var(--insights-border);
}

.insight-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 2rem 70px;
  background: #ffffff;
  font-size: 18px;
  line-height: 30px;
  color: #2c2c2c;
}

.insight-body p {
  margin-bottom: 24px;
}

.insight-body h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 56px 0 24px;
  color: var(--insights-ink);
}

.insight-quote {
  margin: 40px 0;
  padding: 30px 36px;
  border-left: 3px solid var(--insights-accent);
  background: #fdf8f3;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.shift-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0;
}

.shift-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  padding: 18px 24px;
  border: 1px solid var(--insights-border);
  border-radius: 10px;
  background: #ffffff;
}

.shift-from,
.shift-to {
  font-size: 16px;
}

.shift-from {
  text-align: right;
  color: var(--insights-muted);
}

.shift-arrow {
  color: var(--insights-accent);
  font-size: 18px;
  font-weight: 700;
}

.insight-closing {
  max-width: 900px;
  margin: 0 auto 64px;
  padding: 0 2rem;
}

.insight-closing-inner {
  background: var(--insights-ink);
  color: var(--insights-paper);
  border-radius: 12px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.insight-closing-inner::after {
  content: '';
  position: absolute;
  top: -35%;
  right: -5%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(196, 69, 10, 0.25) 0%, transparent 70%);
}

.insight-closing-inner p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .insights-landing .hero-inner {
    grid-template-columns: 1fr;
  }

  .insights-landing .hero {
    padding: 48px 1.5rem 44px;
  }

  .insights-landing .hero-stat-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .insights-landing .hero-stat {
    flex: 1 1 180px;
  }

  .insights-landing .featured {
    grid-template-columns: 1fr;
  }

  .insights-landing .featured-body {
    padding: 28px;
  }

  .insights-landing .featured-side {
    display: none;
  }

  .insights-landing .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insights-landing .newsletter {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .insights-landing main {
    padding: 30px 1.25rem 50px;
  }

  .insights-landing .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .insights-landing .hero-metrics {
    gap: 16px;
  }

  .insight-hero {
    padding: 48px 1.25rem 32px;
    min-height: 60vh;
  }

  .insight-body {
    padding: 48px 1.25rem 56px;
  }

  .insight-quote {
    padding: 24px;
  }

  .shift-item {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .shift-from {
    text-align: left;
  }

  .shift-arrow {
    display: none;
  }

  .shift-to::before {
    content: '→ ';
    color: var(--insights-accent);
  }

  .insight-closing-inner {
    padding: 40px 24px;
  }
}
