.page-resources-suncity-promotions-and-guides {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-resources-suncity-promotions-and-guides__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  overflow: hidden;
  color: #ffffff;
}

.page-resources-suncity-promotions-and-guides__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-suncity-promotions-and-guides__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  border-radius: 10px;
}

.page-resources-suncity-promotions-and-guides__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-suncity-promotions-and-guides__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-suncity-promotions-and-guides__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  padding-top: 40px;
}

.page-resources-suncity-promotions-and-guides__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-suncity-promotions-and-guides__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-suncity-promotions-and-guides__light-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-suncity-promotions-and-guides__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #f0f0f0;
}

.page-resources-suncity-promotions-and-guides__btn-primary,
.page-resources-suncity-promotions-and-guides__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-suncity-promotions-and-guides__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-suncity-promotions-and-guides__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-suncity-promotions-and-guides__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-suncity-promotions-and-guides__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-suncity-promotions-and-guides__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-suncity-promotions-and-guides__btn-text:hover {
  text-decoration: underline;
}

.page-resources-suncity-promotions-and-guides__card-grid,
.page-resources-suncity-promotions-and-guides__promo-grid,
.page-resources-suncity-promotions-and-guides__game-guide-grid,
.page-resources-suncity-promotions-and-guides__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-suncity-promotions-and-guides__card,
.page-resources-suncity-promotions-and-guides__promo-item,
.page-resources-suncity-promotions-and-guides__benefit-item {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-suncity-promotions-and-guides__card-image,
.page-resources-suncity-promotions-and-guides__benefit-icon,
.page-resources-suncity-promotions-and-guides__faq-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-suncity-promotions-and-guides__card-title,
.page-resources-suncity-promotions-and-guides__promo-title,
.page-resources-suncity-promotions-and-guides__benefit-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-suncity-promotions-and-guides__card-title a,
.page-resources-suncity-promotions-and-guides__promo-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-suncity-promotions-and-guides__card-title a:hover,
.page-resources-suncity-promotions-and-guides__promo-title a:hover {
  text-decoration: underline;
}

.page-resources-suncity-promotions-and-guides__card-text,
.page-resources-suncity-promotions-and-guides__promo-text,
.page-resources-suncity-promotions-and-guides__benefit-text {
  font-size: 1em;
  color: #f0f0f0;
  flex-grow: 1;
}

.page-resources-suncity-promotions-and-guides__promo-details {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}

.page-resources-suncity-promotions-and-guides__promo-details li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #f0f0f0;
}

.page-resources-suncity-promotions-and-guides__promo-details li::before {
  content: '✓';
  color: #26A9E0;
  position: absolute;
  left: 0;
}

.page-resources-suncity-promotions-and-guides__faq-container {
  margin-top: 40px;
}

.page-resources-suncity-promotions-and-guides__faq-item {
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-suncity-promotions-and-guides__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-suncity-promotions-and-guides__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-suncity-promotions-and-guides__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-suncity-promotions-and-guides__faq-qtext {
  flex-grow: 1;
  color: #ffffff;
}

.page-resources-suncity-promotions-and-guides__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-suncity-promotions-and-guides__faq-item[open] .page-resources-suncity-promotions-and-guides__faq-toggle {
  content: '−';
}

.page-resources-suncity-promotions-and-guides__faq-answer {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-suncity-promotions-and-guides__faq-answer p {
  margin-bottom: 0;
}

.page-resources-suncity-promotions-and-guides__faq-image {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 800px;
  width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-suncity-promotions-and-guides__hero-title {
    font-size: 2.8em;
  }
  .page-resources-suncity-promotions-and-guides__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-suncity-promotions-and-guides__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-suncity-promotions-and-guides__hero-title {
    font-size: 2em;
  }
  .page-resources-suncity-promotions-and-guides__hero-description {
    font-size: 1em;
  }
  .page-resources-suncity-promotions-and-guides__section-title {
    font-size: 1.8em;
  }
  .page-resources-suncity-promotions-and-guides__card-grid,
  .page-resources-suncity-promotions-and-guides__promo-grid,
  .page-resources-suncity-promotions-and-guides__game-guide-grid,
  .page-resources-suncity-promotions-and-guides__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-suncity-promotions-and-guides__content-area {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-suncity-promotions-and-guides__btn-primary,
  .page-resources-suncity-promotions-and-guides__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }
  .page-resources-suncity-promotions-and-guides img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-suncity-promotions-and-guides__section,
  .page-resources-suncity-promotions-and-guides__card,
  .page-resources-suncity-promotions-and-guides__container,
  .page-resources-suncity-promotions-and-guides__hero-section,
  .page-resources-suncity-promotions-and-guides__promo-item,
  .page-resources-suncity-promotions-and-guides__benefit-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-suncity-promotions-and-guides__faq-item summary {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-resources-suncity-promotions-and-guides__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-suncity-promotions-and-guides__hero-title {
    font-size: 1.8em;
  }
  .page-resources-suncity-promotions-and-guides__hero-description {
    font-size: 0.9em;
  }
  .page-resources-suncity-promotions-and-guides__section-title {
    font-size: 1.5em;
  }
}