.page-taya365-ph-com {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f8f8;
      padding-top: var(--header-offset, 122px); /* Fallback if shared.css doesn't define --header-offset */
    }

    .page-taya365-ph-com__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-taya365-ph-com__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-taya365-ph-com__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-taya365-ph-com__section-title--small {
      font-size: 1.8em;
    }

    .page-taya365-ph-com__section-title--light {
      color: #ecf0f1;
    }

    .page-taya365-ph-com__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-taya365-ph-com__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      text-align: center;
    }

    .page-taya365-ph-com__button:hover {
      background-color: #c0392b;
    }

    /* HERO Section */
    .page-taya365-ph-com__hero-section {
      position: relative;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      margin-bottom: 20px;
      border-radius: 8px;
    }

    .page-taya365-ph-com__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .page-taya365-ph-com__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1;
    }

    .page-taya365-ph-com__hero-content {
      z-index: 1;
      max-width: 800px;
      padding: 20px;
    }

    .page-taya365-ph-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.2;
      color: #f1c40f; /* Yellow for contrast */
    }

    .page-taya365-ph-com__hero-description {
      font-size: 1.4em;
      margin-bottom: 30px;
    }

    /* Payment Providers Section */
    .page-taya365-ph-com__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto 20px auto;
      box-sizing: border-box;
      background-color: #fff;
      padding: 40px 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .page-taya365-ph-com__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-taya365-ph-com__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    /* Introduction Section */
    .page-taya365-ph-com__introduction-content {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .page-taya365-ph-com__introduction-image-wrapper {
      width: 100%;
      margin-bottom: 20px;
    }

    .page-taya365-ph-com__introduction-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      object-fit: cover;
    }

    /* Quick Access */
    .page-taya365-ph-com__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-taya365-ph-com__quick-access-item {
      text-align: center;
    }

    .page-taya365-ph-com__quick-access-button {
      width: 100%;
      padding: 20px 15px;
      font-size: 1.2em;
      background-color: #3498db;
    }

    .page-taya365-ph-com__quick-access-button:hover {
      background-color: #2980b9;
    }

    /* Games Section */
    .page-taya365-ph-com__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-ph-com__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-taya365-ph-com__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-taya365-ph-com__game-card-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-taya365-ph-com__game-card-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-taya365-ph-com__game-card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-taya365-ph-com__game-card-title {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-taya365-ph-com__game-card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-taya365-ph-com__game-card-button {
      width: 100%;
      background-color: #27ae60;
      padding: 12px 15px;
    }

    .page-taya365-ph-com__game-card-button:hover {
      background-color: #229a55;
    }

    /* Promotions Section */
    .page-taya365-ph-com__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-ph-com__promotion-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-taya365-ph-com__promotion-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-taya365-ph-com__promotion-image-wrapper {
      width: 100%;
      height: 220px;
      overflow: hidden;
    }

    .page-taya365-ph-com__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-taya365-ph-com__promotion-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-taya365-ph-com__promotion-title {
      font-size: 1.6em;
      margin-bottom: 10px;
      color: #e74c3c;
    }

    .page-taya365-ph-com__promotion-description {
      font-size: 1em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-taya365-ph-com__promotion-button {
      width: 100%;
      background-color: #e74c3c;
      padding: 12px 15px;
    }

    .page-taya365-ph-com__promotion-button:hover {
      background-color: #c0392b;
    }

    /* Security & Customer Service */
    .page-taya365-ph-com__security-support-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-ph-com__security-item, .page-taya365-ph-com__support-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .page-taya365-ph-com__security-item-title, .page-taya365-ph-com__support-item-title {
      font-size: 1.8em;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .page-taya365-ph-com__security-item-description, .page-taya365-ph-com__support-item-description {
      color: #555;
      font-size: 1.1em;
    }

    /* FAQ Section */
    .page-taya365-ph-com__faq-container {
      margin-top: 30px;
    }

    .page-taya365-ph-com__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-taya365-ph-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #3498db;
      color: #fff;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-taya365-ph-com__faq-question:hover {
      background-color: #2980b9;
    }

    .page-taya365-ph-com__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevents text selection from interfering with click */
      color: #fff; /* Ensure contrast */
    }

    .page-taya365-ph-com__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from interfering with click */
    }

    .page-taya365-ph-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #ecf0f1;
      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;
      font-size: 1.1em;
    }

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

    .page-taya365-ph-com__faq-item.active .page-taya365-ph-com__faq-toggle {
      content: '−';
    }

    /* Blog Section */
    .page-taya365-ph-com__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-ph-com__blog-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-taya365-ph-com__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-taya365-ph-com__blog-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .page-taya365-ph-com__blog-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-taya365-ph-com__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-taya365-ph-com__blog-date {
      font-size: 0.9em;
      color: #7f8c8d;
      margin-bottom: 10px;
    }

    .page-taya365-ph-com__blog-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-taya365-ph-com__blog-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-taya365-ph-com__blog-button {
      width: 100%;
      background-color: #9b59b6;
      padding: 12px 15px;
    }

    .page-taya365-ph-com__blog-button:hover {
      background-color: #8e44ad;
    }

    /* General Image Styles */
    .page-taya365-ph-com__image {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-taya365-ph-com__section {
        padding: 40px 15px;
      }

      .page-taya365-ph-com__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-taya365-ph-com__hero-section {
        height: 400px;
      }

      .page-taya365-ph-com__hero-title {
        font-size: 2.5em;
      }

      .page-taya365-ph-com__hero-description {
        font-size: 1.1em;
      }

      .page-taya365-ph-com__button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-taya365-ph-com__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-taya365-ph-com__payment-logo,
      .page-taya365-ph-com__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-taya365-ph-com__quick-access-grid,
      .page-taya365-ph-com__games-grid,
      .page-taya365-ph-com__promotions-grid,
      .page-taya365-ph-com__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-taya365-ph-com__game-card-image-wrapper,
      .page-taya365-ph-com__promotion-image-wrapper,
      .page-taya365-ph-com__blog-image-wrapper {
        height: 180px;
      }

      .page-taya365-ph-com__security-support-grid {
        grid-template-columns: 1fr;
      }

      .page-taya365-ph-com__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-taya365-ph-com__faq-answer {
        padding: 0 20px;
      }

      .page-taya365-ph-com__faq-item.active .page-taya365-ph-com__faq-answer {
        padding: 15px 20px !important;
      }

      /* List item responsive requirements */
      .page-taya365-ph-com__quick-access-grid > div,
      .page-taya365-ph-com__games-grid > div,
      .page-taya365-ph-com__promotions-grid > div,
      .page-taya365-ph-com__blog-grid > div {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-taya365-ph-com__quick-access-grid,
      .page-taya365-ph-com__games-grid,
      .page-taya365-ph-com__promotions-grid,
      .page-taya365-ph-com__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* General image responsive */
      .page-taya365-ph-com__image,
      .page-taya365-ph-com__introduction-image,
      .page-taya365-ph-com__game-card-image,
      .page-taya365-ph-com__promotion-image,
      .page-taya365-ph-com__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-taya365-ph-com__introduction-image-wrapper,
      .page-taya365-ph-com__game-card-image-wrapper,
      .page-taya365-ph-com__promotion-image-wrapper,
      .page-taya365-ph-com__blog-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }