body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(11, 29, 58, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #edf3fb 100%);
  color: #112033;
}

.blog-single-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 140px 20px 84px;
}

.blog-single-hero {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px rgba(8, 24, 46, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-single-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 31, 0.16), rgba(5, 16, 31, 0.68)),
    linear-gradient(135deg, rgba(10, 28, 52, 0.76), rgba(12, 45, 82, 0.45));
}

.back-btn {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.blog-single-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 120px 40px 48px;
  color: #fff;
}

.blog-single-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #d8e8ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.blog-single-hero h1 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.blog-single-summary {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.blog-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.blog-single-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.88rem;
  font-weight: 700;
}

.blog-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 22px;
  margin-top: 24px;
}

.blog-single-content,
.blog-single-sidebar {
  display: grid;
  gap: 22px;
}

.blog-section,
.blog-sidebar-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  border: 1px solid rgba(10, 28, 52, 0.08);
  box-shadow: 0 20px 50px rgba(8, 24, 46, 0.08);
}

.blog-section {
  padding: 28px;
}

.blog-share-panel {
  padding: 26px 28px;
}

.blog-section-copy {
  line-height: 1.85;
  color: #314253;
}

.blog-section-copy p:first-child {
  margin-top: 0;
}

.blog-section-split,
.blog-section-circle {
  display: flex;
  gap: 20px;
  align-items: center;
}

.blog-section-split.reverse {
  flex-direction: row-reverse;
}

.blog-section-split img,
.blog-section-circle img {
  width: min(100%, 420px);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(8, 24, 46, 0.14);
}

.blog-section-split .text,
.blog-section-circle .text {
  flex: 1;
  line-height: 1.85;
  color: #314253;
}

.section-quote {
  border-left: 5px solid #0b1d3a;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
  font-style: italic;
  font-size: 1.08rem;
  color: #0d2240;
}

.section-quote blockquote {
  margin: 0;
}

.blog-comments-panel h3,
.blog-sidebar-card h3 {
  margin: 0;
  color: #0b1d3a;
  font-size: 1.35rem;
}

.blog-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.blog-panel-head p,
.blog-sidebar-card p {
  margin: 6px 0 0;
  color: #627084;
  line-height: 1.7;
}

.blog-panel-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2e74c9;
  font-size: 0.76rem;
  font-weight: 800;
}

.blog-comment-form {
  display: grid;
  gap: 12px;
}

.comments textarea {
  width: 100%;
  min-height: 140px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #dbe3ee;
  background: #fbfcfe;
  font: inherit;
}

.comments button {
  width: fit-content;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #071b33, #0d3768);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(7, 27, 51, 0.18);
}

.blog-comments-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 14px;
}

.blog-comment-item {
  padding: 16px;
  border-radius: 20px;
  background: #f7fbff;
  border: 1px solid #dde6f0;
}

.blog-comment-item strong {
  display: block;
  margin-bottom: 8px;
  color: #0b1d3a;
}

.blog-comment-item p {
  margin: 0 0 10px;
  color: #314253;
  line-height: 1.75;
}

.blog-comments-empty {
  margin: 18px 0 0;
  color: #627084;
}

.recent-posts-container {
  display: grid;
  gap: 14px;
}

.recent-post {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f5f8fd);
  border: 1px solid #dde6f0;
  color: #10233b;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(8, 24, 46, 0.06);
}

.recent-post-media {
  position: relative;
  display: block;
  width: 86px;
  height: 72px;
  overflow: hidden;
  border-radius: 16px;
  background: #d9e4f1;
}

.recent-post-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.recent-post-body {
  display: grid;
  gap: 6px;
}

.recent-post-category {
  color: #2e74c9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 800;
}

.recent-post strong {
  font-size: 1rem;
  line-height: 1.35;
}

.recent-post small {
  color: #627084;
}

.blog-share-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-share-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(11, 29, 58, 0.1);
  background: linear-gradient(180deg, #ffffff, #f5f8fd);
  color: #0b1d3a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(8, 24, 46, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-share-button i {
  color: #0d3768;
}

.blog-share-button:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 110, 253, 0.22);
  box-shadow: 0 16px 28px rgba(8, 24, 46, 0.1);
}

.blog-share-button[data-share-network="facebook"] i { color: #1877f2; }
.blog-share-button[data-share-network="x"] i { color: #111; }
.blog-share-button[data-share-network="linkedin"] i { color: #0a66c2; }
.blog-share-button[data-share-network="whatsapp"] i { color: #25d366; }
.blog-share-button[data-share-network="telegram"] i { color: #229ed9; }
.blog-share-button[data-share-network="pinterest"] i { color: #e60023; }
.blog-share-button[data-share-network="reddit"] i { color: #ff4500; }
.blog-share-button[data-share-network="email"] i { color: #0d3768; }

@media (max-width: 1120px) {
  .blog-single-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .blog-single-shell {
    padding-top: 132px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-single-hero {
    min-height: 460px;
  }

  .blog-single-hero-inner {
    padding: 112px 22px 36px;
  }

  .blog-section,
  .blog-sidebar-card {
    padding: 22px;
    border-radius: 24px;
  }

  .blog-share-panel {
    padding: 22px;
  }

  .blog-section-split,
  .blog-section-circle {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-section-split.reverse {
    flex-direction: column;
  }

  .blog-section-split img,
  .blog-section-circle img {
    width: 100%;
  }

  .recent-post {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .recent-post-media {
    width: 72px;
    height: 64px;
  }
}
