.article-hero {
  background: linear-gradient(135deg, var(--blue-dark) 0%, #1236A0 60%, var(--blue) 100%);
  padding: 56px 80px 64px;
}

.article-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.article-hero-copy {
  padding: 12px 0;
}

.article-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.article-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-light);
}

.article-title {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: var(--white);
  margin-bottom: 18px;
}

.article-excerpt {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.74);
  max-width: 720px;
  margin-bottom: 28px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
}

.article-hero-media {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(21, 101, 242, 0.08) 0%, rgba(235, 241, 255, 0.74) 52%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  min-height: 420px;
}

.article-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.article-hero-placeholder {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 40px 32px;
  text-align: center;
  background: linear-gradient(180deg, rgba(21, 101, 242, 0.08) 0%, rgba(235, 241, 255, 0.74) 52%, rgba(255, 255, 255, 0.96) 100%);
}

.article-hero-placeholder strong {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--blue-dark);
}

.article-hero-placeholder span {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
}

.article-hero-placeholder p {
  max-width: 280px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-mid);
}

.article-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 80px 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.article-body {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(21, 101, 242, 0.08);
  padding: 40px 44px 48px;
}

.article-body h2 {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--blue-dark);
  margin: 36px 0 14px;
  letter-spacing: -0.4px;
}

.article-body h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--blue-dark);
  margin: 28px 0 12px;
}

.article-body p,
.article-body li {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.9;
  color: var(--text-mid);
}

.article-body p + p,
.article-body ul + p,
.article-body p + ul {
  margin-top: 16px;
}

.article-body ul {
  margin: 16px 0 0 20px;
  display: grid;
  gap: 10px;
}

.article-body strong {
  color: var(--blue-dark);
}

.article-body .article-kicker {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue);
}

.article-sidebar {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 104px;
}

.article-panel {
  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  box-shadow: 0 8px 28px rgba(21, 101, 242, 0.08);
  padding: 28px;
}

.article-panel h3 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 800;
  color: var(--blue-dark);
  margin-bottom: 12px;
}

.article-panel p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-mid);
}

.article-panel-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.article-panel-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
}

.article-panel .btn-primary,
.article-panel .btn-secondary {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.article-panel .btn-secondary {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.24);
}

.article-panel .btn-secondary:hover {
  background: #1fb95a;
}

@media (max-width: 1100px) {
  .article-hero-inner,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .article-hero {
    padding: 44px 24px 52px;
  }

  .article-shell {
    padding: 40px 24px 64px;
  }

  .article-title {
    font-size: 36px;
  }

  .article-body {
    padding: 28px 22px 36px;
  }
}
