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

    .page-5669bet__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 25px;
    }

    .page-5669bet__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-5669bet__hero-section {
      padding-top: 10px; /* Small decorative top padding, main offset from body */
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #ffffff;
      text-align: center;
      padding-bottom: 60px;
      position: relative;
      overflow: hidden;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 25px;
    }

    .page-5669bet__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #fff;
      animation: fadeInDown 1s ease-out;
    }

    .page-5669bet__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
      animation: fadeInUp 1s ease-out 0.3s;
      animation-fill-mode: both;
    }

    .page-5669bet__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-top: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      object-fit: cover;
    }

    .page-5669bet__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.85);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      box-sizing: border-box;
      gap: 10px;
    }

    .page-5669bet__floating-button {
      background-color: #e44d26;
      color: #ffffff;
      border: none;
      padding: 12px 25px;
      border-radius: 25px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      flex: 1;
      margin: 0 10px;
      max-width: 180px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      box-sizing: border-box;
    }

    .page-5669bet__floating-button--secondary {
      background-color: #2ecc71;
    }

    .page-5669bet__floating-button:hover {
      background-color: #ff6f40;
      transform: translateY(-2px);
    }

    .page-5669bet__floating-button--secondary:hover {
      background-color: #27ae60;
    }

    .page-5669bet__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .page-5669bet__grid-item {
      background-color: #fcfcfc;
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-5669bet__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    .page-5669bet__grid-item-image-container {
      width: 100%;
      height: 200px; /* Fixed height for image consistency */
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #eee;
    }

    .page-5669bet__grid-item-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .page-5669bet__grid-item-title {
      font-size: 1.4em;
      margin: 20px 15px 10px;
      color: #333;
      font-weight: bold;
    }

    .page-5669bet__grid-item-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-5669bet__button {
      background-color: #e44d26;
      color: #ffffff;
      border: none;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-top: 20px;
      display: inline-block;
      text-decoration: none;
    }

    .page-5669bet__button:hover {
      background-color: #ff6f40;
    }

    .page-5669bet__title {
      font-size: 2.2em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-5669bet__title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 60px;
      height: 4px;
      background-color: #e44d26;
      border-radius: 2px;
    }

    .page-5669bet__title--light {
      color: #ecf0f1;
    }

    .page-5669bet__text-content {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-5669bet__text-content--center {
      text-align: center;
    }

    .page-5669bet__cta-section {
      text-align: center;
      background-color: #1a2a6c;
      color: #ffffff;
      padding: 60px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 25px;
    }

    .page-5669bet__cta-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      font-weight: bold;
      color: #fdbb2d;
    }

    .page-5669bet__cta-text {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #ecf0f1;
    }

    .page-5669bet__faq-container {
      margin-top: 40px;
    }

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

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

    .page-5669bet__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click */
      font-size: 1.1em;
      color: #333;
    }

    .page-5669bet__faq-question:hover {
      background-color: #eaeaea;
    }

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

    .page-5669bet__faq-item.active .page-5669bet__faq-toggle {
      transform: rotate(45deg);
      color: #2ecc71;
    }

    .page-5669bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #666;
      font-size: 1em;
    }

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

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-5669bet__section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-5669bet__hero-title {
        font-size: 2em;
      }

      .page-5669bet__hero-subtitle {
        font-size: 1em;
      }

      .page-5669bet__title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }

      .page-5669bet__text-content {
        font-size: 1em;
      }

      .page-5669bet__cta-title {
        font-size: 1.8em;
      }

      .page-5669bet__cta-text {
        font-size: 1em;
      }

      .page-5669bet__floating-buttons {
        padding: 8px 0;
        gap: 5px;
      }

      .page-5669bet__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        max-width: 150px;
        margin: 0 5px;
      }

      .page-5669bet__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-5669bet__grid-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-5669bet__grid-item-image-container {
        height: 180px;
      }

      .page-5669bet__grid-item-title {
        font-size: 1.2em;
        margin: 15px 10px 8px;
      }

      .page-5669bet__grid-item-description {
        padding: 0 10px;
        font-size: 0.9em;
      }

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

      .page-5669bet__faq-question h3 {
        font-size: 1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-5669bet__faq-answer {
        padding: 0 20px;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-5669bet__faq-item.active .page-5669bet__faq-answer {
        padding: 15px 20px !important;
      }

      .page-5669bet__button {
        padding: 10px 20px;
        font-size: 1em;
      }
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  