/* About page minor helpers (kept minimal to preserve global design) */

.about-hero .tp-hero-subtitle-2 {
  display: inline-block;
  background: #e9f7fb;
  color: #007f9f;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
}

.about-stats-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 20px;
}
.about-stat + .about-stat { margin-top: 14px; }
.about-stat i {
  font-size: 22px;
  margin-right: 12px;
  color: #00a3c3;
}
.about-stat h5 { margin: 0; font-size: 16px; }
.about-stat span { font-size: 13px; color: #6b7280; }

.about-section .about-content p { margin-bottom: 16px; }
.about-checklist .about-item {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.about-checklist i { color: #00a3c3; font-size: 18px; }

.about-sidecard {
  position: sticky; top: 110px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 20px;
}
.about-sidecard .sidecard-header {
  gap: 10px; margin-bottom: 10px;
}
.about-sidecard .sidecard-header i { color: #00a3c3; font-size: 20px; }
.about-sidecard .sidecard-list {
  list-style: none; padding: 0; margin: 0 0 12px 0;
}
.about-sidecard .sidecard-list li {
  display: flex; align-items: center;
}
.about-sidecard .sidecard-list i {
  font-size: 20px; line-height: 1; color: #cbd5e1; margin-right: 6px;
}

.about-cta h3 { color: #0f172a; }
.about-cta p  { color: #475569; }
