
    .page-ku-casino-77 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-ku-casino-77__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #1a1a2e;
      border-radius: 8px;
      margin-bottom: 30px;
    }

    .page-ku-casino-77__hero-section {
      text-align: center;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
      padding: 60px 20px 40px;
      padding-top: 10px; /* Small padding top, relying on body padding-top for header offset */
      position: relative;
      overflow: hidden;
      border-radius: 0 0 15px 15px;
    }

    .page-ku-casino-77__hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('[GALLERY:background:1920x1080:abstract,geometric,dark,casino]') no-repeat center center/cover;
        opacity: 0.1;
        z-index: 0;
    }

    .page-ku-casino-77__hero-content {
        position: relative;
        z-index: 1;
    }

    .page-ku-casino-77__hero-title {
      font-size: 2.8em;
      color: #FFD700; /* Gold */
      margin-bottom: 15px;
      text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
      font-weight: bold;
    }

    .page-ku-casino-77__hero-description {
      font-size: 1.2em;
      color: #ccc;
      max-width: 800px;
      margin: 0 auto 30px;
    }

    .page-ku-casino-77__hero-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 10px;
      margin-top: 30px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      object-fit: cover;
    }

    .page-ku-casino-77__title {
      font-size: 2.2em;
      color: #FFD700; /* Gold */
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-ku-casino-77__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #FFD700;
      border-radius: 2px;
    }

    .page-ku-casino-77__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ccc;
      text-align: justify;
    }

    .page-ku-casino-77__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-ku-casino-77__feature-item {
      background-color: #2e2e4a;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-ku-casino-77__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-ku-casino-77__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      object-fit: contain;
      border-radius: 8px;
    }

    .page-ku-casino-77__feature-title {
      font-size: 1.4em;
      color: #FFD700; /* Gold */
      margin-bottom: 10px;
    }

    .page-ku-casino-77__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-ku-casino-77__game-category-item {
      background-color: #2e2e4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-ku-casino-77__game-category-item:hover {
      transform: translateY(-5px);
    }

    .page-ku-casino-77__game-category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-ku-casino-77__game-category-info {
      padding: 20px;
    }

    .page-ku-casino-77__game-category-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-ku-casino-77__promotion-list {
      list-style: none;
      padding: 0;
    }

    .page-ku-casino-77__promotion-item {
      background-color: #2e2e4a;
      margin-bottom: 15px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .page-ku-casino-77__promotion-icon {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
        flex-shrink: 0;
        border-radius: 5px;
    }

    .page-ku-casino-77__promotion-details {
        flex-grow: 1;
    }

    .page-ku-casino-77__promotion-title {
      font-size: 1.3em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-ku-casino-77__promotion-description {
      color: #ccc;
      font-size: 1em;
    }

    .page-ku-casino-77__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-ku-casino-77__provider-item {
      background-color: #2e2e4a;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 180px;
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-ku-casino-77__provider-item:hover {
        transform: scale(1.05);
    }

    .page-ku-casino-77__provider-logo {
      width: 100%;
      max-width: 120px;
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-ku-casino-77__provider-name {
      font-size: 1em;
      color: #FFD700;
      font-weight: bold;
    }

    .page-ku-casino-77__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-ku-casino-77__payment-item {
      background-color: #2e2e4a;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      width: 100%;
      max-width: 150px;
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-ku-casino-77__payment-item:hover {
        transform: scale(1.05);
    }

    .page-ku-casino-77__payment-icon {
      width: 100%;
      max-width: 80px;
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-ku-casino-77__payment-name {
      font-size: 0.9em;
      color: #ccc;
    }

    .page-ku-casino-77__faq-container {
      margin-top: 40px;
    }

    .page-ku-casino-77__faq-item {
      background-color: #2e2e4a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-ku-casino-77__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #3f3f5a;
      cursor: pointer;
      user-select: none;
      color: #FFD700;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-ku-casino-77__faq-question:hover {
      background-color: #4a4a6b;
    }

    .page-ku-casino-77__faq-question h3 {
        margin: 0;
        color: #FFD700;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-ku-casino-77__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

    .page-ku-casino-77__faq-item.active .page-ku-casino-77__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
    }

    .page-ku-casino-77__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #ccc;
      font-size: 1em;
    }

    .page-ku-casino-77__faq-item.active .page-ku-casino-77__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-ku-casino-77__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #0f0f1d;
      border-radius: 8px;
      margin-top: 40px;
    }

    .page-ku-casino-77__cta-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 20px;
    }

    .page-ku-casino-77__cta-description {
      font-size: 1.2em;
      color: #ccc;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ku-casino-77__cta-button {
      background-color: #FFD700; /* Gold */
      color: #1a1a2e;
      padding: 15px 40px;
      border-radius: 30px;
      font-size: 1.3em;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-ku-casino-77__cta-button:hover {
      background-color: #FFC107;
      transform: translateY(-3px);
    }

    .page-ku-casino-77__floating-buttons {
        position: fixed;
        bottom: 80px; /* Adjust if footer is tall */
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 1000;
    }

    .page-ku-casino-77__register-button,
    .page-ku-casino-77__login-button {
        background-color: #FFD700; /* Gold */
        color: #1a1a2e;
        padding: 12px 25px;
        border-radius: 30px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease, transform 0.2s ease;
        border: none;
        cursor: pointer;
        font-size: 16px;
        min-width: 120px;
        box-sizing: border-box;
    }

    .page-ku-casino-77__register-button:hover,
    .page-ku-casino-77__login-button:hover {
        background-color: #FFC107;
        transform: translateY(-2px);
    }

    .page-ku-casino-77__login-button {
        background-color: #007bff; /* Blue */
        color: #fff;
    }

    .page-ku-casino-77__login-button:hover {
        background-color: #0056b3;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-ku-casino-77__hero-title {
        font-size: 2.2em;
      }

      .page-ku-casino-77__hero-description {
        font-size: 1em;
      }

      .page-ku-casino-77__title {
        font-size: 1.8em;
      }

      .page-ku-casino-77__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-ku-casino-77__features-grid,
      .page-ku-casino-77__game-categories-grid,
      .page-ku-casino-77__provider-grid,
      .page-ku-casino-77__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-ku-casino-77__feature-item,
      .page-ku-casino-77__game-category-item,
      .page-ku-casino-77__provider-item,
      .page-ku-casino-77__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
      }

      .page-ku-casino-77__promotion-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .page-ku-casino-77__promotion-icon {
        max-width: 80px;
        margin-bottom: 15px;
      }

      .page-ku-casino-77__cta-title {
        font-size: 2em;
      }

      .page-ku-casino-77__cta-description {
        font-size: 1em;
      }

      .page-ku-casino-77__cta-button {
        font-size: 1.1em;
        padding: 12px 30px;
      }

      .page-ku-casino-77__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-ku-casino-77__faq-answer {
        padding: 15px 15px !important;
      }

      .page-ku-casino-77__floating-buttons {
        bottom: 20px; /* Less space for smaller screens */
        right: 15px;
      }

      /* Ensure all images are responsive on mobile */
      .page-ku-casino-77 img {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
      .page-ku-casino-77__hero-image,
      .page-ku-casino-77__feature-icon,
      .page-ku-casino-77__game-category-image,
      .page-ku-casino-77__promotion-icon,
      .page-ku-casino-77__provider-logo,
      .page-ku-casino-77__payment-icon {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
      /* List item responsive adjustments */
      .page-ku-casino-77__promotion-list,
      .page-ku-casino-77__provider-grid,
      .page-ku-casino-77__payment-grid {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 0 !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }
      .page-ku-casino-77__promotion-item p,
      .page-ku-casino-77__feature-item p,
      .page-ku-casino-77__game-category-info p {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
          word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
        .page-ku-casino-77__hero-title {
            font-size: 1.8em;
        }
        .page-ku-casino-77__title {
            font-size: 1.6em;
        }
        .page-ku-casino-77__cta-title {
            font-size: 1.8em;
        }
        .page-ku-casino-77__floating-buttons {
            flex-direction: row; /* Buttons side-by-side on very small screens */
            width: calc(100% - 30px);
            bottom: 15px;
            right: 15px;
            left: 15px;
            justify-content: space-around;
        }
        .page-ku-casino-77__register-button,
        .page-ku-casino-77__login-button {
            flex-grow: 1;
            max-width: 48%;
            font-size: 14px;
            padding: 10px 15px;
        }
        .page-ku-casino-77 {
            padding-bottom: 70px; /* More space for horizontal floating buttons */
        }
    }

  