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

    .page-11bet-us__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-11bet-us__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 20px;
      position: relative;
      padding-top: 10px; /* Decorative spacing */
    }

    .page-11bet-us__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #e44d26;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-11bet-us__section-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 40px;
      color: #555;
    }

    .page-11bet-us__cta-button {
      display: inline-block;
      padding: 15px 30px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      border-radius: 50px;
      transition: all 0.3s ease;
      cursor: pointer;
      border: none;
    }

    .page-11bet-us__cta-button--primary {
      background-color: #e44d26;
      color: #fff;
      box-shadow: 0 5px 15px rgba(228, 77, 38, 0.4);
    }

    .page-11bet-us__cta-button--primary:hover {
      background-color: #c23b1c;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(228, 77, 38, 0.6);
    }

    .page-11bet-us__cta-button--secondary {
      background-color: #2c3e50;
      color: #fff;
      box-shadow: 0 5px 15px rgba(44, 62, 80, 0.4);
      margin-left: 15px;
    }

    .page-11bet-us__cta-button--secondary:hover {
      background-color: #1a242f;
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(44, 62, 80, 0.6);
    }

    .page-11bet-us__cta-button--small {
        padding: 10px 20px;
        font-size: 0.9em;
        border-radius: 30px;
        margin-top: 15px;
    }

    .page-11bet-us__cta-button--large {
        padding: 18px 40px;
        font-size: 1.2em;
    }

    /* Hero Section */
    .page-11bet-us__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Small decorative padding-top, assuming body handles header offset */
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 60vh;
      background-color: #333;
    }

    .page-11bet-us__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      max-width: 100%;
    }

    .page-11bet-us__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
      z-index: 2;
    }

    .page-11bet-us__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
    }

    .page-11bet-us__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #fff;
    }

    .page-11bet-us__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #ddd;
    }

    .page-11bet-us__hero-cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    /* About Section */
    .page-11bet-us__about-section {
      padding: 80px 0;
      background-color: #f0f2f5;
    }

    .page-11bet-us__about-image {
      display: block;
      margin: 40px auto 0;
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    /* Products Section */
    .page-11bet-us__products-section {
      padding: 80px 0;
      background-color: #fff;
    }

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

    .page-11bet-us__product-item {
      background-color: #fdfdfd;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      padding-bottom: 25px;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-11bet-us__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
      max-width: 100%;
    }

    .page-11bet-us__product-title {
      font-size: 1.4em;
      color: #e44d26;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-11bet-us__product-text {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
    }

    .page-11bet-us__game-info {
        text-align: center;
        margin-top: 40px;
        font-size: 1.1em;
        color: #444;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Promotions Section */
    .page-11bet-us__promotions-section {
      padding: 80px 0;
      background-color: #f8f9fa;
    }

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

    .page-11bet-us__promotion-item {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      padding: 25px;
      box-sizing: border-box;
    }

    .page-11bet-us__promotion-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
    }

    .page-11bet-us__promotion-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-11bet-us__promotion-text {
      font-size: 0.9em;
      color: #666;
    }

    /* Why Choose Us Section */
    .page-11bet-us__why-choose-us-section {
      padding: 80px 0;
      background-color: #2c3e50;
      color: #fff;
    }

    .page-11bet-us__why-choose-us-section .page-11bet-us__section-title {
      color: #fff;
    }

    .page-11bet-us__why-choose-us-section .page-11bet-us__section-title::after {
        background-color: #e44d26;
    }

    .page-11bet-us__why-choose-us-section .page-11bet-us__section-description {
        color: #eee;
    }

    .page-11bet-us__advantages-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 40px;
    }

    .page-11bet-us__advantage-item {
      background-color: #34495e;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box; /* Crucial for responsive list items */
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .page-11bet-us__advantage-item:hover {
        transform: translateY(-5px);
        background-color: #e44d26;
    }

    .page-11bet-us__advantage-icon {
      width: 100%;
      max-width: 200px; /* Minimum size for content images */
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
      max-width: 100%;
    }

    .page-11bet-us__advantage-title {
      font-size: 1.2em;
      color: #e44d26;
      margin-bottom: 10px;
    }

    .page-11bet-us__advantage-item:hover .page-11bet-us__advantage-title {
        color: #fff;
    }

    .page-11bet-us__advantage-text {
      font-size: 0.9em;
      color: #ccc;
    }

    .page-11bet-us__advantage-item:hover .page-11bet-us__advantage-text {
        color: #f0f0f0;
    }

    /* FAQ Section */
    .page-11bet-us__faq-section {
      background-color: #f8f9fa;
      padding: 80px 0;
    }

    .page-11bet-us__faq-list {
      max-width: 800px;
      margin: 0 auto;
      margin-top: 40px;
    }

    .page-11bet-us__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden; /* Ensures max-height transition works correctly */
    }

    .page-11bet-us__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-11bet-us__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-11bet-us__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event on parent div */
    }

    .page-11bet-us__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e44d26; /* Match brand color */
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event on parent div */
    }

    .page-11bet-us__faq-item.active .page-11bet-us__faq-toggle {
      transform: rotate(45deg); /* Visually change + to X or similar */
    }

    .page-11bet-us__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: #555;
      background-color: #fdfdfd;
      border-top: 1px solid #eee;
    }

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

    .page-11bet-us__faq-answer p {
      margin: 0;
      line-height: 1.6;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Bottom CTA Section */
    .page-11bet-us__cta-bottom-section {
      padding: 80px 0;
      background: linear-gradient(135deg, #e44d26, #f76b1c);
      color: #fff;
      text-align: center;
    }

    .page-11bet-us__cta-bottom-content .page-11bet-us__section-title {
        color: #fff;
    }

    .page-11bet-us__cta-bottom-content .page-11bet-us__section-title::after {
        background-color: #fff;
    }

    .page-11bet-us__cta-bottom-content .page-11bet-us__section-description {
        color: #f0f0f0;
        margin-bottom: 30px;
    }

    .page-11bet-us__cta-bottom-section .page-11bet-us__cta-button {
        background-color: #2c3e50;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-11bet-us__cta-bottom-section .page-11bet-us__cta-button:hover {
        background-color: #1a242f;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

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

    .page-11bet-us__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 20px;
      border-radius: 30px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      min-width: 120px;
    }

    .page-11bet-us__floating-button--register {
      background-color: #e44d26;
    }

    .page-11bet-us__floating-button--register:hover {
      background-color: #c23b1c;
      transform: translateY(-2px);
    }

    .page-11bet-us__floating-button--login {
      background-color: #3f51b5;
    }

    .page-11bet-us__floating-button--login:hover {
      background-color: #303f9f;
      transform: translateY(-2px);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-11bet-us__hero-title {
        font-size: 2.8em;
      }

      .page-11bet-us__hero-subtitle {
        font-size: 1.3em;
      }

      .page-11bet-us__section-title {
        font-size: 2em;
      }

      .page-11bet-us__product-grid,
      .page-11bet-us__promotion-grid,
      .page-11bet-us__advantages-list {
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .page-11bet-us__container {
        padding: 0 15px;
      }

      .page-11bet-us__hero-section {
        padding: 10px 15px 60px;
        min-height: 50vh;
      }

      .page-11bet-us__hero-title {
        font-size: 2em;
      }

      .page-11bet-us__hero-subtitle {
        font-size: 1.1em;
        margin-bottom: 30px;
      }

      .page-11bet-us__hero-cta-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-11bet-us__cta-button--secondary {
        margin-left: 0;
      }

      .page-11bet-us__section-title {
        font-size: 1.8em;
        margin-bottom: 15px;
      }

      .page-11bet-us__section-description {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-11bet-us__about-section,
      .page-11bet-us__products-section,
      .page-11bet-us__promotions-section,
      .page-11bet-us__why-choose-us-section,
      .page-11bet-us__faq-section,
      .page-11bet-us__cta-bottom-section {
        padding: 60px 0;
      }

      .page-11bet-us__product-grid,
      .page-11bet-us__promotion-grid {
        grid-template-columns: 1fr;
      }

      .page-11bet-us__product-image {
        height: 180px;
      }

      /* Responsive list items */
      .page-11bet-us__advantages-list {
          grid-template-columns: 1fr;
          gap: 20px;
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 0 15px !important; /* Adjust padding for container */
          margin-left: 0 !important;
          margin-right: 0 !important;
      }
      .page-11bet-us__advantage-item {
          width: 100% !important;
          max-width: 100% !important;
          box-sizing: border-box !important;
          padding: 20px !important; /* Slightly reduced padding */
          margin-left: 0 !important;
          margin-right: 0 !important;
          word-wrap: break-word !important;
          overflow-wrap: break-word !important;
      }
      .page-11bet-us__advantage-icon {
          max-width: 150px !important;
          margin-left: auto !important;
          margin-right: auto !important;
      }

      /* Mobile responsive for FAQ */
      .page-11bet-us__faq-question {
          padding: 15px 20px;
      }
      .page-11bet-us__faq-question h3 {
          font-size: 1em;
      }
      .page-11bet-us__faq-toggle {
          font-size: 1.3em;
      }
      .page-11bet-us__faq-answer {
          padding: 0 20px;
      }
      .page-11bet-us__faq-item.active .page-11bet-us__faq-answer {
          padding: 15px 20px !important;
      }

      /* Floating buttons for smaller screens */
      .page-11bet-us__floating-buttons {
          bottom: 15px;
          right: 15px;
          flex-direction: row;
          width: calc(100% - 30px);
          justify-content: space-around;
      }
      .page-11bet-us__floating-button {
          flex-grow: 1;
          padding: 10px 15px;
          min-width: unset;
      }
    }

    @media (max-width: 480px) {
        .page-11bet-us__hero-title {
            font-size: 1.7em;
        }
        .page-11bet-us__hero-subtitle {
            font-size: 1em;
        }
        .page-11bet-us__cta-button {
            padding: 12px 20px;
            font-size: 1em;
        }
        .page-11bet-us__section-title {
            font-size: 1.6em;
        }
    }
  