.page-lito-atienza-kuya-kim {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-lito-atienza-kuya-kim__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 15px;
      font-weight: bold;
    }

    .page-lito-atienza-kuya-kim__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e44d26; /* A vibrant orange for contrast */
      border-radius: 2px;
    }

    .page-lito-atienza-kuya-kim__text-content {
      max-width: 900px;
      margin: 0 auto 40px auto;
      text-align: center;
      font-size: 1.1em;
      color: #555;
      padding: 0 15px;
    }

    .page-lito-atienza-kuya-kim__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      text-align: center;
      padding-top: 10px; /* Assuming body has header offset */
      box-sizing: border-box;
    }

    .page-lito-atienza-kuya-kim__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .page-lito-atienza-kuya-kim__hero-content {
      position: relative;
      z-index: 1;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 40px;
      border-radius: 10px;
      max-width: 800px;
      box-sizing: border-box;
    }

    .page-lito-atienza-kuya-kim__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-lito-atienza-kuya-kim__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
    }

    .page-lito-atienza-kuya-kim__hero-cta-button {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__hero-cta-button:hover {
      background-color: #ff6f42;
    }

    .page-lito-atienza-kuya-kim__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 50px 20px;
      background-color: #fff;
    }

    .page-lito-atienza-kuya-kim__payment-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
    }

    .page-lito-atienza-kuya-kim__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      object-fit: contain;
    }

    .page-lito-atienza-kuya-kim__introduction-section,
    .page-lito-atienza-kuya-kim__quick-access-section,
    .page-lito-atienza-kuya-kim__games-section,
    .page-lito-atienza-kuya-kim__promotions-section,
    .page-lito-atienza-kuya-kim__security-support-section,
    .page-lito-atienza-kuya-kim__faq-section,
    .page-lito-atienza-kuya-kim__blog-section {
      padding: 80px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-lito-atienza-kuya-kim__introduction-section {
      background-color: #fff;
    }

    .page-lito-atienza-kuya-kim__highlight {
      color: #e44d26;
      font-weight: bold;
    }

    .page-lito-atienza-kuya-kim__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-lito-atienza-kuya-kim__feature-item {
      background-color: #fefefe;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-lito-atienza-kuya-kim__feature-icon {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 20px;
      object-fit: contain;
    }

    .page-lito-atienza-kuya-kim__feature-title {
      font-size: 1.5em;
      color: #1a1a1a;
      margin-bottom: 10px;
    }

    .page-lito-atienza-kuya-kim__feature-description {
      font-size: 1em;
      color: #666;
    }

    .page-lito-atienza-kuya-kim__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .page-lito-atienza-kuya-kim__access-button {
      background-color: #28a745; /* Green for action */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-lito-atienza-kuya-kim__access-button:hover {
      background-color: #218838;
    }

    .page-lito-atienza-kuya-kim__games-section {
      background-color: #fff;
    }

    .page-lito-atienza-kuya-kim__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-lito-atienza-kuya-kim__game-category-item {
      background-color: #fefefe;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__game-category-item:hover {
      transform: translateY(-5px);
    }

    .page-lito-atienza-kuya-kim__game-category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-lito-atienza-kuya-kim__game-category-title {
      font-size: 1.4em;
      color: #1a1a1a;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-lito-atienza-kuya-kim__game-category-description {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
      padding: 0 15px 15px;
    }

    .page-lito-atienza-kuya-kim__game-category-button {
      display: block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 15px;
      text-decoration: none;
      font-size: 1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: auto; /* Pushes button to bottom */
    }

    .page-lito-atienza-kuya-kim__game-category-button:hover {
      background-color: #0056b3;
    }

    .page-lito-atienza-kuya-kim__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-lito-atienza-kuya-kim__promotion-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__promotion-card:hover {
      transform: translateY(-5px);
    }

    .page-lito-atienza-kuya-kim__promotion-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .page-lito-atienza-kuya-kim__promotion-title {
      font-size: 1.5em;
      color: #1a1a1a;
      margin: 20px 15px 10px;
    }

    .page-lito-atienza-kuya-kim__promotion-description {
      font-size: 1em;
      color: #666;
      flex-grow: 1;
      padding: 0 15px 20px;
    }

    .page-lito-atienza-kuya-kim__promotion-button {
      display: block;
      background-color: #e44d26;
      color: #fff;
      padding: 12px 15px;
      text-decoration: none;
      font-size: 1.05em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: auto;
    }

    .page-lito-atienza-kuya-kim__promotion-button:hover {
      background-color: #ff6f42;
    }

    .page-lito-atienza-kuya-kim__security-support-section {
      background-color: #f0f0f0;
      text-align: center;
    }

    .page-lito-atienza-kuya-kuya-kim__security-content {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-lito-atienza-kuya-kim__support-contact {
      margin-top: 40px;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .page-lito-atienza-kuya-kim__support-title {
      font-size: 1.8em;
      color: #1a1a1a;
      margin-bottom: 15px;
    }

    .page-lito-atienza-kuya-kim__support-text {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 25px;
    }

    .page-lito-atienza-kuya-kim__support-button {
      display: inline-block;
      background-color: #e44d26;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__support-button:hover {
      background-color: #ff6f42;
    }

    .page-lito-atienza-kuya-kim__faq-container {
      margin-top: 50px;
    }

    .page-lito-atienza-kuya-kim__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .page-lito-atienza-kuya-kim__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #f9f9f9;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__faq-question:hover {
      background-color: #f0f0f0;
    }

    .page-lito-atienza-kuya-kim__faq-title {
      font-size: 1.2em;
      color: #333;
      margin: 0;
      pointer-events: none; /* Allows click on parent div */
    }

    .page-lito-atienza-kuya-kim__faq-toggle {
      font-size: 1.5em;
      color: #e44d26;
      font-weight: bold;
      transition: transform 0.3s ease;
      pointer-events: none; /* Allows click on parent div */
    }

    .page-lito-atienza-kuya-kim__faq-item.active .page-lito-atienza-kuya-kim__faq-toggle {
      transform: rotate(45deg);
    }

    .page-lito-atienza-kuya-kim__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;
    }

    .page-lito-atienza-kuya-kim__faq-item.active .page-lito-atienza-kuya-kim__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-lito-atienza-kuya-kim__faq-answer p {
      margin: 0;
      color: #555;
      line-height: 1.8;
    }

    .page-lito-atienza-kuya-kim__blog-section {
      background-color: #f0f0f0;
    }

    .page-lito-atienza-kuya-kim__blog-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .page-lito-atienza-kuya-kim__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-lito-atienza-kuya-kim__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-lito-atienza-kuya-kim__blog-title {
      font-size: 1.4em;
      color: #1a1a1a;
      margin: 20px 15px 10px;
    }

    .page-lito-atienza-kuya-kim__blog-title a {
      color: inherit;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-lito-atienza-kuya-kim__blog-title a:hover {
      color: #e44d26;
    }

    .page-lito-atienza-kuya-kim__blog-excerpt {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
      padding: 0 15px 15px;
    }

    .page-lito-atienza-kuya-kim__blog-read-more {
      display: inline-block;
      background-color: #5cb85c; /* A different green for blog read more */
      color: #fff;
      padding: 10px 15px;
      text-decoration: none;
      font-size: 0.95em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      margin-top: auto;
      align-self: flex-start;
      margin-left: 15px;
      margin-bottom: 15px;
      border-radius: 5px;
    }

    .page-lito-atienza-kuya-kim__blog-read-more:hover {
      background-color: #4cae4c;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-lito-atienza-kuya-kim__hero-title {
        font-size: 3em;
      }
      .page-lito-atienza-kuya-kim__hero-subtitle {
        font-size: 1.3em;
      }
    }

    @media (max-width: 768px) {
      .page-lito-atienza-kuya-kim__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-lito-atienza-kuya-kim__text-content {
        font-size: 1em;
        margin-bottom: 30px;
      }

      .page-lito-atienza-kuya-kim__hero-section {
        height: 500px;
      }

      .page-lito-atienza-kuya-kim__hero-content {
        padding: 30px 20px;
        max-width: 90%;
      }

      .page-lito-atienza-kuya-kim__hero-title {
        font-size: 2.2em;
      }

      .page-lito-atienza-kuya-kim__hero-subtitle {
        font-size: 1.1em;
      }

      .page-lito-atienza-kuya-kim__hero-cta-button,
      .page-lito-atienza-kuya-kim__support-button {
        padding: 12px 25px;
        font-size: 1.1em;
      }

      .page-lito-atienza-kuya-kim__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }

      .page-lito-atienza-kuya-kim__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-lito-atienza-kuya-kim__introduction-section,
      .page-lito-atienza-kuya-kim__quick-access-section,
      .page-lito-atienza-kuya-kim__games-section,
      .page-lito-atienza-kuya-kim__promotions-section,
      .page-lito-atienza-kuya-kim__security-support-section,
      .page-lito-atienza-kuya-kim__faq-section,
      .page-lito-atienza-kuya-kim__blog-section {
        padding: 50px 15px;
      }

      .page-lito-atienza-kuya-kim__features-grid,
      .page-lito-atienza-kuya-kim__game-categories,
      .page-lito-atienza-kuya-kim__promotions-grid,
      .page-lito-atienza-kuya-kim__blog-posts {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-lito-atienza-kuya-kim__feature-item,
      .page-lito-atienza-kuya-kim__game-category-item,
      .page-lito-atienza-kuya-kim__promotion-card,
      .page-lito-atienza-kuya-kim__blog-card {
        padding: 20px;
      }

      .page-lito-atienza-kuya-kim__feature-icon {
        max-width: 180px;
      }

      .page-lito-atienza-kuya-kim__feature-title,
      .page-lito-atienza-kuya-kim__game-category-title,
      .page-lito-atienza-kuya-kim__promotion-title,
      .page-lito-atienza-kuya-kim__blog-title {
        font-size: 1.3em;
      }

      .page-lito-atienza-kuya-kim__access-buttons {
        flex-direction: column;
        align-items: center;
      }

      .page-lito-atienza-kuya-kim__access-button {
        width: 100%;
        max-width: 300px;
      }

      .page-lito-atienza-kuya-kim__faq-question {
        padding: 15px 20px;
      }

      .page-lito-atienza-kuya-kim__faq-title {
        font-size: 1.1em;
      }

      .page-lito-atienza-kuya-kim__faq-answer {
        padding: 0 20px;
      }

      .page-lito-atienza-kuya-kim__faq-item.active .page-lito-atienza-kuya-kim__faq-answer {
        padding: 15px 20px !important;
      }

      .page-lito-atienza-kuya-kim__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-lito-atienza-kuya-kim__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    /* Ensure all images are responsive by default, except specified */
    .page-lito-atienza-kuya-kim img:not(.page-lito-atienza-kuya-kim__payment-logo) {
      max-width: 100%;
      height: auto;
      box-sizing: border-box;
    }

    .page-lito-atienza-kuya-kim__hero-image {
      max-width: 100%;
      height: 100%;
    }

    /* Mobile specific image adjustments for general images */
    @media (max-width: 768px) {
      .page-lito-atienza-kuya-kim img:not(.page-lito-atienza-kuya-kim__payment-logo) {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-lito-atienza-kuya-kim__hero-image {
        max-width: 100% !important;
        height: 100% !important;
      }
    }