
    :root {
      --primary-color: #e44d26; /* A vibrant orange-red for action */
      --secondary-color: #333; /* Dark grey for text */
      --accent-color: #f7b731; /* Golden yellow for highlights */
      --background-light: #f4f4f4; /* Light grey background */
      --background-dark: #222; /* Dark background for sections */
      --text-light: #fff; /* White text on dark backgrounds */
      --text-dark: #333; /* Dark text on light backgrounds */
      --border-color: #ddd;
      --shadow-light: rgba(0, 0, 0, 0.1);
      --shadow-dark: rgba(0, 0, 0, 0.3);
    }

    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      line-height: 1.6;
      color: var(--text-dark);
      background-color: var(--background-light);
      padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-8k8-com-register-philippines-login__section {
      padding: 40px 20px;
      margin-bottom: 20px;
      background-color: var(--text-light);
      border-radius: 8px;
      box-shadow: 0 4px 10px var(--shadow-light);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-register-philippines-login__section--dark {
      background-color: var(--background-dark);
      color: var(--text-light);
      box-shadow: 0 4px 15px var(--shadow-dark);
    }

    .page-8k8-com-register-philippines-login__hero-section {
      text-align: center;
      padding: 80px 20px;
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_casino,philippines,gaming]');
      background-size: cover;
      background-position: center;
      color: var(--text-light);
      border-radius: 8px;
      margin-bottom: 20px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
    }

    .page-8k8-com-register-philippines-login__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: var(--accent-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-8k8-com-register-philippines-login__hero-subtitle {
      font-size: 1.3em;
      max-width: 800px;
      margin-bottom: 30px;
      color: var(--text-light);
    }

    .page-8k8-com-register-philippines-login__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--primary-color);
      color: var(--text-light);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__button:hover {
      background-color: #c93a1d;
      transform: translateY(-2px);
    }

    .page-8k8-com-register-philippines-login__heading {
      font-size: 2em;
      color: var(--primary-color);
      text-align: center;
      margin-bottom: 30px;
    }

    .page-8k8-com-register-philippines-login__subheading {
      font-size: 1.5em;
      color: var(--secondary-color);
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .page-8k8-com-register-philippines-login__list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .page-8k8-com-register-philippines-login__list-item {
      background-color: var(--background-light);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px var(--shadow-light);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box; /* Crucial for mobile responsiveness */
    }

    .page-8k8-com-register-philippines-login__list-item:hover {
      transform: translateY(-5px);
    }

    .page-8k8-com-register-philippines-login__list-item-title {
      color: var(--primary-color);
      font-size: 1.2em;
      margin-bottom: 10px;
    }

    .page-8k8-com-register-philippines-login__image-container {
      margin-bottom: 20px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px var(--shadow-light);
      width: 100%; /* Ensure container takes full width */
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .page-8k8-com-register-philippines-login__faq-section {
      background-color: var(--text-light);
      padding: 40px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px var(--shadow-light);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--border-color);
      border-radius: 5px;
      overflow: hidden;
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: var(--background-light);
      cursor: pointer;
      font-weight: bold;
      color: var(--secondary-color);
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-8k8-com-register-philippines-login__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: var(--primary-color);
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-8k8-com-register-philippines-login__faq-question:hover {
      background-color: #e9e9e9;
    }

    .page-8k8-com-register-philippines-login__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      color: var(--primary-color);
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px; /* Initial padding */
      background-color: var(--text-light);
      color: var(--text-dark);
      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-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important; /* Expanded padding */
      opacity: 1;
    }

    .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-toggle {
      transform: rotate(45deg); /* Changes '+' to 'x' or similar, could also be '−' */
    }

    /* General paragraphs */
    .page-8k8-com-register-philippines-login p {
      margin-bottom: 15px;
      color: var(--secondary-color);
    }

    .page-8k8-com-register-philippines-login__text--highlight {
      color: var(--primary-color);
      font-weight: bold;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__hero-section {
        padding: 60px 15px;
        min-height: 300px;
      }

      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2em;
      }

      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1em;
      }

      .page-8k8-com-register-philippines-login__section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-8k8-com-register-philippines-login__heading {
        font-size: 1.8em;
      }

      .page-8k8-com-register-philippines-login__subheading {
        font-size: 1.3em;
      }

      .page-8k8-com-register-philippines-login__list {
        grid-template-columns: 1fr; /* Stack items on small screens */
        padding: 0; /* Ensure no extra padding on list container */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-8k8-com-register-philippines-login__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px; /* Adjust padding for mobile */
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-8k8-com-register-philippines-login__image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-8k8-com-register-philippines-login__image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-8k8-com-register-philippines-login__faq-section {
        padding: 30px 15px;
        margin-left: 10px;
        margin-right: 10px;
      }

      .page-8k8-com-register-philippines-login__faq-question {
        padding: 12px 15px;
      }

      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1em;
      }

      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px !important; /* Adjust expanded padding for mobile */
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 1.8em;
      }

      .page-8k8-com-register-philippines-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }
    }
  