.blog-page {
  min-height: 100vh;
  background: #060b14;
  color: #eaf4ff;
}

.blog-hero,
.blog-article-hero {
  position: relative;
  padding: 9.5rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 14, 25, 0.9), rgba(6, 11, 20, 1));
}

.blog-article-hero {
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(6, 11, 20, 0.34), rgba(6, 11, 20, 0.96)),
    var(--blog-hero-image) center/cover;
}

.blog-hero h1,
.blog-article-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 0.98;
}

.blog-hero p,
.blog-article-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #cfe0f4 !important;
  font-size: 1.08rem;
  line-height: 1.7;
}

.blog-eyebrow {
  margin: 0 0 14px;
  color: #8bc8ff !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-list-section {
  padding: 4rem 0 5rem;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.blog-featured-media,
.blog-card-media {
  display: block;
  overflow: hidden;
  background: #101827;
}

.blog-featured-media {
  min-height: 430px;
  border-radius: 26px;
}

.blog-featured-media img,
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-featured-content,
.blog-card,
.blog-empty {
  border: 1px solid rgba(170, 198, 235, 0.15);
  background: linear-gradient(180deg, rgba(13, 22, 38, 0.92), rgba(8, 14, 25, 0.98));
  box-shadow: 0 24px 60px rgba(2, 8, 18, 0.34);
}

.blog-featured-content {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 34px;
  border-radius: 26px;
}

.blog-featured h2,
.blog-card h2 {
  margin: 14px 0 12px;
  color: #ffffff !important;
}

.blog-featured h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.blog-featured h2 a,
.blog-card h2 a {
  color: inherit;
}

.blog-featured p,
.blog-card p {
  color: #cfe0f4 !important;
  line-height: 1.7;
}

.blog-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(124, 197, 255, 0.28);
  background: rgba(46, 168, 255, 0.1);
  color: #bfe2ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0 22px;
  color: #a8bed6;
  font-size: 0.88rem;
}

.blog-meta span + span::before {
  content: "/";
  margin-right: 10px;
  color: #637a96;
}

.blog-share-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.blog-share-actions a,
.blog-share-actions button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(170, 198, 235, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: #edf6ff !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-share-actions button {
  cursor: pointer;
}

.blog-share-actions a:hover,
.blog-share-actions button:hover {
  border-color: rgba(124, 197, 255, 0.58);
  background: rgba(46, 168, 255, 0.16);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  overflow: hidden;
  border-radius: 22px;
}

.blog-card-media {
  aspect-ratio: 16 / 10;
}

.blog-card-body {
  padding: 22px;
}

.blog-card h2 {
  font-size: 1.35rem;
  line-height: 1.22;
}

.blog-empty {
  padding: 34px;
  border-radius: 24px;
}

.blog-empty h2 {
  color: #ffffff !important;
}

.blog-back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #cfe8ff;
  font-weight: 800;
}

.blog-article-body {
  padding: 4rem 0 5rem;
}

.blog-content {
  max-width: 820px;
  margin: 0 auto;
  color: #dceaff;
  font-size: 1.08rem;
  line-height: 1.9;
}

.blog-content h2,
.blog-content h3 {
  color: #ffffff !important;
  line-height: 1.15;
}

.blog-content h2 {
  margin: 2.6rem 0 1rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.blog-content h3 {
  margin: 2rem 0 0.8rem;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.blog-content p {
  margin: 0 0 1.35rem;
}

.blog-content ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.6rem;
  padding-left: 1.35rem;
}

.blog-content li::marker {
  color: #8bc8ff;
}

.blog-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #2ea8ff;
  border-radius: 0 18px 18px 0;
  background: rgba(46, 168, 255, 0.09);
  color: #f2f8ff;
  font-weight: 700;
}

.blog-content-image {
  margin: 2.2rem 0;
}

.blog-content-image img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(170, 198, 235, 0.2);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
}

.blog-content a {
  color: #8bc8ff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 991.98px) {
  .blog-featured,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-media {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .blog-hero,
  .blog-article-hero {
    padding: 7.4rem 0 3.4rem;
  }

  .blog-featured-content {
    padding: 24px;
  }
}
