/* ═══════════════════════════════════════════════════════════
   HUNG GIA GROUP — Trang Báo Cáo Tài Chính
   Prefix: bc-
═══════════════════════════════════════════════════════════ */

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

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

/* ── SECTION LABEL ────────────────────────────────────────── */
.bc-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%;
}
.bc-section-label.left { justify-content: flex-start; }
.bc-section-label::before {
  content: ''; display: inline-block;
  width: 28px; height: 1px; background: #C9A840;
}

/* ── THỐNG KÊ (HIGHLIGHTS) ────────────────────────────────── */
.bc-highlight-box {
  background: #ffffff;
  border-top: 4px solid #C9A840;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}
.bc-highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(13,27,42,0.08);
}
.bc-hl-val {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 8px;
  line-height: 1.1;
}
.bc-hl-label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #6B5E4E;
}
.bc-hl-growth {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px;
  padding: 6px 16px;
  border-radius: 30px;
  background: rgba(46, 204, 113, 0.1);
  color: #27ae60;
  font-weight: 700; font-size: 13px;
}

/* ── DOWNLOAD CARDS (REPORTS) ─────────────────────────────── */
.bc-report-card {
  background: #ffffff;
  border: 1px solid #EDE8DC;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.bc-report-card:hover {
  border-color: #C9A840;
  box-shadow: 0 10px 25px rgba(201,168,64,0.1);
  transform: translateY(-3px);
}
.bc-report-icon {
  width: 50px; height: 50px;
  flex-shrink: 0;
  background: rgba(201,168,64,0.1);
  color: #C9A840;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  font-size: 24px;
}
.bc-report-info {
  flex-grow: 1;
}
.bc-report-info h4 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #0D1B2A !important;
  margin-bottom: 4px !important;
  text-transform: none !important;
}
.bc-report-info p {
  font-size: 13px !important;
  color: #8B7D6B !important;
  margin-bottom: 0 !important;
}
.bc-report-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid #EDE8DC;
  display: flex; align-items: center; justify-content: center;
  color: #0D1B2A;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
}
.bc-report-card:hover .bc-report-btn {
  background: #C9A840; color: #fff; border-color: #C9A840;
}

/* ── LỊCH SỰ KIỆN (CALENDAR) ──────────────────────────────── */
.bc-cal-item {
  display: flex;
  background: #fff;
  border-left: 4px solid #C9A840;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  border-radius: 0 8px 8px 0;
  transition: transform 0.3s ease;
}
.bc-cal-item:hover {
  transform: translateX(10px);
}
.bc-cal-date {
  padding: 24px;
  background: rgba(201,168,64,0.05);
  text-align: center;
  min-width: 120px;
  display: flex; flex-direction: column; justify-content: center;
}
.bc-cal-day {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 700; color: #0D1B2A; line-height: 1;
}
.bc-cal-month {
  font-size: 13px; font-weight: 700; text-transform: uppercase; color: #C9A840; margin-top: 4px;
}
.bc-cal-info {
  padding: 24px;
  flex-grow: 1;
  display: flex; flex-direction: column; justify-content: center;
}
.bc-cal-title {
  font-size: 1.2rem; font-weight: 700; color: #0D1B2A; margin-bottom: 8px;
}
.bc-cal-desc {
  font-size: 14px; color: #6B5E4E; margin-bottom: 0;
}
