/* style/blog-how-to-register-pau88-new-user-bonus.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-dark: #1a1a1a;
  --btn-login: #EA7C07;
}

.page-blog-how-to-register-pau88-new-user-bonus {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Body is dark, so text is light by default */
  background-color: var(--bg-dark);
}

.page-blog-how-to-register-pau88-new-user-bonus__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-register-pau88-new-user-bonus__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-blog-how-to-register-pau88-new-user-bonus__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-blog-how-to-register-pau88-new-user-bonus__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  color: var(--text-light);
}

.page-blog-how-to-register-pau88-new-user-bonus__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-pau88-new-user-bonus__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-register-pau88-new-user-bonus__btn-primary,
.page-blog-how-to-register-pau88-new-user-bonus__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-register-pau88-new-user-bonus__btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-how-to-register-pau88-new-user-bonus__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--secondary-color); /* Light background for content */
  color: var(--text-dark); /* Dark text on light background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -40px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-blog-how-to-register-pau88-new-user-bonus__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-register-pau88-new-user-bonus__section-title--light {
  color: var(--secondary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-pau88-new-user-bonus__text-block {
  font-size: 1.05em;
  margin-bottom: 25px;
  line-height: 1.7;
}

.page-blog-how-to-register-pau88-new-user-bonus__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-pau88-new-user-bonus__step-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-how-to-register-pau88-new-user-bonus__step-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-register-pau88-new-user-bonus__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-pau88-new-user-bonus__list {
  list-style: disc inside;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}

.page-blog-how-to-register-pau88-new-user-bonus__list li {
  margin-bottom: 8px;
}

.page-blog-how-to-register-pau88-new-user-bonus__offers-grid,
.page-blog-how-to-register-pau88-new-user-bonus__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-pau88-new-user-bonus__card {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  color: var(--text-dark);
  border: 1px solid #e0e0e0; /* Added for clarity */
}

.page-blog-how-to-register-pau88-new-user-bonus__card-title {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-register-pau88-new-user-bonus__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
  min-height: 200px; /* Enforce minimum size */
  min-width: 200px;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: var(--secondary-color);
  color: var(--text-dark);
  overflow: hidden;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-question:hover {
  background-color: #e9e9e9;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-item[open] .page-blog-how-to-register-pau88-new-user-bonus__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-blog-how-to-register-pau88-new-user-bonus__cta-section {
  background-color: var(--primary-color);
  padding: 80px 20px;
  text-align: center;
  color: var(--secondary-color);
}

.page-blog-how-to-register-pau88-new-user-bonus__cta-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 20px auto 40px auto;
  line-height: 1.7;
}

/* Ensure all images maintain original color */
.page-blog-how-to-register-pau88-new-user-bonus img {
  filter: none; /* No CSS filters to change image color */
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-register-pau88-new-user-bonus {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__hero-section {
    padding: 10px 15px 40px 15px; /* Adjust padding for mobile */
  }

  .page-blog-how-to-register-pau88-new-user-bonus__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-how-to-register-pau88-new-user-bonus__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__btn-primary,
  .page-blog-how-to-register-pau88-new-user-bonus__btn-secondary {
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__content-area {
    padding: 30px 15px;
    margin-top: -20px; /* Adjust overlap */
  }

  .page-blog-how-to-register-pau88-new-user-bonus__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__step-item {
    padding: 20px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__step-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__offers-grid,
  .page-blog-how-to-register-pau88-new-user-bonus__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__card {
    padding: 20px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__card-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__cta-section {
    padding: 50px 15px;
  }

  .page-blog-how-to-register-pau88-new-user-bonus__cta-text {
    font-size: 1.05em;
    margin-bottom: 30px;
  }

  /* Mobile responsive for all images */
  .page-blog-how-to-register-pau88-new-user-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile responsive for all image containers */
  .page-blog-how-to-register-pau88-new-user-bonus__hero-image-wrapper,
  .page-blog-how-to-register-pau88-new-user-bonus__step-by-step,
  .page-blog-how-to-register-pau88-new-user-bonus__offers-grid,
  .page-blog-how-to-register-pau88-new-user-bonus__benefits-grid,
  .page-blog-how-to-register-pau88-new-user-bonus__faq-list,
  .page-blog-how-to-register-pau88-new-user-bonus__cta-section,
  .page-blog-how-to-register-pau88-new-user-bonus__step-item,
  .page-blog-how-to-register-pau88-new-user-bonus__offer-card,
  .page-blog-how-to-register-pau88-new-user-bonus__benefit-item,
  .page-blog-how-to-register-pau88-new-user-bonus__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Specific override for content-area to remove its own padding adjustments */
  .page-blog-how-to-register-pau88-new-user-bonus__content-area {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Dark background elements for contrast */
.page-blog-how-to-register-pau88-new-user-bonus__dark-bg {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

/* Light background elements for contrast */
.page-blog-how-to-register-pau88-new-user-bonus__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

/* Specific contrast adjustments */
.page-blog-how-to-register-pau88-new-user-bonus p,
.page-blog-how-to-register-pau88-new-user-bonus li {
  color: var(--text-dark); /* Default for light background content */
}

.page-blog-how-to-register-pau88-new-user-bonus__dark-section p,
.page-blog-how-to-register-pau88-new-user-bonus__dark-section li {
  color: var(--text-light); /* For dark background sections */
}

.page-blog-how-to-register-pau88-new-user-bonus__cta-section p,
.page-blog-how-to-register-pau88-new-user-bonus__cta-section h2 {
  color: var(--text-light);
}

/* Ensure summary in details has correct contrast on light background */
.page-blog-how-to-register-pau88-new-user-bonus__faq-question {
  color: var(--primary-color);
  background-color: #f5f5f5; /* Light background */
}

/* Remove default details marker */
.page-blog-how-to-register-pau88-new-user-bonus__faq-item summary {
  list-style: none;
}

.page-blog-how-to-register-pau88-new-user-bonus__faq-item summary::-webkit-details-marker {
  display: none;
}