
    .page-8-live {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      box-sizing: border-box;
    }

    .page-8-live *,
    .page-8-live *::before,
    .page-8-live *::after {
      box-sizing: border-box;
    }

    /* Hero Section */
    .page-8-live__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 20px 40px;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
      border-bottom: 5px solid #e94560;
    }

    .page-8-live__hero-content {
      max-width: 900px;
      margin-bottom: 30px;
    }

    .page-8-live__hero-title {
      font-size: 2.5em;
      color: #e94560; /* Brand color */
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .page-8-live__hero-description {
      font-size: 1.1em;
      color: #ccc;
      margin-bottom: 25px;
    }

    .page-8-live__button-group {
      display: flex;
      flex-direction: column;
      gap: 15px;
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
    }

    .page-8-live__cta-button,
    .page-8-live__secondary-button {
      display: block;
      width: 100%;
      padding: 15px 25px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      color: #fff;
    }

    .page-8-live__cta-button {
      background-color: #e94560; /* Primary CTA color */
    }

    .page-8-live__cta-button:hover {
      background-color: #c03952;
      transform: translateY(-2px);
    }

    .page-8-live__secondary-button {
      background-color: #0f3460; /* Secondary button color */
      border: 2px solid #e94560;
    }

    .page-8-live__secondary-button:hover {
      background-color: #1a1a2e;
      transform: translateY(-2px);
    }

    .page-8-live__hero-image-wrapper {
      width: 100%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

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

    /* General Section Styling */
    .page-8-live__section-title {
      font-size: 2em;
      color: #e94560;
      text-align: center;
      margin: 40px 0 30px;
      padding: 0 15px;
    }

    /* Features Section */
    .page-8-live__features-section {
      padding: 40px 20px;
      background-color: #2a2a4a;
    }

    .page-8-live__features-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-8-live__feature-item {
      background-color: #1a1a2e;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
    }

    .page-8-live__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-8-live__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-8-live__feature-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-8-live__feature-text {
      font-size: 1em;
      color: #ccc;
    }

    /* Products Section */
    .page-8-live__products-section {
      padding: 40px 20px;
      background-color: #1a1a2e;
    }

    .page-8-live__products-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-8-live__product-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-8-live__product-card:hover {
      transform: translateY(-5px);
    }

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

    .page-8-live__product-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 15px 15px 10px;
    }

    .page-8-live__product-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 20px;
    }

    /* Promotion Section */
    .page-8-live__promotion-section {
      padding: 40px 20px;
      background-color: #0f3460;
    }

    .page-8-live__promotion-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-8-live__promo-card {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-8-live__promo-card:hover {
      transform: translateY(-5px);
    }

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

    .page-8-live__promo-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 15px 15px 10px;
    }

    .page-8-live__promo-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px 15px;
    }

    .page-8-live__promo-action {
      padding-bottom: 20px;
    }

    /* FAQ Section */
    .page-8-live__faq-section {
      padding: 40px 20px;
      background-color: #1a1a2e;
    }

    .page-8-live__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8-live__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .page-8-live__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      background-color: #0f3460;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8-live__faq-question:hover {
      background-color: #e94560;
    }

    .page-8-live__faq-question-title {
      font-size: 1.2em;
      color: #f0f0f0;
      margin: 0;
      pointer-events: none;
    }

    .page-8-live__faq-toggle {
      font-size: 1.5em;
      color: #f0f0f0;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

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

    .page-8-live__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #ccc;
    }

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

    .page-8-live__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (min-width: 768px) {
      .page-8-live__hero-section {
        flex-direction: row;
        text-align: left;
        padding: 10px 40px 60px;
        gap: 40px;
      }

      .page-8-live__hero-content {
        flex: 1;
        margin-bottom: 0;
      }

      .page-8-live__hero-image-wrapper {
        flex: 1;
        max-width: 50%;
      }

      .page-8-live__button-group {
        flex-direction: row;
        max-width: none;
        justify-content: flex-start;
      }

      .page-8-live__cta-button,
      .page-8-live__secondary-button {
        width: auto;
        min-width: 180px;
      }

      .page-8-live__hero-title {
        font-size: 3.5em;
      }

      .page-8-live__hero-description {
        font-size: 1.2em;
      }

      .page-8-live__section-title {
        font-size: 2.8em;
      }

      .page-8-live__features-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .page-8-live__products-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .page-8-live__promotion-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .page-8-live__faq-question-title {
        font-size: 1.3em;
      }
    }

    @media (min-width: 1024px) {
      .page-8-live__features-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    /* Mobile specific overrides for lists and images */
    @media (max-width: 768px) {
      .page-8-live__hero-image,
      .page-8-live__feature-icon,
      .page-8-live__product-image,
      .page-8-live__promo-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-8-live__hero-image-wrapper,
      .page-8-live__feature-item,
      .page-8-live__product-card,
      .page-8-live__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8-live__features-grid,
      .page-8-live__products-grid,
      .page-8-live__promotion-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8-live__feature-item,
      .page-8-live__product-card,
      .page-8-live__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8-live__feature-text,
      .page-8-live__product-description,
      .page-8-live__promo-description,
      .page-8-live__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8-live__hero-title {
        font-size: 2em;
      }

      .page-8-live__hero-description {
        font-size: 1em;
      }

      .page-8-live__section-title {
        font-size: 1.8em;
      }

      .page-8-live__faq-question-title {
        font-size: 1.1em;
      }
    }
  