/* style/blog-cap-nhat-khuyen-mai-moi-nhat-bom88.css */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88 {
  color: #F3F8FF; /* Text Main */
  background-color: var(--deep-navy); /* Body background from shared */
  font-family: Arial, sans-serif;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: var(--deep-navy);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F3F8FF; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__description-text {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button color */
  color: #F3F8FF; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 0 15px rgba(43, 115, 246, 0.6);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-secondary {
  background: transparent;
  color: #2B73F6;
  border: 2px solid #2B73F6;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__btn-secondary:hover {
  background: rgba(43, 115, 246, 0.1);
  color: #4FA8FF; /* Glow */
  border-color: #4FA8FF;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__promo-banner-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

/* Promo List Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__promo-list-section {
  padding: 60px 0;
  background-color: #08162B; /* Deep Navy */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #F3F8FF; /* Text Main */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #AFC4E8; /* Text Secondary */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__promo-card {
  background-color: #10233F; /* Card BG */
  border: 1px solid #244D84; /* Border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-bom88__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}