/* صفحات معرفی ماژول‌های خدمات سلامت */
.hs-page {
  font-family: 'Vazirmatn', sans-serif;
  background: linear-gradient(180deg, #f0fdfa 0%, #f8fafc 45%, #fff 100%);
  color: #0f172a;
  min-height: 100vh;
}

.hs-hero {
  background: linear-gradient(135deg, #0f172a 0%, #0f766e 55%, #14b8a6 100%);
  color: #fff;
  padding: 48px 0 40px;
  position: relative;
  overflow: hidden;
}

.hs-hero-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hs-hero-text {
  flex: 1;
  min-width: 260px;
}

.hs-hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.hs-hero h1 {
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.hs-hero p {
  opacity: 0.92;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 560px;
}

.hs-hero-art {
  flex-shrink: 0;
  width: min(240px, 100%);
}

.hs-hero-art svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.2));
}

.hs-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(251, 191, 36, 0.2);
  border: 1px solid rgba(251, 191, 36, 0.45);
  color: #fef3c7;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hs-body {
  padding: 36px 0 48px;
}

.hs-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.hs-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0f766e;
}

.hs-intro {
  font-size: 1rem;
  line-height: 1.85;
  color: #475569;
}

.hs-feature-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.hs-feature-item:last-child {
  margin-bottom: 0;
}

.hs-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ecfdf5;
  color: #0f766e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hs-feature-item h4 {
  font-size: 0.92rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.hs-feature-item p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.hs-link-chip {
  display: inline-block;
  margin: 4px 0 4px 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #f0fdfa;
  border: 1px solid #99f6e4;
  color: #0f766e;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.hs-link-chip:hover {
  background: #ccfbf1;
  color: #0f766e;
}

.hs-fhir-note {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 12px;
}

.hs-fhir-note code {
  font-size: 0.78rem;
}

.hs-back {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  opacity: 0.9;
}

.hs-back:hover {
  color: #fff;
  opacity: 1;
}

@media (max-width: 768px) {
  .hs-hero {
    padding: 32px 0 28px;
  }

  .hs-hero h1 {
    font-size: 1.25rem;
  }

  .hs-hero-art {
    max-width: 180px;
    margin: 0 auto;
  }
}
