.page-ph365-original-login-register-free {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
      padding-bottom: 50px; /* Space for potential floating buttons or footer */
    }

    .page-ph365-original-login-register-free__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .page-ph365-original-login-register-free__section-title {
      color: #e94560; /* Accent color */
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 40px;
      padding-top: 40px;
    }

    .page-ph365-original-login-register-free__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
    }

    /* Hero Section */
    .page-ph365-original-login-register-free__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #ffffff;
      min-height: 600px;
      padding: 10px 0 60px; /* 10px top padding as per requirement, assuming body has header offset */
      overflow: hidden;
      background-color: #0f3460;
    }

    .page-ph365-original-login-register-free__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .page-ph365-original-login-register-free__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
    }

    .page-ph365-original-login-register-free__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-ph365-original-login-register-free__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffffff;
    }

    .page-ph365-original-login-register-free__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #f0f0f0;
    }

    .page-ph365-original-login-register-free__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-ph365-original-login-register-free__hero-button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
    }

    .page-ph365-original-login-register-free__hero-button--primary {
      background-color: #e94560; /* Accent color */
      color: #ffffff;
    }

    .page-ph365-original-login-register-free__hero-button--primary:hover {
      background-color: #d13a52;
      transform: translateY(-3px);
    }

    .page-ph365-original-login-register-free__hero-button--secondary {
      background-color: #0f3460; /* Darker accent */
      color: #ffffff;
      border: 2px solid #e94560;
    }

    .page-ph365-original-login-register-free__hero-button--secondary:hover {
      background-color: #e94560;
      transform: translateY(-3px);
    }

    /* Introduction Section */
    .page-ph365-original-login-register-free__introduction-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    /* Quick Access Section */
    .page-ph365-original-login-register-free__quick-access-section {
      padding: 60px 0;
      background-color: #0f3460;
    }

    .page-ph365-original-login-register-free__access-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-ph365-original-login-register-free__access-button {
      display: block;
      padding: 12px 25px;
      background-color: #e94560;
      color: #ffffff;
      text-decoration: none;
      border-radius: 6px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      white-space: nowrap;
    }

    .page-ph365-original-login-register-free__access-button:hover {
      background-color: #d13a52;
      transform: translateY(-2px);
    }

    /* Games Section */
    .page-ph365-original-login-register-free__games-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-ph365-original-login-register-free__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph365-original-login-register-free__game-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-ph365-original-login-register-free__game-card:hover {
      transform: translateY(-5px);
    }

    .page-ph365-original-login-register-free__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-ph365-original-login-register-free__game-card-title {
      font-size: 1.5em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-ph365-original-login-register-free__game-card-description {
      font-size: 0.95em;
      color: #e0e0e0;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-ph365-original-login-register-free__game-card-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #e94560;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-ph365-original-login-register-free__game-card-button:hover {
      background-color: #d13a52;
    }

    /* Promotions Section */
    .page-ph365-original-login-register-free__promotions-section {
      padding: 60px 0;
      background-color: #0f3460;
    }

    .page-ph365-original-login-register-free__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph365-original-login-register-free__promo-card {
      background-color: #1a1a2e;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-ph365-original-login-register-free__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-ph365-original-login-register-free__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .page-ph365-original-login-register-free__promo-card-title {
      font-size: 1.6em;
      color: #e94560;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-ph365-original-login-register-free__promo-card-description {
      font-size: 0.95em;
      color: #e0e0e0;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    .page-ph365-original-login-register-free__promo-card-button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #e94560;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-ph365-original-login-register-free__promo-card-button:hover {
      background-color: #d13a52;
    }

    /* Security Section */
    .page-ph365-original-login-register-free__security-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-ph365-original-login-register-free__security-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      margin-top: 40px;
    }

    .page-ph365-original-login-register-free__security-text {
      flex: 1;
      min-width: 300px;
    }

    .page-ph365-original-login-register-free__security-features {
      list-style: none;
      padding: 0;
      margin: 30px 0;
      text-align: left;
    }

    .page-ph365-original-login-register-free__security-feature-item {
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      font-size: 1.1em;
      color: #e0e0e0;
    }

    .page-ph365-original-login-register-free__security-feature-item::before {
      content: '✔'; /* Checkmark icon */
      color: #e94560;
      position: absolute;
      left: 0;
      font-weight: bold;
    }

    .page-ph365-original-login-register-free__security-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: #e94560;
      color: #ffffff;
      text-decoration: none;
      border-radius: 6px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-ph365-original-login-register-free__security-button:hover {
      background-color: #d13a52;
      transform: translateY(-2px);
    }

    .page-ph365-original-login-register-free__security-image-wrapper {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .page-ph365-original-login-register-free__security-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }

    /* FAQ Section */
    .page-ph365-original-login-register-free__faq-section {
      padding: 60px 0;
      background-color: #0f3460;
    }

    .page-ph365-original-login-register-free__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
    }

    .page-ph365-original-login-register-free__faq-item {
      background-color: #1a1a2e;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-ph365-original-login-register-free__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #1f1f3f;
      transition: background-color 0.3s ease;
    }

    .page-ph365-original-login-register-free__faq-question:hover {
      background-color: #2a2a5a;
    }

    .page-ph365-original-login-register-free__faq-question-title {
      margin: 0;
      font-size: 1.2em;
      color: #e0e0e0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-ph365-original-login-register-free__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-ph365-original-login-register-free__faq-item.active .page-ph365-original-login-register-free__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - visual */
    }

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

    .page-ph365-original-login-register-free__faq-item.active .page-ph365-original-login-register-free__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    /* Blog Section */
    .page-ph365-original-login-register-free__blog-section {
      padding: 60px 0;
      background-color: #1a1a2e;
    }

    .page-ph365-original-login-register-free__blog-posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph365-original-login-register-free__blog-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-ph365-original-login-register-free__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-ph365-original-login-register-free__blog-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-ph365-original-login-register-free__blog-card-content {
      padding: 20px;
    }

    .page-ph365-original-login-register-free__blog-card-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-ph365-original-login-register-free__blog-card-meta {
      font-size: 0.85em;
      color: #a0a0a0;
      margin-bottom: 15px;
    }

    .page-ph365-original-login-register-free__blog-card-summary {
      font-size: 0.95em;
      color: #e0e0e0;
      margin-bottom: 20px;
    }

    .page-ph365-original-login-register-free__blog-card-link {
      display: inline-block;
      padding: 8px 15px;
      background-color: #e94560;
      color: #ffffff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .page-ph365-original-login-register-free__blog-card-link:hover {
      background-color: #d13a52;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-ph365-original-login-register-free__hero-title {
        font-size: 2.8em;
      }
      .page-ph365-original-login-register-free__hero-subtitle {
        font-size: 1.1em;
      }
      .page-ph365-original-login-register-free__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-ph365-original-login-register-free__hero-section {
        min-height: 500px;
        padding-bottom: 40px;
      }
      .page-ph365-original-login-register-free__hero-title {
        font-size: 2.2em;
      }
      .page-ph365-original-login-register-free__hero-subtitle {
        font-size: 1em;
      }
      .page-ph365-original-login-register-free__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-ph365-original-login-register-free__hero-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-ph365-original-login-register-free__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-ph365-original-login-register-free__text-content {
        font-size: 1em;
      }
      .page-ph365-original-login-register-free__quick-access-section,
      .page-ph365-original-login-register-free__games-section,
      .page-ph365-original-login-register-free__promotions-section,
      .page-ph365-original-login-register-free__security-section,
      .page-ph365-original-login-register-free__faq-section,
      .page-ph365-original-login-register-free__blog-section {
        padding: 40px 0;
      }
      .page-ph365-original-login-register-free__access-links {
        flex-direction: column;
      }
      .page-ph365-original-login-register-free__access-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
      }
      .page-ph365-original-login-register-free__game-categories,
      .page-ph365-original-login-register-free__promo-grid,
      .page-ph365-original-login-register-free__blog-posts {
        grid-template-columns: 1fr; /* Single column layout */
      }
      .page-ph365-original-login-register-free__security-content {
        flex-direction: column;
      }
      .page-ph365-original-login-register-free__security-text,
      .page-ph365-original-login-register-free__security-image-wrapper {
        min-width: unset;
        width: 100%;
      }
      .page-ph365-original-login-register-free__security-features {
        text-align: left; /* Keep text aligned left for better readability on mobile */
        padding: 0 10px;
      }
      .page-ph365-original-login-register-free__security-feature-item {
        font-size: 1em;
        margin-bottom: 10px;
      }
      .page-ph365-original-login-register-free__faq-question-title {
        font-size: 1.1em;
      }
      .page-ph365-original-login-register-free__faq-answer p {
        font-size: 0.9em;
      }
      /* List item mobile responsiveness */
      .page-ph365-original-login-register-free__security-features,
      .page-ph365-original-login-register-free__security-feature-item {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 30px !important; /* Keep checkmark space */
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-ph365-original-login-register-free__security-features {
        padding: 0 !important; /* Reset ul padding */
      }
    }

    @media (max-width: 480px) {
      .page-ph365-original-login-register-free__hero-title {
        font-size: 1.8em;
      }
      .page-ph365-original-login-register-free__hero-button {
        font-size: 1em;
        padding: 12px 20px;
      }
      .page-ph365-original-login-register-free__section-title {
        font-size: 1.5em;
      }
      .page-ph365-original-login-register-free__access-button {
        font-size: 0.95em;
        padding: 10px 15px;
      }
      .page-ph365-original-login-register-free__faq-question-title {
        font-size: 1em;
      }
      .page-ph365-original-login-register-free__faq-question,
      .page-ph365-original-login-register-free__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-ph365-original-login-register-free__faq-item.active .page-ph365-original-login-register-free__faq-answer {
        padding: 15px !important;
      }
    }

    /* Ensure images are responsive */
    .page-ph365-original-login-register-free img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 768px) {
      .page-ph365-original-login-register-free img {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-ph365-original-login-register-free__hero-image,
      .page-ph365-original-login-register-free__game-card-image,
      .page-ph365-original-login-register-free__promo-card-image,
      .page-ph365-original-login-register-free__security-image,
      .page-ph365-original-login-register-free__blog-card-image {
        width: 100% !important; /* Ensure images take full width of their container */
      }
    }