/* style/blog-uu-dai-khuyen-mai-moi-nhat-jj888.css */

/* Base styles for the page content */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main color */
  background: #B71C1C; /* Background color */
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Hero Section */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__hero-image {
  width: 100%;
  height: 600px; /* Fixed height for desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop to fill space */
  display: block;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__hero-content {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 15px;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__main-title {
  font-size: 3.2em;
  font-weight: 700;
  color: #FFD86A; /* Gold-like for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__hero-description {
  font-size: 1.3em;
  color: #FFF5E1;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General button styles */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-primary,
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-secondary,
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  min-width: 180px;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom button color */
  color: #7A0E0E; /* Deep Red for text on gold button */
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-secondary {
  background: transparent;
  color: #FFCC66; /* Glow color for secondary button text */
  border: 2px solid #F2B544; /* Border color */
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFF5E1;
  border-color: #FFF5E1;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-tertiary {
  background: #D32F2F; /* Card BG color */
  color: #FFF5E1; /* Text Main color */
  border: none;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__btn-tertiary:hover {
  background: #7A0E0E; /* Deep Red */
  transform: translateY(-2px);
}

/* Section titles and subtitles */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__section-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #FFD86A; /* Gold-like for titles */
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__section-title--light {
  color: #FFD86A;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF5E1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__subtitle--light {
  color: #FFF5E1;
}

/* Intro Section */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__intro-section {
  padding: 60px 0;
  background: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main color */
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__intro-section .page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__section-title {
  color: #FFD86A;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #FFF5E1;
}

/* Promotions Grid Section */
.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__promotions-grid {
  padding: 60px 0;
  background: #7A0E0E; /* Deep Red for dark background */
  color: #FFF5E1;
}

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

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__promo-card {
  background: #D32F2F; /* Card BG color */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: #FFF5E1;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__card-title {
  font-size: 1.4em;
  font-weight: 700;
  padding: 20px 20px 10px;
  color: #FFD86A;
}

.page-blog-uu-dai-khuyen-mai-moi-nhat-jj888__card-description {
  font-size: 1em;
  padding: 0 20px 20px;
  flex-grow: 1;
  color: #FFF5E1;
}