/* ═══════════════════════════════════════════════════════════
   Blog — Corporate listing & article (additive only)
   Scope: body.blog-listing, body.blog-article-page
   Principles: row-based, no cards, no shadows, border-bottom dividers
   ═══════════════════════════════════════════════════════════ */

.blog-listing,
.blog-article-page { background: #081b43; }
.blog-listing > main,
.blog-article-page > main { background: #fff; }

/* ── Hero ────────────────────────────────────────────────── */
.blog-hero {
  padding: 64px 0 32px;
  border-bottom: 1px solid #e4ecf5;
}
.blog-hero .breadcrumb {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6c7a91;
  margin-bottom: 12px;
}
.blog-hero .breadcrumb a { color: #6c7a91; text-decoration: none; }
.blog-hero .breadcrumb span { margin: 0 6px; }
.blog-hero h1 {
  font-size: clamp(32px, 4.4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #0a2a66;
  margin: 0 0 14px;
}
.blog-hero p {
  font-size: 17px;
  line-height: 1.7;
  color: #4a5870;
  max-width: 720px;
  margin: 0;
}

/* ── Filters ─────────────────────────────────────────────── */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding: 22px 0 30px;
  border-bottom: 1px solid #e4ecf5;
}
.blog-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  background: #fff;
  color: #0a2a66;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.blog-filter-chip:hover {
  border-color: #f39a1e;
  color: #0a2a66;
}
.blog-filter-chip.is-active {
  background: #0a2a66;
  border-color: #0a2a66;
  color: #fff;
}

/* ── Featured row ────────────────────────────────────────── */
.blog-featured {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #e4ecf5;
}
.blog-featured-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.blog-featured-content .blog-eyebrow {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f39a1e;
  font-weight: 800;
  margin-bottom: 12px;
}
.blog-featured-content h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0a2a66;
  font-weight: 800;
  margin: 0 0 16px;
}
.blog-featured-content h2 a { color: inherit; text-decoration: none; }
.blog-featured-content h2 a:hover { color: #133f8f; }
.blog-featured-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5870;
  margin: 0 0 18px;
}
.blog-featured-content .blog-row-meta { margin-bottom: 16px; }

/* ── List rows ───────────────────────────────────────────── */
.blog-list { padding: 16px 0 32px; }
.blog-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid #e4ecf5;
}
.blog-row:last-child { border-bottom: none; }
.blog-row-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.blog-row-media.is-empty {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #eef3fb, #dde6f3);
  border-radius: 4px;
}
.blog-row-content h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0a2a66;
  font-weight: 800;
  margin: 0 0 10px;
}
.blog-row-content h3 a { color: inherit; text-decoration: none; }
.blog-row-content h3 a:hover { color: #133f8f; }
.blog-row-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5870;
  margin: 0 0 12px;
}
.blog-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8091a8;
  font-weight: 700;
}
.blog-row-meta span { display: inline-flex; align-items: center; }
.blog-row-meta .blog-meta-cat { color: #f39a1e; }
.blog-row-readmore {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0a2a66;
  text-decoration: none;
  border-bottom: 2px solid #f39a1e;
  padding-bottom: 2px;
}
.blog-row-readmore:hover { color: #133f8f; }

.blog-empty {
  padding: 60px 0;
  text-align: center;
  color: #6c7a91;
  font-size: 16px;
  border-bottom: 1px solid #e4ecf5;
}

/* ── Pagination ──────────────────────────────────────────── */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 32px 0 64px;
}
.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8e1ee;
  background: #fff;
  color: #0a2a66;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.blog-pagination a:hover { border-color: #f39a1e; }
.blog-pagination .is-current {
  background: #0a2a66;
  border-color: #0a2a66;
  color: #fff;
}
.blog-pagination .is-disabled { opacity: 0.4; pointer-events: none; }

/* ── Article page ────────────────────────────────────────── */
.blog-article-hero {
  padding: 56px 0 32px;
  border-bottom: 1px solid #e4ecf5;
}
.blog-article-hero .breadcrumb {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6c7a91;
  margin-bottom: 14px;
}
.blog-article-hero .breadcrumb a { color: #6c7a91; text-decoration: none; }
.blog-article-hero .breadcrumb span { margin: 0 6px; }
.blog-article-hero .blog-eyebrow {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f39a1e;
  font-weight: 800;
  margin-bottom: 10px;
}
.blog-article-hero h1 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0a2a66;
  font-weight: 800;
  margin: 0 0 18px;
  max-width: 920px;
}
.blog-article-hero .blog-article-summary {
  font-size: 17px;
  line-height: 1.7;
  color: #4a5870;
  max-width: 920px;
  margin: 0 0 22px;
}
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8091a8;
}
.blog-article-meta .blog-meta-cat { color: #f39a1e; }
.blog-reading-time { color: #0a2a66; }

.blog-article-cover {
  padding: 32px 0 0;
}
.blog-article-cover .container > img,
.blog-article-cover img {
  width: 100%;
  max-width: 920px;
  margin: 0;
  max-height: 480px;
  object-fit: cover;
  height: auto;
  display: block;
  border-radius: 4px;
}

.blog-article {
  padding: 40px 0 56px;
  border-bottom: 1px solid #e4ecf5;
}
.blog-article-body {
  max-width: 920px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #1f2c44;
}
.blog-article-body h2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0a2a66;
  font-weight: 800;
  margin: 1.8em 0 0.6em;
}
.blog-article-body h3 {
  font-size: 18px;
  line-height: 1.35;
  color: #0a2a66;
  font-weight: 800;
  margin: 1.5em 0 0.5em;
}
.blog-article-body p {
  margin: 0 0 1.25em;
  line-height: 1.75;
}
.blog-article-body p.align-left { text-align: left; }
.blog-article-body p.align-right { text-align: right; }
.blog-article-body p.align-center { text-align: center; }
.blog-article-body p.align-justify { text-align: justify; }
.blog-article-body p:first-of-type {
  font-size: 17px;
  color: #1a2b45;
  font-weight: 500;
}
.blog-article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5em auto;
}
.blog-article-body figure {
  margin: 1.5em 0;
}
.blog-article-body figure img { margin: 0 auto; }
.blog-article-body figcaption {
  font-size: 13px;
  color: #6c7a91;
  text-align: center;
  margin-top: 8px;
}
.blog-article-body a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #d8e1ee;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.15s;
}
.blog-article-body a:hover {
  text-decoration-color: #f39a1e;
}
.blog-article-body ul,
.blog-article-body ol { margin: 0 0 1.4em 1.2em; }
.blog-article-body li { margin-bottom: 0.5em; }
.blog-article-body blockquote {
  border-left: 3px solid #f39a1e;
  padding-left: 18px;
  margin: 1.6em 0;
  color: #0a2a66;
  font-style: italic;
}

/* ── Tags ────────────────────────────────────────────────── */
.blog-tags {
  max-width: 920px;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-tag {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #d8e1ee;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #0a2a66;
  border-radius: 2px;
  text-transform: uppercase;
}

/* ── Share ───────────────────────────────────────────────── */
.blog-share {
  max-width: 920px;
  margin: 32px 0 0;
  padding: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #e4ecf5;
}
.blog-share-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6c7a91;
}
.blog-share-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d8e1ee;
  background: #fff;
  color: #0a2a66;
  border-radius: 2px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.blog-share-btn:hover { border-color: #f39a1e; color: #133f8f; }

/* ── Related ─────────────────────────────────────────────── */
.blog-related {
  padding: 48px 0 72px;
}
.blog-related h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a2a66;
  font-weight: 800;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f39a1e;
  display: inline-block;
}
.blog-related-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #e4ecf5;
}
.blog-related-row:last-child { border-bottom: none; }
.blog-related-row img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.blog-related-row h3 {
  font-size: 18px;
  line-height: 1.35;
  color: #0a2a66;
  font-weight: 800;
  margin: 0 0 8px;
}
.blog-related-row h3 a { color: inherit; text-decoration: none; }
.blog-related-row h3 a:hover { color: #133f8f; }
.blog-related-row p {
  font-size: 14px;
  line-height: 1.65;
  color: #4a5870;
  margin: 0 0 8px;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 860px) {
  .blog-featured { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .blog-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
  .blog-row-media { max-width: 360px; }
  .blog-related-row { grid-template-columns: 1fr; gap: 12px; }
  .blog-related-row > div:first-child { max-width: 280px; }
  .blog-hero { padding: 40px 0 24px; }
  .blog-article-hero { padding: 36px 0 24px; }
  .blog-article-body { font-size: 16px; }
}
