.page-b66clubbest { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333333; background-color: #f8f8f8; }
.page-b66clubbest__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.page-b66clubbest__section { padding: 40px 0; }
.page-b66clubbest__dark-bg { background-color: #2563eb; color: #ffffff; }
.page-b66clubbest__light-bg { background-color: #ffffff; color: #333333; }
.page-b66clubbest__section-title { font-size: 32px; text-align: center; margin-bottom: 30px; font-weight: 700; line-height: 1.2; }
.page-b66clubbest__dark-bg .page-b66clubbest__section-title { color: #ffffff; }
.page-b66clubbest__text-block { font-size: 16px; margin-bottom: 20px; text-align: justify; }
.page-b66clubbest__text-block a { color: #64748b; text-decoration: underline; }
.page-b66clubbest__text-block a:hover { color: #4b5a6d; }

/* Hero Section */
.page-b66clubbest__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 10px; position: relative; overflow: hidden; }
.page-b66clubbest__hero-image-container { width: 100%; max-width: 1200px; margin-bottom: 20px; }
.page-b66clubbest__hero-image { width: 100%; height: auto; display: block; border-radius: 10px; object-fit: cover; }
.page-b66clubbest__hero-content { max-width: 900px; padding: 0 15px 40px; }
.page-b66clubbest__main-title { font-size: clamp(28px, 5vw, 42px); font-weight: 800; margin-bottom: 15px; line-height: 1.2; color: #ffffff; }
.page-b66clubbest__subtitle { font-size: 18px; margin-bottom: 30px; color: #f0f0f0; }

/* CTA Button Styles */
.page-b66clubbest__cta-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: all 0.3s ease; cursor: pointer; text-align: center; white-space: normal; word-wrap: break-word; box-sizing: border-box; }
.page-b66clubbest__btn-primary { background-color: #f7b32b; color: #ffffff; border: 2px solid #f7b32b; }
.page-b66clubbest__btn-primary:hover { background-color: #e0a227; border-color: #e0a227; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
.page-b66clubbest__btn-secondary { background-color: transparent; color: #ffffff; border: 2px solid #ffffff; }
.page-b66clubbest__btn-secondary:hover { background-color: rgba(255, 255, 255, 0.1); color: #ffffff; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.page-b66clubbest__light-bg .page-b66clubbest__btn-secondary { color: #2563eb; border-color: #2563eb; }
.page-b66clubbest__light-bg .page-b66clubbest__btn-secondary:hover { background-color: rgba(37, 99, 235, 0.1); color: #2563eb; }

/* Overview Section */
.page-b66clubbest__subsection-title { font-size: 24px; font-weight: 600; margin-top: 30px; margin-bottom: 15px; color: #2563eb; }
.page-b66clubbest__image-responsive { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 8px; }

/* Security Section */
.page-b66clubbest__feature-list { list-style: none; padding: 0; margin-top: 20px; }
.page-b66clubbest__feature-list .page-b66clubbest__list-item { background: rgba(255, 255, 255, 0.1); border-radius: 5px; padding: 15px; margin-bottom: 10px; display: flex; align-items: center; color: #ffffff; }
.page-b66clubbest__feature-list .page-b66clubbest__list-item::before { content: '✔'; color: #f7b32b; font-weight: bold; margin-right: 10px; font-size: 1.2em; }

/* Games Section */
.page-b66clubbest__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }
.page-b66clubbest__game-card { background: #f0f0f0; border-radius: 10px; overflow: hidden; text-align: center; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: flex; flex-direction: column; justify-content: space-between; }
.page-b66clubbest__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.page-b66clubbest__game-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; color: #2563eb; }
.page-b66clubbest__game-description { font-size: 15px; color: #666; margin-bottom: 20px; flex-grow: 1; }
.page-b66clubbest__game-card .page-b66clubbest__cta-button { width: 100%; padding: 12px 20px; font-size: 16px; }

/* Promotions Section */
.page-b66clubbest__promo-list { list-style: none; padding: 0; margin-top: 20px; }
.page-b66clubbest__promo-list .page-b66clubbest__list-item { background: rgba(255, 255, 255, 0.15); border-radius: 5px; padding: 15px; margin-bottom: 10px; color: #ffffff; font-size: 16px; }
.page-b66clubbest__promo-list .page-b66clubbest__list-item strong { color: #f7b32b; }

/* Registration Guide Section */
.page-b66clubbest__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }
.page-b66clubbest__step-card { background: #f0f0f0; border-radius: 10px; overflow: hidden; text-align: center; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.page-b66clubbest__step-image { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.page-b66clubbest__step-title { font-size: 20px; font-weight: 700; margin-bottom: 10px; color: #2563eb; }
.page-b66clubbest__step-description { font-size: 15px; color: #666; }

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

/* Responsive Design */
@media (max-width: 768px) {
  .page-b66clubbest__hero-section { padding-top: 10px !important; }
  .page-b66clubbest__main-title { font-size: 28px !important; }
  .page-b66clubbest__subtitle { font-size: 16px !important; margin-bottom: 20px !important; }
  .page-b66clubbest__section-title { font-size: 26px !important; margin-bottom: 20px !important; }
  .page-b66clubbest__text-block { font-size: 15px !important; }
  .page-b66clubbest__cta-button { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding: 12px 20px !important; font-size: 16px !important; white-space: normal !important; word-wrap: break-word !important; margin-bottom: 10px; }
  .page-b66clubbest__hero-content .page-b66clubbest__cta-button { margin-left: auto; margin-right: auto; }

  .page-b66clubbest__container { padding: 0 15px !important; }
  .page-b66clubbest__section { padding: 30px 0 !important; }
  
  /* Images responsive */
  .page-b66clubbest img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-b66clubbest__hero-image-container, .page-b66clubbest__game-image, .page-b66clubbest__step-image {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Game Grid responsive */
  .page-b66clubbest__game-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .page-b66clubbest__game-card { padding: 15px !important; }
  .page-b66clubbest__game-image { height: 160px !important; }
  .page-b66clubbest__game-title { font-size: 20px !important; }
  .page-b66clubbest__game-description { font-size: 14px !important; }

  /* Steps Grid responsive */
  .page-b66clubbest__steps-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .page-b66clubbest__step-card { padding: 15px !important; }
  .page-b66clubbest__step-image { height: 150px !important; }
  .page-b66clubbest__step-title { font-size: 18px !important; }

  /* Lists responsive */
  .page-b66clubbest__feature-list .page-b66clubbest__list-item, 
  .page-b66clubbest__promo-list .page-b66clubbest__list-item, 
  .page-b66clubbest__support-channels .page-b66clubbest__list-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px !important;
    font-size: 15px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-b66clubbest__feature-list, .page-b66clubbest__promo-list, .page-b66clubbest__support-channels {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* FAQ responsive */
  details.page-b66clubbest__faq-item summary.page-b66clubbest__faq-question { padding: 15px !important; }
  .page-b66clubbest__faq-qtext { font-size: 15px !important; }
  details.page-b66clubbest__faq-item .page-b66clubbest__faq-answer { padding: 0 15px 15px !important; }
}