.page-blog-huong-dan-dang-ky-dh88 {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light background */
    background-color: var(--secondary-color, #FFFFFF); /* Inherit from shared or default to white */
    line-height: 1.6;
}

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

/* Hero Section */
.page-blog-huong-dan-dang-ky-dh88__hero-section {
    padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.page-blog-huong-dan-dang-ky-dh88__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for hero image */
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.page-blog-huong-dan-dang-ky-dh88__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover for desktop to fill space */
}

.page-blog-huong-dan-dang-ky-dh88__hero-content {
    position: relative; /* Ensure content is above image if needed, but not overlaying */
    padding: 30px 20px;
    max-width: 800px;
    background-color: #ffffff; /* Explicit background for content for contrast */
    border-radius: 8px;
    margin-top: -80px; /* Pull content up over image slightly */
    z-index: 10; /* Ensure content is above image */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-dh88__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size for H1 */
    color: #26A9E0; /* Brand color */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-huong-dan-dang-ky-dh88__hero-description {
    font-size: 1.15rem;
    color: #555555;
    margin-bottom: 30px;
}

/* General Section Styling */
.page-blog-huong-dan-dang-ky-dh88__section {
    padding: 40px 0;
    margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-dh88__section:nth-of-type(even) {
    background-color: #f9f9f9; /* Light grey background for alternating sections */
}

.page-blog-huong-dan-dang-ky-dh88__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-dh88__content-area {
    font-size: 1rem;
    color: #333333;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-dh88__content-area p {
    margin-bottom: 1em;
}

.page-blog-huong-dan-dang-ky-dh88__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 1.5em;
}

.page-blog-huong-dan-dang-ky-dh88__list li {
    margin-bottom: 0.5em;
    color: #333333;
}

/* Step-by-step Section */
.page-blog-huong-dan-dang-ky-dh88__steps-section .page-blog-huong-dan-dang-ky-dh88__content-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page-blog-huong-dan-dang-ky-dh88__step-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-dh88__step-title {
    font-size: 1.5rem;
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-dh88__step-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Benefits Section */
.page-blog-huong-dan-dang-ky-dh88__benefits-section .page-blog-huong-dan-dang-ky-dh88__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-dh88__benefits-section .page-blog-huong-dan-dang-ky-dh88__content-area {
    flex: 2;
    margin: 0; /* Override default margin auto */
}

.page-blog-huong-dan-dang-ky-dh88__image-aside {
    flex: 1;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-dh88__benefits-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Notes Section */
.page-blog-huong-dan-dang-ky-dh88__notes-section {
    background-color: #fff;
}
.page-blog-huong-dan-dang-ky-dh88__notes-section .page-blog-huong-dan-dang-ky-dh88__content-area {
    background-color: #f0f8ff; /* Light blue background for emphasis */
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #26A9E0;
}
.page-blog-huong-dan-dang-ky-dh88__notes-section .page-blog-huong-dan-dang-ky-dh88__list li {
    font-weight: 500;
}

/* CTA Buttons */
.page-blog-huong-dan-dang-ky-dh88__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-blog-huong-dan-dang-ky-dh88__btn-primary {
    background-color: #26A9E0; /* Brand primary color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-dh88__btn-primary:hover {
    background-color: #1e87c2;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-dh88__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-dh88__btn-secondary:hover {
    background-color: #e0f2ff;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-dh88__cta-section {
    background-color: #26A9E0; /* Brand color background */
    color: #ffffff;
    text-align: center;
    padding: 60px 0;
    border-radius: 8px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-dh88__cta-section .page-blog-huong-dan-dang-ky-dh88__section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-dh88__cta-description {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

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

/* FAQ Section Styling (details/summary) */
details.page-blog-huong-dan-dang-ky-dh88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-huong-dan-dang-ky-dh88__faq-item summary.page-blog-huong-dan-dang-ky-dh88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none; /* Hide default marker */
  transition: background-color 0.3s ease;
}
details.page-blog-huong-dan-dang-ky-dh88__faq-item summary.page-blog-huong-dan-dang-ky-dh88__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}
details.page-huong-dan-dang-ky-dh88__faq-item summary.page-blog-huong-dan-dang-ky-dh88__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-huong-dan-dang-ky-dh88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333; /* Ensure contrast */
}
.page-blog-huong-dan-dang-ky-dh88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-dh88__faq-item .page-blog-huong-dan-dang-ky-dh88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}
.page-blog-huong-dan-dang-ky-dh88__faq-answer p {
    color: #555555;
}

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

/* --- Mobile Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-dh88__hero-content {
        margin-top: -60px;
    }
    .page-blog-huong-dan-dang-ky-dh88__benefits-section .page-blog-huong-dan-dang-ky-dh88__content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .page-blog-huong-dan-dang-ky-dh88__image-aside {
        order: -1; /* Image above text on smaller screens */
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-blog-huong-dan-dang-ky-dh88__hero-section {
        padding-top: 10px; /* Small top padding */
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-dh88__hero-image-wrapper {
        max-height: 400px; /* Adjust max height for mobile hero */
    }
    .page-blog-huong-dan-dang-ky-dh88__hero-image {
        object-fit: contain !important; /* Force contain for mobile */
        aspect-ratio: unset !important; /* Remove aspect ratio if set */
    }
    .page-blog-huong-dan-dang-ky-dh88__hero-content {
        padding: 20px 15px;
        margin-top: -40px; /* Adjust pull-up margin */
    }
    .page-blog-huong-dan-dang-ky-dh88__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-dang-ky-dh88__hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* 通用图片与容器 */
    .page-blog-huong-dan-dang-ky-dh88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-dh88__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-dh88__section {
        padding: 30px 0;
    }
    .page-blog-huong-dan-dang-ky-dh88__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-dh88__content-area,
    .page-blog-huong-dan-dang-ky-dh88 p,
    .page-blog-huong-dan-dang-ky-dh88 li {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* 装饰主标题 + 长文 SEO 区 */
    .page-blog-huong-dan-dang-ky-dh88__content-area {
        max-width: 100% !important;
        padding: 0 10px; /* Small inner padding for text */
        box-sizing: border-box;
    }
    .page-blog-huong-dan-dang-ky-dh88__step-item,
    .page-blog-huong-dan-dang-ky-dh88__notes-section .page-blog-huong-dan-dang-ky-dh88__content-area {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-dh88__step-title {
        font-size: 1.3rem;
    }
    
    /* 按钮与按钮容器 */
    .page-blog-huong-dan-dang-ky-dh88__cta-button,
    .page-blog-huong-dan-dang-ky-dh88__btn-primary,
    .page-blog-huong-dan-dang-ky-dh88__btn-secondary,
    .page-blog-huong-dan-dang-ky-dh88 a[class*="button"],
    .page-blog-huong-dan-dang-ky-dh88 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; /* Add padding to prevent text from touching edges */
        padding-right: 15px;
    }
    .page-blog-huong-dan-dang-ky-dh88__cta-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px; /* Spacing between stacked buttons */
    }

    /* FAQ */
    details.page-blog-huong-dan-dang-ky-dh88__faq-item summary.page-blog-huong-dan-dang-ky-dh88__faq-question { padding: 15px; }
    .page-blog-huong-dan-dang-ky-dh88__faq-qtext { font-size: 15px; }
    details.page-blog-huong-dan-dang-ky-dh88__faq-item .page-blog-huong-dan-dang-ky-dh88__faq-answer {
        padding: 0 15px 15px;
    }
}