.page-promotions {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #0A2342; /* Main dark blue background */
}

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

.page-promotions__hero {
  background: linear-gradient(135deg, #0A2342 0%, #1a3a60 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #E0B400; /* Accent gold border */
}

.page-promotions__hero-title {
  font-size: 3.5em;
  color: #E0B400; /* Gold title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-promotions__hero-subtitle {
  font-size: 1.4em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

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

.page-promotions__btn--primary {
  background-color: #E0B400; /* Gold button */
  color: #0A2342;
  margin-top: 20px;
}

.page-promotions__btn--primary:hover {
  background-color: #f5c83b; /* Lighter gold on hover */
  color: #000;
}

.page-promotions__btn--secondary {
  background-color: transparent;
  color: #E0B400; /* Gold text, transparent background */
  border: 2px solid #E0B400;
  margin-left: 15px;
}

.page-promotions__btn--secondary:hover {
  background-color: #E0B400;
  color: #0A2342;
}

.page-promotions__section-title {
  font-size: 2.5em;
  color: #E0B400; /* Gold title */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-promotions__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  color: #cccccc;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #cccccc;
}

/* Introduction Section */
.page-promotions__introduction {
  padding: 80px 0;
  background-color: #0A2342;
}

.page-promotions__intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-promotions__intro-item {
  text-align: center;
  padding: 30px;
  background-color: #1a3a60; /* Slightly lighter blue */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #E0B400;
}

.page-promotions__intro-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(224, 180, 0, 0.7));
}

.page-promotions__intro-item h3 {
  font-size: 1.8em;
  color: #E0B400;
  margin-bottom: 15px;
}

.page-promotions__intro-item p {
  font-size: 1em;
  color: #cccccc;
  line-height: 1.6;
}

/* Featured Promotions List */
.page-promotions__featured {
  padding: 80px 0;
  background-color: #0A2342;
}

.page-promotions__promotions-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.page-promotions__promotion-card {
  background-color: #1a3a60;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  border: 1px solid #2e5282;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions__promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6);
}

.page-promotions__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 3px solid #E0B400;
}

.page-promotions__card-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-promotions__card-title {
  font-size: 1.8em;
  color: #E0B400;
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-promotions__card-title a {
  color: #E0B400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions__card-title a:hover {
  color: #f5c83b;
}

.page-promotions__card-description {
  font-size: 1em;
  color: #cccccc;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

/* Call to Action Section */
.page-promotions__cta-section {
  background-color: #0A2342;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #2e5282;
}

.page-promotions__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions__disclaimer {
  font-size: 0.9em;
  color: #888888;
  margin-top: 40px;
  line-height: 1.6;
}

/* Responsible Gaming Section */
.page-promotions__responsible-gaming {
  background-color: #1a3a60;
  padding: 80px 0;
  border-top: 1px solid #2e5282;
}

.page-promotions__responsible-gaming .page-promotions__section-title {
  color: #E0B400;
}

.page-promotions__responsible-gaming .page-promotions__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-promotions__responsible-gaming .page-promotions__btn {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-promotions__hero-subtitle {
    font-size: 1.2em;
  }
  .page-promotions__section-title {
    font-size: 2em;
  }
  .page-promotions__promotions-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions__hero {
    padding: 80px 0;
  }
  .page-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-promotions__hero-subtitle {
    font-size: 1em;
  }
  .page-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-promotions__intro-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions__promotions-list {
    grid-template-columns: 1fr;
  }
  .page-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions__cta-buttons .page-promotions__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-promotions__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  .page-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-promotions__hero-subtitle {
    font-size: 0.9em;
  }
  .page-promotions__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-promotions__card-title {
    font-size: 1.5em;
  }
  .page-promotions__card-image {
    height: 180px;
  }
  .page-promotions__container {
    padding: 0 10px;
  }
}