/* ════════════════════════════════════════════════════
   KumaCloud Page Hero — Shared Typography System
   Version: 1.1.1 | FREEZE | Owner: PO
   KHÔNG thêm override page-specific vào file này.
   KHÔNG thay đổi nếu chưa có PO approval.
════════════════════════════════════════════════════ */

/* ── Hero Title ─────────────────────────────────── */

._0FPkXDi {
  font-size: clamp(1.75rem, 7vw, 2.25rem); /* Mobile */
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: none; /* reset cứng — bắt buộc */
  margin: 0;
  padding: 0;
}

@media (min-width: 641px) {
  ._0FPkXDi {
    font-size: clamp(2.5rem, 5vw, 3rem); /* Tablet */
  }
}

@media (min-width: 1025px) {
  ._0FPkXDi {
    font-size: clamp(3.125rem, 4vw, 3.5rem); /* Desktop */
  }
  ._o9UHatY {
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    max-width: 540px;
  }
}

/* ── Hero Title Line ────────────────────────────── */

._RC0BqnT {
  display: block;
  text-wrap: balance;
}

/* ── Hero Title Accent ──────────────────────────── */

._d65sL9O {
  display: block;
  text-wrap: balance;
  background: linear-gradient(90deg, #60a5fa, #a5f3fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Hero Subtitle ──────────────────────────────── */

._o9UHatY {
  font-size: clamp(0.95rem, 1.2vw, 1rem);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  margin-top: var(--hero-title-mb);
  margin-bottom: 0;
}
