
    :root {
      --page-33win-66-primary-color: #e44d26; /* A vibrant orange-red for highlights */
      --page-33win-66-secondary-color: #333333; /* Dark grey for background */
      --page-33win-66-text-color: #ffffff; /* White for text */
      --page-33win-66-light-grey: #cccccc; /* Light grey for borders/secondary text */
      --page-33win-66-dark-grey: #222222; /* Even darker grey for sections */
      --page-33win-66-accent-color: #ffd700; /* Gold for special highlights */
    }

    /* Base styles for the page content, ensuring it's within its scope */
    .page-33win-66 {
      font-family: 'Arial', sans-serif;
      color: var(--page-33win-66-text-color);
      background-color: var(--page-33win-66-secondary-color);
      line-height: 1.6;
      overflow-x: hidden; /* Prevent horizontal scroll from elements */
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-33win-66__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--page-33win-66-dark-grey);
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-33win-66__section--alt {
        background-color: var(--page-33win-66-secondary-color);
    }

    .page-33win-66__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-33win-66__title {
      color: var(--page-33win-66-primary-color);
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-33win-66__subtitle {
      color: var(--page-33win-66-accent-color);
      text-align: center;
      margin-bottom: 20px;
      font-size: 1.8em;
      font-weight: bold;
    }

    .page-33win-66__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-33win-66__text strong {
        color: var(--page-33win-66-accent-color);
    }

    .page-33win-66__list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 100%; /* Ensure container itself is responsive */
      box-sizing: border-box;
    }

    .page-33win-66__list-item {
      background-color: var(--page-33win-66-secondary-color);
      border: 1px solid var(--page-33win-66-primary-color);
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      flex: 1 1 calc(33.333% - 40px); /* 3 items per row, accounting for gap */
      box-sizing: border-box;
      min-width: 250px; /* Minimum width for list items */
      max-width: calc(33.333% - 40px); /* Max width for list items */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      word-wrap: break-word !important; /* Ensure text wraps */
      overflow-wrap: break-word !important; /* Ensure text wraps */
    }

    .page-33win-66__list-item h3 {
        color: var(--page-33win-66-accent-color);
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.3em;
    }

    .page-33win-66__list-item p {
        color: var(--page-33win-66-light-grey);
        font-size: 0.95em;
    }

    .page-33win-66__image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 20px;
      box-sizing: border-box;
      display: flex; /* For centering image */
      justify-content: center; /* For centering image */
    }

    .page-33win-66__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    /* Hero Section */
    .page-33win-66__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,mobile,platform,33win66]') no-repeat center center/cover;
      text-align: center;
      padding: 100px 20px;
      padding-top: 10px; /* Small top padding, body handles main offset */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 60vh;
      margin-bottom: 20px;
      border-radius: 0; /* Hero section typically full width */
      box-shadow: none;
    }

    .page-33win-66__hero-title {
      font-size: 3.5em;
      color: var(--page-33win-66-accent-color);
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-33win-66__hero-description {
      font-size: 1.4em;
      color: var(--page-33win-66-text-color);
      max-width: 800px;
      margin-bottom: 40px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .page-33win-66__button-group {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-33win-66__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-33win-66-primary-color);
      color: var(--page-33win-66-text-color);
      text-decoration: none;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-33win-66__button:hover {
      background-color: #ff6a00;
      transform: translateY(-2px);
    }

    /* Floating Buttons */
    .page-33win-66__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-33win-66__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 45px;
      background-color: var(--page-33win-66-primary-color);
      color: var(--page-33win-66-text-color);
      border-radius: 25px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
    }

    .page-33win-66__floating-button:hover {
      background-color: #ff6a00;
      transform: scale(1.05);
    }

    .page-33win-66__floating-button--login {
        background-color: var(--page-33win-66-accent-color);
        color: var(--page-33win-66-secondary-color);
    }

    .page-33win-66__floating-button--login:hover {
        background-color: #ffeb3b;
        transform: scale(1.05);
    }

    /* Game Categories Grid */
    .page-33win-66__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-33win-66__game-card {
      background-color: var(--page-33win-66-secondary-color);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      word-wrap: break-word !important; /* Ensure text wraps */
      overflow-wrap: break-word !important; /* Ensure text wraps */
      box-sizing: border-box;
    }

    .page-33win-66__game-card:hover {
      transform: translateY(-5px);
    }

    .page-33win-66__game-card-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
    }

    .page-33win-66__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-33win-66__game-card-title {
      font-size: 1.5em;
      color: var(--page-33win-66-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-33win-66__game-card-description {
      font-size: 0.95em;
      color: var(--page-33win-66-light-grey);
      margin-bottom: 15px;
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Promotions */
    .page-33win-66__promotion-item {
        background-color: var(--page-33win-66-secondary-color);
        border: 1px solid var(--page-33win-66-accent-color);
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
        box-sizing: border-box;
    }

    .page-33win-66__promotion-item-icon {
        width: 80px; /* Container size for the image, actual image will be larger */
        height: 80px;
        border-radius: 50%;
        background-color: var(--page-33win-66-primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2em; /* Fallback for text if image not loaded */
        color: var(--page-33win-66-text-color);
        flex-shrink: 0;
        overflow: hidden; /* Hide parts of image if it's larger than container */
    }
    
    .page-33win-66__promotion-item-icon img {
        min-width: 200px !important; /* Enforce min image size */
        min-height: 200px !important;
        width: 100% !important; /* Still responsive within its original bounds */
        height: auto !important;
        object-fit: contain; /* Or cover, depending on desired visual */
    }

    .page-33win-66__promotion-item-content h3 {
        color: var(--page-33win-66-accent-color);
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.4em;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-33win-66__promotion-item-content p {
        color: var(--page-33win-66-light-grey);
        margin: 0;
        font-size: 1em;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Payment and Providers list */
    .page-33win-66__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
      align-items: center;
    }

    .page-33win-66__logo-item {
      background-color: var(--page-33win-66-secondary-color);
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      box-sizing: border-box;
      word-wrap: break-word !important; /* Ensure text wraps */
      overflow-wrap: break-word !important; /* Ensure text wraps */
    }

    .page-33win-66__logo-image {
        max-width: 100%;
        max-height: 70px;
        height: auto;
        display: block;
        object-fit: contain;
    }

    /* FAQ Section */
    .page-33win-66__faq-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 800px;
    }

    .page-33win-66__faq-item {
      background-color: var(--page-33win-66-secondary-color);
      border: 1px solid var(--page-33win-66-primary-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-33win-66__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: var(--page-33win-66-primary-color);
      color: var(--page-33win-66-text-color);
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-33win-66__faq-question:hover {
      background-color: #ff6a00;
    }

    .page-33win-66__faq-question h3 {
        margin: 0;
        color: inherit;
        font-size: 1.1em;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .page-33win-66__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
      flex-shrink: 0;
    }

    .page-33win-66__faq-item.active .page-33win-66__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-33win-66__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      opacity: 0;
      background-color: var(--page-33win-66-dark-grey);
      color: var(--page-33win-66-light-grey);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-33win-66__faq-item.active .page-33win-66__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important; /* Final padding */
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-33win-66__section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-33win-66__hero-section {
        padding: 80px 15px;
        min-height: 50vh;
      }

      .page-33win-66__hero-title {
        font-size: 2.5em;
      }

      .page-33win-66__hero-description {
        font-size: 1.1em;
      }

      .page-33win-66__button-group {
        flex-direction: column;
        gap: 15px;
      }

      .page-33win-66__button {
        width: 100%;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-33win-66__title {
        font-size: 2em;
      }

      .page-33win-66__subtitle {
        font-size: 1.5em;
      }

      .page-33win-66__text {
        font-size: 1em;
      }

      .page-33win-66__list {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-33win-66__list-item {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-33win-66__game-grid {
        grid-template-columns: 1fr;
      }

      .page-33win-66__game-card {
        max-width: 100%;
        margin: 0 auto;
      }

      .page-33win-66__promotion-item {
          flex-direction: column;
          align-items: flex-start;
          padding: 15px;
          gap: 10px;
      }

      .page-33win-66__promotion-item-icon {
          width: 60px;
          height: 60px;
          font-size: 1.5em;
      }

      .page-33win-66__promotion-item-content h3 {
          font-size: 1.2em;
      }

      .page-33win-66__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-33win-66__logo-item {
        height: 80px;
        padding: 10px;
      }

      .page-33win-66__logo-image {
          max-height: 60px;
      }

      .page-33win-66__faq-list {
        max-width: 100%;
      }

      .page-33win-66__faq-question {
          padding: 12px 15px;
          font-size: 1em;
      }

      .page-33win-66__faq-question h3 {
          font-size: 1em;
      }

      .page-33win-66__faq-toggle {
          font-size: 1.3em;
      }

      .page-33win-66__faq-answer {
          padding: 0 10px;
      }

      .page-33win-66__faq-item.active .page-33win-66__faq-answer {
          padding: 15px 10px !important;
      }

      .page-33win-66__floating-buttons {
          flex-direction: row;
          bottom: 15px;
          right: 15px;
          left: 15px;
          justify-content: space-around;
      }

      .page-33win-66__floating-button {
          width: 48%; /* Adjust for two buttons */
          max-width: 150px;
          height: 40px;
          font-size: 0.9em;
      }
    }

    /* Ensure all images are responsive and follow min-size rule */
    .page-33win-66 img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
    }
    .page-33win-66__image-wrapper img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
    }
  