
    /* Base styles for the page */
    .page-yy777-com-4 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f9fa;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-yy777-com-4__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-yy777-com-4__section {
      background-color: #fff;
      margin-bottom: 30px;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .page-yy777-com-4__hero-section {
      background: linear-gradient(135deg, #1a2a6c 0%, #b21f1f 100%);
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      border-radius: 0;
      margin-bottom: 30px;
      box-shadow: none;
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-yy777-com-4__hero-title {
      font-size: 3.2em;
      margin-bottom: 15px;
      line-height: 1.2;
      font-weight: 700;
      color: #fff;
    }

    .page-yy777-com-4__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      font-weight: 300;
      color: #eee;
    }

    .page-yy777-com-4__cta-button {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .page-yy777-com-4__cta-button:hover {
      background-color: #e0a800;
      transform: translateY(-2px);
    }

    .page-yy777-com-4__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      margin: 20px auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-yy777-com-4__content-title {
      font-size: 2.2em;
      color: #1a2a6c;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 600;
    }

    .page-yy777-com-4__content-subtitle {
      font-size: 1.6em;
      color: #b21f1f;
      margin-bottom: 20px;
      text-align: center;
      font-weight: 500;
    }

    .page-yy777-com-4__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 25px;
    }

    .page-yy777-com-4__card {
      background-color: #f0f2f5;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-yy777-com-4__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    }

    .page-yy777-com-4__card-image-wrapper {
      width: 100%;
      max-width: 300px; /* Ensure images are not too wide in cards */
      height: auto;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 15px;
      box-sizing: border-box;
    }

    .page-yy777-com-4__card-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
      border-radius: 8px;
    }

    .page-yy777-com-4__card-title {
      font-size: 1.4em;
      color: #1a2a6c;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .page-yy777-com-4__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-yy777-com-4__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-yy777-com-4__list-item {
      background-color: #e6eaf0;
      padding: 15px 20px;
      border-radius: 6px;
      flex: 1 1 calc(33% - 20px); /* Three items per row */
      min-width: 280px;
      text-align: center;
      font-weight: 500;
      color: #333;
      box-sizing: border-box;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-yy777-com-4__faq-item {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    }

    .page-yy777-com-4__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #f5f5f5;
      color: #1a2a6c;
      font-size: 1.2em;
      font-weight: 600;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-yy777-com-4__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-yy777-com-4__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      text-align: left;
      font-size: 1em; /* Adjust to fit parent font size */
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-yy777-com-4__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #b21f1f;
      pointer-events: none; /* Prevent toggle icon from blocking click */
      transition: transform 0.3s ease;
    }

    .page-yy777-com-4__faq-item.active .page-yy777-com-4__faq-toggle {
      transform: rotate(45deg); /* Plus to X/minus for expand */
    }

    .page-yy777-com-4__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      font-size: 1em;
    }

    .page-yy777-com-4__faq-item.active .page-yy777-com-4__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-yy777-com-4__container {
        padding: 15px;
      }

      .page-yy777-com-4__hero-title {
        font-size: 2.2em;
      }

      .page-yy777-com-4__hero-subtitle {
        font-size: 1.1em;
      }

      .page-yy777-com-4__content-title {
        font-size: 1.8em;
      }

      .page-yy777-com-4__content-subtitle {
        font-size: 1.3em;
      }

      .page-yy777-com-4__grid {
        grid-template-columns: 1fr;
      }

      .page-yy777-com-4__list {
        flex-direction: column;
        gap: 15px;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-yy777-com-4__list-item {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-yy777-com-4__card-image-wrapper,
      .page-yy777-com-4__image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-yy777-com-4__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-yy777-com-4__faq-question h3 {
        font-size: 1em;
      }

      .page-yy777-com-4__faq-answer {
        padding: 0 20px;
      }

      .page-yy777-com-4__faq-item.active .page-yy777-com-4__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-yy777-com-4__hero-title {
        font-size: 1.8em;
      }

      .page-yy777-com-4__hero-subtitle {
        font-size: 1em;
      }

      .page-yy777-com-4__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  