
    .page-1bet {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
    }

    .page-1bet__hero-section {
      position: relative;
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 10px 20px 60px;
      overflow: hidden;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }

    .page-1bet__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

    .page-1bet__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-1bet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      color: #ffd700; /* Gold color for brand */
    }

    .page-1bet__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

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

    .page-1bet__cta-button {
      display: inline-block;
      background-color: #ffd700; /* Gold */
      color: #1a2a6c;
      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;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-1bet__cta-button:hover {
      background-color: #ffe066;
      transform: translateY(-3px);
    }

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

    .page-1bet__section:nth-of-type(odd) {
      background-color: #fefefe;
    }

    .page-1bet__section:nth-of-type(even) {
      background-color: #f0f3f2;
    }

    .page-1bet__section-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

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

    .page-1bet__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-1bet__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid #1a2a6c;
      box-sizing: border-box;
    }

    .page-1bet__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-1bet__feature-item h3 {
      font-size: 1.5em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 15px;
    }

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

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

    .page-1bet__product-card {
      background-color: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

    .page-1bet__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-1bet__product-image-wrapper {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-1bet__product-image {
      width: 100%;
      max-width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #ffd700;
    }

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

    .page-1bet__product-content h3 {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-top: 0;
      margin-bottom: 10px;
    }

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

    .page-1bet__payment-methods, .page-1bet__game-providers {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-1bet__logo-item {
      background-color: #fff;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 180px;
      box-sizing: border-box;
      transition: transform 0.3s ease;
    }

    .page-1bet__logo-item:hover {
      transform: translateY(-5px);
    }

    .page-1bet__logo-image {
      max-width: 150px;
      height: auto;
      max-height: 80px;
      object-fit: contain;
    }

    .page-1bet__faq-section {
      padding: 60px 20px;
      background-color: #f8f8f8;
      color: #333;
    }

    .page-1bet__faq-section h2 {
      text-align: center;
      color: #1a2a6c;
      margin-bottom: 40px;
      font-size: 2.2em;
      position: relative;
      padding-bottom: 10px;
    }

    .page-1bet__faq-section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    .page-1bet__faq-container {
      max-width: 800px;
      margin: 0 auto;
    }

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

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

    .page-1bet__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-1bet__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #1a2a6c; /* Ensure good contrast */
    }

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

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

    .page-1bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      background-color: #fff;
    }

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

    .page-1bet__faq-answer p {
      margin: 0;
      line-height: 1.6;
    }

    /* Responsive Styles */
    @media (max-width: 768px) {
      .page-1bet__hero-section {
        padding-bottom: 40px;
      }
      .page-1bet__hero-title {
        font-size: 2em;
      }
      .page-1bet__hero-subtitle {
        font-size: 1.2em;
      }
      .page-1bet__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-1bet__cta-button {
        width: 80%;
        max-width: 300px;
        padding: 12px 20px;
        font-size: 1em;
        margin: 0 auto;
      }
      .page-1bet__section {
        padding: 40px 15px;
      }
      .page-1bet__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-1bet__text-content {
        font-size: 1em;
      }
      .page-1bet__feature-grid, .page-1bet__product-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-1bet__feature-item, .page-1bet__product-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-1bet__payment-methods, .page-1bet__game-providers {
        gap: 20px;
      }
      .page-1bet__logo-item {
        min-width: 120px;
        padding: 15px 20px;
      }
      .page-1bet__logo-image {
        max-width: 100px;
      }

      .page-1bet__faq-section {
          padding: 30px 15px;
      }

      .page-1bet__faq-section h2 {
          font-size: 1.7em;
          margin-bottom: 25px;
      }

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

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

      .page-1bet__faq-toggle {
          font-size: 1.3em;
      }

      .page-1bet__faq-answer {
          padding: 0 15px;
      }

      .page-1bet__faq-item.active .page-1bet__faq-answer {
          padding: 15px !important;
      }
      /* Ensure all images are responsive */
      .page-1bet img {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
      .page-1bet__product-image-wrapper {
          width: 100% !important;
          max-width: 100% !important;
          overflow: hidden !important;
          box-sizing: border-box !important;
      }
      .page-1bet__product-card,
      .page-1bet__feature-item {
          box-sizing: border-box !important;
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
      }
      .page-1bet__feature-item p, .page-1bet__product-content p {
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
      }
    }
  