.page-slot-vip777-login-register-philippines {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 50px;
    }

    .page-slot-vip777-login-register-philippines__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-slot-vip777-login-register-philippines__section {
      padding: 50px 0;
      text-align: center;
    }

    .page-slot-vip777-login-register-philippines__section:nth-of-type(even) {
      background-color: #222;
    }

    .page-slot-vip777-login-register-philippines__heading {
      font-size: 2.8em;
      color: #ffd700;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .page-slot-vip777-login-register-philippines__subheading {
      font-size: 2em;
      color: #eee;
      margin-bottom: 30px;
    }

    .page-slot-vip777-login-register-philippines__text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ccc;
    }

    .page-slot-vip777-login-register-philippines__button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 10px;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-slot-vip777-login-register-philippines__button--primary {
      background-color: #ffd700;
      color: #1a1a1a;
    }

    .page-slot-vip777-login-register-philippines__button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-slot-vip777-login-register-philippines__button--primary:hover {
      background-color: #e6c200;
    }

    /* Hero Section */
    .page-slot-vip777-login-register-philippines__hero-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      text-align: center;
      padding-top: 10px; /* Small top padding, assuming body handles header offset */
    }

    .page-slot-vip777-login-register-philippines__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      filter: brightness(0.5);
    }

    .page-slot-vip777-login-register-philippines__hero-content {
      position: relative;
      z-index: 1;
      padding: 100px 20px;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-slot-vip777-login-register-philippines__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-slot-vip777-login-register-philippines__hero-description {
      font-size: 1.4em;
      margin-bottom: 40px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    }

    /* Intro Section */
    .page-slot-vip777-login-register-philippines__intro-section .page-slot-vip777-login-register-philippines__text {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Quick Access Section */
    .page-slot-vip777-login-register-philippines__quick-access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    /* Core Games Section */
    .page-slot-vip777-login-register-philippines__game-tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .page-slot-vip777-login-register-philippines__game-tab-button {
      background-color: #333;
      color: #eee;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-slot-vip777-login-register-philippines__game-tab-button.active,
    .page-slot-vip777-login-register-philippines__game-tab-button:hover {
      background-color: #ffd700;
      color: #1a1a1a;
    }

    .page-slot-vip777-login-register-philippines__game-content {
      display: none;
      padding: 20px;
      background-color: #2a2a2a;
      border-radius: 8px;
    }

    .page-slot-vip777-login-register-philippines__game-content.active {
      display: block;
    }

    .page-slot-vip777-login-register-philippines__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-slot-vip777-login-register-philippines__game-card {
      background-color: #333;
      border-radius: 8px;
      overflow: hidden;
      text-align: left;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-slot-vip777-login-register-philippines__game-card:hover {
      transform: translateY(-5px);
    }

    .page-slot-vip777-login-register-philippines__game-card-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-slot-vip777-login-register-philippines__game-card-info {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-slot-vip777-login-register-philippines__game-card-title {
      font-size: 1.3em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-slot-vip777-login-register-philippines__game-card-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-slot-vip777-login-register-philippines__game-card-button {
      background-color: #007bff;
      color: #fff;
      padding: 8px 15px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9em;
      display: block;
      text-align: center;
      transition: background-color 0.3s ease;
    }

    .page-slot-vip777-login-register-philippines__game-card-button:hover {
      background-color: #0056b3;
    }

    /* Promotions Section */
    .page-slot-vip777-login-register-philippines__promotion-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-slot-vip777-login-register-philippines__promotion-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-slot-vip777-login-register-philippines__promotion-card:hover {
      transform: translateY(-7px);
    }

    .page-slot-vip777-login-register-philippines__promotion-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-slot-vip777-login-register-philippines__promotion-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-slot-vip777-login-register-philippines__promotion-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-slot-vip777-login-register-philippines__promotion-description {
      font-size: 1em;
      color: #ccc;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    /* Security & Customer Service Section */
    .page-slot-vip777-login-register-philippines__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-slot-vip777-login-register-philippines__security-item {
      background-color: #2a2a2a;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
    }

    .page-slot-vip777-login-register-philippines__security-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-slot-vip777-login-register-philippines__security-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
      text-align: center;
    }

    .page-slot-vip777-login-register-philippines__security-text {
      font-size: 1em;
      color: #ccc;
      text-align: center;
    }

    /* FAQ Section */
    .page-slot-vip777-login-register-philippines__faq-list {
      max-width: 900px;
      margin: 30px auto 0 auto;
      text-align: left;
    }

    .page-slot-vip777-login-register-philippines__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .page-slot-vip777-login-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333;
      color: #ffd700;
      cursor: pointer;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-slot-vip777-login-register-philippines__faq-question:hover {
      background-color: #444;
    }

    .page-slot-vip777-login-register-philippines__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      color: inherit;
    }

    .page-slot-vip777-login-register-philippines__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-slot-vip777-login-register-philippines__faq-item.active .page-slot-vip777-login-register-philippines__faq-toggle {
      transform: rotate(45deg);
    }

    .page-slot-vip777-login-register-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-slot-vip777-login-register-philippines__faq-item.active .page-slot-vip777-login-register-philippines__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Latest Blog Section */
    .page-slot-vip777-login-register-philippines__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-slot-vip777-login-register-philippines__blog-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-slot-vip777-login-register-philippines__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-slot-vip777-login-register-philippines__blog-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    }

    .page-slot-vip777-login-register-philippines__blog-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .page-slot-vip777-login-register-philippines__blog-title {
      font-size: 1.3em;
      color: #ffd700;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-slot-vip777-login-register-philippines__blog-title a {
      color: inherit;
      text-decoration: none;
    }

    .page-slot-vip777-login-register-philippines__blog-title a:hover {
      text-decoration: underline;
    }

    .page-slot-vip777-login-register-philippines__blog-excerpt {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-slot-vip777-login-register-philippines__blog-date {
      font-size: 0.85em;
      color: #999;
      text-align: right;
    }

    /* General Image Styles */
    .page-slot-vip777-login-register-philippines img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-slot-vip777-login-register-philippines__heading {
        font-size: 2.2em;
      }

      .page-slot-vip777-login-register-philippines__subheading {
        font-size: 1.6em;
      }

      .page-slot-vip777-login-register-philippines__hero-content {
        padding: 80px 15px;
      }

      .page-slot-vip777-login-register-philippines__hero-title {
        font-size: 2.5em;
      }

      .page-slot-vip777-login-register-philippines__hero-description {
        font-size: 1.2em;
      }

      .page-slot-vip777-login-register-philippines__button {
        width: calc(100% - 20px);
        margin: 10px auto;
      }

      .page-slot-vip777-login-register-philippines__quick-access-links {
        flex-direction: column;
        align-items: center;
      }

      .page-slot-vip777-login-register-philippines__game-tab-button {
        width: 100%;
        margin-bottom: 5px;
      }

      .page-slot-vip777-login-register-philippines__game-grid,
      .page-slot-vip777-login-register-philippines__promotion-grid,
      .page-slot-vip777-login-register-philippines__security-grid,
      .page-slot-vip777-login-register-philippines__blog-grid {
        grid-template-columns: 1fr;
      }

      .page-slot-vip777-login-register-philippines__faq-question,
      .page-slot-vip777-login-register-philippines__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }

      /* Force all list items to full width on mobile */
      .page-slot-vip777-login-register-philippines__quick-access-links > a,
      .page-slot-vip777-login-register-philippines__game-grid > div,
      .page-slot-vip777-login-register-philippines__promotion-grid > div,
      .page-slot-vip777-login-register-philippines__security-grid > div,
      .page-slot-vip777-login-register-philippines__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;
      }

      /* Ensure images are responsive on mobile */
      .page-slot-vip777-login-register-philippines img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-slot-vip777-login-register-philippines__hero-background,
      .page-slot-vip777-login-register-philippines__game-card-image,
      .page-slot-vip777-login-register-philippines__promotion-image,
      .page-slot-vip777-login-register-philippines__security-icon,
      .page-slot-vip777-login-register-philippines__blog-image {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
    }