.page-blog-huong-dan-dang-ky-bet169 {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --card-bg: #17191F;
  --background-color: #0D0E12;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange-color: #D96800;
  color: var(--text-main-color); /* Default text color for the page */
  background-color: var(--background-color); /* Page background from custom colors */
}

.page-blog-huong-dan-dang-ky-bet169__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  padding-bottom: 60px;
  background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-bet169__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-bet169__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-blog-huong-dan-dang-ky-bet169__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-bet169__description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  margin-bottom: 30px;
  max-width: 600px;
}

.page-blog-huong-dan-dang-ky-bet169__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-bet169__btn-primary,
.page-blog-huong-dan-dang-ky-bet169__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-huong-dan-dang-ky-bet169__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-bet169__btn-primary:hover {
  background: linear-gradient(180deg, var(--deep-orange-color) 0%, var(--secondary-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-huong-dan-dang-ky-bet169__btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-bet169__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-huong-dan-dang-ky-bet169__hero-image-wrapper {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-bet169__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-bet169__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-bet169__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-huong-dan-dang-ky-bet169__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--secondary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-bet169__why-register-section p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-bet169__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-bet169__feature-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-bet169__feature-item:hover {
  transform: translateY(-5px);
}

.page-blog-huong-dan-dang-ky-bet169__feature-title {
  font-size: 1.5rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-bet169__feature-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-main-color);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-bet169__guide-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-bet169__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-bet169__step-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-bet169__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-huong-dan-dang-ky-bet169__step-title {
  font-size: 1.6rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-bet169__step-item p,
.page-blog-huong-dan-dang-ky-bet169__info-list {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-bet169__info-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-bet169__info-list li {
  margin-bottom: 8px;
}

.page-blog-huong-dan-dang-ky-bet169__important-notes-section ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-bet169__important-notes-section li {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-bet169__important-notes-section li strong {
  color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-bet169__promo-section p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-bet169__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-dang-ky-bet169__card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-huong-dan-dang-ky-bet169__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-huong-dan-dang-ky-bet169__card-title {
  font-size: 1.4rem;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-bet169__card p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-main-color);
  margin-bottom: 25px;
  text-align: center;
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-bet169__faq-section {
  padding-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-bet169__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-bet169__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-bet169__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main-color);
  cursor: pointer;
  background-color: var(--card-bg);
  border-bottom: 1px solid var(--border-color);
  list-style: none; /* For details/summary */
}

.page-blog-huong-dan-dang-ky-bet169__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-bet169__faq-item[open] .page-blog-huong-dan-dang-ky-bet169__faq-question {
  border-bottom: 1px solid var(--border-color);
}

.page-blog-huong-dan-dang-ky-bet169__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-bet169__faq-toggle {
  font-size: 1.5rem;
  margin-left: 20px;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-bet169__faq-item[open] .page-blog-huong-dan-dang-ky-bet169__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-bet169__faq-answer {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-bet169__cta-bottom-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-bet169__cta-bottom-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-main-color);
  margin-bottom: 30px;
}

/* General image responsiveness */
.page-blog-huong-dan-dang-ky-bet169 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-bet169__hero-container {
    padding: 30px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-bet169__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-huong-dan-dang-ky-bet169__description {
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
  }

  .page-blog-huong-dan-dang-ky-bet169__content-area {
    padding: 50px 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__features-grid,
  .page-blog-huong-dan-dang-ky-bet169__step-by-step,
  .page-blog-huong-dan-dang-ky-bet169__promo-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }

  .page-blog-huong-dan-dang-ky-bet169__feature-title {
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__step-title {
    font-size: 1.4rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__card-title {
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__faq-question {
    font-size: 1.1rem;
    padding: 18px;
  }

  .page-blog-huong-dan-dang-ky-bet169__faq-answer {
    padding: 18px;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-bet169__hero-section {
    padding-top: 10px !important; /* Small top padding, assuming body handles header offset */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-bet169__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-blog-huong-dan-dang-ky-bet169__hero-content {
    text-align: center;
    order: 2; /* Content below image */
  }

  .page-blog-huong-dan-dang-ky-bet169__hero-image-wrapper {
    order: 1; /* Image above content */
  }

  .page-blog-huong-dan-dang-ky-bet169__main-title {
    font-size: 2.5rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__description {
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__btn-primary,
  .page-blog-huong-dan-dang-ky-bet169__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__content-area {
    padding: 40px 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-bet169__why-register-section p,
  .page-blog-huong-dan-dang-ky-bet169__guide-section p,
  .page-blog-huong-dan-dang-ky-bet169__promo-section p,
  .page-blog-huong-dan-dang-ky-bet169__cta-bottom-section p {
    font-size: 1rem;
    text-align: left;
  }

  .page-blog-huong-dan-dang-ky-bet169__features-grid,
  .page-blog-huong-dan-dang-ky-bet169__step-by-step,
  .page-blog-huong-dan-dang-ky-bet169__promo-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-bet169__feature-title {
    font-size: 1.2rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__step-title {
    font-size: 1.3rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__info-list,
  .page-blog-huong-dan-dang-ky-bet169__important-notes-section ul {
    margin-left: 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__important-notes-section li {
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__card-title {
    font-size: 1.2rem;
  }

  .page-blog-huong-dan-dang-ky-bet169__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__faq-answer {
    font-size: 0.95rem;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__faq-toggle {
    font-size: 1.3rem;
  }

  /* General image responsiveness for mobile */
  .page-blog-huong-dan-dang-ky-bet169 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-bet169__section,
  .page-blog-huong-dan-dang-ky-bet169__card,
  .page-blog-huong-dan-dang-ky-bet169__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-huong-dan-dang-ky-bet169__cta-bottom-section .page-blog-huong-dan-dang-ky-bet169__cta-buttons {
    padding: 0;
  }
}