
    .page-win-3 {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding */
    }

    @media (max-width: 768px) {
      .page-win-3 {
        padding-top: var(--header-offset, 80px);
      }
    }

    .page-win-3__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    @media (max-width: 768px) {
      .page-win-3__section {
        padding: 30px 15px;
      }
    }

    .page-win-3__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,gaming,win3]') no-repeat center center/cover;
      color: #ffffff;
      padding: 100px 20px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      padding-top: 10px; /* Decorative top padding, body handles header offset */
    }

    @media (max-width: 768px) {
      .page-win-3__hero-section {
        padding: 80px 15px 40px;
      }
    }

    .page-win-3__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    @media (max-width: 768px) {
      .page-win-3__hero-title {
        font-size: 2.2em;
      }
    }

    .page-win-3__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    @media (max-width: 768px) {
      .page-win-3__hero-subtitle {
        font-size: 1.1em;
      }
    }

    .page-win-3__promo-button {
      display: inline-block;
      background-color: #e44d26;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-win-3__promo-button:hover {
      background-color: #f16529;
      transform: translateY(-2px);
    }

    .page-win-3__heading {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 30px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .page-win-3__heading {
        font-size: 1.8em;
        margin-bottom: 20px;
      }
    }

    .page-win-3__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #cccccc;
      text-align: left;
    }

    .page-win-3__text-content p {
      margin-bottom: 15px;
    }

    .page-win-3__text-content strong {
      color: #ffcc00;
    }

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

    @media (max-width: 768px) {
      .page-win-3__game-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    .page-win-3__game-card {
      background-color: #2a2a2a;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      color: #f0f0f0;
      padding-bottom: 20px;
    }

    .page-win-3__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    }

    .page-win-3__game-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 15px;
    }

    .page-win-3__game-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100% !important;
      height: auto !important;
    }

    @media (max-width: 768px) {
      .page-win-3__game-image {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    .page-win-3__game-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-win-3__game-description {
      font-size: 0.95em;
      color: #bbbbbb;
      padding: 0 15px;
    }

    .page-win-3__feature-list {
      list-style: none;
      padding: 0;
      margin: 30px auto 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      text-align: left;
    }

    @media (max-width: 768px) {
      .page-win-3__feature-list {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    .page-win-3__feature-item {
      background-color: #2a2a2a;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: flex-start;
      box-sizing: border-box;
    }

    @media (max-width: 768px) {
      .page-win-3__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    .page-win-3__feature-icon {
      color: #e44d26;
      font-size: 1.8em;
      margin-right: 15px;
      flex-shrink: 0;
      display: inline-block;
      width: 40px; /* Placeholder for icon, if real icons were allowed */
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      background-color: #3a3a3a;
    }

    .page-win-3__feature-content h3 {
      color: #ffcc00;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 1.3em;
    }

    .page-win-3__feature-content p {
      color: #cccccc;
      font-size: 1em;
      margin-bottom: 0;
    }

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

    @media (max-width: 768px) {
      .page-win-3__floating-buttons {
        bottom: 15px;
        right: 15px;
      }
    }

    .page-win-3__floating-button {
      background-color: #e44d26;
      color: #ffffff;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      text-align: center;
      min-width: 120px;
    }

    .page-win-3__floating-button:hover {
      background-color: #f16529;
      transform: translateY(-2px);
    }

    .page-win-3__faq-section {
      background-color: #222222;
      padding: 50px 20px;
    }

    .page-win-3__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-win-3__faq-item {
      background-color: #1a1a1a;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      color: #f0f0f0;
    }

    .page-win-3__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #2a2a2a;
      border-bottom: 1px solid #333333;
      transition: background-color 0.3s ease;
    }

    .page-win-3__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-win-3__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevents text from blocking click event */
    }

    @media (max-width: 768px) {
      .page-win-3__faq-question h3 {
        font-size: 1.1em;
      }
    }

    .page-win-3__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      color: #e44d26;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents toggle icon from blocking click event */
    }

    .page-win-3__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #cccccc;
      font-size: 1em;
    }

    .page-win-3__faq-item.active .page-win-3__faq-answer {
      max-height: 2000px !important; /* Large enough to contain any content */
      padding: 20px !important;
      opacity: 1;
    }

    .page-win-3__faq-item.active .page-win-3__faq-toggle {
      transform: rotate(45deg);
    }

    @media (max-width: 768px) {
      .page-win-3__faq-answer {
        padding: 0 15px;
      }

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

    .page-win-3__contact-section {
      background-color: #1a1a1a;
      padding: 50px 20px;
      text-align: center;
    }

    .page-win-3__contact-text {
      font-size: 1.1em;
      color: #cccccc;
      margin-bottom: 30px;
    }

    .page-win-3__contact-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-win-3__contact-button:hover {
      background-color: #ffe066;
      transform: translateY(-2px);
    }
  