/* ═══════════════════════════════════════════════════════════
   HUNG GIA GROUP — Trang Hồ Sơ Năng Lực
   Prefix: hsnl-
═══════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.hsnl-hero {
  position: relative;
  padding: 140px 0 100px !important;
  background-size: cover !important;
  background-position: center !important;
}
.hsnl-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent, #C9A840, transparent);
  z-index: 2;
}
.hsnl-eyebrow {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: #C9A840;
  width: 100%;
}
.hsnl-eyebrow::before, .hsnl-eyebrow::after {
  content: ''; display: inline-block;
  width: 32px; height: 1px; background: rgba(201,168,64,0.5);
}

.hsnl-hero-title,
.hsnl-hero-title h3,
.hsnl-hero-title .section-title-main {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto 32px !important;
  max-width: 900px;
}
.hsnl-hero-title b, .hsnl-hero-title span { font-weight: inherit !important; border: none !important; }
.hsnl-hero-title { border: none !important; }

/* ── SECTION LABEL ────────────────────────────────────────── */
.hsnl-section-label {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em;
  text-transform: uppercase; color: #C9A840;
  margin-bottom: 14px; width: 100%;
}
.hsnl-section-label.left { justify-content: flex-start; }
.hsnl-section-label::before {
  content: ''; display: inline-block;
  width: 28px; height: 1px; background: #C9A840;
}

/* ── BROCHURE SHOWCASE ────────────────────────────────────── */
.hsnl-brochure-wrap {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(13,27,42,0.15);
  background: #fff;
  padding: 16px;
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.5s ease;
}
.hsnl-brochure-wrap:hover {
  transform: perspective(1000px) rotateY(0deg) translateY(-10px);
  box-shadow: 0 40px 80px rgba(13,27,42,0.2);
}
.hsnl-brochure-content {
  font-size: 1.15rem; color: #6B5E4E; line-height: 1.8;
  margin-bottom: 32px;
}

/* ── FEATURE CARDS ────────────────────────────────────────── */
.hsnl-feature-card {
  background: #fff;
  border: 1px solid #EDE8DC;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.hsnl-feature-card:hover {
  border-color: #C9A840;
  box-shadow: 0 10px 25px rgba(201,168,64,0.1);
  transform: translateY(-5px);
}
.hsnl-feature-icon {
  font-size: 32px; color: #C9A840; margin-bottom: 16px;
}
.hsnl-feature-card h4 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.2rem !important; color: #0D1B2A !important; margin-bottom: 12px !important; text-transform: none !important;
}
.hsnl-feature-card p {
  font-size: 14px !important; color: #6B5E4E !important; margin: 0 !important;
}

/* ── PREVIEW GALLERY ──────────────────────────────────────── */
.hsnl-preview-wrap {
  margin-top: 40px;
}
.hsnl-preview-item {
  border: 1px solid #EDE8DC;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
