
    /* Page-specific styles for 8k8 Slot Casino */
    .page-8k8-slot-casino {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-8k8-slot-casino__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    /* Hero Section */
    .page-8k8-slot-casino__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, body handles main offset */
      background: linear-gradient(135deg, #2c0a4e, #1a1a2e);
    }

    .page-8k8-slot-casino__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      opacity: 0.3;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__hero-content {
      position: relative;
      z-index: 2;
      color: #ffffff;
      padding: 20px;
      max-width: 900px;
    }

    .page-8k8-slot-casino__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #f7b731;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

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

    .page-8k8-slot-casino__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-8k8-slot-casino__cta-button {
      background-color: #f7b731;
      color: #1a1a2e;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
      border: none;
      text-align: center;
    }

    .page-8k8-slot-casino__cta-button:hover {
      background-color: #e0a32a;
      transform: translateY(-3px);
    }

    /* Section Styling */
    .page-8k8-slot-casino__section {
      padding: 60px 20px;
      background-color: #1a1a2e;
      border-bottom: 1px solid #333;
    }

    .page-8k8-slot-casino__section--dark {
      background-color: #121220;
    }

    .page-8k8-slot-casino__section-title {
      font-size: 2.5em;
      color: #f7b731;
      text-align: center;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-8k8-slot-casino__section-subtitle {
      font-size: 1.8em;
      color: #e0e0e0;
      text-align: center;
      margin-bottom: 30px;
    }

    /* Features Section */
    .page-8k8-slot-casino__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      padding: 0;
      list-style: none;
    }

    .page-8k8-slot-casino__feature-item {
      background-color: #2a0e4e;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__feature-item:hover {
      transform: translateY(-7px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-slot-casino__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #f7b731;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__feature-title {
      font-size: 1.5em;
      color: #f7b731;
      margin-bottom: 15px;
    }

    .page-8k8-slot-casino__feature-description {
      font-size: 1em;
      color: #c0c0c0;
    }

    /* Game Showcase */
    .page-8k8-slot-casino__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      padding: 0;
      list-style: none;
    }

    .page-8k8-slot-casino__game-card {
      background-color: #2a0e4e;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__game-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-8k8-slot-casino__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__game-info {
      padding: 20px;
      text-align: center;
    }

    .page-8k8-slot-casino__game-title {
      font-size: 1.3em;
      color: #f7b731;
      margin-bottom: 10px;
    }

    .page-8k8-slot-casino__game-provider {
      font-size: 0.9em;
      color: #c0c0c0;
    }

    /* Promotions Section */
    .page-8k8-slot-casino__promo-content {
      text-align: center;
      margin-bottom: 40px;
    }

    .page-8k8-slot-casino__promo-description {
      font-size: 1.1em;
      color: #c0c0c0;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-slot-casino__promo-link {
      background-color: #3f51b5;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
    }

    .page-8k8-slot-casino__promo-link:hover {
      background-color: #303f9f;
      transform: translateY(-3px);
    }

    /* Payment Methods */
    .page-8k8-slot-casino__payment-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .page-8k8-slot-casino__payment-item {
      background-color: #2a0e4e;
      border-radius: 10px;
      padding: 15px 25px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      gap: 10px;
      color: #f7b731;
      font-weight: bold;
      font-size: 1.1em;
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__payment-icon {
      width: 60px;
      height: 40px;
      object-fit: contain;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    /* FAQ Section */
    .page-8k8-slot-casino__faq-list {
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
    }

    .page-8k8-slot-casino__faq-item {
      background-color: #2a0e4e;
      border-radius: 12px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-8k8-slot-casino__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #3e1666;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      color: #f7b731;
    }

    .page-8k8-slot-casino__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #f7b731;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-8k8-slot-casino__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents toggle icon from interfering with click */
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-question {
      background-color: #5c2794;
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-toggle {
      transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
    }

    .page-8k8-slot-casino__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;
      color: #c0c0c0;
      opacity: 0;
    }

    .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Call to Action Bottom */
    .page-8k8-slot-casino__cta-bottom {
      text-align: center;
      padding-top: 50px;
      padding-bottom: 80px;
      background: linear-gradient(45deg, #1a1a2e, #2c0a4e);
    }

    .page-8k8-slot-casino__cta-bottom-title {
      font-size: 2.5em;
      color: #f7b731;
      margin-bottom: 25px;
    }

    .page-8k8-slot-casino__cta-bottom-text {
      font-size: 1.2em;
      color: #e0e0e0;
      margin-bottom: 40px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 3em;
      }
      .page-8k8-slot-casino__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-slot-casino__container {
        padding: 15px;
      }

      .page-8k8-slot-casino__hero-section {
        min-height: 400px;
        padding-top: 10px;
      }

      .page-8k8-slot-casino__hero-title {
        font-size: 2.2em;
        margin-bottom: 15px;
      }

      .page-8k8-slot-casino__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
      }

      .page-8k8-slot-casino__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-8k8-slot-casino__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-8k8-slot-casino__section {
        padding: 40px 15px;
      }

      .page-8k8-slot-casino__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-8k8-slot-casino__section-subtitle {
        font-size: 1.4em;
        margin-bottom: 20px;
      }

      .page-8k8-slot-casino__features-grid,
      .page-8k8-slot-casino__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-8k8-slot-casino__feature-item,
      .page-8k8-slot-casino__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-slot-casino__feature-description,
      .page-8k8-slot-casino__game-provider,
      .page-8k8-slot-casino__promo-description,
      .page-8k8-slot-casino__faq-answer p,
      .page-8k8-slot-casino__cta-bottom-text {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-slot-casino__payment-grid {
        flex-direction: column;
        align-items: center;
      }

      .page-8k8-slot-casino__payment-item {
        width: 100%;
        max-width: 300px; /* Constrain individual item width for better readability */
        padding: 15px 20px;
      }

      .page-8k8-slot-casino__faq-list {
        padding: 0 10px;
      }

      .page-8k8-slot-casino__faq-question {
        padding: 15px 20px;
      }

      .page-8k8-slot-casino__faq-question h3 {
        font-size: 1.1em;
      }

      .page-8k8-slot-casino__faq-answer {
        padding: 0 20px;
      }

      .page-8k8-slot-casino__faq-item.active .page-8k8-slot-casino__faq-answer {
        padding: 15px 20px !important;
      }

      .page-8k8-slot-casino__cta-bottom-title {
        font-size: 2em;
      }

      .page-8k8-slot-casino__cta-bottom-text {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-slot-casino__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-slot-casino__section-title {
        font-size: 1.6em;
      }
    }
  