.page-hero {
  padding: 155px 0 78px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(212, 175, 55, 0.01)),
    #101010;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.page-hero::before,
.article-section::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.page-hero .container,
.article-section .container,
.site-footer .container {
  position: relative;
  z-index: 1;
}

.article-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--vip-gold);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.page-hero h1 {
  margin: 0;
  max-width: 920px;
  color: var(--vip-gold);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-hero p {
  margin: 18px 0 0;
  max-width: 780px;
  color: #dbdbdb;
  font-size: 16px;
  line-height: 1.9;
}

.article-section {
  position: relative;
  padding: 70px 0 110px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.article-card,
.sidebar-card,
.mini-post {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.article-card {
  overflow: hidden;
}

.article-cover {
  aspect-ratio: 16 / 8;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34)),
    url('/gorsel/2026/03/pala.webp') center center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.article-.article-met.article-body p {
  margin: 0 0 18px;
  color: #d5d5d5;
  line-height: 2;
  font-size: 15px;
}

.article-body h2 {
  margin: 30px 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-body ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #d5d5d5;
  line-height: 1.9;
}

.sidebar-stack {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 120px;
}

.sidebar-card {
  padding: 22px;
}

.sidebar-card h3 {
  margin: 0 0 16px;
  color: var(--vip-gold);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar-card p {
  margin: 0 0 18px;
  color: #d4d4d4;
  line-height: 1.9;
  font-size: 14px;
}

.mini-post {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 12px;
}

.mini-post-image {
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.28)),
    url('/gorsel/2026/03/pala.webp') center center / cover no-repeat;
  min-height: 92px;
}

.mini-post-body small {
  display: block;
  color: var(--vip-gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mini-post-body h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991.98px) {
.page-hero {
    padding: 138px 0 64px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .sidebar-stack {
    position: static;
  }
}

@media (max-width: 767.98px) {
.page-hero h1 {
    font-size: 30px;
}

.article-body,
  .sidebar-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-post {
    grid-template-columns: 1fr;
  }

  .mini-post-image {
    min-height: 180px;
  }
}
