
    .page-911-win {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-911-win__section-title {
      color: #f7b731;
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 30px;
      padding-top: 40px;
      position: relative;
    }

    .page-911-win__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background-color: #f7b731;
      margin: 10px auto 0;
    }

    .page-911-win__section-intro {
      text-align: center;
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #cccccc;
    }

    .page-911-win__hero-section {
      background: linear-gradient(135deg, #2a2a2a, #0a0a0a);
      color: #ffffff;
      padding: 10px 20px 60px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 80vh;
      position: relative;
      overflow: hidden;
    }

    .page-911-win__hero-content {
      max-width: 900px;
      margin: 0 auto;
      z-index: 1;
    }

    .page-911-win__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #f7b731;
    }

    .page-911-win__hero-description {
      font-size: 1.3em;
      margin-bottom: 40px;
      color: #e0e0e0;
    }

    .page-911-win__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-911-win__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      min-width: 180px;
    }

    .page-911-win__button--primary {
      background-color: #f7b731;
      color: #1a1a1a;
    }

    .page-911-win__button--primary:hover {
      background-color: #e6a82c;
      transform: translateY(-3px);
    }

    .page-911-win__button--secondary {
      background-color: #333333;
      color: #f7b731;
      border: 2px solid #f7b731;
    }

    .page-911-win__button--secondary:hover {
      background-color: #444444;
      transform: translateY(-3px);
    }

    .page-911-win__hero-image {
      margin-top: 50px;
      max-width: 100%;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-911-win__hero-image img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-911-win__about-section {
      padding: 60px 20px;
      background-color: #222222;
    }

    .page-911-win__about-content {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-911-win__about-content p {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #cccccc;
    }

    .page-911-win__about-features {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-911-win__feature-item {
      background-color: #333333;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      flex: 1 1 300px;
      max-width: 350px;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-911-win__feature-item:hover {
      transform: translateY(-10px);
    }

    .page-911-win__feature-icon {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-911-win__feature-title {
      font-size: 1.5em;
      color: #f7b731;
      margin-bottom: 15px;
    }

    .page-911-win__feature-description {
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-911-win__games-section {
      padding: 60px 20px;
      background-color: #1a1a1a;
    }

    .page-911-win__game-categories {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-911-win__game-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      flex: 1 1 280px;
      max-width: 350px;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-911-win__game-card:hover {
      transform: translateY(-10px);
    }

    .page-911-win__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-911-win__game-title {
      font-size: 1.6em;
      color: #f7b731;
      margin: 20px 15px 10px;
    }

    .page-911-win__game-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 20px;
    }

    .page-911-win__promo-section {
      padding: 60px 20px;
      background-color: #222222;
    }

    .page-911-win__promo-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 40px;
    }

    .page-911-win__promo-card {
      background-color: #333333;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      flex: 1 1 300px;
      max-width: 380px;
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-911-win__promo-card:hover {
      transform: translateY(-10px);
    }

    .page-911-win__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .page-911-win__promo-title {
      font-size: 1.5em;
      color: #f7b731;
      margin: 20px 15px 10px;
    }

    .page-911-win__promo-description {
      font-size: 0.95em;
      color: #cccccc;
      padding: 0 15px 20px;
    }

    .page-911-win__promo-cta {
      text-align: center;
    }

    .page-911-win__payment-providers-section {
      padding: 60px 20px;
      background-color: #1a1a1a;
    }

    .page-911-win__payment-methods, .page-911-win__game-providers {
      max-width: 1200px;
      margin: 0 auto 60px;
    }

    .page-911-win__payment-methods .page-911-win__section-title,
    .page-911-win__game-providers .page-911-win__section-title {
      padding-top: 0;
    }

    .page-911-win__payment-grid, .page-911-win__providers-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    .page-911-win__payment-item, .page-911-win__provider-item {
      background-color: #333333;
      border-radius: 8px;
      padding: 15px 20px;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
      flex: 1 1 150px;
      max-width: 180px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-911-win__payment-item:hover, .page-911-win__provider-item:hover {
      background-color: #444444;
      transform: translateY(-5px);
    }

    .page-911-win__payment-item img, .page-911-win__provider-item img {
      max-width: 100%;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
      display: block;
    }

    .page-911-win__faq-section {
      padding: 60px 20px;
      background-color: #222222;
    }

    .page-911-win__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-911-win__faq-item {
      background-color: #333333;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .page-911-win__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #444444;
      border-bottom: 1px solid #555555;
      transition: background-color 0.3s ease;
    }

    .page-911-win__faq-question:hover {
      background-color: #555555;
    }

    .page-911-win__faq-question-text {
      margin: 0;
      font-size: 1.2em;
      color: #f7b731;
      pointer-events: none; /* Prevent text from blocking click event */
    }

    .page-911-win__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #f7b731;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-911-win__faq-item.active .page-911-win__faq-toggle {
      transform: rotate(45deg);
    }

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

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

    .page-911-win__cta-section {
      padding: 60px 20px;
      text-align: center;
      background-color: #1a1a1a;
    }

    .page-911-win__button--large {
      padding: 18px 40px;
      font-size: 1.3em;
      margin-top: 30px;
      background-color: #007bff;
      color: #ffffff;
      border: none;
    }

    .page-911-win__button--large:hover {
      background-color: #0056b3;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-911-win__hero-title {
        font-size: 3em;
      }
      .page-911-win__hero-description {
        font-size: 1.1em;
      }
      .page-911-win__section-title {
        font-size: 2em;
      }
      .page-911-win__game-image {
        height: 180px;
      }
      .page-911-win__promo-image {
        height: 200px;
      }
    }

    @media (max-width: 768px) {
      .page-911-win__hero-section {
        min-height: 60vh;
        padding-bottom: 40px;
      }
      .page-911-win__hero-title {
        font-size: 2.2em;
      }
      .page-911-win__hero-description {
        font-size: 1em;
      }
      .page-911-win__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-911-win__button {
        width: 100%;
        max-width: 280px;
      }
      .page-911-win__section-title {
        font-size: 1.8em;
      }
      .page-911-win__section-intro {
        font-size: 0.95em;
      }
      .page-911-win__about-features,
      .page-911-win__game-categories,
      .page-911-win__promo-grid,
      .page-911-win__payment-grid,
      .page-911-win__providers-grid {
        flex-direction: column;
        gap: 20px;
      }
      .page-911-win__feature-item,
      .page-911-win__game-card,
      .page-911-win__promo-card,
      .page-911-win__payment-item,
      .page-911-win__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-911-win__feature-item {
        padding: 20px;
      }
      .page-911-win__game-image {
        height: 160px;
      }
      .page-911-win__promo-image {
        height: 180px;
      }
      .page-911-win__faq-question {
        padding: 15px 20px;
      }
      .page-911-win__faq-question-text {
        font-size: 1.1em;
      }
      .page-911-win__faq-answer {
        padding: 0 20px;
      }
      .page-911-win__faq-item.active .page-911-win__faq-answer {
        padding: 15px 20px !important;
      }
      .page-911-win__button--large {
        font-size: 1.1em;
        padding: 15px 30px;
      }
      .page-911-win__payment-item img, .page-911-win__provider-item img {
        height: 50px;
      }
      /* Ensure text wraps */
      .page-911-win__hero-description,
      .page-911-win__about-content p,
      .page-911-win__feature-description,
      .page-911-win__game-description,
      .page-911-win__promo-description,
      .page-911-win__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-911-win__hero-title {
        font-size: 1.8em;
      }
      .page-911-win__hero-description {
        font-size: 0.9em;
      }
      .page-911-win__section-title {
        font-size: 1.5em;
      }
      .page-911-win__button {
        font-size: 1em;
        padding: 12px 25px;
      }
      .page-911-win__faq-question-text {
        font-size: 1em;
      }
      .page-911-win__faq-toggle {
        font-size: 1.5em;
      }
    }
  