.page-blog-ggbet-register-guide {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light background */
    line-height: 1.6;
    background-color: var(--secondary-color, #FFFFFF); /* Ensure body background is light */
}

.page-blog-ggbet-register-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO 主图区域 */
.page-blog-ggbet-register-guide__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    background-color: #f8f8f8; /* Light background for the section */
    padding-top: 10px; /* Small top padding, assuming body padding-top from shared.css */
}

.page-blog-ggbet-register-guide__hero-image {
    width: 100%;
    max-width: 1200px; /* Max width for the image container */
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.page-blog-ggbet-register-guide__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Default cover for desktop */
}

.page-blog-ggbet-register-guide__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-ggbet-register-guide__main-title {
    font-size: clamp(2.2em, 4vw, 3.2em); /* H1 font size clamp */
    color: #26A9E0;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-ggbet-register-guide__intro-text {
    font-size: 1.15em;
    margin-bottom: 30px;
    color: #555555;
}

.page-blog-ggbet-register-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.page-blog-ggbet-register-guide__btn-primary,
.page-blog-ggbet-register-guide__btn-secondary,
.page-blog-ggbet-register-guide__btn-download,
.page-blog-ggbet-register-guide__btn-contact,
.page-blog-ggbet-register-guide__btn-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    text-align: center;
}

.page-blog-ggbet-register-guide__btn-primary,
.page-blog-ggbet-register-guide__btn-large {
    background-color: #26A9E0; /* Primary brand color */
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-blog-ggbet-register-guide__btn-primary:hover,
.page-blog-ggbet-register-guide__btn-large:hover {
    background-color: #1a8cc4;
    border-color: #1a8cc4;
    transform: translateY(-2px);
}

.page-blog-ggbet-register-guide__btn-secondary,
.page-blog-ggbet-register-guide__btn-download,
.page-blog-ggbet-register-guide__btn-contact {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-ggbet-register-guide__btn-secondary:hover,
.page-blog-ggbet-register-guide__btn-download:hover,
.page-blog-ggbet-register-guide__btn-contact:hover {
    background-color: #e6f7ff;
    color: #1a8cc4;
    border-color: #1a8cc4;
    transform: translateY(-2px);
}

/* Specific button for download, contact if different style needed */
.page-blog-ggbet-register-guide__btn-download {
    background-color: #EA7C07; /* Login/Download color */
    color: #FFFFFF;
    border-color: #EA7C07;
}
.page-blog-ggbet-register-guide__btn-download:hover {
    background-color: #d16b06;
    border-color: #d16b06;
}

/* General Sections */
.page-blog-ggbet-register-guide__section {
    padding: 60px 0;
    background-color: var(--secondary-color, #FFFFFF);
}

.page-blog-ggbet-register-guide__section:nth-of-type(even) {
    background-color: #f9f9f9; /* Alternate background for readability */
}

.page-blog-ggbet-register-guide__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: #26A9E0;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.page-blog-ggbet-register-guide__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555555;
}

/* Why GGBET Section */
.page-blog-ggbet-register-guide__why-ggbet {
    padding-top: 40px;
}

.page-blog-ggbet-register-guide__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-ggbet-register-guide__feature-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.page-blog-ggbet-register-guide__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.page-blog-ggbet-register-guide__feature-item h3 {
    font-size: 1.4em;
    color: #26A9E0;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-ggbet-register-guide__feature-item p {
    color: #555555;
}

/* Registration Guide Section */
.page-blog-ggbet-register-guide__registration-guide {
    padding-bottom: 40px;
}

.page-blog-ggbet-register-guide__step-item {
    background-color: #FFFFFF;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}

.page-blog-ggbet-register-guide__step-title {
    font-size: 1.6em;
    color: #26A9E0;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-ggbet-register-guide__step-item p {
    margin-bottom: 15px;
    color: #555555;
}

.page-blog-ggbet-register-guide__info-list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555555;
}

.page-blog-ggbet-register-guide__info-list li {
    margin-bottom: 8px;
}

.page-blog-ggbet-register-guide__step-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-ggbet-register-guide__cta-block {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: #e6f7ff; /* Light blue background for CTA */
    border-radius: 10px;
    border: 1px solid #26A9E0;
}

.page-blog-ggbet-register-guide__cta-block p {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 25px;
    color: #333333;
}

/* Bonus Guide Section */
.page-blog-ggbet-register-guide__bonus-guide {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Tips Section */
.page-blog-ggbet-register-guide__tips {
    padding-top: 40px;
}

.page-blog-ggbet-register-guide__tip-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-ggbet-register-guide__tip-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.page-blog-ggbet-register-guide__tip-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.page-blog-ggbet-register-guide__tip-item h3 {
    font-size: 1.4em;
    color: #26A9E0;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-ggbet-register-guide__tip-item p {
    color: #555555;
    margin-bottom: 20px;
}

.page-blog-ggbet-register-guide__tip-item .page-blog-ggbet-register-guide__btn-download,
.page-blog-ggbet-register-guide__tip-item .page-blog-ggbet-register-guide__btn-contact {
    width: 100%;
    margin-top: auto; /* Push buttons to bottom if flex column */
}

/* Explore GGBET Section */
.page-blog-ggbet-register-guide__explore-ggbet {
    padding-bottom: 40px;
}

.page-blog-ggbet-register-guide__offerings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-ggbet-register-guide__offering-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-decoration: none;
    color: #333333;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.page-blog-ggbet-register-guide__offering-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.page-blog-ggbet-register-guide__offering-card img {
    width: 100%;
    height: 200px; /* Fixed height for consistent card images */
    object-fit: cover;
    display: block;
}

.page-blog-ggbet-register-guide__offering-card .page-blog-ggbet-register-guide__card-title {
    font-size: 1.3em;
    color: #26A9E0;
    margin: 20px 20px 10px;
    font-weight: 600;
}

.page-blog-ggbet-register-guide__offering-card p {
    font-size: 0.95em;
    color: #555555;
    padding: 0 20px 20px;
}

/* FAQ Section */
.page-blog-ggbet-register-guide__faq-section {
    padding-top: 40px;
}

.page-blog-ggbet-register-guide__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

details.page-blog-ggbet-register-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-ggbet-register-guide__faq-item summary.page-blog-ggbet-register-guide__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-ggbet-register-guide__faq-item summary.page-blog-ggbet-register-guide__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-ggbet-register-guide__faq-item summary.page-blog-ggbet-register-guide__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-ggbet-register-guide__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333; /* Ensure dark text on light background */
}
.page-blog-ggbet-register-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-ggbet-register-guide__faq-item .page-blog-ggbet-register-guide__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}
.page-blog-ggbet-register-guide__faq-answer p {
    color: #555555; /* Ensure dark text */
}

/* Final CTA Section */
.page-blog-ggbet-register-guide__final-cta {
    background-color: #26A9E0; /* Primary brand color background */
    color: #FFFFFF; /* White text on primary background */
    text-align: center;
    padding: 60px 20px;
}

.page-blog-ggbet-register-guide__final-cta .page-blog-ggbet-register-guide__section-title {
    color: #FFFFFF; /* White title on primary background */
}

.page-blog-ggbet-register-guide__final-cta .page-blog-ggbet-register-guide__section-description {
    color: #f0f0f0; /* Slightly off-white for description */
    margin-bottom: 40px;
}

.page-blog-ggbet-register-guide__btn-large {
    min-width: 280px;
    padding: 16px 32px;
    font-size: 1.2em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-ggbet-register-guide__container {
        padding: 0 15px;
    }
    .page-blog-ggbet-register-guide__hero-section {
        padding-bottom: 30px;
    }
    .page-blog-ggbet-register-guide__main-title {
        font-size: clamp(2em, 4.5vw, 3em);
    }
    .page-blog-ggbet-register-guide__intro-text {
        font-size: 1.1em;
    }
    .page-blog-ggbet-register-guide__section {
        padding: 40px 0;
    }
    .page-blog-ggbet-register-guide__section-title {
        font-size: clamp(1.6em, 3.5vw, 2.2em);
    }
    .page-blog-ggbet-register-guide__feature-list,
    .page-blog-ggbet-register-guide__offerings-grid {
        gap: 20px;
    }
    .page-blog-ggbet-register-guide__offering-card img {
        
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-blog-ggbet-register-guide__hero-section {
        padding-top: 10px; /* Small top padding for mobile */
        padding-bottom: 30px;
    }
    .page-blog-ggbet-register-guide__hero-image {
        margin-bottom: 20px;
    }
}