.article-body {
  background: #f1f1f7;
}

.article-main {
  padding-bottom: 64px;
}

.article-hero {
  padding: 78px 0 46px;
  background: #10142a;
}

.article-hero__inner {
  max-width: 860px;
  text-align: center;
}

.article-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.35rem);
  line-height: 1.08;
  color: #ffffff;
}

.article-hero p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.8;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
}

.article-section {
  padding: 48px 0 0;
}

.article-shell {
  display: grid;
  gap: 48px;
  max-width: 1060px;
}

.article-card {
  padding: 20px 20px 28px;
  background: #ffffff;
  border: 1px solid rgba(220, 229, 239, 0.95);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(8, 20, 44, 0.08);
}

.article-title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 12px;
  color: #1a4d8f;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ff9900;
}

.article-title--center {
  padding-left: 0;
  text-align: center;
}

.article-title--center::before {
  display: none;
}

.article-card p {
  margin: 0 0 18px;
  color: #4b4f5f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.04rem;
  line-height: 1.92;
  text-align: justify;
}

.article-center {
  text-align: center !important;
}

.article-note {
  margin-bottom: 0 !important;
  text-align: center !important;
  font-style: italic;
}

.article-highlight {
  color: #299a00;
  font-weight: 700;
}

.article-media {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 12px;
}

.article-media img {
  width: 100%;
  border: 2px solid #1a4d8f;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(8, 20, 44, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-media img:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 36px rgba(8, 20, 44, 0.2);
}

.article-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.article-list__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(26, 77, 143, 0.08);
}

.article-list__item span {
  font-size: 1.2rem;
  line-height: 1;
}

.article-list__item p {
  margin: 0;
}

.article-card--cta {
  text-align: center;
  background: #ffffff;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 24px 0 18px;
}

@media (max-width: 920px) {
  .article-actions {
    flex-direction: column;
    align-items: center;
  }
}
