
    :root {
      --page-primary-color: #e6b800; /* Gold-like */
      --page-secondary-color: #333;
      --page-accent-color: #ff4500; /* Orange-red for highlights */
      --page-text-color: #f0f0f0;
      --page-background-dark: #1a1a1a;
      --page-background-light: #2c2c2c;
      --page-border-color: #555;
      --page-button-bg: #e6b800;
      --page-button-text: #1a1a1a;
      --page-link-hover: #ffcc00;
    }

    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      color: var(--page-text-color);
      background-color: var(--page-background-dark);
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-8k8-com-register-philippines-login__hero-section {
      position: relative;
      padding: 10px 20px 80px; /* Small padding-top, assuming body padding-top is handled */
      background-color: var(--page-background-light);
      text-align: center;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 450px;
      background-image: url('[GALLERY:hero:1920x1080:online_casino,philippines,gaming_platform]');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
    }

    .page-8k8-com-register-philippines-login__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

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

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

    .page-8k8-com-register-philippines-login__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #ccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__button {
      display: inline-block;
      padding: 15px 30px;
      background-color: var(--page-button-bg);
      color: var(--page-button-text);
      text-decoration: none;
      border-radius: 8px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-8k8-com-register-philippines-login__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background-color: var(--page-background-dark);
      border-bottom: 1px solid var(--page-border-color);
    }

    .page-8k8-com-register-philippines-login__section:last-of-type {
      border-bottom: none;
    }

    .page-8k8-com-register-philippines-login__section-title {
      font-size: 2.2em;
      color: var(--page-primary-color);
      margin-bottom: 30px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__section-text {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #ddd;
      text-align: left;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__steps-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines-login__step-card {
      background-color: var(--page-background-light);
      border: 1px solid var(--page-border-color);
      border-radius: 10px;
      padding: 30px;
      flex: 1 1 calc(33% - 40px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-width: 280px;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-register-philippines-login__step-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      object-fit: cover;
      border-radius: 5px;
    }

    .page-8k8-com-register-philippines-login__step-title {
      font-size: 1.5em;
      color: var(--page-primary-color);
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__step-description {
      font-size: 1em;
      color: #ccc;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

    .page-8k8-com-register-philippines-login__feature-item {
      background-color: var(--page-background-light);
      border: 1px solid var(--page-border-color);
      border-radius: 10px;
      padding: 25px;
      text-align: left;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

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

    .page-8k8-com-register-philippines-login__feature-title {
      font-size: 1.3em;
      color: var(--page-primary-color);
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__feature-description {
      font-size: 0.95em;
      color: #bbb;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__game-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-com-register-philippines-login__provider-logo {
      width: 150px;
      height: 70px;
      object-fit: contain;
      background-color: #3a3a3a;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid var(--page-border-color);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__provider-logo:hover {
      transform: scale(1.05);
    }

    .page-8k8-com-register-philippines-login__payment-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-8k8-com-register-philippines-login__payment-logo {
      width: 120px;
      height: 60px;
      object-fit: contain;
      background-color: #3a3a3a;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid var(--page-border-color);
      transition: transform 0.2s ease;
      box-sizing: border-box;
    }

    .page-8k8-com-register-philippines-login__payment-logo:hover {
      transform: scale(1.05);
    }

    .page-8k8-com-register-philippines-login__cta-section {
      text-align: center;
      padding: 50px 20px;
      background-color: var(--page-background-light);
      margin-top: 40px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    }

    .page-8k8-com-register-philippines-login__cta-title {
      font-size: 2em;
      color: var(--page-accent-color);
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__cta-description {
      font-size: 1.1em;
      color: #ddd;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* FAQ Section */
    .page-8k8-com-register-philippines-login__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 40px auto 0;
      background-color: var(--page-background-dark);
    }

    .page-8k8-com-register-philippines-login__faq-title {
      font-size: 2.2em;
      color: var(--page-primary-color);
      margin-bottom: 30px;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      background-color: var(--page-background-light);
      border: 1px solid var(--page-border-color);
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #3a3a3a;
      color: var(--page-text-color);
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

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

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

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

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: var(--page-background-light);
      color: #ccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      opacity: 0;
      text-align: left;
      font-size: 0.95em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8k8-com-register-philippines-login__step-card {
        flex: 1 1 calc(50% - 30px);
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__hero-section {
        padding-bottom: 60px;
        min-height: 350px;
      }
      .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__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__section-text {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__steps-container {
        flex-direction: column;
        gap: 20px;
      }
      .page-8k8-com-register-philippines-login__step-card {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
        padding: 20px;
      }
      .page-8k8-com-register-philippines-login__step-description,
      .page-8k8-com-register-philippines-login__feature-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8k8-com-register-philippines-login__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-8k8-com-register-philippines-login__feature-item {
        padding: 20px;
      }
      .page-8k8-com-register-philippines-login__game-providers,
      .page-8k8-com-register-philippines-login__payment-methods {
        gap: 15px;
      }
      .page-8k8-com-register-philippines-login__provider-logo,
      .page-8k8-com-register-philippines-login__payment-logo {
        width: 100px;
        height: 50px;
      }
      .page-8k8-com-register-philippines-login__cta-title {
        font-size: 1.6em;
      }
      .page-8k8-com-register-philippines-login__cta-description {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__faq-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 0 15px;
        font-size: 0.9em;
      }
      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 0.9em;
      }
      .page-8k8-com-register-philippines-login__section {
        padding: 30px 15px;
      }
      .page-8k8-com-register-philippines-login__faq-section {
        padding: 30px 15px;
      }
    }
  