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

    .page-666ae__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-666ae__section {
      padding: 40px 0;
      text-align: center;
    }

    .page-666ae__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-666ae__section-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #e74c3c;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-666ae__section-title--light {
      color: #ecf0f1;
    }

    .page-666ae__text {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    .page-666ae__hero-section {
      background-image: url('[GALLERY:hero:1920x1080:betting,casino,vietnam,ae666]');
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 100px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      position: relative;
      padding-top: calc(var(--header-offset, 122px) + 10px);
      min-height: 450px;
    }

    .page-666ae__hero-content {
      text-align: center;
      max-width: 900px;
      padding: 0 15px;
    }

    .page-666ae__hero-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: #f1c40f; /* Yellow for brand */
      text-transform: uppercase;
      line-height: 1.2;
    }

    .page-666ae__hero-subtitle {
      font-size: 1.8em;
      margin-bottom: 30px;
      color: #ecf0f1;
    }

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

    .page-666ae__floating-button {
      display: block;
      width: 45%;
      padding: 12px 0;
      text-align: center;
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-666ae__floating-button--register {
      background-color: #e74c3c; /* Red */
    }

    .page-666ae__floating-button--register:hover {
      background-color: #c0392b;
    }

    .page-666ae__floating-button--login {
      background-color: #3498db; /* Blue */
    }

    .page-666ae__floating-button--login:hover {
      background-color: #2980b9;
    }

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

    .page-666ae__product-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px 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;
      justify-content: space-between;
    }

    .page-666ae__product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .page-666ae__product-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #eee;
    }

    .page-666ae__product-image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-666ae__product-info {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .page-666ae__product-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #2c3e50;
      font-weight: bold;
    }

    .page-666ae__product-description {
      font-size: 0.95em;
      color: #7f8c8d;
    }

    .page-666ae__promo-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      padding: 30px;
      text-align: left;
      margin-bottom: 30px;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .page-666ae__promo-image {
      width: 150px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
      flex-shrink: 0;
    }

    .page-666ae__promo-content {
      flex-grow: 1;
    }

    .page-666ae__promo-title {
      font-size: 1.6em;
      color: #e74c3c;
      margin-bottom: 10px;
    }

    .page-666ae__promo-text {
      font-size: 1em;
      color: #555;
    }

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

    .page-666ae__news-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      display: flex;
      flex-direction: column;
    }

    .page-666ae__news-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-666ae__news-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-666ae__news-title {
      font-size: 1.3em;
      color: #2c3e50;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-666ae__news-date {
      font-size: 0.9em;
      color: #95a5a6;
      margin-top: 10px;
    }

    .page-666ae__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-666ae__payment-item, .page-666ae__provider-item {
      background-color: #fff;
      border-radius: 8px;
      padding: 15px 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease;
    }

    .page-666ae__payment-item:hover, .page-666ae__provider-item:hover {
      transform: translateY(-5px);
    }

    .page-666ae__payment-logo, .page-666ae__provider-logo {
      max-height: 40px;
      max-width: 120px;
      width: auto;
      height: auto;
      display: block;
    }

    .page-666ae__faq-list {
      margin-top: 30px;
      text-align: left;
    }

    .page-666ae__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }

    .page-666ae__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #f1f1f1;
      color: #2c3e50;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-666ae__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-666ae__faq-item.active .page-666ae__faq-question {
      background-color: #e74c3c;
      color: #fff;
    }

    .page-666ae__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none;
      color: inherit;
    }

    .page-666ae__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-666ae__faq-item.active .page-666ae__faq-toggle {
      transform: rotate(45deg);
    }

    .page-666ae__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: #fff;
    }

    .page-666ae__faq-item.active .page-666ae__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-666ae__hero-title {
        font-size: 2.5em;
      }

      .page-666ae__hero-subtitle {
        font-size: 1.4em;
      }

      .page-666ae__section-title {
        font-size: 2em;
      }

      .page-666ae__product-grid, .page-666ae__news-grid {
        grid-template-columns: 1fr;
      }

      .page-666ae__promo-card {
        flex-direction: column;
        text-align: center;
      }

      .page-666ae__promo-image {
        width: 100%;
        height: 150px;
        margin-bottom: 15px;
      }

      .page-666ae__promo-content {
        padding: 0;
      }

      .page-666ae__floating-button {
        font-size: 1em;
        padding: 10px 0;
      }

      /* List item responsive rules */
      .page-666ae__product-grid > *, .page-666ae__news-grid > *, .page-666ae__faq-list > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-666ae__product-card, .page-666ae__news-card, .page-666ae__promo-card, .page-666ae__faq-item {
        padding: 15px;
      }

      .page-666ae__faq-question {
        padding: 15px 20px;
      }

      .page-666ae__faq-answer {
        padding: 0 20px;
      }

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

      .page-666ae__payment-providers {
        gap: 10px;
      }

      .page-666ae__payment-item, .page-666ae__provider-item {
        padding: 10px 15px;
      }

      .page-666ae__payment-logo, .page-666ae__provider-logo {
        max-height: 30px;
        max-width: 100px;
      }
    }

    @media (max-width: 480px) {
      .page-666ae__hero-title {
        font-size: 2em;
      }

      .page-666ae__hero-subtitle {
        font-size: 1.2em;
      }

      .page-666ae__section-title {
        font-size: 1.8em;
      }
    }
  