.page-blog {
  background: #030507;
  color: #f7f1e8;
}

.blog-page,
.blog-article-page {
  background:
    radial-gradient(circle at 76% 8%, rgba(118, 54, 201, .2), transparent 28rem),
    radial-gradient(circle at 12% 34%, rgba(226, 167, 45, .1), transparent 24rem),
    #030507;
  overflow-x: hidden;
}

.blog-hero {
  position: relative;
  min-height: 520px;
  border-bottom: 1px solid rgba(226, 167, 45, .2);
  overflow: hidden;
}

.blog-hero-media {
  position: absolute;
  inset: 0;
  opacity: .9;
}

.blog-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 7, .98) 0%, rgba(3, 5, 7, .76) 42%, rgba(3, 5, 7, .26) 100%);
}

.blog-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero-slot,
.blog-image-slot {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background:
    radial-gradient(circle at 72% 38%, rgba(156, 76, 255, .3), transparent 12rem),
    radial-gradient(circle at 48% 42%, rgba(226, 167, 45, .2), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
}

.blog-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.blog-hero-copy {
  max-width: 780px;
  padding: 110px 0 76px;
}

.blog-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  color: rgba(247, 241, 232, .68);
  font-size: 13px;
  text-transform: uppercase;
}

.blog-breadcrumb a {
  color: rgba(247, 241, 232, .78);
  text-decoration: none;
}

.blog-breadcrumb strong {
  color: #f1b632;
}

.blog-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
}

.blog-hero h1 span {
  color: #9d4dff;
}

.blog-title-rule,
.blog-section-heading span {
  display: block;
  width: 72px;
  height: 2px;
  margin: 26px 0;
  background: #e2a72d;
}

.blog-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(247, 241, 232, .82);
  font-size: 19px;
  line-height: 1.7;
}

.blog-listing {
  padding: 48px 0 30px;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.blog-section-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-section-heading h2,
.blog-side-card h2,
.blog-related h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.blog-card {
  border: 1px solid rgba(226, 167, 45, .28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.blog-card a {
  display: grid;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.blog-card-featured {
  margin-bottom: 26px;
}

.blog-card-featured a {
  grid-template-columns: minmax(280px, 52%) minmax(260px, 1fr);
}

.blog-card-media {
  min-height: 238px;
  background: rgba(255, 255, 255, .025);
}

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

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

.blog-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
}

.blog-card-featured .blog-card-body {
  justify-content: center;
  min-height: 360px;
  padding: 40px;
}

.blog-category {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #7020c6, #a75cff);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.blog-card-featured h2 {
  font-size: 34px;
}

.blog-card p {
  margin: 16px 0 0;
  color: rgba(247, 241, 232, .74);
  line-height: 1.65;
}

.blog-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  min-height: 22px;
  margin-top: auto;
  padding-top: 22px;
  color: rgba(247, 241, 232, .68);
  font-size: 13px;
  text-transform: uppercase;
}

.blog-arrow {
  position: absolute;
  right: 26px;
  bottom: 22px;
  color: #e2a72d;
  font-size: 28px;
}

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

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

.blog-side-card {
  border: 1px solid rgba(226, 167, 45, .28);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
}

.blog-empty-note,
.blog-side-card p {
  margin: 16px 0 0;
  color: rgba(247, 241, 232, .72);
  line-height: 1.65;
}

.blog-category-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.blog-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  border-bottom: 1px solid rgba(247, 241, 232, .1);
  color: rgba(247, 241, 232, .86);
  text-decoration: none;
}

.blog-category-list a:last-child {
  border-bottom: 0;
}

.blog-category-list span {
  font-size: 14px;
  font-weight: 700;
}

.blog-category-list strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 26px;
  border-radius: 999px;
  background: #7c35d8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.blog-newsletter-card {
  border-color: rgba(157, 77, 255, .52);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 77, 255, .24), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
}

.blog-newsletter-card span {
  color: #a75cff;
}

.blog-newsletter-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.blog-newsletter-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(247, 241, 232, .24);
  border-radius: 6px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
}

.blog-newsletter-form button {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #e2a72d, #ffd065);
  color: #080808;
  font-weight: 900;
  cursor: pointer;
}

.blog-form-message {
  min-height: 18px;
  color: rgba(247, 241, 232, .68);
}

.blog-form-message[data-state="error"] {
  color: #ffb199;
}

.blog-form-message[data-state="pending"] {
  color: #f1b632;
}

.blog-highlight-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.blog-highlight-list a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(247, 241, 232, .1);
  color: #fff;
  text-decoration: none;
}

.blog-highlight-list span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #7c35d8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.blog-highlight-list strong {
  font-size: 14px;
  line-height: 1.45;
}

.blog-bottom-newsletter {
  padding: 16px 0 46px;
}

.blog-bottom-box {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 520px);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(226, 167, 45, .3);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(90deg, rgba(226, 167, 45, .08), rgba(157, 77, 255, .08));
}

.blog-bottom-box h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.blog-bottom-box p {
  margin: 0;
  color: rgba(247, 241, 232, .72);
}

.blog-bottom-form {
  grid-template-columns: 1fr 180px;
}

.blog-bottom-form .blog-form-message {
  grid-column: 1 / -1;
}

.blog-article-shell {
  padding: 138px 0 56px;
}

.blog-article-shell > h1,
.blog-article-shell article h1 {
  margin: 0;
}

.blog-article-shell h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.1;
}

.blog-article-lead {
  max-width: 760px;
  color: rgba(247, 241, 232, .78);
  font-size: 19px;
  line-height: 1.7;
}

.blog-article-meta {
  margin-top: 10px;
}

.blog-article-image {
  min-height: 360px;
  margin: 36px 0;
  border: 1px solid rgba(226, 167, 45, .24);
  border-radius: 8px;
  overflow: hidden;
}

.blog-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-editorial-pending,
.blog-article-content,
.blog-related {
  max-width: 880px;
}

.blog-article-content {
  color: rgba(247, 241, 232, .82);
  font-size: 18px;
  line-height: 1.78;
}

.blog-article-content h2 {
  margin: 40px 0 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.blog-article-content p {
  margin: 0 0 18px;
}

.blog-article-content ul {
  margin: 0 0 22px 20px;
  padding: 0;
}

.blog-article-content li {
  margin: 8px 0;
  padding-left: 4px;
}

.blog-article-emphasis {
  color: #f1b632;
  font-size: 20px;
}

.blog-article-signature {
  display: grid;
  gap: 6px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(226, 167, 45, .28);
  color: #fff;
}

.blog-article-signature strong {
  color: #f1b632;
}

.blog-editorial-pending,
.blog-related {
  border: 1px solid rgba(226, 167, 45, .26);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, .035);
}

.blog-editorial-pending h2 {
  margin: 0 0 12px;
  color: #f1b632;
}

.blog-editorial-pending p {
  color: rgba(247, 241, 232, .76);
  line-height: 1.65;
}

.blog-article-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 880px;
  margin: 28px 0;
}

.blog-text-link,
.blog-share a,
.blog-related a {
  color: #f1b632;
  font-weight: 800;
  text-decoration: none;
}

.blog-share {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(247, 241, 232, .68);
}

.blog-related {
  margin-top: 22px;
}

.blog-related a {
  display: block;
  margin-top: 16px;
}

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

  .blog-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-sidebar .blog-newsletter-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .blog-hero,
  .blog-hero-inner {
    min-height: 460px;
  }

  .blog-hero h1,
  .blog-article-shell h1 {
    font-size: 40px;
  }

  .blog-card-featured a,
  .blog-bottom-box,
  .blog-bottom-form {
    grid-template-columns: 1fr;
  }

  .blog-sidebar,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-featured .blog-card-media,
  .blog-card-featured .blog-card-body {
    min-height: 260px;
  }
}

@media (max-width: 520px) {
  .blog-hero-copy {
    padding-top: 96px;
  }

  .blog-hero h1,
  .blog-article-shell h1 {
    font-size: 32px;
  }

  .blog-card-body,
  .blog-card-featured .blog-card-body,
  .blog-side-card,
  .blog-bottom-box,
  .blog-editorial-pending,
  .blog-related {
    padding: 20px;
  }

  .blog-card h2,
  .blog-card-featured h2 {
    font-size: 24px;
  }

  .blog-article-actions {
    flex-direction: column;
  }
}
