@charset "UTF-8";
/* ── Background ── */
.background-layer.objectives .bg-layer__2 {
  left: 50px;
  bottom: 30px;
}

/* ── Page wrapper ── */
.content {
  padding-bottom: 5px;
  /* ── Icon bullet list ── */
}
.content span, .content strong, .content b {
  font-size: inherit;
}
.content a {
  color: #dc2626;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(220, 38, 38, 0.3);
          text-decoration-color: rgba(220, 38, 38, 0.3);
  text-underline-offset: 2px;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
.content a:hover {
  color: #b91c1c;
  -webkit-text-decoration-color: #b91c1c;
          text-decoration-color: #b91c1c;
}
.content .content__list-icon {
  margin-left: 0 !important;
}
.content .content__list-icon.icon-bg .content__list-icon_item {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  margin: 0 0 4px;
  padding: 14px 16px 14px 52px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  font-size: 1rem;
  line-height: 1.55;
  color: #374151;
}
.content .content__list-icon.icon-bg .content__list-icon_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-color: rgba(220, 38, 38, 0.15);
}
.content .content__list-icon.icon-bg .content__list-icon_item .content__list-icon_bg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5964 0%, #dc2626 100%);
  color: #fff;
  font-family: Gilroy-Bold, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 3px 8px rgba(220, 38, 38, 0.25);
}
.content .content__list-icon.icon-bg .content__list-icon_item .content__list-icon_text {
  font-size: 1rem;
  color: #374151;
  line-height: 1.55;
}

/* ── Subtitle / intro text ── */
.objectives__title {
  line-height: 1.55;
  margin-bottom: 18px;
  color: #374151;
  text-align: justify;
  font-size: 1.05rem;
  font-weight: 500;
}

/* ── Highlighted text box ── */
.objectives__main-text {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #93c5fd;
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 22px;
  line-height: 1.6;
  color: #1e3a5f;
  font-size: 1rem;
  box-shadow: 0 2px 12px rgba(59, 130, 246, 0.08);
  position: relative;
  overflow: hidden;
}
.objectives__main-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  border-radius: 16px 0 0 16px;
}
.objectives__main-text p {
  margin-bottom: 12px;
}
.objectives__main-text p:last-child {
  margin-bottom: 0;
}

/* ── List section wrapper ── */
.objectives__list.bg {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 900px) {
  .objectives__list.bg {
    max-width: 100%;
  }
}

/* ── List section title ── */
.objectives__list-title {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-top: 0.25em;
  color: #dc2626;
  font-size: 1.15rem;
  font-weight: 700;
  font-family: Gilroy-Bold, sans-serif;
  letter-spacing: 0.01em;
}

.active-teachers-article-wrap {
  position: relative;
}
.active-teachers-article-wrap::after {
  content: "";
  display: table;
  clear: both;
}

/* ── Top Teachers Table ── */
.top-teachers-section {
  position: relative;
  margin: 30px 0 24px;
}

.top-teachers-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1.5px 6px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.top-teachers-header {
  text-align: center;
  padding: 28px 20px 18px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 50%, #f5f0ff 100%);
  border-bottom: 1px solid #e5edf5;
}
.top-teachers-header .top-teachers-trophy {
  margin: 0 auto 8px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 3px 8px rgba(237, 141, 0, 0.35));
}
.top-teachers-header .top-teachers-trophy img {
  width: 48px;
  height: auto;
}
.top-teachers-header .top-teachers-title {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a6fa0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
  line-height: 1.3;
}
.top-teachers-header .top-teachers-subtitle {
  font-size: 0.85rem;
  color: #6b7f96;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
  font-weight: 500;
}

.top-teachers-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.top-teachers-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.top-teachers-table thead th {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5a7089;
  padding: 12px 16px;
  border-bottom: 2px solid #e5edf5;
  white-space: nowrap;
}
.top-teachers-table thead th.col-name {
  text-align: left;
}
.top-teachers-table thead th.col-school {
  text-align: center;
}
.top-teachers-table thead th.col-count {
  text-align: center;
}
.top-teachers-table tbody tr {
  transition: background 0.2s ease;
}
.top-teachers-table tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #dde6ef;
}
.top-teachers-table tbody tr:hover {
  background: #f6faff;
}
.top-teachers-table tbody tr.prize-row {
  background: #eafff0;
}
.top-teachers-table tbody tr.prize-row:hover {
  background: #ddf7e5;
}
.top-teachers-table tbody tr.prize-row.prize-row--shared {
  background: #f8fff0;
}
.top-teachers-table tbody tr.prize-row.prize-row--shared:hover {
  background: #eff8e8;
}
.top-teachers-table tbody td {
  padding: 6px 16px;
  vertical-align: middle;
  font-size: 0.92rem;
}
.top-teachers-table tbody td.col-school {
  text-align: center;
  color: #5a6c7f;
  font-size: 0.84rem;
  line-height: 1.4;
  max-width: 280px;
}
.top-teachers-table tbody td.col-count {
  text-align: center;
  white-space: nowrap;
}
.top-teachers-table .teacher-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-teachers-table .teacher-rank {
  font-family: Gilroy-Bold, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #3b4f64;
  min-width: 26px;
}
.top-teachers-table .rank-badge {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-top: -5px;
  margin-right: 4px;
}
.top-teachers-table .teacher-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.top-teachers-table .teacher-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: #1a6fa0;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.3;
}
.top-teachers-table .teacher-name:hover {
  color: #0e4d73;
  text-decoration: underline;
}
.top-teachers-table .teacher-name.no-link {
  color: #6b7f96;
  cursor: default;
}
.top-teachers-table .teacher-name.no-link:hover {
  text-decoration: none;
}
.top-teachers-table .teacher-subject {
  font-size: 0.76rem;
  color: #8a9bb0;
  line-height: 1.3;
}
.top-teachers-table .student-count {
  font-family: Gilroy-Bold, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #e8820c;
}
.top-teachers-table .gift-icon-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.top-teachers-table .gift-icon {
  width: 26px;
  height: auto;
  vertical-align: middle;
  margin-top: -8px;
}
.top-teachers-table .no-school {
  color: #a0b0c0;
  font-style: italic;
}

/* ── Decorative SVG ── */
.objectives__background-content {
  float: right;
  margin: 80px -10px 10px 16px;
  shape-outside: margin-box;
}
.objectives__background-content svg {
  display: block;
  width: 280px;
  height: auto;
}

/* ── Responsive ── */
@media screen and (max-width: 900px) {
  .objectives__title {
    font-size: 1.05rem !important;
    font-weight: 500;
    text-align: left;
    margin-bottom: 14px;
  }

  .objectives__background-content {
    float: none;
    display: flex;
    justify-content: center;
    margin: 16px auto 0;
  }
  .objectives__background-content svg {
    width: 280px;
  }

  .objectives__list-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }

  .objectives__main-text {
    font-size: 0.93rem;
    padding: 14px 16px 14px 20px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .content .content__list-icon.icon-bg .content__list-icon_item {
    padding: 10px 12px 10px 46px;
    margin-bottom: 6px;
    border-radius: 12px;
    font-size: 1.35rem !important;
    line-height: 1.5 !important;
    background: rgba(255, 255, 255, 0.92);
  }
  .content .content__list-icon.icon-bg .content__list-icon_item:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  }
  .content .content__list-icon.icon-bg .content__list-icon_item .content__list-icon_bg {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
    left: 8px;
  }
  .content .content__list-icon.icon-bg .content__list-icon_item .content__list-icon_text {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  .top-teachers-card {
    border-radius: 14px;
  }

  .top-teachers-header {
    padding: 20px 16px 14px;
  }
  .top-teachers-header .top-teachers-trophy {
    width: 44px;
    height: 44px;
  }
  .top-teachers-header .top-teachers-trophy img {
    width: 38px;
  }
  .top-teachers-header .top-teachers-title {
    font-size: 1.1rem;
  }
  .top-teachers-header .top-teachers-subtitle {
    font-size: 0.75rem;
  }

  .top-teachers-table thead th {
    font-size: 0.7rem;
    padding: 10px 10px;
  }
  .top-teachers-table tbody td {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
  .top-teachers-table tbody td.col-school {
    font-size: 0.78rem;
    max-width: 160px;
  }
  .top-teachers-table .teacher-rank {
    font-size: 0.85rem;
    min-width: 22px;
  }
  .top-teachers-table .rank-badge {
    width: 14px;
    height: 18px;
  }
  .top-teachers-table .teacher-name {
    font-size: 0.85rem;
  }
  .top-teachers-table .teacher-subject {
    font-size: 0.7rem;
  }
  .top-teachers-table .student-count {
    font-size: 1rem;
  }
  .top-teachers-table .gift-icon {
    width: 18px;
  }
}
