.page-promotions-fish-game-exclusive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-promotions-fish-game-exclusive .highlight {
  color: #00BFFF;
  font-weight: bold;
}

.page-promotions-fish-game-exclusive__hero {
  position: relative;
  background: linear-gradient(135deg, #FFD700 0%, #00BFFF 100%);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.page-promotions-fish-game-exclusive__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-fish-game-exclusive__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-promotions-fish-game-exclusive__subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #eee;
  line-height: 1.4;
}

.page-promotions-fish-game-exclusive__hero-image {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 500px;
  height: auto;
  opacity: 0.8;
  z-index: 1;
  transform: rotate(5deg);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.page-promotions-fish-game-exclusive__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
}

.page-promotions-fish-game-exclusive__button--primary {
  background-color: #FFD700;
  color: #1a1a1a; /* Darker text for contrast on bright yellow */
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-fish-game-exclusive__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-fish-game-exclusive__button--secondary {
  background-color: #00BFFF;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 191, 255, 0.4);
}

.page-promotions-fish-game-exclusive__button--secondary:hover {
  background-color: #00a0e6;
  transform: translateY(-3px);
}

.page-promotions-fish-game-exclusive__button--link {
  background: none;
  border: 2px solid #00BFFF;
  color: #00BFFF;
  padding: 10px 20px;
  border-radius: 30px;
}

.page-promotions-fish-game-exclusive__button--link:hover {
  background-color: #00BFFF;
  color: #fff;
}

.page-promotions-fish-game-exclusive__text-link {
  color: #00BFFF;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-fish-game-exclusive__text-link:hover {
  text-decoration: underline;
}

.page-promotions-fish-game-exclusive__section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-promotions-fish-game-exclusive__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
}

.page-promotions-fish-game-exclusive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promotions-fish-game-exclusive__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-promotions-fish-game-exclusive__grid-item:hover {
  transform: translateY(-5px);
}

.page-promotions-fish-game-exclusive__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.page-promotions-fish-game-exclusive__item-title {
  font-size: 1.8em;
  color: #00BFFF;
  margin-bottom: 15px;
}

.page-promotions-fish-game-exclusive__item-description {
  color: #555;
  font-size: 1.1em;
}

.page-promotions-fish-game-exclusive__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.page-promotions-fish-game-exclusive__promo-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
}

.page-promotions-fish-game-exclusive__promo-card:hover {
  transform: translateY(-8px);
}

.page-promotions-fish-game-exclusive__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 5px solid #FFD700;
}

.page-promotions-fish-game-exclusive__promo-details {
  padding: 25px;
}

.page-promotions-fish-game-exclusive__promo-title {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 15px;
  min-height: 70px; /* Ensure consistent height */
}

.page-promotions-fish-game-exclusive__promo-description {
  color: #666;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-promotions-fish-game-exclusive__promo-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-promotions-fish-game-exclusive__promo-list li {
  margin-bottom: 10px;
  color: #555;
  font-size: 0.95em;
  display: flex;
  align-items: center;
}

.page-promotions-fish-game-exclusive__promo-list li .icon-check {
  color: #00BFFF;
  margin-right: 10px;
  font-size: 1.2em;
}

/* Simple check icon for demonstration */
.page-promotions-fish-game-exclusive__promo-list li .icon-check::before {
  content: '✔';
}

.page-promotions-fish-game-exclusive__how-to-claim {
  background-color: #e0f7fa; /* Light blue background */
  padding: 60px 20px;
  border-radius: 20px;
}

.page-promotions-fish-game-exclusive__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-promotions-fish-game-exclusive__steps li {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.page-promotions-fish-game-exclusive__step-icon {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #1a1a1a; /* Darker text for contrast */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-promotions-fish-game-exclusive__step-title {
  font-size: 1.7em;
  color: #333;
  margin-bottom: 15px;
}

.page-promotions-fish-game-exclusive__step-description {
  color: #555;
  font-size: 1em;
}

.page-promotions-fish-game-exclusive__cta-bottom {
  margin-top: 50px;
}

.page-promotions-fish-game-exclusive__cta-bottom p {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 25px;
}

.page-promotions-fish-game-exclusive__faq {
  text-align: left;
}

.page-promotions-fish-game-exclusive__accordion {
  margin-top: 40px;
}

.page-promotions-fish-game-exclusive__accordion-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.page-promotions-fish-game-exclusive__accordion-header {
  font-size: 1.3em;
  color: #333;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #eee;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-promotions-fish-game-exclusive__accordion-header:hover {
  background-color: #e5e5e5;
}

.page-promotions-fish-game-exclusive__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  color: #00BFFF;
}

.page-promotions-fish-game-exclusive__accordion-header.active::after {
  content: '-';
}

.page-promotions-fish-game-exclusive__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-fish-game-exclusive__accordion-content p {
  padding: 15px 0;
  color: #555;
  font-size: 1em;
}

.page-promotions-fish-game-exclusive__responsible-gaming {
  background-color: #fff3e0; /* Light orange/gold tint */
  padding: 50px 20px;
  border-radius: 20px;
  margin-top: 80px;
}

.page-promotions-fish-game-exclusive__responsible-text {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-fish-game-exclusive__contact-us {
  margin-top: 80px;
  background-color: #e3f2fd; /* Light blue tint */
  padding: 60px 20px;
  border-radius: 20px;
}

.page-promotions-fish-game-exclusive__contact-text {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-fish-game-exclusive__hero-image {
    width: 400px;
    right: -10%;
  }

  .page-promotions-fish-game-exclusive__title {
    font-size: 3em;
  }

  .page-promotions-fish-game-exclusive__subtitle {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-promotions-fish-game-exclusive__hero {
    padding: 60px 20px;
  }

  .page-promotions-fish-game-exclusive__hero-image {
    display: none; /* Hide image on smaller screens */
  }

  .page-promotions-fish-game-exclusive__title {
    font-size: 2.5em;
  }

  .page-promotions-fish-game-exclusive__subtitle {
    font-size: 1.1em;
  }

  .page-promotions-fish-game-exclusive__section-title {
    font-size: 2em;
  }

  .page-promotions-fish-game-exclusive__grid,
  .page-promotions-fish-game-exclusive__promo-cards,
  .page-promotions-fish-game-exclusive__steps {
    grid-template-columns: 1fr;
  }

  .page-promotions-fish-game-exclusive__promo-title {
    font-size: 1.5em;
    min-height: auto;
  }

  .page-promotions-fish-game-exclusive__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-promotions-fish-game-exclusive__accordion-content p {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-promotions-fish-game-exclusive__hero {
    padding: 40px 15px;
  }

  .page-promotions-fish-game-exclusive__title {
    font-size: 2em;
  }

  .page-promotions-fish-game-exclusive__subtitle {
    font-size: 1em;
  }

  .page-promotions-fish-game-exclusive__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-fish-game-exclusive__section-title {
    font-size: 1.8em;
  }

  .page-promotions-fish-game-exclusive__item-title {
    font-size: 1.5em;
  }

  .page-promotions-fish-game-exclusive__step-title {
    font-size: 1.4em;
  }

  .page-promotions-fish-game-exclusive__promo-image {
    height: 180px;
  }
}