.article-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 120px;
}

.article-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 42px;
  padding: 58px 42px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(23, 48, 111, 0.92)),
    url("academy-hero.png") center / cover no-repeat;
  box-shadow: 0 22px 50px rgba(16, 24, 39, 0.15);
}

.article-hero::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.article-eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffd3b5;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.article-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.article-intro {
  padding: 30px;
  border: 1px solid rgba(217, 225, 236, 0.95);
  border-radius: 8px;
  color: #344155;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 24, 39, 0.07);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

.bulk-hidden-image {
  display: none !important;
}

.bulk-image-section {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(217, 225, 236, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 24, 39, 0.07);
}

.bulk-image-section h2 {
  margin: 0 0 16px;
  color: #0c1729;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.28;
  font-weight: 900;
}

.bulk-page-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e3eaf4;
  background: #f3f6fa;
}

.article-section {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid rgba(217, 225, 236, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 28px rgba(16, 24, 39, 0.07);
}

.article-section h2 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #0c1729;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0;
}

.article-section h2::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 5px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, #f26d21, #17306f);
  content: "";
}

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

.article-card,
.article-target-card,
.article-subject-card,
.article-faq {
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: #f9fbfe;
}

.article-card {
  padding: 24px;
}

.article-card strong {
  display: block;
  margin-bottom: 8px;
  color: #10275c;
  font-size: 18px;
  font-weight: 900;
}

.article-card p,
.article-target-card p,
.article-subject-card p,
.article-faq p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.7;
}

.article-target-list {
  display: grid;
  gap: 16px;
}

.article-target-card {
  padding: 24px;
}

.article-target-card h3,
.article-subject-card h3 {
  margin: 0 0 12px;
  color: #0c1729;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.article-target-card ul,
.article-subject-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  padding-left: 18px;
  color: #526071;
  font-size: 15px;
}

.article-arrow {
  margin-top: 14px !important;
  padding: 16px 18px;
  border-left: 4px solid #f26d21;
  border-radius: 0 8px 8px 0;
  color: #17233a !important;
  background: #fff7ed;
  font-weight: 800;
}

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

.article-subject-card {
  padding: 24px;
}

.article-faq-list {
  display: grid;
  gap: 12px;
}

.article-faq {
  overflow: hidden;
}

.article-faq summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #0c1729;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.article-faq p {
  padding: 0 18px 18px;
}

.article-closing {
  margin-top: 28px;
  padding: 36px 30px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(23, 48, 111, 0.94)),
    url("academy-hero.png") center / cover no-repeat;
  box-shadow: 0 22px 50px rgba(16, 24, 39, 0.14);
}

.article-closing p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
}

.parent-review-section {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto;
  padding: 34px;
  border: 1px solid rgba(217, 225, 236, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 24, 39, 0.08);
}

.parent-review-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.parent-review-eyebrow {
  margin: 0;
  color: #f26d21;
  font-size: 13px;
  font-weight: 900;
}

.parent-review-head h2 {
  margin: 0;
  color: #0c1729;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.28;
  font-weight: 900;
}

.parent-review-head p:last-child {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.parent-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.parent-review-card {
  display: flex;
  min-height: 188px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f9fbfe);
}

.parent-review-text {
  margin: 0;
  color: #344155;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
}

.parent-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.parent-review-stars {
  color: #f26d21;
  font-size: 15px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.parent-review-name {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.parent-faq-section {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto;
  padding: 34px;
  border: 1px solid rgba(217, 225, 236, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #f9fbfe);
  box-shadow: 0 14px 34px rgba(16, 24, 39, 0.08);
}

.parent-faq-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.parent-faq-eyebrow {
  margin: 0;
  color: #f26d21;
  font-size: 13px;
  font-weight: 900;
}

.parent-faq-head h2 {
  margin: 0;
  color: #0c1729;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.28;
  font-weight: 900;
}

.parent-faq-head p:last-child {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.parent-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.parent-faq-item {
  border: 1px solid #e3eaf4;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.parent-faq-item summary {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: #0c1729;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.parent-faq-item summary::-webkit-details-marker {
  display: none;
}

.parent-faq-item summary::after {
  margin-left: auto;
  color: #f26d21;
  content: "+";
  font-size: 20px;
  font-weight: 900;
}

.parent-faq-item[open] summary::after {
  content: "-";
}

.parent-faq-q {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: #17306f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.parent-faq-answer {
  margin: 0;
  padding: 0 18px 20px 60px;
  color: #526071;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 650;
}

@media (max-width: 820px) {
  .article-card-grid,
  .article-subject-grid,
  .parent-review-grid,
  .parent-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .article-main {
    width: min(100% - 32px, 1180px);
    padding: 56px 0 96px;
  }

  .article-hero {
    padding: 38px 22px;
  }

  .article-hero h1 {
    font-size: 25px;
    line-height: 1.28;
  }

  .article-eyebrow {
    min-height: 28px;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .article-intro {
    font-size: 15px;
    line-height: 1.75;
  }

  .article-intro,
  .article-section,
  .article-closing,
  .parent-faq-section,
  .parent-review-section {
    padding: 24px 20px;
  }

  .parent-faq-section,
  .parent-review-section {
    width: min(100% - 32px, 1180px);
    margin: 28px auto;
  }

  .parent-faq-item summary {
    min-height: 58px;
    padding: 15px 16px;
    font-size: 15px;
  }

  .parent-faq-answer {
    padding: 0 16px 18px 58px;
    font-size: 14px;
  }

  .parent-review-card {
    min-height: 0;
  }

  .article-card,
  .article-target-card,
  .article-subject-card {
    padding: 22px 18px;
  }
}
