.page-blog-88clup-apk-registration-bonus {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-88clup-apk-registration-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-88clup-apk-registration-bonus__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-88clup-apk-registration-bonus__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 40px; /* Space between image and content */
}

.page-blog-88clup-apk-registration-bonus__hero-content {
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-88clup-apk-registration-bonus__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-88clup-apk-registration-bonus__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-88clup-apk-registration-bonus__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-88clup-apk-registration-bonus__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-88clup-apk-registration-bonus__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-88clup-apk-registration-bonus__text-block {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-88clup-apk-registration-bonus__intro-section,
.page-blog-88clup-apk-registration-bonus__bonus-section,
.page-blog-88clup-apk-registration-bonus__security-tips {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-88clup-apk-registration-bonus__guide-section,
.page-blog-88clup-apk-registration-bonus__faq-section,
.page-blog-88clup-apk-registration-bonus__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-88clup-apk-registration-bonus__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-88clup-apk-registration-bonus__feature-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-blog-88clup-apk-registration-bonus__feature-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-88clup-apk-registration-bonus__feature-title {
  font-size: 1.5rem;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-88clup-apk-registration-bonus__feature-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

.page-blog-88clup-apk-registration-bonus__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-88clup-apk-registration-bonus__step-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  position: relative;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-88clup-apk-registration-bonus__step-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #11A84E; /* Main color */
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  border: 3px solid #08160F; /* Background */
  box-shadow: 0 0 0 5px #2E7A4E;
}

.page-blog-88clup-apk-registration-bonus__step-image {
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-88clup-apk-registration-bonus__step-title {
  font-size: 1.3rem;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-88clup-apk-registration-bonus__step-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

.page-blog-88clup-apk-registration-bonus__cta-block {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  border: 1px solid #2E7A4E;
}

.page-blog-88clup-apk-registration-bonus__cta-block .page-blog-88clup-apk-registration-bonus__text-block {
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.page-blog-88clup-apk-registration-bonus__ordered-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-88clup-apk-registration-bonus__ordered-list li {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E;
}

.page-blog-88clup-apk-registration-bonus__ordered-list li:last-child {
  margin-bottom: 0;
}

.page-blog-88clup-apk-registration-bonus__list-title {
  font-size: 1.4rem;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-88clup-apk-registration-bonus__ordered-list p {
  color: #A7D9B8;
  font-size: 1rem;
}

.page-blog-88clup-apk-registration-bonus__faq-list {
  margin-top: 40px;
}

.page-blog-88clup-apk-registration-bonus__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E;
  overflow: hidden;
}

.page-blog-88clup-apk-registration-bonus__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  outline: none;
  background-color: #11271B; /* Card BG */
}

.page-blog-88clup-apk-registration-bonus__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-88clup-apk-registration-bonus__faq-qtext {
  flex-grow: 1;
}

.page-blog-88clup-apk-registration-bonus__faq-toggle {
  font-size: 1.8rem;
  margin-left: 15px;
  color: #57E38D; /* Glow */
  line-height: 1;
}

.page-blog-88clup-apk-registration-bonus__faq-item[open] .page-blog-88clup-apk-registration-bonus__faq-toggle {
  content: '−';
}

.page-blog-88clup-apk-registration-bonus__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8;
  font-size: 1rem;
}

.page-blog-88clup-apk-registration-bonus__bullet-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-88clup-apk-registration-bonus__bullet-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #A7D9B8;
  font-size: 1rem;
}

.page-blog-88clup-apk-registration-bonus__bullet-list li:last-child {
  margin-bottom: 0;
}

.page-blog-88clup-apk-registration-bonus__list-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 4px;
  object-fit: contain;
  display: block; /* Ensure it respects max-width */
}

.page-blog-88clup-apk-registration-bonus__bullet-list strong {
  color: #F2FFF6;
  font-weight: 600;
}

.page-blog-88clup-apk-registration-bonus__conclusion-section .page-blog-88clup-apk-registration-bonus__cta-button {
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-88clup-apk-registration-bonus__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-88clup-apk-registration-bonus__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
  .page-blog-88clup-apk-registration-bonus__hero-description {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .page-blog-88clup-apk-registration-bonus {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-88clup-apk-registration-bonus__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-88clup-apk-registration-bonus__hero-image {
    margin-bottom: 30px;
  }
  .page-blog-88clup-apk-registration-bonus__hero-content {
    padding: 0 10px;
  }
  .page-blog-88clup-apk-registration-bonus__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-88clup-apk-registration-bonus__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-blog-88clup-apk-registration-bonus__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-88clup-apk-registration-bonus__section-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    margin-bottom: 30px;
  }
  .page-blog-88clup-apk-registration-bonus__intro-section,
  .page-blog-88clup-apk-registration-bonus__bonus-section,
  .page-blog-88clup-apk-registration-bonus__security-tips,
  .page-blog-88clup-apk-registration-bonus__guide-section,
  .page-blog-88clup-apk-registration-bonus__faq-section,
  .page-blog-88clup-apk-registration-bonus__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-88clup-apk-registration-bonus__container {
    padding: 0 10px;
  }
  .page-blog-88clup-apk-registration-bonus__feature-list,
  .page-blog-88clup-apk-registration-bonus__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-88clup-apk-registration-bonus__feature-item,
  .page-blog-88clup-apk-registration-bonus__step-item {
    padding: 25px;
    padding-top: 55px;
  }
  .page-blog-88clup-apk-registration-bonus__step-number {
    top: -15px;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .page-blog-88clup-apk-registration-bonus__feature-title,
  .page-blog-88clup-apk-registration-bonus__step-title {
    font-size: 1.2rem;
  }
  .page-blog-88clup-apk-registration-bonus__text-block,
  .page-blog-88clup-apk-registration-bonus__feature-description,
  .page-blog-88clup-apk-registration-bonus__step-description,
  .page-blog-88clup-apk-registration-bonus__ordered-list p,
  .page-blog-88clup-apk-registration-bonus__bullet-list li {
    font-size: 0.95rem;
  }
  .page-blog-88clup-apk-registration-bonus__cta-block {
    padding: 25px;
    margin-top: 40px;
  }
  .page-blog-88clup-apk-registration-bonus__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-88clup-apk-registration-bonus__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-88clup-apk-registration-bonus__list-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  /* Mobile image response */
  .page-blog-88clup-apk-registration-bonus img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-88clup-apk-registration-bonus__intro-section,
  .page-blog-88clup-apk-registration-bonus__guide-section,
  .page-blog-88clup-apk-registration-bonus__bonus-section,
  .page-blog-88clup-apk-registration-bonus__faq-section,
  .page-blog-88clup-apk-registration-bonus__security-tips,
  .page-blog-88clup-apk-registration-bonus__conclusion-section,
  .page-blog-88clup-apk-registration-bonus__container,
  .page-blog-88clup-apk-registration-bonus__card,
  .page-blog-88clup-apk-registration-bonus__cta-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-blog-88clup-apk-registration-bonus__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-88clup-apk-registration-bonus__video-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-88clup-apk-registration-bonus__cta-button {
    font-size: 0.95rem;
    padding: 10px 20px;
  }
  .page-blog-88clup-apk-registration-bonus__section-title {
    font-size: 1.5rem;
  }
  .page-blog-88clup-apk-registration-bonus__faq-item summary {
    font-size: 0.95rem;
  }
}