
    .page-13win12 {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      box-sizing: border-box;
      padding-top: var(--header-offset, 122px); /* Fallback for body padding, if shared.css doesn't set it */
    }

    .page-13win12 * {
      box-sizing: border-box;
    }

    .page-13win12__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-13win12__section:nth-of-type(even) {
      background-color: #21213b;
    }

    .page-13win12__section-title {
      font-size: 2.8em;
      color: #ffd700; /* Gold */
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-13win12__section-description {
      font-size: 1.2em;
      margin-bottom: 40px;
      color: #cccccc;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-13win12__highlight {
      color: #ffd700;
      font-weight: bold;
    }

    .page-13win12__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: all 0.3s ease;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
    }

    .page-13win12__button--primary {
      background-color: #007bff; /* Blue */
      color: #ffffff;
      border: 2px solid #007bff;
    }

    .page-13win12__button--primary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-13win12__button--secondary {
      background-color: transparent;
      color: #ffd700;
      border: 2px solid #ffd700;
    }

    .page-13win12__button--secondary:hover {
      background-color: #ffd700;
      color: #1a1a2e;
      transform: translateY(-2px);
    }

    /* Floating Register/Login Buttons */
    .page-13win12__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(26, 26, 46, 0.9);
      padding: 10px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-13win12__button--register, .page-13win12__button--login {
      padding: 12px 25px;
      font-size: 1em;
      border-radius: 6px;
    }

    .page-13win12__button--register {
      background-color: #007bff;
      color: #ffffff;
      border: 2px solid #007bff;
    }

    .page-13win12__button--register:hover {
      background-color: #0056b3;
      border-color: #0056b3;
    }

    .page-13win12__button--login {
      background-color: #ffd700;
      color: #1a1a2e;
      border: 2px solid #ffd700;
    }

    .page-13win12__button--login:hover {
      background-color: #e6c200;
      border-color: #e6c200;
    }

    /* Hero Section */
    .page-13win12__hero-section {
      position: relative;
      height: 600px; /* Adjust height for visual impact */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: url('[GALLERY:hero:1920x1080:13win12,casino,banner]') no-repeat center center/cover;
      padding-top: 10px; /* Small top padding, assuming body handles main offset */
      overflow: hidden;
    }

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

    .page-13win12__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
    }

    .page-13win12__hero-title {
      font-size: 4em;
      color: #ffffff;
      margin-bottom: 20px;
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .page-13win12__hero-description {
      font-size: 1.5em;
      color: #f0f0f0;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    /* Game Grid */
    .page-13win12__game-grid,
    .page-13win12__promo-grid,
    .page-13win12__features-grid,
    .page-13win12__payment-grid,
    .page-13win12__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-items: center;
    }

    .page-13win12__game-item,
    .page-13win12__promo-item,
    .page-13win12__feature-item {
      background-color: #1a1a2e;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      max-width: 380px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 20px;
    }

    .page-13win12__game-item:hover,
    .page-13win12__promo-item:hover,
    .page-13win12__feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
    }

    .page-13win12__game-image,
    .page-13win12__promo-image,
    .page-13win12__feature-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .page-13win12__game-title,
    .page-13win12__promo-title,
    .page-13win12__feature-title {
      font-size: 1.8em;
      color: #ffd700;
      margin-bottom: 10px;
      padding: 0 20px;
    }

    .page-13win12__game-text,
    .page-13win12__promo-text,
    .page-13win12__feature-text {
      font-size: 1em;
      color: #cccccc;
      padding: 0 20px;
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-13win12__promo-action {
      margin-top: auto;
      padding-top: 10px;
    }

    /* Payment and Provider Grids */
    .page-13win12__payment-item,
    .page-13win12__provider-item {
      background-color: #1a1a2e;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease;
      width: 100%;
      max-width: 200px;
    }

    .page-13win12__payment-item:hover,
    .page-13win12__provider-item:hover {
      transform: translateY(-5px);
    }

    .page-13win12__payment-logo,
    .page-13win12__provider-logo {
      max-width: 120px;
      height: auto;
      margin-bottom: 10px;
      filter: brightness(0.9) contrast(1.1); /* Slight adjustment for visibility on dark background, not color change */
    }

    .page-13win12__payment-name,
    .page-13win12__provider-name {
      font-size: 1.1em;
      color: #ffffff;
      font-weight: bold;
    }

    /* FAQ Section */
    .page-13win12__faq-container {
      margin-top: 40px;
      text-align: left;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-13win12__faq-item {
      background-color: #21213b;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-13win12__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #2a2a47;
      border-bottom: 1px solid #3a3a5a;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-13win12__faq-question:hover {
      background-color: #35355a;
    }

    .page-13win12__faq-question-title {
      font-size: 1.3em;
      color: #ffffff;
      margin: 0;
      pointer-events: none;
      flex-grow: 1;
    }

    .page-13win12__faq-toggle {
      font-size: 1.8em;
      color: #ffd700;
      font-weight: bold;
      margin-left: 15px;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-13win12__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #21213b;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-13win12__faq-answer p {
      padding-bottom: 20px;
      margin: 0;
      color: #cccccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-13win12__faq-item.active .page-13win12__faq-toggle {
      transform: rotate(45deg);
      color: #007bff;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-13win12__hero-title {
        font-size: 3.5em;
      }
      .page-13win12__hero-description {
        font-size: 1.3em;
      }
      .page-13win12__section-title {
        font-size: 2.2em;
      }
      .page-13win12__game-grid,
      .page-13win12__promo-grid,
      .page-13win12__features-grid,
      .page-13win12__payment-grid,
      .page-13win12__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
    }

    @media (max-width: 768px) {
      .page-13win12 {
        padding-top: var(--header-offset, 100px); /* Adjust for smaller header on mobile if applicable */
      }
      .page-13win12__hero-section {
        height: 450px;
      }
      .page-13win12__hero-title {
        font-size: 2.5em;
      }
      .page-13win12__hero-description {
        font-size: 1.1em;
      }
      .page-13win12__section {
        padding: 40px 15px;
      }
      .page-13win12__section-title {
        font-size: 1.8em;
      }
      .page-13win12__section-description {
        font-size: 1em;
        margin-bottom: 20px;
      }

      .page-13win12__game-grid,
      .page-13win12__promo-grid,
      .page-13win12__features-grid,
      .page-13win12__payment-grid,
      .page-13win12__provider-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-13win12__game-item,
      .page-13win12__promo-item,
      .page-13win12__feature-item,
      .page-13win12__payment-item,
      .page-13win12__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-13win12__game-image,
      .page-13win12__promo-image,
      .page-13win12__feature-image {
        height: 200px;
      }

      .page-13win12__game-title,
      .page-13win12__promo-title,
      .page-13win12__feature-title {
        font-size: 1.5em;
      }

      .page-13win12__game-text,
      .page-13win12__promo-text,
      .page-13win12__feature-text,
      .page-13win12__faq-answer p {
        font-size: 0.95em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-13win12__payment-logo,
      .page-13win12__provider-logo {
        max-width: 100px;
      }

      .page-13win12__faq-question {
        padding: 15px 20px;
      }
      .page-13win12__faq-question-title {
        font-size: 1.1em;
      }
      .page-13win12__faq-toggle {
        font-size: 1.5em;
      }
      .page-13win12__faq-answer {
        padding: 0 20px;
      }
      .page-13win12__faq-item.active .page-13win12__faq-answer {
        padding: 15px 20px !important;
      }

      .page-13win12__floating-buttons {
        width: calc(100% - 40px);
        left: 20px;
        transform: none;
        justify-content: space-between;
        gap: 10px;
      }
      .page-13win12__button--register, .page-13win12__button--login {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-13win12__hero-title {
        font-size: 2em;
      }
      .page-13win12__hero-description {
        font-size: 0.9em;
      }
      .page-13win12__section-title {
        font-size: 1.6em;
      }
      .page-13win12__button {
        padding: 12px 20px;
        font-size: 0.9em;
      }
    }
  