/* ═══════════════════════════════════════════════════════════
   HUNG GIA GROUP — Trang Về Chúng Tôi
   Prefix: vct- (Ve Chung Toi)
   Approach: Narrative / Story-driven — khác biệt hoàn toàn trang chủ
═══════════════════════════════════════════════════════════ */

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

/* Sửa lỗi title */
.vct-hero-title,
.vct-hero-title h3,
.vct-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;
}
.vct-hero-title b, .vct-hero-title span { font-weight: inherit !important; border: none !important; }
.vct-hero-title { border: none !important; }

.vct-hero__line {
  width: 1px; height: 60px; background: rgba(201,168,64,0.35);
  margin: 0 auto;
}
.vct-meta-row {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap; width: 100%;
}
.vct-meta-item {
  font-family: 'Manrope', sans-serif;
  font-size: 14px; color: rgba(255,255,255,0.7);
  padding: 0 28px; letter-spacing: 0.04em;
  text-align: center;
}
.vct-meta-item strong {
  display: block; font-size: 2.2rem; font-weight: 700;
  color: #C9A840; font-family: 'Playfair Display', serif;
  line-height: 1.1; margin-bottom: 6px;
}
.vct-meta-sep {
  width: 1px; height: 50px;
  background: rgba(201,168,64,0.3);
  flex-shrink: 0;
}

/* ── CÂUCHUYỆN: PULL QUOTE ────────────────────────────────── */
.vct-pull-quote {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  line-height: 1.5 !important;
  border-left: 5px solid #C9A840 !important;
  padding: 20px 0 20px 50px !important;
  margin: 40px 0 !important;
  font-style: italic !important;
  color: #0D1B2A !important;
  position: relative;
}
.vct-pull-quote::before {
  content: '\201C';
  position: absolute; top: -10px; left: 10px;
  font-size: 6rem; color: rgba(201,168,64,0.15);
  font-family: Georgia, serif; line-height: 1;
  pointer-events: none;
}
.vct-story-meta {
  display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap;
}
.vct-story-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #C9A840;
  background: rgba(201,168,64,0.08);
  border: 1px solid rgba(201,168,64,0.25);
  padding: 8px 20px; border-radius: 30px;
}

/* ── TRIẾT LÝ / PILLARS ───────────────────────────────────── */
.vct-pillar-card {
  background: #ffffff !important;
  border: 1px solid rgba(201,168,64,0.15) !important;
  padding: 50px 40px !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;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.vct-pillar-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(201,168,64,0.15) !important;
  border-color: #C9A840 !important;
}
.vct-pillar-icon {
  font-size: 40px !important;
  margin: 0 auto 24px !important;
  color: #C9A840 !important;
  line-height: 1 !important;
}
.vct-pillar-card h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.5rem !important; font-weight: 700 !important;
  color: #0D1B2A !important; margin-bottom: 16px !important;
  border: none !important; text-transform: none !important;
}
.vct-pillar-card p {
  font-size: 15px !important; color: #6B5E4E !important;
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
}

/* ── STATS ────────────────────────────────────────────────── */
.vct-cert-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: center !important;
  margin-top: 24px !important;
}
.vct-cert-badge {
  display: inline-flex !important; align-items: center; justify-content: center;
  background: #fff;
  border: 1px solid #EDE8DC;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px; font-weight: 700;
  color: #0D1B2A; letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.vct-cert-badge:hover {
  border-color: rgba(201,168,64,0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(201,168,64,0.15);
}

/* ── SECTION LABEL (dùng chung cho các tiêu đề) ──────────── */
.vct-section-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: #C9A840;
  margin-bottom: 20px;
  background: rgba(201,168,64,0.05);
  padding: 8px 20px;
  border-radius: 2px;
}
.vct-section-label::before {
  display: none;
}

/* ── CTA SECTION ──────────────────────────────────────────── */
.vct-cta-inner h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 700 !important;
  margin-bottom: 32px !important;
}
.vct-cta-inner p {
  font-size: 1.3rem !important;
  max-width: 700px;
  margin: 0 auto 48px !important;
}
