.page-pub777-apk-latest-version {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small top padding, assuming body has header offset */
    }

    .page-pub777-apk-latest-version__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-pub777-apk-latest-version__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 20px;
      padding-top: 40px;
      font-weight: bold;
    }

    .page-pub777-apk-latest-version__section-subtitle {
      font-size: 1.2em;
      color: #555;
      text-align: center;
      margin-bottom: 40px;
    }

    .page-pub777-apk-latest-version__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background: linear-gradient(135deg, #007bff, #0056b3);
      padding: 60px 0;
    }

    .page-pub777-apk-latest-version__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }

    .page-pub777-apk-latest-version__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 20px;
    }

    .page-pub777-apk-latest-version__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.2;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    }

    .page-pub777-apk-latest-version__hero-description {
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    }

    .page-pub777-apk-latest-version__hero-cta,
    .page-pub777-apk-latest-version__intro-cta,
    .page-pub777-apk-latest-version__game-cta,
    .page-pub777-apk-latest-version__promo-cta,
    .page-pub777-apk-latest-version__contact-cta {
      display: inline-block;
      background-color: #ffc107;
      color: #333;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

    .page-pub777-apk-latest-version__hero-cta:hover,
    .page-pub777-apk-latest-version__intro-cta:hover,
    .page-pub777-apk-latest-version__game-cta:hover,
    .page-pub777-apk-latest-version__promo-cta:hover,
    .page-pub777-apk-latest-version__contact-cta:hover {
      background-color: #e0a800;
      transform: translateY(-3px);
    }

    .page-pub777-apk-latest-version__intro-section {
      padding: 60px 0;
      background-color: #ffffff;
      text-align: center;
    }

    .page-pub777-apk-latest-version__intro-text {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #444;
    }

    .page-pub777-apk-latest-version__quick-access-section {
      padding: 60px 0;
      background-color: #f1f1f1;
    }

    .page-pub777-apk-latest-version__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-pub777-apk-latest-version__access-card {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      padding: 30px;
      text-align: center;
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-pub777-apk-latest-version__access-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .page-pub777-apk-latest-version__access-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-pub777-apk-latest-version__access-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #007bff;
    }

    .page-pub777-apk-latest-version__access-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-pub777-apk-latest-version__games-section {
      padding: 60px 0;
      background-color: #ffffff;
    }

    .page-pub777-apk-latest-version__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-pub777-apk-latest-version__game-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      box-shadow: 0 5px 15px 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;
    }

    .page-pub777-apk-latest-version__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .page-pub777-apk-latest-version__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-pub777-apk-latest-version__game-title {
      font-size: 1.6em;
      margin: 20px 15px 10px 15px;
      color: #1a1a1a;
    }

    .page-pub777-apk-latest-version__game-description {
      font-size: 1em;
      color: #555;
      padding: 0 15px 20px 15px;
      flex-grow: 1;
    }

    .page-pub777-apk-latest-version__game-cta {
      margin: 0 15px 20px 15px;
      padding: 10px 20px;
      font-size: 1em;
      border-radius: 5px;
    }

    .page-pub777-apk-latest-version__promotions-section {
      padding: 60px 0;
      background-color: #f1f1f1;
    }

    .page-pub777-apk-latest-version__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-pub777-apk-latest-version__promo-card {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 5px 15px 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;
    }

    .page-pub777-apk-latest-version__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .page-pub777-apk-latest-version__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-pub777-apk-latest-version__promo-title {
      font-size: 1.6em;
      margin: 20px 15px 10px 15px;
      color: #1a1a1a;
    }

    .page-pub777-apk-latest-version__promo-description {
      font-size: 1em;
      color: #555;
      padding: 0 15px 20px 15px;
      flex-grow: 1;
    }

    .page-pub777-apk-latest-version__promo-cta {
      margin: 0 15px 20px 15px;
      padding: 10px 20px;
      font-size: 1em;
      border-radius: 5px;
    }

    .page-pub777-apk-latest-version__security-section {
      padding: 60px 0;
      background-color: #ffffff;
      text-align: center;
    }

    .page-pub777-apk-latest-version__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-pub777-apk-latest-version__security-item {
      background-color: #fdfdfd;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      padding: 30px;
      text-align: center;
    }

    .page-pub777-apk-latest-version__security-icon {
      width: 90px;
      height: 90px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-pub777-apk-latest-version__security-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .page-pub777-apk-latest-version__security-description {
      font-size: 0.95em;
      color: #666;
    }

    .page-pub777-apk-latest-version__contact-cta {
      margin-top: 20px;
    }

    .page-pub777-apk-latest-version__faq-section {
      padding: 60px 0;
      background-color: #f1f1f1;
    }

    .page-pub777-apk-latest-version__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-pub777-apk-latest-version__faq-item {
      background-color: #ffffff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .page-pub777-apk-latest-version__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      font-size: 1.2em;
      font-weight: bold;
      color: #1a1a1a;
      cursor: pointer;
      user-select: none;
      background-color: #fefefe;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-pub777-apk-latest-version__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-pub777-apk-latest-version__faq-title {
      margin: 0;
      font-size: 1.2em;
      line-height: 1.4;
      color: #1a1a1a;
      pointer-events: none;
    }

    .page-pub777-apk-latest-version__faq-toggle {
      font-size: 1.5em;
      font-weight: normal;
      transition: transform 0.3s ease;
      pointer-events: none;
      color: #007bff;
    }

    .page-pub777-apk-latest-version__faq-item.active .page-pub777-apk-latest-version__faq-toggle {
      transform: rotate(45deg);
    }

    .page-pub777-apk-latest-version__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: #ffffff;
    }

    .page-pub777-apk-latest-version__faq-item.active .page-pub777-apk-latest-version__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-pub777-apk-latest-version__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    .page-pub777-apk-latest-version__blog-section {
      padding: 60px 0;
      background-color: #ffffff;
    }

    .page-pub777-apk-latest-version__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-pub777-apk-latest-version__blog-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-pub777-apk-latest-version__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .page-pub777-apk-latest-version__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      height: auto;
    }

    .page-pub777-apk-latest-version__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-pub777-apk-latest-version__blog-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .page-pub777-apk-latest-version__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
      .page-pub777-apk-latest-version__hero-title {
        font-size: 2.8em;
      }
      .page-pub777-apk-latest-version__hero-description {
        font-size: 1.3em;
      }
      .page-pub777-apk-latest-version__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-pub777-apk-latest-version__hero-section {
        min-height: 400px;
        padding: 40px 0;
      }
      .page-pub777-apk-latest-version__hero-title {
        font-size: 2.2em;
      }
      .page-pub777-apk-latest-version__hero-description {
        font-size: 1.1em;
      }
      .page-pub777-apk-latest-version__hero-cta {
        padding: 12px 25px;
        font-size: 1.1em;
      }
      .page-pub777-apk-latest-version__section-title {
        font-size: 1.8em;
      }
      .page-pub777-apk-latest-version__section-subtitle {
        font-size: 1em;
      }
      .page-pub777-apk-latest-version__quick-access-grid,
      .page-pub777-apk-latest-version__games-grid,
      .page-pub777-apk-latest-version__promo-grid,
      .page-pub777-apk-latest-version__security-grid,
      .page-pub777-apk-latest-version__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-pub777-apk-latest-version__access-card,
      .page-pub777-apk-latest-version__game-card,
      .page-pub777-apk-latest-version__promo-card,
      .page-pub777-apk-latest-version__security-item,
      .page-pub777-apk-latest-version__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
      }

      .page-pub777-apk-latest-version__quick-access-grid,
      .page-pub777-apk-latest-version__games-grid,
      .page-pub777-apk-latest-version__promo-grid,
      .page-pub777-apk-latest-version__security-grid,
      .page-pub777-apk-latest-version__blog-grid {
        padding: 0 !important;
      }

      .page-pub777-apk-latest-version__access-icon,
      .page-pub777-apk-latest-version__security-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
      }

      .page-pub777-apk-latest-version__game-image,
      .page-pub777-apk-latest-version__promo-image,
      .page-pub777-apk-latest-version__blog-image {
        height: 180px;
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
      }

      .page-pub777-apk-latest-version__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }
      .page-pub777-apk-latest-version__faq-title {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-pub777-apk-latest-version__faq-answer {
        padding: 15px 20px !important;
      }
      .page-pub777-apk-latest-version__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-pub777-apk-latest-version__blog-title {
        font-size: 1.2em;
      }
      .page-pub777-apk-latest-version__blog-excerpt {
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-pub777-apk-latest-version__hero-title {
        font-size: 1.8em;
      }
      .page-pub777-apk-latest-version__hero-description {
        font-size: 1em;
      }
      .page-pub777-apk-latest-version__section-title {
        font-size: 1.5em;
      }
      .page-pub777-apk-latest-version__hero-cta {
        padding: 10px 20px;
        font-size: 1em;
      }
    }