.page-sinagph-com__main-content {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
    }

    .page-sinagph-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-sinagph-com__section-title {
      font-size: 2.5em;
      color: #0056b3;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
      position: relative;
      padding-bottom: 10px;
    }

    .page-sinagph-com__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    /* Hero Section */
    .page-sinagph-com__hero-section {
      position: relative;
      width: 100%;
      height: 600px; /* Adjust height for desktop */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, assuming body padding handles header offset */
    }

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

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

    .page-sinagph-com__hero-content {
      position: relative;
      z-index: 3;
      max-width: 900px;
      padding: 20px;
    }

    .page-sinagph-com__hero-title {
      font-size: 3.8em;
      margin-bottom: 20px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      color: #ffcc00;
    }

    .page-sinagph-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-sinagph-com__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-sinagph-com__cta-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-sinagph-com__cta-button--primary {
      background-color: #ffcc00;
      color: #0056b3;
    }

    .page-sinagph-com__cta-button--primary:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-sinagph-com__cta-button--secondary {
      background-color: #0056b3;
      color: #fff;
      border: 2px solid #ffcc00;
    }

    .page-sinagph-com__cta-button--secondary:hover {
      background-color: #004494;
      transform: translateY(-3px);
    }

    /* Intro Section */
    .page-sinagph-com__intro-section {
      padding: 80px 0;
      background-color: #fff;
    }

    .page-sinagph-com__intro-text {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px auto;
      color: #555;
    }

    .page-sinagph-com__intro-features {
      display: flex;
      justify-content: space-around;
      gap: 30px;
      flex-wrap: wrap;
    }

    .page-sinagph-com__intro-feature-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      text-align: center;
      padding: 30px;
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-sinagph-com__intro-feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .page-sinagph-com__intro-feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-sinagph-com__intro-feature-title {
      font-size: 1.8em;
      color: #0056b3;
      margin-bottom: 15px;
    }

    .page-sinagph-com__intro-feature-item p {
      color: #666;
    }

    /* Quick Access Section */
    .page-sinagph-com__quick-access-section {
      padding: 80px 0;
      background-color: #e6f2ff;
      text-align: center;
    }

    .page-sinagph-com__quick-access-description {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #555;
    }

    .page-sinagph-com__quick-access-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .page-sinagph-com__access-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    }

    .page-sinagph-com__access-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    /* Games Section */
    .page-sinagph-com__games-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-sinagph-com__game-categories {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 40px;
      border-bottom: 2px solid #eee;
      padding-bottom: 15px;
    }

    .page-sinagph-com__game-tab {
      background-color: #eee;
      border: none;
      padding: 12px 25px;
      border-radius: 25px;
      font-size: 1em;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease;
      color: #333;
      font-weight: bold;
    }

    .page-sinagph-com__game-tab:hover {
      background-color: #ddd;
    }

    .page-sinagph-com__game-tab.active {
      background-color: #0056b3;
      color: #ffcc00;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-sinagph-com__game-content {
      display: none;
      animation: fadeIn 0.5s forwards;
    }

    .page-sinagph-com__game-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .page-sinagph-com__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-sinagph-com__game-card {
      background-color: #fff;
      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;
    }

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

    .page-sinagph-com__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-sinagph-com__game-card-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 20px 15px 10px 15px;
    }

    .page-sinagph-com__game-card-description {
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-sinagph-com__game-card-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #0056b3;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-sinagph-com__game-card-button:hover {
      background-color: #e6b800;
    }

    /* Promotions Section */
    .page-sinagph-com__promotions-section {
      padding: 80px 0;
      background-color: #f0f8ff;
    }

    .page-sinagph-com__promotions-description {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px auto;
      color: #555;
    }

    .page-sinagph-com__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-sinagph-com__promo-card {
      background-color: #fff;
      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;
    }

    .page-sinagph-com__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-sinagph-com__promo-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-sinagph-com__promo-card-title {
      font-size: 1.5em;
      color: #0056b3;
      margin: 20px 15px 10px 15px;
    }

    .page-sinagph-com__promo-card-text {
      color: #666;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-sinagph-com__promo-card-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #0056b3;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      margin-bottom: 20px;
      transition: background-color 0.3s ease;
    }

    .page-sinagph-com__promo-card-button:hover {
      background-color: #e6b800;
    }

    /* Security & Support Section */
    .page-sinagph-com__security-support-section {
      padding: 80px 0;
      background-color: #fff;
    }

    .page-sinagph-com__security-grid {
      display: flex;
      justify-content: space-around;
      gap: 30px;
      flex-wrap: wrap;
    }

    .page-sinagph-com__security-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      text-align: center;
      padding: 30px;
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-sinagph-com__security-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .page-sinagph-com__security-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-sinagph-com__security-title {
      font-size: 1.8em;
      color: #0056b3;
      margin-bottom: 15px;
    }

    .page-sinagph-com__security-item p {
      color: #666;
      margin-bottom: 20px;
    }

    .page-sinagph-com__contact-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-sinagph-com__contact-button:hover {
      background-color: #0056b3;
    }

    /* FAQ Section */
    .page-sinagph-com__faq-section {
      padding: 80px 0;
      background-color: #e6f2ff;
    }

    .page-sinagph-com__faq-list {
      max-width: 800px;
      margin: 0 auto;
    }

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

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

    .page-sinagph-com__faq-question:hover {
      background-color: #004494;
    }

    .page-sinagph-com__faq-question-title {
      margin: 0;
      color: inherit;
      pointer-events: none; /* Prevents text selection from interfering with click */
    }

    .page-sinagph-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevents icon from interfering with click */
    }

    .page-sinagph-com__faq-item.active .page-sinagph-com__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar, can be changed to rotate(180deg) for arrow */
    }

    .page-sinagph-com__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;
    }

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

    .page-sinagph-com__faq-answer p {
      margin: 0;
      padding-bottom: 10px;
    }

    /* Blog Section */
    .page-sinagph-com__blog-section {
      padding: 80px 0;
      background-color: #f8f8f8;
    }

    .page-sinagph-com__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-sinagph-com__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

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

    .page-sinagph-com__blog-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      height: auto;
    }

    .page-sinagph-com__blog-card-content {
      padding: 20px;
    }

    .page-sinagph-com__blog-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-sinagph-com__blog-card-title a {
      color: #0056b3;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-sinagph-com__blog-card-title a:hover {
      color: #007bff;
    }

    .page-sinagph-com__blog-card-date {
      font-size: 0.9em;
      color: #888;
      margin-bottom: 15px;
    }

    .page-sinagph-com__blog-card-excerpt {
      color: #666;
      margin-bottom: 20px;
    }

    .page-sinagph-com__blog-card-link {
      display: inline-block;
      background-color: #ffcc00;
      color: #0056b3;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-sinagph-com__blog-card-link:hover {
      background-color: #e6b800;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-sinagph-com__hero-title {
        font-size: 3em;
      }
      .page-sinagph-com__hero-subtitle {
        font-size: 1.3em;
      }
      .page-sinagph-com__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-sinagph-com__hero-section {
        height: 500px;
      }
      .page-sinagph-com__hero-title {
        font-size: 2.5em;
      }
      .page-sinagph-com__hero-subtitle {
        font-size: 1.1em;
      }
      .page-sinagph-com__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-sinagph-com__cta-button {
        width: 80%;
        margin: 0 auto;
      }

      .page-sinagph-com__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }

      .page-sinagph-com__intro-section,
      .page-sinagph-com__quick-access-section,
      .page-sinagph-com__games-section,
      .page-sinagph-com__promotions-section,
      .page-sinagph-com__security-support-section,
      .page-sinagph-com__faq-section,
      .page-sinagph-com__blog-section {
        padding: 50px 0;
      }

      .page-sinagph-com__intro-features,
      .page-sinagph-com__security-grid {
        flex-direction: column;
        align-items: center;
      }

      .page-sinagph-com__intro-feature-item,
      .page-sinagph-com__security-item {
        width: 100% !important;
        max-width: 90% !important;
        margin-bottom: 20px;
        box-sizing: border-box !important;
        padding: 25px !important;
      }

      .page-sinagph-com__quick-access-links {
        flex-direction: column;
        align-items: center;
      }
      .page-sinagph-com__access-button {
        width: 90%;
      }

      .page-sinagph-com__game-categories {
        flex-wrap: wrap;
        justify-content: center;
      }
      .page-sinagph-com__game-tab {
        width: auto;
        flex-grow: 1;
        text-align: center;
        margin: 5px;
      }

      .page-sinagph-com__game-grid,
      .page-sinagph-com__promo-grid,
      .page-sinagph-com__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-sinagph-com__game-card,
      .page-sinagph-com__promo-card,
      .page-sinagph-com__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-sinagph-com__game-card-image,
      .page-sinagph-com__promo-card-image,
      .page-sinagph-com__blog-card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-sinagph-com__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-sinagph-com__faq-answer {
        padding: 0 20px;
      }
      .page-sinagph-com__faq-item.active .page-sinagph-com__faq-answer {
        padding: 15px 20px !important;
      }
      .page-sinagph-com__faq-list {
        padding: 0;
      }

      /* Ensure text wrapping for lists and cards */
      .page-sinagph-com__intro-feature-item p,
      .page-sinagph-com__game-card-description,
      .page-sinagph-com__promo-card-text,
      .page-sinagph-com__security-item p,
      .page-sinagph-com__blog-card-excerpt,
      .page-sinagph-com__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-sinagph-com__hero-section {
        height: 400px;
      }
      .page-sinagph-com__hero-title {
        font-size: 2em;
      }
      .page-sinagph-com__hero-subtitle {
        font-size: 1em;
      }
      .page-sinagph-com__cta-button {
        padding: 12px 20px;
        font-size: 1em;
        width: 95%;
      }
      .page-sinagph-com__section-title {
        font-size: 1.5em;
      }
      .page-sinagph-com__intro-feature-title,
      .page-sinagph-com__security-title {
        font-size: 1.5em;
      }
      .page-sinagph-com__game-tab {
        padding: 10px 15px;
        font-size: 0.9em;
      }
      .page-sinagph-com__game-card-title,
      .page-sinagph-com__promo-card-title,
      .page-sinagph-com__blog-card-title {
        font-size: 1.2em;
      }
    }