:root {
  --bg-primary: #F4F1EA;
  --bg-dark: #121212;
  --text-dark: #111111;
  --text-light: #F4F1EA;
  --text-muted: #666666;
  --accent-orange: #FF3B00;
  --border-light: rgba(0, 0, 0, 0.12);
  --border-dark: rgba(255, 255, 255, 0.15);
  --font-condensed: 'Oswald', sans-serif;
  --font-sans: 'Be Vietnam Pro', sans-serif;
  --font-hand: 'Playfair Display', serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-primary);
  color: var(--text-dark);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 75px;
}

/* ====================================================
   HEADER
   ==================================================== */
.header {
  padding: 24px 0;
  background-color: var(--bg-primary);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px max(24px, 4vw) 0px max(24px, 4vw);
}

.header__brand .logo {
  font-family: var(--font-condensed);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
  line-height: 1;
}

.header__brand .tagline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
}

.nav-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.nav-link:hover {
  color: var(--accent-orange);
}

.btn-menu {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.btn-menu span {
  width: 16px;
  height: 2px;
  background-color: #fff;
}

/* ====================================================
   HERO SECTION (FIXED OVERLAP LAYOUT)
   ==================================================== */
.hero {
  position: relative;
  padding: 0 0 0px 0;
  overflow: hidden; /* Tránh ảnh nhân vật bị tràn ra ngoài ngang */
}

.hero__inner {
  display: flex;
  padding: 60px 60px 60px max(24px, 4vw);
  position: relative;
  min-height: 720px; /* Đảm bảo đủ không gian cho ảnh và chữ */
}

/* 1. Cột chữ ISSUE bên trái */
.hero__meta-left {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 180px;
  font-family: var(--font-condensed);
  position: relative;
  z-index: 3; /* Nổi lên trên cùng */
}

/* Thêm đường kẻ dọc phía trên chữ ISSUE */
.hero__meta-left::before {
  content: '';
  position: absolute;
  top: 40px;          /* Khoảng cách bắt đầu từ trên xuống */
  left: 10px;          /* Căn tọa độ ngang sao cho đâm trúng giữa chữ ISSUE */
  width: 1px;         /* Độ dày của đường kẻ */
  height: 120px;      /* Chiều dài của đường kẻ */
  background-color: #111;
  z-index: 1;
}

.hero__meta-left .meta-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero__meta-left .meta-number {
  color: var(--accent-orange);
  font-size: 24px;
  font-weight: 700;
}

.hero__meta-left .meta-divider,
.hero__meta-left .meta-year {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}

/* 2. Cột Title khổng lồ ở giữa */
.hero__content {
  flex: 1;
  padding-top: 60px;
  position: relative;
  z-index: 1; /* Nằm DƯỚI ảnh chân dung */
}

.hero__title {
  font-family: var(--font-condensed);
  font-size: clamp(80px, 12vw, 140px); /* Chữ siêu to khổng lồ bóp theo màn hình */
  line-height: 1.14; /* Ép sát khoảng cách các dòng */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #111;
  margin-bottom: 30px;
}

.hero__author-box {
  margin-top: 30px;
  max-width: 250px;
  position: relative;
  z-index: 3; /* Nổi đè lên trên nếu ảnh cắt ngang */
}

.hero__author-box .author-name {
  color: var(--accent-orange);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero__author-box .author-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* 3. Ảnh nhân vật (Đè lên chữ) */
.hero__portrait {
  position: absolute;
  bottom: 0;
  left: 65%; 
  transform: translateX(-40%); /* Căn lệch nhẹ để giống thiết kế */
  z-index: 2; /* Nằm TRÊN chữ Title và DƯỚI quote */
  height: 85%; /* Chân dung cao kịch trần */
  pointer-events: none; /* Không block thao tác bôi đen text ở dưới */
}

.hero__portrait .portrait-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
}

/* 4. Quote viết tay bên phải */
.hero__note {
  position: absolute;
  right: 200px;
  bottom: 150px;
  z-index: 3;
  width: 220px;
  transform: rotate(-3deg); /* Hơi nghiêng nhẹ chữ viết tay */
}

.hero__note .note-quote {
  font-family: var(--font-hand);
  font-size: 32px;
  line-height: 1.2;
  color: #111;
  text-align: right;
}

.note-underline {
  height: 2px;
  background-color: var(--accent-orange);
  width: 140px;
  float: right;
  margin-top: 10px;
  transform: rotate(-2deg);
}

/* RESPONSIVE (Fix lỗi đè trên Mobile/Tablet) */
@media (max-width: 1024px) {
  .hero__title { font-size: 100px; }
  .hero__portrait { left: 65%; height: 90%; }
}

@media (max-width: 768px) {
  .hero__inner { min-height: auto; flex-direction: column; padding-bottom: 350px; }
  .hero__meta-left { flex-direction: row; width: 100%; padding-top: 20px; gap: 8px; margin-bottom: 20px;}
  .hero__meta-left .meta-label { writing-mode: horizontal-tb; transform: none; margin-bottom: 0; }
  .hero__title { font-size: 60px; line-height: 1; }
  .hero__author-box { margin-top: 20px; }
  .hero__portrait { left: 50%; transform: translateX(-50%); height: 350px; }
  .hero__note { bottom: 20px; right: 20px; }
}

/* ====================================================
   TICKER
   ==================================================== */
.ticker {
  background-color: #050505;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #222;
}

.ticker__inner {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0px 60px 0px max(24px, 4vw);
}

.ticker__badge {
  color: var(--accent-orange);
  font-weight: 700;
  white-space: nowrap;
  margin-right: 24px;
  position: relative;
}

.ticker__slider {
  display: flex;
  gap: 40px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
}

.ticker__sep {
  opacity: 0.3;
}

.ticker__nav {
  display: flex;
  gap: 12px;
}

.ticker__nav .arrow-btn {
  background: transparent;
  border: none;
  color: #888;
  cursor: pointer;
}

.ticker__nav .arrow-btn:hover {
  color: #fff;
}

/* ====================================================
   FEATURE SECTIONS (01, 02, 03) - FULL WIDTH OVERHAUL
   ==================================================== */
.section-feature {
  padding: 0;
  border-bottom: 1px solid var(--border-light);
  width: 100%;
}

.section-feature--light {
  background-color: var(--bg-primary);
}

.section-feature--dark {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border-bottom: none;
}

/* Ép khung chạy 100% màn hình, không bị kẹt ở giữa nữa */
.section-feature__inner {
  display: grid;
  grid-template-columns: minmax(380px, 35%) 1fr; /* Text chiếm 35%, ảnh chiếm 65% */
  align-items: stretch;
  width: 100%;
}

.section-feature--dark .section-feature__inner {
  grid-template-columns: 1fr 340px 1fr; /* Video 1 phần | Text 340px | Playlist 1 phần */
}

/* ====================================================
   FIX CỘT TRÁI: ÉP KHOẢNG CÁCH CHỮ VÀ CHỈNH SIZE CHUẨN
   ==================================================== */
.feature-info {
  /* Gióng lề trái chuẩn xác với Logo, khoảng trống bên phải cách ảnh 60px */
  padding: 60px 60px 60px max(24px, 4vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section-feature--dark .feature-info {
  padding: 60px 40px; /* Khối đen ở giữa không cần tính toán lề màn hình */
}

.feature-num {
  font-family: var(--font-condensed);
  font-size: 64px; /* Size to như mẫu */
  font-weight: 700;
  color: var(--accent-orange);
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  margin-bottom: 4px; /* Kéo số 01 sát lại với tiêu đề */
}

.feature-num .line {
  display: inline-block;
  width: 42px;
  height: 3px;
  background-color: var(--accent-orange);
}

.feature-title {
  font-family: var(--font-condensed);
  font-size: 50px; /* Tiêu đề khổng lồ */
  line-height: 1.30; /* Ép sát khoảng cách giữa 2 dòng chữ */
  margin: 0 0 20px 0; /* Khoảng cách từ tiêu đề xuống đoạn mô tả rất gần */
  text-transform: uppercase;
  letter-spacing: -1px;
}

.feature-desc {
  font-size: 14px; /* Tăng size để dễ đọc hơn */
  line-height: 1.6;
  color: #222; /* Màu đen đậm hơn bản cũ */
  max-width: 290px;
}

.section-feature--dark .feature-desc {
  color: #aaa; /* Chữ xám cho nền đen */
}

/* Kéo riêng cụm ngày tháng & mũi tên rớt xuống đáy */
.feature-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto; /* << MAGIC Ở ĐÂY: Đạp phần này rớt xuống đáy cột */
  padding-top: 40px;
}

.meta-date time {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.meta-date .category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.arrow-link {
  font-size: 24px;
  transition: transform 0.2s;
  line-height: 1;
}

.arrow-link:hover {
  transform: translateX(6px);
  color: var(--accent-orange);
}

.arrow-link:hover {
  transform: translateX(6px);
  color: var(--accent-orange);
}

.feature-media {
  position: relative;
  overflow: hidden;
  display: flex;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media--video .play-btn {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

.play-btn svg { width: 20px; height: 20px; }
.play-btn span { font-size: 9px; font-weight: 700; letter-spacing: 0.5px; }

/* ====================================================
   FIX CỘT PHẢI: PLAYLIST (ĐI CÙNG HẠ TẦNG)
   ==================================================== */

/* Cân chỉnh lại tỉ lệ 3 cột cho giống mẫu (Video to hơn chút) */
.section-feature--dark .section-feature__inner {
  grid-template-columns: 1.2fr 340px 1fr; 
}

/* Xóa padding ở khung ngoài để thả rông border */
.feature-playlist {
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Chuyển padding vào từng item. Tính toán lề phải thông minh để gióng hàng container */
.playlist-item {
  flex: 1; /* Ép 3 item tự động chia đều 100% chiều cao của khối */
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 max(24px, calc(50vw - 636px)) 0 40px; 
  border-bottom: 1px solid var(--border-dark);
}

.playlist-item:last-child {
  border-bottom: none; /* Xóa dòng kẻ dưới cùng */
}

/* Số thứ tự: To hơn, màu trắng */
.playlist-item .item-num {
  font-family: var(--font-condensed);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.playlist-item .item-content {
  flex: 1;
}

/* Tiêu đề video */
.playlist-item h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #eaeaea;
  margin-bottom: 4px; /* Tách dòng một chút với thời gian */
}

.playlist-item .item-time {
  font-size: 11px;
  color: #888;
}

/* Nút Play siêu nhỏ */
.playlist-item .play-sm {
  background: none;
  border: none;
  color: #888;
  font-size: 18px;
  cursor: pointer;
  margin-left: auto; /* QUAN TRỌNG: Đẩy nút play văng sát về lề bên phải */
}

/* Hiệu ứng hover toàn bộ hàng */
.playlist-item:hover h3,
.playlist-item:hover .play-sm,
.playlist-item:hover .item-num {
  color: var(--accent-orange);
  transition: color 0.2s;
}

/* Bổ sung chỉnh lại Responsive cho khung full-width */
@media (max-width: 1024px) {
  .section-feature__inner,
  .section-feature--dark .section-feature__inner {
    grid-template-columns: 1fr; /* Tràn thành 1 cột trên Mobile/Tablet */
  }
  .feature-info, 
  .section-feature--dark .feature-info, 
  .feature-playlist {
    padding: 40px 24px; /* Trả về lề an toàn 24px trên điện thoại */
  }
  .feature-media {
    min-height: 300px;
  }
}

/* ====================================================
   TIMELINE SECTION - FIX TRÀN VIỀN, THẲNG LỀ TRÁI VỚI SỐ 03
   ==================================================== */
.timeline-section {
  /* Ép padding trái/phải tính toán khớp 100% với lề của khối 03 */
  padding: 60px 60px 60px max(24px, 4vw);
  background-color: var(--bg-primary);
  border-top: 1px solid var(--border-light); 
  border-bottom: 1px solid var(--border-light);
  width: 100%;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; 
}

.section-head .title-bold {
  font-family: var(--font-condensed);
  font-size: 24px;
  font-weight: 700;
}

.section-head .see-all {
  font-size: 12px;
  font-weight: 700;
}

/* ====================================================
   TIMELINE SECTION - BẢN FIX ĐƯỜNG KẺ NGANG
   ==================================================== */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}

/* 1. Đường kẻ ngang đen đâm xuyên qua các cột */
.timeline-grid::before {
  content: '';
  position: absolute;
  top: 6px; /* Căn thẳng vào tâm của vòng tròn rỗng */
  left: 0;
  right: 0;
  height: 1px;
  background-color: #555; /* Màu xám mỏng giống mẫu */
  z-index: 1;
}

/* 2. Đầu mũi tên ở cuối đường kẻ */
.timeline-grid::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
  z-index: 1;
}
.timeline-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

/* 3. Đẩy ngày tháng xuống dưới dấu chấm */
.timeline-pin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

/* 3. Vòng tròn rỗng (viền cam, lõi be) */
.timeline-pin .dot {
  width: 13px;
  height: 13px;
  background-color: var(--bg-primary); /* Lõi tiệp màu nền để che đứt đường kẻ ngang bên dưới */
  border: 2px solid var(--accent-orange); /* Viền màu cam */
  border-radius: 50%;
  position: relative;
  z-index: 2; /* Nổi đè lên trên đường kẻ ngang */
}

.timeline-pin .time-label {
  font-size: 11px;
  color: #555;
  font-weight: 500;
  line-height: 1;
}

/* ====================================================
   RESPONSIVE (Bổ sung ẩn đường kẻ trên Mobile/Tablet)
   ==================================================== */
@media (max-width: 1024px) {
  .timeline-grid::before,
  .timeline-grid::after {
    display: none; /* Ẩn đường kẻ dài ngang vì trên tablet/mobile xếp lưới khác */
  }
  .timeline-pin {
    flex-direction: row; /* Đưa ngày tháng lên ngang hàng với chấm trên mobile cho gọn */
    align-items: center;
  }
}

.timeline-card .card-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 14px;
  min-height: 52px;
}

.timeline-card .card-img-wrap {
  height: 110px;
  overflow: hidden;
  margin-bottom: 12px;
}

.timeline-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
}

.timeline-card:hover .card-img-wrap img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.timeline-card .card-arrow {
  font-size: 18px;
  color: #333;
}

/* ====================================================
   BANNER QUOTE
   ==================================================== */
.banner-quote {
  background-color: #000;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.banner-quote__text {
  font-family: var(--font-condensed);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.banner-quote__text .highlight {
  color: var(--accent-orange);
}

.banner-quote__author {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.banner-quote__author .name {
  color: var(--accent-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-quote__author .rule {
  width: 120px;
  height: 1px;
  background-color: #444;
}

/* ====================================================
   FOOTER
   ==================================================== */
.footer {
  padding: 30px 0;
  font-size: 12px;
  background-color: var(--bg-primary);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer__brand .logo {
  font-family: var(--font-condensed);
  font-size: 20px;
  font-weight: 700;
}

.footer__brand .tagline {
  font-size: 10px;
  margin-left: 8px;
  color: #666;
}

.footer__links {
  display: flex;
  gap: 20px;
  font-weight: 600;
}

.footer__links a:hover {
  color: var(--accent-orange);
}

.back-to-top {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.back-to-top:hover {
  background-color: var(--accent-orange);
}

/* ====================================================
   RESPONSIVE BREAKPOINTS (ĐÃ TỐI ƯU MƯỢT MÀ)
   ==================================================== */
@media (max-width: 1024px) {
  /* Ép Hero chuyển về 1 cột trên Tablet & Mobile */
  .hero {
    min-height: auto;
    padding: 0px max(24px, 4vw);
  }
  
  .hero__inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .hero__meta-left {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  
  .hero__meta-left::before {
    display: none; /* Ẩn đường kẻ dọc thừa */
  }

  .hero__meta-left .meta-label {
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 0;
  }

  .hero__title {
    font-size: clamp(48px, 10vw, 80px); /* Thu nhỏ tiêu đề vừa vặn màn hình nhỏ */
    line-height: 0.95;
  }

  .hero__note {
    display: none;
  }

  .section-feature__inner,
  .section-feature--dark .section-feature__inner {
    grid-template-columns: 1fr;
  }
  
  .feature-info {
    padding: 40px max(24px, 4vw);
  }
  
  .feature-playlist {
    padding: 40px max(24px, 4vw);
  }

  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .timeline-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__nav .nav-list {
    display: none;
  }

  .hero__title {
    font-size: clamp(36px, 12vw, 60px); /* Co giãn linh hoạt trên mobile nhỏ */
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero__content {
    padding: 0px;
  }
}

/* Trạng thái mặc định của 2 gạch */
.btn-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Khi có class is-active (đã click) */
.btn-menu.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.btn-menu.is-active span:nth-child(2) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mặc định menu ẩn đi và đẩy sang phải (hoặc làm mờ) */
.site-overlay-menu {
    position: fixed;
    top: 0;
    right: -100%; /* Ẩn hẳn sang bên phải */
    width: 100%;
    max-width: 450px; /* Độ rộng của bảng menu trượt */
    height: 100vh;
    background-color: #111;
    z-index: 999;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

/* Khi Javascript thêm class 'menu-open' vào body thì menu trượt ra */
body.menu-open .site-overlay-menu {
    right: 0;
}

/* Style cho các chữ trong menu trượt */
.overlay-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-nav ul li {
    margin-bottom: 24px;
}

.overlay-nav ul li a {
    font-family: var(--font-condensed, sans-serif);
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
}

.overlay-nav ul li a:hover {
    color: var(--accent-orange, #FF5722);
}

.overlay-footer {
    margin-top: 60px;
    font-size: 12px;
    color: #777;
    letter-spacing: 1px;
}

/* Style cho nút Đóng (X) bên trong panel */
.overlay-close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 0;
    z-index: 10;
}

.overlay-close-btn:hover {
    color: #ff5722; /* Đổi màu khi di chuột vào */
}
/* Style cho chữ cái đầu tiên được bọc tự động */
.custom-drop-cap {
    font-size: 5.5rem !important;
    font-weight: 900 !important;
    font-family: 'Arial Black', Impact, sans-serif !important;
    line-height: 0.75 !important;
    float: left !important;
    margin-right: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 0 !important;
    color: #111 !important;
    text-transform: uppercase !important;
}

/* Tút tát lại danh sách ul, ol, li trong bài viết */
.article-body ul, 
.article-body ol {
    margin: 1.5em 0;
    padding-left: 1.5em; /* Tạo khoảng lùi đầu dòng chuẩn xác cho danh sách */
}

.article-body li {
    margin-bottom: 0.6em; /* Khoảng cách giữa các mục lân cận cho đỡ bị dính chữ */
    line-height: 1.6;     /* Giãn dòng giúp dễ đọc các đoạn thông tin chi tiết */
}

/* Định dạng riêng cho danh sách có thứ tự (ol) nếu muốn nổi bật số thứ tự */
.article-body ol li {
    padding-left: 0.3em;
}

/* Định dạng cho danh sách không thứ tự (ul) */
.article-body ul li {
    list-style-type: disc; /* Đảm bảo hiển thị dấu chấm tròn trang nhã */
}

/* Khôi phục chuẩn blockquote nền đen cinematic y hệt bản demo */
.article-body blockquote,
.article-quote {
    background-color: #111 !important; /* Nền đen tuyền cao cấp */
    color: #fff !important;             /* Chữ mặc định màu trắng */
    border: none !important;            /* Không xài viền trái nữa */
    border-left: none !important;
    
    padding: 40px 50px !important;      /* Khoảng đệm rộng rãi, thoáng đãng */
    margin: 3rem 0 !important;          /* Khoảng cách trên dưới rõ ràng */
    
    position: relative !important;
    border-radius: 4px !important;      /* Bo góc nhẹ cho mềm mại */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Thêm icon dấu ngoặc kép mờ ảo phía trên góc trái y hệt demo */
.article-body blockquote::before,
.article-quote::before {
    content: "“" !important;
    position: absolute !important;
    top: 15px !important;
    left: 30px !important;
    font-size: 60px !important;
    font-family: Georgia, serif !important;
    color: rgba(255, 255, 255, 0.15) !important; /* Màu trắng mờ tinh tế */
    line-height: 1 !important;
}

/* Định dạng chữ và font bên trong khối đen */
.article-body blockquote p,
.article-quote p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #fff !important;
    margin: 0 !important;
    text-align: center !important; /* Căn giữa nội dung quote cho ra dáng phát biểu trọng tâm */
}

/* Giữ nguyên màu cam điểm nhấn cho các từ khóa/đoạn được bọc span màu */
.article-body blockquote span,
.article-quote span {
    color: #FF5722 !important; /* Màu cam đặc trưng của thương hiệu */
    font-weight: 600 !important;
}

/* Trị dứt điểm căn giữa ảnh từ gốc Gutenberg */
.article-body .aligncenter,
.article-body .wp-block-image.aligncenter,
.article-body .wp-block-image.is-style-default {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    width: auto !important;
}

/* Ép thẻ div bọc ảnh căn giữa hoàn toàn */
.article-body .wp-block-image {
    margin: 2.5rem auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Định dạng chính cho ảnh bên trong */
.article-body img {
    display: block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 6px !important;
}