
    .page-11win4 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
    }

    .page-11win4__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }

    .page-11win4__hero-section {
      padding-top: 10px; /* Offset for fixed header */
      background-image: url('[GALLERY:hero:1920x1080:11win4,banner,game,promo]');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      position: relative;
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
    }

    .page-11win4__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .page-11win4__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-11win4__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffda44; /* Bright yellow for visibility */
      text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }

    .page-11win4__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    }

    .page-11win4__button {
      display: inline-block;
      background-color: #007bff; /* Blue for action */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-11win4__button:hover {
      background-color: #0056b3;
    }

    .page-11win4__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-11win4__floating-button {
      background-color: #ffda44; /* Yellow for prominence */
      color: #333;
      padding: 15px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 120px;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
    }

    .page-11win4__floating-button:hover {
      background-color: #ffcc00;
      transform: translateY(-2px);
    }

    .page-11win4__heading {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 30px;
      font-size: 2em;
      position: relative;
      padding-bottom: 10px;
    }

    .page-11win4__heading::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #007bff;
    }

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

    .page-11win4__card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-11win4__card:hover {
      transform: translateY(-5px);
    }

    .page-11win4__card-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-11win4__card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-11win4__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-11win4__card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #007bff;
    }

    .page-11win4__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-11win4__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }

    .page-11win4__list-item {
      background-color: #e9f5ff;
      border-left: 5px solid #007bff;
      padding: 15px 20px;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
      color: #333;
      font-size: 1.05em;
      flex: 1 1 calc(33% - 30px); /* 3 items per row */
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-11win4__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto 20px auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-11win4__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-11win4__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-11win4__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background-color: #f0f8ff;
      cursor: pointer;
      user-select: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
      color: #2c3e50;
    }

    .page-11win4__faq-question:hover {
      background-color: #e6f2ff;
    }

    .page-11win4__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      flex-grow: 1;
      pointer-events: none;
      color: #2c3e50;
    }

    .page-11win4__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none;
      min-width: 20px;
      text-align: center;
    }

    .page-11win4__faq-item.active .page-11win4__faq-toggle {
      transform: rotate(45deg);
      color: #dc3545;
    }

    .page-11win4__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;
      background-color: #fdfdfd;
      border-radius: 0 0 5px 5px;
      color: #555;
      font-size: 0.95em;
    }

    .page-11win4__faq-item.active .page-11win4__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-11win4__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #007bff;
      color: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .page-11win4__cta-title {
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    .page-11win4__cta-button {
      background-color: #ffda44;
      color: #333;
      padding: 15px 35px;
      border-radius: 50px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-11win4__cta-button:hover {
      background-color: #ffcc00;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-11win4__hero-section {
        padding: 80px 15px;
      }

      .page-11win4__hero-title {
        font-size: 2.2em;
      }

      .page-11win4__hero-description {
        font-size: 1em;
      }

      .page-11win4__heading {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-11win4__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-11win4__card-image-wrapper {
        height: 180px;
      }

      .page-11win4__card-title {
        font-size: 1.2em;
      }

      .page-11win4__card-description {
        font-size: 0.9em;
      }

      .page-11win4__list {
        flex-direction: column;
        gap: 10px;
      }

      .page-11win4__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 12px 15px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-11win4__faq-section, .page-11win4__section {
        padding: 20px 15px;
      }

      .page-11win4__faq-question {
        padding: 12px;
      }

      .page-11win4__faq-question h3 {
        font-size: 1em;
      }

      .page-11win4__faq-answer {
        padding: 15px 15px !important;
      }

      .page-11win4__cta-title {
        font-size: 1.8em;
      }

      .page-11win4__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-11win4__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: center;
      }

      .page-11win4__floating-button {
        flex: 1;
        padding: 12px 15px;
        min-width: unset;
      }

      /* Image responsiveness */
      .page-11win4__card-image, .page-11win4__hero-section img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-11win4__card-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-11win4__hero-title {
        font-size: 1.8em;
      }
      .page-11win4__floating-buttons {
        flex-direction: column;
      }
      .page-11win4__floating-button {
        width: 100%;
      }
    }
  