.page-blog-how-to-register-b69-and-claim-bonuses {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-register-b69-and-claim-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-b69-and-claim-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
}

.page-blog-how-to-register-b69-and-claim-bonuses__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.page-blog-how-to-register-b69-and-claim-bonuses__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.8);
  border-radius: 10px;
  margin-top: -100px; /* Adjust to slightly overlap the image for visual effect */
}

.page-blog-how-to-register-b69-and-claim-bonuses__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-register-b69-and-claim-bonuses__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-b69-and-claim-bonuses__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-how-to-register-b69-and-claim-bonuses__cta-button--secondary {
  background: none;
  border: 2px solid #11A84E;
  color: #11A84E;
}

.page-blog-how-to-register-b69-and-claim-bonuses__cta-button--secondary:hover {
  background: #11A84E;
  color: #ffffff;
}

.page-blog-how-to-register-b69-and-claim-bonuses__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-blog-how-to-register-b69-and-claim-bonuses__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #57E38D; /* Glow */
}

.page-blog-how-to-register-b69-and-claim-bonuses__introduction-section,
.page-blog-how-to-register-b69-and-claim-bonuses__benefits-section,
.page-blog-how-to-register-b69-and-claim-bonuses__faq-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__steps-section,
.page-blog-how-to-register-b69-and-claim-bonuses__promotions-section,
.page-blog-how-to-register-b69-and-claim-bonuses__conclusion-section {
  padding: 80px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-how-to-register-b69-and-claim-bonuses__text-block .highlight {
  color: #F2C14E;
  font-weight: bold;
}

.page-blog-how-to-register-b69-and-claim-bonuses__step-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-blog-how-to-register-b69-and-claim-bonuses__step-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  top: -20px;
  left: 20px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-b69-and-claim-bonuses__step-title {
  font-size: 1.6em;
  color: #F2C14E; /* Gold */
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__step-description,
.page-blog-how-to-register-b69-and-claim-bonuses__info-list {
  color: #A7D9B8;
}

.page-blog-how-to-register-b69-and-claim-bonuses__info-list {
  list-style: disc;
  margin-left: 20px;
  margin-top: 15px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__benefit-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__benefit-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__benefit-description {
  color: #A7D9B8;
}

.page-blog-how-to-register-b69-and-claim-bonuses__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__promo-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__promo-title {
  font-size: 1.3em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__promo-description {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #F2FFF6;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  list-style: none;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-toggle {
  font-size: 1.5em;
  margin-left: 10px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-item[open] .page-blog-how-to-register-b69-and-claim-bonuses__faq-toggle {
  content: '−';
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8;
}

.page-blog-how-to-register-b69-and-claim-bonuses__faq-answer p {
  margin: 0;
  color: #A7D9B8;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-register-b69-and-claim-bonuses__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-b69-and-claim-bonuses__hero-content {
    margin-top: -50px;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__section-title {
    font-size: 1.7em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__text-block {
    font-size: 1em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__steps-section,
  .page-blog-how-to-register-b69-and-claim-bonuses__introduction-section,
  .page-blog-how-to-register-b69-and-claim-bonuses__benefits-section,
  .page-blog-how-to-register-b69-and-claim-bonuses__promotions-section,
  .page-blog-how-to-register-b69-and-claim-bonuses__faq-section,
  .page-blog-how-to-register-b69-and-claim-bonuses__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__container {
    padding: 0 15px;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__cta-button,
  .page-blog-how-to-register-b69-and-claim-bonuses__cta-button--secondary,
  .page-blog-how-to-register-b69-and-claim-bonuses a[class*="button"],
  .page-blog-how-to-register-b69-and-claim-bonuses a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-register-b69-and-claim-bonuses__cta-buttons,
  .page-blog-how-to-register-b69-and-claim-bonuses__button-group,
  .page-blog-how-to-register-b69-and-claim-bonuses__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-register-b69-and-claim-bonuses__section,
  .page-blog-how-to-register-b69-and-claim-bonuses__card,
  .page-blog-how-to-register-b69-and-claim-bonuses__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__promo-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-b69-and-claim-bonuses__main-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__section-title {
    font-size: 1.5em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__step-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__step-item::before {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    top: -15px;
    left: 15px;
  }

  .page-blog-how-to-register-b69-and-claim-bonuses__promo-image {
    height: 150px;
  }
}