
    .page-info-78 {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
    }

    .page-info-78__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-info-78__section-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      font-weight: bold;
    }

    .page-info-78__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    .page-info-78__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_betting,vietnam,78win_info]') no-repeat center center/cover;
      color: #fff;
      padding: 10px 20px 80px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      margin-bottom: 40px;
    }

    .page-info-78__hero-content {
      z-index: 1;
      max-width: 900px;
    }

    .page-info-78__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffd700; /* Gold color for emphasis */
      line-height: 1.2;
    }

    .page-info-78__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-info-78__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-info-78__button {
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      text-align: center;
    }

    .page-info-78__button--primary {
      background-color: #007bff; /* Blue */
      color: #fff;
    }

    .page-info-78__button--primary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-info-78__button--secondary {
      background-color: #6c757d; /* Grey */
      color: #fff;
    }

    .page-info-78__button--secondary:hover {
      background-color: #5a6268;
      transform: translateY(-2px);
    }

    .page-info-78__about-section,
    .page-info-78__promotion-section,
    .page-info-78__payment-methods,
    .page-info-78__faq-section,
    .page-info-78__cta-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      margin-bottom: 40px;
    }

    .page-info-78__feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-info-78__feature-item {
      background-color: #f0f8ff;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      width: 100%;
      max-width: 350px;
    }

    .page-info-78__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-info-78__feature-icon {
      width: 200px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 8px;
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-info-78__feature-title {
      font-size: 1.6em;
      color: #0056b3;
      margin-bottom: 10px;
    }

    .page-info-78__feature-description {
      font-size: 1em;
      color: #666;
    }

    .page-info-78__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
      justify-items: center;
    }

    .page-info-78__promo-card {
      background-color: #fff3cd;
      border: 1px solid #ffeeba;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      width: 100%;
      max-width: 450px;
    }

    .page-info-78__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-info-78__promo-title {
      font-size: 1.8em;
      color: #856404;
      margin-bottom: 10px;
    }

    .page-info-78__promo-description {
      font-size: 1.1em;
      color: #856404;
      margin-bottom: 20px;
    }

    .page-info-78__promo-link {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-info-78__promo-link:hover {
      background-color: #e0a800;
    }

    .page-info-78__payment-icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-info-78__payment-link {
      display: block;
      padding: 10px;
      border-radius: 8px;
      background-color: #f0f0f0;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-info-78__payment-link:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .page-info-78__payment-icon {
      width: 120px; /* Adjusted from 200px to fit more naturally for logos, but still > 100px */
      height: 120px;
      object-fit: contain;
      max-width: 100%;
      display: block;
    }

    .page-info-78__faq-container {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-info-78__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-info-78__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #e9ecef;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-info-78__faq-question:hover {
      background-color: #dee2e6;
    }

    .page-info-78__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      color: #0056b3;
      pointer-events: none;
    }

    .page-info-78__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      margin-left: 15px;
      pointer-events: none;
    }

    .page-info-78__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fff;
      color: #555;
    }

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

    .page-info-78__faq-item.active .page-info-78__faq-toggle {
      content: '−'; /* Changed by JS */
    }

    .page-info-78__cta-section {
      text-align: center;
      background-color: #007bff;
      color: #fff;
      padding: 80px 20px;
      border-radius: 10px;
      margin-top: 40px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-info-78__cta-section .page-info-78__section-title {
      color: #fff;
      margin-bottom: 20px;
    }

    .page-info-78__cta-section .page-info-78__text-content {
      color: #eee;
      margin-bottom: 40px;
    }

    .page-info-78__cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-info-78__cta-buttons .page-info-78__button {
      border: 2px solid #fff;
    }

    .page-info-78__cta-buttons .page-info-78__button--primary {
      background-color: #ffd700; /* Gold */
      color: #0056b3;
    }

    .page-info-78__cta-buttons .page-info-78__button--primary:hover {
      background-color: #e0a800;
      border-color: #e0a800;
    }

    .page-info-78__cta-buttons .page-info-78__button--secondary {
      background-color: transparent;
      color: #fff;
    }

    .page-info-78__cta-buttons .page-info-78__button--secondary:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-info-78__hero-title {
        font-size: 3em;
      }
      .page-info-78__hero-description {
        font-size: 1.2em;
      }
      .page-info-78__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-info-78__hero-section {
        min-height: 400px;
        padding-bottom: 60px;
      }
      .page-info-78__hero-title {
        font-size: 2.5em;
      }
      .page-info-78__hero-description {
        font-size: 1.1em;
      }
      .page-info-78__hero-buttons,
      .page-info-78__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-info-78__button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
      }

      .page-info-78__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-info-78__text-content {
        font-size: 1em;
      }

      .page-info-78__feature-grid,
      .page-info-78__promo-cards {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-info-78__feature-item,
      .page-info-78__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-info-78__payment-icons {
        gap: 15px;
      }
      .page-info-78__payment-link {
        width: calc(33% - 10px);
        max-width: calc(33% - 10px);
      }
      .page-info-78__payment-icon {
        width: 100%;
        height: auto;
      }

      .page-info-78__faq-question {
        font-size: 1.1em;
        padding: 15px;
      }
      .page-info-78__faq-question h3 {
        font-size: 1em;
      }
      .page-info-78__faq-answer {
        padding: 15px !important;
      }
      .page-info-78__faq-answer p {
        font-size: 0.95em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-info-78__about-section,
      .page-info-78__promotion-section,
      .page-info-78__payment-methods,
      .page-info-78__faq-section,
      .page-info-78__cta-section {
        padding: 40px 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0;
        box-shadow: none;
      }

      .page-info-78__hero-image,
      .page-info-78__feature-icon,
      .page-info-78__promo-image {
          max-width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
      }
    }

    @media (max-width: 480px) {
      .page-info-78__hero-title {
        font-size: 2em;
      }
      .page-info-78__hero-description {
        font-size: 1em;
      }
      .page-info-78__button {
        width: 90%;
      }
      .page-info-78__payment-link {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
      }
    }

    @media (max-width: 375px) {
      .page-info-78__button {
        width: 100%;
        padding: 12px 20px;
      }
      .page-info-78__payment-link {
        width: 100%;
        max-width: 100%;
      }
      .page-info-78__faq-question {
        padding: 12px;
      }
      .page-info-78__faq-answer {
        padding: 12px !important;
      }
    }
  