.cp-insights-page .cp-accent {
  color: var(--blue);
}

.cp-insights-page .cp-insights-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(80,106,211,0.30) 0%, transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(80,106,211,0.14) 0%, transparent 24%),
    linear-gradient(180deg, #20234c 0%, #181b3d 100%);
  padding: 56px 28px 82px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cp-insights-page .cp-insights-hero-inner {
  max-width: 860px;
  margin: 0 auto;
}

.cp-insights-page .cp-insights-hero h1 {
  font-size: clamp(2.5rem, 5.3vw, 4.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  text-wrap: balance;
}

.cp-insights-page .cp-insights-sub {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(255,255,255,0.62);
}

.cp-insights-page .cp-insights-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cp-insights-page .cp-insights-featured {
  background: var(--off-white);
  padding: 76px 28px 20px;
}

.cp-insights-page .cp-insights-featured-card {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 0;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(32,35,76,0.06);
}

.cp-insights-page .cp-insights-featured-media {
  display: block;
  min-height: 100%;
  background: #dfe4fb;
}

.cp-insights-page .cp-insights-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.cp-insights-page .cp-insights-featured-copy {
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-insights-page .cp-post-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(80,106,211,0.10);
  color: var(--blue);
  margin-bottom: 16px;
}

.cp-insights-page .cp-insights-featured-copy h3 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.cp-insights-page .cp-insights-featured-copy h3 a,
.cp-insights-page .cp-insights-card h3 a {
  color: var(--navy);
}

.cp-insights-page .cp-insights-featured-copy p {
  color: var(--body-text);
  font-size: 0.98rem;
  line-height: 1.76;
  margin-bottom: 16px;
}

.cp-insights-page .cp-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.83rem;
  margin-bottom: 16px;
}

.cp-insights-page .cp-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 600;
}

.cp-insights-page .cp-link-arrow::after {
  content: '→';
  transition: transform 0.15s ease;
}

.cp-insights-page .cp-link-arrow:hover::after {
  transform: translateX(2px);
}

.cp-insights-page .cp-insights-topics {
  background: var(--off-white);
  padding: 32px 28px 20px;
}

.cp-insights-page .cp-topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.cp-insights-page .cp-topic-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(43,47,107,0.10);
  background: rgba(255,255,255,0.88);
  color: var(--body-text);
  font-size: 0.88rem;
}

.cp-insights-page .cp-topic-chip:hover {
  color: var(--navy);
  border-color: rgba(80,106,211,0.18);
}

.cp-insights-page .cp-insights-grid-section {
  background: var(--off-white);
  padding: 44px 28px 88px;
}

.cp-insights-page .cp-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cp-insights-page .cp-insights-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(32,35,76,0.04);
}

.cp-insights-page .cp-insights-card-media {
  display: block;
  background: #e7ebfb;
}

.cp-insights-page .cp-insights-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cp-insights-page .cp-insights-card-copy {
  padding: 24px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cp-insights-page .cp-insights-card h3 {
  font-size: 1.12rem;
  line-height: 1.38;
  margin-bottom: 12px;
}

.cp-insights-page .cp-insights-card p {
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--body-text);
  margin-bottom: 16px;
}

.cp-insights-page .cp-insights-card .cp-link-arrow {
  margin-top: auto;
}

.cp-insights-page .cp-empty-state {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 24px;
  padding: 44px 30px;
  text-align: center;
}

.cp-insights-page .cp-empty-state h3 {
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.cp-insights-page .cp-empty-state p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.72;
}

.cp-insights-page .cp-insights-pagination {
  margin-top: 34px;
}

.cp-insights-page .cp-insights-pagination .pagination {
  display: flex;
  justify-content: center;
}

.cp-insights-page .cp-insights-publish {
  background: #fff;
  padding: 88px 28px;
}

.cp-insights-page .cp-insights-publish-box {
  max-width: 920px;
  margin: 0 auto;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(43,47,107,0.10);
  border-radius: 26px;
  padding: 42px 36px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(32,35,76,0.04);
}

.cp-insights-page .cp-insights-publish-box h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.7rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 14px;
  text-wrap: balance;
}

.cp-insights-page .cp-insights-publish-box p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.cp-insights-page .cp-insights-cta {
  background: linear-gradient(180deg, #20234c 0%, #161938 100%);
  padding: 88px 28px;
  position: relative;
  overflow: hidden;
}

.cp-insights-page .cp-insights-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(80,106,211,0.25) 0%, transparent 70%);
  pointer-events: none;
}

.cp-insights-page .cp-insights-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cp-insights-page .cp-insights-cta-inner h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 16px;
  text-wrap: balance;
}

.cp-insights-page .cp-insights-cta-inner p {
  max-width: 660px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,0.60);
  line-height: 1.78;
  font-size: 1rem;
}

.cp-insights-page .cp-insights-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .cp-insights-page .cp-insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .cp-insights-page .cp-insights-featured-card {
    grid-template-columns: 1fr;
  }

  .cp-insights-page .cp-insights-featured-media img {
    min-height: 260px;
  }

  .cp-insights-page .cp-insights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .cp-insights-page .cp-insights-hero-actions,
  .cp-insights-page .cp-insights-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cp-insights-page .cp-insights-hero-actions .cp-btn,
  .cp-insights-page .cp-insights-cta-actions .cp-btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .cp-insights-page .cp-insights-hero {
    padding-top: 86px;
    padding-bottom: 70px;
  }

  .cp-insights-page .cp-insights-featured-copy,
  .cp-insights-page .cp-insights-card-copy,
  .cp-insights-page .cp-insights-publish-box {
    padding-left: 22px;
    padding-right: 22px;
  }

  .cp-insights-page .cp-topic-chips {
    justify-content: flex-start;
  }
}


.cp-insights-page .cp-accent {
  color: var(--blue);
}

.cp-insights-page .cp-insights-hero h1 {
  text-wrap: balance;
}
