.page-resources-fun88-ios-promotions {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF; /* Explicitly set for clarity, assuming shared.css default */
}

.page-resources-fun88-ios-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-fun88-ios-promotions__section {
  padding: 60px 0;
}

.page-resources-fun88-ios-promotions__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-resources-fun88-ios-promotions__section-title {
  font-size: 36px;
  color: #017439;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-resources-fun88-ios-promotions__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-resources-fun88-ios-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #017439, #FFFFFF);
}

.page-resources-fun88-ios-promotions__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-fun88-ios-promotions__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-fun88-ios-promotions__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-fun88-ios-promotions__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-fun88-ios-promotions__hero-title {
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-fun88-ios-promotions__hero-description {
  font-size: 22px;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 30px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-resources-fun88-ios-promotions__hero-description a {
  color: #FFFF00; /* Register/Login font color */
  text-decoration: underline;
}

.page-resources-fun88-ios-promotions__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-fun88-ios-promotions__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fun88-ios-promotions__btn-primary {
  background: #C30808; /* Register/Login button color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-fun88-ios-promotions__btn-primary:hover {
  background: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fun88-ios-promotions__btn-secondary {
  background: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-fun88-ios-promotions__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-fun88-ios-promotions__why-choose .page-resources-fun88-ios-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fun88-ios-promotions__feature-item {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-fun88-ios-promotions__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-fun88-ios-promotions__feature-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-fun88-ios-promotions__feature-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-fun88-ios-promotions__feature-text {
  font-size: 16px;
  color: #555555;
}

.page-resources-fun88-ios-promotions__feature-text a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-fun88-ios-promotions__promotions-summary .page-resources-fun88-ios-promotions__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fun88-ios-promotions__promotion-card {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-fun88-ios-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-fun88-ios-promotions__promotion-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-fun88-ios-promotions__promotion-card .page-resources-fun88-ios-promotions__promotion-title {
  font-size: 22px;
  color: #017439;
  margin: 20px 20px 10px 20px;
  font-weight: 700;
}

.page-resources-fun88-ios-promotions__promotion-card .page-resources-fun88-ios-promotions__promotion-text {
  font-size: 16px;
  color: #555555;
  padding: 0 20px;
  flex-grow: 1;
}

.page-resources-fun88-ios-promotions__promotion-card .page-resources-fun88-ios-promotions__promotion-text a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-fun88-ios-promotions__promotion-list {
  list-style-type: disc;
  margin: 15px 20px 20px 40px;
  padding: 0;
  color: #666666;
  font-size: 15px;
}

.page-resources-fun88-ios-promotions__promotion-list li {
  margin-bottom: 8px;
}

.page-resources-fun88-ios-promotions__promotion-card .page-resources-fun88-ios-promotions__btn-primary {
  margin: 0 20px 20px 20px;
  align-self: flex-start;
  padding: 12px 25px;
  font-size: 16px;
  text-align: center;
}

.page-resources-fun88-ios-promotions__download-guide .page-resources-fun88-ios-promotions__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-fun88-ios-promotions__guide-step {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-fun88-ios-promotions__guide-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-fun88-ios-promotions__guide-step img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-fun88-ios-promotions__guide-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-fun88-ios-promotions__guide-title a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-fun88-ios-promotions__guide-step p {
  font-size: 16px;
  color: #555555;
}

.page-resources-fun88-ios-promotions__guide-step p a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-fun88-ios-promotions__cta-bottom {
  text-align: center;
  margin-top: 60px;
}

.page-resources-fun88-ios-promotions__terms-conditions .page-resources-fun88-ios-promotions__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-fun88-ios-promotions__terms-list li {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  font-size: 16px;
  color: #555555;
}

.page-resources-fun88-ios-promotions__terms-list li h3 {
  color: #017439;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-fun88-ios-promotions__terms-conditions .page-resources-fun88-ios-promotions__section-description a {
  color: #017439;
  text-decoration: underline;
}

/* FAQ Section */
.page-resources-fun88-ios-promotions__faq-list {
  margin-top: 40px;
}