.page-blog-how-to-register-ful88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F3F8FF);
  background-color: var(--color-deep-navy, #08162B);
}

.page-blog-how-to-register-ful88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.page-blog-how-to-register-ful88__section {
  padding: 40px 0;
  text-align: center;
}

.page-blog-how-to-register-ful88__section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 20px;
}

.page-blog-how-to-register-ful88__section-description {
  font-size: 18px;
  color: var(--text-secondary, #AFC4E8);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-ful88__hero-section {
  padding-top: 10px; /* Small top padding for hero section */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
}

.page-blog-how-to-register-ful88__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-how-to-register-ful88__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-blog-how-to-register-ful88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-register-ful88__main-title {
  font-size: 52px;
  font-weight: 800;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-register-ful88__lead-text {
  font-size: 20px;
  color: var(--text-secondary, #AFC4E8);
  margin-bottom: 30px;
}

.page-blog-how-to-register-ful88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-how-to-register-ful88__btn-primary,
.page-blog-how-to-register-ful88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-how-to-register-ful88__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-register-ful88__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-register-ful88__btn-secondary {
  background: transparent;
  color: var(--text-main, #F3F8FF);
  border: 2px solid var(--border-color, #244D84);
}

.page-blog-how-to-register-ful88__btn-secondary:hover {
  background: var(--border-color, #244D84);
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-how-to-register-ful88__why-choose .page-blog-how-to-register-ful88__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-blog-how-to-register-ful88__benefit-item {
  background: var(--card-bg, #10233F);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #244D84);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-ful88__benefit-title {
  font-size: 24px;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 15px;
}

.page-blog-how-to-register-ful88__benefit-item p {
  color: var(--text-secondary, #AFC4E8);
  font-size: 16px;
}

.page-blog-how-to-register-ful88__registration-guide .page-blog-how-to-register-ful88__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-how-to-register-ful88__step-item {
  background: var(--card-bg, #10233F);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #244D84);
  text-align: left;
  position: relative;
  padding-left: 90px;
}

.page-blog-how-to-register-ful88__step-number {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.page-blog-how-to-register-ful88__step-title {
  font-size: 28px;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 15px;
}

.page-blog-how-to-register-ful88__step-text {
  color: var(--text-secondary, #AFC4E8);
  font-size: 16px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-ful88__step-list {
  list-style: disc;
  margin-left: 20px;
  color: var(--text-secondary, #AFC4E8);
  margin-bottom: 20px;
}

.page-blog-how-to-register-ful88__step-list li {
  margin-bottom: 8px;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-how-to-register-ful88__step-list strong {
  color: var(--text-main, #F3F8FF);
}

.page-blog-how-to-register-ful88__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

.page-blog-how-to-register-ful88__link {
  color: var(--color-glow, #4FA8FF);
  text-decoration: underline;
}

.page-blog-how-to-register-ful88__link:hover {
  color: var(--color-gold, #F2C14E);
}

.page-blog-how-to-register-ful88__important-notes .page-blog-how-to-register-ful88__notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-blog-how-to-register-ful88__note-item {
  background: var(--card-bg, #10233F);
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #244D84);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-ful88__note-title {
  font-size: 24px;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 15px;
}

.page-blog-how-to-register-ful88__note-item p {
  color: var(--text-secondary, #AFC4E8);
  font-size: 16px;
}

.page-blog-how-to-register-ful88__promotions .page-blog-how-to-register-ful88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-ful88__promo-card {
  background: var(--card-bg, #10233F);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #244D84);
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-register-ful88__promo-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-how-to-register-ful88__promo-title {
  font-size: 22px;
  color: var(--text-main, #F3F8FF);
  margin-bottom: 10px;
}

.page-blog-how-to-register-ful88__promo-text {
  color: var(--text-secondary, #AFC4E8);
  font-size: 15px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-how-to-register-ful88__btn-small {
  padding: 10px 20px;
  font-size: 16px;
  align-self: flex-start;
}

.page-blog-how-to-register-ful88__cta-full-width {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page-blog-how-to-register-ful88__faq-section {
  padding-bottom: 60px;
}

details.page-blog-how-to-register-ful88__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid var(--border-color, #244D84);
  overflow: hidden;
  background: var(--card-bg, #10233F);
}

details.page-blog-how-to-register-ful88__faq-item summary.page-blog-how-to-register-ful88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-how-to-register-ful88__faq-item summary.page-blog-how-to-register-ful88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-how-to-register-ful88__faq-item summary.page-blog-how-to-register-ful88__faq-question:hover {
  background: rgba(var(--text-main, #F3F8FF), 0.05);
}

.page-blog-how-to-register-ful88__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main, #F3F8FF);
}

.page-blog-how-to-register-ful88__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--text-main, #F3F8FF);
  flex-shrink: 0;
  margin-left: 20px;
  width: 32px;
  text-align: center;
}

details.page-blog-how-to-register-ful88__faq-item .page-blog-how-to-register-ful88__faq-answer {
  padding: 0 30px 30px;
  background: rgba(var(--text-main, #F3F8FF), 0.02);
  border-radius: 0 0 12px 12px;
  color: var(--text-secondary, #AFC4E8);
  text-align: left;
}

.page-blog-how-to-register-ful88__faq-answer p {
  margin: 0;
  font-size: 16px;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-how-to-register-ful88__conclusion .page-blog-how-to-register-ful88__cta-buttons {
  margin-top: 40px;
}

.page-blog-how-to-register-ful88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-ful88__main-title {
    font-size: 44px;
  }
  .page-blog-how-to-register-ful88__lead-text {
    font-size: 18px;
  }
  .page-blog-how-to-register-ful88__section-title {
    font-size: 32px;
  }
  .page-blog-how-to-register-ful88__step-title {
    font-size: 24px;
  }
  .page-blog-how-to-register-ful88__promo-title {
    font-size: 20px;
  }
  .page-blog-how-to-register-ful88__faq-qtext {
    font-size: 17px;
  }
  .page-blog-how-to-register-ful88__faq-toggle {
    font-size: 26px;
    width: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-ful88__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-ful88__section {
    padding: 30px 0;
  }

  .page-blog-how-to-register-ful88__hero-section {
    min-height: 450px;
    padding-top: 10px;
  }
  .page-blog-how-to-register-ful88__hero-image {
    object-fit: contain !important; /* HERO 主图区域 */
    aspect-ratio: unset !important;
    filter: brightness(0.6);
  }
  .page-blog-how-to-register-ful88__hero-content {
    padding: 20px 10px;
  }
  .page-blog-how-to-register-ful88__main-title {
    font-size: clamp(32px, 9vw, 40px);
    margin-bottom: 15px;
  }
  .page-blog-how-to-register-ful88__lead-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-register-ful88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-register-ful88__btn-primary,
  .page-blog-how-to-register-ful88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-ful88__section-title {
    font-size: 28px;
  }
  .page-blog-how-to-register-ful88__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-ful88__why-choose .page-blog-how-to-register-ful88__benefits-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-register-ful88__benefit-item {
    padding: 25px;
  }
  .page-blog-how-to-register-ful88__benefit-title {
    font-size: 20px;
  }

  .page-blog-how-to-register-ful88__step-item {
    padding: 25px 20px 25px 75px;
  }
  .page-blog-how-to-register-ful88__step-number {
    left: 20px;
    top: 25px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .page-blog-how-to-register-ful88__step-title {
    font-size: 22px;
  }
  .page-blog-how-to-register-ful88__step-text {
    font-size: 15px;
  }
  .page-blog-how-to-register-ful88__step-list {
    margin-left: 15px;
  }

  .page-blog-how-to-register-ful88__important-notes .page-blog-how-to-register-ful88__notes-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-register-ful88__note-item {
    padding: 25px;
  }
  .page-blog-how-to-register-ful88__note-title {
    font-size: 20px;
  }

  .page-blog-how-to-register-ful88__promotions .page-blog-how-to-register-ful88__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-register-ful88__promo-card {
    padding: 15px;
  }
  .page-blog-how-to-register-ful88__promo-title {
    font-size: 18px;
  }
  .page-blog-how-to-register-ful88__promo-text {
    font-size: 14px;
  }
  .page-blog-how-to-register-ful88__btn-small {
    align-self: stretch;
    text-align: center;
  }
  .page-blog-how-to-register-ful88__cta-full-width .page-blog-how-to-register-ful88__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
  }

  details.page-blog-how-to-register-ful88__faq-item summary.page-blog-how-to-register-ful88__faq-question {
    padding: 15px 20px;
  }
  .page-blog-how-to-register-ful88__faq-qtext {
    font-size: 16px;
  }
  .page-blog-how-to-register-ful88__faq-toggle {
    font-size: 24px;
    width: 28px;
    margin-left: 15px;
  }
  details.page-blog-how-to-register-ful88__faq-item .page-blog-how-to-register-ful88__faq-answer {
    padding: 0 20px 20px;
  }
  .page-blog-how-to-register-ful88__faq-answer p {
    font-size: 15px;
  }

  .page-blog-how-to-register-ful88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-register-ful88__section,
  .page-blog-how-to-register-ful88__card,
  .page-blog-how-to-register-ful88__container,
  .page-blog-how-to-register-ful88__promo-grid,
  .page-blog-how-to-register-ful88__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-register-ful88__cta-buttons {
    flex-wrap: wrap !important;
    gap: 15px;
  }
  .page-blog-how-to-register-ful88__promo-card .page-blog-how-to-register-ful88__btn-primary {
    align-self: center;
  }
}