
    .page-yy777-com-4 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-top: 10px; /* Small padding to respect body's padding-top from shared header */
    }

    .page-yy777-com-4__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-yy777-com-4__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-yy777-com-4__heading {
      color: #2c3e50;
      text-align: center;
      margin-bottom: 30px;
      font-size: 2.5em;
      font-weight: 700;
    }

    .page-yy777-com-4__section--dark .page-yy777-com-4__heading {
      color: #ecf0f1;
    }

    .page-yy777-com-4__sub-heading {
      color: #34495e;
      font-size: 1.8em;
      margin-bottom: 20px;
      text-align: center;
    }

    .page-yy777-com-4__section--dark .page-yy777-com-4__sub-heading {
      color: #bdc3c7;
    }

    .page-yy777-com-4__text {
      font-size: 1.1em;
      margin-bottom: 15px;
      text-align: justify;
    }

    .page-yy777-com-4__hero {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      margin-bottom: 40px;
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-yy777-com-4__hero-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-yy777-com-4__hero-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-yy777-com-4__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      font-weight: 800;
      line-height: 1.1;
      color: #f39c12; /* Distinct color for brand keyword */
    }

    .page-yy777-com-4__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
    }

    .page-yy777-com-4__promo-button {
      background-color: #e67e22;
      color: #fff;
      padding: 15px 30px;
      border: none;
      border-radius: 5px;
      font-size: 1.2em;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
      display: inline-block;
      font-weight: bold;
    }

    .page-yy777-com-4__promo-button:hover {
      background-color: #d35400;
    }

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

    .page-yy777-com-4__grid-item {
      background-color: #ecf0f1;
      padding: 25px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-yy777-com-4__grid-item-image {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-yy777-com-4__grid-item-title {
      font-size: 1.4em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .page-yy777-com-4__grid-item-description {
      font-size: 1em;
      color: #555;
    }

    .page-yy777-com-4__payment-methods-list,
    .page-yy777-com-4__providers-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-yy777-com-4__payment-method-item,
    .page-yy777-com-4__provider-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 15px 25px;
      font-size: 1.1em;
      font-weight: 600;
      color: #34495e;
      text-align: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      flex: 0 0 auto; /* Prevent items from growing */
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-yy777-com-4__section--dark .page-yy777-com-4__payment-method-item,
    .page-yy777-com-4__section--dark .page-yy777-com-4__provider-item {
      background-color: #3f51b5;
      color: #fff;
      border-color: #303f9f;
    }

    .page-yy777-com-4__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

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

    .page-yy777-com-4__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #3498db;
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-weight: 600;
      font-size: 1.2em;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-yy777-com-4__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from interfering with click event */
      flex-grow: 1;
    }

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

    .page-yy777-com-4__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-yy777-com-4__faq-item.active .page-yy777-com-4__faq-toggle {
      transform: rotate(45deg);
    }

    .page-yy777-com-4__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #f9f9f9;
      color: #333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

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

    .page-yy777-com-4__faq-answer p {
      margin: 0 0 10px 0;
    }

    .page-yy777-com-4__faq-answer p:last-child {
      margin-bottom: 0;
    }

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

      .page-yy777-com-4__heading {
        font-size: 2em;
      }

      .page-yy777-com-4__sub-heading {
        font-size: 1.5em;
      }

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

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

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

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

      .page-yy777-com-4__payment-methods-list,
      .page-yy777-com-4__providers-list {
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-yy777-com-4__payment-method-item,
      .page-yy777-com-4__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        padding: 15px 10px; /* Adjust padding for smaller screens */
      }

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

      .page-yy777-com-4__faq-question h3 {
        font-size: 1.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;
      }

      .page-yy777-com-4__hero-content {
        justify-content: flex-end;
        padding-bottom: 40px;
      }
    }

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

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