
    .page-8ket-cc {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
    }

    .page-8ket-cc__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-8ket-cc__section-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
    }

    .page-8ket-cc__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffc107;
      border-radius: 2px;
    }

    .page-8ket-cc__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    /* Hero Section */
    .page-8ket-cc__hero-section {
      position: relative;
      width: 100%;
      height: 60vh;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      background: url('[GALLERY:hero:1920x1080:8ket_cc,betting,casino_lobby]') no-repeat center center/cover;
      padding-top: 10px; /* As per instructions, assuming body has header offset */
      box-sizing: border-box;
    }

    .page-8ket-cc__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .page-8ket-cc__hero-content {
      position: relative;
      z-index: 10;
      max-width: 900px;
      padding: 20px;
    }

    .page-8ket-cc__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffc107;
    }

    .page-8ket-cc__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-8ket-cc__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-8ket-cc__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
    }

    .page-8ket-cc__hero-button--primary {
      background-color: #007bff;
      color: #fff;
      border: 2px solid #007bff;
    }

    .page-8ket-cc__hero-button--primary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-8ket-cc__hero-button--secondary {
      background-color: transparent;
      color: #ffc107;
      border: 2px solid #ffc107;
    }

    .page-8ket-cc__hero-button--secondary:hover {
      background-color: #ffc107;
      color: #333;
      transform: translateY(-3px);
    }

    /* About Section */
    .page-8ket-cc__about-section, .page-8ket-cc__games-section, .page-8ket-cc__promotions-section, .page-8ket-cc__payments-section, .page-8ket-cc__faq-section, .page-8ket-cc__cta-section {
      padding: 60px 0;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }

    .page-8ket-cc__about-section:nth-of-type(even), .page-8ket-cc__games-section:nth-of-type(even), .page-8ket-cc__promotions-section:nth-of-type(even), .page-8ket-cc__payments-section:nth-of-type(even), .page-8ket-cc__faq-section:nth-of-type(even), .page-8ket-cc__cta-section:nth-of-type(even) {
        background-color: #f8f8f8;
    }

    .page-8ket-cc__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8ket-cc__feature-item {
      text-align: center;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8ket-cc__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8ket-cc__feature-image {
      width: 100%;
      max-width: 400px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
      object-fit: cover;
    }

    .page-8ket-cc__feature-title {
      font-size: 1.5em;
      color: #0056b3;
      margin-bottom: 15px;
    }

    .page-8ket-cc__feature-description {
      color: #666;
      font-size: 1em;
    }

    /* Games Section */
    .page-8ket-cc__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8ket-cc__game-category-item {
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-8ket-cc__game-category-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }

    .page-8ket-cc__game-image {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      box-sizing: border-box;
      object-fit: cover;
    }

    .page-8ket-cc__game-image--centered {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8ket-cc__game-title {
      font-size: 1.4em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-8ket-cc__game-description {
      color: #666;
      font-size: 0.95em;
    }

    .page-8ket-cc__providers-title {
        font-size: 1.8em;
        color: #0056b3;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    /* Promotions Section */
    .page-8ket-cc__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8ket-cc__promo-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-8ket-cc__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8ket-cc__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      box-sizing: border-box;
    }

    .page-8ket-cc__promo-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 20px 15px 10px;
    }

    .page-8ket-cc__promo-description {
      color: #666;
      font-size: 0.95em;
      margin: 0 15px 20px;
    }

    .page-8ket-cc__promo-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-8ket-cc__promo-button:hover {
      background-color: #e0a800;
    }

    /* Payment Methods Section */
    .page-8ket-cc__payment-methods {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-8ket-cc__payment-item {
      text-align: center;
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      width: 100%;
      max-width: 200px; /* Limit individual payment item width */
      box-sizing: border-box;
    }

    .page-8ket-cc__payment-image {
      width: 100%;
      max-width: 120px;
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
      box-sizing: border-box;
    }

    .page-8ket-cc__payment-name {
      font-weight: bold;
      color: #333;
      font-size: 1em;
    }

    /* FAQ Section */
    .page-8ket-cc__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-8ket-cc__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-8ket-cc__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #f0f0f0;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8ket-cc__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-8ket-cc__faq-question-text {
      font-size: 1.2em;
      color: #0056b3;
      margin: 0;
      pointer-events: none; /* Ensure click on parent div */
      flex-grow: 1;
      text-align: left;
    }

    .page-8ket-cc__faq-toggle {
      font-size: 1.8em;
      color: #0056b3;
      font-weight: bold;
      margin-left: 15px;
      pointer-events: none; /* Ensure click on parent div */
      transition: transform 0.3s ease;
    }

    .page-8ket-cc__faq-item.active .page-8ket-cc__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-8ket-cc__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #444;
      font-size: 1.05em;
      background-color: #fafafa;
    }

    .page-8ket-cc__faq-item.active .page-8ket-cc__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-8ket-cc__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* CTA Section */
    .page-8ket-cc__cta-section {
      text-align: center;
      background-color: #007bff;
      color: #fff;
      padding: 80px 20px;
    }

    .page-8ket-cc__cta-section .page-8ket-cc__section-title {
      color: #fff;
    }

    .page-8ket-cc__cta-section .page-8ket-cc__section-title::after {
        background-color: #ffc107;
    }

    .page-8ket-cc__cta-section .page-8ket-cc__text-content {
      color: #e0e0e0;
      margin-bottom: 40px;
    }

    .page-8ket-cc__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 40px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-8ket-cc__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    /* Floating Buttons */
    .page-8ket-cc__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.85);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-8ket-cc__floating-button {
      flex: 1;
      text-align: center;
      padding: 12px 10px;
      margin: 0 5px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .page-8ket-cc__floating-button--register {
      background-color: #ffc107;
      color: #333;
    }

    .page-8ket-cc__floating-button--register:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-8ket-cc__floating-button--login {
      background-color: #007bff;
      color: #fff;
    }

    .page-8ket-cc__floating-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-8ket-cc__hero-title {
        font-size: 3em;
      }

      .page-8ket-cc__hero-description {
        font-size: 1.2em;
      }

      .page-8ket-cc__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8ket-cc__hero-section {
        height: 50vh;
        min-height: 350px;
      }

      .page-8ket-cc__hero-title {
        font-size: 2.5em;
      }

      .page-8ket-cc__hero-description {
        font-size: 1em;
      }

      .page-8ket-cc__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-8ket-cc__hero-button {
        width: 80%;
        margin: 0 auto;
      }

      .page-8ket-cc__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-8ket-cc__text-content {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-8ket-cc__features-grid, .page-8ket-cc__game-categories, .page-8ket-cc__promo-grid, .page-8ket-cc__payment-methods {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .page-8ket-cc__feature-item, .page-8ket-cc__game-category-item, .page-8ket-cc__promo-item, .page-8ket-cc__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-8ket-cc__feature-image, .page-8ket-cc__game-image, .page-8ket-cc__promo-image, .page-8ket-cc__payment-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8ket-cc__promo-image {
          height: 180px;
      }

      .page-8ket-cc__promo-title, .page-8ket-cc__game-title, .page-8ket-cc__feature-title {
        font-size: 1.3em;
      }

      .page-8ket-cc__faq-question {
        padding: 15px 20px;
      }

      .page-8ket-cc__faq-question-text {
        font-size: 1.1em;
      }

      .page-8ket-cc__faq-toggle {
        font-size: 1.5em;
      }

      .page-8ket-cc__faq-answer {
        padding: 0 20px;
      }

      .page-8ket-cc__faq-item.active .page-8ket-cc__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8ket-cc__cta-section {
        padding: 60px 20px;
      }

      .page-8ket-cc__cta-button {
        font-size: 1.1em;
        padding: 12px 30px;
      }

      .page-8ket-cc__floating-buttons {
        padding: 8px 0;
      }

      .page-8ket-cc__floating-button {
        font-size: 1em;
        padding: 10px 8px;
        margin: 0 3px;
      }

      /* General list item word wrap */
      .page-8ket-cc__features-grid > div, .page-8ket-cc__game-categories > div, .page-8ket-cc__promo-grid > div, .page-8ket-cc__payment-methods > div {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-8ket-cc__hero-title {
        font-size: 2em;
      }

      .page-8ket-cc__hero-description {
        font-size: 0.9em;
      }

      .page-8ket-cc__hero-button {
        width: 90%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-8ket-cc__section-title {
        font-size: 1.6em;
      }

      .page-8ket-cc__text-content {
        font-size: 0.9em;
      }

      .page-8ket-cc__floating-button {
        font-size: 0.9em;
        padding: 8px 5px;
      }
    }
  