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

    .page-18-win-bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-18-win-bet__brand-header {
      text-align: center;
      padding: 10px 0 20px;
      background-color: #1a2a3a;
      color: #fff;
      margin-bottom: 20px;
      border-bottom: 3px solid #ffcc00;
      padding-top: 10px; /* Small decorative top padding, assuming body has offset */
    }

    .page-18-win-bet__brand-header h1 {
      font-size: 2.5em;
      margin: 0;
      color: #ffcc00;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-18-win-bet__hero-section {
      background: linear-gradient(135deg, #1a2a3a, #004d40);
      color: #fff;
      text-align: center;
      padding: 60px 0;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-18-win-bet__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('[GALLERY:abstract:1920x1080:pattern,geometric]') no-repeat center center/cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-18-win-bet__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-18-win-bet__hero-content h2 {
      font-size: 3em;
      margin-bottom: 20px;
      color: #ffcc00;
      text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    }

    .page-18-win-bet__hero-content p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #e0e0e0;
    }

    .page-18-win-bet__button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a3a;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-18-win-bet__button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-18-win-bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background-color: rgba(26, 42, 58, 0.9);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-18-win-bet__floating-button {
      background-color: #ffcc00;
      color: #1a2a3a;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
    }

    .page-18-win-bet__floating-button--register {
      background-color: #28a745;
      color: #fff;
    }

    .page-18-win-bet__floating-button--register:hover {
      background-color: #218838;
      transform: translateY(-2px);
    }

    .page-18-win-bet__floating-button--login {
      background-color: #007bff;
      color: #fff;
    }

    .page-18-win-bet__floating-button--login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-18-win-bet__section-title {
      font-size: 2.2em;
      color: #1a2a3a;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-18-win-bet__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
      justify-items: center; /* Center items in the grid */
    }

    .page-18-win-bet__product-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 350px; /* Limit card width */
    }

    .page-18-win-bet__product-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

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

    .page-18-win-bet__product-content {
      padding: 20px;
    }

    .page-18-win-bet__product-content h3 {
      font-size: 1.5em;
      color: #1a2a3a;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-18-win-bet__product-content p {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 20px;
    }

    .page-18-win-bet__promotion-section {
      background-color: #e6f7ff;
      padding: 50px 0;
      text-align: center;
      margin-bottom: 40px;
      border-radius: 8px;
    }

    .page-18-win-bet__promotion-section h2 {
      color: #0056b3;
      font-size: 2.5em;
      margin-bottom: 20px;
    }

    .page-18-win-bet__promotion-section p {
      font-size: 1.1em;
      max-width: 900px;
      margin: 0 auto 30px;
      color: #333;
    }

    .page-18-win-bet__why-choose-us {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-18-win-bet__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
    }

    .page-18-win-bet__feature-item h3 {
      font-size: 1.4em;
      color: #1a2a3a;
      margin-top: 15px;
      margin-bottom: 10px;
    }

    .page-18-win-bet__feature-item p {
      font-size: 0.9em;
      color: #666;
    }

    .page-18-win-bet__feature-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 15px;
      display: block;
      max-width: 100%;
      object-fit: contain;
    }

    .page-18-win-bet__providers-grid, .page-18-win-bet__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-bottom: 40px;
      justify-items: center;
      align-items: center;
    }

    .page-18-win-bet__provider-logo, .page-18-win-bet__payment-logo {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      height: 100px; /* Fixed height for better alignment */
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease;
    }

    .page-18-win-bet__provider-logo:hover, .page-18-win-bet__payment-logo:hover {
      transform: translateY(-3px);
    }

    .page-18-win-bet__provider-logo img, .page-18-win-bet__payment-logo img {
      max-width: 100%;
      max-height: 70px;
      height: auto;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    .page-18-win-bet__faq-section {
      margin-bottom: 40px;
    }

    .page-18-win-bet__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-18-win-bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      font-size: 1.1em;
      font-weight: bold;
      color: #1a2a3a;
      cursor: pointer;
      background-color: #f9f9f9;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-18-win-bet__faq-question:hover {
      background-color: #eef;
    }

    .page-18-win-bet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a3a;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-18-win-bet__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
      color: #ffcc00;
    }

    .page-18-win-bet__faq-item.active .page-18-win-bet__faq-toggle {
      transform: rotate(45deg);
      color: #1a2a3a;
    }

    .page-18-win-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: #555;
    }

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

    .page-18-win-bet__faq-answer p {
      margin: 0 0 10px 0;
    }

    .page-18-win-bet__cta-section {
      background-color: #1a2a3a;
      color: #fff;
      text-align: center;
      padding: 50px 0;
      border-radius: 8px;
    }

    .page-18-win-bet__cta-section h2 {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #ffcc00;
    }

    .page-18-win-bet__cta-section p {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 30px;
      color: #e0e0e0;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-18-win-bet__brand-header h1 {
        font-size: 2em;
      }

      .page-18-win-bet__hero-content h2 {
        font-size: 2.2em;
      }

      .page-18-win-bet__hero-content p {
        font-size: 1em;
      }

      .page-18-win-bet__button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-18-win-bet__floating-buttons {
        width: calc(100% - 30px);
        bottom: 15px;
        gap: 10px;
        padding: 8px 15px;
      }

      .page-18-win-bet__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        text-align: center;
      }

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

      .page-18-win-bet__product-grid {
        grid-template-columns: 1fr;
      }

      .page-18-win-bet__product-card {
        max-width: 90%; /* Adjust for smaller screens */
        margin: 0 auto;
      }

      .page-18-win-bet__why-choose-us {
        grid-template-columns: 1fr;
      }

      .page-18-win-bet__providers-grid, .page-18-win-bet__payments-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }

      .page-18-win-bet__provider-logo, .page-18-win-bet__payment-logo {
        padding: 10px;
        height: 80px;
      }

      .page-18-win-bet__provider-logo img, .page-18-win-bet__payment-logo img {
        max-height: 60px;
      }

      .page-18-win-bet__faq-question {
        padding: 15px;
        font-size: 1em;
      }

      .page-18-win-bet__faq-question h3 {
        font-size: 1em;
      }

      .page-18-win-bet__faq-answer {
        padding: 0 10px;
      }

      .page-18-win-bet__faq-item.active .page-18-win-bet__faq-answer {
        padding: 15px 10px !important;
      }

      .page-18-win-bet__cta-section h2 {
        font-size: 2em;
      }

      .page-18-win-bet__cta-section p {
        font-size: 1em;
      }

      /* Mobile responsiveness for lists - generic but ensures compliance */
      .page-18-win-bet ul, .page-18-win-bet ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust padding for smaller screens */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-18-win-bet ul li, .page-18-win-bet ol li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px; /* Small padding for list bullets */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
  