
    /* Base styles */
    .page-878wim {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden; /* Prevent horizontal scroll from elements like floating buttons */
    }

    .page-878wim__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-878wim__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-878wim__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-878wim__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #2c3e50;
    }

    .page-878wim__section--dark .page-878wim__section-title {
      color: #ecf0f1;
    }

    .page-878wim__section-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #555;
    }

    .page-878wim__text-center {
      text-align: center;
    }

    /* Hero Section */
    .page-878wim__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:betting,casino,mobile,878wim]') no-repeat center center/cover;
      color: #fff;
      padding: 10px 0 80px 0; /* 10px top padding, relying on body for header offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
    }

    .page-878wim__hero-content {
      max-width: 800px;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-878wim__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      color: #f39c12; /* Brand accent color */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-878wim__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-878wim__promo-button {
      display: inline-block;
      background-color: #e74c3c; /* Red accent for promotion */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      cursor: pointer; /* Indicate it's clickable, even if not a direct link */
      border: none;
    }

    .page-878wim__promo-button:hover {
      background-color: #c0392b;
    }

    /* Game Categories Section */
    .page-878wim__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-878wim__game-card {
      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;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-878wim__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-878wim__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-878wim__game-card-title {
      font-size: 1.5em;
      margin: 20px 0 10px;
      color: #2c3e50;
      padding: 0 15px;
    }

    .page-878wim__game-card-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
    }

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

    .page-878wim__promo-item {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      padding: 25px;
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-878wim__promo-item:hover {
      transform: translateY(-3px);
    }

    .page-878wim__promo-item-title {
      font-size: 1.3em;
      color: #e74c3c;
      margin-bottom: 10px;
    }

    .page-878wim__promo-item-text {
      font-size: 0.95em;
      color: #555;
    }

    /* Features Section */
    .page-878wim__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-878wim__feature-item {
      background-color: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
      text-align: center;
      box-sizing: border-box;
    }

    .page-878wim__feature-icon {
      width: 80px; /* Base size, will be handled by max-width: 100% on mobile */
      height: 80px;
      margin-bottom: 15px;
      object-fit: contain;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-878wim__feature-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-878wim__feature-description {
      font-size: 0.9em;
      color: #777;
    }

    /* Payment and Providers Section */
    .page-878wim__logo-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-878wim__logo-item {
      padding: 15px 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 120px;
      max-width: 180px;
      height: 80px;
      box-sizing: border-box;
    }

    .page-878wim__logo-image {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      display: block;
      height: auto;
    }

    /* FAQ Section */
    .page-878wim__faq-container {
      max-width: 800px;
      margin: 30px auto 0;
      text-align: left;
    }

    .page-878wim__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-878wim__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.1em;
      font-weight: bold;
      color: #2c3e50;
      cursor: pointer;
      user-select: none;
      background-color: #f0f0f0;
      transition: background-color 0.3s ease;
    }

    .page-878wim__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-878wim__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-878wim__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-878wim__faq-item.active .page-878wim__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or similar for active */
    }

    .page-878wim__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
    }

    .page-878wim__faq-item.active .page-878wim__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important; /* Active padding */
      opacity: 1;
    }

    /* Call to Action Section */
    .page-878wim__cta-section {
      background-color: #3498db;
      color: #fff;
      padding: 50px 0;
    }

    .page-878wim__cta-title {
      font-size: 2.2em;
      margin-bottom: 15px;
    }

    .page-878wim__cta-description {
      font-size: 1.1em;
      margin-bottom: 30px;
    }

    .page-878wim__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-878wim__button {
      background-color: #f39c12;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .page-878wim__button:hover {
      background-color: #e67e22;
    }

    .page-878wim__button--secondary {
      background-color: #ecf0f1;
      color: #3498db;
    }

    .page-878wim__button--secondary:hover {
      background-color: #bdc3c7;
    }

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

    .page-878wim__floating-button {
      background-color: #f39c12;
      color: #fff;
      padding: 12px 20px;
      border-radius: 50px;
      text-align: center;
      font-weight: bold;
      font-size: 1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      min-width: 100px;
    }

    .page-878wim__floating-button:hover {
      background-color: #e67e22;
    }

    .page-878wim__floating-button--register {
      background-color: #27ae60;
    }
    .page-878wim__floating-button--register:hover {
      background-color: #229a56;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .page-878wim__hero-title {
        font-size: 2.8em;
      }
      .page-878wim__hero-description {
        font-size: 1.1em;
      }
      .page-878wim__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-878wim__container {
        padding: 0 10px !important;
      }

      .page-878wim__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }

      .page-878wim__hero-title {
        font-size: 2.2em;
      }

      .page-878wim__hero-description {
        font-size: 1em;
      }

      .page-878wim__promo-button,
      .page-878wim__button,
      .page-878wim__floating-button {
        padding: 12px 20px !important;
        font-size: 0.9em !important;
      }

      .page-878wim__game-grid,
      .page-878wim__promo-grid,
      .page-878wim__feature-list {
        grid-template-columns: 1fr !important; /* Force single column */
        gap: 20px !important;
      }

      .page-878wim__game-card,
      .page-878wim__promo-item,
      .page-878wim__feature-item,
      .page-878wim__logo-item,
      .page-878wim__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for smaller screens */
      }
      
      .page-878wim__game-card-image,
      .page-878wim__feature-icon,
      .page-878wim__logo-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-878wim__logo-grid {
        justify-content: center !important;
      }

      .page-878wim__logo-item {
        min-width: unset;
        width: 48% !important; /* Two columns for logos */
        max-width: 48% !important;
      }

      .page-878wim__faq-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-878wim__faq-question {
        font-size: 1em !important;
        padding: 12px 15px !important;
      }

      .page-878wim__faq-answer {
        padding: 15px 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      
      .page-878wim__cta-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-878wim__floating-buttons {
        flex-direction: row;
        bottom: 15px;
        right: 15px;
        left: 15px;
        justify-content: center;
        width: auto;
      }
      .page-878wim__floating-button {
        flex: 1;
      }
    }

    @media (max-width: 480px) {
      .page-878wim__hero-title {
        font-size: 1.8em;
      }
      .page-878wim__hero-description {
        font-size: 0.9em;
      }
      .page-878wim__section-title {
        font-size: 1.8em;
      }
      .page-878wim__section-subtitle {
        font-size: 1em;
      }
      .page-878wim__logo-item {
        width: 100% !important; /* Single column for logos on very small screens */
        max-width: 100% !important;
      }
    }
  