/* ═══════════════════════════════════════════════════════════
   HUNG GIA GROUP — Trang Tầm Nhìn & Sứ Mệnh
   Prefix: tn-
═══════════════════════════════════════════════════════════ */

/* ── HERO ─────────────────────────────────────────────────── */
.tn-hero {
  position: relative;
  padding: 140px 0 100px !important;
  background-size: cover !important;
  background-position: center !important;
}
.tn-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, transparent, #C9A840, transparent);
  z-index: 2;
}
.tn-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%;
}
.tn-eyebrow::before, .tn-eyebrow::after {
  content: ''; display: inline-block;
  width: 32px; height: 1px; background: rgba(201,168,64,0.5);
}

.tn-hero-title,
.tn-hero-title h3,
.tn-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;
}
.tn-hero-title b, .tn-hero-title span { font-weight: inherit !important; border: none !important; }
.tn-hero-title { border: none !important; }

/* ── TẦM NHÌN (VISION) ────────────────────────────────────── */
.tn-vision-statement {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.4 !important;
  color: #0D1B2A !important;
  margin-bottom: 24px !important;
}
.tn-vision-desc {
  font-size: 1.15rem !important;
  color: #6B5E4E !important;
  line-height: 1.8 !important;
  position: relative;
  padding-left: 24px;
  border-left: 3px solid #C9A840;
}

/* ── SỨ MỆNH (MISSION CARDS) ──────────────────────────────── */
.tn-mission-card {
  background: #ffffff !important;
  border: 1px solid rgba(201,168,64,0.15) !important;
  padding: 40px 32px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04) !important;
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* Top border accent */
.tn-mission-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: #C9A840;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.tn-mission-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(201,168,64,0.1) !important;
}
.tn-mission-card:hover::before {
  transform: scaleX(1);
}

.tn-mission-icon {
  font-size: 32px !important;
  color: #C9A840 !important;
  margin-bottom: 24px !important;
  display: inline-block;
  padding: 16px;
  background: rgba(201,168,64,0.08);
  border-radius: 50%;
  line-height: 1 !important;
}

.tn-mission-card h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.4rem !important; font-weight: 700 !important;
  color: #0D1B2A !important; margin-bottom: 16px !important;
  text-transform: none !important;
}
.tn-mission-card p {
  font-size: 15px !important; color: #6B5E4E !important;
  line-height: 1.7 !important; margin-bottom: 0 !important;
}

/* ── CHIẾN LƯỢC (STRATEGY) ────────────────────────────────── */
.tn-strategy-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EDE8DC;
}
.tn-strategy-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tn-strategy-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(201,168,64,0.3);
  line-height: 1;
  min-width: 60px;
}
.tn-strategy-content h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.3rem !important; font-weight: 700 !important;
  color: #0D1B2A !important; margin-bottom: 12px !important;
  text-transform: none !important;
}
.tn-strategy-content p {
  font-size: 15px !important; color: #6B5E4E !important;
  line-height: 1.7 !important; margin-bottom: 0 !important;
}

/* ── SECTION LABEL (dùng chung) ───────────────────────────── */
.tn-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%;
}
.tn-section-label::before {
  content: ''; display: inline-block;
  width: 28px; height: 1px; background: #C9A840;
}
