.page-blog-huong-dan-dang-ky-gg88-com {
    font-family: 'Arial', sans-serif;
    color: #F3F8FF; /* Text Main */
    background-color: var(--deep-navy); /* Body background from shared.css is dark */
}

.page-blog-huong-dan-dang-ky-gg88-com__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    overflow: hidden;
    background-color: #08162B; /* Deep Navy */
}

.page-blog-huong-dan-dang-ky-gg88-com__hero-image {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-gg88-com__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-huong-dan-dang-ky-gg88-com__hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    max-width: 900px;
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-gg88-com__main-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-gg88-com__intro-text {
    font-size: clamp(16px, 1.8vw, 20px);
    color: #AFC4E8; /* Text Secondary */
    margin-bottom: 30px;
    line-height: 1.6;
}

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

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

.page-blog-huong-dan-dang-ky-gg88-com__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(43, 115, 246, 0.4);
}

.page-blog-huong-dan-dang-ky-gg88-com__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 115, 246, 0.6);
}

.page-blog-huong-dan-dang-ky-gg88-com__btn-secondary {
    background: #10233F; /* Card BG */
    color: #F3F8FF; /* Text Main */
    border: 2px solid #244D84; /* Border */
}

.page-blog-huong-dan-dang-ky-gg88-com__btn-secondary:hover {
    background: #1B3357; /* Divider */
    color: #F2C14E; /* Gold */
    border-color: #F2C14E;
}

.page-blog-huong-dan-dang-ky-gg88-com__content-area {
    padding: 50px 0;
    background-color: #08162B; /* Deep Navy */
    color: #F3F8FF; /* Text Main */
}

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

.page-blog-huong-dan-dang-ky-gg88-com__section-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 30px;
    padding-top: 20px;
}

.page-blog-huong-dan-dang-ky-gg88-com__text-block {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #AFC4E8; /* Text Secondary */
}

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

.page-blog-huong-dan-dang-ky-gg88-com__card {
    background: #10233F; /* Card BG */
    border: 1px solid #244D84; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #AFC4E8; /* Text Secondary */
}

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

.page-blog-huong-dan-dang-ky-gg88-com__card-title {
    font-size: 22px;
    font-weight: 600;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-gg88-com__step-by-step {
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-gg88-com__step-item {
    background: #10233F; /* Card BG */
    border: 1px solid #244D84; /* Border */
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-gg88-com__step-number {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(43, 115, 246, 0.4);
}

.page-blog-huong-dan-dang-ky-gg88-com__step-title {
    font-size: 24px;
    font-weight: 600;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-gg88-com__step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #AFC4E8; /* Text Secondary */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-gg88-com__list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    width: 100%;
    max-width: 700px;
}

.page-blog-huong-dan-dang-ky-gg88-com__list li {
    font-size: 17px;
    line-height: 1.7;
    color: #AFC4E8; /* Text Secondary */
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-blog-huong-dan-dang-ky-gg88-com__list li::before {
    content: '•';
    color: #F2C14E; /* Gold */
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 20px;
    top: -2px;
}

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

.page-blog-huong-dan-dang-ky-gg88-com__cta-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

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

/* FAQ Section */
.page-blog-huong-dan-dang-ky-gg88-com__faq-section {
    margin-top: 40px;
    margin-bottom: 60px;
}

details.page-blog-huong-dan-dang-ky-gg88-com__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #244D84; /* Border */
  overflow: hidden;
  background: #10233F; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
details.page-blog-huong-dan-dang-ky-gg88-com__faq-item summary.page-blog-huong-dan-dang-ky-gg88-com__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;
  color: #F3F8FF; /* Text Main */
  font-weight: 600;
}
details.page-blog-huong-dan-dang-ky-gg88-com__faq-item summary.page-blog-huong-dan-dang-ky-gg88-com__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-gg88-com__faq-item summary.page-blog-huong-dan-dang-ky-gg88-com__faq-question:hover {
  background: #1B3357; /* Divider */
}
.page-blog-huong-dan-dang-ky-gg88-com__faq-qtext {
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF;
}
.page-blog-huong-dan-dang-ky-gg88-com__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-gg88-com__faq-item .page-blog-huong-dan-dang-ky-gg88-com__faq-answer {
  padding: 0 20px 20px;
  background: #08162B; /* Deep Navy */
  border-radius: 0 0 8px 8px;
  color: #AFC4E8; /* Text Secondary */
  font-size: 16px;
  line-height: 1.6;
}

/* General image and container responsive styles */
.page-blog-huong-dan-dang-ky-gg88-com img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-gg88-com__hero-content {
        padding: 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__container {
        padding: 0 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__main-title {
        font-size: clamp(24px, 4.5vw, 40px);
    }
    .page-blog-huong-dan-dang-ky-gg88-com__intro-text {
        font-size: clamp(15px, 2vw, 18px);
    }
    .page-blog-huong-dan-dang-ky-gg88-com__btn-primary,
    .page-blog-huong-dan-dang-ky-gg88-com__btn-secondary {
        padding: 12px 24px;
        font-size: 16px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__section-title {
        font-size: clamp(22px, 3.5vw, 32px);
    }
    .page-blog-huong-dan-dang-ky-gg88-com__card-title {
        font-size: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-title {
        font-size: 22px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__faq-qtext {
        font-size: 16px;
    }
}

@media (max-width: 849px) {
    .page-blog-huong-dan-dang-ky-gg88-com__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-gg88-com__hero-section {
        padding-top: 10px; /* Ensure small top padding */
        padding-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__hero-content {
        margin-top: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__main-title {
        font-size: clamp(22px, 6vw, 36px);
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__intro-text {
        font-size: clamp(14px, 4vw, 18px);
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__btn-primary,
    .page-blog-huong-dan-dang-ky-gg88-com__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 15px;
        font-size: 16px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__content-area {
        padding: 30px 0;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__section-title {
        font-size: clamp(20px, 5vw, 28px);
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__text-block {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__card {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__card-title {
        font-size: 18px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-item {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-item p,
    .page-blog-huong-dan-dang-ky-gg88-com__list li {
        font-size: 15px;
        line-height: 1.6;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__step-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__cta-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__bottom-cta {
        flex-direction: column;
        gap: 15px;
    }
    details.page-blog-huong-dan-dang-ky-gg88-com__faq-item summary.page-blog-huong-dan-dang-ky-gg88-com__faq-question { padding: 15px; }
    .page-blog-huong-dan-dang-ky-gg88-com__faq-qtext { font-size: 15px; }
    details.page-blog-huong-dan-dang-ky-gg88-com__faq-item .page-blog-huong-dan-dang-ky-gg88-com__faq-answer { padding: 0 15px 15px; }

    /* Ensure all images and content containers don't overflow */
    .page-blog-huong-dan-dang-ky-gg88-com img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__section,
    .page-blog-huong-dan-dang-ky-gg88-com__card,
    .page-blog-huong-dan-dang-ky-gg88-com__container,
    .page-blog-huong-dan-dang-ky-gg88-com__step-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden; /* Prevent horizontal scroll for content */
    }
    .page-blog-huong-dan-dang-ky-gg88-com__products-section { /* No products section on this page, but as a general rule */
        overflow-x: hidden;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__article-body { /* For general article body content */
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
        padding: 0 15px;
    }
    .page-blog-huong-dan-dang-ky-gg88-com__section-title-wrap { /* General title wrap */
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
        padding: 0 15px;
    }
}