
    .page-32winpro {
      font-family: 'Arial', sans-serif;
      color: #fff;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-32winpro__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-32winpro__section-title {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 40px;
      color: #e0b000;
      text-shadow: 0 0 5px rgba(224, 176, 0, 0.7);
    }

    .page-32winpro__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-32winpro__responsive-image,
    .page-32winpro__game-image,
    .page-32winpro__promo-image,
    .page-32winpro__payment-icon {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    /* Hero Section */
    .page-32winpro__hero-section {
      background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:hero:1920x1080:betting,casino,32winpro]') no-repeat center center/cover;
      min-height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 10px;
      position: relative;
      overflow: hidden;
    }

    .page-32winpro__hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .page-32winpro__brand-title {
      font-size: 4em;
      margin-bottom: 10px;
      color: #ffd700;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-shadow: 0 0 10px #ffd700;
    }

    .page-32winpro__slogan {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #ccc;
    }

    .page-32winpro__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-32winpro__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-32winpro__hero-button--register {
      background-color: #e0b000;
      color: #1a1a2e;
    }

    .page-32winpro__hero-button--register:hover {
      background-color: #ffc107;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .page-32winpro__hero-button--login {
      background-color: #3a3a5a;
      color: #e0b000;
      border: 2px solid #e0b000;
    }

    .page-32winpro__hero-button--login:hover {
      background-color: #4a4a6a;
      color: #ffc107;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    /* About Section */
    .page-32winpro__about-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-32winpro__image-wrapper {
      margin-top: 40px;
      text-align: center;
    }

    /* Games Section */
    .page-32winpro__games-section {
      padding: 60px 0;
      background-color: #2c2c4d;
    }

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

    .page-32winpro__game-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-32winpro__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-32winpro__game-image {
      height: 200px;
      object-fit: cover;
      width: 100%;
      border-radius: 10px 10px 0 0;
      margin-bottom: 15px;
    }

    .page-32winpro__game-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-32winpro__game-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-32winpro__promotions-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-32winpro__promo-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-32winpro__promo-item {
      background-color: #2c2c4d;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-32winpro__promo-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .page-32winpro__promo-image {
      height: 220px;
      object-fit: cover;
      width: 100%;
      border-radius: 10px 10px 0 0;
      margin-bottom: 15px;
    }

    .page-32winpro__promo-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-32winpro__promo-description {
      font-size: 0.9em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    /* Providers Section */
    .page-32winpro__providers-section {
      padding: 60px 0;
      background-color: #2c2c4d;
    }

    .page-32winpro__provider-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-32winpro__provider-item {
      background-color: #1a1a2e;
      color: #ffd700;
      padding: 12px 25px;
      border-radius: 25px;
      font-weight: bold;
      font-size: 1.1em;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-32winpro__provider-item:hover {
      background-color: #e0b000;
      color: #1a1a2e;
      transform: translateY(-2px);
    }

    /* Payment Section */
    .page-32winpro__payment-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-32winpro__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 30px;
      margin-top: 40px;
      text-align: center;
    }

    .page-32winpro__payment-item {
      background-color: #2c2c4d;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-32winpro__payment-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-32winpro__payment-icon {
      width: 100px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-32winpro__payment-item p {
      font-weight: bold;
      color: #e0b000;
    }

    /* FAQ Section */
    .page-32winpro__faq-section {
      padding: 60px 0;
      background-color: #2c2c4d;
    }

    .page-32winpro__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-32winpro__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-32winpro__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #3a3a5a;
      color: #ffd700;
      font-weight: bold;
      font-size: 1.1em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-32winpro__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-32winpro__faq-question h3 {
      margin: 0;
      font-size: 1em;
      color: inherit;
      pointer-events: none;
    }

    .page-32winpro__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

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

    .page-32winpro__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;
      color: #ccc;
    }

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

    .page-32winpro__faq-answer p {
      margin: 0;
      font-size: 0.95em;
    }

    /* Call to Action Section */
    .page-32winpro__cta-section {
      padding: 60px 0;
      background-color: #1a1a2e;
      text-align: center;
    }

    .page-32winpro__cta-button {
      display: inline-block;
      background-color: #e0b000;
      color: #1a1a2e;
      padding: 15px 40px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 30px;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .page-32winpro__cta-button:hover {
      background-color: #ffc107;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    /* Fixed Register/Login Buttons */
    .page-32winpro__fixed-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-32winpro__fixed-button {
      display: block;
      width: 120px;
      padding: 12px 0;
      text-align: center;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .page-32winpro__fixed-button--register {
      background-color: #e0b000;
      color: #1a1a2e;
    }

    .page-32winpro__fixed-button--register:hover {
      background-color: #ffc107;
      transform: scale(1.05);
    }

    .page-32winpro__fixed-button--login {
      background-color: #3a3a5a;
      color: #e0b000;
      border: 1px solid #e0b000;
    }

    .page-32winpro__fixed-button--login:hover {
      background-color: #4a4a6a;
      color: #ffc107;
      transform: scale(1.05);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-32winpro__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-32winpro__text-content {
        font-size: 1em;
        padding: 0 10px;
      }

      .page-32winpro__hero-section {
        min-height: 50vh;
      }

      .page-32winpro__brand-title {
        font-size: 3em;
      }

      .page-32winpro__slogan {
        font-size: 1.2em;
      }

      .page-32winpro__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-32winpro__hero-button {
        width: 80%;
        margin: 0 auto;
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-32winpro__game-grid,
      .page-32winpro__promo-list,
      .page-32winpro__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List item mobile responsiveness */
      .page-32winpro__game-card,
      .page-32winpro__promo-item,
      .page-32winpro__provider-item,
      .page-32winpro__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-32winpro__provider-list {
        flex-direction: column;
        align-items: center;
      }

      .page-32winpro__provider-item {
        width: 80%;
      }

      .page-32winpro__faq-list {
        padding: 0 10px;
      }

      .page-32winpro__faq-question {
        font-size: 1em;
        padding: 12px 15px;
      }

      .page-32winpro__faq-question h3 {
        font-size: 0.95em;
      }

      .page-32winpro__faq-toggle {
        font-size: 1.2em;
      }

      .page-32winpro__faq-answer {
        padding: 15px !important;
      }

      .page-32winpro__cta-button {
        width: 80%;
        font-size: 1.1em;
        padding: 12px 20px;
      }

      .page-32winpro__fixed-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }

      .page-32winpro__fixed-button {
        width: 100px;
        padding: 10px 0;
        font-size: 0.9em;
      }

      /* Image responsiveness for mobile */
      .page-32winpro__image-wrapper,
      .page-32winpro__game-card,
      .page-32winpro__promo-item,
      .page-32winpro__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-32winpro__responsive-image,
      .page-32winpro__game-image,
      .page-32winpro__promo-image,
      .page-32winpro__payment-icon {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-32winpro__brand-title {
        font-size: 2.5em;
      }
      .page-32winpro__slogan {
        font-size: 1em;
      }
      .page-32winpro__hero-button {
        font-size: 0.9em;
        padding: 10px 15px;
      }
    }
  