/* style/index-latest-promotions.css */
.page-index-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-latest-promotions__hero-section {
  background: linear-gradient(135deg, #003366 0%, #FFCC00 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-latest-promotions__hero-section > .page-index-latest-promotions__container {
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-latest-promotions__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-index-latest-promotions__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-index-latest-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
}

.page-index-latest-promotions__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-index-latest-promotions__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-index-latest-promotions__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #003366;
}

.page-index-latest-promotions__btn--secondary:hover {
  background-color: #002244;
  border-color: #002244;
  transform: translateY(-3px);
}

.page-index-latest-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.page-index-latest-promotions__feature-item {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-index-latest-promotions__feature-item:hover {
  transform: translateY(-10px);
}

.page-index-latest-promotions__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-latest-promotions__feature-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-latest-promotions__feature-item p {
  color: #555;
}

.page-index-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-index-latest-promotions__promo-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-latest-promotions__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-latest-promotions__promo-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-index-latest-promotions__promo-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-latest-promotions__promo-content h3 {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-index-latest-promotions__promo-content h3 a {
  color: #003366;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-latest-promotions__promo-content h3 a:hover {
  color: #FFCC00;
}

.page-index-latest-promotions__promo-content p {
  color: #666;
  margin-bottom: 20px;
}

.page-index-latest-promotions__promo-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-index-latest-promotions__promo-content ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFCC00"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 8px;
  color: #444;
}

.page-index-latest-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-latest-promotions__steps-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #003366;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-latest-promotions__steps-list li h3 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 10px;
}

.page-index-latest-promotions__steps-list li h3 a {
  color: #003366;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-latest-promotions__steps-list li h3 a:hover {
  color: #FFCC00;
}

.page-index-latest-promotions__steps-list li p {
  color: #555;
}

.page-index-latest-promotions__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-index-latest-promotions__tips-list li {
  background-color: #f0f5fa;
  border-left: 4px solid #FFCC00;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333;
}

.page-index-latest-promotions__tips-list li strong {
  color: #003366;
}

.page-index-latest-promotions__cta-section {
  background-color: #003366;
  color: #ffffff;
  padding: 60px;
  border-radius: 15px;
  margin-top: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions__cta-content h3 {
  font-size: 2.2em;
  color: #FFCC00;
  margin-bottom: 20px;
}

.page-index-latest-promotions__cta-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-latest-promotions__main-title {
    font-size: 2.8em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-index-latest-promotions__cta-section {
    padding: 40px;
  }
  .page-index-latest-promotions__cta-content h3 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions__hero-section {
    padding: 60px 0;
  }
  .page-index-latest-promotions__main-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__subtitle {
    font-size: 1.1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__features-grid,
  .page-index-latest-promotions__promo-grid,
  .page-index-latest-promotions__steps-list {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-latest-promotions__cta-section {
    padding: 30px;
  }
  .page-index-latest-promotions__cta-content h3 {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__cta-content p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions__main-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__subtitle {
    font-size: 1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__hero-section {
    padding: 40px 0;
  }
  .page-index-latest-promotions__promo-content h3 {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__steps-list li h3 {
    font-size: 1.4em;
  }
  .page-index-latest-promotions__cta-content h3 {
    font-size: 1.3em;
  }
}