html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background: #F6F2EB;
  color: #121A38;
  overflow-x: hidden;
}

.nav-link {
  color: #4B5065;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

.nav-link:hover {
  color: #0D2D8C;
}

.btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #08286E, #0E34A8);
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  text-decoration: none;
  border-radius: 0.95rem;
  box-shadow: 0 7px 18px rgba(8, 40, 110, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(8, 40, 110, 0.2);
}

.pill,
.topic-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 45, 140, 0.10);
  background: #E6ECFF;
  color: #0D2D8C;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.topic-chip--active {
  background: #0D2D8C;
  color: #FFFFFF;
}

.pill-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
}

.blog-main {
  padding-top: 8.5rem;
}

.blog-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.editorial-hero {
  padding: 1.5rem 0 2.5rem;
}

.editorial-overline {
  margin: 0 0 1rem;
  color: #8B91A7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.editorial-word {
  margin: 0;
  color: #0D2D8C;
  font-weight: 900;
  font-size: clamp(4rem, 11vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.editorial-strap {
  max-width: 560px;
  margin: 1.35rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid #96A9EB;
  color: #747B94;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.72;
}

.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.topic-row-label {
  width: 100%;
  color: #8B91A7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-stage {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 3.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  gap: 0;
  align-items: end;
}

.feature-media {
  position: relative;
  min-height: 360px;
  border-radius: 1.75rem;
  overflow: hidden;
  background: linear-gradient(140deg, #091125, #111C3D 58%, #1B2850);
  box-shadow: 0 16px 38px rgba(9, 17, 37, 0.18);
}

.feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.feature-card {
  position: relative;
  z-index: 1;
  margin-left: -4rem;
  transform: translateY(2.75rem);
  padding: 2rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(221, 225, 239, 0.92);
  box-shadow: 0 18px 44px rgba(19, 28, 56, 0.12);
}

.feature-label,
.story-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #E08F78;
  background: #FFF1EB;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-title {
  margin: 0 0 1rem;
  color: #0D2D8C;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.feature-copy,
.story-copy,
.post-intro,
.sidebar-copy,
.article-copy {
  font-family: 'Inter', sans-serif;
}

.feature-copy {
  color: #666F88;
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 32rem;
}

.feature-link,
.story-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.35rem;
  color: #0D2D8C;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.feature-link::after,
.story-link::after {
  content: "\2192";
  font-size: 1rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: start;
  padding-bottom: 0.5rem;
}

.story-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(221, 225, 239, 0.86);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(19, 28, 56, 0.05);
}

.story-card-body {
  padding: 1.2rem 1.25rem 1.4rem;
}

.story-thumb {
  height: 220px;
  overflow: hidden;
  background: linear-gradient(140deg, #C7DAFF, #F0F3FF);
}

.story-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.story-title {
  margin: 0;
  color: #121A38;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.story-copy {
  margin: 0.9rem 0 0;
  color: #666F88;
  font-size: 0.92rem;
  line-height: 1.72;
}

.story-card--cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1.7rem;
  background: linear-gradient(180deg, #0A2990, #1137AA);
  color: #FFFFFF;
  border: none;
}

.story-card--cta .story-title,
.story-card--cta .story-copy,
.story-card--cta .story-link {
  color: #FFFFFF;
}

.story-card--soft {
  background: #F1ECE6;
}

.story-card--soft .story-thumb {
  background: linear-gradient(140deg, #EFE7DE, #F7F3EE);
}

.story-stack {
  display: grid;
  gap: 1.35rem;
}

.newsletter-panel {
  margin: 4rem 0 0;
  padding: 3.25rem 2rem;
  border-radius: 1.85rem;
  background: radial-gradient(circle at top left, rgba(13, 45, 140, 0.08), transparent 35%), linear-gradient(180deg, #FBFAF8, #F3F0EB);
  border: 1px solid rgba(221, 225, 239, 0.9);
  text-align: center;
}

.newsletter-title {
  margin: 0;
  color: #0D2D8C;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.newsletter-copy {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: #777F95;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.newsletter-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.subtle-button {
  display: inline-block;
  padding: 1rem 1.45rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(13, 45, 140, 0.16);
  background: #FFFFFF;
  color: #0D2D8C;
  font-weight: 800;
  text-decoration: none;
}

.post-stage {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 3.5rem;
}

.post-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.9fr);
  gap: 0;
  align-items: end;
}

.post-stage-card {
  position: relative;
  z-index: 1;
  margin-left: -4rem;
  transform: translateY(2.75rem);
  padding: 2rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(221, 225, 239, 0.9);
  box-shadow: 0 18px 44px rgba(19, 28, 56, 0.12);
}

.post-title {
  margin: 0 0 1rem;
  color: #0D2D8C;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.post-intro {
  color: #666F88;
  font-size: 1rem;
  line-height: 1.78;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.post-meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border-radius: 0.95rem;
  background: #F4F6FB;
  border: 1px solid rgba(221, 225, 239, 0.94);
  color: #59617B;
  font-size: 0.87rem;
  line-height: 1.5;
}

.post-meta-chip strong {
  color: #121A38;
  font-family: 'Manrope', sans-serif;
  margin-right: 0.35rem;
}

.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.article-surface {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(221, 225, 239, 0.92);
  border-radius: 1.75rem;
  padding: 2.3rem;
  box-shadow: 0 6px 16px rgba(19, 28, 56, 0.05);
}

.article-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.summary-panel {
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: #F4F6FB;
  border: 1px solid rgba(221, 225, 239, 0.94);
}

.summary-panel-title {
  margin: 0 0 0.5rem;
  color: #0D2D8C;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.summary-panel-copy {
  margin: 0;
  color: #5E6782;
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
}

.article-copy {
  color: #5C6278;
  font-size: 1.02rem;
  line-height: 1.9;
}

.article-copy > *:first-child {
  margin-top: 0;
}

.article-copy h2,
.article-copy h3 {
  margin: 0;
  color: #121A38;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.article-copy h2 {
  margin-top: 3.1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.08;
}

.article-copy h3 {
  margin-top: 1.85rem;
  margin-bottom: 0.8rem;
  font-size: 1.18rem;
  line-height: 1.25;
}

.article-copy p,
.article-copy ul,
.article-copy table {
  margin-bottom: 1.25rem;
}

.article-copy ul {
  padding-left: 1.2rem;
}

.article-copy li {
  margin-bottom: 0.6rem;
}

.article-copy a {
  color: #0D2D8C;
  font-weight: 700;
  text-decoration: underline;
}

.callout-box {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, #EEF3FF, #F7F9FD);
  border: 1px solid rgba(150, 169, 235, 0.38);
  color: #121A38;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.7;
}

.checklist-box {
  margin: 1.7rem 0;
  padding: 1.4rem 1.5rem;
  border-radius: 1.35rem;
  background: #F8FBFF;
  border: 1px solid rgba(221, 225, 239, 0.94);
}

.compare-wrap {
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(221, 225, 239, 0.9);
}

.compare {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
}

.compare th,
.compare td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(221, 225, 239, 0.92);
}

.compare th {
  background: #F5F7FB;
  color: #121A38;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
}

.sidebar-stack {
  position: sticky;
  top: 7.7rem;
  display: grid;
  gap: 1rem;
}

.sidebar-card {
  padding: 1.35rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(221, 225, 239, 0.92);
  box-shadow: 0 6px 16px rgba(19, 28, 56, 0.05);
}

.sidebar-title {
  margin: 0 0 0.7rem;
  color: #121A38;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.2;
}

.sidebar-copy {
  color: #666F88;
  font-size: 0.92rem;
  line-height: 1.75;
}

.related-list {
  display: grid;
  gap: 0.85rem;
}

.related-link {
  display: block;
  padding: 1rem;
  border-radius: 1rem;
  background: #F5F7FB;
  border: 1px solid rgba(221, 225, 239, 0.92);
  text-decoration: none;
}

.related-link strong {
  display: block;
  color: #121A38;
  font-size: 0.95rem;
  line-height: 1.45;
}

.related-link span {
  display: block;
  margin-top: 0.38rem;
  color: #666F88;
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  line-height: 1.6;
}

.cta-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0A2990, #1137AA);
  color: #FFFFFF;
}

.cta-block::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: -2rem;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.cta-block::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: -2rem;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 3.25rem;
}

#mobile-menu {
  display: none;
  background: #FFFFFF;
  border-top: 1px solid #E4E6EF;
}

#mobile-menu.open {
  display: block;
}

.mob-link,
.mob-cta {
  display: block;
  width: 100%;
  padding: 14px 24px;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.mob-link {
  color: #121A38;
  border-bottom: 1px solid #F0F2F7;
}

.mob-cta {
  color: #FFFFFF;
  background: #0D2D8C;
  text-align: center;
}

.site-footer {
  margin-top: 4rem;
  border-top: 1px solid rgba(221, 225, 239, 0.94);
  background: #F8F6F2;
}

.site-footer-copy {
  max-width: 420px;
  color: #717A92;
  font-size: 0.92rem;
  line-height: 1.65;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.status-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #2F9E6A;
}

@media (max-width: 1023px) {
  .feature-grid,
  .post-stage-grid,
  .story-grid,
  .post-layout,
  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .feature-stage,
  .post-stage {
    padding-bottom: 0;
  }

  .feature-card,
  .post-stage-card {
    margin-left: 0;
    margin-top: 1rem;
    transform: none;
  }

  .sidebar-stack {
    position: static;
  }
}

@media (max-width: 767px) {
  .blog-main {
    padding-top: 7.6rem;
  }

  .editorial-hero {
    padding-bottom: 2rem;
  }

  .editorial-word {
    font-size: 4.3rem;
  }

  .feature-media,
  .post-stage .feature-media {
    min-height: 240px;
  }

  .feature-card,
  .post-stage-card,
  .story-card-body,
  .article-surface,
  .sidebar-card,
  .newsletter-panel {
    padding: 1.35rem;
  }

  .story-thumb {
    height: 185px;
  }

  .article-summary {
    grid-template-columns: 1fr;
  }

  .article-copy {
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .article-copy h2 {
    font-size: 1.7rem;
    margin-top: 2.5rem;
  }

  .post-title,
  .feature-title {
    font-size: 2.1rem;
  }
}
