
    /* General styles for the page-13win-bet scope */
    .page-13win-bet {
      font-family: 'Arial', sans-serif;
      color: #FFFFFF;
      background-color: #1a1a1a;
      line-height: 1.6;
    }

    /* Ensure body padding-top is handled by shared.css, then apply a small top padding to main content */
    .page-13win-bet__hero-section {
        padding-top: 10px; /* Small decorative top padding */
    }

    /* Floating Buttons */
    .page-13win-bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-13win-bet__button {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      color: #1a1a1a;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      min-width: 120px;
      text-align: center;
    }

    .page-13win-bet__button--register {
      background-color: #FFD700; /* Gold */
    }

    .page-13win-bet__button--login {
      background-color: #007bff; /* Blue */
      color: #FFFFFF;
    }

    .page-13win-bet__button:hover {
      transform: translateY(-3px);
      opacity: 0.9;
    }

    /* Hero Section */
    .page-13win-bet__hero-section {
      text-align: center;
      padding: 40px 20px;
      background-color: #2a2a2a;
      border-bottom: 5px solid #FFD700;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-13win-bet__hero-content {
      max-width: 900px;
      margin-bottom: 30px;
    }

    .page-13win-bet__main-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-13win-bet__hero-description {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-13win-bet__cta-group {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-13win-bet__cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-13win-bet__cta-button--primary {
      background-color: #FFD700;
      color: #1a1a1a;
    }

    .page-13win-bet__cta-button--primary:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-13win-bet__cta-button--secondary {
      background-color: #007bff;
      color: #FFFFFF;
    }

    .page-13win-bet__cta-button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-13win-bet__cta-button--small {
      padding: 10px 20px;
      font-size: 0.9em;
      border-radius: 3px;
    }

    .page-13win-bet__hero-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    /* Sections General */
    .page-13win-bet__products-section,
    .page-13win-bet__promotions-section,
    .page-13win-bet__providers-section,
    .page-13win-bet__payments-section,
    .page-13win-bet__faq-section,
    .page-13win-bet__social-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-13win-bet__section-title {
      font-size: 2em;
      color: #FFD700;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-13win-bet__section-subtitle {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Product Grid */
    .page-13win-bet__product-grid,
    .page-13win-bet__promo-grid,
    .page-13win-bet__provider-grid,
    .page-13win-bet__payment-grid,
    .page-13win-bet__social-links {
      display: grid;
      gap: 30px;
      justify-content: center;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-13win-bet__product-item,
    .page-13win-bet__promo-card,
    .page-13win-bet__provider-item,
    .page-13win-bet__payment-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 25px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      height: 100%; /* Ensure cards are same height */
      box-sizing: border-box;
    }

    .page-13win-bet__product-item:hover,
    .page-13win-bet__promo-card:hover,
    .page-13win-bet__provider-item:hover,
    .page-13win-bet__payment-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-13win-bet__product-image,
    .page-13win-bet__promo-image,
    .page-13win-bet__provider-logo,
    .page-13win-bet__payment-logo {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
      object-fit: cover;
      flex-shrink: 0; /* Prevent image from shrinking */
    }

    .page-13win-bet__product-image {
      max-height: 200px; /* Limit height for consistency */
      width: auto;
    }

    .page-13win-bet__promo-image {
      max-height: 250px;
      width: auto;
    }

    .page-13win-bet__provider-logo,
    .page-13win-bet__payment-logo {
      max-width: 150px;
      max-height: 100px;
      margin-bottom: 10px;
    }

    .page-13win-bet__product-title,
    .page-13win-bet__promo-title {
      font-size: 1.4em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-13win-bet__product-description,
    .page-13win-bet__promo-description {
      font-size: 0.95em;
      color: #c0c0c0;
      margin-bottom: 20px;
      flex-grow: 1; /* Allow description to take available space */
    }

    .page-13win-bet__promo-action {
      margin-top: auto; /* Push button to bottom */
    }

    .page-13win-bet__provider-name,
    .page-13win-bet__payment-name {
      font-size: 1.1em;
      color: #FFFFFF;
      font-weight: bold;
    }

    /* FAQ Section */
    .page-13win-bet__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-13win-bet__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden; /* Important for max-height transition */
    }

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

    .page-13win-bet__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-13win-bet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #FFD700;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
    }

    .page-13win-bet__faq-toggle {
      font-size: 1.5em;
      color: #FFD700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click on parent div */
    }

    .page-13win-bet__faq-item.active .page-13win-bet__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-13win-bet__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: #e0e0e0;
    }

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

    /* Social Section */
    .page-13win-bet__social-links {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      max-width: 900px;
      margin: 0 auto;
    }

    .page-13win-bet__social-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #FFFFFF;
      padding: 15px;
      border-radius: 8px;
      background-color: #2a2a2a;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-sizing: border-box; /* Crucial for responsive grid */
    }

    .page-13win-bet__social-icon:hover {
      background-color: #FFD700;
      color: #1a1a1a;
      transform: translateY(-5px);
    }

    .page-13win-bet__social-icon img {
      width: 60px; /* Display size, source image is 200x200 */
      height: 60px;
      margin-bottom: 10px;
      border-radius: 50%; /* Make them circular */
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-13win-bet__main-title {
        font-size: 2em;
      }

      .page-13win-bet__section-title {
        font-size: 1.8em;
      }

      .page-13win-bet__hero-section {
        padding: 30px 15px;
      }

      .page-13win-bet__products-section,
      .page-13win-bet__promotions-section,
      .page-13win-bet__providers-section,
      .page-13win-bet__payments-section,
      .page-13win-bet__faq-section,
      .page-13win-bet__social-section {
        padding: 40px 15px;
      }

      .page-13win-bet__cta-group {
        flex-direction: column;
        gap: 10px;
      }

      .page-13win-bet__product-grid,
      .page-13win-bet__promo-grid,
      .page-13win-bet__provider-grid,
      .page-13win-bet__payment-grid,
      .page-13win-bet__social-links {
        grid-template-columns: 1fr; /* Stack columns on small screens */
      }

      /* List item responsive requirements */
      .page-13win-bet__product-item,
      .page-13win-bet__promo-card,
      .page-13win-bet__provider-item,
      .page-13win-bet__payment-item,
      .page-13win-bet__social-icon {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important; /* Adjust padding for mobile */
      }

      .page-13win-bet__product-grid,
      .page-13win-bet__promo-grid,
      .page-13win-bet__provider-grid,
      .page-13win-bet__payment-grid,
      .page-13win-bet__social-links {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-13win-bet__product-description,
      .page-13win-bet__promo-description,
      .page-13win-bet__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsive optimization */
      .page-13win-bet__hero-image,
      .page-13win-bet__product-image,
      .page-13win-bet__promo-image,
      .page-13win-bet__provider-logo,
      .page-13win-bet__payment-logo,
      .page-13win-bet__social-icon img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-13win-bet__product-item,
      .page-13win-bet__promo-card,
      .page-13win-bet__provider-item,
      .page-13win-bet__payment-item,
      .page-13win-bet__social-icon {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-13win-bet__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        bottom: 10px;
        right: 20px;
        left: 20px;
        justify-content: space-around;
        padding: 0;
      }

      .page-13win-bet__button {
        flex: 1;
        margin: 0 5px;
        padding: 10px 15px;
        min-width: unset;
      }
    }
  