
    /* Page-specific CSS for 8k8 com register philippines login */
    .page-8k8-com-register-philippines-login {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e; /* Dark background for betting site */
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-8k8-com-register-philippines-login__hero-section {
      position: relative;
      padding: 10px 20px 80px; /* Adjusted padding-top for shared header */
      text-align: center;
      color: #ffffff;
      background: linear-gradient(135deg, #0f3443, #340e43);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 450px;
    }

    .page-8k8-com-register-philippines-login__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 0;
    }

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

    .page-8k8-com-register-philippines-login__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #e94560; /* Accent color */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 30px;
      color: #c2e0ff;
    }

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

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

    .page-8k8-com-register-philippines-login__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__section--dark {
      background-color: #24243e;
    }

    .page-8k8-com-register-philippines-login__section-title {
      font-size: 2.5em;
      color: #e94560;
      margin-bottom: 30px;
      text-align: center;
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__section-description {
      font-size: 1.1em;
      color: #c2e0ff;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-8k8-com-register-philippines-login__card {
      background-color: #2e2e4e;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-com-register-philippines-login__card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

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

    .page-8k8-com-register-philippines-login__card-title {
      font-size: 1.8em;
      color: #e94560;
      margin-bottom: 15px;
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__card-text {
      font-size: 1em;
      color: #c2e0ff;
      flex-grow: 1; /* Allow text to take up available space */
    }

    .page-8k8-com-register-philippines-login__steps-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 25px;
      max-width: 800px;
      margin: 0 auto 50px;
      text-align: left;
    }

    .page-8k8-com-register-philippines-login__step-item {
      background-color: #2e2e4e;
      padding: 25px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: flex-start;
      gap: 20px;
      box-sizing: border-box; /* Ensure padding is included in width */
      word-wrap: break-word; /* Ensure text wraps */
      overflow-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__step-number {
      font-size: 2.2em;
      font-weight: bold;
      color: #e94560;
      flex-shrink: 0;
      line-height: 1;
    }

    .page-8k8-com-register-philippines-login__step-content {
      flex-grow: 1;
    }

    .page-8k8-com-register-philippines-login__step-title {
      font-size: 1.5em;
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 10px;
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__step-text {
      font-size: 1em;
      color: #c2e0ff;
    }

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

    .page-8k8-com-register-philippines-login__gallery-item {
      background-color: #2e2e4e;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Ensure padding is included in width */
    }

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

    .page-8k8-com-register-philippines-login__gallery-caption {
      padding: 15px;
      font-size: 1.1em;
      color: #c2e0ff;
      text-align: center;
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__faq-section {
      padding: 60px 20px;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .page-8k8-com-register-philippines-login__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines-login__faq-item {
      background-color: #2e2e4e;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; /* Ensure padding is included in width */
    }

    .page-8k8-com-register-philippines-login__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #3a3a5e;
      cursor: pointer;
      font-size: 1.2em;
      color: #ffffff;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
      word-wrap: break-word;
    }

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

    .page-8k8-com-register-philippines-login__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      margin-left: 15px;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      flex-shrink: 0;
    }

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

    .page-8k8-com-register-philippines-login__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #2e2e4e;
      color: #c2e0ff;
      font-size: 1em;
      text-align: left;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      word-wrap: break-word; /* Ensure text wraps */
      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 value */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-8k8-com-register-philippines-login__cta-section {
      background-color: #0f3443;
      padding: 80px 20px;
      text-align: center;
      margin-top: 40px;
    }

    .page-8k8-com-register-philippines-login__cta-title {
      font-size: 2.8em;
      color: #ffffff;
      margin-bottom: 20px;
      word-wrap: break-word;
    }

    .page-8k8-com-register-philippines-login__cta-text {
      font-size: 1.2em;
      color: #c2e0ff;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8k8-com-register-philippines-login__promo-link {
      color: #e94560;
      text-decoration: underline;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .page-8k8-com-register-philippines-login__promo-link:hover {
      color: #ff6a81;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2.5em;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 2em;
      }
      .page-8k8-com-register-philippines-login__cta-title {
        font-size: 2.2em;
      }
    }

    @media (max-width: 768px) {
      .page-8k8-com-register-philippines-login__hero-section {
        padding: 10px 15px 60px; /* Adjusted padding-top for shared header */
        min-height: 400px;
      }
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 2em;
        line-height: 1.2;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__button {
        padding: 12px 25px;
        font-size: 1em;
      }
      .page-8k8-com-register-philippines-login__section {
        padding: 40px 15px;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__section-description {
        font-size: 0.95em;
      }
      .page-8k8-com-register-philippines-login__grid,
      .page-8k8-com-register-philippines-login__image-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .page-8k8-com-register-philippines-login__card,
      .page-8k8-com-register-philippines-login__step-item,
      .page-8k8-com-register-philippines-login__gallery-item,
      .page-8k8-com-register-philippines-login__faq-item {
        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__steps-list,
      .page-8k8-com-register-philippines-login__faq-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-8k8-com-register-philippines-login__card-title,
      .page-8k8-com-register-philippines-login__step-title {
        font-size: 1.3em;
      }
      .page-8k8-com-register-philippines-login__step-number {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__gallery-image {
        height: 200px;
      }
      .page-8k8-com-register-philippines-login__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 20px;
      }
      .page-8k8-com-register-philippines-login__faq-item.active .page-8k8-com-register-philippines-login__faq-answer {
        padding: 15px 20px !important;
      }
      .page-8k8-com-register-philippines-login__cta-section {
        padding: 60px 15px;
      }
      .page-8k8-com-register-philippines-login__cta-title {
        font-size: 1.8em;
      }
      .page-8k8-com-register-philippines-login__cta-text {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .page-8k8-com-register-philippines-login__hero-section {
        min-height: 350px;
      }
      .page-8k8-com-register-philippines-login__hero-title {
        font-size: 1.7em;
      }
      .page-8k8-com-register-philippines-login__hero-subtitle {
        font-size: 0.95em;
      }
      .page-8k8-com-register-philippines-login__section-title {
        font-size: 1.6em;
      }
      .page-8k8-com-register-philippines-login__card-title,
      .page-8k8-com-register-philippines-login__step-title {
        font-size: 1.2em;
      }
      .page-8k8-com-register-philippines-login__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .page-8k8-com-register-philippines-login__step-number {
        margin-bottom: 10px;
      }
    }
  