/* ═══════════════════════════════════════════════════════
   YallaPOS — Features Page Hero
   Styles specific to the features.html page header.
═══════════════════════════════════════════════════════ */

#features-hero {
  padding: 160px 60px 60px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.features-hero-title {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.features-hero-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
