/* style/blog-how-to-register-bj66-account.css */

:root {
  --bj66-primary-color: #11A84E;
  --bj66-secondary-color: #22C768;
  --bj66-btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --bj66-card-bg: #11271B;
  --bj66-bg-color: #08160F;
  --bj66-text-main: #F2FFF6;
  --bj66-text-secondary: #A7D9B8;
  --bj66-border-color: #2E7A4E;
  --bj66-glow-color: #57E38D;
  --bj66-gold-color: #F2C14E;
  --bj66-divider-color: #1E3A2A;
  --bj66-deep-green-color: #0A4B2C;
}

.page-blog-how-to-register-bj66-account {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--bj66-text-main); /* Default text color for dark background */
  background-color: var(--bj66-bg-color);
}

.page-blog-how-to-register-bj66-account__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-bj66-account__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body already handles padding-top from header */
  text-align: center;
  overflow: hidden;
  background-color: var(--bj66-deep-green-color);
}

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

.page-blog-how-to-register-bj66-account__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
  display: block;
}

.page-blog-how-to-register-bj66-account__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  color: var(--bj66-text-main);
}

.page-blog-how-to-register-bj66-account__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--bj66-gold-color);
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-register-bj66-account__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--bj66-text-secondary);
}

.page-blog-how-to-register-bj66-account__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-how-to-register-bj66-account__btn-primary,
.page-blog-how-to-register-bj66-account__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-blog-how-to-register-bj66-account__btn-primary {
  background: var(--bj66-btn-gradient);
  color: #ffffff;
  border: 2px solid var(--bj66-glow-color);
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-how-to-register-bj66-account__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
}

.page-blog-how-to-register-bj66-account__btn-secondary {
  background-color: transparent;
  color: var(--bj66-gold-color);
  border: 2px solid var(--bj66-gold-color);
}

.page-blog-how-to-register-bj66-account__btn-secondary:hover {
  background-color: var(--bj66-gold-color);
  color: var(--bj66-bg-color);
  transform: translateY(-3px);
}

.page-blog-how-to-register-bj66-account__content-section,
.page-blog-how-to-register-bj66-account__verification-section,
.page-blog-how-to-register-bj66-account__issues-section,
.page-blog-how-to-register-bj66-account__faq-section {
  padding: 60px 0;
  background-color: var(--bj66-bg-color);
  color: var(--bj66-text-main);
}

.page-blog-how-to-register-bj66-account__steps-section,
.page-blog-how-to-register-bj66-account__security-tips-section,
.page-blog-how-to-register-bj66-account__why-choose-section,
.page-blog-how-to-register-bj66-account__conclusion-section {
  padding: 60px 0;
  background-color: var(--bj66-deep-green-color);
  color: var(--bj66-text-main);
}

.page-blog-how-to-register-bj66-account__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: var(--bj66-gold-color);
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.3);
}

.page-blog-how-to-register-bj66-account__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--bj66-text-secondary);
  text-align: justify;
}

.page-blog-how-to-register-bj66-account__inline-link {
  color: var(--bj66-gold-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-register-bj66-account__inline-link:hover {
  text-decoration: underline;
  color: var(--bj66-glow-color);
}

.page-blog-how-to-register-bj66-account__step-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-bj66-account__step-item {
  background-color: var(--bj66-card-bg);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--bj66-border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-register-bj66-account__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-bj66-account__step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bj66-primary-color);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 15px var(--bj66-glow-color);
}

.page-blog-how-to-register-bj66-account__step-icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  height: auto;
}

.page-blog-how-to-register-bj66-account__step-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--bj66-gold-color);
}

.page-blog-how-to-register-bj66-account__step-description {
  font-size: 1em;
  color: var(--bj66-text-secondary);
}

.page-blog-how-to-register-bj66-account__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-how-to-register-bj66-account__info-grid,
.page-blog-how-to-register-bj66-account__issue-grid,
.page-blog-how-to-register-bj66-account__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-bj66-account__card {
  background-color: var(--bj66-card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--bj66-border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--bj66-text-main);
}

.page-blog-how-to-register-bj66-account__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.page-blog-how-to-register-bj66-account__card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--bj66-gold-color);
}

.page-blog-how-to-register-bj66-account__card-text {
  font-size: 1em;
  color: var(--bj66-text-secondary);
}

.page-blog-how-to-register-bj66-account__security-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

.page-blog-how-to-register-bj66-account__list-item {
  display: flex;
  align-items: flex-start;
  background-color: var(--bj66-card-bg);
  padding: 25px;
  border-radius: 10px;
  border: 1px solid var(--bj66-border-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-bj66-account__list-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.page-blog-how-to-register-bj66-account__list-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
  color: var(--bj66-gold-color);
}

.page-blog-how-to-register-bj66-account__list-text {
  font-size: 0.95em;
  color: var(--bj66-text-secondary);
}

.page-blog-how-to-register-bj66-account__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-register-bj66-account__faq-item {
  background-color: var(--bj66-card-bg);
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid var(--bj66-border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--bj66-text-main);
}

.page-blog-how-to-register-bj66-account__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: var(--bj66-gold-color);
  list-style: none;
}

.page-blog-how-to-register-bj66-account__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-bj66-account__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-bj66-account__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-how-to-register-bj66-account__faq-item[open] .page-blog-how-to-register-bj66-account__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-bj66-account__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: var(--bj66-text-secondary);
  text-align: justify;
}

.page-blog-how-to-register-bj66-account__faq-answer p {
  margin-bottom: 0;
}

/* Responsive styles */
@media (min-width: 769px) {
  .page-blog-how-to-register-bj66-account__security-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-bj66-account__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-how-to-register-bj66-account__description {
    font-size: 1em;
  }

  .page-blog-how-to-register-bj66-account__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-bj66-account__text-block,
  .page-blog-how-to-register-bj66-account__card-text,
  .page-blog-how-to-register-bj66-account__step-description,
  .page-blog-how-to-register-bj66-account__list-text,
  .page-blog-how-to-register-bj66-account__faq-answer p {
    font-size: 15px;
  }

  .page-blog-how-to-register-bj66-account__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-how-to-register-bj66-account__hero-content {
    padding: 20px 15px;
  }

  .page-blog-how-to-register-bj66-account__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-register-bj66-account__btn-primary,
  .page-blog-how-to-register-bj66-account__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-bj66-account__container,
  .page-blog-how-to-register-bj66-account__content-section,
  .page-blog-how-to-register-bj66-account__steps-section,
  .page-blog-how-to-register-bj66-account__verification-section,
  .page-blog-how-to-register-bj66-account__security-tips-section,
  .page-blog-how-to-register-bj66-account__issues-section,
  .page-blog-how-to-register-bj66-account__why-choose-section,
  .page-blog-how-to-register-bj66-account__faq-section,
  .page-blog-how-to-register-bj66-account__conclusion-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-how-to-register-bj66-account img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-bj66-account__step-item,
  .page-blog-how-to-register-bj66-account__info-card,
  .page-blog-how-to-register-bj66-account__issue-card,
  .page-blog-how-to-register-bj66-account__advantage-card {
    padding: 20px;
  }

  .page-blog-how-to-register-bj66-account__list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-how-to-register-bj66-account__list-icon {
    margin: 0 auto 15px auto;
  }

  .page-blog-how-to-register-bj66-account__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-register-bj66-account__faq-answer {
    padding: 0 20px 15px 20px;
  }
}