
    /* Base styles for the specific page */
    .page-8k8-com-register-philippines {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding-bottom: 40px; /* Ensure space above footer */
    }

    /* Hero Section */
    .page-8k8-com-register-philippines__hero-section {
      position: relative;
      background-color: #001f3f; /* Dark blue, matching a common gaming site aesthetic */
      color: #fff;
      padding: 10px 20px 80px; /* Small top padding assuming body has offset, generous bottom padding */
      text-align: center;
      overflow: hidden;
    }

    .page-8k8-com-register-philippines__hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; /* Slightly transparent overlay for text readability */
      z-index: 1;
    }

    .page-8k8-com-register-philippines__hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-8k8-com-register-philippines__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffd700; /* Gold accent */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .page-8k8-com-register-philippines__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-register-philippines__primary-button {
      display: inline-block;
      background-color: #007bff; /* Bright blue for action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-com-register-philippines__primary-button:hover {
      background-color: #0056b3;
    }

    /* Section Styling */
    .page-8k8-com-register-philippines__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-register-philippines__section:nth-of-type(even) {
      background-color: #eef2f6; /* Light grey for alternating sections */
    }

    .page-8k8-com-register-philippines__section-title {
      font-size: 2.2em;
      color: #001f3f;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-8k8-com-register-philippines__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 60px;
      height: 4px;
      background-color: #ffd700;
      border-radius: 2px;
    }

    .page-8k8-com-register-philippines__section-description {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px;
      color: #555;
    }

    /* Registration Steps */
    .page-8k8-com-register-philippines__steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines__step-item {
      background-color: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid #007bff;
    }

    .page-8k8-com-register-philippines__step-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-8k8-com-register-philippines__step-number {
      font-size: 2em;
      color: #007bff;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .page-8k8-com-register-philippines__step-title {
      font-size: 1.5em;
      color: #001f3f;
      margin-bottom: 10px;
    }

    .page-8k8-com-register-philippines__step-description {
      color: #666;
    }

    /* Benefits/Features Grid */
    .page-8k8-com-register-philippines__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines__feature-item {
      background-color: #fff;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      border-bottom: 4px solid #ffd700;
    }

    .page-8k8-com-register-philippines__feature-icon {
      margin-bottom: 20px;
      width: 80px; /* Placeholder for image icon */
      height: 80px;
      object-fit: contain;
      max-width: 100%; /* Ensure responsiveness */
      height: auto;
    }

    .page-8k8-com-register-philippines__feature-title {
      font-size: 1.3em;
      color: #001f3f;
      margin-bottom: 10px;
    }

    .page-8k8-com-register-philippines__feature-description {
      color: #666;
      font-size: 0.95em;
    }

    /* Game Providers / Payment Methods */
    .page-8k8-com-register-philippines__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 40px;
      align-items: center;
      justify-items: center;
    }

    .page-8k8-com-register-philippines__logo-item {
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      height: 100px; /* Fixed height for logos */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-8k8-com-register-philippines__logo-image {
      max-width: 100%;
      max-height: 70px; /* Max height for logos */
      object-fit: contain;
      width: auto;
      height: auto; /* Ensure responsiveness */
    }

    /* Promotions Section */
    .page-8k8-com-register-philippines__promo-card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines__promo-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease;
    }

    .page-8k8-com-register-philippines__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-register-philippines__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-8k8-com-register-philippines__promo-content {
      padding: 25px;
    }

    .page-8k8-com-register-philippines__promo-title {
      font-size: 1.4em;
      color: #001f3f;
      margin-bottom: 10px;
    }

    .page-8k8-com-register-philippines__promo-description {
      color: #666;
      font-size: 0.95em;
      margin-bottom: 20px;
    }

    .page-8k8-com-register-philippines__promo-button {
      display: inline-block;
      background-color: #ffd700; /* Gold accent for promo button */
      color: #001f3f;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.95em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-8k8-com-register-philippines__promo-button:hover {
      background-color: #e5c100;
    }

    /* FAQ Section */
    .page-8k8-com-register-philippines__faq-section {
      text-align: left;
    }

    .page-8k8-com-register-philippines__faq-container {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-8k8-com-register-philippines__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-8k8-com-register-philippines__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #007bff;
      color: #fff;
      cursor: pointer;
      font-size: 1.15em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-register-philippines__faq-question:hover {
      background-color: #0056b3;
    }

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

    .page-8k8-com-register-philippines__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-8k8-com-register-philippines__faq-item.active .page-8k8-com-register-philippines__faq-toggle {
      transform: rotate(45deg);
    }

    .page-8k8-com-register-philippines__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding matches question horizontal */
      color: #333;
      background-color: #f0f8ff; /* Light blue background for answer */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }
    
    .page-8k8-com-register-philippines__faq-item.active .page-8k8-com-register-philippines__faq-answer {
      max-height: 2000px !important; /* Sufficiently large height */
      padding: 20px 25px !important; /* Adjusted padding for active state */
      opacity: 1;
    }

    /* General text styling */
    .page-8k8-com-register-philippines p {
      margin-bottom: 1em;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-8k8-com-register-philippines__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-com-register-philippines__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8k8-com-register-philippines__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-register-philippines__hero-section {
        padding: 10px 15px 60px;
      }
      .page-8k8-com-register-philippines__hero-title {
        font-size: 2em;
      }
      .page-8k8-com-register-philippines__hero-subtitle {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines__section {
        padding: 40px 15px;
      }
      .page-8k8-com-register-philippines__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines__section-description {
        font-size: 1em;
      }

      /* List item mobile responsiveness */
      .page-8k8-com-register-philippines__steps-grid,
      .page-8k8-com-register-philippines__features-grid,
      .page-8k8-com-register-philippines__promo-card-grid,
      .page-8k8-com-register-philippines__logo-grid {
        grid-template-columns: 1fr; /* Single column layout for grids */
        gap: 20px;
      }

      .page-8k8-com-register-philippines__step-item,
      .page-8k8-com-register-philippines__feature-item,
      .page-8k8-com-register-philippines__promo-card,
      .page-8k8-com-register-philippines__logo-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px; /* Adjust padding for smaller screens */
      }

      .page-8k8-com-register-philippines__logo-grid {
        padding: 0 10px !important; /* Adjust padding for logo grid container */
      }

      .page-8k8-com-register-philippines__logo-image {
        max-width: 90% !important;
        max-height: 60px !important;
      }

      .page-8k8-com-register-philippines__promo-image {
        height: 180px;
      }

      /* Image responsiveness */
      .page-8k8-com-register-philippines img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-8k8-com-register-philippines__hero-background {
        max-width: 100% !important;
        height: auto !important;
      }

      /* FAQ mobile adjustments */
      .page-8k8-com-register-philippines__faq-question {
        font-size: 1em;
        padding: 15px 20px;
      }
      .page-8k8-com-register-philippines__faq-answer {
        padding: 0 20px;
      }
      .page-8k8-com-register-philippines__faq-item.active .page-8k8-com-register-philippines__faq-answer {
        padding: 15px 20px !important;
      }

      /* Ensure text wrapping */
      .page-8k8-com-register-philippines p,
      .page-8k8-com-register-philippines h1,
      .page-8k8-com-register-philippines h2,
      .page-8k8-com-register-philippines h3,
      .page-8k8-com-register-philippines li {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-register-philippines__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines__primary-button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines__section-title {
        font-size: 1.6em;
      }
    }
  