.page-blog-huong-dan-dang-ky-game68 {
  font-family: 'Arial', sans-serif;
  color: #F3F8FF; /* Text Main */
  background-color: #08162B; /* Deep Navy - body background */
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, relying on shared.css for body padding-top */
}

.page-blog-huong-dan-dang-ky-game68__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-game68__hero-section {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-game68__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-game68__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-game68__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-game68__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-game68__description {
  font-size: 1.15rem;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-huong-dan-dang-ky-game68__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-game68__btn-primary,
.page-blog-huong-dan-dang-ky-game68__btn-secondary,
.page-blog-huong-dan-dang-ky-game68 a[class*="button"],
.page-blog-huong-dan-dang-ky-game68 a[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-game68__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button gradient */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-game68__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-huong-dan-dang-ky-game68__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-blog-huong-dan-dang-ky-game68__btn-secondary:hover {
  background: rgba(242, 193, 78, 0.1);
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-game68__section {
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-game68__section--why-register {
  background-color: #10233F; /* Card BG */
}

.page-blog-huong-dan-dang-ky-game68__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-game68__text-block {
  font-size: 1rem;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 30px;
  text-align: justify;
}

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

.page-blog-huong-dan-dang-ky-game68__feature-card {
  background-color: #1B3357; /* Divider - slightly darker */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-game68__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-game68__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #F3F8FF; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-game68__feature-card p {
  color: #AFC4E8;
  font-size: 0.95rem;
}

.page-blog-huong-dan-dang-ky-game68__section--registration-steps {
  background-color: #08162B;
}

.page-blog-huong-dan-dang-ky-game68__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-game68__step-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background-color: #10233F;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #244D84; /* Border */
}

.page-blog-huong-dan-dang-ky-game68__step-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #113B7A; /* Primary color */
  border-radius: 50%;
  border: 2px solid #F2C14E;
}

.page-blog-huong-dan-dang-ky-game68__step-content {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-game68__step-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #F3F8FF;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-game68__step-content p,
.page-blog-huong-dan-dang-ky-game68__step-content ul {
  color: #AFC4E8;
  font-size: 1rem;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-game68__step-content ul {
  list-style: disc inside;
  padding-left: 20px;
}

.page-blog-huong-dan-dang-ky-game68__step-content strong {
  color: #F3F8FF;
}

.page-blog-huong-dan-dang-ky-game68__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-game68__text-block--note {
  background-color: #1B3357;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid #244D84;
}

.page-blog-huong-dan-dang-ky-game68__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #F2C14E;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-game68__text-block--note ul {
  list-style: disc inside;
  padding-left: 20px;
  color: #AFC4E8;
}

.page-blog-huong-dan-dang-ky-game68__text-block--note ul li {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-game68__section--benefits {
  background-color: #10233F;
}

.page-blog-huong-dan-dang-ky-game68__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-blog-huong-dan-dang-ky-game68__benefit-list li {
  background-color: #1B3357;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.05rem;
  color: #F3F8FF;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #F2C14E; /* Gold */
}

.page-blog-huong-dan-dang-ky-game68__benefit-list li::before {
  content: '✔';
  color: #F2C14E;
  font-size: 1.3rem;
  font-weight: bold;
}

.page-blog-huong-dan-dang-ky-game68__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-blog-huong-dan-dang-ky-game68__section--faq {
  background-color: #08162B;
}

.page-blog-huong-dan-dang-ky-game68__faq-list {
  margin-top: 40px;
}

details.page-blog-huong-dan-dang-ky-game68__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #10233F; /* Card BG */
}

details.page-blog-huong-dan-dang-ky-game68__faq-item summary.page-blog-huong-dan-dang-ky-game68__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

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

details.page-blog-huong-dan-dang-ky-game68__faq-item summary.page-blog-huong-dan-dang-ky-game68__faq-question:hover {
  background: #1B3357; /* Divider - slightly darker for hover */
}

.page-blog-huong-dan-dang-ky-game68__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF;
}

.page-blog-huong-dan-dang-ky-game68__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-huong-dan-dang-ky-game68__faq-item .page-blog-huong-dan-dang-ky-game68__faq-answer {
  padding: 0 20px 20px;
  background: #1B3357; /* Divider */
  border-radius: 0 0 5px 5px;
  color: #AFC4E8;
}

.page-blog-huong-dan-dang-ky-game68__section--conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-game68__cta-final {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

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

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-game68__container {
    padding: 0 15px;
  }

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

  .page-blog-huong-dan-dang-ky-game68__description {
    font-size: 1.05rem;
  }

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

  .page-blog-huong-dan-dang-ky-game68__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-blog-huong-dan-dang-ky-game68__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-game68__step-number {
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-game68__step-content ul {
    text-align: left;
  }

  .page-blog-huong-dan-dang-ky-game68__benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px) {
  .page-blog-huong-dan-dang-ky-game68__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    position: static;
    height: auto;
    padding-bottom: 0;
  }
  .page-blog-huong-dan-dang-ky-game68__hero-image-wrapper {
    padding-bottom: 0;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-game68 {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .page-blog-huong-dan-dang-ky-game68__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-game68__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-huong-dan-dang-ky-game68__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-huong-dan-dang-ky-game68__btn-primary,
  .page-blog-huong-dan-dang-ky-game68__btn-secondary,
  .page-blog-huong-dan-dang-ky-game68 a[class*="button"],
  .page-blog-huong-dan-dang-ky-game68 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: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-game68__section {
    padding: 40px 0;
  }

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

  .page-blog-huong-dan-dang-ky-game68__text-block {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-game68__feature-grid {
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-game68__feature-card {
    padding: 25px;
  }

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

  .page-blog-huong-dan-dang-ky-game68__step-item {
    padding: 20px;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-game68__step-number {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }

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

  .page-blog-huong-dan-dang-ky-game68__step-content p,
  .page-blog-huong-dan-dang-ky-game68__step-content ul {
    font-size: 0.9rem;
  }

  .page-blog-huong-dan-dang-ky-game68__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-game68__text-block--note {
    padding: 25px;
  }

  .page-blog-huong-dan-dang-ky-game68__sub-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-game68__benefit-list li {
    padding: 18px;
    font-size: 1rem;
    gap: 10px;
  }

  details.page-blog-huong-dan-dang-ky-game68__faq-item summary.page-blog-huong-dan-dang-ky-game68__faq-question {
    padding: 15px;
  }

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

  .page-blog-huong-dan-dang-ky-game68__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }

  details.page-blog-huong-dan-dang-ky-game68__faq-item .page-blog-huong-dan-dang-ky-game68__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-huong-dan-dang-ky-game68__cta-final {
    flex-direction: column;
    gap: 15px;
  }

  /* Ensure content containers do not overflow */
  .page-blog-huong-dan-dang-ky-game68__container,
  .page-blog-huong-dan-dang-ky-game68__section,
  .page-blog-huong-dan-dang-ky-game68__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-huong-dan-dang-ky-game68__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}