
    :root {
      --page-456wij-primary-color: #e44d26; /* A vibrant red-orange for branding */
      --page-456wij-secondary-color: #333;
      --page-456wij-accent-color: #f7b731; /* Gold/yellow for accents */
      --page-456wij-background-light: #f5f5f5;
      --page-456wij-background-dark: #2a2a2a;
      --page-456wij-text-light: #fff;
      --page-456wij-text-dark: #333;
      --page-456wij-border-color: #ddd;
    }

    body {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--page-456wij-text-dark);
      background-color: var(--page-456wij-background-light);
      margin: 0;
      padding: 0;
    }

    /* Base styles for the main content area */
    .page-456wij {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px; /* Decorative top padding, assuming body handles header offset */
      box-sizing: border-box;
    }

    /* Section styling */
    .page-456wij__section {
      padding: 40px 0;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-456wij__section--dark {
      background-color: var(--page-456wij-background-dark);
      color: var(--page-456wij-text-light);
    }

    .page-456wij__section-title {
      font-size: 2.5em;
      margin-bottom: 30px;
      color: var(--page-456wij-primary-color);
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-456wij__section--dark .page-456wij__section-title {
      color: var(--page-456wij-accent-color);
    }

    .page-456wij__section-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: var(--page-456wij-secondary-color);
    }

    .page-456wij__section--dark .page-456wij__section-description {
      color: #ccc;
    }

    /* Hero Section */
    .page-456wij__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_betting,casino,456wij,promo]') no-repeat center center/cover;
      color: var(--page-456wij-text-light);
      padding: 100px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
      padding-top: 10px; /* Decorative top spacing */
    }

    .page-456wij__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: var(--page-456wij-accent-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      text-transform: uppercase;
      font-weight: 900;
    }

    .page-456wij__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #eee;
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    /* Floating Buttons */
    .page-456wij__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-456wij__button {
      background-color: var(--page-456wij-primary-color);
      color: var(--page-456wij-text-light);
      padding: 12px 25px;
      border: none;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-456wij__button:hover {
      background-color: #c73c1c;
      transform: translateY(-2px);
    }

    .page-456wij__button--secondary {
      background-color: var(--page-456wij-accent-color);
      color: var(--page-456wij-text-dark);
    }

    .page-456wij__button--secondary:hover {
      background-color: #e0a32a;
    }

    /* Game Categories */
    .page-456wij__game-categories-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
      justify-content: center;
    }

    .page-456wij__game-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; /* Center content horizontally */
      padding-bottom: 20px;
    }

    .page-456wij__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-456wij__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      border-bottom: 3px solid var(--page-456wij-primary-color);
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Maintain aspect ratio */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    .page-456wij__game-card-title {
      font-size: 1.6em;
      color: var(--page-456wij-primary-color);
      margin: 20px 15px 10px;
      font-weight: bold;
    }

    .page-456wij__game-card-description {
      font-size: 0.95em;
      color: var(--page-456wij-secondary-color);
      padding: 0 15px;
      margin-bottom: 20px;
      flex-grow: 1;
    }

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

    .page-456wij__promo-card {
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-456wij__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-456wij__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      height: auto; /* Maintain aspect ratio */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    .page-456wij__promo-card-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-456wij__promo-card-title {
      font-size: 1.4em;
      color: var(--page-456wij-primary-color);
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-456wij__promo-card-description {
      font-size: 0.95em;
      color: var(--page-456wij-secondary-color);
      margin-bottom: 15px;
    }

    /* About Us Section */
    .page-456wij__about-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
      text-align: left;
      margin-top: 40px;
    }

    .page-456wij__about-text {
      flex: 1;
      min-width: 300px;
      color: var(--page-456wij-text-dark);
    }

    .page-456wij__about-text h3 {
      font-size: 2em;
      color: var(--page-456wij-primary-color);
      margin-bottom: 15px;
    }

    .page-456wij__about-text p {
      margin-bottom: 15px;
      line-height: 1.8;
    }

    .page-456wij__about-image {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-456wij__about-image img {
      max-width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      object-fit: cover;
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    /* Providers & Payment Methods */
    .page-456wij__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted for more columns on larger screens */
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-456wij__logo-item {
      background-color: #fff;
      border-radius: 10px;
      padding: 15px 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
      transition: transform 0.2s ease;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    .page-456wij__logo-item:hover {
      transform: translateY(-3px);
    }

    .page-456wij__logo-item img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      filter: grayscale(80%); /* Example: make logos more subtle */
      transition: filter 0.3s ease;
      box-sizing: border-box; /* Include padding and border in the element's total width and height */
    }

    .page-456wij__logo-item:hover img {
      filter: grayscale(0%); /* Full color on hover */
    }

    /* FAQ Section */
    .page-456wij__faq-container {
      max-width: 800px;
      margin: 40px auto 0;
      text-align: left;
    }

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

    .page-456wij__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f9f9f9;
      border-bottom: 1px solid var(--page-456wij-border-color);
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-456wij__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-456wij__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: var(--page-456wij-secondary-color);
      pointer-events: none; /* Prevent text from blocking click event */
      font-weight: bold;
    }

    .page-456wij__faq-toggle {
      font-size: 1.8em;
      color: var(--page-456wij-primary-color);
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from blocking click event */
    }

    .page-456wij__faq-item.active .page-456wij__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or use '-' directly */
    }

    .page-456wij__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: var(--page-456wij-text-dark);
    }

    .page-456wij__faq-item.active .page-456wij__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-456wij__faq-answer p {
      margin: 0 0 10px 0;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-456wij {
        padding: 10px;
      }

      .page-456wij__hero-title {
        font-size: 2.5em;
      }

      .page-456wij__hero-subtitle {
        font-size: 1.2em;
      }

      .page-456wij__section-title {
        font-size: 2em;
      }

      .page-456wij__floating-buttons {
        gap: 10px;
        bottom: 15px;
        width: calc(100% - 30px); /* Adjust width for mobile */
        justify-content: center;
        padding: 8px;
        box-sizing: border-box;
      }

      .page-456wij__button {
        padding: 10px 18px;
        font-size: 1em;
      }

      .page-456wij__game-categories-grid,
      .page-456wij__promotions-grid,
      .page-456wij__logo-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
      }

      .page-456wij__game-card,
      .page-456wij__promo-card,
      .page-456wij__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-456wij__game-card-image,
      .page-456wij__promo-card-image,
      .page-456wij__about-image img,
      .page-456wij__logo-item img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-456wij__about-content {
        flex-direction: column;
      }

      .page-456wij__about-text,
      .page-456wij__about-image {
        min-width: unset;
        width: 100%;
      }

      .page-456wij__faq-question {
        padding: 15px 20px;
      }

      .page-456wij__faq-question h3 {
        font-size: 1.1em;
      }

      .page-456wij__faq-answer {
        padding: 0 20px;
      }

      .page-456wij__faq-item.active .page-456wij__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
        .page-456wij__hero-title {
            font-size: 2em;
        }
        .page-456wij__hero-subtitle {
            font-size: 1em;
        }
        .page-456wij__floating-buttons {
            flex-direction: column;
            width: 80%; /* Make buttons stack */
            border-radius: 15px;
            bottom: 10px;
        }
        .page-456wij__button {
            width: 100%;
            box-sizing: border-box;
        }
        .page-456wij__section-title {
            font-size: 1.8em;
        }
        .page-456wij__faq-question h3 {
            font-size: 1em;
        }
        .page-456wij__faq-answer {
            font-size: 0.9em;
        }
    }
  