.exam-page {
  background: #f6f9fd;
  color: var(--primary);
}

.exam-hero {
  overflow: hidden;
  background: radial-gradient(circle at 78% 48%, rgba(255, 214, 93, 0.34), transparent 22%), linear-gradient(135deg, #201934 0%, #312249 52%, #453064 100%);
  color: #fff;
}

.exam-hero-inner {
  width: min(1120px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 42px;
  padding: 72px 0 64px;
}

.exam-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 138, 31, 0.18);
  color: #ffd381;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 900;
}

.exam-hero h1 {
  margin: 22px 0 20px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.06;
  letter-spacing: 0;
}

.exam-hero h1 strong {
  color: #ffca5f;
  font-style: normal;
}

.exam-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.82;
}

.exam-hero-visual {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.exam-hero-visual span {
  color: #fff4a2;
  font-size: clamp(84px, 13vw, 164px);
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 223, 77, 0.9), 0 0 46px rgba(255, 138, 31, 0.56);
}

.exam-info {
  width: min(980px, calc(100% - 40px));
  margin: -32px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #dbe8f4;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 57, 98, 0.12);
}

.exam-info div {
  display: grid;
  gap: 8px;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #dbe8f4;
}

.exam-info div:last-child {
  border-right: 0;
}

.exam-info strong {
  font-size: 15px;
  font-weight: 900;
}

.exam-info span {
  color: var(--text);
  font-weight: 800;
  line-height: 1.55;
}

.exam-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0;
}

.exam-section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.exam-section-heading h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.18;
  letter-spacing: 0;
}

.exam-section-heading p {
  margin: 0 0 12px;
}

.exam-intro {
  text-align: center;
}

.exam-intro h2,
.exam-choice h2,
.exam-management h2 {
  color: #ff8a1f;
}

.exam-media-card,
.exam-choice-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid #dbe8f4;
  border-radius: 18px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
  text-align: left;
}

.exam-media-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: cover;
}

.exam-media-copy h3,
.exam-choice-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
}

.exam-media-copy p,
.exam-choice-card li,
.exam-method-grid p,
.exam-method-grid small,
.exam-management-grid p,
.exam-review-grid p,
.exam-faq p,
.exam-final p {
  color: var(--text);
  font-weight: 800;
  line-height: 1.75;
}

.exam-choice {
  width: 100%;
  background: #edf3fb;
}

.exam-choice .exam-section-heading,
.exam-choice .exam-choice-card {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.exam-choice-card {
  grid-template-columns: 1fr auto;
}

.exam-choice-card ul {
  margin: 0;
  padding-left: 20px;
}

.exam-trophy {
  font-size: 108px;
}

.exam-method-grid,
.exam-management-grid,
.exam-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.exam-method-grid article,
.exam-management-grid article,
.exam-review-grid article {
  border: 1px solid #dbe8f4;
  border-radius: 14px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow);
}

.exam-method-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff1df;
  color: #ff8a1f;
  font-weight: 900;
}

.exam-method-grid h3,
.exam-management-grid h3 {
  margin: 16px 0 8px;
  font-size: 22px;
  font-weight: 900;
}

.exam-method-grid p,
.exam-method-grid small {
  display: block;
  margin: 0;
}

.exam-management {
  width: 100%;
  background: #e9f0fb;
}

.exam-management .exam-section-heading,
.exam-management .exam-management-grid {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.exam-management-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.exam-management-grid img {
  width: 100%;
  aspect-ratio: 16 / 8;
  border-radius: 12px;
  object-fit: cover;
}

.exam-review {
  background: linear-gradient(135deg, #30224d, #503187);
}

.exam-review .exam-section-heading h2,
.exam-review .section-label {
  color: #fff;
}

.exam-review-grid article {
  background: rgba(255, 255, 255, 0.94);
}

.exam-review-grid strong {
  color: #ff8a1f;
  font-weight: 900;
}

.exam-faq details {
  border: 1px solid #dbe8f4;
  border-radius: 14px;
  background: #fff;
  padding: 18px 22px;
}

.exam-faq details + details {
  margin-top: 10px;
}

.exam-faq summary {
  cursor: pointer;
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
}

.exam-faq p {
  margin: 14px 0 0;
}

.exam-final {
  border-radius: 18px;
  background: #173f68;
  color: #fff;
  text-align: center;
}

.exam-final h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(30px, 5vw, 48px);
}

.exam-final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 768px) {
  .exam-hero-inner,
  .exam-media-card,
  .exam-choice-card {
    grid-template-columns: 1fr;
  }

  .exam-hero-inner {
    min-height: auto;
    padding: 54px 0 44px;
  }

  .exam-hero-visual {
    min-height: 220px;
  }

  .exam-info,
  .exam-method-grid,
  .exam-management-grid,
  .exam-review-grid {
    grid-template-columns: 1fr;
  }

  .exam-info div {
    border-right: 0;
    border-bottom: 1px solid #dbe8f4;
  }

  .exam-info div:last-child {
    border-bottom: 0;
  }

  .exam-section {
    padding: 58px 0;
  }

  .exam-trophy {
    font-size: 72px;
    text-align: center;
  }
}
