/* style/exclusive-offers-vip-loyalty-programs.css */
.page-exclusive-offers-vip-loyalty-programs {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Primary dark background */
}

.page-exclusive-offers-vip-loyalty-programs__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-exclusive-offers-vip-loyalty-programs__hero {
  background: linear-gradient(135deg, #0A192F, #1A345E);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-exclusive-offers-vip-loyalty-programs__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Secondary gold for emphasis */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-exclusive-offers-vip-loyalty-programs__hero-subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-exclusive-offers-vip-loyalty-programs__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
}

.page-exclusive-offers-vip-loyalty-programs__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F;
  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;
}

.page-exclusive-offers-vip-loyalty-programs__hero-button:hover {
  background-color: #E0B000; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-exclusive-offers-vip-loyalty-programs__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-exclusive-offers-vip-loyalty-programs__section:last-of-type {
  border-bottom: none;
}

.page-exclusive-offers-vip-loyalty-programs__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-exclusive-offers-vip-loyalty-programs__section-description,
.page-exclusive-offers-vip-loyalty-programs__text-block {
  font-size: 1.1em;
  color: #C0C0C0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-exclusive-offers-vip-loyalty-programs__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-exclusive-offers-vip-loyalty-programs__feature-item {
  background-color: #1A345E;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-exclusive-offers-vip-loyalty-programs__feature-item:hover {
  transform: translateY(-5px);
}

.page-exclusive-offers-vip-loyalty-programs__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-exclusive-offers-vip-loyalty-programs__feature-text {
  font-size: 1em;
  color: #A0A0A0;
}

.page-exclusive-offers-vip-loyalty-programs__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  margin: 40px 0;
}

.page-exclusive-offers-vip-loyalty-programs__list,
.page-exclusive-offers-vip-loyalty-programs__ordered-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
}

.page-exclusive-offers-vip-loyalty-programs__list li,
.page-exclusive-offers-vip-loyalty-programs__ordered-list li {
  background-color: #1A345E;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-exclusive-offers-vip-loyalty-programs__list li strong {
  color: #FFD700;
}

.page-exclusive-offers-vip-loyalty-programs__note {
  font-style: italic;
  color: #909090;
  text-align: center;
  margin-top: 30px;
  font-size: 0.95em;
}

.page-exclusive-offers-vip-loyalty-programs__exclusive-benefits .page-exclusive-offers-vip-loyalty-programs__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.page-exclusive-offers-vip-loyalty-programs__image-right {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  margin-left: 30px;
  flex-shrink: 0;
  order: 2;
}

.page-exclusive-offers-vip-loyalty-programs__exclusive-benefits .page-exclusive-offers-vip-loyalty-programs__list-icon {
  max-width: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
  order: 1;
  flex-grow: 1;
}

.page-exclusive-offers-vip-loyalty-programs__list-icon li {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.page-exclusive-offers-vip-loyalty-programs__list-icon li i {
  color: #FFD700;
  margin-right: 15px;
  font-size: 1.4em;
  /* Placeholder for actual icon styles */
}

/* Basic icon styles - replace with actual icon font/SVG */
.icon-star::before { content: '⭐'; }
.icon-money::before { content: '💰'; }
.icon-gift::before { content: '🎁'; }
.icon-clock::before { content: '⏱️'; }
.icon-calendar::before { content: '🗓️'; }
.icon-percent::before { content: '💸'; }
.icon-birthday::before { content: '🎂'; }

.page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.page-exclusive-offers-vip-loyalty-programs__image-left {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  margin-right: 30px;
  flex-shrink: 0;
  order: 1;
}

.page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__section-description,
.page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__sub-title,
.page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__ordered-list,
.page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__list {
  max-width: 600px;
  margin-left: 0;
  order: 2;
  flex-grow: 1;
}

.page-exclusive-offers-vip-loyalty-programs__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-exclusive-offers-vip-loyalty-programs__ordered-list li {
  list-style-type: decimal;
  margin-left: 20px;
}

.page-exclusive-offers-vip-loyalty-programs__button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 30px;
  font-size: 1em;
}

.page-exclusive-offers-vip-loyalty-programs__button:hover {
  background-color: #E0B000;
  transform: translateY(-2px);
}

.page-exclusive-offers-vip-loyalty-programs__button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-exclusive-offers-vip-loyalty-programs__button--primary:hover {
  background-color: #E0B000;
}

.page-exclusive-offers-vip-loyalty-programs__button--secondary {
  background-color: #1A345E;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-exclusive-offers-vip-loyalty-programs__button--secondary:hover {
  background-color: #0A192F;
  color: #FFD700;
  border-color: #E0B000;
}

.page-exclusive-offers-vip-loyalty-programs__responsible-gambling .page-exclusive-offers-vip-loyalty-programs__button {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}

.page-exclusive-offers-vip-loyalty-programs__how-to-join .page-exclusive-offers-vip-loyalty-programs__button {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}

.page-exclusive-offers-vip-loyalty-programs__conclusion .page-exclusive-offers-vip-loyalty-programs__button {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-exclusive-offers-vip-loyalty-programs__hero-title {
    font-size: 2.8em;
  }
  .page-exclusive-offers-vip-loyalty-programs__section-title {
    font-size: 2em;
  }
  .page-exclusive-offers-vip-loyalty-programs__exclusive-benefits .page-exclusive-offers-vip-loyalty-programs__container,
  .page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__container {
    flex-direction: column;
    text-align: center;
  }
  .page-exclusive-offers-vip-loyalty-programs__image-right,
  .page-exclusive-offers-vip-loyalty-programs__image-left {
    margin: 30px auto;
    order: initial;
  }
  .page-exclusive-offers-vip-loyalty-programs__exclusive-benefits .page-exclusive-offers-vip-loyalty-programs__list-icon,
  .page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__section-description,
  .page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__sub-title,
  .page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__ordered-list,
  .page-exclusive-offers-vip-loyalty-programs__loyalty-program .page-exclusive-offers-vip-loyalty-programs__list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-exclusive-offers-vip-loyalty-programs__sub-title {
    text-align: center;
  }
  .page-exclusive-offers-vip-loyalty-programs__list li,
  .page-exclusive-offers-vip-loyalty-programs__ordered-list li {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-exclusive-offers-vip-loyalty-programs__hero {
    padding: 60px 0;
  }
  .page-exclusive-offers-vip-loyalty-programs__hero-title {
    font-size: 2.2em;
  }
  .page-exclusive-offers-vip-loyalty-programs__hero-subtitle {
    font-size: 1.1em;
  }
  .page-exclusive-offers-vip-loyalty-programs__section {
    padding: 40px 0;
  }
  .page-exclusive-offers-vip-loyalty-programs__section-title {
    font-size: 1.8em;
  }
  .page-exclusive-offers-vip-loyalty-programs__section-description,
  .page-exclusive-offers-vip-loyalty-programs__text-block {
    font-size: 1em;
  }
  .page-exclusive-offers-vip-loyalty-programs__features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-exclusive-offers-vip-loyalty-programs__hero-title {
    font-size: 1.8em;
  }
  .page-exclusive-offers-vip-loyalty-programs__hero-subtitle {
    font-size: 0.9em;
  }
  .page-exclusive-offers-vip-loyalty-programs__hero-button {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-exclusive-offers-vip-loyalty-programs__section-title {
    font-size: 1.5em;
  }
  .page-exclusive-offers-vip-loyalty-programs__feature-title {
    font-size: 1.3em;
  }
  .page-exclusive-offers-vip-loyalty-programs__list li,
  .page-exclusive-offers-vip-loyalty-programs__ordered-list li {
    font-size: 0.95em;
    padding: 15px;
  }
  .page-exclusive-offers-vip-loyalty-programs__sub-title {
    font-size: 1.5em;
  }
  .page-exclusive-offers-vip-loyalty-programs__list-icon li {
    font-size: 1em;
  }
  .page-exclusive-offers-vip-loyalty-programs__list-icon li i {
    font-size: 1.2em;
  }
}