:root {
      --page-keo-888bet-primary-color: #ffcc00; /* Gold/Yellow */
      --page-keo-888bet-secondary-color: #333333; /* Dark Grey */
      --page-keo-888bet-accent-color: #e6b800; /* Darker Gold */
      --page-keo-888bet-text-color: #ffffff; /* White */
      --page-keo-888bet-text-dark: #333333; /* Dark text for light backgrounds */
      --page-keo-888bet-background-dark: #1a1a1a; /* Very dark background */
      --page-keo-888bet-background-light: #2c2c2c; /* Slightly lighter dark background */
      --page-keo-888bet-border-color: #444444;
      --page-keo-888bet-button-hover: #ffd700; /* Brighter gold for hover */
      --page-keo-888bet-transition-duration: 0.3s;
    }

    .page-keo-888bet {
      font-family: 'Arial', sans-serif;
      color: var(--page-keo-888bet-text-color);
      background-color: var(--page-keo-888bet-background-dark);
      line-height: 1.6;
      padding-bottom: 20px; /* Ensure space above footer */
    }

    .page-keo-888bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-keo-888bet__section-title {
      font-size: 2.2em;
      color: var(--page-keo-888bet-primary-color);
      text-align: center;
      margin-bottom: 30px;
      padding-top: 20px;
      font-weight: bold;
    }

    .page-keo-888bet__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 40px;
      color: #cccccc;
    }

    /* Hero Section */
    .page-keo-888bet__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 padding, body handles header offset */
      box-sizing: border-box;
      margin-bottom: 40px;
    }

    .page-keo-888bet__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-keo-888bet__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.5); /* Darken image for text readability */
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__hero-content {
      position: relative;
      z-index: 2;
      color: var(--page-keo-888bet-text-color);
      max-width: 800px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
      border-radius: 10px;
    }

    .page-keo-888bet__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: var(--page-keo-888bet-primary-color);
      line-height: 1.2;
    }

    .page-keo-888bet__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-keo-888bet__hero-cta-group {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-keo-888bet__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__hero-button--primary {
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      border: 2px solid var(--page-keo-888bet-primary-color);
    }

    .page-keo-888bet__hero-button--primary:hover {
      background-color: var(--page-keo-888bet-button-hover);
      border-color: var(--page-keo-888bet-button-hover);
      transform: translateY(-3px);
    }

    .page-keo-888bet__hero-button--secondary {
      background-color: transparent;
      color: var(--page-keo-888bet-primary-color);
      border: 2px solid var(--page-keo-888bet-primary-color);
    }

    .page-keo-888bet__hero-button--secondary:hover {
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      transform: translateY(-3px);
    }

    /* Intro Section */
    .page-keo-888bet__intro-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-light);
    }

    .page-keo-888bet__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-keo-888bet__feature-item {
      background-color: var(--page-keo-888bet-background-dark);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      flex: 1 1 300px;
      max-width: 350px;
      box-sizing: border-box;
      transition: transform var(--page-keo-888bet-transition-duration) ease, box-shadow var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-keo-888bet__feature-icon {
      width: 100%;
      max-width: 100px;
      height: auto;
      margin-bottom: 20px;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__feature-title {
      font-size: 1.5em;
      color: var(--page-keo-888bet-primary-color);
      margin-bottom: 10px;
    }

    .page-keo-888bet__feature-description {
      color: #bbbbbb;
      font-size: 0.95em;
    }

    /* Quick Access Section */
    .page-keo-888bet__quick-access-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-dark);
    }

    .page-keo-888bet__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-keo-888bet__access-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: var(--page-keo-888bet-secondary-color);
      color: var(--page-keo-888bet-primary-color);
      border: 1px solid var(--page-keo-888bet-primary-color);
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color var(--page-keo-888bet-transition-duration) ease, color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
      flex-grow: 1;
      max-width: 280px;
      text-align: center;
      box-sizing: border-box;
    }

    .page-keo-888bet__access-button:hover {
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      transform: translateY(-3px);
    }

    /* Games Section */
    .page-keo-888bet__games-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-light);
    }

    .page-keo-888bet__game-categories {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-keo-888bet__game-card {
      background-color: var(--page-keo-888bet-background-dark);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 10px;
      overflow: hidden;
      flex: 1 1 300px;
      max-width: 350px;
      box-sizing: border-box;
      text-align: center;
      transition: transform var(--page-keo-888bet-transition-duration) ease, box-shadow var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-keo-888bet__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid var(--page-keo-888bet-border-color);
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__game-title {
      font-size: 1.6em;
      color: var(--page-keo-888bet-primary-color);
      margin: 20px 15px 10px;
    }

    .page-keo-888bet__game-description {
      color: #bbbbbb;
      padding: 0 15px;
      margin-bottom: 20px;
      font-size: 0.95em;
    }

    .page-keo-888bet__game-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__game-button:hover {
      background-color: var(--page-keo-888bet-button-hover);
      transform: translateY(-2px);
    }

    /* Promotions Section */
    .page-keo-888bet__promotions-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-dark);
    }

    .page-keo-888bet__promo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-keo-888bet__promo-card {
      background-color: var(--page-keo-888bet-background-light);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 10px;
      overflow: hidden;
      flex: 1 1 300px;
      max-width: 350px;
      box-sizing: border-box;
      text-align: center;
      transition: transform var(--page-keo-888bet-transition-duration) ease, box-shadow var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-keo-888bet__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid var(--page-keo-888bet-border-color);
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__promo-title {
      font-size: 1.6em;
      color: var(--page-keo-888bet-primary-color);
      margin: 20px 15px 10px;
    }

    .page-keo-888bet__promo-description {
      color: #bbbbbb;
      padding: 0 15px;
      margin-bottom: 20px;
      font-size: 0.95em;
    }

    .page-keo-888bet__promo-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: var(--page-keo-888bet-accent-color);
      color: var(--page-keo-888bet-text-dark);
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__promo-button:hover {
      background-color: var(--page-keo-888bet-button-hover);
      transform: translateY(-2px);
    }

    /* Security Section */
    .page-keo-888bet__security-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-light);
    }

    .page-keo-888bet__security-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-keo-888bet__security-item {
      background-color: var(--page-keo-888bet-background-dark);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      flex: 1 1 250px;
      max-width: 300px;
      box-sizing: border-box;
      transition: transform var(--page-keo-888bet-transition-duration) ease, box-shadow var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__security-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-keo-888bet__security-icon {
      width: 100%;
      max-width: 80px;
      height: auto;
      margin-bottom: 20px;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__security-title {
      font-size: 1.4em;
      color: var(--page-keo-888bet-primary-color);
      margin-bottom: 10px;
    }

    .page-keo-888bet__security-description {
      color: #bbbbbb;
      font-size: 0.9em;
    }

    .page-keo-888bet__contact-cta {
      text-align: center;
      margin-top: 50px;
    }

    .page-keo-888bet__contact-button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__contact-button:hover {
      background-color: var(--page-keo-888bet-button-hover);
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-keo-888bet__faq-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-dark);
    }

    .page-keo-888bet__faq-list {
      margin-top: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-keo-888bet__faq-item {
      background-color: var(--page-keo-888bet-background-light);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-keo-888bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      user-select: none;
      background-color: var(--page-keo-888bet-secondary-color);
      transition: background-color var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__faq-question:hover {
      background-color: #444444;
    }

    .page-keo-888bet__faq-q-text {
      font-size: 1.2em;
      color: var(--page-keo-888bet-primary-color);
      margin: 0;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-keo-888bet__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: var(--page-keo-888bet-primary-color);
      transition: transform var(--page-keo-888bet-transition-duration) ease;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-keo-888bet__faq-item.active .page-keo-888bet__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' */
    }

    .page-keo-888bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-keo-888bet__faq-answer p {
      margin: 0 0 10px 0;
    }

    /* Blog Section */
    .page-keo-888bet__blog-section {
      padding: 60px 0;
      background-color: var(--page-keo-888bet-background-light);
    }

    .page-keo-888bet__blog-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-keo-888bet__blog-post {
      background-color: var(--page-keo-888bet-background-dark);
      border: 1px solid var(--page-keo-888bet-border-color);
      border-radius: 10px;
      overflow: hidden;
      flex: 1 1 300px;
      max-width: 380px;
      box-sizing: border-box;
      transition: transform var(--page-keo-888bet-transition-duration) ease, box-shadow var(--page-keo-888bet-transition-duration) ease;
      display: flex;
      flex-direction: column;
    }

    .page-keo-888bet__blog-post:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .page-keo-888bet__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid var(--page-keo-888bet-border-color);
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-keo-888bet__blog-content-wrapper {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-keo-888bet__blog-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-keo-888bet__blog-title a {
      color: var(--page-keo-888bet-primary-color);
      text-decoration: none;
      transition: color var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__blog-title a:hover {
      color: var(--page-keo-888bet-button-hover);
      text-decoration: underline;
    }

    .page-keo-888bet__blog-excerpt {
      color: #bbbbbb;
      font-size: 0.95em;
      margin-top: auto; /* Pushes excerpt to bottom if content varies */
    }

    /* Floating Register/Login Buttons */
    .page-keo-888bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .page-keo-888bet__floating-button {
      display: block;
      padding: 10px 20px;
      background-color: var(--page-keo-888bet-primary-color);
      color: var(--page-keo-888bet-text-dark);
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color var(--page-keo-888bet-transition-duration) ease, transform var(--page-keo-888bet-transition-duration) ease;
    }

    .page-keo-888bet__floating-button:hover {
      background-color: var(--page-keo-888bet-button-hover);
      transform: translateY(-2px);
    }


    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-keo-888bet__hero-title {
        font-size: 2.5em;
      }

      .page-keo-888bet__hero-subtitle {
        font-size: 1.1em;
      }

      .page-keo-888bet__section-title {
        font-size: 2em;
      }

      .page-keo-888bet__feature-item,
      .page-keo-888bet__game-card,
      .page-keo-888bet__promo-card,
      .page-keo-888bet__security-item,
      .page-keo-888bet__blog-post {
        flex: 1 1 45%;
        max-width: 48%;
      }

      .page-keo-888bet__access-button {
        max-width: 45%;
      }
    }

    @media (max-width: 768px) {
      .page-keo-888bet__hero-section {
        min-height: 400px;
      }

      .page-keo-888bet__hero-title {
        font-size: 2em;
      }

      .page-keo-888bet__hero-subtitle {
        font-size: 1em;
      }

      .page-keo-888bet__hero-cta-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-keo-888bet__hero-button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }

      .page-keo-888bet__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-keo-888bet__text-content {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-keo-888bet__feature-item,
      .page-keo-888bet__game-card,
      .page-keo-888bet__promo-card,
      .page-keo-888bet__security-item,
      .page-keo-888bet__blog-post {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-keo-888bet__access-links {
        flex-direction: column;
        align-items: center;
      }

      .page-keo-888bet__access-button {
        width: 100% !important;
        max-width: 300px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      /* List items mobile responsiveness */
      .page-keo-888bet__intro-features,
      .page-keo-888bet__game-categories,
      .page-keo-888bet__promo-grid,
      .page-keo-888bet__security-grid,
      .page-keo-888bet__blog-grid {
        padding: 0 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-keo-888bet__feature-item,
      .page-keo-888bet__game-card,
      .page-keo-888bet__promo-card,
      .page-keo-888bet__security-item,
      .page-keo-888bet__blog-post {
        padding: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-keo-888bet__feature-description,
      .page-keo-888bet__game-description,
      .page-keo-888bet__promo-description,
      .page-keo-888bet__security-description,
      .page-keo-888bet__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-keo-888bet__hero-image,
      .page-keo-888bet__feature-icon,
      .page-keo-888bet__game-image,
      .page-keo-888bet__promo-image,
      .page-keo-888bet__security-icon,
      .page-keo-888bet__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-keo-888bet__faq-q-text {
        font-size: 1em;
      }

      .page-keo-888bet__faq-answer {
        padding: 0 15px;
      }

      .page-keo-888bet__faq-item.active .page-keo-888bet__faq-answer {
        padding: 15px 15px !important;
      }

      .page-keo-888bet__floating-buttons {
        bottom: 10px;
        right: 10px;
      }
      .page-keo-888bet__floating-button {
        padding: 8px 15px;
        font-size: 0.9em;
      }
    }