.page-ph365-log-in {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-top: 10px; /* Small decorative padding, assuming body padding-top is handled by shared */
    }

    .page-ph365-log-in__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__container {
        padding: 15px;
      }
    }

    .page-ph365-log-in__section-title {
      font-size: 2.5em;
      color: #0056b3; /* Darker blue for contrast */
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-ph365-log-in__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ffc107; /* Accent color */
      border-radius: 2px;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
      }
    }

    .page-ph365-log-in__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__text-content {
        font-size: 1em;
        margin-bottom: 15px;
      }
    }

    /* CTA Buttons - General Style */
    .page-ph365-log-in__cta-button,
    .page-ph365-log-in__main-cta-button,
    .page-ph365-log-in__promo-button {
      display: inline-block;
      background-color: #007bff; /* Primary blue */
      color: #fff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1.1em;
      text-align: center;
    }

    .page-ph365-log-in__cta-button:hover,
    .page-ph365-log-in__main-cta-button:hover,
    .page-ph365-log-in__promo-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-ph365-log-in__cta-button--secondary {
      background-color: #6c757d; /* Secondary gray */
      margin-left: 15px;
    }

    .page-ph365-log-in__cta-button--secondary:hover {
      background-color: #5a6268;
    }

    .page-ph365-log-in__main-cta-button {
      margin-top: 30px;
      display: block;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding: 15px 30px;
      font-size: 1.2em;
      background-color: #ffc107; /* Accent color */
      color: #333;
    }

    .page-ph365-log-in__main-cta-button:hover {
      background-color: #e0a800;
      color: #fff;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__cta-button,
      .page-ph365-log-in__cta-button--secondary,
      .page-ph365-log-in__main-cta-button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 1em;
        padding: 10px 20px;
      }
    }

    /* Hero Section */
    .page-ph365-log-in__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:ph365 login,superace88,casino,philippines]') center center / cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 500px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding, assuming body padding-top is handled by shared */
    }

    .page-ph365-log-in__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }

    .page-ph365-log-in__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .page-ph365-log-in__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-ph365-log-in__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #eee;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-ph365-log-in__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__hero-section {
        padding: 80px 15px;
        min-height: 400px;
      }
      .page-ph365-log-in__hero-title {
        font-size: 2.2em;
      }
      .page-ph365-log-in__hero-subtitle {
        font-size: 1.2em;
      }
      .page-ph365-log-in__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-ph365-log-in__cta-button--secondary {
        margin-left: 0;
      }
    }

    /* Quick Access Section */
    .page-ph365-log-in__quick-access-section {
      background-color: #fff;
      padding: 60px 0;
      text-align: center;
    }

    .page-ph365-log-in__access-links-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 40px;
    }

    .page-ph365-log-in__access-link-card {
      background-color: #f0f8ff; /* Light blue background */
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-decoration: none;
      color: #333;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 180px;
    }

    .page-ph365-log-in__access-link-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-log-in__card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0056b3; /* Darker blue */
    }

    .page-ph365-log-in__card-description {
      font-size: 1em;
      color: #555;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__quick-access-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__access-links-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 25px;
      }
      .page-ph365-log-in__access-link-card {
        padding: 20px;
        min-height: auto;
      }
    }

    /* Games Section */
    .page-ph365-log-in__games-section {
      background-color: #e9ecef; /* Light gray */
      padding: 60px 0;
      text-align: center;
    }

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

    .page-ph365-log-in__game-category-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-ph365-log-in__game-category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-log-in__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__game-category-card .page-ph365-log-in__card-title {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 1.3em;
      color: #007bff;
    }

    .page-ph365-log-in__game-category-card .page-ph365-log-in__card-description {
      padding: 0 20px 20px;
      color: #666;
      flex-grow: 1; /* Allow description to take available space */
    }

    .page-ph365-log-in__game-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin-top: 50px;
      padding: 20px 0;
      background-color: #f0f8ff;
      border-radius: 10px;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .page-ph365-log-in__game-provider-logo {
      height: 60px; /* Example height, gamelogo doesn't specify size */
      width: auto;
      object-fit: contain;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
      max-width: 150px; /* Limit width */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__game-provider-logo:hover {
      filter: grayscale(0%);
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__games-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__game-categories {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }
      .page-ph365-log-in__game-image {
        height: 180px;
      }
      .page-ph365-log-in__game-logos {
        gap: 15px;
        margin-top: 30px;
      }
      .page-ph365-log-in__game-provider-logo {
        height: 40px;
        max-width: 100px;
      }
    }

    /* Promotions Section */
    .page-ph365-log-in__promotions-section {
      background-color: #fff;
      padding: 60px 0;
      text-align: center;
    }

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

    .page-ph365-log-in__promo-card {
      background-color: #fdfdfd;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-ph365-log-in__promo-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-log-in__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__promo-card .page-ph365-log-in__card-title {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 1.3em;
      color: #007bff;
    }

    .page-ph365-log-in__promo-card .page-ph365-log-in__card-description {
      padding: 0 20px;
      color: #666;
      flex-grow: 1;
    }

    .page-ph365-log-in__promo-button {
      margin: 20px auto;
      width: fit-content;
      padding: 10px 20px;
      font-size: 1em;
      background-color: #28a745; /* Green for promotions */
      color: #fff;
    }

    .page-ph365-log-in__promo-button:hover {
      background-color: #218838;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__promotions-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }
      .page-ph365-log-in__promo-image {
        height: 180px;
      }
      .page-ph365-log-in__promo-button {
        width: calc(100% - 40px); /* Adjust for padding */
        margin-left: 20px;
        margin-right: 20px;
      }
    }

    /* Security Section */
    .page-ph365-log-in__security-section {
      background-color: #f0f8ff;
      padding: 60px 0;
      text-align: center;
    }

    .page-ph365-log-in__security-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-ph365-log-in__feature-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-ph365-log-in__feature-item:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-ph365-log-in__feature-icon {
      width: 100px; /* Display size */
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__feature-item .page-ph365-log-in__card-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #0056b3;
    }

    .page-ph365-log-in__feature-item .page-ph365-log-in__card-description {
      color: #666;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__security-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__security-features {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }
      .page-ph365-log-in__feature-icon {
        width: 80px;
        height: 80px;
      }
    }

    /* FAQ Section */
    .page-ph365-log-in__faq-section {
      background-color: #fff;
      padding: 60px 0;
    }

    .page-ph365-log-in__faq-list {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-ph365-log-in__faq-item {
      background-color: #fdfdfd;
      border: 1px solid #eee;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-ph365-log-in__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #e6f2ff; /* Light blue for question */
      color: #0056b3;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-ph365-log-in__faq-question:hover {
      background-color: #d1e7ff;
    }

    .page-ph365-log-in__faq-title {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent h3 from blocking click */
      color: #0056b3;
    }

    .page-ph365-log-in__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent span from blocking click */
      transition: transform 0.3s ease;
      color: #007bff;
    }

    .page-ph365-log-in__faq-item.active .page-ph365-log-in__faq-toggle {
      transform: rotate(45deg); /* Plus to X */
    }

    .page-ph365-log-in__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      background-color: #fff;
      color: #555;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-ph365-log-in__faq-answer p {
      margin: 0;
      padding-bottom: 5px; /* Small padding for paragraph inside answer */
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__faq-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__faq-question {
        padding: 15px 20px;
      }
      .page-ph365-log-in__faq-title {
        font-size: 1em;
      }
      .page-ph365-log-in__faq-toggle {
        font-size: 1.5em;
      }
      .page-ph365-log-in__faq-answer {
        padding: 0 20px;
      }
      .page-ph365-log-in__faq-item.active .page-ph365-log-in__faq-answer {
        padding: 15px 20px !important;
      }
    }

    /* Blog Section */
    .page-ph365-log-in__blog-section {
      background-color: #e9ecef;
      padding: 60px 0;
      text-align: center;
    }

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

    .page-ph365-log-in__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-ph365-log-in__blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .page-ph365-log-in__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%; /* Ensure responsiveness */
      box-sizing: border-box; /* Ensure responsiveness */
    }

    .page-ph365-log-in__blog-card .page-ph365-log-in__card-title {
      padding: 20px 20px 0;
      margin-bottom: 5px;
      font-size: 1.3em;
      line-height: 1.3;
    }

    .page-ph365-log-in__blog-card .page-ph365-log-in__card-title a {
      color: #007bff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-ph365-log-in__blog-card .page-ph365-log-in__card-title a:hover {
      color: #0056b3;
    }

    .page-ph365-log-in__card-meta {
      padding: 0 20px;
      font-size: 0.9em;
      color: #888;
      margin-bottom: 15px;
    }

    .page-ph365-log-in__blog-card .page-ph365-log-in__card-description {
      padding: 0 20px 20px;
      color: #666;
      flex-grow: 1;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__blog-section {
        padding: 40px 0;
      }
      .page-ph365-log-in__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 25px;
      }
      .page-ph365-log-in__blog-image {
        height: 180px;
      }
      .page-ph365-log-in__blog-card .page-ph365-log-in__card-title {
        font-size: 1.1em;
      }
      .page-ph365-log-in__blog-card .page-ph365-log-in__card-meta {
        font-size: 0.85em;
      }
    }

    /* Ensure all images are responsive */
    .page-ph365-log-in img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Mobile responsive for list-like elements (e.g., cards in grids) */
    .page-ph365-log-in__access-links-grid > *,
    .page-ph365-log-in__game-categories > *,
    .page-ph365-log-in__promo-grid > *,
    .page-ph365-log-in__security-features > *,
    .page-ph365-log-in__blog-grid > * {
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    @media (max-width: 768px) {
      .page-ph365-log-in__access-links-grid,
      .page-ph365-log-in__game-categories,
      .page-ph365-log-in__promo-grid,
      .page-ph365-log-in__security-features,
      .page-ph365-log-in__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-ph365-log-in__access-links-grid > *,
      .page-ph365-log-in__game-categories > *,
      .page-ph365-log-in__promo-grid > *,
      .page-ph365-log-in__security-features > *,
      .page-ph365-log-in__blog-grid > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-break: break-word !important;
      }
    }