/* تقاريرك — عناصر تقييم أداء المعلمين (هوية الموقع، ليست نسخة بصرية لمصدر خارجي) */
.te-section { margin: 1.4rem 0 0.4rem; }
.te-head { margin-bottom: 1rem; }
.te-kicker {
  margin: 0 0 0.3rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  color: #0F766E;
}
.te-head h2 {
  margin: 0;
  font-family: 'Cairo', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: #0B132B;
}
.te-head p { margin: 0.4rem 0 0; color: #5B6577; max-width: 40rem; line-height: 1.7; }

.te-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.te-pillar {
  background: #fff;
  border: 1px solid #E6E0D4;
  border-radius: 20px;
  padding: 1rem 1.05rem 1.1rem;
  box-shadow: 0 10px 26px rgba(11, 19, 43, 0.04);
  min-width: 0;
}
.te-pillar.is-soon { opacity: 0.92; background: #FBF8F1; }
.te-pillar-h {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.85rem;
}
.te-pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #F6F0E4;
  color: #6B5424;
  font-size: 1.05rem;
}
.te-pillar-h h3 {
  margin: 0 0 0.25rem;
  font-family: 'Cairo', sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  color: #0B132B;
  line-height: 1.4;
}
.te-pillar-h p { margin: 0; color: #5B6577; font-size: 0.86rem; line-height: 1.55; }
.te-soon {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: #EEF4FF;
  color: #1E3A5F;
  font-weight: 700;
  font-size: 0.88rem;
}
.te-reports { display: grid; gap: 0.5rem; }
.te-report {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 52px;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.45;
  text-decoration: none;
  color: #fff;
}
.te-tone-a { background: #0F766E; }
.te-tone-b { background: #1A2744; }
.te-tone-c { background: #6B5424; }
.te-tone-d { background: #0B132B; }
.te-report:hover { filter: brightness(1.08); }

.te-section-cat .te-pillar { box-shadow: 0 4px 18px rgba(26, 39, 68, 0.04); }

@media (max-width: 860px) {
  .te-pillars { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .te-report { min-height: 48px; font-size: 0.9rem; }
}