.article-main {
  padding: 2rem 0 4rem;
}

.article-wrap {
  width: min(920px, 92%);
  margin: 0 auto;
}

.article-head h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.article-meta {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.article-hero {
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin-bottom: 1.4rem;
}

.article-content h2 {
  margin-top: 1.4rem;
}

.article-content p,
.article-content li {
  color: #2b3555;
  line-height: 1.7;
}

.article-content ul {
  padding-left: 1.2rem;
}

.article-cta {
  margin-top: 2rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.article-cta-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.back-home {
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
}
