
    .page-95-win {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-95-win__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px; /* Small padding-top for fixed header offset */
      overflow: hidden;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      margin-bottom: 30px;
    }

    .page-95-win__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }

    .page-95-win__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-95-win__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffd700;
    }

    .page-95-win__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-95-win__promo-link {
      display: inline-block;
      background-color: #ff4500;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-95-win__promo-link:hover {
      background-color: #e63900;
    }

    .page-95-win__section {
      padding: 30px 20px;
      max-width: 1200px;
      margin: 0 auto 30px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-95-win__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-95-win__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #fdbb2d;
      border-radius: 2px;
    }

    .page-95-win__game-showcase {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      justify-items: center;
    }

    .page-95-win__game-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      max-width: 350px;
      text-align: center;
    }

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

    .page-95-win__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-95-win__game-content {
      padding: 20px;
    }

    .page-95-win__game-title {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-bottom: 10px;
    }

    .page-95-win__game-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-95-win__button {
      display: inline-block;
      background-color: #fdbb2d;
      color: #1a2a6c;
      padding: 10px 25px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      cursor: pointer;
      border: none;
      font-size: 1em;
    }

    .page-95-win__button:hover {
      background-color: #ffc84d;
    }

    .page-95-win__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

    .page-95-win__promo-item {
      background-color: #fefae0;
      border-left: 5px solid #ff4500;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .page-95-win__promo-item:hover {
      transform: translateY(-3px);
    }

    .page-95-win__promo-title {
      font-size: 1.4em;
      color: #ff4500;
      margin-bottom: 10px;
    }

    .page-95-win__promo-description {
      color: #666;
      font-size: 0.95em;
    }

    .page-95-win__about-content {
      text-align: center;
      font-size: 1.1em;
      color: #444;
    }

    .page-95-win__about-content p {
      margin-bottom: 15px;
    }

    .page-95-win__about-image {
      width: 100%;
      max-width: 600px;
      height: auto;
      border-radius: 12px;
      margin-top: 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-95-win__faq-list {
      list-style: none;
      padding: 0;
    }

    .page-95-win__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-95-win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #e8e8e8;
      color: #1a2a6c;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-95-win__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-95-win__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      text-align: left;
    }

    .page-95-win__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      width: 20px;
      text-align: center;
    }

    .page-95-win__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: #fff;
      color: #555;
    }

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

    .page-95-win__faq-item.active .page-95-win__faq-toggle {
      content: '−';
    }

    .page-95-win__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: calc(100% - 40px);
      max-width: 400px;
      justify-content: center;
    }

    .page-95-win__floating-buttons a {
      flex: 1;
      padding: 12px 0;
      text-align: center;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .page-95-win__floating-buttons a:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }

    .page-95-win__button--register {
      background-color: #fdbb2d;
      color: #1a2a6c;
    }

    .page-95-win__button--login {
      background-color: #1a2a6c;
      color: #fff;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-95-win__hero-title {
        font-size: 2.2em;
      }

      .page-95-win__hero-subtitle {
        font-size: 1.1em;
      }

      .page-95-win__section-title {
        font-size: 1.8em;
      }

      .page-95-win__game-showcase,
      .page-95-win__promotions-grid {
        grid-template-columns: 1fr;
      }

      .page-95-win__game-card,
      .page-95-win__promo-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 15px !important;
      }

      .page-95-win__game-image {
        height: 180px;
      }

      .page-95-win__floating-buttons {
        width: calc(100% - 30px);
        gap: 10px;
      }

      .page-95-win__floating-buttons a {
        font-size: 1em;
        padding: 10px 0;
      }

      .page-95-win__faq-question,
      .page-95-win__faq-answer {
        padding: 15px !important;
        font-size: 1em;
      }

      .page-95-win__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-95-win__faq-list {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-95-win__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-95-win__hero-title {
        font-size: 1.8em;
      }

      .page-95-win__hero-subtitle {
        font-size: 1em;
      }

      .page-95-win__promo-link {
        padding: 10px 20px;
        font-size: 1em;
      }
    }
  